html, body{
    height: 100%;
}
.input-group-btn select {
    border-color: #ccc;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    /*height: 34px;*/
}

.input-group-phones input.form-control{
    width: auto;
}

.none{
    display: none;
}

.input-group-phones-l .input-group-phones{
    margin-bottom: 10px;
}



.modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
}

.modal-content {
    border-radius: 0;
}


.modal-body {
    height: 90%;
    border-radius: 0;
    /*padding-bottom: 72px;*/
}


.grouped{
    border-left: 1px solid;
    border-right: 1px solid ;

    border-color: rgb(208, 208, 208);;

    margin-bottom: 0;
    padding: 5px;

    padding-bottom: 15px;

    background: rgb(250, 250, 250);
}

.grouped-0{
    border-top: 1px solid;
    border-color: rgb(208, 208, 208);;

}

.grouped-l{
    border-bottom: 1px solid;
    margin-bottom: 15px;
    border-color: rgb(208, 208, 208);;

}
#login-form .input-group .form-control{
    border:0px;
    width: 90%;
    box-shadow: none!important;
}
#login-form p.help-block.help-block-error{
    position: absolute;
    display: block;
    text-align:center;
    bottom: -10px;
    left: 50%;
    color:red;
    margin-left: -79px;
}
#login-form .input-group{
    padding:15px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
    margin-bottom: 0px!important;


}
#login-form .in1{
    padding-bottom: 10px;
}
#login-form .form-group{
    margin-bottom: 0px;
}
#login-form .site-login-field.captcha-field .form-group #loginform-captcha{
    width: 55%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius:4px;
    float: left;
}
#login-form .site-login-field.captcha-field .form-group img{
    width: 35%;
    display: inline-block;
    margin-right: 10px;
    float: left;
}
#login-form .site-login-field.captcha-field .form-group {
    margin: 0px;
    margin-bottom: 10px;
}
#login-form .site-login-field.captcha-field{
    padding: 10px;
    background-color: #fff;
    position: relative;
    padding-top: 5px;
    clear: both!important;


}
#login-form .fa-phone-square:before{
    font-size: 20px
}
#login-form .fa-key:before{
    font-size: 14px
}

#login-form .sms-problem-solution{
    display: none;
}

#login-form .sms-problem{
    background-color: #fff;
    padding: 5px;
}

#login-form .sms-problem-solution{
    color: #000;
}

#login-form .sms-problem-solution a{
    text-decoration: underline; 
}

#menu .mm-search{
    display: none;
}


.logo-area{
    height: 94px;
    background-color: #0AA699;
    height: 60px;
}

#nav-scroll, #mailbox #nav-scroll{
    padding-top: 75px;
}

a.logo{
    background: url(../theme/img/udi_logo.png) no-repeat center center;
    background-size: 84px;
    height: 55px;
}

.nice-border{
    border: 5px solid #313439;
}

.site-logo{
    background: url(../theme/img/logo_udi_round.png) no-repeat center center;
    background-size: 190px;
    display: block;
    height: 220px;
    position: relative;
    margin-bottom: 50px;
}

h1.login-title{
    display: none !important;
}

.qmenu ul li a:focus{
    text-decoration: none;
}
.qmenu{
    font-size: 15px;
    overflow-y: auto;
    display: block;
    width: 340px;
    max-height: 100%;
    height: auto;
}
.qmenu ul {
    min-height: 420px;
    padding-top: 22px;
}
.qmenu ul li {
    color: #57595B;
    display: block;
    min-height: 40px;
    position: relative;
}

.qmenu ul li.active{
    background-color: #07423D;
}

.qmenu ul li:hover {
    background-color: #282828;
}
.qmenu ul li a {
    font-family: 'Open Sans';
    color: #97afb5;
    text-transform: uppercase;
    font-weight: initial;
    min-width: 300px;
    height: 65px;
    /*background-color: red;*/
    display: block;
    width: auto;
}

.qmenu ul li a span {
    display: inline-block;
    margin-top: 24px;
    position: absolute;
}




.qmenu ul li a .icon{
    padding: 20px 20px 12px 18px;
    font-size: 43px;
}

.qmenu-megawrap{
    /*position: absolute;*/
    width: 50px;
    display: block;
}

#wrapper{
    position: absolute;
    transition: all 1s ;
    margin-left: 70px;
    z-index: 10;
}

.wrap-open{
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}

#qmenu-overlay{
    display: none;
    z-index: 200;
    position: fixed;
    left: 300px;
    right: 0;
    bottom: 0;
    top: 0;
}


#ajax-loader{
    position: absolute;
    z-index: 20;
    margin-left: 50%;
    top: -50px;
}

.ajax-loader-inner{
    display: block;
    width: 105px;
    background-color: white;
    height: 44px;
    margin-left: -40px;
    padding: 10px 30px 5px 30px;
    border: 1px solid rgb(221, 221, 221);
    text-align: center;
    border-top: 0;
    box-shadow: 0px 0px 5px;
}
.nav-tabs{
    background-color: #E5E9EC;
    border-bottom: 0;
}

.nav-tabs > li > a{
    border-bottom: 0;
}
.logs-users-request-index form#w0 > .form-group {
    float: left;
    margin-left:20px;
}
.logs-users-request-index form#w0 > .periodsFrom {
    float: left;
    margin-left:20px;

}
.logs-users-request-index form#w0  .form-group {
    float: left;
}
.logs-users-request-index form#w0  > .form-group {
    float: left;
    margin-left:10px;
}
.logs-users-request-index form#w0  .periodsFrom {
    float: left;
    margin-top: 20px;
}
.logs-users-request-index form#w0  .periodsFrom .form-group {
    float: left;
    margin-left:10px;
}
.logs-users-request-index form#w0  .periodsFrom + .form-group{
    float: left;
    margin-top: 20px;
}
.logs-users-request-index .summary{
    height:40px;
    line-height:40px;
    text-align:right;
}

.logs-users-request-index .alert_span {
    border-radius: 50%;
    width: 28px;
    display: inline-block;
    text-align: center;
    background: red;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}




.logs-users-request-index .summary{
    height:40px;
    line-height:40px;
    text-align:right;
}

.logs-users-request-index .alert_span {
    border-radius: 50%;
    width: 28px;
    display: inline-block;
    text-align: center;
    background: red;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
#href_tablet .nav a{
    background-color: inherit;
    box-shadow:inherit;
    border: inherit;
    color: #999999;
}
#href_tablet .nav .active a{
    color: #098e83;
}
#href_tablet .nav a:hover{
    text-decoration: underline;
}
#href_tablet .tab-content{
    background-color: inherit;
}
.avatar-slide{
    padding: 2px 0px 0;
}

.avatar-slide .avatar-detail p:first-child {
    font-size: 19px;
}

.avatar-slide .avatar-detail p{
    white-space: initial; 
}

.avatar-slide .avatar-detail {
    margin: 5px auto 25px;
    padding: 0px 15px 15px;
    text-align: center;
}

.main-page-div-link{
    display: inline-block;
    width: 30%;
    height: 200px;
    background: red;
    margin-bottom: 30px;
    margin-right: 3%;
    min-width: 320px;
}

.mb-fin span{
    color: white;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 800;
    margin-top: 9px;
    font-size: 16px;
    display: block;
}
.main-page-div-link span{
    color: white;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 800;
    margin-top: 9px;
    font-size: 24px;
    display: block;
}
 .mainpage-hide .main-page-div-link span{
    margin-left: 20px;
 }
.main-page-div-link-clients{
    background-image: url('../theme/img/main-icon-clients.png');
    background-repeat: no-repeat;
}

.main-page-div-link-payment{
    background-image: url('../theme/img/main-icon-payment.png');
    background-repeat: no-repeat;
}

.main-page-div-link-projects{
    background-image: url('../theme/img/main-icon-projects.png');
    background-repeat: no-repeat;
}

