html {
    scroll-behavior: smooth;
}

body { /* dir */
    text-align: right;
}

body {
    background-color: #ffffff;
}

body {
    animation: fadein 0.8s;
    -moz-animation: fadein 0.8s; /* Firefox */
    -webkit-animation: fadein 0.8s; /* Safari and Chrome */
    -o-animation: fadein 0.8s; /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*
    Navbar
 */
.mobile_only {
    display: none;
}

.navbar.fixed-top {
    z-index: 10049;
    background-color: rgba(22, 33, 85, 0.95);
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    margin: 0 2px;
    color: white;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    text-align: center;
    cursor: pointer;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link.active {
    border-bottom: 2px solid #f28b00;
    color: white;

}

.nav-icon {
    display: block;
}

a {
    color: #26378BFF;
}
/*
    Fixes CSS of summernote
 */
.note-toolbar-wrapper {
    height: auto !important;
}

.note-toolbar {
    position: relative !important;
}

/* Main navbar */
.navbar.fixed-top {
    /*-webkit-box-shadow: 0px 0px 35px -8px rgba(0, 0, 0, 0.32);*/
    /*-moz-box-shadow: 0px 0px 35px -8px rgba(0, 0, 0, 0.32);*/
    /*box-shadow: 0px 0px 35px -8px rgba(0, 0, 0, 0.32);*/

    -webkit-box-shadow: 0 0.3rem 0.4rem rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0.3rem 0.4rem rgba(0,0,0,0.3);
    box-shadow: 0 0.3rem 0.4rem rgb(0 0 0 / 30%);

    /*-webkit-box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 12%);*/
    /*-moz-box-shadow: 0 0.2rem 0.4rem rgba(0,0,0,0.12);*/
    /*box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 12%);*/
}

.version-btn {
    cursor: pointer;
}

/*
 * COLORS
 */
.text-warning {
   color: #f28b00 !important;
}

.text-danger {
    color: #D81E5B !important;
}




/*.btn {*/
/*    border-radius: 0;*/
/*}*/

/* Carousel */
.carousel .item {
    height: 600px;
    background-color: #777;
}

#demo.carousel.slide .carousel-inner .carousel-item img {
    display: block;
    width: 100%;
    height: 600px;
}

/* End Carousel */

/* Login */
.card-body.main {
    -webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.46);
}

/* End Login */

#text-editor {
    margin-top: 30px;
}

.hide {
    display: none !important;
}

/*
    Content Section
 */
section.content-section {
    margin-top: 40px;
}

/**
    Add user modal dir
*/
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0 auto 0 0;
    white-space: nowrap;
    text-align: right;
}

.dataTables_wrapper .top {
    height: 52px;
}

/*.container-fluid .dataTables_wrapper .top {*/
/*    display: flex;*/
/*    flex-direction: row-reverse;*/
/*}*/

/**
    Text editor
 */
.note-popover .popover-content, .card-header.note-toolbar { /* dir */
    direction: ltr;
    text-align: right;
}

.note-editor.note-frame .note-editing-area .note-editable { /* dir */
    direction: rtl;
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}


/* Tables */
#user-table {
    width: 100% !important;
}

.user-control {
    margin-bottom: 18px;
}

#user-table_filter.dataTables_filter label {
    direction: ltr;
}

.sorting_disabled {
    min-width: 128px;
}


table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
    right: 10px;
}

#records-table {
    direction: ltr;
    text-align: left;
}

#records-table .fas.open-summary-details {
    font-size: 18px;
    color: #f28b00;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

#records-table .fas.open-summary-details:hover {
    color: #e9510f;
    transition: all .2s ease-in-out;
}

#records-table li {
    border: 1px solid #efefef;
    border-radius: 5px;
    float: left;
    margin: 5px;
    padding: 5px;
}

#records-table li .dtr-title {
    display: inline-block;
    font-weight: bold;
    padding: 5px;
    min-width: 0;
}

.dt-buttons .btn {
    background-color: #162155;
    border-radius: 2px;
}

.dt-buttons .btn:not(:disabled):hover {
    background-color: #273da4;
}

.dt-buttons {
    float: left;
}

#records-table_filter label input {
    display: none;
}

#plus-table {
    direction: ltr;
    text-align: left;
}

#plus-table li {
    border: 1px solid #efefef;
    border-radius: 5px;
    float: left;
    margin: 5px;
    padding: 5px;
}

#plus-table li .dtr-title {
    display: inline-block;
    font-weight: bold;
    padding: 5px;
    min-width: 0;
}

.dt-buttons .btn {
    background-color: #162155;
    border-radius: 2px;
}

.dt-buttons .btn:not(:disabled):hover {
    background-color: #273da4;
}

.dt-buttons {
    float: left;
}

#plus-table_filter label input {
    display: inline-block;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #162155;
    border-color: #162155;
}

.input-group > .input-group-text {
    border-radius: 2px 0 0 2px;
}

#organizations-select-table img.logo-company {
    max-height: 20px !important;
}

#organizations-select-table .table th, .table td {
        padding: 0.45rem;
}

#organizations-select-table tr:hover {
    cursor: pointer;
    opacity: .9;
    transition: opacity .2s ease-in;
}

/*#organizations-select-table tr {*/
/*    background-color: transparent;*/
/*    transition: background-color .3s ease-in;*/
/*}*/

.btn-next {

}

/*.btn-next i.fas.fa-arrow-circle-right, .btn-next i.fas.fa-arrow-circle-left {*/
/*   font-size: 50px;*/
/*}*/



