body{
    font-family: Open Sans;
    font-size: 14px;
    background-image: url(../img/back.png);
}
.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: #000;
    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;
    text-transform: uppercase;
    margin-left: 30px;
}
.navbar{
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.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: #000;
    padding: 30px 0 10px 0;
}

.auth-block{
    margin: 10% 0 15% 0;
}
.reg-block{
    margin: 40px 0 80px 0;
}
.menu-name {
    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;
    position: relative;
    top: 1px;
    transition: 0.3s;
    font-size: 16px;
}
.history-ico{
    margin-right: 6px;
    display: inline-block;
    cursor: pointer;
    transition: color 0.3s ease;
    color: darkgreen;
}
.history-ico:hover{
    color: #9928a0;
}
.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: visible;
}

.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{
    display: flex;
    align-items: center;
}
.navbar-right li{
    display: inline-block;
}
.dropdown-menu li{
    display: block;
}
.navbar-brand {
    max-width: 40px;
    margin: 0;
    padding: 0;
}
.navbar-collapse {
    flex-grow: 0;
}
.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: 150px;
}
.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;
    background: #000;
}
.index-logo{
    max-width: 125px;
    white-space: normal;
    position: relative;
    top: -4px;
    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: #000;
    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: #000;
    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: 70px;
    white-space: normal;
    position: static;
    margin-left: 20px;
    padding: 5px 0 0 0;
}
.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;
    border-bottom: 1px solid #333;
    padding-bottom: 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 7px 0 0;
    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;
}
.lgreen-stat {
    background-color: #e9fae6;
}
.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;
    background: #efefef;
    padding: 3px 5px;
}
.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: -7px;
    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;
}
.body-in-cust {
    position: absolute;
    max-width: 240px;
    z-index: 1;
    margin-left: -27px;
    padding: 10px 10px 10px 15px;
    line-height: 1.2;
}
.search-lid-wrapper {
    position: fixed;
    left: 15px;
    top: 50px;
    background: #fff;
    width: 20%;
    max-width: 100%;
    padding: 20px 15px 15px 15px;
    border-radius: 10px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    transition: all 0.5s ease;
    transform: translateX(-105%);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    z-index: 9999;
}
.search-lid-open{
    transform: translateX(0%);
}
.search-lid-line{
    display: block;
    color: #333;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
}
.search-lid-modal .search-lid-line:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.search-one{
    display: flex;
    align-items: flex-end;
}
.search-lid-id{
    font-weight: 600;
    margin-right: 10px;
    transition: color 0.3s ease;
}
.search-lid-line:hover, .search-lid-line:focus, .search-lid-line:active{
    text-decoration: none;
    color: #333;
}
.search-lid-line:hover .search-lid-id{
    color: #b8312f;
}
.search-lid-date{
    font-size: 12px;
    line-height: 20px;
}
.vin-data{
    font-weight: 600;
    transition: color 0.3s ease;
}
.search-lid-line:hover .vin-data{
    color: #b8312f;
}
.close-searc-modal{
    position: absolute;
    right: 12px;
    top: 5px;
    cursor: pointer;
    font-size: 18px;
    opacity: 0.6;
}
.search-lid-phone{
    margin-right: 10px;
    font-size: 13px;
}
.search-lid-name{
    font-size: 13px;
}
.date-input-field{
    width: 115px;
}
.has-date{
    background-color: #e2f6e0!important;
}
.change-date-form{
    position: relative;
}
.date-field-wrapper{
    position: relative;
}
.delete-date{
    color: #b8312f;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 7px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.delete-date:hover{
    opacity: 1;
}
.hide-delete-btn{
    display: none;
}
.late-time-block{
    position: fixed;
    top: 55px;
    left: 50px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 410px;
    max-width: 100%;
    text-align: center;
    display: none;
    transition: opacity 0.5s ease;
    opacity: 0;
    z-index: 1060;
}
.late-attantion{
    color: #b8312f;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.late-date{
    font-size: 16px;
    margin-top: 10px;
}
.close-late{
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.close-late:hover{
    opacity: 1;
}
.show{
    display: block;
}
.clear-field{
    color: #b8312f;
    cursor: pointer;
    position: absolute;
    right: 7px;
    bottom: 7px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.clear-field:hover{
    opacity: 1;
}
.form-group{
    position: relative;
}
.search-cust-id{
    font-weight: 600;
    margin-left: 10px;
}
.base-click .res-ufield{
    left: -18px;
}
.sms-btn{
    position: absolute;
    top: 1px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    right: -3px;
    z-index: 1;
    color: darkgreen;
    display: none;
}
.sms-finfish-btn{
    position: absolute;
    top: 25px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    right: -3px;
    z-index: 1;
    color: darkblue;
    display: none;
}
.show-sms-btn{
    display: inline-flex;
}

.have-sms{
    color: gray;
    font-size: 18px;
    top: 3px;
    right: 2px;
}
.sms-finfish-btn.have-sms{
    color: gray;
    font-size: 18px;
    top: 30px;
    right: 2px;
}
.input.datetime select{
    margin-right: 10px;
    border: 1px solid #63778f;
    box-shadow: none;
    font-size: 14px;
    height: 32px;
    min-width: 70px;
    border-radius: 5px;
    background: #fff;
}
.input.datetime select:nth-child(3){
    margin-right: 40px;
}
.sms-variant{
    margin-bottom: 20px;
    position: absolute;
    background: #fff;
    z-index: 1;
    padding: 15px;
    top: -75px;
    left: -252px;
    box-shadow: 0 .15rem 0.4rem rgba(0,0,0,.15);
    border-radius: 10px;
    width: 260px;
    overflow: hidden;
}
.hide-sms{
    display: none;
}
.sms-error{
    color: darkred;
}
.sms-success{
    color: darkgreen;
}
.sms-result{
    display: none;
    margin-bottom: 20px;
}
.sms-sended{
    display: block;
    color: darkgreen;
    margin-bottom: 20px;
}
.table td.change-date-form{
    padding-right: 25px!important;
}
.finish-sms-note{
    margin-bottom: 20px;
}
.center-one{
    background: #efeae7;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.center-wrapper{
    position: relative;
}
.doc-toast{
    position: fixed;
    top: 80px;
    right: 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d1d5d8;
    z-index: 9999;
    box-shadow: 0 .15rem 0.4rem rgba(0,0,0,.15);
    width: 280px;
    max-width: calc(100% - 60px);
}
.doc-toast-status{
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
}
.doc-toast-ok .doc-toast-status{
    background: darkgreen;
}
.doc-toast-error .doc-toast-status{
    background: darkred;
}
.doc-toast-body{
    padding: 10px 15px;
}
.sended-sms{
    color: lightgray;
    font-size: 14px;
    top: 10px;
    right: 4px;
    position: absolute;
}
.glass-logo{
    color: #f3eb1a;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}
.glass-logo span{
    font-size: 16px;
    font-weight: normal;
}
.logo-first{
    display: flex;
    align-items: center;
}
.no-data-hidden{
    color: darkgray;
}
.empty-ico .open-hlid{
    color: darkgrey;
}
.note-field-block{
    padding-left: 10px;
    margin-left: -10px;
}
.lid-hblock .res-ufield{
    left: -20px;
    top: 72%;
}
.lid-h-title{
    display: flex;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.h-line{
    background: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 5px;
}
.lid-h-name{
    margin: 0 15px 0 5px;
    font-weight: 600;
}
.lid-h-phone{
    font-weight: 600;
    margin-left: 5px;
}
.h-title{
    display: flex;
    justify-content: space-between;
}
.h-line-name{
    font-weight: 600;
}
.h-line-note{
    font-size: 13px;
    line-height: 1.3;
    margin-top: 5px;
}
.h-line-body{
    margin-top: 5px;
    color: gray;
}
.center-lid-one{
    background: #e2f6e0;
    margin-top: 5px;
    padding: 10px 15px;
    border-radius: 7px;
    display: flex;
    align-items: center;
}
.center-title{
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
}
.center-block-one{
    margin-top: 25px;
}
.lid-id{
    font-weight: 600;
    min-width: 130px;
    width: 130px;
}
.lid-contacts{
    min-width: 400px;
    width: 400px;
    padding-right: 15px;
}
.lid-contact-note{
    margin-top: 5px;
}
.lid-contacts-one{
    min-width: 550px;
    width: 550px;
    padding-right: 15px;
}
.no-center-lid{
    background: #fbdfbe;
}
#dropzone {
    border: 2px dashed #ccc;
    border-radius: 15px;
    background: #f9f9f9;
    padding: 40px;
    text-align: center;
    color: #555;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
}

#dropzone:hover {
    background: #f1f1f1;
    border-color: #888;
}

#dropzone .upload-icon {
    font-size: 48px;
    color: #3498db;
    margin-bottom: 10px;
}

#dropzone .upload-text strong {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

#dropzone .upload-text span {
    font-size: 14px;
    color: #777;
}
#dropzone .dz-preview {
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    text-align: center;
    position: relative;
    min-width: 0;
    overflow: visible;
}