.main-page-div-link-documents{
    background-image: url('../theme/img/main-icon-documents.png');
    background-repeat: no-repeat;
}

.main-page-div-link-files{
    background-image: url('../theme/img/main-icon-files.png');
    background-repeat: no-repeat;
}

.main-page-div-link-finance{
    background-image: url('../theme/img/main-icon-finance.png');
    background-repeat: no-repeat;
}

.main-page-div-link-saldep{
    background-image: url('../theme/img/main-icon-saldep.png');
    background-repeat: no-repeat;
}

.main-page-div-link-warehouse{
    background-image: url('../theme/img/main-icon-warehouse.png');
    background-repeat: no-repeat;
}

.main-page-div-link-tasks{
    background-image: url('../theme/img/main-icon-tasks.png');
    background-repeat: no-repeat;
}

.main-page-div-link-anal{
    background-image: url('../theme/img/main-icon-anal.png');
    background-repeat: no-repeat;
}

.main-page-div-link-deal{
    background-image: url('../theme/img/main-icon-deal.png');
    background-repeat: no-repeat;
}

.main-page-div-link-audit{
    background-image: url('../theme/img/main-icon-audit.png');
    background-repeat: no-repeat;
}
.main-page-div-link-communication{
    background-image: url('../theme/img/main-icon-communication.png');
    background-repeat: no-repeat;
}

.main-page-div-link-bg-clients{
    background-color: #b5d1d8;
}

.main-page-div-link-bg-deal{
    background-color: #b5d1d8;
}

.main-page-div-link-bg-payment{
    background-color: #3db9af;
}

.main-page-div-link-bg-projects{
    background-color: #736086;

}
.main-page-div-link-bg-documents{
    background-color: #f35958;
}

.main-page-div-link-bg-anal{
    background-color: #f35958;
}

.main-page-div-link-bg-files{
    background-color: #f9ba46;
}

.main-page-div-link-bg-communication{
    background-color: #f9ba46;
}

.main-page-div-link-bg-finance{
    background-color: #3db9af;
}

.main-page-div-link-bg-saldep{
    background-color: #736086;
}

.main-page-div-link-bg-tasks{
    background-color: #3db9af;
}

.main-page-div-link-bg-warehouse{
    background-color: #62707d;
}

.main-page-div-link-bg-audit{
    background-color: #62707d;
}

.main-page {
    margin-left: 0px;
    margin-right: 36px;
}

.main-page-div-link-icon {
    width: 100%;
    height: 200px;
    display: block;
}
 .mainpage-hide .main-page-div-link-icon {
    width: 200px;
    height: 200px;
    display: block;
    float: right;
    margin-top: -43px;
}

.bc-icon-calendar{
    background-position: 12px -635px;
    height: 54px;
}

.bc-icon-payment{
    background-position: 12px -587px;
    height: 54px!important;
}

.bc-icon-anal{
    background-position: 12px -545px;
    height: 45px!important;
    margin-top: 5px;
}
.bc-icon-sales-dept{
    background-position: 12px -701px;
    height: 45px!important;
    margin-top: 5px;
}
.mb-fin{
    margin-bottom: 30px;
}
.main-page-div-link-icon-wrap{
    position: relative;
    width: 100%;
}
form .custom_field input{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
}
form .custom_field .custom_lable{
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    left: 0rem;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    font-size: 14px;
    line-height: 1.428571429;
    color: #0AA699;
    font-weight: inherit;
}
form .custom_field{
    position: relative;
    margin-top: 1rem;
}
form .custom_field .active{
    font-size: 0.8rem;
    
    left: 0px;
    font-size: 12px;
    color:#555;
}
.bottom_inf_form .tab-content{
    background-color: #FFF !important;
}
.bottom_inf_form .btn-group.open .dropdown-toggle{
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.bottom_inf_form .btn-group.open .dropdown-toggle{
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.bottom_inf_form .btn-default:hover,  .bottom_inf_form .btn-default:focus, .bottom_inf_formv .btn-default:active, .bottom_inf_form .btn-default.active, .bottom_inf_form .open .dropdown-toggle.btn-default{
    background-color: inherit;
    border: inherit;
    padding: 10px 10px;
    color: #999999;
    text-decoration: underline;
}
.bottom_inf_form .dropdown-toggle{
    background-color: inherit;
    border: inherit;
    padding: 10px 10px;
    color: #999999; 
}
form .custom_field .form-control{
    border-color: inherit !important;
    webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
}
form .custom_field .form-control:focus{
    border-color: inherit !important;
    webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
}

#nav.mainpage-hide {
    display: none;
}




.logo-area.mainpage-hide{
    border-bottom: 0px;
    height: 50px;
}


/*--------------Hide left panel hack------------*/


.logo-area{
    border-bottom: 0px;
    height: 50px;
}
/*----------------------------------------------*/


.bc-icon{
    display: inline-block;
    width: 65px;
    height: 65px;
    background-image: url('../theme/img/left-menu.png');
    background-repeat: no-repeat;
    background-position-x: 12px;
    margin-left: 3px;
    margin-right: 3px;
}

.bc-icon-counteragent{
    background-position: 12px 0px;
}

.bc-icon-finance{
    background-position: 12px -236px;

}

.bc-icon-projects{
    background-position: 12px -62px;

}

.bc-icon-documents{
    background-position: 12px -112px;

}

.bc-icon-files{
    background-position:  12px -174px;


}

.bc-icon-warehouse{
    background-position: 12px -294px;
}

.bc-icon-audit{
    background-position: 12px -345px;
    height: 54px;
}

.bc-icon-agreement{
    background-position: 12px -492px;
    height: 55px;
}

#header .tools-bar{
    margin-left: 250px;
}

#menu-logo{
    background-color: #124f8b;
    display: block;
    height: 55px;
    -webkit-transition: all 1s ;
    -moz-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;
    background-position-y: 4px;
}

#menu-logo.collapsed{
    background-image: url('../theme/img/left-menu-logo.png');
    background-repeat: no-repeat;
    background-position:18px center;
}