/*.input-group > .form-control {*/
/*    border-radius: 0 2px 2px 0;*/

/*}*/

.container-fluid .input-group > .form-control {
    max-width: 300px;
}

/*.container-fluid .top div.dataTables_info {*/
/*    position: absolute;*/
/*    left: 14px;*/
/*}*/

/*.container-fluid div.dataTables_wrapper .bottom .div.dataTables_info {*/
/*    position: relative;*/
/*}*/

/*.container-fluid .top .dt-buttons.btn-group {*/
/*    position: absolute;*/
/*    top: 54px;*/
/*}*/

/*.container-fluid {*/
/*    padding-top: 53px;*/
/*}*/

.container-fluid .input-group > #sec-input {
    max-width: 59px;
}

.container-fluid #date {
    max-width: 300px;
    min-width: 300px;
}

#login-submit, #add-rule {
    width: 50%;
    margin: 0 auto;
    transition: all 0.35s ease 0s;
    align-items: center;
    border: none;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f28b00), to(#e84d0f));
    background-image: linear-gradient(90deg, #f28b00, #e84d0f);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.dt-buttons .btn, #sendPushToAllDevices-button {
    width: auto;
    margin: 0 10px;
    transition: all 0.35s ease 0s;
    align-items: center;
    border: none;
    border-radius: 3px !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#f28b00), to(#e84d0f));
    background-image: linear-gradient(90deg, #f28b00, #e84d0f);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

#login-submit:not(:disabled):hover,
#add-rule:not(:disabled):hover,
#add-user:not(:disabled):hover,
#sendPushToAllDevices-button:not(:disabled):hover,
.dt-buttons .btn:not(:disabled):hover {
    /*background-color: #162155;*/
    /*-webkit-transform: scale(1.05);*/
    /*-ms-transform: scale(1.05);*/
    /*transform: scale(1.05);*/
    -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 50%);
    opacity: .9;
}

.saver_btn {
    color: white !important;
    width: auto;
    /*margin: 0 10px;*/
    transition: all 0.35s ease 0s;
    align-items: center;
    border: none;
    border-radius: 3px !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#f28b00), to(#e84d0f));
    background-image: linear-gradient(90deg, #f28b00, #e84d0f);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.saver_btn:not(:disabled):hover {
    background-color: #162155;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

div.dataTables_wrapper div.dataTables_filter input {
    text-align: right;
}

.location-btn {
    margin-right: 12px;
    border-color: #6c757d;
    padding: 5px 15px;
    display: inline-block;
    background-color: #162155;
    color: white;
    -webkit-transition: background-color 0.5s; /* Safari prior 6.1 */
    transition: background-color 0.5s;
}

.location-btn:not(:disabled):hover {
    text-decoration: none;
    background-color: #273da4;
    color: white;
}

.searchable-span {
    cursor: pointer;
}

/*
 * CUSTOM BUTTONS
 */

@keyframes press {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.99);
    }
    to {
        transform: scale(1);
    }
}

.top-controls-block {
    padding-top: 32px;
}

.nav-item, #lang_change {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
    font-size: .8rem
}

.nav-item i {
    font-size: 1rem
}

.btn {
    text-transform: uppercase;
    padding: 0.375rem 1.3rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.btn:active {
    animation: press .3s 1 ease-out;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1.7rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-action {
    color: white;
    border: none;
    border-radius: 3px !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#f28b00), to(#e84d0f));
    background-image: linear-gradient(90deg, #f28b00, #e84d0f);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
}

.btn-accept {
    color: white;
    background-color: #14a44d;
    border: 1px solid #14a44d;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
}

.btn-primary {
    background-color: #0062cc;
}

.btn-primary:not(:disabled):hover,
.btn-action:not(:disabled):hover,
.btn-accept:not(:disabled):hover {
    -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 50%);
    opacity: .9;
    color: white;
}

.btn-accept.disabled {
    color: white;
}

.btn-accept.disabled:hover {
    color: white;
}
/*.btn-primary:hover {*/
/*    -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 50%);*/
/*    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .5);*/
/*    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 50%);*/
/*    background-color: #007bff;*/
/*    border-color: #007bff;*/
/*    opacity: .9;*/
/*    color: white;*/
/*}*/

.btn-info:not(:disabled):hover {
    -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 50%);
    background-color: #17a2b8;
    border-color: #17a2b8;
    opacity: .9;
    color: white;
}

.btn-action:focus {
    outline: none !important;
    border: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 151, 0, .7);
}

.btn-accept:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgb(31 201 54 / 80%)
}

.btn-primary:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgb(0, 123, 255, .7);
}

.btn-cancel {
    text-transform: uppercase;
    color: #D81E5B;
    background-color: transparent;
    background-image: none;
    border-color: #D81E5B;
}

.btn-cancel:hover {
    color: #fff;
    background-color: #D81E5B;
    border-color: #D81E5B;
}

.btn-cancel:focus {
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 50%);
}

.btn.last-logs, .btn.buzzer-details {
    padding: 2px 9px;
    border-radius: 13px;
}

.btn:disabled {
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
    opacity: .65 !important;
    cursor: unset;
    animation: unset;
}

.dt-buttons.btn-group .btn {
    padding: 0.52rem 1.3rem;
    max-height: 38px;
}

button:focus {
    outline: unset;
}

.page-item.active .page-link {
    background-color: #192460;
    border-color: #192460;
}

.page-link {
    color: #192460;
}

.fbs-control {
    cursor: pointer !important;
}

.fbs-control:hover {
    opacity: .7;
    cursor: pointer !important;
}

