body{
    height: 100%;
    font-family: 'Roboto';
    background: rgb(230 232 239);
    overflow-x: hidden;
}
.btn-primary {
    color: #fff;
    background-color: #65a052;
    border-color: #65a052;
}
.color-withe {
    color: #fff;
}
.container {
    height: 100vh;
    width: 100vw;
    max-width: none;
    padding: 0;
}
button.ui-datepicker-trigger {
    border: 0;
    background: transparent;
}

.modal-body {
    max-height: 80vh;
    overflow-y: auto;
}

.row-2 {
    display: flex;
    grid-auto-columns: 1fr;
    grid-template-columns: 20% 1fr;
    grid-template-rows: 1fr;
    gap: 0px 35px;
    grid-template-areas:
        ". .";
    padding: 25px;
    text-align: left;
    flex-direction: row;
    align-items: center;
}

.ver-label-status {
    text-align: center;
    border-radius: 3px;
}
.ver-label-status_wait {
    background: #25a2ff;
    color: #fff;
    animation: blinker 3s linear infinite;
}
.ver-label-status_success {
    background: #03b302;
    color: #fff;
}
.ver-label-status_err {
    background: red;
    color: #fff;
}

@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}

#alert_setetoll {
    position: fixed;
    z-index: 1111;
    width: 100%;
    max-width: 480px;
    display: none;
    left: 50%;
    transform: translate(-50%, -50%);
}


#msg_statystykiFlota {
    position: fixed;
    z-index: 1111;
    width: 100%;
    max-width: 480px;
    display: none;
    left: 50%;
    transform: translate(-50%, -50%);
}


#msg_trasyPojazdu {
    position: fixed;
    z-index: 1111;
    width: 100%;
    max-width: 480px;
    display: none;
    left: 50%;
    transform: translate(-50%, -50%);
}
#msg_przekroczenieGranic {
    position: fixed;
    z-index: 1111;
    width: 100%;
    max-width: 480px;
    display: none;
    left: 50%;
    transform: translate(-50%, -50%);
}

table#tableDevice a.btn, table#customersTable a.btn, table#editInvoicePopupTable a.btn, 
table#editInvoiceCheckPopupTable a.btn, 
table#editInvoiceAllInvoicesPopupTable a.btn, 
table#tableInvoices a.btn, 
table#tableMessages a.btn, table#tableTranslate a.btn, table#tablepayu a.btn, table#tableodbiory a.btn, table#tableetollabo a.btn, table#tableSent a.btn {
    cursor: pointer;
    margin: 4px;
    font-size: 10px;
    color: #fff;
}


.col2-et {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 30px 0px;
    grid-template-areas:
        "btn1"
        "btn2";
    width: 100%;
    height: 100%;
    max-width: 65vh;
    margin: auto;
}
.col2-login {
    display: grid;
    grid-auto-columns: auto 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas:
        ".";
    height: 100%;
    margin: auto;
    max-width: 600px !important;
}
.et-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.langselect {
    text-align: center;
    padding-bottom: 20px;
}
.logo {
    grid-area: logo;
    text-align: center;
}
.logo img {
    max-width: 216px;
}
.btn1 { grid-area: btn1; }
.btn2 { grid-area: btn2; }

a.to-reg-btn {
    min-height: 18vh;
    background: #fff;
    box-shadow: 0 4px 8px 0 hsl(0deg 0% 0% / 10%);
    border: 1px solid #e1e1e1;
    border-radius: 20px;
}
h2 {
    font-size: 28px !important;
    margin-bottom: 10px;
    font-weight: 900;
    color: #152f40;
    margin-top: 15px;
}
h4 {
    font-size: 19px;
    font-weight: 300;
    color: #152f40;
}
a.to-reg-btn:hover {
    background-color: #f5f5f5;
    border-color: #e1e1e1;
    outline: 0;
}
a.to-reg-btn:active,a.to-reg-btn:focus {
    background-color: #fff !important;
    border-color: #e1e1e1 !important;
    box-shadow: 0 0px 4px 0 hsl(0deg 0% 0% / 5%) !important;
    outline: 0 !important;
}
.col2-login {
    background: #fff;
    border: 1px solid #e1e1e1;
    width: 100%;
    padding: 50px;
    position: relative;
}
.form-column {
    padding: 0;
    width: 100%;
    max-width: 55%;
    min-width: 400px;
    margin: auto;
    top: -3vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
a.back-to-login {
    position: absolute;
    right: 20px;
    top: 20px;
}
a.back-to-login img {
    width: 22px;
    height: 22px;
    margin: auto;
    filter: brightness(100);
}

.showReg {
    color: #007bff !important;
    cursor: pointer;
}

a.back-to-form {
    background: #65a052;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    align-content: center;
    cursor: pointer;
}
a.back-to-form {
    position: absolute;
    right: 20px;
    top: 20px;
}
a.back-to-form img {
    width: 22px;
    margin: auto;
    filter: brightness(100);
}

.form-img {
    background-image: url(../img/login_bg.png);
    background-position: center;
    background-size: auto 100%;
    display: none;
}
img.logo-etoll {
    margin: 25px;
}
form {
    display: inline-block;
    width: 100%;
    margin: auto;
    height: auto;
}
.form-row-grid-2 {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 100%;
    grid-template-rows: 26px 1fr;
    grid-template-areas:
        "."
        ".";
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    position: relative;
}
.form-group {
    margin: 80px 0;
}
button#loginButton,
button#resetButton,
button.topnavi-btn,
a.topnavi-btn{
    float: right;
    border: 0;
    background: #65a052;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    padding: 10px 50px;
    min-height: 50px;
    border-radius: 2px;
}
a.pass-reset {
    font-size: 14px;
    color: #65a052;
    margin-top: 0;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    font-weight: bold;
}
.col2-login label {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}
.main-box {
    width: 100%;
    margin: auto;
}

.table-box.cont {
    background: #fff;
    box-shadow: 0 4px 8px 0 hsl(0deg 0% 0% / 10%);
    border: 1px solid #e1e1e1;
    padding: 0;
    z-index: 1;
}
table#tableDevice, table#customersTable, table#editInvoicePopupTable, 
table#tableMessages, 
table#editInvoiceAllInvoicesPopupTable, 
table#tableInvoices, 
table#tableTranslate, table#tablepayu, table#tableetollabo, table#tableSent, table#tableodbiory {
    font-size: 13px;
    font-weight: normal;
}
table#tableDevice td, table#customersTable td, table#editInvoicePopupTable td, 
#editInvoiceCheckPopupTable td, 
#editInvoiceAllInvoicesPopupTable td, 
#tableInvoices td, 
table#tableMessages td,  table#tableTranslate td, table#tablepayu td, table#tableodbiory td, table#tableetollabo td, table#tableSent td {
    padding: 8px 18px;
    height: 30px;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{
    background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fff;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #e8e8e8;
}
table#tableDevice thead tr, table#customersTable thead tr, 
table#editInvoicePopupTable thead tr, 
table#editInvoiceAllInvoicesPopupTable thead tr, 
table#editInvoiceCheckPopupTable thead tr, 
table#tableInvoices thead tr, 
table#tableMessages thead tr,  table#tableTranslate thead tr, table#tablepayu thead tr, table#tableodbiory thead tr, table#tableetollabo thead tr, table#tableSent thead tr {
    background-color: #e2e4e5;
    font-size: 11px;
    color: #163042;
    line-height: 1;
}
table#tableDevice tbody tr:hover, table#tableDevice tbody tr:hover td, table#tableSent tbody tr:hover, table#tableSent tbody tr:hover td,
table#customersTable tbody tr:hover,
table#customersTable tbody tr:hover td,
table#tableInvoices tbody tr:hover,
table#tableInvoices tbody tr:hover td,
table#tablepayu tbody tr:hover, table#tablepayu tbody tr:hover td, table#tableodbiory tbody tr:hover, table#tableodbiory tbody tr:hover td, table#tableetollabo tbody tr:hover, table#tableetollabo tbody tr:hover td, table#tableCarList tbody tr:hover {
    background-color: #e2f0ff !important;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
