/* Base */

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Black.woff2') format('woff2'),
    url('/fonts/inter/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Bold.woff2') format('woff2'),
    url('/fonts/inter/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-ExtraBold.woff2') format('woff2'),
    url('/fonts/inter/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Medium.woff2') format('woff2'),
    url('/fonts/inter/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-ExtraLight.woff2') format('woff2'),
    url('/fonts/inter/Inter-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Light.woff2') format('woff2'),
    url('/fonts/inter/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-SemiBold.woff2') format('woff2'),
    url('/fonts/inter/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Thin.woff2') format('woff2'),
    url('/fonts/inter/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Regular.woff2') format('woff2'),
    url('/fonts/inter/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'icons-ks';
    src:  url('/fonts/icons-ks/icons-ks.eot?pjhce5');
    src:  url('/fonts/icons-ks/icons-ks.eot?pjhce5#iefix') format('embedded-opentype'),
    url('/fonts/icons-ks/icons-ks.ttf?pjhce5') format('truetype'),
    url('/fonts/icons-ks/icons-ks.woff?pjhce5') format('woff'),
    url('/fonts/icons-ks/icons-ks.svg?pjhce5#icons-ks') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

html{
    --main-color: #10955E;
}

/* Body */
body{
    font-family: 'Inter';
    background: none;
    color: #000000;
    --red-color: #D94734;
    --driver-sidebar-width: 276px;
    --open-sidebar-width: 250px;
    --close-sidebar-width: 85px;
    --header-height: 64px;
    --title-2-color: #585858;
    --background-color: #E5E5E5;
    --mobile-header-height: 132px;
    font-weight: 500;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


::-webkit-file-upload-button {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 7px;
    height: 100%;
    width: 125px;
    border-radius: 8px;
}

input[type=file].form-control{
    border: none;
    padding: 0!important;
    box-shadow: none;
    margin-top: 5px;
}

.mobile input[type=file].form-control.multi{
    margin-top: 25px;
}

.mobile input[type=file].form-control.valid{
    /*top: 65px !important;*/
    width: 860px;
}

.mobile #passport_docs input[type=file].form-control.valid,
.mobile #d_lic_docs input[type=file].form-control.valid{
   /* top: 85px !important;*/

}

input::-webkit-file-upload-button{
    cursor: pointer;
}

.form-control{
    border-radius: 8px;
}

.toggle-body-touch{
    position:fixed;
}

.mobile-body form{
    margin: 20px;
}

.mobile-body .caret{
    border: none;
    background-image: url("/images/icons/arrow_big_grey.svg");
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 140px;
    background-position-y: 24px;
    margin-left: 6px;
    float: right;
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.caret{
    border: none;
    background-image: url('/images/icons/arrow_gray.png');
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 6px;
}


.nav .open>a .caret, .nav .open>a:focus .caret, .nav .open>a:hover .caret, .nav>li>a:focus .caret, .nav>li>a:hover .caret, .btn-border .caret{
    background-image: url("/images/icons/arrow_active.png");
}

.nav>li>a{
    padding-right: 10px;
    padding-left: 10px;
}


.icon-ks {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons-ks' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ks-import:before {
    content: "\e900";
}
.icon-ks-config:before {
    content: "\e901";
}
.icon-ks-filter:before {
    content: "\e902";
}
.icon-ks-down:before {
    content: "\e903";
    font-size: 18px;
}
.icon-ks-up:before {
    content: "\e904";
    font-size: 18px;
}
.icon-ks-plus:before {
    content: "\e909";
    font-size: 10px;
}

.mobile .icon-ks-plus:before {
    content: "\e909";
    font-size: 25px;
    font-weight: 1000;
}

.icon-ks-export:before {
    content: "\e90d";
}
.icon-ks-down-select:before {
    content: "\e903";
    position: absolute;
    right: 10px;
    top: 10px;
}
textarea {
  resize: none;
}
p,
ul,
ol,
blockquote {
    line-height: 1.4;
    text-align: left;
}

label{
    font-weight: normal;
}

a {
    color: var(--main-color);
}

a img {
    border: none;
}

/* Typography */

h1 {
    color: #2F3133;
    font-size: 19px;
    font-weight: bold;
    margin-top: 0;
    text-align: left;
}

h2 {
    color: #2F3133;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    text-align: left;
}

h3 {
    color: #2F3133;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    text-align: left;
}

p {
    color: black;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    margin-top: 0;
    text-align: left;
}

p.sub {
    font-size: 12px;
}

img {
    max-width: 100%;
}

ul{
    list-style: none;
}

/* Layout */

.wrapper {
    background-color: #f5f8fa;
    margin: 0;
    padding: 0;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

.content {
    margin: 0;
    padding: 0;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

/* Header */


.header {
    padding: 25px 0;
    text-align: center;
}

.header a {
    color: #bbbfc3;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
}

.body {
    margin: var(--header-height) auto 10px auto;
    background: none;
    padding: 0;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

.inner-body {
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0;
    width: 570px;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 570px;
}

/* Subcopy */

.subcopy {
    border-top: 1px solid #EDEFF2;
    margin-top: 25px;
    padding-top: 25px;
}

.subcopy p {
    font-size: 12px;
}

/* Footer */

.footer {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 570px;
    margin-bottom: 5px;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 570px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer p {
    color: #AEAEAE;
    font-size: 12px;
    text-align: center;
}

/* Tables */

.table table {
    margin: 30px auto;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}


.table th {
    border-bottom: 1px solid #EDEFF2;
    padding-bottom: 8px;
}

.table td {
    color: #111111;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 0;
}

.content-cell {
    padding: 35px;
}

/* Buttons */

.action {
    margin: 30px auto;
    padding: 0;
    text-align: center;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

.button {
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    -webkit-text-size-adjust: none;
}

.button-blue {
    background-color: #3097D1;
    border-top: 10px solid #3097D1;
    border-right: 18px solid #3097D1;
    border-bottom: 10px solid #3097D1;
    border-left: 18px solid #3097D1;
}

.button-green {
    background-color: #2ab27b;
    border-top: 10px solid #2ab27b;
    border-right: 18px solid #2ab27b;
    border-bottom: 10px solid #2ab27b;
    border-left: 18px solid #2ab27b;
}

.button-red {
    background-color: #bf5329;
    border-top: 10px solid #bf5329;
    border-right: 18px solid #bf5329;
    border-bottom: 10px solid #bf5329;
    border-left: 18px solid #bf5329;
}

/* Panels */

.panel {
    margin: 0 0 21px;
}

.panel-content {
    background-color: #EDEFF2;
    padding: 16px;
}

.panel-item {
    padding: 0;
}

.panel-item p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Promotions */

.promotion {
    background-color: #FFFFFF;
    border: 2px dashed #9BA2AB;
    margin: 0;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 24px;
    width: 100%;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
}

.promotion h1 {
    text-align: center;
}

.promotion p {
    font-size: 15px;
    text-align: center;
}

.row-cont{
    margin-bottom: 15px;
}

.border-left{
    border-left: 1px solid #000;
}

.border-right{
    border-right: 1px solid #000;
}

.separator-bottom{
    border-bottom: 2px solid #000;
}

.separator-top{
    padding-top: 10px;
    border-top: 2px solid #000;
}

th.actions-col{
    width: 100px;
}

table.table.dataTable{
    border-collapse:separate;
}

table.table.dataTable tr th{
    color: #555555;
}

table.table.dataTable thead tr:last-child th{
    /*border-bottom: 12px solid var(--background-color);*/
}

.table-panel .dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-bottom: none;
}

table.table.dataTable tr td,
table.table.dataTable tr th{
    text-align: left;
    padding: 13px 20px 13px 10px;
    border-top: 1px solid var(--background-color);
    border-bottom: none;
}

.dataTables_scrollBody td{
    white-space: nowrap;
}

table.table.dataTable thead .sorting, table.table.dataTable thead .sorting_asc,
table.table.dataTable thead .sorting_desc, table.table.dataTable thead .sorting_asc_disabled,
table.table.dataTable thead .sorting_desc_disabled{
    /*background-position-y: 15%;*/
}

table.table.dataTable thead tr,table.import-table thead tr{
    background-color: white;
}
select[readonly].select2-hidden-accessible ~ .select2-container {
    pointer-events: none;
    touch-action: none;
}
select[readonly].select2-hidden-accessible ~ .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}
select[readonly].select2-hidden-accessible ~ .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible ~ .select2-container .select2-selection__clear {
    display: none;
}
tr.red{
    background-color: #f2b7b5 !important;
}

tr.green{
    background-color: #9fe49f !important;
}

tr.yellow{
    background-color: #ffffb8 !important;
}

tr.orange{
    background-color: #f4cd86 !important;
}
/* @todo css for colors status */

tr.gray{
    background-color: #b3b3b3 !important;
}
tr.blue {
    background-color: rgb(124, 218, 218) !important;
}

.dropdown-submenu {
    position: relative;
}

.mobile .dropdown-submenu {
    position:unset;
}

.dropdown-submenu .dropdown-menu{
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.alert-block{
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 300px;
    z-index: 5;
}

.alert-notif{
    width: 100%;
    position: relative;
    background-color: rgba(15, 123, 71, 0.70);
    padding: 15px 15px 10px 10px;
    border-radius: 10px;
    color: white;
    margin-top: 3px;
    font-size: 15px;
}

.mobile .alert-notif{
    position: relative;
    background-color: rgba(15,  123, 71, 0.70);
    padding: 25px 25px 25px 50px;
    color: white;
    margin-top: 3px;
    font-size: 15px;
    margin-left: 45px;
    margin-right: 45px;
    border-radius: 20px;
    width: unset;
}

.alert-close{
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

.mobile .alert-close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.btn{
    font-weight: 700;
    font-size: 14px;
    padding: 11px 33px;
    border-radius: 8px;
    background-color: transparent;

}

.btn.focus, .btn:focus, .btn:hover,
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus{
    outline: none !important;
    outline-offset: 0 !important;
}

.btn-id{
    font-size: 17px;
    text-decoration: underline;
}


tr.form-group:after,tr.form-group:before{
    content: none !important;
}

span.help-block{
    margin-top: 0;
    margin-bottom: 0;
}

nav.navbar{
    font-size: 16px;
    margin-bottom: 20px;
    border: none;
}

a.navbar-brand{
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
    color: var(--main-color);
}

.mobile .select2{
    width: 100%!important;
    text-align: left;
}


.mobile .select2-selection__rendered{
    max-width: 720px;
}

.mobile .bottom-msg{
    margin-left: 20px!important;
    margin-right: 20px!important;
}

.mobile .bottom-msg-container{
    margin: 20px;
    font-size: 1.6em;
}

h2.text-center{
    margin-top: 5px;
}

.navbar-default{
    z-index: 10;
    box-shadow: none;
}

.unreg-navbar.navbar{
    background-color: var(--main-color);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);

}

.unreg-navbar.navbar a{
    color: white;
}

.unreg-navbar .nav .open>a, .unreg-navbar .nav .open>a:focus, .unreg-navbar .nav .open>a:hover,
.unreg-navbar .nav>li>a:focus, .unreg-navbar .nav>li>a:hover{
    color: white;
}

.loader{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #00000070;
    display: none;
    z-index: 5;
}

.sk-fading-circle {
    vertical-align: middle;
    margin: 0 auto;
    top: 50%;
    width: 80px;
    height: 80px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

.td-id{
    display: inline-flex;
    position: relative;
}

.history-control{
    margin-top: 15px;
    font-size: 17px;
    text-decoration: underline;

}
.mobile #history_button:active{
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.history-block{
    position: fixed;
    border: 2px solid #0f7b47;
    background: white;
    color: #0c0c0c;
    z-index: 100;
    max-width: 1300px;
    transform: translate(-50%, 0);
    top: 25%;
    left: 50%;
    overflow-x: auto;
}

.mobile .history-block{
    transform: unset;
}

.history-block thead{
    border-bottom: 2px solid #0f7b47;
}

.mobile .history-block{
    position: unset;
    max-width: 100%;
    border-radius: 20px;
    border: 1px solid var(--title-2-color);
}

.history-block span{
    font-weight: 700;
}

.mobile .history-block .history-tbody{
    border-top: none;
    background: #bdbdbde5;
}

.mobile .history-block .history{
    border-collapse: unset;
}

.mobile .history-block thead, .mobile .history-block .history-tbody .history-row{
    background: #E5E5E5;
    padding: 20px;
}

.history-subrow{
    padding: 20px;
}

.history-block .history-tbody tr:first-child{
    background: #bdbdbde5!important;
}

.mobile .history-block td, .mobile .history-block th{
    font-size: 26px;
}

.mobile .history-block .history-tbody{
    max-height: unset;
}

.history-block table{
    margin: 0 auto;
    width: 100%;
}

.history-block table thead th{
    border-bottom: none;
}

.history-block td,.history-block th{
    text-align: center;
    font-size: 15px;
    padding: 8px 10px;
    color: #111111;
    word-wrap: break-word;
}

.history-block .history-close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 25px;
    font-size: 15px;
}

.mobile .history-block .history-close{
    right: 68px;
    top: 36px;
}

.mobile .history-block .history-close .glyphicon-remove{
    background: white;
}

.mobile .history-block .history-close .glyphicon-remove:before{
    font-size: 2.6em;
}
.mobile .glyphicon-remove:before{
    font-size: 1.3em;
}

.history-tbody{
    max-height: 320px;
    overflow: auto;
    display: block;
}


.history-row:not(:first-child){
    border-top: 2px solid #0f7b47;
}

.dataTable tr.even{
    /*background-color: #ececec;*/
}

.dataTables_scrollBody{
    max-height: 67vh;
}

.top-form-bottom{
    margin-right: 35px!important;
    margin-left: 35px!important;
}

.DTFC_LeftWrapper{

}

.DTFC_LeftHeadWrapper{
    background-color: white;
}

.DTFC_LeftBodyWrapper td{
    vertical-align: middle !important;
}

table.DTFC_Cloned.dataTable.no-footer{
    border-bottom: none;
}

.table-hidden-name{
    display: none;
}

.btn-long{
    width: 100%;
}

#serv_table tr:hover{
    background-color: #83c1e388;
}

select[multiple].form-control.select2{
    display:none;
}

.home-center{
    max-width: 1290px;
    margin: auto;
}

.home-row{
    margin-top: 10px;
    display: inline-flex;
}

.sub-column-driver{
    height: 100%;
    background: white;
}

.alert-driver{
    margin-top: 10px;
}

.side-alert{
    margin-top: 24px;
    margin-bottom: 24px;
}

.side-alert .glyphicon{
    display: none;
}

.fleet-email i,.fleet-fio i,
.side-alert img{
    margin-right: 5px;
}

.menu-column{
    max-width: 940px;
}

a.block-url{
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: #777;
    font-size: 20px;
}

.sub-block{
    display: flex;
    width: 100%;
    margin-top: 30%;
}

.block-url img{

}
.block-url span{
    width: 100%;
    text-align: center;

}

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .navbar-default .navbar-nav>li>a, .navbar-default .navbar-text,
.navbar-default .navbar-brand{
    color: white;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
    color: white;
    text-shadow: #353535 0px 0px 5px
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
    background: #0f965e;
    color: white;
}
.btn-primary{
    background: var(--main-color);

}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover,.btn-primary.focus, .btn-primary:focus{
    background-color: #0f965e;
    border-color: #0f7b47;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus,
.btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.btn-primary.dropdown-toggle {
    background-color: #0f965e;
    border-color: #0f7b47;
}

.pointer{
    cursor: pointer;
}

.sub-column-report{
    height: 100%;
    background: white;
    margin: 0 10px 20px 10px;
    padding: 17px;
    font-size: 18px;
}

.menu-block-center{
    margin: 0 auto;
    max-width: 1350px;
}

.file-block{
    position: relative;
    background-color: white;
    min-height: 120px;
    width: 85%;
    max-width: 760px;
    margin: 22px auto 0;
    padding: 35px 2%;
    box-shadow: 4px 4px 3px rgba(100, 100, 100, 0.3);
}

.file-data{
    width: 80%;
    display: inline-flex;
    vertical-align: middle;
}

.file-icon{
    align-self: center;
    flex: none;
    justify-content: center;
    width: 49px;
}

.file-text{
    margin-left: 5px;
    align-self: center;
    justify-content: center;
    font-size: 16px;
}

.file-download{
    display: inline-flex;
    align-self: center;
    justify-content: right;
    width: 15%;
}

.block canvas{
    cursor: pointer;
}

.block>div{
    overflow: inherit !important;
}

.chart-only-digit-title,
.chart-only-digit-title-open{
    position: absolute;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: black;
    padding-left: 5px;
}

.chart-only-digit,
.chart-only-digit-open{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: Arial;
    font-weight: bold;
    font-size: 35px;
    margin-top: -45px;
    margin-left: -45px;
    padding-top: 5px;
    width: 90px;
    height: 90px;
    border-top: 10px solid #00AE88;
    border-bottom: 10px solid #00AE88;
    text-align: center;
    color: black;
}

.chart-only-digit-addit,
.chart-only-digit-addit-open{
    position: absolute;
    bottom: 30px;
    padding: 3px;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    color: #333333;
}


.chart-only-digit-open{
    font-size: 45px;
    margin-top: -75px;
    margin-left: -75px;
    padding-top: 30px;
    width: 150px;
    height: 150px;
}

.chart-open-block-close{
    font-size: 23px;
}

.chart-open-block-report{
    position: absolute;
    top: 27px;
    right: 5%;
}

.chart-open-block-report div,.chart-open-block-report button{
    margin-left: 5px;
    float: left;
}

#open_report{
    display: none;
}

.report-filters{
    position: relative;
    height: 100%;
}

#rep_selectors{
    display: none;
}

.body-gradient{
    background: linear-gradient(135deg, #b0c7c1, #f2e3de);
    max-width: 100%;
    min-width: 100%;
    min-height: 100vh;
}
#backButton{
    display: none;
    font-size: 1.5em;
    color: var(--title-2-color);
}

.mobile .export_form_container {
    position: fixed;
    top: 0;
    left: -85%;
    width: 85%;
    height: 100%;
    background-color: white;
    box-shadow: 2px 0 5px rgba(0,0,0,0.5);
    z-index: 1000;
    transition: left 0.5s ease;
    margin-top: 133px;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
}

.mobile-body .filter{
    width: 100%;
    margin: 15px 0;
}
.mobile #export_form .form-control, .mobile .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{
    padding: 30px!important;
}

.mobile .row-filter .select2-search__field{
    margin-left: -25px;
}

.select2.select2-container.select2-container--bootstrap{
    width: unset!important;
}

.mobile .export_form_container.active {
    left: 0;
    overflow-y: auto;
}

.mobile #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: opacity 0.5s ease, visibility 0s 0.5s;
}

.mobile #overlay.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
}
.mobile .row-panel{
    margin-left: 20px;
}

.mobile .export_form_close{
    position: relative;
    float: right;
    margin-right: 0;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 15px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}
.mobile .export_form_close .icon{
    display: block;
    background-color: var(--title-2-color);
    width: 40px;
    height: 5px;
    margin-bottom: 14px;
    margin-top: 14px;
}
.mobile .export_form_close .icon:nth-child(1) {
    transform: translateY(-12px) rotate(45deg);
}

.mobile .export_form_close .icon:nth-child(2) {
    transform: translateY(-32px) rotate(-45deg);
}

@media screen and (min-width: 1024px) {
    #block_passport #passport_issued_date::placeholder,
    #block_all #phone::placeholder,
    #block_dr-lic #d_lic_issued_date::placeholder,
    #block_dr-lic #d_lic_valid_until::placeholder{
        color: transparent;
    }
}