.footer-mail-link {
    color: black;
    text-decoration: none;
}

.footer-mail-link:hover {
    color: black;
    text-decoration: none;
}


/*
 * END BUTTONS
 */



.actions_select {
    color: white;
    padding: 8px 12px;
    transition: all 0.5s ease 0s;
    border: none;
    border-radius: 3px !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#f28b00), to(#e84d0f));
    background-image: linear-gradient(90deg, #f28b00, #e84d0f);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 0 4px;
}

/*.actions_select:hover {*/
/*    -webkit-transform: scale(1.05);*/
/*    -ms-transform: scale(1.05);*/
/*    transform: scale(1.05);*/
/*}*/

.actions_select:hover {
    -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 50%);
    opacity: .9;
}

.actions_select:focus {
    outline: none !important;
}

.actions_select:focus {
    border: 0;
    box-shadow: 0 0 0 0.2rem rgb(229 133 28 / 36%);
}





.dropdown-menu.show {
    -webkit-box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
}

.actions_select option {
    color: black;
}

.saver-btn-group .btn-primary {
    background-color: rgb(22, 33, 85);
    border: 2px solid rgb(10, 19, 66);
    cursor: pointer;
}

.saver-btn-group .btn-primary:focus {
    box-shadow: none !important;
}

.saver-btn-group label.btn.btn-primary.active, .saver-btn-group label.btn.btn-primary.active:active, .saver-btn-group label.btn.btn-primary:active {
    background-color: rgb(22, 33, 85);
    background-image: -webkit-gradient(linear, left top, right top, from(#f28b00), to(#e84d0f));
    background-image: linear-gradient(90deg, #f28b00, #e84d0f);
    border: 2px solid rgb(10, 19, 66);
}

/*div.dataTables_wrapper div.dataTables_processing {*/
/*    z-index:99999;*/
/*    position:fixed;*/
/*    -webkit-box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.5);*/
/*    -moz-box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.5);*/
/*    box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.5);*/
/*}*/


div.dataTables_wrapper div.dataTables_processing {
    /* z-index: 99999; */
    /* position: fixed; */
    position: relative;
    /* -webkit-box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.5); */
    -moz-box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.5);
    /* box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.5); */
}

.message-text {
    overflow: auto;
    max-height: 45px;
    max-width: 200px;
    padding: 0 3px;
}

#records-table_processing {
    position: fixed;
    left: 0;
    right: 0;
    height: calc(100% + 175px);
    width: 108%;
    top: -149px;
    text-align: center;
    border: unset;
    z-index: 1000;
    background-color: rgba(255, 255, 255, .7);
}

.dt-loading {
    position: fixed;
    top: 46%;
    left: 48%;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    font-size: .8rem;
}

.dataTables_processing .dt-loading img {
    width: 50px;
}

/*.action_dropdown {*/
/*    width: -moz-fit-content;*/
/*    width: fit-content;*/
/*    height: -moz-fit-content;*/
/*    height: fit-content;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/

/*}*/

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    padding-right: 30px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    padding-right: 30px;
}

table.dataTable td {
    vertical-align: middle;
}

.dataTables_length {
    float: right;
    /*margin-right: 16px;*/
    margin-top: 12px;
    height: 38px;
}

.bottom .dataTables_info {
    padding-top: 0 !important;
}

.container-fluid .dataTables_length {
    margin-bottom: 53px;
}

.dataTables_wrapper .dataTables_info {
    float: right;
}

.dataTables_wrapper .dataTables_paginate ul.pagination {
    float: left;
}

.dataTables_wrapper .dataTables_filter {
    margin-top: 3px;
    float: right;
}

.dataTables_wrapper .dataTables_filter input {
    margin-right: 8px;
}

.row.user-control {
    margin-bottom: 8px;
}

.dataTables_wrapper .top {
    height: 52px;
}

#installedVehiclesCompanyChart {
    float: right;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 37%;
    left: 3px;
}

table.dataTable.hover tbody>tr.selected:hover, table.dataTable.hover tbody>tr>.selected:hover, table.dataTable.display tbody>tr.selected:hover, table.dataTable.display tbody>tr>.selected:hover {
    transition: background-color .2s ease-in-out;
}

table.dataTable.stripe tbody>tr.odd.selected, table.dataTable.stripe tbody>tr.odd>.selected, table.dataTable.display tbody>tr.odd.selected, table.dataTable.display tbody>tr.odd>.selected {
    transition: background-color .2s ease-in-out;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    transition: background-color .2s ease-in-out;
}

table.dataTable.display tbody>tr.selected:hover>.sorting_1, table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1 {
    transition: background-color .2s ease-in-out;
}

table.dataTable.display tbody>tr.even.selected>.sorting_1, table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1 {
    transition: background-color .2s ease-in-out;
}

.dropdown.top-btn {
    margin-top: calc(40% - 80px);
    display: block;
    height: 38px;
}

.dropdown.top-btn button {
    float: right;
    margin-right: 8px;
    display: inline-block;
}

.input-error {
    font-size: 0.7rem;
    font-weight: bold;
    min-height: 15px;
    position: absolute;
    top: 4px;
    right: 4px;
}

#driver-notes .input-error {
    right: 16px;
}


.text-danger {
    color: #D81E5B !important;
}

.text-success {
    color: #14a44d !important;
}

.form-control.control-error {
    color: #D81E5B;
    border-color: #D81E5B;
}

.form-control.control-error::placeholder {
    color: #D81E5B;
}