table#tableDevice, table#customersTable, table#tableMessages,  table#tableTranslate, table#tablepayu, table#tableodbiory, table#tableetollabo, table#tableSent, 
table#editInvoicePopupTable,
table#tableInvoices,
table#editInvoiceAllInvoicesPopupTable,
table#editInvoiceCheckPopupTable {
    border-bottom: 1px solid #e8e8e8;
}
.top-navi {
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    grid-template-rows: 1fr;
    gap: 0px 20px;
    grid-template-areas:
        ". . . .";
    background-color: #383c4a;
    box-sizing: border-box;
    padding: 0 7px 0 20px;
    z-index: 9;
    position: relative;
}
button.topnavi-btn, a.topnavi-btn {
    padding: 0;
    color: #fff !important;
    /* margin: 0px 0 0px 10px; */
    /* font-size: 0; */
    width: 42px;
    height: 42px;
    border-radius: 100px;
}

a.paginate_button.current {
    color: #fff !important;
    border-radius: 100px !important;
    border: 0 !important;
    background: #163042 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 6px 11px;
    font-size: 11px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

a.paginate_button.next:hover, 
a.previous:hover{
    background: transparent !important
        outline: 0
}
.dataTables_paginate span .paginate_button:hover {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 100px;
    opacity: .7
}
a.disabled {
    opacity: .25;
}
a.paginate_button.next:hover, a.paginate_button.previous:hover {
    background: transparent !important;
    border: 1px solid transparent !important;
    opacity: .7;
}
.form-group {
    margin: 0;
}
.et-box-2 {
    background: transparent;
    border: 0;
    width: 100%;
    max-width: 1200px;
    min-height: auto;
    margin: auto;
    text-align: right;
    padding: 20px 0;
}
.form-check-input {
    position: absolute;
    margin-top: 8px;
    margin-left: 0;
}
label.form-check-label {
    position: relative;
    left: 22px;
    top: 3px;
}
.reg-left {
    padding: 40px 60px;
    position: relative;
}
.reg-right {
    /* overflow: auto; */
    /* position: relative; */
    /* overflow-x: hidden !important; */
    /* padding: 0; */
    padding: 60px;
}
.reg-right::-webkit-scrollbar {
    width: 2px;
}

.reg-right::-webkit-scrollbar-track {
    background-color: #f3f4f5;
}

.reg-right::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgb(207 207 207);
}
.device-row {
    display: grid; 
    grid-auto-columns: 1fr; 
    grid-template-columns: auto 1fr auto 15% auto; 
    grid-template-rows: 1fr; 
    gap: 0px 10px; 
    grid-template-areas: 
        ". . . . ."; 
    width: 100%; 
    height: 100%; 
}
label.form-check-label {
    font-size: 12px;
    width: 94%;
    padding-bottom: 0;
}
div#errorall, div#error1, div#error2, div#error3, div#error4, div#error5, div#error6, div#error7, div#error_exist,.row.rowBlock span {
    background: red;
    text-align: center;
    color: #fff;
    font-size: 13px;
    position: absolute;
    width: calc(100%);
    top: 1px;
    left: 0px;
}
div#reg1, div#reg2, div#reg3 {
    position: relative;
}
.rowBlock div:nth-child(2) {
    padding: 0;
    /*    max-width: 155px !important;
        min-width: 37%;*/
}
.rowBlock div:nth-child(3) {
    padding: 0;
}
.rowBlock div:nth-child(4) {
    padding: 0;
}
.rowBlock div:nth-child(5) {
    padding: 0;
}
.rowBlock div:nth-child(6) {
    padding: 0;
}
.row.rowBlock label {
    font-size: 12px;
}
input.pin.form-control {
    max-width: 105px;
}
.rowBlock div:nth-child(5) {
    padding: 0;
    max-width: 30px;
}
.rowBlock div:nth-child(4) label {
    padding: 0px 0 0 13px;
    line-height: 14px;
}
.rowBlock div:nth-child(6) {
    padding: 0;
    min-width: 48px;
}
.rowBlock .col-1 button {
    width: 20px;
    height: 20px;
    padding: 0 !important;
    margin: 0px 0;
    border-radius: 100px;
    border: 0;
    position: relative;
    top: -2px;
}
button.addDeviceBlock {
    background: #b7f4b7;
}
button.closeDeviceBlock {
    background: #ec3d20;
    font-size: 0;
    background-image: url(../img/close.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
    outline: 0
}
button.closeDeviceBlock:hover{
    opacity: .75;
}
button.closeDeviceBlock:action,button.closeDeviceBlock:focus{
    background: red
}
button#addRow {
    border-radius: 100px;
    margin: 0 5px 5px 5px;
    width: 25px;
    height: 25px;
    padding: 0;
    background: #65a052;
}
div#rowsDeviceBlock {
    border-bottom: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.row.rowBlock {
    margin-bottom: 15px;
}
.row {
    margin: 0;
}
button#register {
    float: right;
    padding: 10px 50px;
    margin: 0px 30px 30px 30px;
    width: auto;
    border: 0;
    background: #65a052;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    border-radius: 100px;
}
input::placeholder, input {
    font-size: 13px !important;
}
.col2-login #error {
    position: absolute;
    bottom: 49px;
    font-size: 12px;
    margin: auto;
    color: red;
    text-align: center;
    border-radius: 100px;
    min-height: 30px;
    line-height: 30px;
    width: 100%;
}
/*.col2-login .form-column input[type="text"],
.col2-login .form-column input[type="password"] {
    height: 40px;
}*/
input[style="border: 1px solid red;"]::placeholder,
input[style="border: 1px solid red;"] {
    color: red;
}
.p75{
    padding: 37px 0;
}
.p125{
    padding: 40px 0;
}




.to-reg-btn.btn1 {
    background-image: url(../img/bg-btn.png);
    background-position: center 78%;
}
.to-reg-btn.btn1 * {
    color: #fff;
}
.et-icon img {
    display: none;
}
.et-icon {
    width: 65px;
    height: 65px;
    background: #182b3c;
    border-radius: 100px;
}
.to-reg-btn.btn2 .et-icon {
    background-size: auto 150px;
    background-image: url(../img/btn-icon-2.png);
    background-position: center;
}
.to-reg-btn.btn1 .et-icon {
    background-image: url(../img/btn-plus.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 65px;
    width: 65px;
}
.logo img{
    max-width: 184px;
    content: url(../img/svg/lontex-b.svg);
}

.login-grid .form-control {
    background-color: #dfdfdf;
    border: 3px solid rgb(101 160 82 / 21%);
    outline:0;
}
label[for="exampleInputPassword1"] {
    position: relative;
    top: -2px;
}
button#loginButton {
    width: 100%;
    text-transform: none;
}
.login-grid .form-row-grid-2 input {
    min-height: 50px;
    border-radius: 2px;
}
.rowBlock div:nth-child(1) {
    /*max-width: 60px;*/
}
a.back-to-login {
    background: #65a052;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    align-content: center;
}

.top-navi div {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
}

div[style="text-align: right"] {
    display: flex;
    justify-content: flex-end;
}

table.dataTable thead .sorting_asc {
    filter: brightness(1) saturate(0%);
    border: 0;
}
img[src="../images/icon_legend.png"] {
    content: url(../img/info.png);
    max-width: 19px !important;
    position: absolute;
    margin-left: 5px;
    margin-top: -2px;
}

div#tableDevice_wrapper input, div#tableDevice_wrapper select, div#tableSent_wrapper input, div#tableSent_wrapper select, div#customersTable_wrapper input, div#customersTable_wrapper select, div#tablepayu_wrapper input, div#tablepayu_wrapper select, div#tableodbiory_wrapper input, div#tableodbiory_wrapper select, div#tableetollabo_wrapper input, div#tableetollabo_wrapper select, div#tableMessages_wrapper input, div#tableMessages_wrapper select,
div#tableTranslate_wrapper input,
div#tableTranslate_wrapper select,
div#tableInvoices_wrapper input,
div#tableInvoices_wrapper select,
div#tableCarList_wrapper input {
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    margin-left: 10px;
}

