html,
body {
    height: 100%;
    font-size: 13px;
}
.btn{
    font-size: 12px;
}
.panel-title{
    font-size: 14px;
}
.dropdown-menu{
    font-size: 12px;
}
.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
#app-container-outer{
    padding: 85px 0 0;
    margin: 0 auto;
    height: 100%;
    min-width: 1140px;

}
#app-container {
    padding: 15px 0 30px;
    min-height: 100%;
    height: 100%;
    max-height: 100%;
    background-color: #fcfcfc;
    background-image: url('../images/logo.svg');
    background-position: right 10px bottom 10px;
    background-repeat: no-repeat;
    background-size: 8% auto;
    
    
    position: relative;
    overflow: hidden;
}
.container{
    width: 100%;
    padding: 0 30px;
}
.main-container {
    padding: 0 15px 20px;
    height: 100%;
}
.footer {
    height: 60px;
    /* background-color: #f5f5f5;
    border-top: 1px solid #ddd; */
    padding-top: 20px;
}
.not-set {
    color: #c55;
    font-style: italic;
}
.vmiddle{
    vertical-align: middle;
}
.good{
    background-color: #e4f9de;
}
.bad{
    background-color: #f5ecec;
}
.wait{
    background-color: #F9F8DE;
}
.roa-good{
    background-color: #e4f9de !important;
}
.roa-great{
    background-color: #C5EBBA !important;
}
.clear{
    clear: both;
}
.inline-block{
    display: inline-block;
}
.italic{
    font-style: italic;
}
.underline{
    text-decoration: underline;
}
.strike{
    text-decoration:line-through;
}
.vcenter{
    display: inline-block;
    vertical-align: middle;
}
.adaptive-screen-height{
    overflow-y: auto
}
.pointer{
    cursor: pointer;
}
.line-through{
    text-decoration: line-through;
}
.hidden{
    display: none;
}
.no-td-borders td{
    border-width:0 !important;
}
.transaction-income{
    background-color: #e4f9de;
}
.transaction-outcome{
    background-color: #f5ecec;
}
.bg-green{
    background-color: #EAFFE4;
}
.bg-violet{
    background-color: #FAECFF;
}
.bg-red{
    background-color: #FAF1F1;
}
.bg-yellow{
    background-color: #FFFEE4;
}
.bg-blue{
    background-color: #E4ECFF;
}
.font-weight-bold{
    font-weight: bold;
}
.text-green{
    color:#18bf1b;
}
.text-grey{
    color:#888888;
}
.table-striped > tbody > tr.bg-green:nth-of-type(2n+1) {
    background-color: #E0F5DB;
}
.table-striped > tbody > tr.bg-violet:nth-of-type(2n+1){
    background-color: #F5E7FA;
}
.table-striped > tbody > tr.bg-red:nth-of-type(2n+1){
    background-color: #F5ECEC;
}
.table-striped > tbody > tr.bg-yellow:nth-of-type(2n+1){
    background-color: #F5F4DB;
}
.table-striped > tbody > tr.bg-blue:nth-of-type(2n+1){
    background-color: #DBE2F5;
}
.font-15{
    font-size: 15px;
}
.font-17{
    font-size: 17px;
}
.font-19{
    font-size: 19px;
}
.uppercase{
    text-transform: uppercase;
}
#transitions-table{
    font-size: 13px;
}
.height-scroll{
    max-height: 100%;
    overflow-y: auto;
}
.modal-body{
    max-height: 90%;
}
.nowrap,
.nowrap td{
    white-space: nowrap
}
.modal-xl{
    width: 90%;
}
.width1{
    width: 1%;
}
.width10{
    width: 10%;
}
.mb0{
    margin-bottom: 0 !important;
}
.mt1{
    margin-top:1px;
}
.mt2{
    margin-top:2px;
}
.mt5{
    margin-top:5px;
}
.mt10{
    margin-top:10px;
}
.mt15{
    margin-top:15px;
}
.mt20{
    margin-top:20px;
}
.mt100{
    margin-top:100px;
}
.mb0{
    margin-bottom:0px;
}
.mb5{
    margin-bottom:5px;
}
.mb10{
    margin-bottom:10px;
}
.mb15{
    margin-bottom:15px;
}
.mb20{
    margin-bottom:20px;
}
.mr15{
    margin-right: 15px;
}
.mr10{
    margin-right: 10px;
}
.mr5{
    margin-right: 5px;
}
.m5{
    margin:5px;
}
.m7{
    margin:7px;
}
.m10{
    margin:10px;
}
.m15{
    margin:15px;
}
.m20{
    margin:20px;
}
.ml5{
    margin-left:5px;
}
.ml10{
    margin-left:10px;
}
.ml15{
    margin-left:15px;
}
.ml20{
    margin-left:20px;
}
.m10er{
    margin-top:10px;
    margin-left:10px;
    margin-bottom:10px;
}
.pl0{
    padding-left: 0;
}
.plr10{
    padding-left: 10px;
    padding-right: 10px;
}
.pt10{
    padding-top:10px;
}
.p0{
    padding:0;
}

