body{
    font-family: Open Sans;
    font-size: 14px;
}
.form-control::-webkit-input-placeholder {color:#c1c1c1;}
.form-control::-moz-placeholder          {color:#c1c1c1;}
.form-control:-moz-placeholder           {color:#c1c1c1;}
.form-control:-ms-input-placeholder      {color:#c1c1c1;}

a, input, textarea, button{
    outline: none!important;
}
a {
    color: #337ab7;
}
a:hover, a:focus {
    color: #23527c;
}
img{
    max-width: 100%;
    height: auto;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

label {
    margin-bottom: 5px;
    color: #553982;
    font-size: 16px;
}
label span{
    color: #b8312f;
}
.message.error{
    background: #b8312f;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    text-align: center;
}
.result-render .message.error {
    background: none;
    color: #b8312f;
    font-size: 16px;
    padding: 0;
    text-align: left;
    position: relative;
    bottom: 13px;
}
.message.success{
    background: #17622d;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    text-align: center;
}
.result-render .message.success{
    background: none;
    color: #17622d;
    font-size: 16px;
    padding: 0;
    text-align: left;
    position: relative;
    bottom: 13px;
}
.h2, h2 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1;
}
.hidden{
    display: none;
}
textarea.form-control {
    max-width: 100%;
    min-width: 100%;
}
.table td, .table th {
    vertical-align: middle;
    font-size: 14px;
}
.container-fluid {
    max-width: 1980px;
    min-width: 320px;
}
.index-right-btns{
    text-align: right;
    display: inherit;
}
.crm-header{
    background: url(../img/back_1.jpg) center top no-repeat;
    background-size: cover;
    height: 45px;
}
.navbar-brand {
    float: left;
    padding: 6px 15px 0 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-form {
    margin-left: 0;
    margin-right: 0;
    padding: 6px 15px;
    border: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 3px;
}
.navbar-form .form-control {
    display: inline-block;
    width: 300px;
    vertical-align: middle;
}

.btn-default {
    color: #fff;
    background-color: #b8312f;
    border-color: #b8312f;
    transition: 0.3s;
    letter-spacing: 1px;
    padding: 6px 22px;
    font-size: 14px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #fff;
    background-color: #63778f;
    border-color: #63778f;
}
.navbar-nav > li > .bascet-link{
    padding: 0 15px;
    text-align: center;
    position: relative;
    top: 6px;
    padding: 0 15px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #f37934;
}
.navbar-default {
    background-color: #efefef;
    border-color: #d1d5d8;
}
.navbar-form .form-control{
    height: auto;
    padding: 5px 12px;
}
.navbar-form .btn{
    padding: 5px 12px 5px 12px;
    border: none;
}
.start-time{
    text-align: right;
    color: #b8312f;
    font-size: 16px;
    font-weight: 600;
}
.now-time {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-left: 120px;
    text-transform: uppercase;
    padding: 7px 0 0 0;
}
.navbar{
    padding: 0 15px;
}
.start-title a{
    color: #553982;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.single-start-block{
    border: 1px solid #d1d5d8;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    min-height: 115px;
    margin-bottom: 20px;
    background: #fff;
}
.count-start{
    color: #b8312f;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 0 0;
}
.podlink-start{
    margin-top: 5px;
}

.footer{
    background: #d1d5d8;
    padding: 30px 0 10px 0;
}

.auth-block{
    margin: 10% 0 15% 0;
}
.reg-block{
    margin: 40px 0 80px 0;
}
.menu-name {
    padding: 11px 0 0 0;
    display: block;
    color: #553982;
    font-weight: 600;
}

.menu-name span{
    color: #efefef;
    font-weight: 400;
    margin-right: 5px;
}

.form-control {
    border: 1px solid #63778f;
    box-shadow: none;
    font-size: 14px;
}

.no-padding-left{
    padding-left: 0;
}

.no-padding-right{
    padding-right: 0;
}

.new-notes-block{
    background: #fff697;
    padding: 20px 25px 20px 25px;
    margin-top: 10px;
    border-radius: 10px;    
}

.new-notes-block textarea{
    height: 205px;
}

.open-new-mail{
    display: none;
}

.new-customer-body{
    background: #dbefe4;
    padding: 25px 0;

}

.yur-new{
    margin-top: 10px;
}

.new-customer-header{
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.new-customer legend{
    color: #b8312f;
}

.new-address-title{
    color: #b8312f;
    font-weight: 600;
}

.yur-new-title{
    color: #b8312f;
    font-weight: 600;    
}

.add-customer-button{
    margin: 25px 0;
}

table th a{
    font-weight: 600;
    color: #b8312f;
    transition: 0.2s;
    white-space: nowrap;
}

table th a:hover{
    text-decoration: none;
    color: #553982;
}

table th a i{
    font-size: 13px;
    position: relative;
    top: 1px;
    left: 3px;    
}

.actions{
    font-weight: 600;
    color: #333;
}

.customers h3{
    color: #b8312f;
    font-size: 20px;
    margin-bottom: 10px;
}

.count-in-title{
    font-weight: bold;
    font-size: 20px;
}

.ico-edit{
    color: #f37934;
    transition: 0.3s;
    cursor: pointer;
}

.ico-edit:hover{
    color: #553982;
}

.ico-delete{
    color: #b8312f;
    margin-left: 5px;
    position: relative;
    top: 1px;
    transition: 0.3s;
    font-size: 16px;   
}

.ico-delete:hover{
    color: #553982;
}
.ico-pdf{
    color: #b8312f;
    position: relative;
    top: 1px;
    transition: 0.3s;
    font-size: 16px;   
}

.ico-pdf:hover{
    color: #553982;
}
.ico-excel{
    color: #41a85f;
    position: relative;
    top: 1px;
    transition: 0.3s;
    font-size: 16px;   
}

.ico-excel:hover{
    color: #553982;
}
.new-customer{
    padding-bottom: 30px;
}

.ico-plane {
    margin-right: 8px;
    position: relative;
    top: 1px;
    transition: 0.3s;
}

.mail-modal{
    margin-right: 0;    
    top: 5px;
    right: -9px;    
}

.ico-plane:hover{
    color: #553982;
}

.table > thead > tr > th{
    color: #555;
    font-weight: 600;    
}

.no-email-send{
    display: inline-block;
    width: 20px;
}

.back-staff-add{
    background: #efeae7;
    padding-top: 30px;
    padding-bottom: 50px;  
}

.no-margin-bottom{
    margin-bottom: 0;
}

.click-to-open{
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.opened-block{
    display: none;
}

.staffers-block table{
    margin-bottom: 5px;
}

.open-block{
    overflow: hidden;
    margin-bottom: 25px;
}

.click-to-open a{
    margin-left: 7px;
}

.ico-active{
    color: #75706b;
    margin: 0 3px 0 2px;
    transition: 0.3s;
    display: inline-block;
}

.ico-active:hover{
    color: #553982;
}

.ico-refresh{
    color: #41a85f;
    margin: 0 4px 0 0;
    transition: 0.3s;
    display: inline-block;
}

.ico-refresh:hover{
    color: #553982;
}

.ico-block{
    color: #a38f84;
    transition: 0.3s;
    display: inline-block;
}

.ico-block:hover{
    color: #553982;
}

.minus-status{
    color: #b8312f;
}

.plus-status{
    color: #17622d;
}

.new-user-link{
    font-size: 14px;
}

.heder-title{
    color: #b8312f;
    font-size: 16px;
}
.header-wrapper-info{
    border: 1px solid #555;
    text-align: center;
    padding: 2px;
    position: relative;
    bottom: 2px;
    margin-bottom: 10px;
}

.header-wrapper-sum{
    border: 1px solid #555;
    text-align: center;
    padding: 2px;
    position: relative;
    bottom: 2px;
    color: #b8312f;
    font-weight: 600;        
}

.customer-staff-block{
    background: #fff9ba;
    padding: 20px 0;
    margin-top: 15px;
}

.staff-line, .stuff-phones{
    margin-bottom: 10px;
    padding: 0 15px;
}

.stuff-phones{
    background: #fffce1;
    position: relative;
    padding: 10px 15px;
}
.ico-plane1{
    font-size: 16px;
    display: block;
}
.click-staff{
    margin-top: 25px;
    padding-bottom: 0;
    border: none;
}

.click-staff a{
    margin: 0;
}

.open-block-staff{
    margin-bottom: 0;
}

.staff-line-dop{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #b8312f;
}

.sales-block{
    margin: 20px 0 0 0;
}

.sale-single-line{
    background: #e8f0f4;
    padding: 15px 15px 10px 15px;
    margin-top: 10px;
    position: relative;
}

.del-sale-link{
    position: absolute;
    right: 15px;
    top: 12px;
}
.sale-info-dates{
    color: #212529;
    font-weight: normal;
}
.sale-info-title{
    margin-bottom: 10px;
    color: #b8312f;
    font-weight: 600;
}
.total-title{
    color: #337ab7;
    font-weight: 600;
    margin-bottom: 10px;
}
.total-sum{
    color: #b8312f;
    font-weight: 600;
}

.click-sales{
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 10px;
}

.click-sales .click-open-link{
    margin: 0;
}

.contacts-info-title{
    color: #b8312f;
    font-weight: 600;
}

.contacts-single-line {
    background: #f4efec;
    padding: 15px;
    margin-top: 10px;
}

.contacts-info-title input{
    margin-right: 7px;
    position: relative;
    top: 1px;
}

.contact-autor{
    color: #a38f84;
    font-size: 13px;
    margin-left: 24px;
}

.contact-body{
    margin: 5px 0 5px 23px;
}

.next-call{
    margin-left: 23px;
    font-weight: 600;
}

.delete-contacts-button{
    margin-top: 15px;
}

.contacts-title{
    color: #b8312f;
    font-weight: 600;
    font-size: 16px;
}

.contacts-block{
    margin-top: 30px;
}

.small-line{
    max-width: 100px;
    float: left;
    margin-right: 20px;
}

.add-contact{
    margin-top: 15px;
    background: #dbefe4;
    padding: 15px;
    border-radius: 0;
}

.add-contact-title{
    color: #b8312f;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.customer-nav{
    overflow: hidden;
    background: #eee9f3;
    margin-bottom: 10px;
    padding: 15px 100px;
}

.customer-nav ul{
    text-align: center;
}

.customer-nav ul li{
    display: inline-block;
}

.customer-nav ul li a{
    display: block;
    padding: 3px 10px 3px 0;
    color: #b8312f;
    font-size: 15px;
}

.add-file-button{
    margin-top: 20px;
}

.media-img{
    width: 150px;
    float: left;
    margin-right: 20px;
}

.single-offer-hotel{
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.real-title{
    margin: 5px 0;
}

.real-title a{
    color: #b8312f;
}

.buttons-block-line{
    margin-top: 5px;
}

.company-link a{
    color: #b8312f;
    font-weight: 600;
}

.company-link{
    margin-bottom: 5px;
}

.dop-img-block{
    margin-top: 20px;
    margin-bottom: 25px;
}

.dop-img-title{
    color: #b8312f;
    font-size: 18px;
    margin-bottom: 15px;
}

.dop-img-wrapper{
    background: #eaeff5;
    margin-top: 25px;
}

.ico-customers{
    color: #553982;
    margin: 0 0 0 6px;
    font-size: 15px;
    transition: 0.3s;
}

.radio-block{
    margin-top: 15px;
}

.radio-block label{
    margin-right: 25px;
}

.radio-block label input{
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.newsletters h3 {
    color: #b8312f;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.letter-pre {
    color: #b8312f;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}
.files-block i{
    color: #b8312f;
    margin: 0 10px 0 5px;   
}

.files-block a{
    font-weight: 400;
}

.letter-body{
    margin-top: 10px;
}

.letter-count{
    font-size: 16px;
    margin-bottom: 10px;
}

.files-title{
    font-weight: 600;
    margin-bottom: 5px;
}

.customers-letter-block{
    margin: 30px 0;
}

.customers-letter-title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.arhive-line{
    background: #f7e8e6;
}

.contacts h3 {
    color: #b8312f;
    font-size: 20px;
    margin-bottom: 10px;
}

.ico-arhive{
    color: #75706b;
    margin: 0px 0 0 5px;
    position: relative;
    top: 1px;
    transition: 0.2s;
}

.ico-arhive:hover{
    color: #553982;
}

.user-block-title{
    font-size: 16px;
    font-weight: normal;
    color: #b8312f;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.user-block-title a{
    color: #b8312f;    
}
.user-block{
    margin-bottom: 20px;
}

.header-contact-line{
    background: #d1d5d8;
    padding: 5px 0;
    font-weight: 600;
}

.single-contact-line{
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
    background: #efefef;
    padding: 10px 0;
}

.customer-name-center{
    text-align: center;
}

.customer-title a{
    color: #553982;
    font-weight: 600;
}

.lost-today{
    background: #f0d9d8;
}

.ready-today{
    background: #e1d9ec;    
}

.filter-title{
    margin-top: 7px;
}

.filter-contacts{
    padding: 10px 0;
    margin-bottom: 20px;
    background: #eef2f4 url(../img/back_1.jpg) center top no-repeat;
    background-size: auto;
    background-size: cover;    
}
.filter-contacts .form-group {
    margin-bottom: 0;
}
.ico-fromarhive{
    color: #41a85f;
}

.in-arhive{
    background: #f0d9d8;
}

.table-striped > tbody > .in-arhive:hover{
    background: #f0d9d8;    
}

.table-striped > tbody > .in-arhive:nth-of-type(2n+1) {
    background-color: #f0d9d8;
}

.contact-line{
    background: #fff;
    margin-bottom: 5px;
    padding: 7px 10px;
    position: relative;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.ico-priority{
    text-align: center;
    color: #41a85f;
}

.check-block{
    background: #dbefe4;
    padding: 15px 15px 15px 15px;
    margin-top: 30px;
}

.checks-title{
    color: #b8312f;
    font-weight: 600;
    margin-bottom: 10px;
}

.checks-title a{
    font-weight: 400;    
}

.check-title{
    font-weight: 600;
    margin-left: 5px;
    position: relative;
    bottom: 1px;
}

.ico-cart{
    color: #41a85f;
    margin: 0 7px 0 0;
    transition: 0.2s;
}
.ico-cart1{
    color: #adb82f;
}
.ico-cart:hover{
    color: #553982;
}
.letters-info-block{
    margin-bottom: 20px;
}
.delete-check{
    margin-bottom: 20px;
}
.delete-check .submit{
    display: inline-block;
}
.title-link{
    margin-left: 10px;
    font-size: 14px;
}
.manager-title{
    color: #333;
    margin-left: 10px;
    font-size: 16px;
}

.sales-title{
    color: #b8312f;
    font-size: 16px;
    font-weight: 600;
}
.sales-title a{
    font-size: 14px;
    font-weight: normal;
}
.add-new-contact a{
    font-size: 14px;
    font-weight: normal;    
}
.check-id{
    margin-left: 5px;
    position: relative;
    bottom: 1px;
}

.buttons-line .submit{
    display: inline-block;
}

.activities-line{
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
}

.centered-text{
    text-align: center;
}

.dop-line{
    margin-bottom: 5px;
}

.add-sale-link{
    margin-left: 10px;
    font-weight: 400;
}

#countBlock{
    display: none;
}

#periodBlock{
    display: none;
}

.small-sale-line{
    width: 200px;
    float: left;
    margin-right: 20px;
}

.sale-legend{
    margin-bottom: 5px;
    font-size: 18px;
    color: #b8312f;
    font-weight: 600;
    margin-top: 10px;
}

.block-info{
    margin-bottom: 5px;
}

.letter-line{
    background: #e1d9ec;
}

.half-line{
    width: 49%;
    float: left;
}

.margin-line{
    margin-right: 2%;
}

.add-email-line{
    cursor: pointer;
    display: inline;
    color: #b8312f;
}

.add-email-line:hover{
    text-decoration: underline;
}

.dop-emails{
    padding-top: 10px;
}
.add-staff-title{
    color: #b8312f;
    margin-bottom: 5px;
}
.add-customer-staff{
    margin-top: 0;
}
.cust-staff-add {
    background: #efeae7;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 10px;
}
.send-staff-message{
    position: absolute;
    right: 15px;
    top: 10px;
}
.absolute-send{
    position: absolute;
    right: -22px;
    top: 5px;
    margin-right: 0;
    display: block;
    z-index: 2;
}
.open-more-staff{
    display: none;
}
.open-staff-contacts{
    position: absolute;
    left: -20px;
    font-size: 15px;
    top: 1px;
    cursor: pointer;
    color: #337ab7;
    transition: 0.3s;
    z-index: 2;
}
.open-staff-contacts:hover{
    color: #553982;
}
.info-line{
    overflow: hidden;
    margin-bottom: 10px;
}
.note-info-desc{
    padding: 10px 15px;
    border: 1px solid #555;
}

.filter-contacts .submit{
    display: inline-block;
}

.error-message{
    color: #b8312f;
    margin: 3px 0 0 3px;
}

.small-label{
    font-weight: 400;
    font-size: 14px;
}

.sand-message{
    margin-top: 10px;
}

.model-letter{
    padding: 0;
}

.letter-staff-add{
    background: #efeae7;
    padding-top: 25px;
    padding-bottom: 20px;
}

.close {
    color: #b8312f;
    text-shadow: 0 1px 0 #fff;
    opacity: .6;
}

.close:hover, .close:focus {
    color: #b8312f;
    opacity: .9;
}

.related h4{
    color: #b8312f;
    font-size: 18px;
}

.actions{
    min-width: 140px;
}
.actions1{
    min-width: 110px;
}
.large-filter{
    background: #eef2f4 url(../img/back_7.jpg) center top no-repeat;
    background-size: auto;
    background-size: cover;
}

.btn-excel{
    width: 35px;
    position: relative;
    top: 1px;
    opacity: 0.8;
    padding: 0;
}

.btn-excel:hover{
    opacity: 1;
}

.medium-line{
    max-width: 300px;
}

.print-line{
    margin-bottom: 0;
    display: inline-block;
}

.print-form{
    display: inline-block;
}

.btn-excel-forms{
    top: -2px;
    margin-left: 5px;
}

.small-margin{
    margin-bottom: 10px;
}

.customer-date{
    font-size: 13px;
    color: #555;
}

.adaptive-wrapper{
    max-width: 100%;
    overflow: auto;
}

.adaptive-wrapper table{
    min-width: 1250px;
}

.adaptive-small-wrapper{
    max-width: 100%;
    overflow: auto;
}

.adaptive-small-wrapper table{
    min-width: 770px;
}

.contact-email{
    overflow: hidden;
}

.phones-title{
    margin-bottom: 5px;
}

.stuff-phones .header-info{
    font-size: 15px;
}

.customer-title{
    overflow: hidden;
}
.time-line{
    padding: 10px;
}
.pagination a, .pagination span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #b8312f;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.paginator p{
    margin-top: 10px;
    font-size: 13px;
}
.pagination .disabled a{
    color: #dee2e6;
    cursor: default;
}
.pagination .disabled a:hover{
    text-decoration: none;
}
.name-line{
    font-size: 16px;
}
legend {
    font-size: 18px;
}
.not-imp{
    color: #ababab;
}
.navbar-right{
    width: 100%;
    display: block;
    text-align: right;
    margin-right: 40px;
}
.navbar-right li{
    display: inline-block;
}
.dropdown-menu li{
    display: block;
}
.navbar-brand{
    position: absolute;
    max-width: 80px;
    top: 0;
    z-index: 10;
}
.jstree-icon{
    font-size: 17px;
    color: #f37934;
}
.jstree-default .jstree-wholerow-clicked {
    background: #eee9f3;
}
.btn-danger {
    color: #fff;
    background-color: #b8312f;
    border-color: #b8312f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active{
    color: #fff;
    background-color: #962523;
    border-color: #962523;    
}
.btn-warning {
    color: #fff;
    background-color: #f37934;
    border-color: #f37934;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active{
    color: #fff;
    background-color: #d36e34;
    border-color: #d36e34;    
}
.btn{
    font-size: 14px;
}
.success-res{
    color: #1e7e34;
}
.error-res{
    color: #b8312f;    
}
.res-wrapper{
    font-size: 16px;
    height: 30px;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
}
.all-res{
    margin-right: 10px;
}
.act-btn-block{
    position: relative;
}
.yes-del-block{
    background: #fff;
    position: absolute;
    top: 0;
    padding: 15px 25px;
    text-align: center;
    display: none;
    z-index: 10;
}
.yes-del-title{
    margin-bottom: 10px;
}
.color-orange{
    color: #f37934;
}
.color-green{
    color: #1e7e34;
}
.adap-cats{
    padding-bottom: 20px;
    overflow: auto;
    margin-bottom: 30px;
    border-right: 1px solid #e5e5e5;
}
.bill-one input{
    width: 100%;
    border: 1px solid #63778f;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    border-radius: .25rem;
    padding: .375rem .75rem;        
}
.bill-titles{
    margin: 10px 0 5px 0;
    font-weight: 600;
}
.bline-remove{
    color: #b8312f;
    opacity: 0.8;
    cursor: pointer;
    position: relative;
    top: 5px;
}
legend span{
    font-size: 18px;
    display: block;
}
.bill-one{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.add-line{
    display: inline-block;
    background: #f37934;
    color: #fff;
    padding: 6px 15px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
    
}
.add-line:hover{
    background: #d36e34;
}
.def-line{
    display: none;
}
.ui-widget.ui-widget-content {
    background: #fff;
    padding: 5px 10px 5px 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);    
}
.bill-res{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.bill-res div{
    background: #fff;
}
.bill-totitle{
    text-align: right;
    padding: 5px 0;
}
.bill-totcount{
    padding: 5px 0;
    display: block;    
}
.bill-totsum{
    padding: 5px 0;
    display: block;    
}
.no-item{
    color: #b8312f;
    font-size: 16px;
    height: 25px;
}
.color-red{
    color: #b8312f;
}
.nbill{
    max-width: 40px;
}
.add-pay-block{
    margin-top: 40px;
}
.single-pay{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.pay-info{
    font-weight: 600;
    font-size: 16px;
}
.pay-note{
    margin-top: 5px;
}
.pay-info .ico-delete{
    font-size: 14px;
    top: 0px;    
}
.no-del{
    position: relative;
}
.no-del-note{
    position: absolute;
    right: 0;
    background: #fff;
    padding: 15px;
    width: 375px;
    bottom: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    display: none;
}
.no-del-but{
    cursor: pointer;
    color: #b8312f;
}
.no-del-but:hover{
    text-decoration: underline;
}
.close-no{
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 5px;
    opacity: 0.6;
    cursor: pointer;
    color: #b8312f;
}
.close-no:hover{
    opacity: 0.8;
}
.pdf-link{
    width: 50px;
    display: inline-block;
    opacity: 0.7;
    transition: 0.3s;
}
.inside-pdf{
    width: 40px;
}
.pdf-link:hover{
    opacity: 1;
}
.print-bills-block{
    position: absolute;
    right: 160px;
    top: 20px;
}
.sum-btitle{
    font-size: 16px;
    position: relative;
    bottom: 10px;
}
.link-bak{
    margin-bottom: 30px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #eef2f4;
}
.customer-staff-block .header-info{
    font-weight: 600;
    font-size: 15px;
}
.modal-lg, .modal-xl {
    max-width: 880px;
}
.letter-body h1{
    font-size: 24px;
}
.letter-body h2{
    font-size: 22px;
}
.letter-body h3{
    font-size: 20px;
}
.letter-body h4{
    font-size: 18px;
}
.letter-body h5{
    font-size: 16px;
}
.grey-head{
    background: #d1d5d8;
    font-weight: 600;
    border-bottom: 5px solid #fff;
}
.single-contact-line{
    border-bottom: 5px solid #fff;    
}
.c-name{
    font-weight: 600;
}
.c-name-head{
    width: 240px;    
}
.c-cont-head{
    width: 320px;
}
.c-action{
    width: 150px;
}
.c-staff-head{
    width: 400px;
}
.single-contact-line .not-imp{
    color: #a7a7a7;
}
.customer-last-contact{
    margin: 5px 0 5px 0;
}
.open-dbody{
    background: #fff;
    padding: 15px 15px 10px 15px;
    width: 100%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    font-weight: normal;
    margin-top: 5px;
    display: none;
}
.open-dbut{
    display: inline-block;
    font-size: 17px;
    color: #f37934;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
}
.open-dbut:hover{
    opacity: 1;
}
.clear{
    clear: both;
}
.contacts-l{
    width: 50%;
    float: left;
}
.contact-name{
    width: 50%;
    float: left;    
}
.open-dbody p{
    margin-bottom: 7px;
}
#colorSelector{
    height: 100%;
    border: 1px solid #63778f;
}
.back-nast{
    height: 100%;
    cursor: pointer;
}
.footer-logo{
    display: block;
    max-width: 95px;
    margin-top: 15px;
}
.footer-name{
    color: #212529;
    font-size: 16px;
    font-weight: 600;
}
.footer-name:hover{
    text-decoration: none;
    color: #212529;
}
.max-desc-table{
    max-width: 400px;
}
.button-start-block{
    padding: 60px 0 60px 0;
}
.dropdown-menu{
    padding: 10px 15px;
    min-width: 220px;
    left: unset;
    right: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 0;
    text-align: right;
}
.navbar-nav li{
    margin: 0 10px 0 20px;
}
.navbar-nav li a{
    transition: 0.3s;
}
.crm-header .navbar-nav li a{
    color: #fff;
    font-weight: 600;
}
.navbar-nav li a:hover{
    text-decoration: none;
    color: #b8312f;
}
.crm-header .navbar-nav li a:hover{
    text-decoration: none;
    color: #efefef;
}
.crm-header .dropdown-menu li{
    margin: 0 0 5px 0;
}
.crm-header .dropdown-menu li a{
    font-size: 14px;
    color: #553982;
    transition: 0.3s;
}
.crm-header .dropdown-menu li a:hover{
    text-decoration: none;
    color: #b8312f;
}
.rate-info{
    padding: 20px 0 40px 0;
}
.rate-check{
    margin-top: 20px;
}
.a-col{
    color: #553982;
}
.rate-list li{
    margin-bottom: 5px;
}
.rate-list li span{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.rate-list li span::before {
    font-family: 'FontAwesome';
    font-style: normal;
    content: "\f005";
    margin-right: 6px;
    text-decoration: none !important;
    font-size: 11px;
    color: #b8312f;
    position: absolute;
    font-weight: normal;
    top: 3px;
    left: 0;
}
.reit-cost{
    color: #553982;    
}
.card-header {
    padding: 15px 0 10px 40px;
    margin-bottom: 0;
    background: none;
    border-bottom: none;
}
.card {
    border: none;
    border-bottom: 1px solid #353338;
    border-radius: 0;
    position: relative;
}
.card::before {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background: url(../img/back_3.jpg) center top no-repeat;
        background-size: auto;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.card-body{
    padding: 0 20px 25px 40px;
}
#block2 .card-body{
    padding: 0 0 0 40px;
}
.disc-select-block{
    max-width: 200px;
    margin: 0 auto;
}
.reit-btn{
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 35px;
    background: #fff;
    color: #b8312f;
    border: 2px solid #b8312f;
}
.def-btn{
    background: #b8312f;
    color: #fff;
}
.rate-list{
    min-height: 350px;
    margin-top: 30px;
}
.card-deck{
    padding-bottom: 60px;
}
.disc-select{
    text-align: center;
}
.pay-block {
    border: 1px solid #d1d5d8;
    padding: 40px 40px 60px 40px;
    border-radius: 10px;
    background: #eee9f3;
}
.pay-container{
    padding: 40px 0 60px 0;
}
.page-title{
    color: #553982;
}
.pay-methods{
    margin: 30px auto 31px auto;
}
.contract-title-pay{
    color: #495057;
    font-size: 16px;
}
.pay-price{
    color: #553982;
    font-size: 24px;
    margin: 5px 0 5px 0;
}
.pay-month{
    color: #495057;
    font-size: 16px;
    font-weight: 600;
}
.btn-large{
    font-size: 16px;
    padding: 10px 50px;
}
.card-deck .one-rate-card{
    max-width: 600px;
    margin: 0 auto 15px auto;
}
.navbar-index{
    height: 100px;
}
.index-logo{
    max-width: 1000px;
    white-space: normal;
    position: relative;
    top: -6px;
    z-index: 1;
}
.index-logo img{
    width: 280px;
}
.logo-title {
    text-transform: uppercase;
    width: 130px;
    display: block;
    float: left;
    margin: 11px 0 0 5px;
    line-height: 1.3;
    color: #353338;
}
.index-nav{
    margin-left: 11%;
}
.navbar-base li a{
    font-size: 20px;
    text-transform: uppercase;
    color: #353338;
}
.navbar-base li{
    margin: 0 30px;
}
.enter-index{
    margin-right: 20px;
}
.enter-index a {
    padding: 10px 40px;
    font-weight: 600;
}
.carousel-caption1 {
    position: absolute;
    right: 15%;
    top: 65px;
    left: 150px;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-control-next, .carousel-control-prev {
    width: 100px;
}
.slide-title{
    font-size: 46px;
    line-height: 1.3;
}
.slider-text{
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
}
.btn-slide{
    margin-top: 40px;
    font-weight: 600;
    font-size: 20px; 
    padding: 10px 40px;
    box-shadow: 7px 8px 0px rgb(175, 87, 38);
}
.btn-slide:hover{
    box-shadow: 5px 6px 0px rgb(175, 87, 38);
    background-color: #f66b1d;
    border-color: #f66b1d;    
}
.btn-slide:focus, .btn-slide:active{
    color: #fff;
    background-color: #f37934;
    border-color: #f37934;    
}
.block-title{
    background: url(../img/back_1.jpg) center top no-repeat;
    background-size: cover;
    color: #fff;
    padding: 9px 0 8px 0;
    text-transform: uppercase;
}
.list-info li{
    position: relative;
    padding: 0px 0 5px 35px;
    margin-bottom: 20px;
    border-bottom: 1px solid #353338;
}
.list-info li:before{
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background: url(../img/back_2.jpg) center top no-repeat;
    background-size: cover; 
    position: absolute;
    left: 0;
    top: 0;   
}
.list-info-title{
    font-size: 22px;
    font-weight: 600;
}
.list-info-text{
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.3;
    min-height: 100px;
}
.list-info-block{
    margin-top: 50px;
}
.blok-info{
    padding-bottom: 50px;
}
.block-title h1{
    font-size: 26px;
    margin-bottom: 0;
}
.block-title h2{
    font-size: 26px;
    margin-bottom: 0;
}
.index-rate-block{
    padding-bottom: 0;
}
.test-title{
    font-size: 18px;
    margin-top: 30px;
}
.test-block .btn-slide{
    margin-bottom: 20px;
}
.about-line::before {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background: url(../img/back_4.jpg) center top no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.long-about-line::before {
    background: url(../img/back_3.jpg) center top no-repeat;
    background-size: cover;
}
.about-line{
    position: relative;
    font-size: 16px;
    padding: 0 0 0 40px;
    margin-bottom: 50px;
}
.about-line h4{
    margin-bottom: 20px;
    line-height: 1;
}
.strong-text{
    font-weight: 600;
}
.about-line ul li span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.about-line ul li span::before{
    font-family: 'FontAwesome';
    font-style: normal;
    content: "\f005";
    margin-right: 6px;
    text-decoration: none !important;
    font-size: 11px;
    color: #b8312f;
    position: absolute;
    font-weight: normal;
    top: 3px;
    left: 0;
}
.about-line ul{
    margin-bottom: 15px;
}
.footer-line{
    background: url(../img/back_1.jpg) center top no-repeat;
    background-size: cover;
    height: 40px;
}
.footer-index{
    background: #000;
}
#block2{
    background: #efefef;
}
.auth-header{
    background: #efefef;
    height: 80px;
}
.auth-block{
    border: 1px solid #d1d5d8;
    text-align: center;
    border-radius: 10px;
    background: #fff;
}
.padding-block{
    padding: 30px 40px 40px 40px;    
}
.one-block-header{
    background: url(../img/back_1.jpg) center top no-repeat;
    background-size: cover;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    font-size: 20px;
    border-radius: 10px 10px 0 0;    
}
.btn-block{
    margin-top: 40px;
}
.btn-shadow{
    box-shadow: 5px 6px 0px #63778f;
}
.btn-shadow:hover{
    box-shadow: 5px 6px 0px #b8312f;
}
.forget-link{
    font-size: 16px;
    color: #553982;
}
.forget-link:hover{
    text-decoration: none;
    color: #b8312f;
}
.auth-logo{
    max-width: 1000px;
    white-space: normal;
    position: static;
    margin-left: 20px;
    padding: 17px 0 0 0;
}
.auth-logo img{
    max-width: 200px;
}
.auth-logo .logo-title {
    margin: 0 0 0 5px;
}
.field-note{
    text-align: left;
    font-size: 13px;
    padding: 5px 0 0 3px;
    color: #6c757d;
}
.conf-block{
    margin-top: 20px;
}
.page-block{
    border: 1px solid #d1d5d8;
    margin: 50px 0 60px 0;
    background: #fff;
    border-radius: 10px;
}
.page-title{
    background: url(../img/back_1.jpg) center top no-repeat;
    background-size: cover;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.page-title h1{
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}
.gray-fon{
    background: #f8f8f8;
}
#block0{
    margin-top: 40px;
}
.default-text{
    font-size: 16px;
}
.default-text h2{
    font-size: 26px;
    margin-bottom: 10px;
}
.default-text h3{
    font-size: 24px;
    margin-bottom: 15px;
}
.default-text h4{
    font-size: 22px;
    margin-bottom: 10px;
}
.default-text h5{
    font-size: 20px;
    margin-bottom: 10px;
}
.default-text ul{
    margin-bottom: 20px;
}
.default-text ul li{
    position: relative;
    padding-left: 20px;
}
.default-text ul li::before {
    font-family: 'FontAwesome';
    font-style: normal;
    content: "\f005";
    margin-right: 6px;
    text-decoration: none !important;
    font-size: 11px;
    color: #b8312f;
    position: absolute;
    font-weight: normal;
    top: 3px;
    left: 0;
}
blockquote {
    padding: 30px 20px 15px 100px;
    background: #323232 url(../img/ico_8.png) 20px center no-repeat;
    background-size: 60px;
    margin: 30px 0 30px 0;
    font-weight: 600;
    color: #fff;
}
.edit-link{
    display: block;
    width: 30px;
    opacity: 0.8;
}
.edit-link:hover, .edit-link:focus, .edit-link:active{
    opacity: 1;
}   
.reg-link{
    text-transform: uppercase;
}
.back-drop::before {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background: url(../img/back_2.jpg) center top no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.back-drop{
    border: none;
    border-bottom: 1px solid #353338;
    text-align: right;
    padding: 20px 40px 20px 20px;
    min-width: 300px;
    right: -35px;
    top: 34px;
}
.crm-header .dropdown-menu .divider{
    height: 1px;
    background: #353338;
    margin: 12px 0 9px 0;
}
.crm-header .dropdown-menu .rate-nav-title{
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}
.crm-header .dropdown-menu .rate-nav-title a{
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}
.open-till{
    font-size: 13px;
    font-weight: 600;
}
.customer-nav-link a{
    display: block;
    text-align: center;
    padding: 7px;
    border: 1px solid #d1d5d8;
    border-radius: 5px;
    background: #efefef;
    transition: all 0.2s;
    color: #212529;
    font-weight: 600;
}
.customer-nav-link a:hover{
    box-shadow: 0 .15rem 0.4rem rgba(0,0,0,.15) !important;
    text-decoration: none;
    color: #b8312f;
}
.customer-nav-link .active-clink{
    background-color: #b8312f;
    border-color: #b8312f;
    color: #fff;
}
.customer-nav-link .active-clink:hover{
    color: #fff;
}
.btn-ico{
    padding: 0;
    border: none;
    width: 35px;
    background: none;
    opacity: 0.9;
    transition: all 0.2s;    
}
.btn-ico-gray{
    opacity: 0.6;
}
.link-ico{
    width: 36px;
    display: inline-block;
    opacity: 0.9;
    transition: all 0.2s;        
}
.btn-ico:hover{
    opacity: 1;
}
.link-ico:hover{
    opacity: 1;
}
.btn-ico-checked{
    opacity: 1;
}
.f-block-1{
    width: 160px;
    float: left;
    margin-right: 50px;
}
.f-block-2{
    width: 400px;
    float: left;
}
.f-block-4{
    width: 420px;
    float: left;
}
.search-block-input{
    width: 300px;
    float: left;
    margin-right: 5px;
}
.span-btn{
    color: #fff;
    background-color: #b8312f;
    border-color: #b8312f;
    transition: 0.3s;
    letter-spacing: 1px;
    padding: 6px 22px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}
.span-btn:hover{
    color: #fff;
    background-color: #63778f;
    border-color: #63778f;
}
.right-filter{
    text-align: right;
}
.hidden-filter{
    display: none;
}
.date-get{
    width: 148px;
    float: left;
}
.def-open-btn{
    background: #63778f;
    color: #fff;
    cursor: pointer;
}
.def-open-btn:hover{
    color: #fff;
}
.btn-note-def{
    float: left;
    position: relative;
    margin-right: 5px;
}
.btn-note{
    background: #fff;
    position: absolute;
    z-index: 5;
    padding: 20px 15px 0 15px;
    min-width: 300px;
    left: 0;
    top: 39px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    display: none;
}
.close-note{
    font-size: 18px;
    opacity: 0.6;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 7px;
    line-height: 1;
    padding: 0 3px;
}
.close-note:hover{
    opacity: 1;
}
.ico-note-line {
    font-size: 16px;
    line-height: 1;
    color: #969696;
    margin-left: 3px;
    display: inline-block;
    position: relative;
    top: 1px;
}
.login-fail{
    color: #b8312f;
    margin: 3px 0 0 3px;
    display: none;
}
.activities-wrapper{
    padding-bottom: 40px;
}
.active-start{
    font-size: 16px;
}
.actions-user-block{
    margin-top: 20px;
}
.action-user-title{
    margin-bottom: 10px;
}
.one-action-line{
    font-weight: 500;
    margin-top: 5px;
}
.last-action{
    font-size: 14px;
    font-weight: 500;
}
.f-block-3{
    width: 190px;
}
.mb-10{
    margin-bottom: 10px;
}
.search-block-btns1{
    float: left;
    margin-right: 5px;
}
.not-rate-note{
    padding-top: 15px;
}
.ico-bill{
    color: #9928a0;
    margin: 0 6px 0 0;
    transition: 0.2s;
    font-size: 16px;
    position: relative;
    top: 1px;
}
.ico-pay{
    color: #9928a0;
    margin: 0 0 0 5px;
    transition: 0.2s;
    font-size: 15px;
    position: relative;
    top: 0;
}
.edit-link::after {
    display: none;
}
.stop-start-periof{
    color: #b8312f;
    margin: 15px 0 5px 0;
}
.product-info-line{
    font-size: 16px;
    margin-bottom: 5px;
}
.product-info-line span{
    font-weight: 600;
}
.diogram-wrapper{
    padding: 60px 0 40px 0;
}
.card-header-diagram{
    font-size: 16px;
}
.fa-heartbeat{
    color: #b8312f;
    position: relative;
    top: 1px;
    margin-right: 2px;
}
.page-cat-title{
    color: #b8312f;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
#main-wrapper{
    padding-top: 25px;
}
.large-select-block{
    float: left;
}
.large-select-block .form-group{
    float: left;
    width: 200px;
    margin-left: 5px;
}
.form-block-btns{
    float: left;
    margin-left: 5px;
}
.left-forms{
    min-width: 80%;
}
.lost-reason{
    font-size: 13px;
    margin-bottom: 5px;
}
.btn-default.active{
    color: #fff;
    background-color: #63778f;
    border-color: #63778f;
}
#preloader{
    position: fixed;
    z-index: 999;
    /*background: rgba(255,255,255,0.6);*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.pre-img{
    position: absolute;
    width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);    
}
.infograph-block{
    text-align: center;
}
.infogr-title{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}
.infogr-no{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.ico-info-block{
    margin: 60px auto 30px auto;
}
.infogr-media{
    max-width: 200px;
    margin: 10px auto;
}
.infogr-note{
    font-size: 16px;    
}
.br{
    display: block;
}
.footer-nav ul li a{
    color: #212529;
    transition: all 0.2s;
}
.footer-nav ul li a:hover{
    color: #b8312f;
    text-decoration: none;
}
.footer-phone{
    color: #212529;
    transition: all 0.2s;    
}
.footer-phone:hover{
    color: #b8312f;
    text-decoration: none;
}
.footer-index .footer-nav ul li a{
    color: #c4c4c4;
    transition: all 0.2s;
}
.footer-index .footer-nav ul li a:hover{
    color: #fff;
    text-decoration: none;
}
.footer-index .footer-phone{
    color: #c4c4c4;
    transition: all 0.2s;    
}
.footer-index .footer-phone:hover{
    color: #fff;
    text-decoration: none;
}
.footer-nav ul li{
    margin-bottom: 5px;
}
.footer-nav{
    margin-top: 15px;
}
.fc-title{
    margin-top: 15px;
    color: #858585;
    font-weight: 600;
}
.copy-block{
    color: #858585;
    margin-top: 20px;    
}
.soc-list li{
    display: inline-block;
    margin-left: 10px;
}
.soc-list li a{
    color: #212529;
    transition: all 0.2s;
    font-size: 18px;    
}
.soc-list li a:hover{
    color: #b8312f;
    text-decoration: none;
}
.footer-index .soc-list li a{
    color: #c4c4c4;
    transition: all 0.2s;
    font-size: 18px;    
}
.footer-index .soc-list li a:hover{
    color: #fff;
    text-decoration: none;
}
.footer-soc .fc-title{
    margin-bottom: 5px;
}

.private-block a{
    color: #212529;
    transition: all 0.2s;
}
.private-block a:hover{
    color: #b8312f;
    text-decoration: none;
}
.footer-index .private-block a{
    color: #858585;
    transition: all 0.2s;  
}
.footer-index .private-block a:hover{
    color: #fff;
    text-decoration: none;
}
.full-text-block{
    font-size: 16px;
    margin-top: 50px;
}
.dop-index-title{
    font-size: 24px;
    padding: 20px 0 0 25px;
}
.dop-index-body{
    padding-left: 25px;
    font-size: 18px;
    margin-top: 20px;
}
#block5{
    background: #efefef;
    padding-top: 30px;
}
.dop-wrapper{
    background: #fff;
    margin-bottom: 30px;
}
.base-sep{
    margin: 0 5px 0 5px;
}
.dp-time{
    padding: 10px 0 0 0;
}
.min-fheight{
    min-height: 55px;
}
.first-managers{
    margin-bottom: 30px;
}
.pb-title-m{
    margin-bottom: 15px;
}
.second-chart-block{
    margin-top: 20px;
}
.btn-checked{
    color: #fff;
    background-color: #63778f;
    border-color: #63778f;
}
.modul-desc ul{
    margin-bottom: 20px;
}
.modul-desc li span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.modul-desc li span::before {
    font-family: 'FontAwesome';
    font-style: normal;
    content: "\f005";
    margin-right: 6px;
    text-decoration: none !important;
    font-size: 11px;
    color: #b8312f;
    position: absolute;
    font-weight: normal;
    top: 3px;
    left: 0;
}
.switch-block{
    margin-top: 20px;
}
.switch-result{
    margin-bottom: 5px;
    font-weight: 600;
}
.green-color{
    color: #17622d;
}
.btn-success{
    background-color: #17622d;
    border-color: #17622d;    
}
.new-field-form{
    margin-top: 30px;
}
.star-wrap {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.star-wrap::before {
    font-family: 'FontAwesome';
    font-style: normal;
    content: "\f005";
    margin-right: 6px;
    text-decoration: none !important;
    font-size: 11px;
    color: #b8312f;
    position: absolute;
    font-weight: normal;
    top: 3px;
    left: 0;
}
.f-title{
    font-weight: 600;
    margin-right: 5px;
}
.f-note{
    margin-right: 5px;
}
.btn-note-right{
    display: inline-block;
    margin-left: 3px;
    position: relative;
    bottom: 1px;    
}
.btn-note-ico{
    min-width: 250px;
    left: -123px;
    top: 20px;
}
.imp-lspan{
    color: #b8312f;
}
.important-link{
    font-weight: 600;
    font-size: 16px;
}
.code-block{
    margin-top: 20px;
}
.opened-hsblock{
    padding: 20px 0;
    display: none;
}
.link-a{
    color: #337ab7;
    cursor: pointer;
}
.f-16{
    font-size: 16px;
}
.link-a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.important-note{
    margin-top: 20px;
    font-weight: 600;
}
.not-imp-note{
    font-weight: 500;
}
.important-note p{
    line-height: 1.3;
    margin-bottom: 5px;
}
.atancion-note{
    color: #b8312f;
}
.max-note{
    max-width: 200px;
    min-width: 100px;
}
.blue-stat{
    background-color: #d4eaf5;
}
.violet-stat{
    background-color: #e1d9e9;    
}
.orange-stat{
    background-color: #fbdfbe;    
}
.green-stat{
    background-color: #ffd4d4;
}
.dgreen-stat{
    background-color: #c0f3b9;
}
.gray-stat{
    background: #efefef;
}
.yelow-stat{
    background-color: #f8f6bd;    
}
.contact-ltitle{
    font-weight: 600;
    margin-bottom: 3px;
}
.sm-marg{
    margin-top: 3px;
}
.co-select {
    display: inline-block;
    color: #444;
    font-size: 14px;
    padding: 0 20px 0 5px;
    box-sizing: border-box;
    margin: 0 3px;
    border: 1px solid #aaa;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('../img/ico_5.png'), linear-gradient(to bottom, #efefef 0%,#efefef 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .5em top 50%, 0 0;
    background-size: .55em auto, 100%;
}
.has-manager{
    background-image: url('../img/ico_5.png'), linear-gradient(to bottom, #cef3cd 0%,#cef3cd 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .5em top 50%, 0 0;
    background-size: .55em auto, 100%;    
}
.select-wrapper{
    position: relative;
}
.res-manager{
    position: absolute;
    left: -16px;
    top: 1px;
    display: none;
}
.red-color{
    color: #b8312f;
}
.my-lid-block{
    font-size: 16px;
}
.card-header-article{
    margin-bottom: 15px;
}
.article-line{
    padding: 0 20px 25px 25px;
}
.article-list-wrapper{
    background: #fff; 
    height: 100%; 
    border-bottom: 1px solid #353338;  
}
.article-card::before {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background: url(../img/back_3.jpg) center top no-repeat;
    background-size: auto;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.pagination a{
    transition: all 0.2s;
}
.pagination .active a{
    background: #b8312f;
    color: #fff;
}
.pagination a:hover{
    text-decoration: none;
    color: #f37934;
}
.pagination .active a:hover{
    color: #fff;
}
.ist-wrapper{
    position: relative;
}
.status-wrapper{
    position: relative;    
}
.note-info-desc p, .note-info-desc div{
    margin-bottom: 5px;
}
.contact-ltitle a{
    color: #b8312f;
    transition: all 0.2s;
}
.contact-ltitle a:hover{
    text-decoration: none;
    color: #553982;
}
.ico-toc{
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.max-note p{
    margin: 2px 0;
}
.star-back{
    background: url(../img/star_1.png) center center no-repeat;
    background-size: contain;
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 35px;
    line-height: 37px;
    position: relative;
    bottom: 2px;
}
.yes-payments{
    color: #41a85f;
    font-size: 14px;
    margin-left: 2px;
}
.price-note2{
    color: #6c757d;
    font-size: 12px;
    font-weight: normal;
    padding: 0 15px 10px 40px;
}
.soc-block{
    padding: 0 40px 30px 40px;
}
.img-span-btn{
    display: inline-block;
    width: 35px;
    cursor: pointer;
    opacity: 0.9;
    transition: all 0.2s;
}
.img-span-btn:hover{
    opacity: 1;
}
.lid-btns{
    float: left;
    margin-left: 5px;
}
.yes-f{
    background-color: #e2f6e0!important;
}
.line-form{
    display: inline-block;
}
.l-con{
    min-width: 150px;
}
.table td, .table th {
    border-top: 1px solid #c6cdd5;
}
.table thead th {
    border-bottom: 1px solid #c6cdd5;
}
.min-note{
    min-width: 300px;
}
.lid-hline{
    background: rgba(255,255,255,0.4);
    padding: 10px 15px 15px 15px;
    margin-top: 5px;
    display: none;
}
.hl-title{
    font-weight: 600;
    margin-top: 5px;
    font-size: 13px;
}
.open-hlid{
    display: inline-block;
    font-size: 17px;
    color: #f37934;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
}
.open-hlid:hover{
    opacity: 1;
}
.note-lid p:last-child{
    margin-bottom: 5px;
}
.hl-body{
    font-size: 13px;
}
.tot-btns-block{
    float: left;
    margin-left: 15px;
}
.tarea-wr{
    position: absolute;
    top: 4px;
    z-index: 5;
    min-height: 100px;
    min-width: 250px;
    box-shadow: 0 .15rem 0.4rem rgba(0,0,0,.15);
    background: #fff;   
}
.empty-lfield{
    min-height: 40px;
    cursor: text;
}
.ch-tarea{
    border: none;
    padding: 5px 5px 15px 5px;
    width: 100%;
    height: 100px;
    min-height: 100px;    
}
.click-tochange{
    position: relative;
}
.adcha{
    color: #41a85f;
    font-size: 17px;
    position: absolute;
    bottom: 1px;
    left: 5px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.2s;
}
.cancelcha{
    color: #ec6161;
    font-size: 17px;
    position: absolute;
    bottom: 1px;
    left: 25px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.2s;    
}
.adcha:hover, .cancelcha:hover{
    opacity: 1;
}
.pb-lid{
    padding-bottom: 25px;
}
.change-form{
    min-height: 20px;
    cursor: text;
}
.res-ufield {
    position: absolute;
    left: -16px;
    top: 50%;
    display: none;
    margin-top: -11px;
}
.lid-form-fields .form-control{
    color:#c0392b;
}
.isnew-lids img{
    width: 28px;
}
.isnew-lids{
    position: absolute;
    right: 18px;
    top: 0;
    color: #b8312f;
    font-size: 16px;
    display: none;    
}
.pb-title{
    position: relative;
}
.new-back{
    background: #b8312f;
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    line-height: 32px;
}
.total-re-block{
    border: 1px solid #d1d5d8;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    min-height: 115px;
    margin-bottom: 20px;
    background: #fff;
}
.tot-res-title{
    color: #553982;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.tot-res-count{
    color: #b8312f;
    font-size: 24px;
    font-weight: 600;
    margin: 5px 0 0 0;
}
.card-box {
    padding: 20px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(183,183,183,.125);
}
.card-box i {
    font-size: 80px;
    margin-top: 20px;
}
.bg-default {
    background-color: #bcacd1;
}
.res-awrap{
    margin-bottom: 10px;
}
.small-pdia{
    padding-top: 15px;
}
.search-status{
    max-width: 150px;
}