@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: 20px;
    font-weight: bold;
    width: 100px;
}
.logoDesc{
    width: max-content;
    display: flex;
    text-align-last: left;
    overflow: hidden;
    font-size: 10px;
    font-weight: bold;

}
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% - 600px);
}
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.control{
    background-image: url("../img/eye.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.report{
    background-image: url("../img/report.svg");
    background-size: 60%;
}
div.header_menu>div.navigation>div.setting{
    background-image: url("../img/setting.svg");
    background-size: 60%;
}
div.header_menu>div.navigation>div.calibration{
    background-image: url("../img/calibration.svg");
    background-size: 100%;
}
div.header_menu>div.navigation>div.road{
    background-image: url("../img/road.svg");
    background-size: 60%;
}
div.header_menu>div.navigation>div.wimcontrol{
    background-image: url("../img/pen.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;
    /*height: 350px;*/
   
}
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;
    overflow: hidden;

}
td.status_detections{
    font-size: 0px;
    min-width: 150px;
}
.violation_000 .status_detections:after {
    background-image: url("../img/limit_demention.png"), url("../img/limit_load.png"), url("../img/limit_weight.png");
}
.violation_001 .status_detections:after {
    background-image: url("../img/limit_demention.png"), url("../img/limit_load.png"), url("../img/limit_weight_over.png");
}
.violation_010 .status_detections:after {
    background-image: url("../img/limit_demention.png"), url("../img/limit_load_over.png"), url("../img/limit_weight.png");
}
.violation_100 .status_detections:after {
    background-image: url("../img/limit_demention_over.png"), url("../img/limit_load.png"), url("../img/limit_weight.png");
}
.violation_101 .status_detections:after {
    background-image: url("../img/limit_demention_over.png"), url("../img/limit_load.png"), url("../img/limit_weight_over.png");
}
.violation_110 .status_detections:after {
    background-image: url("../img/limit_demention_over.png"), url("../img/limit_load_over.png"), url("../img/limit_weight.png");
}
.violation_011 .status_detections:after {
    background-image: url("../img/limit_demention.png"), url("../img/limit_load_over.png"), url("../img/limit_weight_over.png");
}
.violation_111 .status_detections:after {
    background-image: url("../img/limit_demention_over.png"), url("../img/limit_load_over.png"), url("../img/limit_weight_over.png");
}
.violation_wd .width,
.violation_ld .length,
.violation_hd .height,
.violation_tw .weight,
.excess,
.violation_axel_1 .weight_1,
.violation_axel_2 .weight_2,
.violation_axel_3 .weight_3,
.violation_axel_4 .weight_4,
.violation_axel_5 .weight_5,
.violation_axel_6 .weight_6,
.violation_axel_7 .weight_7,
.violation_axel_8 .weight_8,
.violation_axel_9 .weight_9,
.violation_axel_10 .weight_10,
.violation_axel_11 .weight_11,
.violation_axel_12 .weight_12,
.violation_axel_13 .weight_13,
.violation_axel_14 .weight_14,
.violation_axel_15 .weight_15,
.violation_axel_16 .weight_16,
.violation_axel_17 .weight_17,
.violation_axel_18 .weight_18{
    color: #f00;
    font-weight: bold;
    /*background-color: #f00;*/
}
div.card-body .violations .status_detections:after{
    background-size: 20px 20px;
    width: 60px;
    height: 20px;
    margin-right: -45px;
    margin-left: -43px;
    margin-top: 13px;
    position: absolute;
}
#detection_form.violations .status_detections:after{
    background-size: 20px 20px;
    width: 60px;
    height: 20px;
    margin-right: -45px;
    margin-left: -35px;
    margin-top: -20px;
    position: absolute;
}
.violations .status_detections:after{
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0, 50% 50%, 100% 100%;
    background-size: 30px 30px;
    display: inline-block;
    width: 100px;
    height: 30px;
    vertical-align: middle;
    margin-right: -45px;
    margin-left: 5px;
}
.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: middle;
    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 - 285px);
}
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;
    display: flex;
    justify-content: right;
    padding-top: 8px;
    padding-right: 100px;
}
div.add_button.search{
    padding-right: 235px;
}
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;
}
label.addCriterion, label.addLimit{
    color: #0056b3;
    text-decoration: none;
    cursor: pointer;
}
div.deleteCriterion, div.deleteLimit{
    color: #b30000;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    margin-top: 11px;
    font-size: 15px;
}