@media screen and (max-width: 1700px) {
    .block{
        height: 380px;
        width: 387px;
        padding: 20px;
    }
    .menu-block-center{
        max-width: 1240px;
    }

    .mobile-navbar .dropdown{
        display: none;
    }
}


@media screen and (max-width: 1600px) {
    .block{
        height: 311px;
        width: 317px;
        padding: 20px;
    }
    .menu-block-center{
        max-width: 1240px;
    }
}
@media screen and (max-width: 1300px) {
    .row-buttons{
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
    .row-panel-control{
        flex-wrap: wrap;
    }

    .btn {
        font-weight: 600;
    }

    .row-ch-columns .btn-border{
        border: none!important;
        color: var( --title-2-color)!important;
    }

    #backButton{
        display: flex;
        margin: 30px -20px 15px;
    }
}

@media screen and (max-width: 1400px) {
    .panel-menu li{
        width: 175px;
    }
    .block{
        height: 280px;
        width: 285px;
        padding: 15px;
        margin: 11px 6px 0 6px;
    }
    .menu-block-center{
        max-width: 930px;
    }
}

@media screen and (min-width: 768px) {
    .dropdown-s_admin>ul, .dropdown-reports>ul, .dropdown-companies>ul{
        overflow-y: auto;
        max-height: calc(95vh - 50px);
        overflow-x: visible;
    }
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
        border: 1px solid #B0B0B0;
        border-top: none;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
        border-radius: 0px 0px 12px 12px;
        top: var(--header-height);
    }
    .navbar-right{
        margin-right:0;
    }

    .dropdown-menu .submenu{
        left: 100%;
        top: 0;
        border-radius: 0 12px 12px 12px;
    }

    .table-panel{
        margin-top: 1.5em;
    }
}

.dropdown-header, .dropdown-menu>li>a{
    padding: 3px 15px;
}

.background-animate{
    animation: 1.5s attention;
}

@keyframes attention {
    0% {
        background-color: #0f965e50;
    }
}

.wrapper {
    display: flex;
    width: 100%;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.relative{
    position: relative;
}

#modal_calendar{
    display: none;
    position: fixed;
    top: 30%;
    background: white;
    left: 40%;
    padding: 3px;
    border: 1px solid gray;
    z-index: 10;
}

.mobile #modal_calendar{
    position: unset;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.mobile #modal_calendar .buttons{
    padding-top: 30px;
}

#modal_calendar td.day{
    padding: 5px;
}

#modal_calendar td.day.active{
    background-color: var(--main-color);
}
.mobile #modal_calendar td.day.active{
    background-color: var(--background-color);
}

.mobile #modal_calendar #cal_cancel{
    margin-right: 20px;
}

.dropdown-submenu .dropdown-menu{
    min-width: 180px;
}

.table-action-panel{
    border-radius: 10px;
}

.table-action-panel, .form-panel{
    margin: 20px auto 0;
    display: flex;
}

table-action-selected{
    min-width: 125px;
}

.filters-header,.filters-header>label{
    cursor: pointer;
    font-size: 20px;
}

.table-filters{
    width: 100%;
    padding: 15px;
    background-color: white;
    border: 1px solid transparent;
}

.table-fast-links{
    padding: 15px 0;
    background-color: #168b5e;
    color: white;
    display: flex;
}

.fast-links-panel{
    width: 100%;
}

.fast-links-header,.fast-links-a{
    padding-left: 32px;
    width: 100%;
}

.fast-links-a.active-link{
    background-color: #1da16f;
}

.fast-links-list a{
    margin-top: 10px;
    font-size: 20px;
    color: white;
}

