@font-face {
    font-family: Montserrat-Regular; /* Имя шрифта */
    src: url(../fonts/Montserrat-Regular.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Montserrat-Medium; /* Имя шрифта */
    src: url(../fonts/Montserrat-Medium.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Montserrat-SemiBold; /* Имя шрифта */
    src: url(../fonts/Montserrat-SemiBold.ttf); /* Путь к файлу со шрифтом */
}
* {
    margin: 0;
    padding: 0;
}
html, body{
    /*font-family: Montserrat-Regular;*/
    font-size: 12px;
    height: 100vh;
    min-height: 100%;
    box-sizing: border-box;
    /*overflow-x: hidden;
    overflow-y: hidden;*/
}
html{
    font-family:Montserrat-Regular;
}
div.fixed-table-container{
    /*height:calc(100vh - 400px);*/
}
body{
    color: #444;
    background: #f5f9fc;
}
table {
    border-collapse: collapse;
    width: 100%;
}
.bold{
    font-weight: bold;
}
.bi-info-circle{
    background-image: url("../img/info-circle.svg");
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 5px;
}
a{
    color: #007fff;
    text-decoration: none;
}
a.link{
    color: #007fff !important;
}
div.page_login{
    padding: 50px 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    background-color: rgba(0,0,0,0.3);
}
form.loading:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    background-image: url("../img/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -12px 0 0 -12px;
}
.login-form {
    width: 340px;
    margin: 0px auto;
    font-size: 15px;
}
ul.loading-text{
    background-image: url("../img/loading.gif");
    background-repeat: no-repeat;
    background-size: 18px;
    height: 25px;
    background-position: center;
    border: 1px solid;
}
.print{
    background-image: url("../img/print.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
    cursor: pointer;
}
.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.login-form h2 {
    margin: 0 0 15px;
}
.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}
div.input-group>label.form-control-label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    width: 70px;
}
div.input-group>input {
    border-radius: .25rem !important;
}
div.input-group>.invalid-feedback {
    text-align: right;
}
.btn {
    font-size: 15px;
    font-weight: bold;
}
table, th, td {
    border: 1px solid black;
}
span.red{
    color: #ff0000;
}
td{
    padding: 5px;
}
tr.first{
    border-top: 2px solid;
}
#alertdiv{
    position: fixed;
    bottom: 0;
    margin: 10px;
    width: calc(100% - 20px);
    z-index: 10001;
}
button.button_order{
    margin-left: 10px;
    min-height: 25px;
}
div.header_menu{
    padding: 10px 10px;
    vertical-align: top;
    width: calc(100%);
    height: 55px;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    text-align: justify;
    text-align-last: justify;
}
div.header_menu>div{
    display: inline-block;
    vertical-align: middle;
}
div.header_menu>div.logo{
    font-size: 18px;
    font-weight: bold;
    width: 100px;
}
div.header_menu>div.logo>a{
    text-decoration: none;
}
div.header_menu>div.logo>a:hover{
    text-decoration: none;
}
div.header_menu>div.navigation{
    text-align: right;
    text-align-last: right;
    width: calc(100% - 340px);
}
div.header_menu>div.navigation>div{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #b3b3b3;
    border-radius: 35px;
}
div.header_menu>div.navigation>div.select,div.header_menu>div.navigation>div:hover{
    border: 1px solid #1968ff;
}
div.header_menu>div.navigation>div.detection{
    background-image: url("../img/orders.svg");
}
div.header_menu>div.navigation>div.user{
    background-image: url("../img/users.svg");
}
div.header_menu>div.navigation>div.apvgkdocument{
    background-image: url("../img/apvgk_document.svg");
    background-size: 60%;
}
div.header_menu>div.navigation>div.setting{
    background-image: url("../img/setting.svg");
    background-size: 60%;
}
div.header_menu>div.userprofil{
    text-align: right;
    text-align-last: right;
    cursor: pointer;
}
div.header_menu>div.dropdown>div.dropdown-menu{
    text-align: left;
    text-align-last: left;
}
div.header_menu>div.userprofil>div.userfio{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
div.header_menu>div.userprofil>div.useravatar{
    display: inline-block;
    vertical-align: middle;
    background-image: url("../img/avatardefault.png");
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 10px;
}
.form-group {
    position: relative;
}
div.form-control{
    line-height: 2.2;
}
textarea {
    resize: none !important;
}
ul.find_opinion{
    list-style-type: none;
    position: absolute;
    background-color: #fff;
    padding: 0;
    margin: 0;
    z-index: 10;
}
#changeData{
    overflow-y: auto;
 }