.main-box img[src="img/logo.png"] {
    content: url(../img/logo2.png);
}
.acceptReg {
    margin-top: 25px !important;
}

.row.rowBlock {
    flex-wrap: nowrap;
}

@media (max-width: 1000px){
    .col2-login {
        display: grid;
        grid-auto-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-template-areas:
            ".";
        width: 100%;
        height: 100%;
        max-width: 850px;
        margin: auto;
        border: 0 !important;
    }
    .form-img {
        background-image: url(../img/login_bg.png);
        background-position: 0 270px;
        background-size: 100%;
    }
    .p75 {
        padding: 40px 0;
    }
    .et-box-2 {
        width: 100%;
        height: 100%;
        max-width: 850px;
        margin: auto;
        margin-bottom: 50px;
    }
    .row.rowBlock {
        width: 100%;
    }
    .p125{
        padding: 50px 0; 
    }
    .rowBlock div:nth-child(4) label {
        position: relative;
        top: 2px;
        padding: 0px 0 0 25px;
        line-height: 14px;
    }
    .rowBlock div:nth-child(2) {
        padding: 0;
        /*max-width: 130px;*/
    }
    .row.rowBlock label {
        font-size: 11px;
        padding: 0;
    }
    .rowBlock div:nth-child(4) {
        padding: 0;
        min-width: 150px;
    }
    button#register {
        margin: 40px 30px;
    }
    .reg-right {
        margin: 0px 30px;
        background: rgb(230 232 239 / 50%);
    }
    .reg-left {
        padding: 30px;
    }
    .table-box.cont {
        width: 100%;
        margin: auto;
    }
    .top-navi {
        width: 100%;
        padding: 13px 0;
        margin: auto;
    }
    .dataTables_wrapper {
        overflow: auto;
    }
    th.sorting {
        /* min-width: 170px; */
    }
}


/* poprawki navigacji */

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #65a052;
    border: 0 !important;
    border-radius: 100px;
}
a.nav-link {
    background: transparent;
    margin-right: 2px;
    border: 0 !important;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    padding: 0.3rem 1rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    gap: 0 5px;
}
.top-navi div[style="text-align: right"] {
    position: relative;
    top: 16px;
}

@media screen and (max-width: 1000px) {
    ul#myTab {
        width: 100%;
        margin: auto;
        background: #fff;
        margin-top: 124px;
    }
}



/*-----update 24112021------*/


.et-name ul, .login-bulets ul {
    list-style: none;
    padding-left: 0;
}
.col2-et li, .login-bulets li  {
    line-height: 2;
}
.col2-et li img{
    max-width: 28px;
    margin-right: 10px;
}
.login-bulets li {
    font-size: 13px;
}
.login-bulets ul img {
    max-width: 20px;
    margin-right: 10px;
}
.login-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas:
        ". .";
    height: 100vh;
    width: 100vw;
}
.login-img {
    background-image: url(../img/login-img.jpg);
    background-size: auto 100%;
    background-position: center;
}
.baner-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login-grid input#login {
    font-size: 16px !important;
}
.login-grid input#password {
    font-size: 22px !important;
    letter-spacing: 4px;
    color: #616161;
}
.login-grid .form-control {
    padding: 0.375rem 0.75rem;
}
.submit-row {
    margin: 0;
    position: relative;
}
a.btn-go-back {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0 10px;
}
.btn-go-back span img {
    width: 22px;
    margin: auto;
    filter: brightness(100);
}
.col2-login h2 {
    /* margin-top: -5vh; */
}
.btn-go-back span {
    background: #65a052;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.baner-logo {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.baner-logo img {
    width: 100%;
    max-width: 160px;
}
.reset-password-sumit div#error1,
.reset-password-sumit div#error2,
.reset-password-sumit div#resetOK{
    position: absolute;
    top: -32px;
    font-size: 12px;
    margin: auto;
    color: red;
    text-align: center;
    border-radius: 100px;
    min-height: 30px;
    line-height: 30px;
    width: 100%;
    background: transparent;

}
.reset-password-sumit div#resetOK {
    color: #65a052;
}
.col2-login.reg-grid {
    padding: 0;
    width: 55%;
    margin-bottom: 30px;
}
.col2-login.reg-grid h2 {
    margin-top: 0;
}
.reg-left,.reg-right {
    width: 100%;
    margin: auto;
    padding: 30px;
}
.et-box.selection-page {
}
.langselect {
    text-align: left;
    padding-top: 3vh;
    padding-bottom: 0;
}

.top-options .btn {
    background-color: transparent;
    display: flex;
}
.nav-tabs {
    border-bottom: 0;
}
.reg-right input.form-control {
    padding: 0.375rem 0.475rem;
}
.top-options > * {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-options a:hover img, .top-options button:hover img, li.nav-item a:hover{
    opacity: .7;
    transition: all .2s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: all .2s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: all .2s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: all .2s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
li.nav-item a.active:hover{
    opacity: 1;
    background: #65a052;
}
.top-options > *:active, li.nav-item a:active {
    outline: none;
}
#tableetollabo_wrapper,
#tablepayu_wrapper,
#tableodbiory_wrapper,
#customersTable_wrapper,
#tableInvoices_wrapper,
#tableSent_wrapper,
#tableDevice_wrapper{
    background: #f1f3f4;
}
a.btn.btn-secondary {
    background: #a8a8a8;
    border-color: #808080;
}
.table-box table td a.btn {
    height: 20px;
    width: auto;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: 100px;
    padding: 0px 8px 0 5px;
    gap: 0 3px;
    line-height: 1;
}
.table-box table td:last-child nobr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
a.btn.btn-secondary:hover {
    background: #989ea6;
    border-color: #989ea6;
}
table#tableDevice td, table#customersTable td, table#tableMessages td, 
table#editInvoicePopupTable td, 
table#editInvoiceAllInvoicesPopupTable td, 
table#editInvoiceCheckPopupTable td, 
table#tableInvoices td, 
table#tableTranslate td, table#tablepayu td, table#tableodbiory td, table#tableetollabo td, table#tableSent td {
    padding: 0px 21px 0px 0;
    line-height: 1;
}
table#tableDevice, table#customersTable, table#tableMessages, 
table#editInvoicePopupTable, 
table#editInvoiceAllInvoicesPopupTable, 
table#editInvoiceCheckPopupTable, 
table#tableInvoices, 
table#tableTranslate, table#tablepayu, table#tableodbiory, table#tableetollabo, table#tableSent {
    font-size: 11px;
    font-weight: normal;
}
div#tableDevice_wrapper {
    overflow: auto;
}
#tableetollabo_wrapper,
#tablepayu_wrapper,
#tableodbiory_wrapper,
#tableSent_wrapper,
#tableDevice_wrapper,
#customersTable_wrapper,
#tableInvoices_wrapper,
#tableCarList_wrapper{
    font-size: 12px;
}
#tablepayu_wrapper input,
#tablepayu_wrapper select,
#tableodbiory_wrapper input,
#tableodbiory_wrapper select,
#tableetollabo_wrapper input,
#tableetollabo_wrapper select,
#customersTable_wrapper input,
#customersTable_wrapper select,
#tableInvoices_wrapper input,
#tableInvoices_wrapper select,
#tableDevice_wrapper input, 
#tableDevice_wrapper select,
#tableSent_wrapper input, 
#tableSent_wrapper select,
#tableCarList_wrapper input {
    border-radius: 100px;
    height: 27px;
    font-size: 12px !important;
    margin: 6px 0;
}
.table-box label {
    margin: 0;
}
.dataTables_wrapper input[type="search"],.dataTables_wrapper select {
    padding: 0 10px;
    outline: none;
}
.dataTables_filter {
    margin-right: 18px;
}
.dataTables_length {
    padding-left: 18px;
}
td nobr {
    display: flex;
    align-items: center;
}
.legendtable td {
    padding: 0 5px !important;
    font-size: 11px !important;
    line-height: 1.2;
}