.btn-border{
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.btn.btn-border.focus, .btn.btn-border:focus, .btn.btn-border:hover{
    color: var(--main-color);
    text-decoration: none;
}

.btn-white{
    border-radius: 24px;
    border: 1px solid white;
    color: white;
    margin-right: 5px;
}

.btn-white:hover,.btn-white:focus{
    color: white;
}

.btn-gray-border{
    color: var(--title-2-color);
    border: 1px solid var(--title-2-color);
}

.btn-gray-border:hover,.btn-gray-border:focus{

}

.btn-empty{
    border: none;
    padding-right: 0;
    background: none;
    color: gray;
    vertical-align: middle;
    display: flex;
}

.btn-empty:hover,.btn-empty:focus,.btn-empty:active{
    background: none;
    color: gray;
    box-shadow: none;
}

.filter{
    width: 20%;
    padding-right: 20px;
    vertical-align: middle;
    min-height: 36px;
    font-size: 14px;
    margin-bottom: 10px;
}

.filter>label{
    padding: 0 5px;
}

.filter>label:not(.text-left){
    text-align: right;
}

.mobile-body .filters-buttons{
    width: 84%;
    margin-top: auto;
    position: fixed;
    bottom: 0;
    left: -84%;
    padding: 40px;
    background: white;
    transition: left 0.5s ease;
    display: block;
    z-index: 3;
}
.mobile-body .filter-container{
    width: 100%;
    height: 300px;
}

.filter-container{
    width: 100%;
    height: 0;
}

.mobile-body .filters-buttons-desctop{
    display: none;
}

.filters-buttons-desctop{
    width: 100%;
    padding: 0 20px;
}

.mobile-body .export_form_container.active .filters-buttons{
    left: 0;
}

.filters-buttons{
    display: none;
}

.filters-buttons-in{
    width: 100%;
    text-align: center;
}

.std-panel, .row-panel{
    min-height: 80px;
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
}

.row-panel-control{
    display: flex;
    justify-content: space-between;
}

.std-panel{
    max-width: 1200px;
    margin: 30px auto;
}

.logo-panel{
    max-width: 400px;
    display: flex;
    margin: 18vh auto 0 auto;
    padding: 0 2px;
}

.logo-panel label{
    margin-left: 19px;
    font-family: "Inter";
    font-size: 12pt;
    font-weight: bold;
    color: #323942;
    margin-bottom: 0;
    padding-top: 6px;
}
.std-panel.login{
    max-width: 400px;
    display: flex;
    margin: 0 auto;
}

div.import-block{
    display: none;
    background-color: white;
    padding: 7px;
    position: absolute;
    left: 0;
    width: 400px;
    z-index: 2;
    border: 1px solid gray;
    border-radius: 10px;
}
div.import-block .import-submit{
    padding-top: 7px;
    text-align: center;
    width: 100%;
}

.login-rest-container .row-page-name{
    color: white;
    margin-top: 30px;
}

.login-rest-container .row-buttons .btn{
    background: white;
}

.login-rest-container{
    background: unset;
}

.checkbox-group{
    position: relative;
    height: 23px;
    width: 23px;
    margin-bottom: 0px;
}

.checkbox-style{
    position: absolute;
    top: 0;
    right: 10px;
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #b9b9b9;
    transform: scale(1.5) !important;
    cursor: pointer;
}

.mobile .checkbox-style{
    height: 30px;
    width: 30px;
}

.mobile-login-block .checkbox-style{
    border: 2px solid white!important;
    background: var(--main-color);
}

.mobile-login-block .checkbox-style:after {
    border: solid white!important;
    border-width: 0 0.2em 0.2em 0!important;
}
.mobile-login-block .checkbox-group input:checked ~ .checkbox-style{
    border: 2px solid var(--background-color);
    background: var(--main-color);
}

.checkbox-style:after {
  content: "";
  position: absolute;
  display: none;
  top: -9px;
}

.checkbox-style:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    color: var(--main-color);
    border: solid var(--main-color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-group input:indeterminate ~ .checkbox-style:after{
    display: block;
    left: 4px;
    top: 4px;
    width: 5px;
    height: 5px;
    border: solid white var(--main-color);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: white;
}

.checkbox-group input:indeterminate ~ .checkbox-style,
.checkbox-group input:checked ~ .checkbox-style {

    border: 1px solid var(--main-color);
}

input[type=checkbox].form-control ~ .checkbox-style{
    margin-left: 5px;
}

.checkbox-group input:checked ~ .checkbox-style:after {
  display: block;
}

.checkbox-group input[type=checkbox]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-fields-block .checkbox-group{
    margin-top: 5px;
}

.text-right .checkbox-group{
    float: right;
}

.change-columns .checkbox-style,
.checkbox-cell .checkbox-style{
    top: 5px;
    left: 5px;
}

.checkbox-filters{
    padding: 0 5px;
    vertical-align: middle;
    display: flex;
    justify-content: flex-end;
}

.filter label.for-checkbox-group{
    padding: 0px 15px;
}

table.table.dataTable tr td.dataTables_empty{
    text-align: center;
}

.form-control:focus{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px var(--main-color)!important;
    border-color:transparent;
}

.checkbox-filters .checkbox-group{
    margin-top: 7px;
}

.table-action-buttons{
    position: fixed;
    bottom: 10px;
    display: none;
    left: 20%;
    right: 20%;
    min-width: 700px;
}

.table-action-buttons .btn{
    margin-left: 15px;
    background: white;
    color: black;
    font-weight: 500;
}

.table-action-buttons .btn-primary:focus,
.table-action-buttons .btn-primary:active,
.table-action-buttons .btn-primary:hover{
    background-color: white;
    color: black;
}

.table-action-buttons .btn-primary#delete_b:focus,
.table-action-buttons .btn-primary#delete_b:active,
.table-action-buttons .btn-primary#delete_b:hover,
.table-action-buttons .btn-primary#delete_b{
    background-color: var(--red-color);
    color: white;
}

.table-action-buttons-center{
    display: flex;
    flex-wrap: nowrap;
    padding: 15px 20px;
    align-items: center;
    background-color: #6B7B8B;
    color: white;
    border-radius: 12px;
    justify-content: space-between;
}

#clear_table_selected{
    cursor: pointer;
}

.selected-row{
    background-color: #b9dbcd !important;
}

.form-blocks-panel{
    padding: 55px 0 15px 3%;
    background-color: #168b5e;
    color: white;
    font-size: 20px;
}

.form-blocks-panel a{
    color: white;
    font-size: 17px;
    text-decoration: underline;
}

.fixed-form-blocks{
    position: relative;
}

.history-control,.form-control-block{
    cursor: pointer;
    margin: 9px 25px 0 0;
    font-size: 15px;
    font-weight: 600;
}

.control-blocks-row-panel{
    padding-bottom: 0px;
    display: flex;
    position: relative;
}

.fast-links-block>a{
    color: white;
    font-size: 20px;
}

.form-control-block.active-block{
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.table-action-panel>div:last-child,.form-panel>div:last-child{
    border-radius: 0 10px 10px 0;
}

.table-action-panel>div:first-child,.form-panel>div:first-child{
    border-radius: 10px 0 0 10px;
}

.form-panel, div.table-filters.solo-filters,
div.col-xs-12.form-fields-panel{
    border-radius: 10px;
}

.mobile-body .container_icon{
    margin: 40px;
    font-size: 26px;
    display: block;
}

.container_icon{
    display: none;
}

.container_icon img{
    margin-right: 20px;
}

.filters-count{
    border-radius: 30px;
    border: 1px solid var(--main-color);
    padding: 7px 5px 5px;
    color: red;
    width: 21px;
    line-height: 50%;
    height: 21px;
    margin-left: 5px;
    margin-bottom: 0;
    display: none;
    font-weight: 600;
}

.mobile .filters-count{
    height: 30px;
    width: 30px;
    padding: 8px 5px 5px 5px;
}

.form-fields-panel{
    padding: 0;
    width: 100%;
}

.mobile-body .form-fields-panel{
    background: var(--background-color);
}

.form-fields-panel .control-label{
    font-weight: 500;
    font-size: 14px;
    color: black;
    padding-top: 0;
    text-align: left;
}

.form-control, output,
body .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    color: black;
}

.form-row-panel{
    display: none;
    width: 100%;
}

.form-row-panel:after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.f-active-block{
    background: unset;
}

.f-active-block .form-fields-panel{
    background: unset;
}

.f-active-block .form-group, .f-active-block .col-xs-12, .f-active-block .panel-body{
  margin-right: 0!important;
  margin-left: 0!important;
  padding-right: 0!important;
  padding-left: 0!important;
}

.f-active-block button{
    border: 2px solid;
    margin-top: 30px;
}

.form-row-panel.active-block,.form-row-panel.f-active-block{
    display: block;
}

.form-fields-block{
    display: flex;
    flex-wrap: wrap;
    background: white;
}

#block_complectation .form-fields-block{
    display: block;
}

.mobile .form-fields-block{
    background: unset;
}

.panel-heading{
    overflow: auto;
    padding: 11px 25px;
    box-shadow: 0 4px 7px -3px #c0c0c0;
}

.panel-heading label{
    float: left;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 0;
}

.panel-body{
    width: 100%;
    padding: 0;
}

.panel-body .form-group{
    padding: 0 20px 0 0;
    margin: 0 0 20px 0;
}

.mobile .panel-body .form-group{
    padding: 0 5px 0 15px;
    margin: 0 -15px;
}

.table .dyn_row>tr>td{
    border-top: none;
    padding: 18px 0 8px;
}

.table>tbody.dyn_row{
    border-top: none;
}

.table>tbody.dyn_row:after{
    content: " ";
    display: block;
    width: 100%;
    margin-left: -10px;
    border-bottom: 3px solid #ddd;
    height: 0;
    clear: both;
}

.table>tbody.dyn_row:last-of-type:after{
    border-bottom: none;
}

.buttons-submit{
    float: right;
    text-align: right;
    padding: 0 15px;
}

i.glyphicon-asterisk{
    color: #ca1111;
    font-size: 7px;
    vertical-align: top;
    padding-top: 7px;
}

.btn-in-table{
    background-color: transparent;
}

.btn-in-table>label{
    text-decoration: underline;
}

.wb-buttons>a{
    margin-top: 17px;
}
.wb-block {
    padding-top: 10px;
}
.wb-block .form-group{
    padding: 0 20px;
}

.wb-block-buttons a{
    margin: 0 10px;
}

.form-fields-block .col-xs-6 label, .form-group .col-xs-6 .control-label{
    text-align: left;
}