#dropzone .dz-details,
#dropzone .dz-filename {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

#dropzone .dz-filename span {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.25;
}

#dropzone .dz-image {
    width: 100%;
    height: 90px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 5px;
}

#dropzone .dz-image img,
#dropzone .dz-image video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

#dropzone .dz-remove {
    position: absolute;
    z-index: 30;
    top: -10px;
    right: -10px;
    display: flex;
    width: 27px;
    height: 27px;
    margin: 0;
    padding: 0 0 2px;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #dc3545;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
}
#dropzone .dz-document-preview {
    display: flex;
    height: auto;
    min-height: 118px;
    padding: 10px 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: visible;
    background: #f3f3f3;
}
#dropzone .dz-document-preview > i {
    margin-bottom: 3px;
    color: #555;
    font-size: 34px;
}
#dropzone .dz-document-extension {
    color: #333;
    font-size: 10px;
    font-weight: 700;
}
#dropzone .dz-document-name {
    display: -webkit-box;
    width: 100%;
    margin-top: 3px;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    font-size: 10px;
    line-height: 1.15;
}
#dropzone .dz-document-size {
    margin-top: 4px;
    color: #777;
    font-size: 10px;
}
.upload-block-wrapper{
    padding: 40px 0;
}
#lid-check-block{
    margin-bottom: 30px;
}
#lid-check-block label{
    display: block;
}
#lid-check-block .input{
    margin-bottom: 20px;
}
.firm-btn{
    color: #f3eb1a;
    font-weight: 500;
    background: #000;
    border: 1px solid #000;
    display: inline-flex;
    padding: 0 25px;
    height: 40px;
    align-items: center;
    border-radius: 8px;
}
.firm-btn:hover{
    color: #f3eb1a;
    font-weight: 500;
    background: #000;
    border-color: #000;
}
#lid-id{
    height: 40px;
    border: 1px solid #000;
    border-radius: 8px;
    width: 200px;
    max-width: 100%;
    padding: 0 10px;
}
.existing-files-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 10px;
}