.top-options > a, 
.top-options > button,
.top-options > a:active, 
.top-options > button:active,
.top-options > a:hover, 
.top-options > button:hover,
.top-options > a:focus, 
.top-options > button:focus{
    outline: none;
    box-shadow: 0 0 0 0;
    border: 0;
}
button.topnavi-btn div {
    background: transparent;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
button.topnavi-btn.on div {
    background: #65a052;
}
div#devices,div#dev2 {
    position: relative;
    top: -40px;
    z-index: 0;
    transition: top .45s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: top .45s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: top .45s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: top .45s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.legend-on{
    top: 0px !important;
}
button#messagemodal_add span {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    gap: 0 5px;
}
button#messagemodal_add {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    padding: 0.2rem 1rem 0.2rem 0.55rem;
    border-radius: 100px;
    margin: 7px 18px !important;
}
.modal-footer button {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    padding: 0.45rem 1rem;
    border-radius: 100px;
}
.legendtable td {
    padding: 5px 5px 5px 0 !important;
    font-size: 11px !important;
}
div#legendtablediv {
    padding: 0 18px !important;
    display: flex;
}
ul.submenu li {
    width: 100%;
}
ul.submenu a {
    color: #000;
}
ul.submenu {
    background: transparent;
    width: 210px;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 8px 10px 0 rgb(0 0 0 / 8%);
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    top: 0;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding-top: 35px;
}


/*mapa*/

::-webkit-scrollbar{
     width: 8px;
     height: 8px;
}
::-webkit-scrollbar-thumb{
     background: #B3AFB3;
     border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover{
     background: #B3AFB3;
}
::-webkit-scrollbar-track{
     background: #F0F0F0;
     border-radius: 0px;
     box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
.map{
     width: 1000px;
     height: 700px;
     background-color: #ccc;
     float: left;
     position: relative;
}
.table_car_list {
     float: left;
     width: 318px;
     overflow-y: scroll;
     height: 100% !important;
     padding-bottom: 30px;
}
#tableCarList {
}
#tableCarList thead tr {
     background-color: #e2e4e5;
     color: #163042;
     font-size: 11px;
     text-align: center;
     white-space: nowrap;
}
.selected_row{
     background-color: #ccc !important;
}
#tableCarList tbody tr {
     font-size: 10px;
     text-align: center;
     white-space: nowrap;
     cursor: pointer;
}

.table_car_history {
     float: left;
     width: 318px;
     overflow-y: scroll;
     height: 100% !important;
     padding-bottom: 30px;
}

#tableCarHist thead tr {
     background-color: #e2e4e5;
     color: #163042;
     font-size: 11px;
     text-align: center;
     white-space: nowrap;
}
#tableCarHist tbody tr {
     font-size: 10px;
     text-align: center;
     white-space: nowrap;
     cursor: pointer;
}

.table_car_history .select2-container--default .select2-selection--single {
    /*border-radius: 0px;*/
}

#info{
     position: absolute;
     left: 0;
     bottom: 0;
     font-size: 12px;
     text-align: center;
     width: 318px;
     height: 30px;
     display: flex;
     justify-content: center;
     align-items: center;
     background: #65a052;
     color: #fff;
}
#infoLastUpdate{
     font-weight: bold;
}
.icon{
     background-color: 'none';
     border: 'none';
}
.car_marker_shadow{
     width: 70px;
     height: 70px;
     background-color: #fff;
     border-radius: 100%;
     position: absolute;
     left: -23px;
     top: -23px;
     opacity: .7;
     z-index: 1;
}
.car_marker_selected{
     width: 70px;
     height: 70px;
     background-color: #fff;
     border-radius: 100%;
     opacity: .7;
     z-index: 1;
}
.car_marker{
     width: 24px;
     height: 24px;
    /*background-color: #73C02E;
    */
     border-radius: 100%;
     position: absolute;
     z-index: 3;
     border: 2px solid #fff;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    */
     -webkit-box-shadow: 4px 4px 7px -5px rgba(66, 68, 90, 1);
     -moz-box-shadow: 4px 4px 7px -5px rgba(66, 68, 90, 1);
     box-shadow: 4px 4px 7px -5px rgba(66, 68, 90, 1);
}
.car_label{
     width: 90px;
     height: 22px;
     background-color: #fff;
     position: absolute;
     left: 30px;
     top: 0px;
     -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
     border-radius: 12px;
     border: 1px solid #ccc;
     font-weight: bold;
     font-size: 10px;
     text-align: center;
     vertical-align: central;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    */
     -webkit-box-shadow: 4px 4px 7px -5px rgba(66, 68, 90, 1);
     -moz-box-shadow: 4px 4px 7px -5px rgba(66, 68, 90, 1);
     box-shadow: 4px 4px 7px -5px rgba(66, 68, 90, 1);
     padding-top: 3px;
     z-index: 4;
}
#groupingMarkers{
     background-color: #28A2FF;
     top: 10px;
     right: 198px;
     position: absolute;
     z-index: 999;
     padding: 4px 14px;
     text-align: center;
     border-radius: 20px;
     color: #fff;
     font-size: 14px;
     cursor: pointer;
     -webkit-box-shadow: 4px 4px 7px -5px rgba(66, 68, 90, 1);
     -moz-box-shadow: 4px 4px 7px -5px rgba(66, 68, 90, 1);
     box-shadow: 4px 4px 7px -5px rgba(66, 68, 90, 1);
}
#showAllFleet{
     width: 130px;
     background-color: #28A2FF;
     top: 10px;
     right: 60px;
     position: absolute;
     z-index: 999;
     padding: 4px;
     text-align: center;
     border-radius: 20px;
     color: #fff;
     font-size: 14px;
     cursor: pointer;
     -webkit-box-shadow: 4px 4px 7px -5px rgba(66, 68, 90, 1);
     -moz-box-shadow: 4px 4px 7px -5px rgba(66, 68, 90, 1);
     box-shadow: 4px 4px 7px -5px rgba(66, 68, 90, 1);
}
#counter{
     width: 40px;
     background-color: #163042;
     top: 10px;
     right: 12px;
     position: absolute;
     z-index: 999;
     padding: 4px;
     text-align: center;
     border-radius: 100px;
     color: #fff;
     font-size: 14px;
     cursor: pointer;
     -webkit-box-shadow: 4px 4px 7px -5px rgba(66, 68, 90, 1);
     -moz-box-shadow: 4px 4px 7px -5px rgba(66, 68, 90, 1);
     box-shadow: 4px 4px 7px -5px rgba(66, 68, 90, 1);
}
.table_all{
     position: relative;
}
#map_tab .map-tab-content {
    box-shadow: 0 0 0 0;
    height: calc(100vh - 50px)!important;
}
#map_tab .table_all {
    display: grid;
    grid-template-columns: 318px 85%;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas:
        ". .";
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100vw;
    z-index: 1;
}

#map_tab .map-tab-content {
    border: 0;
}
#map_tab table.dataTable thead th, 
#map_tab table.dataTable thead td {
    border-bottom: 0;
    border-top: 0;
}
#map_tab table.dataTable tbody th, 
#map_tab table.dataTable tbody td {
    padding: 5px 10px;
}
#map_tab table.dataTable.no-footer {
    border-bottom: 0;
}
#map_tab div#mapLoadCars {
    height: 100% !important;
    width: calc(100vw - 318px) !important;
    z-index: 1;
}

/*tabela raportu*/
.table-report-display {
    font-size: 11px;
}
.table-report-display th{
    padding: 10px 8px !important;
}