#menu-logo.opened{
    background-image: url('../theme/img/left-menu-logo.png');
    background-repeat: no-repeat;
    background-position: -307px;
}
.hover-row{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hover-row:hover{
    background-color: rgba(255,255,255,0.4)
}

.rights_row .panel{
    margin-bottom: 20px;
    margin-top: 20px;
}
.rights_row .panel-body{
    padding: 15px;
}
.bottom_inf_form .row input, .bottom_inf_form .row select, .bottom_inf_form .row{
    width: 100%;
    text-align: center;
}
.bottom_inf_form div{
    margin-bottom: 5px;
}
.bottom_inf_form .row input{
    text-align: left;
}
.bottom_inf_form .desc_panel div{
    border-color: rgb(181, 209, 216);
    color: rgb(255, 255, 255);
    background-color: rgb(181, 209, 216);
    height: 40px;
    line-height: 40px;
}
.bottom_inf_form .desc_panel{
    margin-left: 0px;    
}
.update-unit-button{
    display: none;
}

.main-page-div-link-bg-1{ background-color: #81B3BF; }
.main-page-div-link-bg-2{ background-color: #736086; }
.main-page-div-link-bg-3{ background-color: #f35958; }
.main-page-div-link-bg-4{ background-color: #f9ba46; }
.main-page-div-link-bg-5{ background-color: #3db9af; }
.main-page-div-link-bg-6{ background-color: #62707d; }

.main-page-div-link-icon-fin{
    background-size: cover;
    background-color: white;
    min-height: 250px;
}

.edit-gear{
    display: block;
    width: 28px;
    height: 28px;
    left: 18px;
    top: 122px;
    position: relative;
    display: none;
    background-image: url('../theme/img/gear.png');
}

.div-href{
    cursor: pointer;
}

.big-block-info {
    display: block;
    color: white;
    font-family: 'Open Sans';
    font-size: 16px;
    margin-top: 11px;
    font-weight: normal;
    line-height: 25px;
    margin-top: 15px;
}


.big-block-info span{
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: inherit;
    margin-left: 0;
    width: 90px;
}


.in-dev .main-page-div-link{
    opacity: 0.4;
}

.modal.large {
    width: 96%; /* respsonsive width */
    margin-left:-48%; /* width/2) */ 
    height: 96%;
}
.show-all-finance{
    display:none;
}
.document_Invoice>.field-invoice-check{
    display:none;
}
.document_Agreement > .field-agreement-check{
    display:none;
}

.large .modal-content{
    height: 100%;
}

.nav-tabs-popup{
    background-color: white;
}

.nav-tabs-popup li a{
    background-color: #99ffff;
}

.nav-tabs-popup li.active a{
    background-color: #cccccc;
}

.filt{
    padding-bottom: 5px;
}
.filterDataWidget{
    display: block;
    position: relative;
    margin-left: 0px;
    margin-top: 1px;
    margin-bottom: 15px;
    float: left;
    clear: left;

}
.grid-view{
    clear: both;
}
.invoice-index.platezi .grid-view .grid-view{
    overflow-y:auto;
    overflow-y: hidden;
}
.filterDataWidget .today{
    display: inline-block;
    width: 180px;
    height: 33px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #b5d1d8;
    border-radius: 3px;
    line-height: 33px;
}
.invoice-index.platezi .grid-view .grid-view div#mCSB_6_container{
    padding-bottom: 141px;
}
.selectSearchpanel .jq-selectbox__search{
    display: block!important;
}
.filterDataWidget input{
    display: inline-block;
    width: 105px;
    height: 34px;
    background: url(../theme/img/arr-d.png)no-repeat 80px center #fff;
    color: #5b7b90;
    padding-left: 5px;
}
.all-bl > div{
    background-color: rgba(0,0,0,0.0)!important;
    border:0px!important;
    padding: 0px!important;
}
.coss .form-group{
    width: 50%!important;
    display: block;
    float: left;
    margin-bottom: 4px;
}
.price_block.coss {
    margin-bottom: 2px;
}
.butto{
    
    margin-bottom: 40px;
    width: 50%;
}

button.btn.btn-success.col-md-12{
    text-transform: uppercase;
}
.coss label{
    display: block;
    float: left;
    width: 100%!important;
    margin-bottom: 8px;
}
.coss .form-group.field-projects-total_cost.required{
    width: 100%!important;
}
h1{
    margin-bottom: 25px;
    margin-left: 0px;
}
 h2{
    font-size: 36px;
    font-family: "Open Sans";
    font-weight: 300;
    margin: 0;
}
.widget-chart thead{
    background-color: #b5d1d8;
    
}
.widget-chart.widj  thead > tr > th{
    color: #fff!important;
}
.form-setup .form-control{
    width:50%;
    display: block;
    float: left;
}
.form-setup label{
    width:50%;
    display: block;
    float: left;
}
.col-main-r h2{
    margin-bottom: 25px;
    margin-top: 20px;
}
.mb{
    margin-bottom: 80px;
}
.qmenu ul li a .icon {
    padding: 14px 14px 12px 18px;
    font-size: 29px;
    width: 68px;
    text-align: center;
}
.col-l{
    float: left;
    display: block;
}
.col-ml{
    margin-left: 10px;
    margin-top: 0px;
}
.in-dev {
    display: inline;
}

.audit-color{

    
}

.audit-color-1{
    background-color: #fed6d9;
}

.audit-color-2{
    background-color: #ffe5a5;
}

.audit-color-3{
    background-color: white;
}




.table-striped > tbody > tr.audit-row2{
    background-color: rgb(251,195, 198);
}


.table-striped > tbody > tr.audit-row2:nth-child(odd) > td{
    background-color: rgb(252, 194, 193);
}

.table-striped > tbody > tr.audit-row:nth-child(odd) > td{
    background-color: rgb(149, 213, 231);
}

.table-striped > tbody > tr.audit-row1:nth-child(odd) > td{
    background-color: rgb(111, 230, 218);
}

.table-striped > tbody > tr.audit-row1{
    background-color: rgb(124, 233, 233);
}

.table-striped > tbody > tr.audit-row0{
    /*background-color: blue;*/
}

.audit-row{
    background-color: rgb(179, 237, 254);
}

.au-row td:last{
    padding: 0;
}

.table-striped > tbody > tr > td.audit-color-1,
.table-striped > tbody > tr:nth-child(odd) > td.audit-color-1{
    background-color: #fed6d9;
}

.table-striped > tbody > tr > td.audit-color-2,
.table-striped > tbody > tr:nth-child(odd) > td.audit-color-2{
    background-color: #ffe5a5 ;
}

.table-striped > tbody > tr > td.audit-color-3,
.table-striped > tbody > tr:nth-child(odd) > td.audit-color-3{
    background-color: white ;
}

.chat-inner .chat-body{
    display: none;
}


.flash{

    -moz-animation: flash 1s ease-out;
    -moz-animation-iteration-count: 1;

    -webkit-animation: flash 1s ease-out;
    -webkit-animation-iteration-count: 1;

    -ms-animation: flash 1s ease-out;
    -ms-animation-iteration-count: 1;

}

.widget-chat header span{
    width: 100%;
    background-image: url(../theme/img/chat.png);
    background-repeat: no-repeat;
    height: 75px;
    width: 96px;
}
.widget-chat{
    background-color: transparent;
}
.widget-chat header{
    width: 96px;
    background-color: #FFC33D;
}
.audit-row{
    /*background-color: blue;*/
}
.widget-chat .chat-inner{
    background-color: white;
}
.wrap-delete{
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 10;
}
.widget-chat .chat-inner footer{
    background-color: red;
}
.field-invoice-actual_account{
    display:none;
}


@-webkit-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#c42512;}        
    100% {background-color:none;}
}

@-moz-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#c42512;}        
    100% {background-color:none;}
}

@-ms-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#c42512;}        
    100% {background-color:none;}
}


@-webkit-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#c42512;}        
    100% {background-color:none;}
}


.audit-row-haschat .sys-chat header span.chat-collapse{
    -webkit-animation: rotate1 5s infinite linear;
    -webkit-transform-style: flat;


    animation: rotate1 5s infinite linear;
    transform-style: flat;

    position: absolute;
}



@-webkit-keyframes  rotate1 {
    0% { -webkit-transform: rotateY(0deg) rotate(0)}
    100% { -webkit-transform: rotateY(360deg) rotate(0)}
}

@keyframes  rotate1 {
    0% { transform: rotateY(0deg) rotate(0)}
    100% { transform: rotateY(360deg) rotate(0)}
}

.widget-chat .chat-body{
    min-width: 250px;
}
.widget-chat footer{
    position: absolute;
    bottom:0px;
    z-index: 11;
}
header.chat-header{
    height: 75px;
}
.widget-chat .chat{
    padding-bottom: 80px;
}

#au-show-new{
    display: none;
}
.au-row td:last-child{
    padding:0px!important;
    width: 96px!important;
}

.table-striped > tbody > tr.au-row:nth-child(even) > td:last-child{
    background-color: #FFC33D !important;
}

.table-striped > tbody > tr.au-row > td:last-child{
    background-color: #FFC33D !important;
}
.caret-sel{
    display: inline-block;
    width: 140px;
    background: url(../theme/img/arr-d.png)no-repeat 115px center #fff;
    color: #5b7b90;
    text-align: left;
}

.filterDataWidget .dropdown{
    float: left;
    padding-right: 3px;
}
.review-name-pop-up {
    position: absolute;
    width: 30%;
    z-index: 1000;
    margin-top: 124px;
    padding: 25px;
    background-color: #fff;
    display: none;
    height: 200px;
    overflow-x: auto;
    border:2px solid lightgrey;
}
.documents-pop-up-names .wrap-delete{
    right: 0px; 
    top: -5px;
}
.clp{
    position: relative;
    clear:      both;
}
.clp .btn-danger {
    position: absolute;
    margin-top: 26px;
    height: 32px;
    padding: 0px;
    width: 32px;
    line-height: 32px;
    text-align: center;
}
.col-main-r h4{
    float: left;
    margin-top: 9px !important;
}
.col-main-r input.col-md-12.btn.btn-success.submit-setup{
    margin-top: 25px;
}
.counteragent-form .all-bl .form-group{
    margin-bottom: 0px!important;
}
.counteragent-form .all-bl > .form-group{
    margin-bottom: 15px!important;
    
}

.counteragent-form .help-block{
    position: absolute;
}
.counteragent-form .input-group-phones-l .input-group-phones {
     margin-bottom: 0px; 
}
.counteragent-form .form-group.field-counteragent-projects {
    margin-bottom: 20px!important;
}
.cols-w{
    width: 100%!important;
}
.counteragent-form input#counteragent-activity {
    height: 108px;
}