.sidebar{
    margin-top:65px;
    padding-left: 0;
}

.subrow{
    padding-left: 50px !important;
}
.hover-bg-grey:hover{
    background-color: #f9f9f9;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
a.asc:after {
    content: "\e113";
}
a.desc:after {
    content: "\e114";
}
.sort-numerical a.asc:after {
    content: "\e153";
}
.sort-numerical a.desc:after {
    content: "\e154";
}
.sort-ordinal a.asc:after {
    content: "\e155";
}
.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 0 0 10px 0;
    font-size: 15px;
    border: none;
}
.navbar-nav > li{
    padding: 15px 25px;
}
.navbar-nav > li > a{
    padding: 0 0 10px 0;
    font-size: 12px;
}
.navbar a,
.navbar .btn-link,
.nav-tabs > li > a{
    color:#333333;
}
.navbar a:hover,
.navbar .btn-link:hover{
    color:#333333;
}
.navbar li.active a{
    color:#ffffff;
}
.top-menu li a,
.top-menu li a:hover,
.top-menu li a:focus {
    background: transparent;
}
.top-menu > li:not(.active):hover{
    background: #e0e7ed;
}
.navbar li.active{
    background: #6492b9;
}
/* .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
} */

/*.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus{
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.22);
    border-color: transparent;
}*/
.big-icon{
    font-size: 25px;
}
label{
    font-weight: normal;
}
input, textarea {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 8px;
}
#header-panel{
    background: #eeeff2;
    left: 0px;
    right: 0px;
    color: #333333;
    position: fixed;
    top: 0;
    box-shadow: 0 3px 5px #ccc;
    z-index: 10;
    min-width: 1140px;
}
.navbar-brand{
    height: 80px;
    padding: 5px 15px;
}
.top-logo{
    width: 80px;
}
.top-menu{
    /* border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ccc; */
    margin-left: 20px;
}
.top-menu > li,
.user-menu > li{
    padding: 0;
}
.top-menu > li > a,
.user-menu > li > a{
    padding: 7px 12px 7px;
    display: inline-block;
    font-weight: bold;
}
#header-panel-collapse{
    padding-right: 0;
}
.panel-default{
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
    overflow: hidden;
    background: #f9f9f9;
}
.panel-light{
    background: #fefefe;
}
.panel-left{
    float: left;
    margin-right: 20px;
}
.panel-xs{
    width: 500px;
    display: inline-block;
    vertical-align: top;
}
.right-from-xs{
    margin-left:520px;
}
h1{
    float: left;
    font-size: 21px;
    margin-top: 15px;
    margin-left: 15px;
}
h4{
    font-size: 17px;
}
.btn-back{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0;
    left: -60px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: transparent;
    transition: background-color .3s;
    color: #fff;
    position: absolute;
}
.btn-back svg{
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -8px;
    position: absolute;
}
.btn-back:hover {
    border-radius:40px;
    background-color:#e7e7e7;
    transition:none;
    color:#000
}
.btn-back:focus{
    color:#fff;
}
#svgIcons{
    display:none
}
.back-white{
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
}
.back-white span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: transparent;
    transition: background-color .3s;
    color: #fff;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.back-white span svg{
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -8px;
    position: absolute;
}
.back-white:hover span {
    border-radius:40px;
    background-color:#e7e7e7;
    transition:none;
    color:#000
}
.back-white:focus span{
    color:#fff;
}
.btn-transperent {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    transition: background-color .3s;
}
.btn-transperent:hover, .btn-transperent.active{
    color: #fff;
    background-color: rgba(255, 255, 255, 0.22);
}
.btn-transperent-bg {
    color: #fff;
    background-color: rgba(25,26,29,.35);
    border-color: transparent;
    transition: background-color .3s;
}
.btn-transperent-bg:hover{
    color: #fff;
    background-color: rgba(255, 255, 255, 0.22);
}
.btn:hover, .btn:focus, .btn.focus {
    /* color: #fff; */
    text-decoration: none;
}
.has-error > .btn.show-error{
    border-color: #a94442;
}
.grey-bg{
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(25,26,29,.35);
    color: #fff;
}
.table > thead > tr > th{
    vertical-align: top;
}
.panel-table{
    background: #fff;
    position: relative;
    margin-bottom: 20px;
}
.panel-table .table{
    margin-bottom: 0;
}
.panel-table > .panel-body{
    padding: 0;
}
.panel-table .table > thead > tr > th,
/* .panel-table .table > tbody > tr > td, */
.panel-table .table > tbody > tr > th,
.panel-table .table > tfoot > tr > td,
.panel-table .table > tfoot > tr > th{
    padding: 9px 15px;
    border-bottom-width:1px;
}
.panel-table .table > thead > tr > td{
    padding:0;
    border-bottom-width:1px;
}
.panel-table .table > thead > tr > td select,
.panel-table .table > thead > tr > td input{
    border: none;
    box-shadow: none;
    cursor: pointer;
}
.panel-table .table > thead > tr > th a/* ,
.panel-table .table > tbody > tr > td a */{
    color:#ffffff;
}
.panel-table .table > tbody > tr {
    cursor:pointer
}
.panel-table .table > tbody > tr:hover {
    background-color:#f9f9f9
}
.panel-table .table > tbody > tr.no-clickable {
    cursor:default
}
.panel-table .table > tbody > tr.no-clickable:hover {
    background-color:inherit
}
.fadein{
    opacity: 0;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
}
.hover-black:hover{
    color:#000;
}
.panel-short{
    width: 700px;
    padding: 25px;
}
.panel-padding{
    padding:15px;
    background: #fff;
}
.full-width,
.form-row .full-width{
    width: 100%;
}
.form-row{
    position: relative;
}