/*НАША ОТЕЧЕСТВЕННАЯ ДОРАБОТКА*/
[class$="-area"] {
    display: grid;
    place-items: center;
    box-sizing: border-box;
    border: 2px solid black;
  }
  
  [class$="foto-area"]>img {
    width:0;
    min-width:100%;
  }

  [class$="foto-area"]>canvas {
    width:0;
    min-width:100%;
  }

  .span-container {
    display: flex;
    justify-content: space-around;
  }

  .lp-text-zone {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  [class^="lp-"] {
    align-content:center;
  }
  
  [class^="lp-"]>input{
    font-size: 40px;
  }
  
  [class^="buttons-"]{
    
    align-content:center;
  }
  
 .brightness-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
 }

 .brightness-area>div{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
 }

  input[id*=slider] {
    width: 49%;
 }

 .axles-container{
    display: flex;
    flex-direction: column;
    width: 100%;
 }

 .axle-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
 }



 .buttons-area > button{
    font-size: 20px;
    min-width: 200px;
    padding: 5px;
    margin: 10px;
  }
  .axles-table>tbody>tr>*{
    border: 2px solid black;
  }
  table{
    width: 100%;
    height: 100%;
  }

  .header-area{
    grid-area: header-area;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
   /* grid-column: 1/3;
    grid-row: 1/1;*/
  }

  input:disabled {
    background-color: #e9ecef;
    opacity: 1;
    border-radius: 5px;
    }

    .text-scroller{
        background-color: #e9ecef;
    opacity: 1;
    border-radius: 5px;
    overflow:auto;
    height: 400px;
    }
  
    .SMEV-info-container>*{
        font-size: 16px;
    }


  .data-area{
    grid-area: data-area;
    /*grid-column: 1/2;
    grid-row: 2/3;*/
  }
  .front-foto-area{
    grid-area: front-foto-area;
    /*grid-column: 2/2;
    grid-row: 2/2;*/
  }
  .detailed-foto-area{
    grid-area: detailed-foto-area;
    /*grid-column: 3/3;
    grid-row: 2/2;*/
  }
  .lp-text-area{
    grid-area: lp-text-area;
   /* grid-column: 2/2;
    grid-row: 3/3;*/
  }
  .lp-foto-area{
    grid-area: lp-foto-area;
    /*grid-column: 3/3;
    grid-row: 3/3;*/
  }
  .buttons-area{
    grid-area: buttons-area;
    /*grid-column: 1/1;
    grid-row: 4/5;*/
  }
  .brightness-area{
    grid-area: brightness-area;
   /* grid-column: 2/3;
    grid-row: 4/4;*/
  }
  .axles-area{
    grid-area: axles-area;
    /*grid-column: 2/3;
    grid-row: 5/5;*/
  }
  .main-container {
    /*min-height: 200px; min-width: 600px; height: 0;*/
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
   /* grid-template-columns: 2.25fr 2.5fr 2.5fr;
    grid-template-rows:  .75fr 2fr .75fr .05fr .75fr;*/
   /*grid-template: "header-area header-area header-area" 
                  "data-area front-foto-area detailed-foto-area" 
                      "data-area lp-text-area lp-foto-area" 
                      "buttons-area brightness-area brightness-area" 40px
                      "buttons-area axles-area axles-area"  
  ;
  */
  grid-template: "header-area     header-area" 
                 "front-foto-area detailed-foto-area" 
                 "lp-text-area    lp-foto-area" 
                 "brightness-area brightness-area" 40px 
  ;
  }
  [class$="hide"]{
    display: none;
  }

  .perm-select-button{
    
    border: 1px solid #ced4da;
    border-radius:5px;
    padding:5px;
    margin: 0px 0px 0px 0px;
    margin-left: 5px;
    background-color: #e9ecef ;
  }

  .clickable-form-row{
    width:100%; 
    border: 2px solid #ced4da; 
    border-radius:5px; 
    padding:5px;
    margin: 5px;
  }

  .refresh{
    background-image: url("../img/refresh-arrow.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
    cursor: pointer;
}
.modelWindowViewer{
    width: 100%;
    aspect-ratio : 1 / 1;
}

 .rainbow{
    background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
    background-size: 1800% 1800%;
    animation: rainbow 18s ease infinite;
 }

 @keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
} 



.fullScreen {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background: black;
    margin: 0;
    padding: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .fullParentSize {

  }
  
  .bigFileDrop {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    background-image: url('./img/file_add.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 10px;
    width: 50px;
    padding: calc(50vh - 2em) calc(50vw - 25px - 2em);
    cursor: pointer;
  }
  
  .progress {
    flex: none;
    font-size: 50px;
    color: white;
    z-index: 1;
    background: rgba(128,128,128,.5);
    padding: 20px;
    border-radius: 10px;
    user-select: none;
  }

  .calibration-select-checkbox
{
  /* Double-sized Checkboxes */
  transform: scale(2);
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
  margin: 9px;
}   

    .deviation_container{
        vertical-align: middle;
        /*width: 150px;*/
    }

 .static-violet{
    color:#7700ff;
 }

 .static-blue{
    color:#00aaff;
 }

 .static-green{
    color:#259600;
 }

 .static-orange{
    color:#ffa600;
 }

 .static-red{
    color:#d20000;
 }

 .extended-modal{
    max-width: 1540px;
 }

 .custom-check-label{
    margin-bottom: 0;
    font-size: 18px;
 }

 .custom-check-input{
    width: 20px;
    height: 20px;
 }

 .road_table{
    width:350px
 }

 .road_table >tbody>tr>td>.form-control{
    min-height: 0px;
    height: 20px;
    width:50px
 }

 .road_table >tbody>tr>td {
    text-align: center;
    padding: 0px 2px 0px 2px;
    border:0px;
 }

 .road_table >tbody>tr>th {
    text-align: center;
    padding: 0px 2px 0px 2px;
    border:0px;
 }

 .stat_table{
    width:500px;
    height: 300px;
 }

 .stat_table >tbody>tr>td{
    min-height: 0px;
    height: 20px;
    width:50px
 }

 .stat_table >tbody>tr>td {
    text-align: center;
    padding: 0px 2px 0px 2px;
 }

 .stat_table >tbody>tr>th {
    text-align: center;
    padding: 0px 2px 0px 2px;
 }

 