div.change_front>img{
    display: none;
    width: 450px;
}
div.nav_change_front.select{
    cursor: default;
    color:#444;
}
div.nav_change_front{
    display: inline-block;
    cursor: pointer;
    color:#0056b3;
}
div.change_front.front>img.front{
    display: block;
}
div.change_front.back>img.back{
    display: block;
}
div.form-group ul.find_opinion{
    width: 100%;
}
div.input-group ul.find_opinion{
    min-width: calc(100% - 70px);
    top: 38px;
    left: 69px;
    max-width: 100%;
}
ul.find_opinion>li:first-child{
    border-top: 1px solid;
}
ul.find_opinion>li:last-child{
    border-bottom: 1px solid;
}
ul.find_opinion>li{
    padding: 2px;
    border-left: 1px solid;
    border-right: 1px solid;
    cursor: pointer;
}
ul.find_opinion>li:hover{
    background-color: #eae5e5;
}
.remove_padding{
    padding: 0px !important;
    width: 100% !important;
}
.cat{
    height: 100%;
}
.cat>.cat_eur13{
    padding: 0 0 0 30px;
    white-space: nowrap;
    color: rgba(0,0,0,0);
    position: relative;
    height: 100%;
}
.cat>.cat_eur13>div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.cat>.cat_eur13:before{
    width: 82px;
    height: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    content: "";
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: -24px;
}
.cat_1>.cat_eur13:before{
    background-image: url("../img/cat_1.png");
}
.cat_2>.cat_eur13:before{
    background-image: url("../img/cat_2.png");
}
.cat_3>.cat_eur13:before{
    background-image: url("../img/cat_3.png");
}
.cat_4>.cat_eur13:before{
    background-image: url("../img/cat_4.png");
}
.cat_5>.cat_eur13:before{
    background-image: url("../img/cat_5.png");
}
.cat_6>.cat_eur13:before{
    background-image: url("../img/cat_6.png");
}
.cat_7>.cat_eur13:before{
    background-image: url("../img/cat_7.png");
}
.cat_8>.cat_eur13:before{
    background-image: url("../img/cat_8.png");
}
.cat_9>.cat_eur13:before{
    background-image: url("../img/cat_9.png");
}
.cat_10>.cat_eur13:before{
    background-image: url("../img/cat_10.png");
}
.cat_11>.cat_eur13:before{
    background-image: url("../img/cat_11.png");
}
.cat_12>.cat_eur13:before{
    background-image: url("../img/cat_12.png");
}
.cat_13>.cat_eur13:before{
    background-image: url("../img/cat_13.png");
}
.status>.status_detections{
    padding-left: 30px;
    white-space: nowrap;
}
.status>.status_detections:before{
    width: 16px;
    height: 16px;
    background-color: rgba(223, 220, 36, 1);
    content: "";
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: -24px
}
.status_1>.status_detections:before{
    background-color: rgb(36, 223, 89);
}
.status_2>.status_detections:before{
    background-color: rgb(14, 64, 245);
}
.status_3>.status_detections:before{
    background-color: rgb(219, 20, 20);
}
th.datetimepicker {
    position: relative;
}
th.sortable>div.th-inner{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
th.sortable.asc>div.th-inner{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}
th.sortable.desc>div.th-inner{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
}
th.custom_filter>div:first-child{
    margin-top: -18px;
}
div.filter-control>.form-control{
    min-height: 20px;
    padding: 0 5px;
    height: 20px;
}
#min_data,#max_data{
    padding: 0;
    margin: 0;
    border: 1px solid #ced4da;
}
th div.dropdown>button, .filters div.dropdown>button{
    height: 20px;
    min-height: 20px;
    background-color: #fff;
    border: 1px solid #ced4da;
    font-size: 1rem;
    margin: -7px 0px 0px 0px;
    padding: 0px 5px;
    font-weight: normal;
}
th .bootstrap-datetimepicker-widget.dropdown-menu, .filters .bootstrap-datetimepicker-widget.dropdown-menu{
    width: 22em;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
    z-index: 999;
}
div.body_page{
    width: calc(100%);
    height: calc(100% - 100px);
    padding: 10px;
}
div.body_page div.fixed-table-container {
    height: calc(100vh - 190px);
    transition: height 900ms;
}
div.body_page.filter_open div.fixed-table-container {
    height: calc(100vh - 250px);
}
div.filter_clear{
    width: 30px;
    height: 30px;
    background-image: url("../img/filter_clear.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin: -15px 0 -9px 10px;
    cursor: pointer;
    display: inline-block;
}
input.bootstrap-table-filter-control-detections\.datetime_local,
input.bootstrap-table-filter-control-vehicle_classes\.eur13{
    display: none;
}
.hidden{
    display: none !important;
    visibility:hidden !important;
}
div.filters{
    margin-bottom: -40px;
}
div.filters input {
    min-height: 20px;
    padding: 1px 0 1px 5px;
    height: 20px;
}
div.filters div.dropdown {
    width: 100% !important;
}
div.add_button{
    margin-bottom: -40px;
    height: 38px;
}
div.check_box_position{
    left: 15px;
}
div.check_box_position label{
    margin-left: 5px;
}
div.body_page>div.body{
    background-color: #fff;
    height: calc(100vh - 50px);
}
div.body_page>div.body>div{
    display: block;
}
div.body_page>div.body>div.title{
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff;
    padding: .55em .5em .55em 11px;
    border-radius: 3px 3px 0 0;
    margin-bottom: 10px;
}
div.body_page>div.body>div.content{
    padding: .5em .5em .5em 11px
}
div.body_page>div.body>div.content>div{
    font-style: normal;
    font-weight: bold;
}
div.body_page>div.body>div.content>div>label{
    font-style: italic;
    font-weight: normal;
}
div.body_page>div.body>div.action{
    position: fixed;
    bottom: 15px;
    right: 15px;
}
div.body_page>div.body>div.action>div{
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
}
div.body_page>div.body>div.action>div.save{
    border: 1px solid #003eff;
    background: #007fff;
}
div.body_page>div.body>div.action>div.delete{
    color: #ff0000;
}
div.body_page>div.body>div.action>div.download{
    color: #007fff;
}
td.download, label.custom-file-label>.download{
    color: #007fff;
    cursor:pointer;
}
div.file-custom .custom-file-label {
    position: inherit;
    width: 100%;
    display: inline-block;
    line-height: 28px;
    height: 40px;
    font-size: 16px;
}
div.file-custom .custom-file-label:after {
    display: inline-block;
    float: right;
    height: 38px;
}
label.custom-file-label>.download{
    position: absolute;
    top: 0;
    height: 38px;
    background-color: #fff;
    line-height: 33px;
    left: 0;
    padding-left: 10px;
    display: none;
    max-width: calc(100% - 80px);
    overflow: hidden;
}
label.custom-file-label.file>.download{
    display: block;
}
label.custom-file-label>.download>div.delete-file{
    display: inline-block;
    content: "x";
    color: #bd2130;
}
td.open_details{
    cursor: pointer;
}
div.dropdown-menu li>a>span.text>div{
    display: inline-block;
    /*position: absolute;
    right: 10px;*/
}
div.dropdown-menu li>a>span.text>div.group_button{
    position: absolute;
    right: 10px;
}
div.dropdown-menu li>a>span.text>div.group_button>i.edit_element{
    background-image: url("../img/file_edit.png");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
div.dropdown-menu li>a>span.text>div.group_button>i.delete_element{
    background-image: url("../img/file_delete.png");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
div.dropdown-menu li.no-results i.add_position{
    background-image: url("../img/file_add.png");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
form div.block_edit{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}
form div.block_edit div.edit_element{
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-top: 75px;
}
/*div.fixed-table-container.has-card-view table{
    border: none;
}
div.fixed-table-container.has-card-view table tr{
    display: inline-block;
    background-color: #ffffff;
    margin: 5px;
    border: 1px solid #ced4da;
    border-radius: 2px;
}
div.fixed-table-container.has-card-view table tr>td{
    border: none;
}
div.fixed-table-container.has-card-view table tr>td>div {
    width: 400px;
    height: 100px;
    overflow: hidden;
}*/
div.body_page .bootstrap-table .fixed-table-container .fixed-table-body {
    height: auto;
    max-height: calc(100%);
    overflow-y: auto;
}
div.fixed-table-custom-view{
    overflow-y: scroll;
    height: 100%;
    text-align: center;
}
div.fixed-table-custom-view>div{
    display: block;
}
div.fixed-table-custom-view>div>div{
    width: 33%;
    max-width: 400px;
    display: inline-block;
    text-align: left;
    margin: 0 !important;
    padding: 4px 2px;
}
div.card{
    /*max-width: 400px;*/
}
div.card h3.text-truncated{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 51px;
}
div.card h2.text-truncated{
    font-size: 13px;
    white-space: nowrap;
}
div.card div.foto_lp{
    height: 70px;
}
div.card img.foto_lp{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #545454;
}
div.lp_number{
    margin: auto 0;
}
div.lp_number>h3{
    text-align: center;
    font-size: 16px;
}
div.card img.foto_ovw_card{
    margin: 0 auto;
    background-color: #545454;
    object-fit: contain;
    width: 100%;
    height: 255px;
}
div.addition_text>p{
    font-size: 11px;
    margin-bottom: 0;
    white-space: nowrap;
}
div.status_detections{
    cursor: pointer;
}