.login-header{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.login-body{
    margin-top: 20px;
}

.login-body input{
    border: 1px solid #000000;
    border-radius: 12px;
}

.mobile-body .input-img, .login-body .form-group img{
    position: absolute;
    right: 7%;
    top: 28%;
    height: 40%;
}

.login-body input.form-control:focus{
    border: 1px solid #000000;
}

.report-table table.table:not(.dataTable){
    display: none;
}

.form-control[disabled], fieldset[disabled] .form-control{
    background-color: #F5F5F5;
    border: none;
    box-shadow: none;
    cursor: default;
}

.mobile .form-control[disabled], .mobile fieldset[disabled] .form-control{
    background-color: #bbbbbb;
}

.mobile .select2-container--bootstrap.select2-container--disabled .select2-selection,
.mobile .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice{
    background-color: #bbbbbb;
}

.alert-success{
    margin-right: 20px;
}

.bill-pagination,
.dataTables_paginate>span{
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}


.bill-pagination>.paginate_button,
.bill-pagination{
    display: inline-block;
}

.dataTables_paginate a.paginate_button:first-child{
    margin-left: 0;
}

.bill-pagination a.paginate_button,
.dataTables_wrapper .dataTables_paginate a.paginate_button{
    color: #9B9B9B !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 2px 7px;
    vertical-align: middle;
    height: 30px;
}

.bill-pagination a.paginate_button.current,
.bill-pagination a.paginate_button.current:hover,
.bill-pagination a.paginate_button:hover,
.bill-pagination a.paginate_button:active,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:active{
    color: var(--title-2-color) !important;
    border-bottom: 2px solid var(--main-color) !important;
}

.bill-pagination a.paginate_button.next,
.bill-pagination a.paginate_button.previous,
.dataTables_wrapper .dataTables_paginate a.paginate_button.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button.previous{
    color: var(--main-color) !important;
    letter-spacing: -5px;
}

.bill-pagination a.paginate_button.next,
.bill-pagination a.paginate_button.previous{
    font-size: 14px;
    padding-top: 7px;
}

.reverse{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.td-wrap{
    min-width: 250px !important;
    white-space: normal !important;
}

.l-hidden{
    display: none;
}


.l-over {
    position: absolute;
    min-width: 260px;
    background-color: white;
    margin: 0 -10px;
    padding: 0 10px 10px;
}

.paginate_button.disabled i{
    display: none !important;
}

.datepicker:disabled ~ span.input-group-addon,.timepicker:disabled ~ span.input-group-addon{
    display: none;
}

.html-bg-1{
    background: url('/images/bg-1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.html-bg-2{
    background: url('/images/bg-2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.html-bg-3{
    background: url('/images/bg-3.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.html-bg-4{
    background: url('/images/bg-4.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.html-bg-5{
    background: url('/images/bg-5.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.html-bg-6{
    background: url('/images/bg-6.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nav-logo{
    float:left;
    margin-right:10px;
    margin-top: 2px;
}

.file-remove{
    color: red;
    cursor: pointer;
}

.input-group .form-control{
    z-index: 1;
}

.rental-day, .rental-cancel-day,
.rental-day-double, .rental-day-confirm-double {
    width: 100%;
    height: 25px;
}

.rental-color-yellow {
    background: yellow;
}

.rental-color-orange {
    background: orange;
}
.rental-color-green{
    background: #188918;
}

.rental-color-blue{
    background: #5966c5;
}
.rental-color-gray{
    background: #a1a1a1;
}

.rental-day-double {
  background: repeating-linear-gradient(
      45deg,
      #ffff47,
      #f0f00a 10px,
      #fdbe48 10px,
      #e19200 20px
    ) !important;
}

.rental-day-confirm-double {
    background: repeating-linear-gradient(
        45deg,
        #4ca94c,
        #188918 10px,
        #6e7cd8 10px,
        #5966c5 20px
      ) !important;
  }

table.table.dataTable.car-rental tr td:not(.all,:first-child){
    padding-left: 0;
    padding-right: 0;
}

table.table.dataTable.car-rental tr td:not(.sorting_1,.all,.border-right){
    border-right: 1px solid #b5b5b5;
}

.light-border-right{
    border-right: 1px solid #868686 !important;
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.gallery-col {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.gallery-col img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .gallery-col {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .gallery-col {
    flex: 100%;
    max-width: 100%;
  }
}

.gallery-photo{
    position: relative;
}

.gallery-photo .file-remove{
    position: absolute;
    right: 5px;
    top: 10px;
}

.table-damage-block{
    width: 60%;
    float: left;
}

.act-parts-img{
    width: 40%;
    text-align: center;
    float: right;
}

.mobile .act-parts-img{
    padding-right: 20px;
    display: none;
    margin-bottom: 30px;
}

.mobile #ra_ref_list .file-remove,
.mobile #photos .file-remove{

    margin-top: 0!important;
}

.mobile #ra_ref_list .file-remove,
.mobile #photos .file-remove{
    font-size: 0.8em;
}

.mobile .act-parts-img-show{
    display: block;
}

.link-parts-img .icons-link,
.link-parts-img-two .icons-link{
    display: none;
}

.icons-link-green-show{
    display: none;
}

.icons-link-show{
    display: block!important;
}

.mobile .act-parts-img img{
    width: 870px;
    border-radius: 20px;
}

.link-parts-img{
    color: #000000;
    font-size: 1.6em;
}

.arrow-down-history{
    margin-left: 150px;
}

.mobile .link-parts-img-two{
    position: relative;
}

.link-parts-img-two{
    display: none;
}

.mobile .link-parts-img-two img{
    position: absolute;
    right: 0;
    top: 25%;
}

.mobile #photo_loader input{
    height: 100px;
    border-radius: 20px;
}

.mobile .link-parts-img-two p{
    font-size: 1em;
    color: black;
}

.mobile .bottom-msg{
    display: none;
}

.mobile .bottom-msg-show{
    display: block;
}

.link-parts-container{
    margin-bottom: 25px;
}

.link-parts-img img{
    float: right;
    margin-right: 30px;
}

.mobile #select2-m_part_number-container, .mobile #select2-m_damage_type-container{
    padding: 20px;
}

.mobile #block_damage .table-damage-block .form-fields-panel{
    background: white;
}

.mobile #block_damage .table-damage-block .form-group{
    padding-right: 5px;
}

.mobile #block_dyn_all .form-fields-block{
    margin-right: 20px;
}

.mobile #manage_table, .mobile #dyn_input{
    margin: 0;
}

.mobile #block_damage{
    margin: 0;
}

.mobile #dyn_input [name="deleteRow"], .mobile #manage_table [name="deleteRow"]{
    padding: 10px;
}

.mobile #manage_table{
    table-layout: fixed;
}

.mobile #block_damage{
    box-sizing: border-box;
}

.mobile #manage_table .col-xs-11, .mobile #dyn_input .col-xs-11{
    padding: 0;
    width: 100%;
}

.mobile #dyn_input .table .dyn_row>tr>td{
    padding: 0;
}

.mobile #manage_table .form-fields-panel .control-label, .mobile #dyn_input .form-fields-panel .control-label{
    padding-bottom: 15px!important;
}

.mobile #block_damage .form-fields-panel .control-label{
    padding-bottom: 15px!important;
}

.mobile #dyn_input .form-group{
    padding: 0;
    position: relative;
}

.mobile #manage_table .col-xs-1, .mobile #dyn_input .col-xs-1{
    position: absolute;
    right: 15px;
    top: 10px;
}

.mobile #dyn_input .dyn_row:after{
    border-bottom: 30px solid #E5E5E5;
}

.mobile #block_damage .dyn_row:after{
    border-bottom: 30px solid #E5E5E5;
}

.mobile #manage_table .dyn_row:after{
    border-bottom: 30px solid #E5E5E5;
}


.mobile #dyn_input tbody td{
    background: white;
    padding: 30px 50px;
    border-radius: 20px;
}

.mobile #dyn_input .table-condensed td{
    padding: 1px!important;
}

.mobile #block_damage td{
    background: white;
    padding: 30px 50px;
    border-radius: 20px;
}


.mobile #dyn_input{
    position: relative;
}

.mobile #dyn_input .form-fields-panel{
    background-color: white;
}

.mobile .block_damage .form-group{
    padding: 50px;
    background: white;
    border-radius: 20px;
}

.mobile #add_damage,
.mobile .add-row-plus{
    width: 100%;
    border: solid 1px var(--main-color);
    background: white;
    border-radius: 20px!important;
    padding: 25px!important;
}

 .mobile #block_ent .select2-selection__rendered{
    padding-right: 0!important;
}

#block_ent .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b{
    border-color: #999 transparent transparent!important;
    border-style: solid;
    border-width: 4px 4px 0;
    height: 0;
    left: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    transform: rotate(0deg);
}

.mobile-body #block_ent .select2-container--bootstrap .select2-selection--single{
    height: 2em;
}

.act-parts-img img{
    cursor: pointer;
}

.file-set-main{
    position: absolute;
    right: 30px;
    top: 10px;
    color: #00ca00;
    cursor: pointer;
}

.main-photo{
    padding-right: 14%;
}

.new-patch-note{
    color:var(--red-color);
}

.main-patch-notes{
    display: inline-block;
}

.unreading-patch-note-point{
    position: absolute;
    background-color: var(--red-color);
    border-radius: 50px;
    width: 13px;
    height: 13px;
    top: 14px;
    right: 14px;
    text-align: center;
}

.menu-new-reqs,
.menu-unreading-patch-notes{
    position: absolute;
    background-color: var(--red-color);
    border-radius: 50px;
    border: 1px solid #585858;
    width: 9px;
    height: 9px;
    top: 14px;
    right: 10px;
    text-align: center;
}

.menu-new-reqs{
    width: 6px;
    height: 6px;
    top: 18px;
    right: 5px;
    border: none;
}

.unreading-patch-note-notif{
    width: 100%;
    position: relative;
    background: rgba(255, 2555, 255, 0.95);
    padding: 15px 15px 10px 10px;
    border-radius: 10px;
    border: 1px solid red;
    margin-top: 3px;
}

.btn-link{
    color: var(--main-color);
}

.open-driver-sidebar {
    width: var(--driver-sidebar-width);
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    max-height: 100vh;
    z-index: 1;
    background: #fff;
    transition: all 0.3s;
    box-shadow: 1px 0px 1px 1px var(--background-color);
}

.sidebar-logo{
    padding: 10px 10px 10px 30px;
    height: var(--header-height);
    background-color: var(--main-color);
}

.sidebar-logo a{
    display: flex;
}

.sidebar-brand{
    align-self: center;
    color: white;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
}

.driver-sidebar-body{
    position: relative;
    height: 100%;
    margin-left: 30px;
    overflow-y: auto;
    font-size: 16px;
    font-weight: 500;
}

.mobile-body .fleet-block{
    margin-top: 10px;
    display: block;
}

.fleet-head{
    margin-bottom: 8px;
}

.fleet-body{
    background-color: var(--main-color);
    padding: 8px 5px 8px 16px;
    border-radius: 8px 0px 0px 8px;
}

.fleet-body p{
    color: white;
    font-size: 16px;
}

.fleet-body p a{
    color: white;
}

.fleet-head-icon{
    margin-left: 15px;
}

.sidebar-icon{
    margin-right: 10px;
    max-width: 20px;
    max-height: 20px;
}

.side-line{
    border: 1px solid #EFEFEF;
}

.driver-home-navbar{
    margin-left: 24px;
    margin-right: 24px;
    left: var(--driver-sidebar-width);
    z-index: 10;
    background-color: white;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 8px 8px;
    height: var(--header-height);
}

.main-navbar{
    margin-left: 24px;
    margin-right: 24px;
    left: var(--close-sidebar-width);
    z-index: 10;
    background-color: white;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 8px 8px;
    height: var(--header-height);
}

.body.driver-main-frame{
    margin-left: calc(var(--driver-sidebar-width) + 24px);
    margin-top: calc(var(--header-height) + 24px);
    margin-right: 24px;
}

.body.main-frame{
    margin-left: calc(var(--close-sidebar-width) + 24px);
    margin-top: calc(var(--header-height) + 20px);
    margin-right: 24px;
}

.html-gray{
    background-color: #E5E5E5;
}

.driver-page-name{
    font-weight: 700;
    font-size: 26px;
    margin: 15px 0;
}

.main-page-name{
    font-weight: 500;
    font-size: 26px;
    margin: 15px 0;
    color: var(--title-2-color);
}

.driver-home-block{
    padding: 0;
    margin-bottom: 45px;
}

.driver-home-url:after, .driver-home-url:before{
    display: table;
    content: " ";
    clear: both;
}

.driver-home-url{
    background: #FFFFFF;
    border-radius: 16px;
    min-height: 107px;
    border: 1px solid #E8E8E8;
    line-height: 140%;
    display: flex;
    justify-content: center;
}

.driver-home-block:nth-child(3n) .driver-home-url{
    margin-left: 16px;
}

.driver-home-block:nth-child(3n+1) .driver-home-url{
    margin-right: 16px;
}

.driver-home-block:nth-child(3n-1) .driver-home-url{
    margin-right: 8px;
    margin-left: 8px;
}

.driver-home-icon-block{
    height: 100%;
    display: flex;
    align-self: center;
}

.driver-home-icon{
    height: 50px;
    width: 50px;
    align-self: center;
}

.driver-home-header{
    margin-top: 17px;
    font-weight: 700;
    font-size: 18px;
    color: black;
}

.mobile-body .driver-home-header{
    margin-top: 0;
}

.driver-home-text{
    font-size: 14px;
    color: var(--title-2-color);
    margin-top: 9px;
}

.navbar>.container{
    width: 100%;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 42px;
}

.navbar a{
    color: var(--title-2-color);
}

.sidebar{
    width: var(--close-sidebar-width);
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    max-height: 100vh;
    z-index: 11;
    box-shadow: 1px 0px 1px 1px var(--background-color);
    border-radius: 0 12px 12px 0;
    background-color: var(--main-color);
    font-size: 16px;
    overflow: hidden;
    transition: 0.3s;
}