.table-report-display td{
    padding: 0 8px !important;
    line-height: 1;
    height: 29px;
}
.table-report-display tr:nth-child(even) td {
    background-color: #fbfbfb;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.table-report-display tr:hover td{
    background-color: #e2f0ff !important;
}
table.dataTable.no-footer {
    border-bottom: 0;
}
.raport-title {
    height: 20px;
    background: #446e8c;
    color: #fff;
    text-align: center;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
}
li.nav-item.raporty {
    position: relative;
}
.submenu a.nav-link.active {
    background-color: transparent !important;
    color: #65a052 !important;
}
#setsettingsmodal .modal-dialog .form-row-grid-2 {
    grid-template-rows: 20px 1fr;
}
#setsettingsmodal .modal-dialog .form-row-grid-2 label {
    font-size: 12px;
}
#setsettingsmodal .modal-dialog p {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 8px;
    color: #65a052;
}
a#addDevice {
    font-size: 11px;
    text-transform: none;
    font-weight: normal;
    width: auto;
    gap: 0 5px;
    margin-right: 10px;
}
a#addDevice img {
    position: relative;
    top: -1.5px;
}
a#setsettings img {
    position: relative;
}
div#rowsDeviceBlock .text-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left !important;
}
.col2-login div.reg-right:first-child {
    padding: 0;
}
.logo {
    padding: 2vh 0;
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: flex;
}
.col2-login.reg-grid button#register {
}
.login-grid .col2-login {
    max-width: none !important;
}
a.btn.orders_showcars.btn-primary {
    width: 20px !important;
    height: 20px !important;
}
.toolbar-row {
    padding: 0 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    height: 35px;
    gap: 0 10px;
    margin-top: -1px;
}
.toolbar-row button {
    border-radius: 100px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    padding: 0.2rem 1rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    gap: 0 5px;
}
button#testtt {
    background: #ce0303;
    border-color: #ce0303;
}
button#testtt:hover {
    background: #b20000;
    border-color: #8f0101;
}
#tableOrders span[style="float: left; margin-top: 2px;"] {
    height: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 18px;
}

div#carsOrderPopup_cars {
    overflow: auto;
    height: 50vh;
    padding: 0;
}

div#carsOrderPopup_cars table {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
}
div#carsOrderPopup_cars th,
div#carsOrderPopup_cars  td {
  padding: 0.25rem;
}
div#carsOrderPopup_cars th {
  background: white;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  padding: 0.25rem 18px !important;
}
div#carsOrderPopup_cars td {
    padding: 0.25rem 18px;
}


.report-btn-gen,.report-btn-xls,.report-btn-pdf {
    transition: all .1s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: all .1s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: all .1s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: all .1s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.report-btn-gen:hover {
    background: #0477ce;
    border: 1px solid #006bbe;
}
.report-btn-xls:hover {
    background: #06a432;
    border: 1px solid #0c832e;
}
.report-btn-pdf:hover {
    background: #e02303;
    border: 1px solid #b01d05;
}
.modal-footer {
    background-color: #e2e4e5;
    color: #000000;
    border-radius: 3px;
    padding: 8px 18px;
    border-top: 1px solid #c1c1c2;
}
.modal-header .close {
    padding: 7px 13px;
    margin: -7px -13px;
    position: relative;
    right: -6px;
}
.modal-header .close {
    float: right;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 1;
    outline: 0 !important;
}
.modal-header .close:hover {
    opacity: .75;
    transition: all .1s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: all .1s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: all .1s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: all .1s cubic-bezier(0.4, 0, 0.2, 1) 0ms;  
}
.modal-header {
    background-color: #e2e4e5;
    color: #000000;
    border-radius: 3px;
    padding: 8px 18px;
    border-bottom: 1px solid #c1c1c2;
}
.modal-title {
    font-size: 13px;
}
.modal-header .close span {
    position: relative;
    top: -1px;
}




.lang-select {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0 0px;
}

.lang-select img {
    width: 100%;
    max-width: 20px;
    border: 1px solid #cacaca;
    border-radius: 100px;
    box-shadow: 0 0 0 0px #cacaca;
}

.langselect .label {
    font-size: 12px;
    margin-bottom: 8px;
}
form.login-form {
    width: 100%;
    margin: auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto auto auto;
    gap: 0px 0px;
    grid-template-areas:
        "."
        "."
        "."
        ".";
}
.login-form a.btn.btn-secondary {
    border: 0;
    background: #383c4a;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .15px;
    padding: 0px 50px;
    min-height: 50px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    border: 1px solid #ced4da;
}
.login_seperator {
    height: 7vh;
    max-height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-form .form-group {
    padding: 2.5vh 0;
}
.login-bulets ul {
    margin: 0;
}
form.login-form .form-control {
    max-height: 50px;
}
span.line {
    width: 100%;
    height: 1px;
    background: #cdcdcd;
}
span.line-label {
    position: absolute;
    font-size: 11px;
    background: white;
    padding: 0px 18px;
    color: #5b6972ab;
    letter-spacing: .5px;
}
form.login-form a.btn.btn-secondary:hover{
    background: #4a4f5e !important;
    border-color: #4a4f5e !important;
}
form.login-form a.btn.btn-secondary:active{
    background: #fff !important;
    border-color: #d3d5d9 !important;
    box-shadow: 0 0 0 0 !important;
    outline: none !important;
    color: #5b6972ab !important;
}
#loginButton:hover {
    background-color: #79c461;
    border-color: #65a052;
}
.lang-select > div {display: flex;width: 27px;height: 27px;align-items: center;justify-content: center;}

img.changeLang.active-lang {box-shadow: 0 0 0 2px #65a052;border: 2px solid #65a052;}


ul.submenu li,ul.submenu_lang li {
    height: 40px;
    line-height: 1;
    padding: 0;
}
ul.submenu li a {
    padding: 0 15px;
    height: 100%;
    width: 100%;
    margin: 0;
}
li.nav-item.lock {
    background-image: url(../img/svg/lock.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center right;
    opacity: 1;
    background-position-x: 95%;
}
li.nav-item.lock a {
    color: #9c9c9c;
}
.lock a[aria-controls="map_tab"],
.lock a[aria-controls="trasy_pojazdu_tab"],
.lock a[aria-controls="statystyki_flota_tab"]{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
li.nav-item.shopping a {
    color: #fff;
    gap: 0 10px;
}
li.nav-item.shopping {
    background-color: #65a052 !important;
    border-bottom: 0 !important;
}
li.nav-item.shopping a img {
    opacity: .75;
}
li.nav-item.shopping a.active {
    color: #fff !important;
}
li.nav-item a:hover {
    opacity: .65;
}
a.r1, a.r2 {
    /* background-image: linear-gradient(to right, #e8e8e8 80%, rgba(255, 255, 255, 0) 0%); */
    /* background-position: bottom; */
    /* background-size: 4px 1px; */
    /* background-repeat: repeat-x; */
}
.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
    margin-left: 15px;
}
.table-buttons-row button div,
.table-buttons-row a div{
    font-size: 11px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 26px;
    font-weight: bold;
    color: #fff;
    align-content: center;
    gap: 0 5px;
}

.table-buttons-row button,
.table-buttons-row a{
    background: #9ca9b0;
    border-radius: 100px;
    height: 26px;
    padding: 0 15px 0 6px;
    cursor: pointer;
}
.table-buttons-row {
    position: absolute;
    right: 0;
    top: 48px;
    right: 18px;
    z-index: 9;
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 10px;
}

.table-buttons-row button div img,
.table-buttons-row a div img{
    height: 17px !important;
    position: relative;
    top: -2px;
}
button.btn.btn-normal.on {
    background-color:#65a052;
}
.btn.btn-green {
    background-color: #65a052;
    border: 1px solid #65a052;
}
.table-buttons-row button, 
.table-buttons-row a,
.table-buttons-row button:hover, 
.table-buttons-row a:hover,
.table-buttons-row button:active, 
.table-buttons-row a:active{
    box-shadow: none !important;
    outline: 0 !important;
}
.nav.nav-tabs.submenu li:last-child {
    border-radius: 0;
}
.submenu_lang {
    position: absolute;
    left: 4px;
    /* border: 1px solid #dbdbdb; */
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    top: 6px;
    margin-left: -3px;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding-top: 30px;
}
ul.submenu_lang li {
    background: #fff;
    width: 155px;
    box-shadow: 0 8px 10px 0 rgb(0 0 0 / 8%);
    border-bottom: 1px solid #dbdbdb;
}
a.nav-link.btn-submenu_lang {
    background: #304e63;
    border-radius: 100px;
    padding-right: 45px;
    box-shadow: inset 0 0 0 1px #4e5363;
}
a.nav-link.btn-submenu_lang {
    background: #565b6e;
    border-radius: 100px;
    padding-right: 45px;
    padding-left: 8px;
    position: relative;
    gap: 0 10px;
    min-width: 146px;
}
.btn-submenu_lang img[src="img/arrow-down.png"] {
    position: absolute;
    right: 13px;
    width: 9px;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.lang-select-box {
    padding-right: 13px;
    border-right: 1px solid #244a64;
}
a#setsettings {
}
.raport-top-title {
    background: #446e8c;
    color: #fff;
    padding: 0 18px;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    height: 18px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.top-navi img[src="img/svg/lontex-w.svg"] {
    max-width: 125px !important;
}
ul.nav.nav-tabs.submenu_lang li a {
    height: 40px;
}
table.dataTable thead .sorting {
    filter: brightness(0.9) saturate(0%);
    border: 0;
}

/*tooltipy*/

[tooltip] {
  position: relative;
}

[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 1;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 4px;
  box-shadow: 0 5px 1em -3px rgb(0 0 0 / 44%);
  background: #ffffff;
  border: 1px solid #cacaca;
  color: #000;
  z-index: 1000;

}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #ffffff;
  top: -6px;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #8b8b8b;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

@keyframes tooltips-vert {
  to {
    opacity:1;
    transform: translate(-50%, 0);
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%);
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert .2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz .2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

table#tableDevice tr, table#tableSent tr {
    height: 29px;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 8px 18px 8px 0;
}
table.dataTable thead th:first-child, 
table.dataTable thead td:first-child {
    padding-left: 18px !important;
}

table.dataTable tbody td:first-child, 
table.dataTable tbody td:first-child {
    padding-left: 18px !important;
}

table.dataTable thead th:last-child, 
table.dataTable thead td:last-child {
    padding-right: 18px !important;
}

table.dataTable tbody th:last-child, 
table.dataTable tbody td:last-child {
    padding-right: 18px !important;
}
table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc, 
table.dataTable thead .sorting_asc_disabled, 
table.dataTable thead .sorting_desc_disabled {
    background-position: 95% center;
}
.submenu li {
    background-color: #fff;
    background: #fff;
    width: 155px;
    border-bottom: 1px solid #e2e4e5 !important;
}
.nav-link.r1, .nav-link.r2 {
    /* border-bottom: 1px solid #b2b2b2 !important; */
}
.nav-tabs .nav-item {
    margin-bottom: 0;
}

.table_car_list div#tableCarList_wrapper {
    background: #cecece;
}

.table_car_list div#tableCarList_filter {
    width: 100%;
    margin: 0px !important;
    padding: 0 18px;
    box-sizing: border-box;
}

.table_car_list div#tableCarList_filter input {
    max-height: 24px;
    width: 100%;
}

.tableCarList_filter label {
    width: 100%;
    font-weight: bold;
    font-size: 11px;
}

div#tableCarList_filter label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 5px;
    font-size: 11px;
    font-weight: bold;
}