.form-control.control-error:focus {
    color: #D81E5B;
    border-color: #D81E5B;
    box-shadow: 0 0 0 0.2rem rgba(255, 49, 47, 0.61);
}

.table-icon {
    width: 25px;
    height: 25px;
}

a.allow-link {
    text-decoration: none;
}

img.logo-company {
    max-height: 40px;
    width: auto;
}

img.logo-company.default {
    border-radius: 20px;
    opacity: 0.5;
}

img.org-logo {
    max-height: 59px;
    width: auto;
    margin-left: 14px;
    margin-right: 14px;
    margin-top: 6px;
}

#organizations-table thead tr th:first-child,
#organizations-table tbody tr td:first-child {
    width: 8em;
    min-width: 8em;
    max-width: 8em;
    word-break: break-all;
}

#send-push {
    margin-left: 16px;
    width: 100%;
    margin-bottom: 1rem;
}

#check-logs {
    margin-left: 16px;
    width: 100%;
    margin-bottom: 1rem;
}

#error-send-push {
    margin-right: 16px;
}

#error-send-push > p {
    padding: 6px;
    border-radius: unset;
    width: 100%;
    text-align: center;
}

i.delete-logs {
    opacity: 0.4;
    cursor: pointer;
}

i.delete-logs:hover {
    opacity: 0.8;
}

#refresh-check {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
}

#lastSeenTable {
    margin-top: 46px;
    padding-right: 52px;
    max-height: 770px;
    padding-left: 52px;
}

.lastseen-title {
    margin-top: 15px;
}

.rule-state {
    border: 2px solid;
    border-radius: 0.25rem;
    background-color: rgb(22, 33, 85);
    cursor: pointer;
    color: white;
    width: 100px;
    height: 43px;
    font-size: 24px;
}

.form-check.last-ping {
    margin-left: 15px;
    margin-bottom: 12px;
}

.row-strategy {
    margin-bottom: 24px;
}

ul.pagination {
    margin-bottom: 15px !important;
}

#plus-table_paginate {
    clear: both;
}

#scroll {
    opacity: 0.7;
    font-size: 19px;
    font-weight: bold;
    min-width: unset;
    min-height: unset;
    height: 40px !important;
    width: 40px !important;
    display: none;
    position: fixed;
    bottom: 60px;
    right: 24px;
    z-index: 99;
    border: none;
    outline: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#f28b00), to(#e84d0f));
    background-image: linear-gradient(90deg, #f28b00, #e84d0f);
    color: white;
    cursor: pointer;
    padding: 9px;
    border-radius: 20px;
    transition: box-shadow .3s;
}

#scroll:hover {
    -webkit-box-shadow: 0px 6px 9px 2px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 6px 9px 2px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 6px 9px 2px rgba(0, 0, 0, 0.9);
}

/*
    Login
 */


.background-login {
    height: 100vh;
    background: #f8f8f8 url(../static/img/no_logo_server_welcome2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.background-login-no-logo {
    height: 100vh;
    background: #f8f8f8 url(../static/img/no_logo_server_welcome2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@keyframes loginCardHeight {
    from {
        height: 315px;
    }
    to {
        height: 150px;
    }
}

@keyframes Height {
    from {
        height: 299px;
    }
    to {
        height: 120px;
    }
}

@keyframes loginFadeIn {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.card.login {
    background-color: rgba(255, 255, 255, .95);
    border-radius: 0.4rem;
}

.card .logged {
    display: none;
}

.card.login.welcome {
    /*height: 110px;*/
    animation-name: loginCardHeight;
    animation-duration: 1s;
}

.card.login img {
    max-width: 170px;
    max-height: 60px;
    margin: 20px auto 8px auto;
}

.row {
    margin: 0;
}

.card.login .content:first-child {
    margin-top: auto;
}

.card.login .content:last-child {
    margin-bottom: auto;
}

.card.login .content {
    display: block;
    margin: auto 0;
}

/*.card.login.logged {*/
/*    height: 110px;*/
/*}*/

.uploader {
    margin-top: 24px;
}

.buzzer-change .dropdown-toggle::after {
    color: #d1d7db;
}

.popover {
    /*width: 300px;*/
    /*max-width: 300px;*/
    /*width:  auto!important;*/
    /*max-width: none;*/
}
.row.bundle {
    width: 240px !important;
}
.personal-data .popover {
    width: 192px;
}

.popover-header {
    direction: ltr;
}

.popover.datepopover {
    width: 155px !important;
    max-width: 155px !important;
}

.popover-body .col-4 {
    padding: 0;
}

[data-toggle="popover"] {
    cursor: pointer;
}

[class^="wrapper-cell-"] {
    display: inline;
}

.light-container .wrapper-cell {
    display: inline;
}

.popover.date-cache {
    width: 155px !important;
    max-width: 155px !important;
    top: -106px !important;
    left: -1px !important;
}

.popover-header {
    padding: 0.3rem 0.7rem;
    font-size: .8rem;
}

.popover-body {
    padding: 0.3rem 0.7rem;
    font-size: .8rem;
}

.refresh-data i.fas.fa-sync-alt {
    font-size: 12px;
    color: darkgrey;
    cursor: pointer;
}

.refresh-data i.fas.fa-sync-alt:hover {
    font-size: 12px;
    color: black;
    cursor: pointer;
}

.no-data {
    width: 100%;
    text-align: center;
    padding-top: 60px;
    font-size: 2rem;
}

.search-values {
    display: flex;
}

.search-item {
    border: 1px solid darkgrey;
    padding: 2px 4px 2px 4px;
    border-radius: 7px;
    margin-right: 5px;
    position: relative;
    max-width: 225px;
    overflow: hidden;
    word-wrap: break-word;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.close.clean-search {
    padding: 2px 4px 5px 4px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #f28b00;
    text-shadow: 0 1px 0 #fff;
    opacity: .7;
    border: 1px solid darkgrey;
    border-radius: 7px;
}

.close.clean-search:hover {
    opacity: 1;
}
/*.search-item:after {*/
/*    content: '\d7';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 5px;*/
/*    font-size: 18px;*/
/*    color: #e90303;*/
/*    text-align: center;*/
/*}*/

.btn-cast {
    /*margin-top: 27px;*/
    /*margin-left: 70px;*/
    width: 50px;
    opacity: 0.8;
    cursor: pointer;
}

.btn-cast:hover {
    cursor: pointer;
    opacity: 1;
}

.btn-cast-text {
    text-decoration: none;
    font-size: 13px;
}

.btn-cast-text:hover {
    text-decoration: none;
}

a.cast-link {
    text-decoration: none;
    color: rgba(22, 33, 85, 0.95);
}

.popover.fade:not(.show) {
    z-index: -1;
}

#notes-history-table {
    width: 100%;
}

#notes-history-table tr {
    cursor: pointer;
}