.form-row > label{
    width: 120px;
    display: block;
    float: left;
    margin-top:5px;
}
.form-row label.btn{
    border-radius: 0;
}
.form-row input,
.form-row textarea,
.form-row .input-wrap{
    width: 524px;
    margin-top: -1px;
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
    border-color: #e0e0e0;
}
.form-row .input-wrap{
    display: block;
    float: left;
    vertical-align: middle;
}
.form-row .drp-container .form-control{
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
    border-color: #e0e0e0;
}
#transaction-filter-form .form-row input,
#transaction-filter-form .form-row textarea,
#transaction-filter-form .form-row .input-wrap{
    width: 358px;
}
.form-row .has-error input,
.form-row .has-error textarea,
.form-row .has-error .select2-selection{
    border-color: #a94442;
}
.form-row .form-group{
    display: inline;
}
.form-row .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{
    padding-left:0;
}
.input-with-before{
    padding-left: 30px;
}
.input-with-after{
    padding-right: 30px;
}
.money-input{
    font-size: 26px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 25px;
}
.input-before{
    position: absolute;
    font-size: 26px;
    left: 9px;
    top: 4px;
    z-index: 999;
}
.input-after{
    position: absolute;
    font-size: 26px;
    right: 9px;
    top: 4px;
    z-index: 999;
}
.select2-container--bootstrap .select2-selection{
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    border-color: #e0e0e0;
    padding-left: 8px;
}
.select2-container--bootstrap .select2-selection.select2-selection--multiple{
    padding-left: 0px;
}
.form-row .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{
    padding-left: 8px;
}
.select2-container--bootstrap .select2-selection:focus{
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #e0e0e0;
}
thead .select2-container--bootstrap .select2-selection{
    padding-left: 13px;
    border-width: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none!important;
}
.import-columns-table thead .select2-container--bootstrap .select2-selection{
    padding: 13px 24px 13px 13px;
    height: 47px;
}
.import-columns-table > tbody > tr > td{
    padding:10px;
    border-width: 0 0 1px 0;
}
.file-drop-caption{
    color: #aaa;
    font-size: 1.6em;
}
.income{
    color: #02982b;
}
.outcome{
   color: #861fe3;
}
.table-action-top{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    background: #0078e1;
    z-index: 10;
    padding-left: 80px;
}
.table-header-checkbox-cell input{
    z-index: 100;
    position: relative;
}
#transaction-filter-form{
    width: 800px;
    padding: 25px;
    display: inline-block;
}
.report-link{
    display: block;
    cursor: pointer;
    margin: 0 0 20px;
    padding: 20px;
    box-sizing: border-box;
    max-width: 540px;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
    color: #000;
    transition: background-color .3s;
    background-color: rgba(255,255,255,.83);
    border-radius: 2px;
}
.report-link:hover{
    text-decoration: none;
    color: #000;
    background-color: rgba(255,255,255,1);
}
.report-top-form .select2{
    width: 250px !important;
}
.report-top-form .select2-selection,
.report-top-form .form-control,
.report-top-form .input-group-addon{
    background: transparent;
    color:#fff;
    border-radius: 0;
}
.report-top-form .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.report-top-form .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b{
    color:#fff;
    border-color: #fff transparent transparent transparent;
}
.report-top-form .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b{
    border-color: transparent transparent #fff transparent;
}
.report-top-form label{
    color:#fff !important;
}
.hfixed-table{
    padding-left:158px;
    overflow-x: auto;
    overflow-y: visible;
}
.hfixed-table.wide{
    padding-left:258px;
}
.hfixed{
    position: absolute;
    width: 160px;
    left:0;
    top:auto;
    margin-top: -1px;
    background: #fff;
    min-height: 52px;
    z-index: 10;
}
.hfixed.wide{
    width: 260px;
}
thead .hfixed{
    margin-top: 0;
}
.hscroll-table{
    overflow-x: auto;
    overflow-y: visible;
}
#transaction-edit-modal .modal-dialog,
#outcome-form-modal .modal-dialog,
#income-form-modal .modal-dialog,
#transfer-form-modal .modal-dialog{
    width: 690px;
} 
.log-link-cell:hover{
    color:#337ab7;
}
.select2-results__group{
    border-bottom: 1px solid #ccc;
}
.select2-results__options--nested li{
    padding-left:25px !important;
}
.cabinet-link{
    display: inline-block;
    cursor: pointer;
    margin: 0 0 20px;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 300px;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    color: #000;
    transition: background-color .3s;
    background-color: rgba(255,255,255,.83);
    border-radius: 2px;
}
.cabinet-link:hover{
    text-decoration: none;
    color: #000;
    background-color: rgba(255,255,255,1);
}
.link-chooser{
    border:1px solid #fff;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.link-chooser .item{
    padding: 6px 12px;
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
}
.link-chooser .item:hover{
    cursor: pointer;
    background: rgba(255, 255, 255, 0.36);
    text-decoration: none;
}
.link-chooser .item:last-child{
    border: none;
}
.link-chooser .item.active{
    color:#000;
    background: #fff;
}
.top-month-selector{
    float: right;
}
.top-month-selector input{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.top-month-selector button{
    vertical-align: top;
    cursor: pointer;
    border:none;
}
.top-month-selector .krajee-datepicker{
    background: none;
    border: none;
    box-shadow: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 140px;
}

.arrow-btn{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: transparent;
    transition: background-color .3s;
    color: #fff;
    display: inline-block;
    position: relative;
}
.arrow-btn svg{
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -8px;
    position: absolute;
}
.arrow-btn:not([disabled]):hover {
    border-radius:40px;
    background-color:#e7e7e7;
    transition:none;
    color:#000
}
.arrow-btn:focus{
    color:#fff;
}
.arrow-btn[disabled]{
    cursor: default;
}
.highlight,
.table-striped > tbody > tr:nth-of-type(2n+1).highlight{
    background: #e8f9f8;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.form-group-no-margin .form-group{
    margin-bottom: 0;
}
.transaction-planed > td,
.planed-value{
    color: rgba(0,0,0,0.5);
}
.transaction-planed .income{
    color: rgba(2,152,43,0.5);
}
.transaction-planed .outcome{
    color: rgba(134,31,227,0.5);
}
.transaction-planed.transaction-income{
    background: rgba(228,249,222,0.5);
}
.transaction-planed.transaction-outcome{
    background: rgba(245,236,236,0.5);
}
.confirm-icon{
    vertical-align: middle;
    margin-top: -3px;
    color: rgba(2,152,43,0.5);
    font-size: 1.8em;
}
.confirm-icon:hover{
    color: rgba(2,152,43,0.9);
}
.table-in-table td,
.table-in-table th{
    padding: 3px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    white-space: nowrap;
}
.nofloat{
    float: none;
}
.border-bottom{
    border-bottom: 1px solid #cccccc;
}
.p3{
    padding: 3px;
}
.help{
    margin-left: 5px; 
    cursor: pointer;
    color: #3530FF;
}
.top__scroll__container{
    max-width: 100%;
    overflow-y:auto;
}
.bottom__scroll {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
}
.top__scroller {
    height: 10px;
}
.top__scroller__wrap {
    max-width: 100%;
    overflow-x: auto;
}
.top__scroller__content__wrap {
    display: table;
    min-width: 100%;
}
.top__scroll__container .table-responsive{
    overflow-x: visible;
}


.detail-table-group{

}
.table > tbody > tr .detail-table-label-cell{
    text-align: right;
    vertical-align: middle;
    padding: 10px;
}
.table > tbody > tr .detail-table-label-cell.text-left{
    text-align: left;
}
.table > tbody > tr th.detail-table-label-cell{
    text-align: center;
}
.table > tbody > tr .detail-table-view{
    padding: 3px;
    min-height: 25px;
}
.table > tbody > tr .detail-table-value-cell{
    background: #ffffff;
    vertical-align: middle;
}
.detail-table .form-group{
    margin-bottom: 0;
}
.light-bg-heading .panel-heading{
    background: #fcfcfc;
}
.table-condensed > tbody > tr > td {
    padding: 7px;
}
.table-condensed2 > tbody > tr > td {
    padding: 10px;
}
.dark-head thead tr:not(.filters),
.dark-head .panel-heading {
    background: #6492b9;
    color: #ffffff;
}
.comment-item-container{
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 3px;
    background: #f2fcff;
    display: inline-block;
    max-width: 100%;
}
.comment-item-body{
    padding-left: 50px;
}
.reply-comment{
    opacity: 0;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.comment-item-container:hover .reply-comment{
    opacity: 1;
}
.comment-childs{
    padding-left: 40px;
    max-width: 100%;
}
.widget-panel .comment-item{
    display: block;
}
.phone-link,
.email-link{
    cursor: pointer;
    color: #337ab7;
}
.phone-link:hover,
.email-link:hover{
    text-decoration: underline;
    color: #23527c;
}
.file-upload-button input{
   position: absolute;
   top: 0;
   right: 0;
   margin: 0;
   opacity: 0;
   filter: alpha(opacity=0);
   cursor: pointer;
}
.file-upload-button{
   position: relative;
   cursor: pointer;
   text-align: center;
   overflow: hidden;
}
.mainpage-logo{
    display: table;
    width: 100%;
    height: 100%;
}
.mainpage-logo-cell{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.mainpage-logo img{
    max-width: 30%;
}

.calendar-table.calendar-table-widget th{
    text-align: center;
    background: #ffffff;
}
.calendar-month-day-container{
    min-height: 80px;
}
.calendar-month-day{
    text-align: right;
}
.calendar-month-day.another-month{
    color: #888888;
}
.calendar-table.calendar-table-widget td.today{
    background: rgba(133, 255, 0, 0.18);
}
.calendar-sidebar{
    margin-top: 60px;
    padding-left: 0;
}
.calendar-header{
    margin-bottom: 13px;
    margin-top:0;
}
.event-status-view{
    cursor: pointer;
}
.calendar-settings label{
    display: block;
    margin-bottom: 10px;
}
.calendar-element{
    border:1px solid #9b9b9b;
    display: inline-block;
}
.calendar-item-name{
    white-space: normal;
}
.message img{
    max-width: 100%;
}
.message-from, .message-to{
    max-width: 80%;
    padding: 13px;
    border-radius: 3px;
    margin-bottom: 30px;
    min-width: 30%;
}
.message-from .message,
.message-to .message{
    color: #494949;
    word-wrap: break-word;
}
.message-from .time,
.message-to .time{
    text-align: right;
    color: #969696;
}
.message-from .control{
    text-align: right;
    cursor: pointer;
}
.message-from{
    float: right;
    background: #f0f8fa;
    margin-right: 15px;
}
.message-to{
    float: left;
    background: #fff8df;
    margin-left: 15px;
}
.created-message{
    margin-bottom: 30px;
    color: #4e4e4e;
}
.message-form-container, .created-message{
    float: left;
    width: 100%;
}
.message-form-container .message-form{
    margin-top: 10px;
    border-top: 1px solid #8f8f8f;
    padding-top: 22px;
    margin-left: 15px;
    margin-right: 15px;
}
#create-message-form .control-label{
    text-align: left;
}
#create-message-form .highlight{
    padding-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}
#create-message-form .highlight,
#create-message-form .highlight .select2 span,
#create-message-form .highlight input{
    background: #f9f4e2;
    border: none;
    box-shadow: none;
}
.chat-list-view{
    padding: 15px;
}
.chat-list-view .chat-item{
    padding: 10px 15px;
    box-shadow: 4px 2px 7px #cccccc;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    background: #ffffff;
    border-radius: 5px;
}
.chat-list-view .chat-item:hover,
.chat-list-view .chat-item.active{
    background: #eff8ff;
    cursor: pointer;
}
.chat-list-view  .chat-item.active .chat-title{
    font-weight: bold;
}
.messages-panel{
    border:1px solid #cccccc;
    margin-top:10px;
    overflow-y: auto;
}
.tabs .tab-content{
    background: white;
    padding: 0px;
}
.nav-tabs > li > a:hover{
    background: rgba(255, 255, 255, 0.42);
}
.message-view-group{
    border: 1px solid #ababab;
    border-radius: 5px;
    padding: 10px;
    background: #fbfbfb;
}
.message-view-group h3{
    cursor: pointer;
    margin: 0px;
}
.message-view-group .glyphicon{
    top: 3px;
    font-size: 20px;
}
.message-group{
    display: none;
}
.messages-tabs .tab-pane{
    padding-top:0;
}
.messages-date{
    padding: 10px 15px;
    background: #f8f8f8;
    border-radius: 10px;
}
.messages-load-old{
    color: #777777;
    cursor: pointer;
}
.messages-load-old:hover{
    color: #333333
}