.sidebar .sidebar-logo{
    background-color: transparent;
    transition: 0.3s;
    padding-left: 20px;
}

.sidebar-fast-links{
    padding: 50px 30px 0 30px;
    color: white;
    min-height: 100vh;
    max-height: 100vh;
}

.sidebar-fast-link{
    margin-top: 20px;
}

.sidebar-fast-link a{
    height: 45px;
    display: inline-flex;
    color: white;
    flex-wrap: nowrap;
    vertical-align: middle;
}

.sidebar-fast-link-icon{
    height: 20px;
    width: 20px;
}

.sidebar-fast-link-text{
    margin-left: 20px;
    min-width: calc(var(--open-sidebar-width) - 70px);
}

.fast-links-label{
    white-space: nowrap;
}

.fast-links-label,.sidebar-fast-link-text{
    opacity: 0;
    transition: 0.3s;
}

.sidebar.open{
    width: var(--open-sidebar-width);
    box-shadow: 0 4px 94px rgba(0, 0, 0, 0.25);
}

.sidebar.open .sidebar-logo{
    padding-left: 30px;
}

.sidebar.open .fast-links-label,
.sidebar.open .sidebar-fast-link-text{
    opacity: 1;
}

.sidebar:not(.open){
    cursor: pointer;
}

.row-page-name{
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    max-width: 50%;
    align-self: center;
}

.row-buttons{
    position: relative;
}

.row-buttons .btn{
    margin: 5px 0px 5px 10px;
    height: fit-content;
}

.row-panel.form-row-panel{
    padding-right: 0px;
}

.mobile-login-block .form-row-panel{
    padding-left: 0;
}

.row-panel.row-panel-fake{
    background-color: transparent;
    padding: 0;
    margin-top: 20px;
    margin-right: -20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.filter-std{
    width: 100%;
}

.row-filter{
    display: none;
}

.select2-search__field{
    min-width: 100% !important;
}

.table-panel .dataTables_wrapper .dataTables_info{
    color: var(--title-2-color);
    width: 250px;
    margin-top: 15px
}

.table-panel .dataTables_wrapper .dataTables_paginate{
    text-align: center;
    margin-right: 250px;
    float: none;
    margin-top: 15px;
}

.main-frame .table-panel{
    background-color: transparent;
    min-height: 80px;
    border-radius: 12px;
    margin-top: 35px;
}

.select2-container .select2-selection__rendered > *:first-child.select2-search--inline {
    width: 100% !important;
}
.select2-container .select2-selection__rendered > *:first-child.select2-search--inline .select2-search__field {
    width: 100% !important;
}

.form-group-inner-block{
    width: 100%;
    height: fit-content;
}

#block_all .form-group-checkbox{
    margin-top: 6px!important;
}

.form-group-checkbox .form-group-inner-block, .import-block .form-group-inner-block{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    padding-left: 15px;
    min-height: 50px;
}
.import-block .form-group-inner-block{
    justify-content: center;
    margin: 5px auto 0;
    width: fit-content;
    gap: 15px;
    padding-left: 8px;
    padding-top: 3px;
}

.form-group-checkbox .text-left{
    width: 85%;
}

.form-group-checkbox .checkbox-group{
    width: 15%;
}

.notifications-block>.row-cont{
    padding: 15px;
    border: 1px solid #DCDCDC;
    border-radius: 12px;
    position: relative;
    max-width: 1000px;
}

.notifications-block-header{
    font-weight: 500;
    font-size: 24px;
}

.notif-date{
    font-weight: 500;
    font-size: 14px;
    color: #585858;
    margin-top: 30px;
}

.reqs-count-alert,
.notif-count-alert{
    float: right;
    background-color: var(--red-color);
    margin-right: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: white;
    border-radius: 30px;
    line-height: 130%;
}

.mobile .reqs-count-alert{
    line-height: 160%;
    font-size: 15px;
    width: 25px;
    height: 25px;
}

.side-alert-block a{
    color: black;
}

.side-alert-block a:hover, .side-alert-block a:focus{
    color: black;
}

.doc-panel{
    background-color: white;
    padding: 15px;
    border: 1px solid #DCDCDC;
    border-radius: 12px;
    position: relative;
    width: 49%;
    margin-top: 20px;
}

.mobile .doc-panel{
    padding: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.mobile .video-block-container {
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
    display: inline-flex;
    justify-content: space-between;
    gap: 35px;
}

.mobile .video-block{
    width: 48%;
    border-radius: 20px;
}

.mobile .video-block img{
    position: absolute;
    right: 15px;
    top: 15px;
}

.doc-download{
    float: right;
}

.dataTables_scrollHead, .DTFC_LeftHeadWrapper, .DTFC_LeftBodyWrapper, .dataTables_scrollBody{
    border-radius: 12px;
}

.dataTables_scrollHead tr, .DTFC_LeftHeadWrapper tr{
    max-height: 80px;
}

.dataTables_scrollHead, .DTFC_LeftHeadWrapper{
    margin-bottom: 15px;
}

.table-panel .dataTables_wrapper .dataTables_length{
    color: var(--main-color);
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: -27px;
}

.dataTables_length select{
    border: none;
    background: transparent;
    cursor: pointer;
}

.wb-block .start-fill{
    font-weight: bold;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 15px;
}

.start-fill, .count-fill{
    width: 100%;
}

.wb-block-header-label{
    font-size: 26px;
}

.driver-settings-header{
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
}

.driver-settings-profile{
    display: flex;
    align-items: center;
    /*align-items: flex-end;*/
    margin-bottom: 10px;
}

.driver-profile{
    margin-left: 40px;
}

.driver-profile p{
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 110%;
}

.driver-image.form-group{
    position: relative;
    width: 125px;
    height: 125px;
    margin: 0
}

.driver-image-plus{
    width: 37px;
    height: 37px;
    padding: 10px;
    background-color: black;
    border-radius: 30px;
    right: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
}

.driver-image-img{
    border-radius: 70px;
    width: 125px;
    height: 125px;
    object-fit: cover;
}

.driver-image-file{
    z-index: 2;
    opacity: 0;
    padding: 0;
}

.driver-image.form-group .error-help-block{
    width: 400px;
}

.settings-control{
    margin-top: 25px;
    margin-bottom: 25px;
}

.nav-avatar{
    width: 35px;
    height: 35px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-right: 5px;
    object-fit: cover;
    border-radius: 50px;
}

.input-group{
    width: 100%;
}

.dyn_row td>div{
    padding-left: 0;
}

table.table.dataTable thead .sorting_desc{
    background-image: url("/images/icons/arrow_active.png");
}

table.table.dataTable thead .sorting_asc{
    background-image: url("/images/icons/arrow_active_up.png");
}

table.table.dataTable thead .sorting{
    background-image: url("/images/icons/arrow_gray_double.png");
}

table.table.dataTable thead .sorting,
table.table.dataTable thead .sorting_asc,
table.table.dataTable thead .sorting_desc,
table.table.dataTable thead .sorting_asc_disabled,
table.table.dataTable thead .sorting_desc_disabled{
    background-position: 98% 80%;
}


.change-columns-list{
    width: 100%;
    height: 100%;
    background-color: #3c3c3c99;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
}

.change-columns{
    position: fixed;
    top: 20%;
    left: 35%;
    width: 30%;
    height: 60%;
    min-height: 500px;
    background-color: white;
    z-index: 1;
    border: 1px solid gray;
    border-radius: 10px;
    min-width: 420px;
}

.head-change-columns{
    padding: 6px 0 0 40px;
    font-size: 20px;
    width: 100%;
    height: 10%;
    border-bottom: 1px solid gray;
}

.head-change-columns>label{
    padding-top: 4px;
}

.change-columns-buttons{
    float: right;
    margin-right: 40px;
}

.change-columns-buttons>button{
    min-width: 77px;
}

.change-columns-scroll{
    padding-top: 15px;
    width: 100%;
    overflow: auto;
    height: 90%;
    font-size: 17px;
}

.ch-column {
    margin-top: 10px;
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.ch-column>label{
    font-weight: normal;
}

.ch-head-column>div>input,.ch-column input{
    float: left;
}

.ch-head-column>div>label,.ch-column label{
    padding: 0 0 0 15px;
}

.row-ch-columns{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
}

.mobile-body .row-ch-columns{
    display: none!important;
}

.row-ch-columns .ch-head-column-block:not(:first-child){
    margin-left: 15px;
    margin-bottom: 15px;
}

.ch-head-column-body{
    display: none;
    margin-top: 10px;
    position: absolute;
    background: white;
    z-index: 10;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 20px;
}

.bill-status{
    background-color: transparent;
    border-radius: 5px;
    padding: 3px 15px;
    text-align: center;
    max-width: 130px;
    white-space: normal;
    line-height: 130%;
}

.bill-status.bill-status-red{
    background-color: #FFF5F5;
    color: #D7434D;
}

.bill-status.bill-status-gray{
    background-color: #F2F2F2;
    color: #565656;
}

.bill-status.bill-status-cyan{
    background-color: #F6FCFF;
    color: #1A4F6E;
}

.bill-status.bill-status-orange{
    background-color: #FFFAF3;
    color: #D97500;
}

.bill-status.bill-status-green{
    background-color: #F6FFEB;
    color: #6C973C;
}

.bill-status.bill-status-blue{
    background-color: #F6F8FF;
    color: #4B62BE;
}

.table-fine-row{
    padding: 25px 0;
    border-bottom: 1px solid #CECECE;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    position: relative;
}

.table-fine-row:last-child{
    border-bottom: none;
}

.table-fine-row-left{
    width: 60%;
}

.table-fine-row-right{
    width: 40%;
    white-space: nowrap;
    padding-bottom: 15px;
}

.fine-sub-date{
    color: var(--title-2-color);
}

.fine-sub-article{
    font-weight: 600;
}

.fine-sub-status{
    display: flex;
    justify-content: flex-end;
}

.fine-status{
    border-radius: 8px;
    padding: 8px 20px;
    color: black;
    margin-left: 20px;
    max-height: 40px;
    border: 1px solid;
}

.fine-status-unpaid{
    color: #D94848;
}

.fine-status-paid{
    color: var(--main-color);
}

.fine-sub-discount{
    display: flex;
    font-weight: 700;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px;
}

.fine-sub-real-cost{
    text-decoration-line: line-through;
    color: #6C6C6C;
    margin-right: 20px;
}

.table-fine-expand{
    position: absolute;
    bottom: 5px;
    right: 0;
    color: var(--main-color);
}

.mobile-body .table-fine-expand{
    bottom: -20px;
}

.table-fine-expand-label{
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.expand-hide, .fine-sub-expand-section{
    display: none;
}

.fine-sub-header {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}

.fine-sub-text {
    color: var(--title-2-color);
    font-weight: 500;
    font-size: 16px;
}

.form-fields-block-label{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}

.bill-pagination{
    display: inline-block;
}

.bill-pagination>li {
    display: inline;
}

.import-table{
    overflow: auto;
}

.client-report{
    position: relative;
    display: flex;
}

.client-report-control{
    width: calc(25% - 25px);
    margin-right: 25px;
    padding: 20px;
    background-color: white;
    border-radius: 12px;
    height: fit-content;
}

.client-report-body{
    width: 75%;
}

.client-report-charts{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.client-report-chart{
    position: relative;
    background-color: white;
    height: 360px;
    width: 31%;
    padding: 30px;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    margin-bottom: 30px;
}

.client-report-open-chart{
    position: relative;
    display: none;
    cursor: pointer;
}

.client-report-open-chart-body{
    overflow: auto;
    background-color: white;
    min-height: 400px;
    height: 80vh;
    padding: 30px;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
}

.chart-open{
    height: 100%;
}

.video-block{
    cursor: pointer;
}

.video-block img{
    float: right;
    height: 30px;
    width: 30px;
}

.modal-player{
    display: none;
}

.modal-player.modal{
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 70%;
}

.modal-player.modal a.close-modal{
    top: -3.5px;
    right: -3.5px;
}

/* MOBILE */

.mobile .mobile-body .panel-mobile{
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 20px;
    padding: 30px;
}

.mobile{
    font-size: 1.5em;
    height: 100vh;
}

.mobile-body{
    /*padding: var(--mobile-header-height) 0 20px 20px;*/
    padding: 142px 20px 20px 20px;
    -premailer-cellpadding: 0;
    -premailer-cellspacing: 0;
    -premailer-width: 100%;
    height: 100vh;
    font-size: 1.5em;
}

.updates-back {
    color: var(--title-2-color);
    background: transparent;
    border: none;
    padding: 20px 0 0 30px!important;
    font-weight: 500;
    margin: 0;
    position: relative;
    z-index: 1;
}

.my-settings-back{
    padding-top: 0!important;
}

.my-settings-mobile{
    margin-top: 2em!important;
}

.my-settings-buttons{
    margin-top: 0!important;
}

.updates-panel{
    margin-top: 10px!important;
}

.repair-requests-container{
    margin: 50px 30px 50px!important;
    border-radius: 30px!important;
    padding: 30px!important;
}

.mobile .input-group-addon-mobile{
    padding: 0;
    width: 0;

}

.mobile .glyphicon.glyphicon-time{
    position: absolute;
    top: 35px;
    right: 23px;
    z-index: 3;
}

.mobile .bootstrap-datetimepicker-widget.dropdown-menu{
    /*width: 860px;*/
    width: 100%;
    padding: 40px 60px;
    margin-top: 50px;
    border-radius: 30px;

}

.mobile .bootstrap-datetimepicker-widget .clock-arrow-up{
    /*border: solid 1px black!important;*/
    border-radius: 20px 20px 0 0;
}
.mobile .clock-arrow-up span, .mobile .clock-arrow-dawn span{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile .bootstrap-datetimepicker-widget .picker-switch{
    font-size: 1.2em;
}

.mobile .bootstrap-datetimepicker-widget .picker-switch::first-letter{
    text-transform: uppercase;
}

.mobile .bootstrap-datetimepicker-widget table td span{
   /* height: 100px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;*/
   /* display: inline;*/
}

.mobile .bootstrap-datetimepicker-widget table td{
    /*height: 100px!important;*/
}
.mobile .clock-arrow-up, .mobile .clock-arrow-dawn, .mobile .clock-arrow-middle{
    background: #E3E3E3FF;
}

/*.mobile .bootstrap-datetimepicker-widget .timepicker-hour, .mobile .bootstrap-datetimepicker-widget .timepicker-minute {
    padding-top: 200px!important;
}*/

.mobile .bootstrap-datetimepicker-widget table :first-child :first-child a,
.mobile .bootstrap-datetimepicker-widget table :first-child :last-child a {
    background: #E3E3E3FF;
    border-radius: 20px 20px 0 0 !important;
}

.mobile .time .bootstrap-datetimepicker-widget table :first-child :first-child span,
.mobile .time .bootstrap-datetimepicker-widget table :first-child :last-child span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile .bootstrap-datetimepicker-widget table :last-child :first-child a,
.mobile .bootstrap-datetimepicker-widget table :last-child :last-child a {
    background: #E3E3E3FF;
    border-radius: 0 0 20px 20px !important;
}

.mobile .time .bootstrap-datetimepicker-widget table :nth-child(2) :first-child span,
.mobile .time .bootstrap-datetimepicker-widget table :nth-child(2) :last-child span{
    width: 155px;
    padding-top: 25px;
    background: #E3E3E3FF;
    font-weight: unset;
}

.mobile .bootstrap-datetimepicker-widget .clock-arrow-middle{
    /*border: 10px solid #919191;*/
    width: 155px;
    padding-top: 15px;
}

.mobile  .bootstrap-datetimepicker-widget table td{
    width: 0!important;
}

.mobile .bootstrap-datetimepicker-widget table td.active{
    color: unset;

}

.mobile .bootstrap-datetimepicker-widget table td.day{
    border: solid 1px var(--title-2-color)!important;
}

.mobile .bootstrap-datetimepicker-widget table td.active{
    background-color: var(--main-color);
}

.mobile .bootstrap-datetimepicker-widget .glyphicon-chevron-up:before{
    content: "+";
    color: var(--title-2-color);
}
.mobile .bootstrap-datetimepicker-widget .glyphicon-chevron-down:before {
    content: "-";
    color: var(--title-2-color);
    font-size: 3em;
    padding-bottom: 85px;
}

.mobile .dropdown-menu{
    position: unset;
}

.mobile .time .bootstrap-datetimepicker-widget .list-unstyled{
    margin: 0 auto;
    width: 63%;
}
.mobile .dyn_row.dyn_inited tbody td{
    padding: 0!important;
}

.mobile .MultiFile-title{
    overflow: hidden;
    margin-right: 20px;
}

.mobile-body.login-background, .html-login-background{
    background-color: var(--main-color);
}

.mobile-body .login-logo-image{
    height: 210px;
}

.mobile-body .login-title{
    font-weight: 700;
    font-size: 3.3em;
    line-height: 150%;
    letter-spacing: 2px;
    color: white;
    width: 10px;
    margin-top: 30px;
    margin-bottom: 85px;
}

.mobile-login-block{
    padding-right: 50px;
    padding-left: 50px;
    margin: -100px -20px;
    background: url("/images/hand-mob.svg");
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: right 9%;

}
.mobile-login-block .form-control{
    padding: 65px 50px;

}

.mobile-login-block .form-group{
    margin-bottom: 45px;
}

.mobile-login-block .help-block{
    color: white;
}

.mobile-login-submit{
    background: white;
    color: var(--main-color);
}

.btn.mobile-login-submit:hover,
.btn.mobile-login-submit:active,
.btn.mobile-login-submit:focus,
.btn.mobile-login-submit:active:focus{
    background: white;
    color: var(--main-color);
}

.mobile-login-checkbox{
    margin-left: 40px;
}

.mobile-login-label{
    color: white;
    font-size: 1.7em;
}

.mobile-body .form-control,
.mobile-body .btn{
    border-radius: 10px;
}

.mobile-body .mobile-login-block .form-control, .mobile-body .mobile-login-block .btn{
    border-radius: 30px;
}

.mobile-body .form-control,
.mobile-body .select2{
    min-height: 2em;
    font-size: 1.5em;
}

.mobile .select2-container--bootstrap .select2-dropdown--above{
    margin-top: 4px;
}

.mobile #declared_works{
    padding: 30px 50px  !important;
}

.mobile-body #block_all .form-control,
.mobile-body  #block_passport .form-control,
.mobile-body #block_dr-lic .form-control,
.mobile-body #block_fast_links .form-control,
.mobile-body #block_main .form-control,
.mobile #block_dyn_all .form-control{
    padding: 50px 90px 50px 50px;
    border-radius: 20px;
}

.mobile #block_main .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.mobile #block_dyn_all .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    padding: 20px 0 0 40px;
}

.mobile #tires_1_count,
.mobile #tires_1_name,
.mobile #tires_2_name,
.mobile #tires_2_count{
    padding-left: 32px;
}


.fleet-svg p, .fleet-body-svg p, #information li{
    display: flex;
    gap: 15px;
    align-items: center;
}