.row.save-note {
    margin-top: 8px;
    text-align: right;
}

i.note-trash {
    opacity: 0.5;
    cursor: pointer;
}

i.note-trash:hover {
    opacity: 1;
}

tr.selected {
    background: #b8b8b8;
    color: white;
}

.btn.copy-phone {
    font-size: 10px;
    border-radius: 10px;
    padding: 0px 5px;
    cursor: pointer;
    margin-left: -2px;
}

.copied-text {
    font-size: 8px;
    color: #17a2b8;
    display: none;
    margin-left: 2px;
}

#summary-modal .copied-text {
    font-size: 18px;
    color: #17a2b8;
    display: none;
    border-radius: 4px;
    margin-right: auto;
    margin-left: 8px;
    margin-top: 5px;
    padding: 1px 9px;
    order: 0;
}

#summary-modal .modal-title {
    max-width: fit-content;
    display: inline-block;
    margin: unset;
}

.copy-json {
    border-radius: 4px;
    margin-right: auto;
    margin-left: 8px;
    margin-top: 11px;
    padding: 1px 9px;
    order: 0;
}

.copy-message {
    display: block;
    position: fixed;
    bottom: 51px;
    right: 5px;
    font-size: 10px;
    color: #e9500f;
}

.copy-data {
    cursor: pointer;
}

.copy-data:hover {
    font-weight: bold;
}

.daterangepicker {
    z-index: 14001;
}

table.table.dataTable.no-footer.fixedHeader-floating > thead > tr:nth-child(2) > th {
    border-top: 0;
}

label.safemode-label {
    font-weight: bold;
}

.loading {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.loading i {
    font-size: 28px;
}

.loading-title {
    display: inline;
    font-size: 16px;
    margin-left: 12px;
}

.lights-row .col-auto {
    max-width: 50%;
}

.updated-blink-text {
    float: left;
}

.hidden-table-value {
    visibility: hidden;
    max-width: 1px;
    max-height: 1px;
    font-size: 1px;
    padding: 0;
    margin: 0;
    display: inline;
}

#last-activity-table {
    font-size: .8rem;
}

.btn.btn-success.download-config.disabled {
    background-color: #e84d0f;
    border-color: #e84d0f;
    opacity: 0.2;
}

.google-visualization-tooltip {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    border-radius: 0px !important;
    border: 0 !important;
    margin-right: 6px !important;
    margin-left: 0 !important;
    padding-right: 4px !important;
    padding-left: 4px !important;
}

.select2-container .select2-selection--single .select2-selection__clear {
    border: 0 !important;
    margin-right: 21px !important;
    margin-left: 0 !important;
    padding-right: 4px !important;
    padding-left: 5px !important;
    padding-bottom: 2px !important;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: #f0f0f0 !important;
    color: #bdc6d0;
}

.select2-container .select2-selection--multiple .select2-selection__clear:hover {
    background-color: #f0f0f0 !important;
    color: #343a40;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    border: none !important;
    font-size: 1em !important;
    font-weight: 700 !important;
}


.select2-container .select2-selection--single .select2-selection__clear {
    margin-right: 20px !important;
    background-color: #f0f0f0 !important;
    font-size: 1em !important;
    font-weight: 700 !important;
    color: #bdc6d0;
}

.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none !important;
}

.select2-container .select2-selection--single .select2-selection__clear:hover {
    color: #343a40;
}

.select2-container--bootstrap4 .select2-selection__clear {
    width: 1.3em;
!important;
    height: 1.3em;
!important;
    line-height: 1.15em;
!important;
    padding-left: 6px;
!important;
    margin-top: 0.5em;
!important;
    margin-right: 0.3em;
!important;
}

.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
    padding-bottom: 4px;
    padding-left: 4px;
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 0 !important;
    padding-left: 10px !important;
    margin-left: 0px !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
}