.report-opt-box {
    min-width: 130px;
}

.nr_tel_box {
    display: flex !important;
    flex-direction: row !important;
    gap: 0 5px;
    border-left: 1px solid #444854;
    padding-left: 23px;
    max-height: 28px;
}

.nr_tel {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "."
        ".";
    color: #fff;
}

li.nav-item.phone-li {
    padding-left: 0.3rem;
}
.nr_tel_label {
    color: #9598a3;
    font-size: 10px;
}

.nr_tel_value {
    font-weight: 600;
    font-size: 14px;
    color: #65a052;
}

.mobile-navi li.nav-item.phone-li {position: absolute;top: 78px;}

.mobile-navi .nr_tel_box .icon {
    display: none;
}

.mobile-navi .nr_tel_box {
    padding: 0;
    border: 0;
}

.mobile-navi > li:first-child {
    border-bottom: 1px solid #eff1f2 !important;
}
#menu > li {
    height: 100%;
    padding: 0;
}
.mobile-navi {
    height: calc(100vh - 42px);
    display: flex;
    flex-direction: column;
    /* box-shadow: 0px 0px 4px 0 #00000042; */
}
button#legend_status {
    visibility: visible;
    opacity: 1;
    display: flex;
}
table#tableOrders td {
    padding: 0 18px 0 0 !important;
}
table#tableOrders td:first-child {
    padding-left: 18px !important;
}
#carsOrderPopup thead tr th {
    background: #c4c8cb;
}
a#setsettings img {
    top: -1px;
}

.reg-grid input.form-control {
    border-radius: 100px;
    height: calc(1.5em + 0.95rem + 2px);
}
.login-grid .form-control {
    border: 1px solid #ced4da;
}
.reg-grid label {
    font-size: 12px;
}
.reg-grid .form-row-grid-2 {
    grid-template-rows: 20px 1fr;
}
.reg-grid .card-body label {
    border-radius: 100px !important;
}
.reg-grid .card-body .btn-group-toggle {
    gap: 0 18px;
}
.reg-grid .card-body label:not(.active) {
    background: rgb(206 212 218 / 14%) !important;
    border-color: rgb(211 213 217 / 60%) !important;
    color: #000;
}
.reg-grid .card-body label.active {
    background-color: #65a052 !important;
    border-color: #65a052 !important;
}
table#tableCarList tr td:nth-child(3) div {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin: auto !important;
}


.login-grid input, .login-grid input:hover, .login-grid input:focus, .login-grid input:active {
    outline: none;
    box-shadow: 0 0 0 0;
    background:rgb(223 223 223 / 55%);  
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

button#legend_status {
    background-color: #383c4a;
}


/*Info box na stronie logowania*/

.info-box {
    background-color: #fff;
    padding: 40px;
    width: 100%;
    max-width: 420px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.info-box h3 {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
}

.info-box h3 span {
    background: #65a052;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.info-box-list-item {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: stretch;
}

.info-box-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-box-list-item-icon img {
    max-width: 21px;
}

.info-box-list-item-text {
    line-height: 1.35;
    display: flex;
    align-items: center;
}
.info-box-icon img {
    width: 75%;
    max-width: 60px;
    position: relative;
    top: -1px;
}

.info-box-icon {
    border: 1px solid #f2f2f2;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 13px;
    box-sizing: content-box;
    box-shadow: inset 0 3px 3px 0 #f7f7f7;
    margin-bottom: 10px;
}











@media screen and (min-width: 1920px) {
    div#legendtablediv {
        height: 40px !important;
    }
    td[style="color:#182b3b;"] {
        padding-right: 30px !important;
    }
    .legendtable img {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1919px) {
    .table-buttons-row {
        top: 46px;
    }
}

@media screen and (max-width: 1410px) {
    div#legendtablediv {
        padding: 0 18px !important;
        height: 50px !important;
        display: flex;
    }
    div#devices {
        top: -51px;
    }
    .table-buttons-row {
        top: 58px;
    }
    
}

@media screen and (max-width: 1215px) {
    div#legendtablediv {
        height: 80px !important;
    }
    div#devices {
        top: -81px;
    }
    .table-buttons-row {
        top: 88px;
    }
}

@media screen and (max-width: 1050px) {
    .desktop-navi a {
        padding: 0.3rem 0.7rem !important;
    }
    a.nav-link.btn-submenu_lang {
        gap: 0 8px;
        min-width: 135px;
    }
}