.counteragent-form textarea#counteragent-note {
    height: 108px;
}
.mar{
    margin: 0 auto;
    display: block;
    float: none;
    margin-top: 20px;
}
.clr{
    clear: both;
}
.img-logo{
    display: block;
    width: 70px;
    height: 50px;
    /*background-color: #eeeded;
    border: 1px solid #d9d9d9;*/
    float: left;
    margin-bottom: 40px;
    margin-top: 25px;
    background-size: cover!important;
}
.input-f{
    position: relative;
    margin-top: 45px;
}
.input-f span{
    background: #fff;
    color: #5b7b90;
    border: 1px solid #cacaca;
    text-transform: uppercase;
    width: 110px;
    text-align: center;
    display: block;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
    position: absolute;
}
.input-f input[type="file"]{
    opacity: 0;
    position: absolute;
    top: 2px;
}
.input-f .form-group{
    position: absolute;
    
}
.input-f .form-group label{
    top: -30px;
    position: absolute;
}
.update-b button{
    width: 100%;
    text-transform: uppercase;
}

.img-logo img{
    width: 70px;
    height: 50px;
}




#File1 {
position: absolute;
bottom:-34px;
}
.customFile {
width: 120px;
margin-left: 0px;
cursor: default;
height: 29px;
z-index: 2;
filter: alpha(opacity: 0);
opacity: 0;
bottom: -30px;
    position: absolute;
}
.fakeButton {
position: absolute;
z-index: 1;
width: 120px;
text-align: center;
height: 26px;
background: url(../theme/img/button.html) #fff no-repeat left top;
float: left;
line-height: 26px;
border:1px solid #cbcbcb;
color: #5b7b90;
text-transform: uppercase;

}

.blocker {
position: absolute;
z-index: 3;
width: 150px;
height: 21px;
background: url(../theme/img/transparent.html);
margin-left: -155px;
display: none;
}
#FileName {
position: absolute;
height: 26px;
margin-left: 110px;
font-family: Verdana;
font-size: 14px;
line-height: 20px;
color: #5b7b90;
margin-top: 2px;
padding-top: 1px;
padding-left: 19px;
/*display: block!important;*/
}
#activeBrowseButton {
background: url(../theme/img/button_active.html) no-repeat left top;
display: none;

}
#wrrapper{
    position: relative;
    margin-bottom: 60px;
}
.form-group.field-files-path{
    margin-bottom:0px;
}
.form-group.field-files-path .help-block{
    margin-bottom:0px;
}
.form-group.field-files-path .control-label{
    margin-bottom:4px;
}
    
    .jq-selectbox__select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
   
    background-image: none;
    border: 1px solid #ccc;

    position: absolute!important;
    top: 0px;
    left: 0px;
    }
    .jq-selectbox__trigger{
        border-left: 0px;
    }
    .jq-selectbox__trigger-arrow{
        background: url(../theme/img/arr-d.png) no-repeat center center;
        border:0px;
        display: block;
        width:100%;
        height: 100%;
        right: 0px;
        top: 0px;
        opacity: 1;
    }
    div#ui-datepicker-div {
    z-index: 1070!important;
}
textarea.form-control.payment-note{
    height: 145px;
    resize: none;
}

.first-measure{
    display: none;
}
.documents-create.text-center a{
    width: 102px!important;
}
.panel-body .form-group{
    float: left;
    display: block;
    width: 48%;
    margin-bottom: 0px;
    margin: 0px 1%;
}
.panel-body{
    padding: 2px;
}
.text-right.wrap-delete{
    display: none;
}
#measure-button{
    display: block!important;
    margin: 0 auto!important;
    width: 50%!important;
    background: url(../theme/img/plus.png) no-repeat center center #fff!important;
    height: 26px!important;
    border: 2px solid #cacaca!important;
    border-radius: 4px!important;
}
.panelfunds{
    margin-bottom: 10px!important;
}
.documents-create button.btn.btn-success{
    width: 100%;
}
.form-group.field-invoice-vat,.form-group.field-invoice-cash{
    width: 50%;
    float: left;
    text-align: center;
}
.payment-tab li{
    width: 180px;
    text-align: center;
    float: left;
}
.payment-tab li a{
    margin-left: 0px!important;
    margin-right: 1px;
}
.payment-tab ul{
    padding: 0px;
    margin-bottom: 1px;
}
.wrap-payment-tab{
    margin-top: 20px;
}
.payment-tab .nav-tabs > li.active > a{
    border-bottom: 1px solid #fff!important;
}
button.btn.btn-success.mar.btn-ss.col-lg-4.col-md-4.col-sm-12.col-xs-12.text-center{
    text-transform: uppercase;
}
label.control-label{
    color: #5b7b90!important;
    font-weight: normal!important;
    font-size: 12px!important;
}
.counteragent-view label{
   color: #5b7b90!important;
    font-weight: normal!important; 
}
.jq-selectbox__select:hover {
    background-color: #fff;
    background-position: 0 -10px;
}
form .custom_field .form-control:focus{
    border-color: #ddd!important;
}
.jq-selectbox li{
    color: #aeb0a6;
}
.jq-selectbox li:hover {
    background-color: #f7f6f1;
    color: #aeb0a6;
}
.jq-selectbox li.selected {
    background-color: #fff;
    color: #aeb0a6;
}
.jq-selectbox li.selected:hover{
    background-color: #f7f6f1;
    color: #aeb0a6;
}
.dropdown-menu > .active > a {
    text-decoration: none;
    color: #a1a1a1 !important;
    background-color: #fff !important;
}
.dropdown-menu > li > a {
    color: #aaaaaa !important;
    font-weight: 300;
    margin: 0 0px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transform: all 0.25s;
    -ms-transform: all 0.25s;
    transition: all 0.25s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 13px;
}
.dropdown-menu{
    padding: 0px;
    min-width: 142px;
}
.blue-block{
    background: #b5d1d8!important;   
    color: whitesmoke;    
    font-weight: 500;    
    font-family: 'Open Sans';    
    padding: 15px 0 15px 48px;    
    font-size: 30px;
}
.nav-tabs > li.active > a{
    border:0px!important;
    box-shadow: none!important;
}
.payment-tab ul{
    border-bottom: 2px solid #fff;
}

.payment-tab li a{
    background: #dfe0e1;
    color: #5b7b90;
}
a.pay-payment.btn.btn-primary{
    background: #3db9af;
}
.btn-danger{
    background: #f35958;
}
.platezi a.btn.btn-success{
    text-transform: uppercase;
    text-align: center;
    width: 185px;
    clear: left;
    display: block;
    margin-top: 10px;
}
.platezi .col-ml {
    margin-left: 10px;
    margin-top: 48px;
}
.acount a.btn.btn-success{
    text-transform: uppercase;
    text-align: center;
    width: 185px;
    clear: left;
    display: block;
    margin-top: 10px;
}
.acount .col-ml {
    margin-left: 10px;
    margin-top: 48px;
}
.summary {
    margin-top: 50px;
}