.select2-container--bootstrap4 .select2-selection__clear {
    width: 1.3em !important;
    height: 1.3em !important;
    padding-left: .4em !important;
    padding-top: 0;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection.control-error {
    border-color: #ff463d;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(255 49 47 / 61%);
    box-shadow: 0 0 0 0.2rem rgb(255 49 47 / 61%);
}

.select2-container--bootstrap4 .select2-selection.control-error {
    border: 1px solid #ff463d;
}

i.fa-bundle {
    cursor: pointer;
    opacity: .5;
}

i.fa-bundle:hover {
    opacity: 1;
}

/*.container {*/
/*    margin-top: 100px;*/
/*}*/

.close {
    font-size: 1.7rem;
}

/*ALERTS*/
.alerts {
    position: fixed;
    bottom: 24px;
    left: 0px;
    width: 100%;
    z-index: 14001;
    display: flex;
    flex-direction: column-reverse;
    height: 1px;
}

.alert-dismissible .close {
    padding: 0.6rem 1.25rem;
}

.alert {
    background-color: white;
    border-color: white;
    opacity: .95;
    box-shadow: 0 0.3rem 0.4rem rgb(0 0 0 / 30%);
    margin: 8px 0 0 24px;
    width: fit-content;
}

.alert-success {
    border-left: 4px solid #14a44d;
}

.alert-danger {
    border-left: 4px solid #D81E5B;
}

.alert-warning {
    border-left: 4px solid #f28b00;
}

.alert-info {
    border-left: 4px solid #17a2b8;
}

.alert-primary {
    border-left: 4px solid #007bff;
}

.alert .close {
    font-size: 1.5rem;
}

.alert .close:focus {
    outline: none;
}

.close:hover {
    color: inherit !important;
    opacity: 1 !important;
}

#drivers-table .fa-check-circle {
    color: #14a44d;
}

#drivers-table .fa-times-circle {
    color: #D81E5B;
}

#drivingBlock {
    margin-left: -22px;
    margin-bottom: 15px;
}

#tooltipsBlock {
    margin-top: 16px;
}

#plus-table_length {
    margin-right: 0;
    margin-top: 4px;
}