@media screen and (max-width: 1000px) {
    .login-grid {
       display: grid;
       grid-template-columns: 1fr;
       grid-template-rows: 1fr 1fr;
       gap: 0px 0px;
       grid-template-areas:
           "."
           ".";
       height: 100vh;
       width: 100%;
   }   
   .login-img {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
/*    div#legendtablediv {
        display: none;
    }*/
/*    button#legend_status {
        display: none;
    }*/
    .top-navi {
        grid-template-columns: auto 1fr 1px auto;
        gap: 0;
        padding: 0 2px 0 18px;
    }
    
}

@media screen and (max-width: 1000px) {
    button#legend_status {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    .legendtable{
        display: none;
    }
    div#legendtablediv {
        height: 0 !important;
    }
    .table-buttons-row {
        top: 6px;
    }
    a.nav-link.btn-submenu_lang {
        min-width: 115px;
    }
    
    
    #tableDevice_filter input[type="search"],
    #tableSent_filter input[type="search"],
    #tablepayu_filter input[type="search"],
    #tableodbiory_filter input[type="search"],
    #tableetollabo_filter input[type="search"],
    #tableInvoices_filter input[type="search"],
    #customersTable_filter input[type="search"] {
        max-width: 110px;
    }
    #tableetollabo_length select,
    #tablepayu_length select,
    #tableodbiory_length select,
    #tableDevice_length select,
    #tableSent_length select,
    #tableInvoices_length select,
    #customersTable_length select {
        max-width: 50px;
    }
    div#tableDevice_filter,
    div#tableSent_filter,
    div#tablepayu_filter,
    div#tableodbiory_filter,
    div#tableetollabo_filter,
    div#tableInvoices_filter,
    #customersTable_filter {
        margin-top: 0;
    }
    div#tableDevice_length,
    div#tableSent_length,
    div#tablepayu_length,
    div#tableodbiory_length,
    div#tableetollabo_length,
    div#tableInvoices_length,
    #customersTable_length{
        float: left;
    }
    div#tableDevice_wrapper {
        top: -3px;
        min-width: unset !important;
    }
    
/*    mobile navi*/



    #menuToggle {
      display: flex;
      flex-direction: column;
      position: relative;
      top: 2px;
      left: 0;
      z-index: 1;
      -webkit-user-select: none;
      user-select: none;
    }

    #menuToggle input{
      display: flex;
      width: 40px;
      height: 32px;
      position: absolute;
      cursor: pointer;
      opacity: 0;
      z-index: 2;
      top: -9px;
    }

    #menuToggle span{
      display: flex;
      width: 25px;
      height: 1px;
      margin-bottom: 5px;
      position: relative;
      background: #ffffff;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 5px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }

    #menuToggle span:first-child{
      transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2){
      transform-origin: 0% 100%;
    }

    #menuToggle input:checked ~ span{
      opacity: 1;
      transform: rotate(45deg) translate(-3px, -1px);
      background: #36383F;
    }
    #menuToggle input:checked ~ span:nth-last-child(3){
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2){
      transform: rotate(-45deg) translate(0, -1px);
    }

    #menu{
      position: absolute;
      left: 0;
      width: 210px;
      height: calc(100vh + 32px);
      margin: -50px 0 0 -50px;
      padding: 32px;
      padding-top: 0;
      background-color: #F5F6FA;
      -webkit-font-smoothing: antialiased;
      transform-origin: 0% 0%;
      transform: translate(-100%, 0);
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
      padding-right: 0;
      padding-bottom: 0;
      box-shadow: 0px 0px 70px 0 rgb(0 0 0 / 17%);
      border-right: 0;
      background: rgb(241,243,244);
      background: -moz-linear-gradient(248deg, rgba(241,243,244,1) 0%, rgba(213,216,218,1) 100%);
      background: -webkit-linear-gradient(248deg, rgba(241,243,244,1) 0%, rgba(213,216,218,1) 100%);
      background: linear-gradient(248deg, rgba(241,243,244,1) 0%, rgba(213,216,218,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f3f4",endColorstr="#d5d8da",GradientType=1);
    }

    #menu li{
      padding: 10px 0;
      transition-delay: 2s;
    }

    #menuToggle input:checked ~ ul{
      transform: none;
    } 
    
    
    
}

@media screen and (min-width: 1001px) {
    .desktop-navi{display: flex}
    .mobile-navi-box{display: none}
    .app_logo_mobile{display: none}
    .app_logo_desktop{display: block}
    
    .desktop-navi #devices-tab,
    .desktop-navi #map-tab,
    .desktop-navi #trasy-pojazdu-tab,
    .desktop-navi #statystyki-flota-tab,
    .desktop-navi #buy-tab,
    .desktop-navi #orders-tab,
    .desktop-navi #log-tab,
    .desktop-navi #messages-tab{
        display: flex;
    }
    
    .mobile-navi-box #devices-tab,
    .mobile-navi-box #map-tab,
    .mobile-navi-box #trasy-pojazdu-tab,
    .mobile-navi-box #statystyki-flota-tab,
    .mobile-navi-box #buy-tab,
    .mobile-navi-box #orders-tab,
    .mobile-navi-box #log-tab,
    .mobile-navi-box #messages-tab{
        display: none;
    }
    
}

@media screen and (max-width: 1000px) {
    .desktop-navi{display: none}
    .mobile-navi-box{display: block;position: fixed;z-index: 99;}
    .app_logo_mobile{display: block}
    .app_logo_desktop{display: none}
    .top-navi .mobile-navi {
        margin-right: 18px;
    }
    img.app_logo_mobile[src="img/svg/lontex-w.svg"] {
        max-width: 90px !important;
        margin-left: 40px;
    }
    a.nav-link.btn-submenu_lang {
        font-size: 0;
    }
    a.nav-link.btn-submenu_lang {
        padding-right: 32px;
        padding-left: 8px;
        gap: 0;
        min-width: 0;
    }
    ul.nav.nav-tabs.submenu_lang {
        right: 16px;
        left: auto;
    }
    ul.nav.nav-tabs.submenu_lang li a {
        height: 21px;
    }
    ul.submenu_lang li {
        height: 34px;
        line-height: 1;
        padding: 0;
    }
    button.topnavi-btn, a.topnavi-btn {
        width: 36px;
        height: 42px;
    }
    .desktop-navi #devices-tab,
    .desktop-navi #map-tab,
    .desktop-navi #trasy-pojazdu-tab,
    .desktop-navi #statystyki-flota-tab,
    .desktop-navi #buy-tab,
    .desktop-navi #orders-tab,
    .desktop-navi #log-tab,
    .desktop-navi #messages-tab{
        display: none;
    }
    
    .mobile-navi-box #devices-tab,
    .mobile-navi-box #map-tab,
    .mobile-navi-box #trasy-pojazdu-tab,
    .mobile-navi-box #statystyki-flota-tab,
    .mobile-navi-box #buy-tab,
    .mobile-navi-box #orders-tab,
    .mobile-navi-box #log-tab,
    .mobile-navi-box #messages-tab{
        display: flex;
    }
    .mobile-navi-box a {
        color: #000;
        padding: 0;
        width: 100%;
    }

    .mobile-navi-box a img {
        display: none;
    }

    .mobile-navi-box a.active {
        background: transparent !important;
        color: #65a052 !important;
    }
    nav.mobile-navi-box {
        margin-right: 18px;
    }
    .mobile-navi li.nav-item {
        width: 100%;
        padding: 10px 18px !important;
    }
    .mobile-navi a[href="#"], 
    .mobile-navi .raporty {
        display: none;
    }
    li.nav-item.shopping a {
        color: #fff;
        opacity: 1;
    }
    