.finance-index h1{
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.has-success .form-control{
    border-color: #DDD!important;
}
.form-control:focus {
    border-color: #ddd!important;
}
.finance-index .filt h1{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
}
.finance-index table.table.table-striped.table-bordered .form-control{
    min-width: 120px;
}
.documents-pop-up-names .wrap-delete{
    display:block!important;
}
.jbk{
    width: 660px;
    margin-left: -330px;
    box-shadow: none!important;
}
.body-hbc{
    margin-bottom: 20px;
}
.grid-view{
    position: relative!important;
    clear: both!important;

}
.audit-page{
    position: relative!important;
    clear: both!important; 
}
.tab-pane .finance-account-actual{
    color: #B5D1D8;
    font-weight: 500;
    font-family: 'Open Sans';
    padding: 15px 0 15px 48px;
    font-size: 30px;
    background-color: white;
    margin: 0;
    font-weight: 500;
    font-family: 'Open Sans';
    padding: 15px 0 15px 48px;
    font-size: 30px;
}
.main-page-div-link.div-href.div-href-gear {
    position: relative;
}
.edit-gear {
    display: block;
    width: 28px;
    height: 28px;
    left: 6px;
     top: auto; 
    bottom: 5px;
    position: absolute;
    display: none;
    background-image: url('../theme/img/gear.png');
}
.add-payment input[type="checkbox"]{
    float: left;
    margin-top: 1px;
    margin-right: 5px;
}
.add-payment .panel {
    margin-bottom: 0px;
    background-color: #EEE;
}
.butto-add-measure {
    margin-bottom: 25px;
}
.add-payment .fakeButton{
    width: 149px;
}
.form-group.field-invoice-whatfortext {
    margin-bottom: 10px;
}
.add-payment .customFile{
    width: 149px;
    bottom: -68px;
   cursor: pointer;

}
.add-payment  .butcl{
        position: absolute;
    z-index: 100;
    height: 30px;
    margin-top: -43px;
    left: 169px;
    width: 30px;
    background: url(../theme/img/butcl.png) no-repeat center center;
    display: none;
    cursor: pointer;
}
.add-payment #FileName{
    margin-left: 0px;
    margin-top: -43px;
    background: #eeeeee!important;
    color: #555555;
    border:1px solid #cbcbcb;
     padding: 4px;
     width: 50%;
     height: 30px;

}
.add-payment .form-group.field-files-path {
    margin-bottom: 40px;
}
.selectSearchpanel label.control-label{
    display: none;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #727B8A!important;
}
#sys-add-agr-cagent-btn,
.sys-add-agr-cagent-btn-fout-suppl{
    width: 100%!important;
    background-color: #b5d1d8!important;
    text-transform: uppercase;
    border:0px;
}
.counteragent-view .custom_field input{
    background: #fff!important;
    border: 1px solid #d9d9d9!important;
    padding-left: 10px;
    margin-bottom: 15px;
    width: 96%;
}
.counteragent-view .custom_field{
    margin-bottom: 15px;
    text-align: left;
    margin-top: 0px;
}
.counteragent-view .custom_field label{
    /*display: inline!important;*/
    position: relative!important;
    top:auto;
    margin-bottom: 5px;
}
.counteragent-view .panel-body .form-group{
    width: 100%;
}
.counteragent-view .tab-content {
    padding: 0px;
    background: none!important;
}
.counteragent-view .tab-content textarea.form-control{
    height: 180px;
    resize:none;
}
.counteragent-view .bottom_inf_form .control-label {
    display: none;
}
.save-btn button.btn.btn-success{
    text-transform: uppercase!important;
    width: 100%!important;
}
.counteragent-view button.btn.btn-success{
    text-transform: uppercase!important;
    width: 100%!important;
}
.counteragent-view .help-block{
    margin-bottom: 15px;
}
.counteragent-view form .custom_field input{
    height: 32px    ;
}
#sys-crm .nav-tabs>li{
    width: 13.9%!important;
    margin-right: 0px;
    float: none;
    display: inline-block;
}
#sys-crm .nav-tabs>li a{
    display: block;
    background-color: #dfe0e1!important;
    color: #5b7b90!important;
    margin-right: 0px!important;
    margin-left: 0px!important;
    text-align: center;

}
#sys-crm ul.nav.nav-tabs.nav-tabs-popup{
    padding: 0px!important;
    border-bottom: 4px solid #f9f8f5 ;
    text-align: center;
}
#sys-crm .nav-tabs-popup li.active a {
    background-color: #f9f8f5!important;
}

.label-flot-custom-title{
    top:50%;
    margin-top: -15px;
    height: 30px!important;
    line-height: 30px!important;
}
.review-name-pop-up{
    top:0px;
    left: 0px;
}
#pieChart{
    float: left;
}


.modpl .modal-header,.modpl .modal-footer{
    border: 0px!important;

}
.modpl .modal-footer{
    padding-bottom: 10px;
    
}
.modpl{
    width: 366px;
    margin-left: -183px;
}
.modpl button.btn.btn-default{
    display: none;
}
a.btn.btn-success.btn-lg.active{
    background-color: #3db9af;
}
a.btn.btn-danger.btn-lg.active{
    background-color: #f35958;
}
.documents-create.text-center a{
    width: 160px!important;
    border-radius: 5px;
}
#main{
    padding-bottom: 50px;
}
.corner-flip .flip:before{
    display: none!important;
}
.label-flot-custom ul{
    max-width: 685px;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.label-flot-custom ul li{
    width: 30%;
    text-align: left;
}
.nav-tabs > li > a{
    margin-left: 0px;
    margin-right: 5px;
}
.nav-tabs{
    padding: 0px;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.cpalet_select{
    display: block;
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: #DDD;
    border-radius: 2px;
    font: inherit;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.storage-form .form-group{
    margin-bottom: 0px;
    margin: 0px 0%;
    float: left;
    width: 90%;
}
.jq-selectbox ul{
    max-height: 135px!important;
}
textarea#invoice-comment {
    height: 108px;
    resize: none;
}
@media (min-width: 1200px){
    .label-flot-custom ul li{
    width: 49%;
    text-align: left;
}
}
.field-files-filetrue{
    display:none;
}
.table-pl table{
    width: 100%!important;
    text-align: center;
    border-spacing: 1px;
    border-collapse: 1px;
    border-collapse: separate;
}
.table-pl table th{
    padding-top: 5px;
    padding-bottom:5px;
    font-weight: 300;
    background-color: #f9f8f5;
}
.table-pl table td{
    height: 28px;
    background-color: #fff;
}
.table-pl table .proc{
    width: 20%;
}
.table-pl table .end-d{
    width: 40%;
}
.table-pl table .prise{
    width: 40%;
}
.table-pl table input{
    display: block;
    width: 100%;
    border:0px!important;
    background: url(../theme/img/arr-d.png) no-repeat 90% center;
}
.table-pl a{
    z-index: 1;
    width: 110px;
    text-align: center;
    height: 26px;
    background: url(../theme/img/button.html) #fff no-repeat left top;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    color: #5b7b90;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
    margin-bottom: 20px;
}
.user-new-mess{
    width: 13px;
    display: block;
    background-image: url('../theme/img/chat-new-mess.png');
    height: 13px;
    position: relative;
    top: -1px;
    left: 37px;
    display: none;
}

.row-chat{
    /*background-color: red;
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    height: 200px;*/
} 
.main-diagram{
    position: absolute;
    right: 10px;
    top:auto;
    bottom:-17px;
    left: 160px;
    overflow-y: auto;
    overflow-y: hidden;
    z-index: 10;
}
.main-diagram .mCSB_horizontal.mCSB_inside>.mCSB_container{
    margin-bottom: 15px;
}
.main-diagram .mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{
    margin: 0px;
}
.main-diagram td{
    width: 25px;
    vertical-align: bottom;
}
.main-diagram .pie-project{
    display: inline-block;
    margin-right: 5px;
    width: 25px;
    
}
.main-diagram .pie-project > div{
    display: inline-block;
    margin-right: -2px;
    background-color: red;
    max-height: 45px;
    width: 10px;
    text-indent: -99999px;
    overflow: hidden;
    min-height: 1px;
    cursor: pointer;
}
.main-diagram .pie-project > div:hover{
    opacity: 0.8;
    border:1px solid red;
}
.main-diagram .pie-project > .pie-project-prof{
    height: 30px;
    background:#36BF36;
}
.widget-im ul li > div > h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    height: 37px;
    line-height: 37px;
    background-color: #A9C4C6;
    padding-left: 15px;
}
.stages-index h1 a{
    margin-left: 15px;
}
.group-index h1 a{
    margin-left: 15px;
}
#sys-add-agr-cagent .modal-body{
    height: 90%;
}
#sys-add-agr-cagent-fout .modal-body{
    height: 100%;
}
.control-label:first-letter{
    text-transform: uppercase;
}
.storage-create button.btn.btn-theme-inverse.btn-block{
    width: 90%;
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
    background-color: #2dcb6f;
}
.storage-create .help-block{
    margin: 0px;
}
.storage-create .bottom-mar{
    margin-bottom: 15px;
}
.storage-create h2{
    margin-bottom: 20px;
}