.dataTables_wrapper:first-child {
    padding-top: 10px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.dataTables_wrapper.dt-bootstrap4.no-footer > div:nth-child(1) {
    padding-top: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.dataTables_wrapper.dt-bootstrap4.no-footer > div:nth-child(2) {
    padding-top: 0px;
    margin-bottom: 16px;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-right: auto;
    margin-left: 1px;
    margin-top: 12px;
}

.controls-block {
    padding-top: 20px;
    text-align: right;
}

.dataTables_info {
    display: flex;
    flex-direction: column-reverse;
}

span.select-info {
    margin-right: -24px;
}

ul.pagination {
    margin: 0 0 15px 0 !important;
}

i.control-icon {
    opacity: 0.5;
    cursor: pointer;
    color: #000000;
    font-size: 1.15rem;
    margin: 0 .2rem;
    -webkit-transition: opacity 0.3s ease-in; /* Safari prior 6.1 */
    transition: opacity 0.3s ease-in;
}

i.control-icon:hover {
    opacity: .9;
    -webkit-transition: opacity 0.3s ease-in; /* Safari prior 6.1 */
    transition: opacity 0.3s ease-in;
}

.i.control-icon {
    position: relative; /* ADDED */
}

a.btn-lg {
    text-decoration: none;
}

.checkbox-dealer-label {
    display: inline-block;
    margin-right: -7px;
    font-weight: bold;
}

.checkbox-dealer {
    margin-left:10px;
    display:inline-block;
    margin-right: 24px;
}

.application {
    flex: 0 0 9%;
    max-width: 11%;
    margin: 12px 23px;
}

.application > .icon > img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    opacity: 0.7;
    -webkit-transition: opacity 0.5s; /* Safari prior 6.1 */
    transition: opacity 0.5s;
    cursor: pointer;
}

.application > .icon > img:hover {
    opacity: 1;
}

.application > .text {
    cursor: pointer;
    text-align: center;
}

.app_icon_option {
    width: 100px;
    height: 100px;
    padding: 5px;
    margin: 5px;
    box-sizing: content-box;
    border: 2px solid transparent;
    opacity: 0.8;
    cursor: pointer;
}

.app_icon_option.selected {
    border: 2px solid #f28b00;
    border-radius: 5px;
    opacity: 1;
    cursor: default;
}

.switch__checkbox {
    display: none;
}

.switch {
    align-items: center;
    background-color: gray;
    border-radius: 500px;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
    user-select: none;
    width: 70px;
}

.switch__checkbox:checked ~ .switch {
    background-color: #14a44d;
}

.switch__checkbox:not(:checked) ~ .switch {
    background-color: #D81E5B;
}

.switch__left,
.switch__right {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: -2px;
}

.switch__checkbox:checked ~ .switch .switch__left {
    visibility: hidden;
}

.switch__checkbox:not(:checked) ~ .switch .switch__right {
    visibility: hidden;
}

.switch__circle {
    height: 30px;
    padding: 5px;
    position: absolute;
    transition: all 0.1s linear;
    width: 30px;
}

.switch__checkbox:checked ~ .switch .switch__circle {
    left: 0;
    right: calc(100% - 30px);
}

.switch__checkbox:not(:checked) ~ .switch .switch__circle {
    left: calc(100% - 30px);
    right: 0;
}

.switch__circle-inner {
    background-color: white;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.controls-block .checkbox-dealer:last-of-type {
    margin-right: 80px;
}

.app-row {
    margin-top: 24px;
}

.select2.select2-container.select2-container--bootstrap4 {
    width: 100% !important;
}

#cur_icon {
    width: 120px;
    height: 120px;
    display: inline-block;
}

.dt-buttons.btn-group {
    margin: 24px 8px 0px 8px;
}

button.actions_select {
    line-height: normal !important;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 4px;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-item {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
}

.breadcrumb-item a {
    color: #f28b00;
}

.breadcrumb-item a:hover {
    color: #e84d0f;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
    padding-right: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.5rem;
    padding-left: 0;
    color: #f28b00;
}



/*
 * TYPOGRAPHY
 */
.display-4 {
    font-weight: 400;
    color: #3d3d3d;
}

/*
 * TABS
 */

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #f28b00;
    background-color: #f9f8f8;
    border-color: #dee2e6 #dee2e6 #f9f8f8;
}

.tab-pane {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/*
 * MODALS
 */
.modal {
    z-index: 14000;
}

.modal-header .close {
    padding: 1.2rem 1rem;
}

.modal-content {
    -webkit-box-shadow: 0 .4rem .8rem rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 .4rem .8rem rgba(0,0,0,.4);
    box-shadow: 0 .4rem .8rem rgb(0 0 0 / 40%);
    background-color: #f9f8f8;
}

.modal-title {
    color: #3d3d3d;
    line-height: 1.2;
    font-size: 2rem;
    font-weight: 400;
}

/*
 * Footer
 */
main {
    /*min-height: calc(100vh - 170px) ;*/
    min-height: 100vh ;
}

header, main, .placeholder, .container  {
    position: relative; /* crucial for z-index to work */
}

header, main, .container {
    z-index: 10;
}

.placeholder {
    z-index: 1;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
    background-color: white;
}

main {
    padding-top: 64px;
    background-color: #f9f8f8;
    -webkit-box-shadow: 0 0.2rem 0.2rem rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0.2rem 0.2rem rgba(0,0,0,0.7);
    box-shadow: 0 0.2rem 0.2rem rgb(0 0 0 / 7%);
    padding-bottom: 4rem;
}

.container.dashboard.fullscreen {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#inner-mode {
    margin-bottom: 12px;
}

.footer {
    margin: 0;
}

.footer-logo {
    width: 80%;
}

.btn-floating {
    border: 2px solid #4267B2;
    border-radius: 25px;
    padding: 9px 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.fa-facebook-f {
    color: #4267B2;
}

.footer-content {
    display: none;
}

img.footer-logo {
    width: 30%;
}

.footer-contacts {
    display: flex;
    justify-content: end;
}

footer {
    background-color: #e5e5e7;
}

.select2-container {
    z-index: 100000;
}

/*
 * APPS
 */

.application {
    flex: 0 0 8.666666%;
    max-width: 8.666666%;
    margin: 20px;
}

.application.dropdown::after {
    width: 100%;
    height: 100%;
    background-color: red;
    position: absolute;
    top: 0;
    right: 0;
}

.application > .icon > img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    opacity: 1;
    -webkit-transition: opacity 0.3s; /* Safari prior 6.1 */
    transition: opacity 0.3s;
    cursor: pointer;
}

.application > .icon > img:hover {
    opacity: .6;
}

.application > .text {
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    margin-top: 4px;
}

.app_icon_option {
    width: 100px;
    height: 100px;
    padding: 5px;
    margin: 5px;
    box-sizing: content-box;
    border: 2px solid transparent;
    opacity: 0.8;
}

.app_icon_option.selected {
    border: 2px solid #f28b00;
    border-radius: 5px;
    opacity: 1;
}

.select2-container--bootstrap4 .select2-selection__clear {
    margin-right: 20px;
    font-weight: bold;
    color: #D81E5B;
}

.select2-container--bootstrap4 .select2-selection__clear:hover {
    background-color: #c8d4e3;
}

.company-title {
    display: flex;
    justify-content: start;
}

.global-th {
    display: none;
}

table .dropdown-item {
    /*padding-left: 0;*/
    /*padding-right: 0;*/
}

.bottom {
    margin-top: 1rem;
}

.callcenter-controls {
    padding-right: 105px;
}

#last-activity-table tr:last-child td {
    padding-bottom: 2.1rem;
}

.daterangepicker .drp-buttons .btn {
    font-size: 10px;
    padding: 5px 10px;
}

.login-title {
    margin-bottom: 0;
    color: #3d3d3d;
}

.last-activity-table_wrapper .table th, .last-activity-table_wrapper .table td {
    padding: .5rem;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    height: 16px;
    width: 16px;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 0 3px #575757;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 16px;
    content: '+';
    background-color: #162155;
    transition: all .2s ease-in-out;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '-';
    background-color: #D81E5B;
    transition: all .2s ease-in-out;
}

.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.fixedHeader-floating {
    z-index: 100;
    font-size: .8rem;
}

.dataTables_scrollHeadInner {
    font-size: .8rem;
}

body > table > thead > tr:nth-child(2) {
    background-color: #f9f8f8;
}

.callcenter-table-data {
    font-size: 1rem;
    color: #000
}

.col-12.results {
    border-top: 1px solid grey;
    margin-top: 12px;
    padding: 0 2px;
}

.dropdown-item.dropdown-toggle.alarm {
    padding: 4px 8px;
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
}

.dropdown-item.dropdown-toggle.alarm:hover {
    border: 1px solid #dee2e6;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    transition: all .2s ease-in-out;
}

.dropdown-item.alarm:active {
    background-color: #192460;
}

.dropdown-item:active {
    color: white !important;
    background-color: #192460;
}

a.dropdown-item {
    cursor: pointer;
}

.dropdown-item.dropdown-toggle.alarm:after  {
    display: none;
}

#lang_change_mobile, #lang_change {
    display: inline;
}

.cog a.fa-cog {
    cursor: pointer;
}