.mobile-body #block_passport #passport_docs input, .mobile-body #block_dr-lic #d_lic_docs input{
    padding: 0;
    height: 100px;
}

.mobile-body #block_passport .date svg,
.mobile-body #block_dr-lic .date svg,
.mobile-body #block_dyn_all .date svg,
 #block_all .date svg{
    display: block;
    position: absolute;
    right: 25px;
    top: 30px;
    z-index: 3;
}
.mobile-body #block_base .date svg,
.mobile-body #block_docs .date svg,
.mobile-body #block_leasing .date svg,
.mobile-body #block_driving .date svg,
.mobile-body #block_other .date svg,
.mobile-body #block_purchase .date svg{
    display: block;
    position: absolute;
    right: 25px;
    top: 12px;
    z-index: 3;
}

.mobile-body #block_photos .form-fields-block,
.mobile-body #block_complectation .form-fields-block,
.mobile-body #block_base .form-fields-panel,
.mobile-body #block_purchase .form-fields-panel,
.mobile-body #block_driving .form-fields-panel,
.mobile-body #block_driving .form-fields-panel,
.mobile-body #block_docs .form-fields-block,
.mobile-body #block_driving .form-fields-block,
.mobile-body #block_other .form-fields-block,
.mobile-body #block_ent .form-fields-block,
.mobile-body #block_user .form-fields-block,
.mobile-body #block_leasing .form-fields-block{
    background: white;
}

.mobile-body #block_main .date svg{
    display: block;
    position: absolute;
    right: 25px;
    top: 30px;
    z-index: 3;
}

.mobile-body #filters_show, .mobile-body #import_show, .mobile-body #export_button, .mobile-body .add-button{
    font-size: 1em!important;
}

.mobile .select2-selection__rendered{
    padding-right: 60px;
}

.mobile-body .date svg{
    display: block!important;
}

.mobile .select2-container--open .select2-dropdown{
    position: static;
}

.select2-container--open{
    margin-top: 5px;
}

#block_passport .date svg, #block_dr-lic .date svg{
    display: none;
}

.date svg{
    display: none!important;
}

.mobile-body #block_all #email, .mobile-body #block_all #address, .mobile-body #block_all #phone, .mobile-body #block_passport #passport_serial, .mobile-body #block_passport #passport_number, .mobile-body #block_passport #passport_issued_by, .mobile-body #block_dr-lic #d_lic_number, .mobile-body #block_dr-lic #d_lic_category{
    background-image: url("/images/icons/pen.svg") ;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: calc(100% - 30px) center;
}

.index5, .index6{
    padding-left: 20px;
}

.mobile-body .btn{
    font-size: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    position: relative;
}

#filters_show img,  #import_show img, #export_button img, .add-button img{
    margin-right: 10px;
    width: 25px;
    display: none;
}

.mobile-body #filters_show img, .mobile-body #import_show img, .mobile-body #export_button img, .mobile-body .add-button img{
    display: inline;
}

.mobile-body .mobile-login-block .btn{
    padding-top: 38px;
    padding-bottom: 38px;
    font-weight: 500;
}

.mobile-body .checkbox-style:checked{
    width: 1em;
    height: 1em;
    border-radius: 0.2em;
}
.mobile-body .mobile-login-block .checkbox-style{
    width: 1.3em;
    height: 1.3em;
}

.mobile-body .checkbox-style:after {
    left: 0.25em;
    top: -3px;
    width: 0.4em;
    height: 0.7em;
    color: var(--main-color);
    border: solid var(--main-color);
    border-width: 0 0.2em 0.2em 0;
}

.mobile-body table .checkbox-style:after{
    left:  0.15em;
}

.mobile-body table .checkbox-style{
    height: 15px;
    width: 15px;
}

.mobile-body .mobile-login-block .checkbox-style:after{
    left: 0.35em;
    top: 1px;
}