.create-contr-a .table-striped > tbody > tr:nth-child(odd) > td, .create-contr-a .table-striped > tbody > tr:nth-child(odd) > th{
    background-color: #E5E9EC!important;
    text-align: left;
    border:0px!important;
}
.create-contr-a tbody tr  th{
    text-align: left!important;
    background: #E5E9EC!important;
    border:0px!important;
}
.create-contr-a .table-striped > tbody > tr:nth-child(even) > td, .create-contr-a .table-striped > tbody > tr:nth-child(even) > th{
    background: #E5E9EC!important;
    border:0px!important;
}
.create-contr-a .col-lg-12.col-md-12 a{
    width: 180px; 
    margin-right: 10px;
    margin-bottom: 25px;
}
.create-contr-a .col-lg-12.col-md-12 a.btn.btn-primary{
    background: #2dcb6f;
    border-color: #2dcb6f;
}
.contr_head .col-lg-12.col-md-12{
    margin-left: -15px;
}
.contr_head a{
    width: 180px; 
    margin-right: 10px;
    margin-bottom: 25px;
}
.contr_head a.btn.btn-primary{
    background: #2dcb6f;
    border-color: #2dcb6f;
}
.contr_head, .contr_menu{
    margin-left: 15px;
}
.selectSearchpanel .jq-selectbox__search{
    display: block!important;
}
.control-label:first-letter{
    text-transform: uppercase;
}
.form-control-phone-button{
    z-index: 1;
    width: 134px;
    text-align: center;
    height: 26px;
    background: url(../theme/img/button.html) #fff no-repeat left top;
    float: left;
    border: 1px solid #cbcbcb;
    color: #5b7b90;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 50%;
    line-height: 26px;
    margin-left: -67px;
}
.storage-create button.btn.btn-theme-inverse.btn-block{
    width: 90%;
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
    background-color: #2dcb6f;
}
.storage-create .help-block{
    margin: 0px;
}
.storage-create .bottom-mar{
    margin-bottom: 15px;
}
.storage-create h2{
    margin-bottom: 20px;
}
.stages-index h1 a{
    margin-left: 15px;
}
.group-index h1 a{
    margin-left: 15px;
}
#sys-add-agr-cagent .modal-body{
    height: 90%;
}
#sys-add-agr-cagent-fout .modal-body{
    height: 100%;
}
.selectSearchpanel .jq-selectbox__search{
    display: block!important;
}
.form-group.input-group-phones-l.field-phone {
    padding-bottom: 30px!important;
    position: relative;
}
.rowil .sys-phone-input{
    width: 87%!important;
    float: left;
    display: block!important;
}
.rowil #np-add{
    width: 10%!important;
    float: left;
    display: block!important;
}
.invoice-index.platezi .grid-view .grid-view .mCSB_container{
 padding-bottom: 141px;
 }
 
 
 
 #bigchatunread-icon {
    display: block;
    width: 14px;
    height: 14px;
    /* background-color: red; */
    position: absolute;
    background: url(../theme/img/new-chat-mess-bicon.png) no-repeat center center;
    left: 51px;
    top: 6px;
    display:none;
}

.widj-ch.act span#bigchatunread-icon{
    left: 112px;
}

.widj-ch.act.lwid span#bigchatunread-icon{
    left: 51px;
}
.panel-part .jq-selectbox__search {
    display: block!important;
}

.panel-part .control-label{
    display: none;
}
.panel-part2 .jq-selectbox__search {
    display: block!important;
}
.panel-part3 .jq-selectbox__search {
    display: block!important;
}
.panel-part2 .control-label{
    display: none;
}
.panel-part3 .control-label{
    display: none;
}
.documents-index.acount.doc-page table .form-control{
    width: 140px;
}
/*.invoice-index.platezi.plg table .form-control{
    width: 140px;
}*/
.jq-selectbox__dropdown{
    width: 100%!important;
    min-width: 140px;
}

 .storageCountClass{
     color: #098e83;
     text-decoration: underline;
 }
 .storageCountClass:hover{
     text-decoration: none;
     cursor: pointer;
 }
.print-bl{
    display: none;
   }
.dru{
    position:relative;
    cursor: pointer;
   float: left;
    width: 60px;
    border: 0px;
    z-index: 1000;
    height: 26px;
    display: none;
    font-size: 14px;
    color: #000;
    margin-top: -5px;
    margin-right: 10px;
    background: url(../theme/img/druk.png) no-repeat center center #b4d1d7;
    border-radius: 4px;
}
.posrel{
    position: relative;
}
body > .finans{
    display: none;
}
 
 .form-calendar .c4{
    background: #566574;
 }
 .form-calendar .c5{
    background: #f37864;
 }
 .form-calendar .c6{
    background: #9bbb43;
 }
 .form-calendar .c7{
    background: #ffa133;
 }
 .form-calendar .c8{
    background: #ffcc33;
 }
 .choose-color{
    margin-bottom: 30px;
 }
 .view-event{
    position: relative;
 }
 .view-event .config{
    width: 49%;
    display: block;
    float: left;
    border: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;

 }
 .view-event .config.btn-success{
    margin-right: 2%;
 }
 .view-event input[type="text"],.view-event input[type="submit"],.view-event select,.view-event textarea,.view-event label,.view-event button{
    display: block;
    width: 100%;
 }
 .view-event textarea{
    height: 50px;
    resize:none;
    border :1px solid #dcdcdc;
 }
 .event-avatar{
    display: block;
    float: left;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: url(../theme/img/no_avatar.png) no-repeat center center;
    background-color: grey;
    background-size: cover !important;
    margin-left: 10px;
 }
 .event-avatar-block{
    margin-bottom: 25px;
 }
 .event-work{
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #3db9af;
    width: 100%;
    border-radius: 4px;
    border: 0px;
    margin-bottom: 30px;
    display: block;
 }
 .event-work + span{
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #3db9af;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 30px;
    display: block;
 }
 .event-comaents{
    max-height: 140px;
    overflow: auto;
    display: block;
    width: 100%;
 }
 .ev-com{
    position: relative;
    display: block;
    width: 100%;
    min-height: 70px;
    background:#fff;
    padding-left: 70px;
    padding-top: 20px;
 }
 .ev-com:nth-child(1){
     background:#fff;
 }
 .ev-com:nth-child(2n){
     background:#f4f4f4;
 }
 .ev-com-av{
    width: 40px;
    height: 40px;
    display: block;
    background: grey;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 10px;
    background: url(../theme/img/no_avatar.png) no-repeat center center;
    background-size: cover;
 }
 .ev-com p{
    font-size: 10px;
    color: #6a8699;
 }
 .create-event{
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    max-width: 240px;
    top:-60px;
 }
 .counteragent-event{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    padding-left: 10px;
 }
 .view-event-event{
    display: block;
    width: 100%;
    margin-bottom: 20px;
 }
 .view-event h2{
    margin-bottom: 15px;
    margin-top: 100px;
}
ol.rounder-delete-list.rounded-list  a:before {
    content: "\e020";
    font-family: 'Glyphicons Halflings';    
 }
 .view-event h2 + p{
    font-size: 12px;
    margin-bottom: 20px;
 }
 .time-calendar{
    position: absolute;
    right: 5px;    
    top: -28px;
    font-size: 14px;
    color: #5b7b90;
 }
 .view-event input[type="submit"]{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #b5d1d8;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 0px;
 }