.MultiFile-label{
    display:inline-block;
    margin-right: 20px;
}

#call-modal{
    position: fixed;
    top: 20px;
    z-index: 100;
    right: -600px;
    width: 600px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding: 15px;
    box-shadow: 5px 5px 5px #999;
    background: #eeeff2;
    opacity: 0;
}
#call-modal h4{
    margin:0 7px;
}
.nocaret > .caret{
    display: none;
}

.top-search{
    margin-left: 14px;
    position: relative;
    display: inline-block;
}
.top-search label{
    display: inline-block;
    margin-right: 10px;
}
.top-search input{
    display: inline-block;
    width: 300px;
    margin-right: 5px;
    margin-top: 5px;
}
.search-result{
    width: 375px;
    min-height: 200px;
    max-height: 500px;
    position: absolute;
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 5px 5px 10px #cccccc;
    padding: 15px;
    overflow-y: auto;
    left: 60px;
    margin-top: 5px;
}
.search-result a{
    display: block;
    padding:5px;
}
.search-result a:hover{
    background:#fbfbfb;
}
.search-result .part-name{
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 10px;
}
.swal-buttons-center .swal-footer{
    text-align: center!important;
}
#search-result-close{
   position: absolute;
   top: 4px;
   right: 15px;
   font-size: 24px;
   color: #cccccc; 
   cursor: pointer;
}
#search-result-close:hover{
    color:#999999;
}