#action-toggler:hover {
    opacity: 1 !important;
}

.fixed-action {
    -webkit-box-shadow: 0px 1px 11px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 11px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 11px 3px rgba(0, 0, 0, 0.5);
    transition: box-shadow ease-in-out .2s;
}

.relative-action {
    box-shadow: unset;
    transition: box-shadow ease-in-out .2s;
}

.dropdown-item.dropdown-toggle.alarm + .dropdown-menu.show {
    padding: 0;
}

.dropdown-item.dropdown-toggle.alarm + .dropdown-menu.show .dropdown-item {
    padding: 2px auto;
}

table#last-activity-table tr:first-child {
    min-height: 138px;
    height: 138px;
}

table#last-activity-table tr:first-child td {
    min-height: 138px;
}
/*.nav-icons-switchers {*/
/*    padding: 4px;*/
/*    border-radius: 3px;*/
/*    border: 1px solid transparent;*/
/*}*/

/*.nav-icons-switchers:hover {*/
/*    border: 1px solid orange;*/
/*}*/
/* Small devices (landscape phones, 576px and up) */
/*
 * REGION
 */
.region-name {
    cursor: pointer;
}

.region-name:hover {
    background-color: #c4c3c3;
}

#searchDrivers {
    height: 36px;
    margin-top: 32px;
}

.inactive-vehicle {
    background-color: #c1bcbc;
}

.limited-text {
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
    text-overflow: ellipsis;
    display: inline-block;
}

@media (min-width: 576px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding-right: 4px;
        padding-left: 4px;
        margin-right: auto;
        margin-left: auto;
    }

    .application {
        flex: 0 0 8%;
        max-width: 6%;
        margin: 12px 18px;
    }
}

@media (min-width: 641px) {
    span.select-info {
        margin-right: 17px;
    }
}

.btn-cast {
    margin-top: 20px;
}

.placeholder {
    background-color: #e5e5e7;
}

.form-group {
    position: relative;
}

.pointer-arrow {
    cursor: pointer !important;
}

.web_only {
    display: flex;
    justify-content: space-between;
}

a.logout-btn {
    color: rgba(255, 255, 255, .95);
    transition: all .2s ease-in-out;
    margin-right: 12px;
    margin-top: 9px;
    font-size: 20px;
}

a.logout-btn:hover {
    color: rgba(255, 255, 255, 1);
    transition: all .2s ease-in-out;
    text-decoration: none;

}

.mobile_only .logout-btn {
    margin-right: 29px;
    margin-top: 20px;
}

.loader-text {
    color: #3d3d3d;
}

.green {
    color: #14a44d;
}

.red {
    color: #D81E5B;
}

.blue {
    color: #2742bf;
}

.ping-update .input-group-prepend{
    max-height: 38px;
}

#action-drop-btn {
    z-index: 100001;
}

#action-drop-btn .first-drop.show {
    transform: unset !important;
    position: absolute !important;
    top: 41px !important;
    left: 4px !important;
}

#action-drop-btn .second-drop.show {
    transform: unset !important;
    position: absolute !important;
    top: 10px !important;
    left: 4px !important;
}

.check-group-daterange {
    width: fit-content;
}

.daterangepicker td.active {
    background-color: #0062cc;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #0062cc;
}

.label-days-save {
    display: inherit;
}

#daysToSave, #daysToAlways {
    max-width: 70px;
    height: 27px;
}

#logsDateRange {
    width: 290px;
    height: 27px;
}

.form-group-daterange {
    display: flex;
}

#threshold {
    width: 74px;
}

.fas.fa-ban.incomplete, .fas.fa-check.completed {
    font-size: 1.05rem;
}

#chartFreq {
    width: 100% !important;
}

.threshold-false {
    background-color: #ef8ba9;
    color: white;
}

.threshold-false .popover-header {
    color: black;
}

.threshold-false i.operator-info {
    color: white !important;
}

.threshold-false i.control-icon {
    color: white !important;
}

.img-thumbnail {
    margin-top: 8px !important;
    max-height: 240px;
}

.symbols-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: rgb(22, 33, 85);;
}

.until-date {
    font-size: 11px;
    font-weight: bold;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .btn-cast {
        margin-top: 0;
    }

    .dt-buttons.btn-group {
        margin-top: 0;
    }

    .container {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        margin-right: auto;
        margin-left: auto;
    }

    .dataTables_wrapper.dt-bootstrap4.no-footer > .top {
        padding-top: 5px;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        margin-top: 0px;
    }

    .dataTables_info {
        flex-direction: row-reverse;
    }
}

@media (min-width: 992px) {

    .modal-lg {
        max-width: 900px;
    }

    #drivingBlock {
        margin-left: 12px;
    }

    #tooltipsBlock {
        margin-top: 7px;
    }

    .footer-content {
        display: block;
    }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {

    .navbar-expand-lg .navbar-collapse {
        justify-content: space-between;
    }

    .mobile_only {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .web_only {
        display: none;
    }

    .navbar-dark .navbar-nav .nav-link {
        text-align: inherit;
    }

    .nav-icon {
        display: inline-block;
    }

    .action_dropdown {
        width: auto;
        position: relative;
        height: auto;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1470px) {
    .container {
        max-width: 1470px;
    }

    .container.login {
        max-width: 1140px !important;
    }

    .global-th {
        display: table-row;
    }
}

@media (min-width: 1610px) {
    .container {
        max-width: 1600px;
    }
    .modal-xl {
        max-width: 1600px;
    }
}