button.printB.dru.pull-right{
    display: block;
}


.form-calendar h2{ 
margin-bottom: 30px; 
} 
.form-calendar input[type="text"],.form-calendar input[type="submit"],.form-calendar select,.form-calendar textarea,.form-calendar label,.form-calendar button{ 
display: block; 
width: 100%; 
} 
.form-calendar input[type="text"],.form-calendar input[type="submit"],.form-calendar select,.form-calendar textarea,.form-calendar button,.form-calendar .chosen-container.chosen-container-multi,.form-calendar .form-control{ 
margin-bottom: 10px; 
border: 1px solid #dcdcdc; 
} 

.form-calendar input[type="text"]{ 
height: 34px; 
padding-left: 15px; 
} 
.select-div{ 
float: left; 
display: block; 
width: 50%; 
} 
.form-calendar input[type="submit"]{ 
border-radius: 4px; 
text-transform: uppercase; 
} 
.form-calendar input[type="checkbox"]{ 
margin-bottom: 15px; 
} 
.form-calendar textarea{ 
height: 50px; 
resize:none; 
padding-top: 10px; 
padding-left: 15px; 
} 
.form-calendar .jq-selectbox__select{ 
border: 0px; 
height: 32px; 
} 
.form-calendar .chosen-container-multi .chosen-choices{ 
border:0px; 
background-image: none!important; 

} 
.form-calendar .chosen-container-multi .chosen-choices li.search-choice{ 
margin-top: 5px; 
} 
.form-calendar .chosen-container.chosen-container-multi{ 
height: 34px; 
} 
.form-calendar .chosen-container-multi .chosen-choices li.search-field input[type=text]{ 
height: 30px; 
} 
.backgroundColor{ 
float: left; 
display: block; 
height: 34px; 
width:35%; 
background: #9bbb43; 
} 
.licolor{ 
float: left; 
display: block; 
width: 65%; 
} 
.licolor li{ 
float: left; 
display: block; 
width: 12%; 
height: 34px; 
margin-left: 1px; 
cursor: pointer; 
} 
.form-calendar .c1{ 
background: #75a3ba; 
} 
.form-calendar .c2{ 
background: #b2577d; 
} 
.form-calendar .c3{ 
background: #746187; 
}



.widget-chat-audit-super .to.s-0 p{
    background-color: rgba(11,190,175,0.7);
}

.widget-chat-audit-super .from.s-0 p{
    color: rgba(141,167,181,0.86);
}
.widget-chat-audit-super .from.s-0 img{
    opacity: 0.5;
}
.scroll-bottom{
    position: absolute;
    height: 100%;
    left: 0px;
    padding-top: 55px;
    padding-bottom: 55px;
    width: 10px;
    display: block;
    z-index: 1000000;
    cursor: pointer;

}
.scroll-bottom a{
    position: relative;
    display: block;
    background:rgba(255,255,255,0.1);
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  height: 50%;
  margin-bottom: 2px;
}
.scroll-bottom a:hover{
    background:rgba(255,255,255,0.5);
    border-radius: 10px;
}
.pie-percent .btn-group{
    width: 100%;
    margin-top:5px;
    margin-bottom: 5px;
    text-align: left;
    display: block;
}
.pie-percent .btn-group button.multiselect.dropdown-toggle.btn.btn-default{
    width: 100%;
    text-align: left;
    
}
.pie-percent .btn-group b.caret{
    float: right;
    margin-top: 10px;
}
.pie-percent .btn-group ul.multiselect-container.dropdown-menu{
    width: 100%;
    text-align: left;
    margin-top: 64px;
    overflow-x: auto;
    height: 200px;
}
.pie-percent .btn-group li.active a{
    background: #f7f6f1 !important;
}
.pie-percent .btn-group a  label{
    clear:both;
    display: block;
    float:none;
}
.sys-perpager {
    display: inline-block!important;
    width: 55px;
    margin-left: 10px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    color: #6f7b8a;
}
.change-block-ul{
    list-style: none;
    padding: 0px;
}
.change-block-ul li{
    display: inline-block;
    width: 15%;
    text-align: center;
    color:#5b7b90;
    height: 41px;
    line-height: 41px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #DFE0E1;
    font-size: 14px;
    cursor: pointer;
    
}
.change-block-ul li.act{
    background: #fff;
}
.change-block{
    display: block;
    width:100%;
    position: relative;
    min-height: 150px;
    background: #fff;
   
}
.filterBinotel.filterDataWidget input{
    cursor: pointer;
}
.tel-bl{
     text-align: left;
    background:#fff;
}
.tel-bl + table{
    border-top:1px solid #DFE0E1;
}
.tel-bl > div{
    display: inline-block;
    padding:15px;
    background:#fff;
    width: 100%;
}
.tel-bl input,.tel-bl a{
    display: inline-block;
    margin-right: 10px;
    height: 30px;
    margin-top: 0px;
    float: left;
    margin-bottom: 0px;
    
}
.tel-bl input{
    padding-left: 10px;
}
.recordCall{
        width: 30px;
    height: 22px;
    display: block;
    background: url(../theme/img/rec.png) no-repeat;
    background-position: -20px 2px;
    margin: 0px auto;
    cursor: pointer;
}
.recordCall:hover{
    background-position: -20px -18px;
}
.employeeName{
    display: block;
    text-align:left;
    font-weight:bold;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}
.internalNumber{
    display: block;
    text-align:left;
    font-weight:300;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 12px;
}
.disposition{
   display: block;
    text-align:left;
    font-weight:300;
    color: #333;
    font-size: 12px; 
    line-height: 16px;
}
.callPhoneBinotel{
    margin-left: 5px;
    display: inline-block;
    width:34px;
    float:right;
    height: 25px;
    background: url(../theme/img/call.png)no-repeat;
    cursor:pointer;
    margin-top: 2px;
}
.main-page-div-link-binotel {
    background-image: url('../theme/img/binotel.png');
    background-repeat: no-repeat;
}

.bc-icon-binotel {
    background-image: url('../theme/img/icon_binotel.png');
background-position: 14px 10px;
}

.callPhoneBinotelFloat {
    float: none;
} 
.modal-scrollable{
    z-index: 100050;
}
.title-hbc{
    margin-bottom: 10px;
}
.body-hbc + div{
    margin-bottom: 10px;
}
.button-bottom.text-center{
    text-align: left;
}
a.pay-payment-after-hbc{
    background-color: #3db9af;
    margin-top: 30px;
}
#myModal-payment{
    margin-top: -125px;
}

/*audit-chat=======================*/
.widget-chat footer > .message-input textarea{
    display: block;
    width: 100%;
    height: 65px;
    border: 0px;
    border-radius: 0px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #fff;
    color:#333;
    line-height: 12px;
    padding-top: 10px;
    resize:none;
    padding-left: 10px;
}
.widget-chat footer > .message-input button{
    display: block;
    width: 100%;
    background:#b5d1d8;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border:0px;
}