.info-items{
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
}
.info-items li{
    list-style: none;
    font-size: 15px;
    display: inline-block;
}
.info-items > li a{
    display: inline-block;
    border-bottom: 1px solid #eaeaea;
    padding: 7px;
    min-width: 200px;
}
.info-items > li a:hover{
    text-decoration: none;
    box-shadow: 1px 1px 3px #bbb;
}
.info-items li a img{
    margin-right: 10px;
    width: 30px;
}
.info-files {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
}
.info-files li{
    margin-right: 20px;
    margin-bottom: 20px;
    list-style: none
}
.info-files img{
    margin-right: 10px;
    margin-top: -3px;
}
.info-items .sub-item{
}
.info-items .sub-item-icon{
    width: 15px;
    margin-left: 10px;
    margin-top: -5px;
    margin-right: 5px;
}


@media(max-width:500px) {
    #header-panel{
    	position: static;
    	min-width: 100%;
    }
    #app-container-outer{
    	padding-top:0;
    	min-width: 100%;
    }
    #app-container{
    	padding-top:0;
    }
    .main-container{
    	height: auto;
    }
    .navbar-toggle .icon-bar{
    	background: #000000;
    }
}


.managers-counts{
    float: right;
    width: 700px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}
.managers-counts .manager-item{
    margin-bottom: 3px;
}
.managers-counts .manager-name{
    display: inline-block;
    width: 150px;
    vertical-align: baseline;
}
.managers-counts .manager-progress-container{
    display: inline-block;
    width: 520px;
    vertical-align: baseline;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}
.managers-counts .manager-progress{
    background: linear-gradient(45deg, #a3efa3, #73c373);
    height: 100%;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}
.managers-counts .manager-progress-value{
    display: inline-block;
}

.education-item{
    width: 300px;
    box-shadow: 5px 5px 5px #ccc;
    margin: 0 10px 30px;
    border: 1px solid #ccc;
    transition: all 0.3s ease-out;
}
.education-item .image{
    height: 225px;
}
.education-item .image img{
    max-width: 100%;
}
.education-item .name {
    padding: 10px;
    font-size: 16px;
    text-decoration: none !important;
    color: #333333;
}
.education-item:hover{
    box-shadow: 7px 7px 5px #bbb;
    text-decoration: none !important;
    transform: scale(1.05);
}
.education-item:hover .name{
    text-decoration: none !important;
}
.flex-form-group .form-group{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.vertical-form  label{
    min-width: 150px;
}
.vertical-form.form-inline input.form-control{
    width: 100%;
}