/*    mapa*/
    .table_car_list{
        grid-area: table_car_list;
    }
    #mapLoadCars{
        grid-area: mapLoadCars;
    }
    
    #map_tab .table_all {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 1fr 50%;
        gap: 0px 0px;
        grid-template-areas:
            "mapLoadCars"
            "table_car_list";
        padding: 0 !important;
        margin: 0 !important;
        width: 100vw;
        z-index: 1;
        height: 100% !important;
    }
    .table_car_list {
        /* float: left; */
        width: 100%;
        overflow-y: scroll;
        height: calc(100% - 30px) !important;
        padding-bottom: 0;
    }
    #map_tab div#mapLoadCars {
        height: 100% !important;
        width: 100% !important;
        z-index: 1;
    }   
    
    
    
    .table-buttons-row a, .table-buttons-row button {
        padding: 0;
        width: 27px;
        height: 27px;
        border-radius: 100px;
        gap: 0 !important;
    }
    .table-buttons-row a div, .table-buttons-row button {
        font-size: 0 !important;
    }
    .table-buttons-row button div, .table-buttons-row a div {
        gap: 0;
        height: 27px;
        width: 27px;
    }
    .table-buttons-row button div img, .table-buttons-row a div img {
        top: -1px;
        left: -1px;
    }
    
    
    
    .mobile-navi .submenu {
        visibility: visible !important;
        opacity: 1 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        box-shadow: 0 0 0 0;
    }
    .mobile-navi .raporty {
        height: auto;
        display: table-row;
    }
    .mobile-navi .submenu li a {
        gap: 0;
        padding: 0;
        /* min-height: 18px !important; */
    }
    
    
    .report-toolbar {
        overflow: auto;
        height: 70px !important;
    }    
    .mobile-navi .submenu li:last-child {
        background: #163042 !important;
    }    
    
    
/*licence   */
    .license-registration {
        overflow: auto;
        padding: 20px 25px !important;
    }
   .license-options {
        display: grid !important;
        grid-auto-columns: 1fr !important;
        grid-template-columns: auto !important;
        grid-template-rows: 1fr 1fr !important;
        gap: 20px 0 !important;
        grid-template-areas:
            "l_license"
            "l_demo" !important;
    } 
    .l_demo {
        grid-area: l_demo;
    }
    .l_license {
        grid-area: l_license;
    }
    ul.top-bullets {
        display: flex;
        flex-direction: column;
    }
    
    
    .license-options .btn-black {
        background: #000;
        font-size: 11px;
    }
    .license-options .bullet-num {
        font-size: 12px;
    }
    .license-options .l-option-1, .license-options .l-option-2, .license-options .l-option-3,.license-options .l-option-4, .license-options .l-option-submit, .license-options .free-option-submit, .license-options .free-option-2, .license-options .free-option-1 {;
        margin-bottom: 18px !important;
        border: 0 !important;
    } 
    .license-options {
        font-size: 10px !important;
    }  
    .license-options .l_license,
    .license-options .l_demo {
        padding: 0 20px !important;
    } 
    .license-options h4 {
        margin: 20px 0 0 0 !important;
    }
    .free-option-1 span {
        font-size: 13px !important;
    }
    .popup-car-list-box {
        width: 91% !important;
        max-width: 415px;
    }
    .l-option-1 > div, .l-option-2 > div {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 5px;
    }
    .l_license-box {
        grid-template-rows: 70px 55px auto auto auto auto 58px !important;
    }
    .popup-box {
        margin: auto !important;
        height: 100% !important;
        border-radius: 0 !important;
    }
    
    
/*    logowanie*/

    .col2-login {
        padding: 0;
    }
    .form-column {
        position: absolute;
        top: 0;
        padding: 30px;
        max-width: unset;
        min-width: unset;
    }
    .login-grid .form-control {
        height: 45px !important;
        min-height: unset !important;
        max-height: unset !important;
    }
    .col2-login label {
        font-size: 11px;
        font-weight: bold;
    }
    .form-column form button, .form-column form a {
        min-height: 41px !important;
    }
    .login_seperator {
        height: 7vh;
    }
    .langselect {
        padding-bottom: 2vh;
    }
    .login-bulets li {
        font-size: 11px;
        max-height: 20px;
        display: flex;
        align-items: center;
    }
    .login-grid {
        grid-template-rows: 1fr auto;
    }
    .lang-select > div {
        width: 20px;
        height: 20px;
    }
    .lang-select img {
        max-width: 18px;
    }
    img.changeLang.active-lang {
        box-shadow: 0 0 0 1px #65a052;
        border: 1px solid #65a052;
    }
    .col2-login h4 {
        font-size: 14px;
    }
    .col2-login #error {
        position: absolute;
        bottom: auto;
        font-size: 11px;
        color: white;
        width: 100%;
        top: 0;
        background: red;
        border-radius: 0;
        left: 0;
    }
    .submit-row {
        position: inherit;
    }
    .login-bulets ul img {
        max-width: 15px;
        margin-right: 7px;
    }
    .l_demo {
        margin-bottom: 30px;
    }
    h2 {
        font-size: 22px !important;
    }
    .nav.nav-tabs.mobile-navi {
        border-top: 1px solid #dbdbdb;
    }
    .modal-open .modal {
        padding: 0 !important;
    }
    .modal-dialog {
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
    #groupingMarkers {
        top: 10px;
        right: 128px;
        font-size: 11px;
    }
    div#counter {
        bottom: 10px;
        top: auto;
        left: 10px;
    }
    #showAllFleet {
        top: 10px;
        right: 12px;
        width: 106px;
        font-size: 11px;
    }
    table#tableCarList thead tr th:first-child {
        padding: 0;
    }
    .table-buttons-row {
        right: 9px;
    }
    #adddevicemodal label[for="addRow"] {
        font-size: 12px;
        position: relative;
        top: -3px;
    }
    .submenu li {
        border-bottom: 1px solid #eff1f2 !important;
    }
    table#tableOrders {
        min-width: 860px;
    }
    .nr_tel_label {
        color: #163042;
        font-size: 10px;
    }
    .mobile-navi li.nav-item {
        height: 40px;
        width: 178px;
        padding: 0 18px !important;
        display: flex;
        align-items: center;
    }
    .nav.nav-tabs.mobile-navi > li {
        border-bottom: 1px solid #eff1f2 !important;
    }
    
    table#tableCarList thead th, 
    table#tableCarList thead td {
        padding: 8px 18px !important;
    }
    #map_tab table.dataTable tbody th, 
    #map_tab table.dataTable tbody td {
        padding: 5px 18px;
    }
    #info {
        width: 100% !important;
    }
    .col2-login.reg-grid {
        width: 100% !important;
    }
    .login-grid .form-control {
        border: 1px solid #ced4da;
    }
    .et-box .logo {
        padding: 15px 30px;
        background: rgb(230 232 239);
        border-bottom: 1px solid #cccccc;
        display: flex;
    }
    .logo img {
        max-width: 144px;
        content: url(../img/svg/lontex-b.svg);
    }
    .col2-login.reg-grid {
        margin-bottom: 0;
    }
    .main_header {
        display: none !important;
    }
    
    #allMapPage .sub_header {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 0px 0px;
        grid-template-areas:
            "n1 n2 n3"
            "legenda legenda legenda";
        height: auto;
    }
    .sub_header .sub_header_item:last-child { grid-area: legenda; }
    .sub_header .sub_header_item:nth-child(1) { grid-area: n1; }
    .sub_header .sub_header_item:nth-child(2) { grid-area: n2; }
    .sub_header .sub_header_item:nth-child(3) { grid-area: n3; }
    .sub_header_item{
        border: 0 !important;
        font-size: 11px !important;
        line-height: 1;
    }
    .p_label {
        margin-bottom: -7px;
        display: block;
    }
    .icon_p img {
        max-width: 16px;
    }
    .icon_p {
        width: 30px !important;
        height: 30px !important;
    }  
    .sub_header .sub_header_item:nth-child(1), 
    .sub_header .sub_header_item:nth-child(2), 
    .sub_header .sub_header_item:nth-child(3) {
        border-bottom: 1px solid #e6e6e6 !important;
        padding-bottom: 14px;
    }
    .div_legend {
        margin-bottom: 4px;
    }
    .sub_header_item .p_data {
        font-size: 19px;
        font-weight: bold;
    }
    table.dataTable thead th, table.dataTable thead td {
        font-size: 10px;
    }
    .l-option-4 label {
        font-size: 10px;
        padding: 0 0 0 4px;
    }
    .l-option-4 label {
        font-size: 11px;
        line-height: 1.2;
        max-width: 152px;
        padding: 0 0 0 4px;
    }
    .l-option-4 .l-grid-row {
        margin-top: 5px;
    }
}

@media screen and (max-width: 330px) {
    #tableDevice_filter input[type="search"] {
        max-width: 85px !important;
    }
}