.widget-chat .chat-body:after{
    display: none!important;
}
.widget-chat header{
    margin: 0 auto;
}
.modal-scrollable{
    z-index: 100050;
}
.title-hbc{
    margin-bottom: 10px;
}
.body-hbc + div{
    margin-bottom: 10px;
}
.button-bottom.text-center{
    text-align: left;
}
a.pay-payment-after-hbc{
    background-color: #3db9af;
    margin-top: 30px;
}
#myModal-payment{
    margin-top: -125px;
}
.add_hbc_form .btn-group, 
.add_hbc_form .btn-group button, 
.add_hbc_form .btn-group .multiselect-container,
.edit_hbc_form .btn-group, 
.edit_hbc_form .btn-group button, 
.edit_hbc_form .btn-group .multiselect-container{
    width: 100%;    
}
.edit_hbc_form .btn-group, .add_hbc_form .btn-group{
    margin-bottom: 15px;
}
ol.rounder-delete-list.rounded-list  a:before {
    content: "\e020";
    font-family: 'Glyphicons Halflings';
    cursor: pointer;
}
.trit{
    width:100%;
    display: block;
    list-style:none;
    position: relative;
    margin-bottom: 200px;
    
}
.trit li a + div{
    position: absolute;
    display: none;
    width: 100%;
    min-height: 100px;
    left:0px;
    top:28px;
    z-index: -1;
    background: #fff;
    
   
}
.trit li{
    display: inline-block;
    min-width: 117px;
    float: left;
   
}
.trit li a{
    display: block;
    min-width: 117px;
    height: 30px;
    color: #717171;
    background: #E5E9EC;
    border-radius: 3px 3px 0 0;
    line-height: 30px;
    text-align:center;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 2px;
    
   
}
.trit li a:focus{
    text-decoration: none;
}
.trit li.act a{
     color: #717171;
    background: #fff;
    border: 2px solid #E5E9EC;
    border-bottom: 0px;
}
.trit li.act{
    margin-bottom: -1px;
}
.trit li.act a + div{
    display: block;
}
.finan .nav-tabs{
    background: rgba(0,0,0,0)!important;
     border-bottom: 2px solid #E5E9EC;
}
.finan .nav-tabs li a{
    background: #E5E9EC;
    border-radius: 3px 3px 0 0;
}
.finan .nav-tabs li.active a{
    color: #717171;
    background: #fff;
    border: 2px solid #E5E9EC;
    border-bottom: 0px;
    position: relative;
}



.finan .nav-tabs li.active a:after{
    content:"";
    display: block;
    width: 100%;
    position: absolute;
    height: 3px;
    bottom:-2px;
    z-index: 5;
    left:0px;
    background: #fff;
}




.finan .nav-tabs > li.active > a{
     color: #717171;
    background: #fff;
    border: 2px solid #E5E9EC!important;
    border-bottom: 0px!important;
}




.finan .nav-tabs > li > a:hover {
    border-color: transparent;
    background-color: #F4F6F7;
}




.finan .nav-tabs > li.active > a:hover {
    border-color: transparent;
    background-color: rgba(0,0,0,0);
}




.sys-p,.sys-perpager,.sys-perpager + ul{
    float:left;
}



.sys-p,.sys-perpager{
    margin-top: 30px;
}



.sys-perpager{
    margin-right: 10px;
}


.row-flat-sd{
    cursor: pointer;
}
.phoneContentText span.coutrPhoneBinotel {
    line-height: 25px;
    display: block;
    height: 25px;
    float: left;
    margin-top: 6px;
}
.phoneContentText .callPhoneBinotel {
    margin-left: 5px;
    display: inline-block;
    width: 34px;
    float: left!important;
    height: 25px;
    background: url(../theme/img/call.png)no-repeat;
    cursor: pointer;
    margin-top: 5px;
}
.phoneContentText{
    width:140px;
}
/*classes for events*/
.event_not_examined{
    float: right;
}
.event_not_examined:before{
    content: "";
    display: block;
    position: relative;
    float: right;
    height: 15px;
    width: 10px;
    background:url(../img/event_not_examined.png) no-repeat;
    margin-right: 3px;
    position: absolute;
    top:50%;
    right:0px;
    margin-right: 4px;
    margin-top: -7.5px;
}
.fc-event-inner{
    padding-right: 20px;
}
.event_in_progress{
    float: right;
}
.event_in_progress:before{
    content: "";
    display: block;
    position: relative;
    float: right;
    height: 15px;
    width: 15px;
    background:url(../img/event_in_progress.png) no-repeat;
    position: absolute;
    top:50%;
    right:0px;
    margin-right: 2px;
    margin-top: -7.5px;
}
.event_done{
    float: right;
}
.event_done:before{
    content: "";
    display: block;
    position: relative;
    float: right;
    height: 15px;
    width: 15px;
    background:url(../img/event_done.png) no-repeat;
    position: absolute;
    top:50%;
    right:0px;
    margin-right: 2px;
    margin-top: -7.5px;
}
.event_overdue{
    float: right;
}
.event_overdue:before{
    content: "";
    display: block;
    position: relative;
    float: right;
    height: 15px;
    width: 18px;
    background:url(../img/event_overdue.png) no-repeat;
    position: absolute;
    top:50%;
    right:0px;
    margin-right: 2px;
    margin-top: -7.5px;
}
.create-tr{
    background-color: #0090d9!important;
    border-color: #0090d9!important;
}
.dat{
    display: none;
}

.pow:checked + .dat{
    display: block;
}
.check-dat label{
    width: 100%;
    margin-bottom: 15px;
}

.check-dat label .form-group {
    margin-top: 15px;
}
.contag-file{
    position: absolute!important;
    margin-top: 0px;
    left: 0px;
}
.contag-file .fakeButton{
    width: 180px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    border:0px;
}
.contag-file .customFile{
    width: 180px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    border:0px;
}
.contag-file .fakeButton + .form-group.field-files-path.has-error{
    margin-top: 38px;
}
.contag-file #FileName{
    margin-left: 180px;
    height: 34px;
    line-height: 34px;
}
.nav-file{
    margin-bottom: 55px;
}
.countAddF .summary{
    margin-top: 0px!important;
}

.glyphicon-icon{
    font-size: 40px!important;
}
.user-prof-c .form-group.field-user-phone_code{
    float: left;
    width:20%;
    margin-right: 1%;
}
.user-prof-c .form-group.field-user-phone.required{
    float: left;
    width:79%;
}


.mr-icon-group i{
    font-size: 100px;
}

.mr-icon-group {
    text-align: center;
    padding: 20px 0px;
}

.mr-list-log-user{
    list-style: none;
}



.mc-checkbox{
    width: 19px;
    height: 17px;
    z-index: 999;
    margin-top: 0;
}

.mc-checkbox:hover {
    cursor: pointer;
}
/* Прячем оригинальный чекбокс. */
.mc-checkbox:not(checked) {
    position: absolute;
    opacity: 0;
    margin: 0;
}
.mc-checkbox:not(checked)+label {
    position: relative; /* будем позиционировать псевдочекбокс относительно label */
    padding: 0 0 0 30px; /* оставляем слева от label место под псевдочекбокс */
    margin-bottom: 0;
}
/* Оформление первой части чекбокса в выключенном состоянии (фон). */
.mc-checkbox:not(checked)+label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 19px;
    height: 17px;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #adadad;
    opacity: 1;
}

/* Меняем фон чекбокса, когда он включен. */

 .mc-checkbox {
    width: 30px;
    height: 19px;
}
 .mc-checkbox + label{
    width: 30px;
    height: 19px;
}
 .mc-checkbox:not(checked)+label:before {
    width: 30px;
    height: 19px;
    border-radius: 0px;
    border: 0;
    background: transparent;
    background-image: url("../img/big-checkbox.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

 .mc-checkbox:checked + label:before{
    border: 0;
    background: transparent;
    background-image: url("../img/big-checkbox-checked.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
