/*navbar*/
.navbar-bg {
    background-color: #192929;
}

/*sidebar*/
.sidebar-bg {
    background-color: #213636;
}

.nav-sidebar > .bg-menu > .nav-link.active {
    background-color: #00ffff !important;
    color: #101A1A !important;
}

.nav-sidebar > .bg-menu > .nav-link:not(.active) {
    color: white !important;
    /*background-color: transparent;*/
}

.nav-group-sub:before {
    background-color: #213636 !important;
}

.nav-item-submenu > .nav-group-sub > .bg-menu > .nav-link.active {
    background-color: #101A1A !important;
    color: white !important;
}

.nav-item-submenu > .nav-group-sub > .bg-menu > .nav-link:not(.active) {
    color: white !important;
}

.nav-sidebar > .nav-item-submenu.nav-item-expanded > a {
    background-color: #00ffff !important;
    color: #101A1A !important;
}

.nav-item.nav-item-submenu > .nav-link {
    color: white !important;
}

.nav-sidebar > .nav-item > .nav-link:hover {
    background-color: #101A1A;
}

.nav-item-submenu > .nav-group-sub > .bg-menu > .nav-link:hover {
    background-color: #101A1A;
}

.sidebar-text {
    margin-top: 4px;
}

/*end sidebar*/

/*Button Color*/
.btn-bg {
    background-color: #5989E5;
    color: white;
}

.btn-color {
    color: #5989E5 !important;
}

.tab-color > .nav-item > .nav-link.active:before {
    background-color: #101A1A !important;
}

.table-custom {
    padding: 20px 10px 0px 10px;
}

.table-custom .dataTables_info {
    margin-bottom: 1rem !important;
    margin-left: 20px !important;
}

.nav-sidebar > .nav-item > .nav-link.active {
    background-color: #26a69a;
    color: #fff;
}

.custom-ellipse {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 0;
}

label.error {
    color: red;
}

.text-large {
    font-size: 20px;
}

.text-medium {
    font-size: 15px;
}

/*dashboard card*/
.custom-card {
    height: 93px;
    min-height: 93px;
    overflow: hidden
}

.custom-card-xl {
    height: 140px;
    min-height: 140px;
    overflow: hidden
}

.custom-card-lg-content {
    height: 110px;
    min-height: 110px;
    overflow: hidden
}

.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.custom-panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.custom-panel-body {
    padding: 15px;
}

.custom-panel-default {
    border-color: #ddd;
}

.bg-dark-blue {
    background-color: #286090;
    color: white;
}

.bg-dark-danger {
    background-color: #ca382c;
    color: white;
}

.note-frame .note-editing-area .note-editable {
    min-height: 20rem !important;
}

.border-remove {
    border: none;
}

.rm-mb {
    margin-bottom: 0px;
}

.login-panel {
    width: 57%;
    margin: 11% 22% 11% 20%;
}

.modal-padding {
    padding: 0 20px 10px 20px !important;
}


.bg-dark-blue {
    background-color: #286090;
    color: white;
}

.note-frame .note-editing-area .note-editable {
    min-height: 20rem !important;
}

.loader-box {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    height: 100%;
    background: #000;
    z-index: 99;
    opacity: 0.6;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* .table-responsive{overflow: inherit;} */
@media screen and (max-width:1919px){
    .driverListTable{display: block;
        width: 100%;
        overflow-x: auto;}
}