.head-panel-container{
    position: fixed;
    width: 100%;
    top: 132px;
    background: white;
    left: 0;
    padding-left: 35px;
    padding-right: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.mobile-navbar{
    background-color: var(--main-color);
    color: white;

}
.docs-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mobile .docs-block{
    margin: 2em 30px 60px;
}

.mobile-navbar-brand{
    padding: 15px 10px 15px 12px;
    background-color: var(--main-color);
    width: 86%;
}

.mobile-navbar-brand a{
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    color: white;
    font-size: 2.5em;
    padding-left: 18px;
}

.mobile-navbar .navbar-toggle {
    display: block;
    margin-left: 20px;
    margin-bottom: 14px;
}

.mobile-navbar .navbar-toggle .icon-bar{
    background-color: white;
    width: 70px;
    height: 8px;
    margin-bottom: 14px;
    margin-top: 14px;
    transition: all 0.3s ease;
}

.navbar-toggle.open .icon-bar:nth-child(3) {
    opacity: 0;
}

.navbar-toggle.open .icon-bar:nth-child(2) {
    transform: translateY(11px) rotate(45deg);
}

.navbar-toggle.open .icon-bar:nth-child(4) {
    transform: translateY(-32px) rotate(-45deg);
}

.mobile-sidemenu{
    position: fixed;
    z-index: 1050;
    width: 100%;
    height: calc(100% - var(--mobile-header-height));
    margin-top: var(--mobile-header-height);
    left: -100%;
    transition: left 0.3s ease-in-out;
}

.sidemenu-animation{
    left: 0;
}

.mobile-sidemenu .sidemenu{
    display: flex;
    width: 100%;
    height: 100%;
}

.mobile-sidemenu-gray-part{
    width: 15%;
    background: rgba(0, 0, 0, 0.7);
}

.mobile-sidemenu-menu-part{
    overflow-y: auto;
    width: 85%;
    background-color: white;
    font-size: 2.5em;
    font-weight: 500;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    transition: left .2s ease-in-out;
    padding: 0;
}

.open>a {
    display: inline-block;
    padding: 25px 0;
}

.mobile .open>a{
    padding: 42px 0;
}

.mobile .open .attribute-svg{
    padding-left: 65px;
}

.mobile-navbar ul{
    padding-top: 10px;
    height: var(--mobile-header-height);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.mobile-navbar .nav-logo{
    height: 100px;
}

.mobile-navbar .nav-avatar{
    width: 100px;
    height: 100px;
}

.mobile-sidemenu-menu-part>li{
    padding: 40px 45px;
    border-bottom: 2px solid var(--title-2-color);
}

.selected + .mobile-sidemenu-menu-part>li{
    border-bottom: 0;
}

.selected + .mobile-sidemenu-menu-part>li{
    border-bottom: 0;
}

.selected + .mobile-sidemenu-menu-part>li{
        border-bottom: 0;
    }

.mobile-sidemenu-menu-part .open{
    border-bottom: none;
    padding: 0;
}

.selected{
   box-shadow:inset 5px 0 5px var(--main-color), inset -5px 0 5px var(--main-color);
}

.dropdown.selected.open{
    box-shadow: unset;
}

.dropdown-submenu .selected.transform{
    box-shadow: unset;
}

.selected .sub-selected {
    display: inline-block;
}

.dropdown-svg{
    stroke:black;
}

.mobile-sidemenu-menu-part svg{
    margin-bottom: -11px;
    margin-right: 20px;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    /*stroke: var(--title-2-color);*/
    stroke-width: 23px;
}
.index5 svg{
    stroke-width:1px;
    width: 45px;
}

.index6 svg{
    stroke-width:1px;
}

/*.index5.selected svg{
    fill:white;
}

.mobile-sidemenu-menu-part .selected svg path{
    stroke: white;
}
.selected #svg-container1 svg path{
    fill:white;
    stroke-width:9px;
}
#svg-container3 svg{
    stroke: none;
}

.mobile-sidemenu-menu-part  .selected #svg-container3 svg path{
    stroke: none;
    fill: white;
}
*/

/*.selected .sub-selected .caret{
    background-image: url("/images/icons/arrow_white.png");
}*/

.open .sub-selected .caret{
    transform: rotate(180deg);
}

.mobile-sidemenu-menu-part>li>a{
    color: var(--title-2-color);
}

.mobile-sidemenu-menu-part>li.mobile-bottom-lang{
    margin-top: auto;
    width: 100%;
    /*border-top: 2px solid var(--main-color);*/
    color: var(--title-2-color);
    border-bottom: none;
    display: flex;
    justify-content: space-between;
}

.mobile-driver-main-menu{
    /*margin-top: 1em;*/
    margin:45px 25px 0;
}

.mobile-driver-main-menu .driver-home-block .driver-home-url{
    margin: 0 auto;
    flex-direction: column;
    text-align: center;
    min-height: 125px;
    border-radius: 20px;
}

.mobile-driver-main-menu .driver-home-header{
    font-size: 1.5em;
    font-weight: 600;
}

.mobile-driver-main-menu .driver-home-text{
    margin-top: 0.5em;
    font-size: 1.2em;
    margin-bottom: 0.4em;
}

.mobile-body .row-page-name{
    font-size: 2em;
    line-height: 160%;
    max-width: none;
    z-index: 1;
}

.mobile-body .row-panel{
    min-height: 4em;
    border-radius: 12px;
    margin: 2em 0 40px;
    gap: 19px;
    flex-wrap: wrap;
}

.mobile-body .row-panel.count-fill{
    border-radius: 20px;
}

.mobile-body #export_form .row-panel{
    display: flex;
}

.mobile #block_all, .mobile #block_passport, .mobile #block_dr-lic{
    background: var(--background-color);
}

#block_all .form-fields-panel, #block_passport .form-fields-panel, #block_dr-lic .form-fields-panel{
    background: var(--background-color);
}

.driver-table-panel{
    background-color: transparent;
    padding: 0;
}

.mobile-table-row{
    display: flex;
    position: relative;
    flex-direction: column;
}

.mobile-table-row-block{
    display: flex;
    font-size: 1.5em;
    margin-bottom: 0.4em;
}

.mobile-table-icon{
    color: var(--main-color);
    margin-right: 1em;
    height: 60px;
    width: 60px;
    text-align: center;
    min-width: 60px;
    font-size: 1.5em;
    line-height: 1em;
}

.mobile-table-icon>img{
    height: 100%;
    width: 100%;
}

.mobile-table-row-value{
    color: black;
}

.text-main-color{
    color: var(--main-color);
}

.text-color-white{
    color: white;
}

.text-color-gray{
    color: var(--title-2-color);
}

.text-bold{
    font-weight: 700;
}

.form-input-block{
    position: relative;
}

.mobile .alert-block{
    width: 100%;
    right: 0;
}

.mobile-body .alert-block>.alert-notif{
    font-size: 1.5em;
}

.mobile-body .panel-body .form-group{
    width: 100%;
    padding-right: 5px;
}

.mobile-body .form-fields-panel .control-label{
    font-size: 1.5em;
    color: var(--title-2-color);
}

.mobile input[type="search"]::placeholder{
    padding-left: 30px;
}

.add-height-select{
    height: unset;
}

.select2-container--bootstrap .select2-results>.select2-results__options{
    max-height: 297px!important;
}

.mobile .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection{
    border-radius: 10px !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{
    background: var(--main-color)!important;
    margin-right: 5px;
    border-radius: 10px;
}

.select2-container--bootstrap .select2-results__option{
    padding-left: 30px!important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection{
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px var(--main-color)!important;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    border-color:#66afe9
}

.mobile-body #block_main .form-fields-panel .control-label,
.mobile-body #block_tires .form-fields-panel .control-label,
.mobile-body #block_damage .form-fields-panel .control-label,
.mobile-body #block_dyn_all .form-fields-panel .control-label{
    padding-bottom: 10px;
}

.mobile-body #block_all .form-fields-panel .control-label, .mobile-body #block_passport .form-fields-panel .control-label, .mobile-body #block_dr-lic .form-fields-panel .control-label, .mobile-body #block_fast_links .form-fields-panel .control-label{
    color: black;
    margin: 15px 0;
}

.mobile-body i.glyphicon-asterisk{
    font-size: 0.6em;
}

.mobile-body .select2-container--bootstrap .select2-selection,
.mobile-body .select2-results__option{
    font-size: 1em;
}

.mobile-body .select2-container--bootstrap .select2-selection--single,
.mobile #tires_1_count,
.mobile #tires_1_name,
.mobile #tires_2_name,
.mobile #tires_2_count{
    height: 100px;
    border-radius: 0.4em;
}

.mobile #block_all .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    padding: 20px;
}

.mobile .select2-selection__rendered{
    padding-right: 60px!important;
}

.mobile #block_all .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.mobile .select2-selection.select2-selection--single span b,
.mobile #trips b{
    width: 20px;
    height: 20px;
    border-left: 3px solid black;
    border-bottom: 3px solid black;
    transform: rotate(-45deg);
    border-top: 0;
    border-right: 0;
    left: -45px;
    top: 35%;
    border-color: black!important;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

.mobile .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b{
    transform: rotate(135deg);
}

.mobile #block_all .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b{
    border-right: 3px solid black!important;
    border-top: 3px solid black!important;
    border-left: 0;
    border-bottom: 0;
}

/*.mobile .filter .select2.select2-container.select2-container--bootstrap::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px; !* Отступ между текстом и стрелкой *!
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black; !* Цвет галочки *!
}*/

.mobile .filter-std .dropdown-wrapper{
    width: 20px;
    height: 20px;
    border-left: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    transform: rotate(-45deg);
    border-top: 0;
    border-right: 0;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    position: absolute;
    z-index: 11;
    right: 20px;
    top: 16px;
}

.mobile .filter .select2-container--open .dropdown-wrapper{
    transform: rotate(135deg);
}

.mobile .select2-container--bootstrap .select2-results__option{
    padding: 25px 12px;
    border-top: 1px solid var(--title-2-color);
    font-size: 1.5em;
}

.mobile #block_list {
    display: none;
}

.mobile #block_list .form-fields-panel{
    background: white;
}
.mobile #block_list .form-group-inner-block .date-trip{
    width: 100%;
    padding: 25px 40px;
    border-radius: 20px;
    border: solid 1px #ccd0d2;
    background: #bbbbbb;
}

.mobile #block_list .distance-mileage label, .mobile #route-way .distance-mileage label{
    margin: 10px 0;
}

.mobile #block_list .date-container .date-main,
.mobile #block_list .route-way label,
.mobile #block_list .distance-mileage label{
    margin: 10px 0;
}

.mobile .mobile-trips.arrow-around{
    margin-bottom: 0;
}

.mobile .block-all-open{
    display: block!important;
    margin: 0 20px;
}

.mobile .mobile-trips{
    border-radius: 20px!important;
    border: solid 1px var(--main-color)!important;
    padding: 15px 50px!important;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0!important;
}

.mobile .mobile-trips .row-page-name{
    width: 100%;
}

.mobile .mobile-trips .row-page-name a{
    width: 100%;
    display: block;
    font-size: 0.9em!important;
    text-align: center;
    color: var(--main-color);
}

.mobile .mobile-trips .row-page-name span{
    float: right;
}

.mobile .mobile-trips .row-page-name span b{
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}
.mobile .arrow-around .row-page-name span b{
    transform: rotate(135deg)!important;
    margin-bottom: 0 ;
}

.mobile #fill_rnd, .mobile #change_days{
    background: white;
    padding: 25px;
    border-radius: 20px;
}

.mobile #change_days{
    margin-bottom: 40px;
}

.mobile .select2-container{
    font-size: 1.5em;
    z-index: 3;
}

.mobile .filter b{
    display: none!important;
}

.mobile .select2-container--bootstrap .select2-search--dropdown .select2-search__field{
    font-size: 1.5em;
    height: 98px;
}

.mobile .select2-search--dropdown{
    padding: 0;
}

.mobile .input-group-addon-mobile{
    font-size: 1.5em;
}

.mobile .input-group-addon{
    display: none;
}

.input-group-addon-mobile{
    display: none;
}
.mobile .input-group-addon-mobile{
    display: block;
}

.mobile ::-webkit-file-upload-button{
    width: 40%;
}

.mobile .MultiFile-list{
    font-size: 1.5em;
}

.row-panel.mobile-panel-control{
    background: transparent;
    border-bottom: 0.1em solid #aaa;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 1em 20px 0;
}

.mobile .row-panel.mobile-panel-control{
    border-bottom: unset;
}

.mobile .button-add-create a{
    width: 100%;
    padding: 25px;
    margin: 0;
    border-radius: 20px;
}

.mobile .button-add-create{
    margin: 50px 30px;

}