.existing-file-item {
    position: relative;
    min-width: 0;
    padding: 12px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.existing-file-item img,
.existing-file-item video {
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.existing-file-item span {
    display: block;
    font-size: 13px;
    margin-top: 5px;
    overflow: hidden;
}
.existing-file-item .file-title {
    display: block;
    margin-top: 8px;
    overflow-wrap: anywhere;
}
.existing-file-item .file-meta {
    color: #777;
    font-size: 12px;
    text-align: left;
}
.existing-file-item audio {
    width: 100%;
}
.document-card-preview {
    display: flex;
    width: 100%;
    min-height: 112px;
    padding: 15px 10px 11px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7dce2;
    border-radius: 8px;
    background: linear-gradient(145deg, #f7f8fa, #e9edf2);
    color: #39424e;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s;
}
.document-card-preview:hover {
    color: #222;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,.12);
}
.document-card-preview > i { margin-bottom: 3px; font-size: 39px; }
.document-card-preview .document-card-ext {
    margin: 0;
    color: inherit;
    font-size: 11px;
    font-weight: 700;
}
.document-card-preview .document-card-action {
    margin-top: 5px;
    color: inherit;
    font-size: 12px;
    font-weight: 600;
}
.document-pdf > i { color: #d64545; }
.document-word > i { color: #2b68b8; }
.document-excel > i { color: #218653; }
.document-text > i { color: #6b7280; }
.document-other > i { color: #7656a8; }
.material-badge {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    padding: 3px 8px;
    border-radius: 10px;
    background: rgba(0,0,0,.72);
    color: #fff;
    font-size: 11px;
}
.material-fields {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 14px;
    margin-bottom: 18px;
    padding: 0;
    border-radius: 10px;
    background: #f7f7f7;
}
.material-field-wide { grid-column: 1 / -1; }
.material-field label { display: block; margin-bottom: 5px; font-weight: 600; }
.material-field input, .material-field select, .material-field textarea {
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 8px;
    padding: 9px 10px;
    background: #fff;
}
.capture-buttons { display: none; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
.capture-button { gap: 8px; }
.capture-input { display: none; }
.street-back-button {
    margin-bottom: 20px;
    padding: 8px 14px;
    border: 1px solid #bbb;
    border-radius: 8px;
    background: #fff;
    font-weight: 600;
}
.material-filter { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0; }
.material-filter button {
    padding: 6px 12px;
    border: 1px solid #bbb;
    border-radius: 15px;
    background: #fff;
}
.material-filter button.active { border-color: #000; background: #000; color: #f3eb1a; }
.file-upload-progress { height: 6px; margin: 6px 0; overflow: hidden; border-radius: 4px; background: #ddd; }
.file-upload-progress span { display: block; width: 0; height: 100%; margin: 0; background: #28a745; transition: width .2s; }
.file-upload-status { min-height: 18px; font-size: 12px; }
.dz-retry { display: none; margin: 5px auto; border: 0; color: #fff; background: #dc3545; border-radius: 5px; }
.dz-meta-edit {
    display: block;
    width: calc(100% - 14px);
    margin: 8px auto 4px;
    padding: 6px 8px;
    border: 1px solid #000;
    border-radius: 7px;
    background: #000;
    color: #f3eb1a;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    cursor: pointer;
}
.dz-meta-edit:hover, .dz-meta-edit:focus { color: #fff; }
.dz-meta-summary {
    min-height: 16px;
    overflow: hidden;
    color: #666;
    font-size: 11px;
    line-height: 1.2;
    overflow-wrap: anywhere;
}
.material-hint { align-self: end; color: #666; font-size: 13px; }
.upload-success .file-upload-status { color: #198754; }
.upload-error .file-upload-status { color: #dc3545; }
.street-toast {
    position: fixed;
    z-index: 2000;
    right: 20px;
    bottom: 20px;
    max-width: 360px;
    padding: 13px 18px;
    border-radius: 8px;
    color: #fff;
    background: #333;
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
    transition: .2s;
}
.street-toast.open { opacity: 1; transform: translateY(0); }
.street-toast.success { background: #198754; }
.street-toast.error { background: #b02a37; }
.street-modal {
    position: fixed;
    z-index: 2100;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: rgba(0,0,0,.45);
}
.street-modal.open { display: flex; }
.street-modal-card { width: 440px; max-width: 100%; padding: 20px; border-radius: 12px; background: #fff; }
.street-modal-card textarea { width: 100%; padding: 10px; border: 1px solid #bbb; border-radius: 8px; }
.street-modal-card label { display: block; margin: 10px 0 5px; font-weight: 600; }
.street-modal-card input { width: 100%; padding: 10px; border: 1px solid #bbb; border-radius: 8px; }
.street-modal-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 12px; }
.page-upload-wrapper{
    position: relative;
}
.preloader-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.preloader-wrapper-open{
    display: flex;
}
.preloader-body{
    width: 100px;
    max-width: 100%;
    opacity: 0.5;
}
.firm-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(100%);
}
.ico-file{
    color: grey;
}
.ico-files-have{
    color: darkgreen;
}
.street-man .delete-file-btn{
    display: none;
}
.file-note {
    display: block;
    font-size: 0.9em;
    color: #555;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.2;
}
.delited-lids.index .filters-box {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
}
.delited-lids-filters .filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-end;
}
.delited-lids-filters .filter-item {
    min-width: 180px;
}
.delited-lids-filters .filter-actions {
    display: flex;
    align-items: center;
}
.delited-lids-table .deleted-lid-body {
    max-width: 450px;
    white-space: normal;
    word-break: break-word;
    font-size: 13px;
    line-height: 1.4;
}
.deleted-lid-body .deleted-lid-main div {
    margin-bottom: 2px;
}
.deleted-lid-body .deleted-lid-extra {
    margin-top: 8px;
    border-top: 1px dashed #ddd;
    padding-top: 5px;
    font-size: 12px;
}
.deleted-lid-body ul.deleted-lid-fields {
    padding-left: 18px;
    margin: 5px 0 0;
}