.mobile .empty-block-header{
    width:100%;
    background: white;
    position: absolute;
    height: 120px;
    z-index: 0;
    left: 0;
    top: 134px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.mobile .empty-block-header-two{
    width:100%;
    background: white;
    position: absolute;
    height: 176px;
    z-index: 0;
    left: 0;
    top: 134px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.mobile .empty-block-header-three{
    width: 100%;
    background: white;
    position: absolute;
    height: 120px;
    z-index: 0;
    left: 0;
    top: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#mobile_buttons_close{
    z-index: 1;
}

.mobile #dyn_input .col-xs-1{

}

.row-panel.mobile-panel-control .row-page-name{
    z-index: 1;
}

.row-panel.mobile-panel-control .btn{
    color: var(--title-2-color);
    background: transparent;
    border: none;
    border-bottom: 0.1em solid var(--title-2-color);
    padding: 0;
    font-size: 1.5em;
    border-radius: 0;
    font-weight: 500;
}

.row-panel.mobile-panel-control .btn:active{
    box-shadow: none;
}

.btn-border-bottom{
    border-bottom: 0.1em solid var(--title-2-color);
}

.row-panel.mobile-panel-control .btn.btn-primary{
    color: var(--main-color);
    border-bottom: 0.1em solid var(--main-color);
}

.row-panel.mobile-panel-control.mobile-panel-buttons{
    border-bottom: none;
    margin-bottom: -1em;
    min-height: 2.5em;
}

.mobile-panel-control.mobile-panel-buttons .btn-back{
    border-bottom: none;
    font-weight: 500;
    z-index: 1;
}

.mobile-action-block{
    margin-top: 1em;
}

.mobile .mobile-bottom-button{
    margin:2em 20px 50px;
}

.mobile .mobile-bottom-button .btn{
    margin-bottom: 2em!important;
    border-radius: 20px;
    padding: 25px;
}

.mobile-action-block>.btn{
    width: 100%;
    margin-bottom: 1em;
}

.mobile-panel-buttons-open{
    border: none;
    background: transparent;
    margin-right: 15px;
    padding: 0 9px;
    z-index: 1;
}

.mobile-panel-buttons-open>img{
    width: 2.5em;
    height: 2.5em;
}

.mobile-panel-buttons-block{
    display: none;
    z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - var(--mobile-header-height));
    margin-top: var(--mobile-header-height);
    padding: 0 20px;
    overflow: auto;
}

.mobile-panel-buttons-block-list{
    margin: 225px 30px 30px 30px;
    height: 100vh;
}

.mobile #block_imp_tooltip{
    background-color: unset;
}

.mobile-panel-buttons-block-list img{
    float: right;
}

.mobile-panel-buttons-block-list .row-panel{
    border-radius: 20px;
}



.mobile-panel-buttons-block-list .btn{
    width: 100%;
    color: black;
    background: none;
    border: none;
    font-size: 1.5em;
    text-align: left;
    font-weight: 500;
}

.mobile-panel-buttons-block-list .btn:hover,
.mobile-panel-buttons-block-list .btn:active,
.mobile-panel-buttons-block-list .btn:focus,
.mobile-panel-buttons-block-list .btn:active:focus{
    color: black;
    background: none;
    border: none;
}

.mobile-panel-buttons-block-list .row-panel{
    position: relative;
}

.mobile-body .help-block{
    font-size: 1.5em;
    padding: 30px 0 0 40px;
}
.mobile-body .help-block strong{
    font-weight: 500;
}
.mobile-body a:focus, .mobile-body a:hover{
    text-decoration: none;
}

.mobile-body .bootstrap-datetimepicker-widget{
    font-size: 1.5em;
    display: block;
}

.mobile-body .bootstrap-datetimepicker-widget.usetwentyfour td.hour,
.mobile-body .bootstrap-datetimepicker-widget table th,
.mobile-body .bootstrap-datetimepicker-widget table td.day{
    height: 2em
}

.mobile-body .bootstrap-datetimepicker-widget table td span{
    height: 2.5em;
    width: 3em;
}

.mobile-body .bootstrap-datetimepicker-widget .datepicker-decades .decade{
    width: 3.4em;
    line-height: 1.3em !important;
}

.mobile-body .form-group-checkbox .form-group-inner-block{
    border: none;
    padding-left: 0;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-top: 20px;
}

.mobile #block_list .form-group-checkbox .form-group-inner-block{
    flex-direction: row-reverse;
}

.mobile #block_list .business-checkbox .checkbox-style{
    height: 35px;
    width: 35px;
}

.mobile #block_list .business-checkbox{
    margin-top: 10px;
}

.mobile #block_list .checkbox-style:after{
    left: 11px;
    top: 2px;
}

.mobile #block_list .count-fill{
    padding: 30px;
}

.mobile-body .form-group-checkbox .form-group-inner-block label{
    font-size: 35px;
    color: black;
    opacity: 0.8;
    font-weight: 500;
}

.mobile #block_main #ra_ref,
.mobile #block_main #ra_ref .MultiFile,
.mobile #block_main #photos,
.mobile #passport_docs #passport_docs_F1,
.mobile #block_dr-lic #d_lic_docs_F1,
.mobile #block_all #photo{
    padding: 0;
    min-height: 100px;
}
.mobile #block_passport,.mobile #block_dr-lic{
    margin-bottom: 50px;
}

.mobile #block_main #ra_ref_F1, .mobile #block_main #photos_F1{
    min-height: 100px;
    padding: 0;
}

.mobile #block_main a{
    font-size: 1.5em;
    margin: 10px 0;
    display: inline-block;
}

.mobile #block_main .file-remove{
    float: right;
    margin-top: 25px;
}

.mobile #ra_ref_list .MultiFile-label,
.mobile #photos .MultiFile-label,
.mobile #passport_docs .MultiFile-label,
.mobile #block_dr-lic .MultiFile-label{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 10px;
}

.mobile .MultiFile-remove{
    position: absolute;
    right: 0;
}

.mobile .driver-fines-table-panel{
    margin: 2em 20px 40px;
    padding: 30px;
}

.select2-container--bootstrap.select2-container--open .select2-selection--multiple .select2-search--inline .select2-search__field{
    padding: 0;
    margin: 0 12px;
}

.mobile-body .table td{
    font-size: 1em;
}

.mobile-body .add-row-button{
    width: 100%;
    margin: 0;
}

.mobile-body .dyn_row .add-row-button{
   padding-right: 0;
}

.mobile-body .add-row-button>.btn{
    width: 100%;
}

#control_main #control_tires #control_damage{
    font-size: 1.4em;
}

.mobile-body .form-control-block{
    font-size: 1.5em;
    padding-bottom: 0.8em;
}
.mobile-body .act-parts-img,
.mobile-body .table-damage-block{
    width: 100%;
}


.mobile-body .doc-panel,
.mobile-body .notif-header{
    font-size: 1.5em;
}

.mobile-body .doc-download>img{
    width: 1.5em;
}

.mobile-body .driver-image, .mobile-body .driver-image-img{
    height: 15em;
    width: 15em;
    border-radius: 8em;
}

.mobile-body .driver-image-plus{
    width: 4em;
    height: 4em;
    padding: 1.3em;
    border-radius: 2em;
    font-size: 1em;
}

.mobile-body .driver-profile p{
    font-size: 2em;
}

.mobile-body .driver-sidebar-body{
    font-size: 1.5em;
    margin-left: 0;
}

.mobile-body .driver-sidebar-body p,
.mobile-body .driver-sidebar-body a{
    font-size: 1em;
    color: black;
}

.mobile-body .driver-sidebar-body .fleet-head{
    font-weight: 700;
}

.mobile-body .side-alert-fines,
.mobile-body .side-alert-notices,
.mobile-body .driver-sidebar-body .fleet-head img,
.mobile-body .driver-sidebar-body .side-alert img{
    display: none;
}

.mobile-body .fleet-body{
    background-color: white;
}

.mobile-body .notif-count-alert{
    width: 1.5em;
    height: 1.5em;
    border-radius: 1em;
    line-height: 150%;
}

.mobile-body .driver-settings-profile{
    margin-bottom: 2em;
}

.mobile-body .side-alert .glyphicon{
    display: block;
    float: right;
    padding-top: 0.3em;
}

.mobile-body .table-fine-row{
    font-size: 1.5em;
}

.mobile-body .fine-status-paid, .mobile-body .fine-status-unpaid{
    max-height: 3em;
}

.mobile-body .table-fine-expand-label,
.mobile-body .fine-sub-header,
.mobile-body .fine-sub-text{
    font-size: 1em;
}

.mobile-sidemenu-menu-part .dropdown-menu{
    font-size: 1em;
    width: 100%;
}

.mobile .dropdown-menu>li>a{
    padding: 5px 10px 5px 65px;
}

.dropdown-menu{
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175), /* Тень сверху */
                0 6px 12px rgba(0, 0, 0, 0.175);
}

.mobile .submenu>li>a{
    padding: 5px 10px 5px 90px;
}

.attribute-svg {
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
}

.dropdown-backdrop{
    display: none;
}

.mobile-sidemenu-menu-part .dropdown-menu.submenu{
    left: 0;
    top: 1.8em;
}

.mobile-sidemenu-menu-part .dropdown-menu>li>a{
    white-space: normal;
}

.mobile-sidemenu-menu-part .caret{
    height: 50px;
    width: 34px;
    background-size: 0.8em;
    position: absolute;
    right: 35px;
    transition: transform 0.3s;
}

.transform .caret{
    transform: rotate(180deg);
}

.caret-white {
    background-image: url(/images/icons/arrow_white.png);
}

.custom-list-group-item {
    background-color: var(--main-color);
    padding: 10px 0;
    color: #fff;
    border: 0;
}

.mobile #block_main, .mobile #block_damage, .mobile #block_tires, .mobile #block_dyn_all{
    background: #E5E5E5;
    margin-bottom: 0;
}

.mobile .bottom_msg{
    margin: 0 20px 40px!important;

}
.table-damage-block .form-group.col-xs-3{
    width: 100%;
}

#block_additional #doc_files .MultiFile-preview{
    display:none;
}

#doc_files_list .MultiFile-preview{
    display:none;
}

#block_additional #doc_files input{
    margin-top:10px;
}

/*#block_additional #doc_files #doc_files_list{
    position: absolute;
    top: 80px;
}

#block_additional #doc_files .MultiFile{
    position: absolute;
}*/

.mobile #block_additional #doc_files #doc_files_list{
    position: unset;
}

.mobile #block_additional #doc_files .MultiFile{
    position: unset;
}

.history-target{
    display:none;
}

.mobile .mobile-label{
    border: 1px solid #bbbbbb;
    width: 100%;
    padding: 25px 90px 25px 50px;
    min-height: 100px;
    background-color: #bbbbbb;
    border-radius: 20px;
}

.history-toggle{
    display: block;
}

.calendar-waybills table td.day{
    height: 2em;
    border: solid 1px var(--title-2-color);
}

.calendar-waybills table td.day.active {
    background-color: var(--background-color);
}

.calendar-waybills table{
    width: 100%;
}

.calendar-waybills table td{
    text-align: center;
    font-weight: 600;
    font-size: 1.5em;
}

.mobile #equipment_table div[ name = "deleteRow" ]{
    padding: 30px 0;
}
.mobile #equipment_table input[ type = 'number']{
    height: 100px;
}

.mobile #block_purchase .form-group-inner-block{
    padding-top:20px
}

.select2-container--bootstrap .select2-dropdown{
    overflow-x: unset !important;
}

.mobile #block_maintenance,
.mobile #block_norm,
.mobile #block_fuel,
.mobile #block_filters,
.mobile #block_bill,
.mobile #block_payment,
.mobile #block_fast_links,
.mobile #block_complectation,
.mobile #block_additional{
    background: none;
}

.register-login-label{
    margin-left: 15px;
}

.register_answer{
    margin: 350px 0 0 0;
}
.register_answer .mobile-login-label{
    margin-bottom: 40px;
    margin-left: 15px;
}

.iframe-guide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-left: calc(var(--close-sidebar-width) + 24px);
    padding-top: calc(var(--header-height) + 20px);
    padding-right: 24px;
}