﻿/** Fonts **/
/*@font-face {
    font-family: 'Digital-7';
    src: url('../fonts/Digital-7.eot') format('eot');
    src: url('../fonts/Digital-7.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

#classModal {
}

.modal-body {
    overflow-x: auto;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype');
    src: url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Digital-7';
    src: url('../fonts/Digital-7.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'DS-Digital';
    src: url('../fonts/DS-Digital.woff2') format('woff2'), url('../fonts/DS-Digital.woff') format('woff');
    /* font-weight: bold; */
    font-style: normal;
}


body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'ProximaNova-Regular';
}

.font-lg {
    font-size: 3rem;
}

.fontS27 {
    font-size: 27px;
}

.font-md {
    font-size: 2rem;
}
/** Color Schemes **/
.color-gray {
    color: #ddd;
}

.color-red {
    color: red;
}

.color-white {
    color: #fff;
}

.active-white:hover, .active-white:focus {
    color: #fff;
}

.color-black {
    color: #000;
}

.bg-black {
    background: #000;
}

.bg-blue {
    background: #000070;
}

.bg-maroon {
    background: #9c3024;
}

.bg-cyan-blue {
    background: #03708f;
}

.bg-gray-c9 {
    background-color: #c9c9c9;
}

.color-highlight {
    color: #ebfe02;
}

/** Font-sizes **/
.font25 {
    font-size: 25px;
}

.font18 {
    font-size: 18px;
}

.font17 {
    font-size: 17px;
}

.font16 {
    font-size: 16px;
}

.font15 {
    font-size: 15px;
}

.font14 {
    font-size: 14px;
}

.font13 {
    font-size: 13px;
}

.font12 {
    font-size: 12px;
}

/** Spacings **/ .mr0 {
    margin-right: 0;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb0 {
    margin-bottom: 0;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.row.mb0 {
    margin-bottom: 0;
}

.mtb0 {
    margin-top: 0;
    margin-bottom: 0;
}

.pt10 {
    padding-top: 10px;
}

.padding0 {
    padding: 0 !important;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.plr0 {
    padding-left: 0;
    padding-right: 0;
}

.padding7 {
    padding: 7px;
}

.padding10 {
    padding: 10px;
}

.margin0 {
    margin: 0 !important;
}

.padding20 {
    padding: 20px;
}

.pb60 {
    padding-bottom: 60px;
}

.pdtb {
    padding-top: 7px;
    padding-bottom: 7px;
}

.w90mauto {
    width: 90%;
    margin: 0 auto;
}

.height33 {
    height: 33px !important;
}

.black-bg-lg {
    width: 92% !important;
}

.bg-color-gray {
    background: #c9c9c9;
}

.bg-light-gray {
    background: #eeeeee;
}

.bg-purple-dark {
    background: #602e9d;
}

.bg-red-orange {
    background: #ed4344;
}

.bg-graye {
    background: #eeeded;
}

/** Placeholder **/
/*.form-control::-moz-placeholder {color: #000;opacity: 1;}
.form-control:-ms-input-placeholder {color: #000;}
.form-control::-webkit-input-placeholder {color: #000;}*/
.select2-container .select2-choice {
    margin-top: -4px !important;
    height: 33px !important;
    border: 1px solid #e2dfdf !important;
    line-height: 30px !important;
}

    .select2-container .select2-choice .select2-arrow {
        border-left: 1px solid #e2dfdf !important;
    }

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #e2dfdf !important;
}

.select2-drop-active {
    border: 1px solid #e2dfdf !important;
}

/** Gradients **/

.bg-black.panel.panel-body {
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #000000 0%, #45494d 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #000000 0%, #45494d 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #000000 0%, #45494d 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000000), color-stop(100, #45494d));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #000000 0%, #45494d 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #000000 0%, #45494d 100%);
}

.bg-purple.panel.panel-body { /* IE10+ */
    background-image: -ms-linear-gradient(left, #391F59 0%, #5F497A 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #391F59 0%, #5F497A 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #391F59 0%, #5F497A 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #391F59), color-stop(100, #5F497A));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #391F59 0%, #5F497A 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #391F59 0%, #5F497A 100%);
}

.bg-light-purple.panel.panel-body { /* IE10+ */
    background-image: -ms-linear-gradient(left, #6E578B 0%, #b2a1c7 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #6E578B 0%, #b2a1c7 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #6E578B 0%, #b2a1c7 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #6E578B), color-stop(100, #b2a1c7));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #6E578B 0%, #b2a1c7 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #6E578B 0%, #b2a1c7 100%);
}

.bg-green.panel.panel-body { /* IE10+ */
    background-image: -ms-linear-gradient(left, #5A862B 0%, #4d5841 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #5A862B 0%, #4d5841 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #5A862B 0%, #4d5841 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5A862B), color-stop(100, #4d5841));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #5A862B 0%, #4d5841 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #5A862B 0%, #4d5841 100%);
}

.bg-crimson.panel.panel-body { /* IE10+ */
    background-image: -ms-linear-gradient(left, #B90606 0%, #ff0000 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #B90606 0%, #ff0000 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #B90606 0%, #ff0000 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #B90606), color-stop(100, #ff0000));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #B90606 0%, #ff0000 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #B90606 0%, #ff0000 100%);
}

.bg-brown.panel.panel-body {
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #524628 0%, #7b6d49 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #524628 0%, #7b6d49 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #524628 0%, #7b6d49 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #524628), color-stop(100, #7b6d49));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #524628 0%, #7b6d49 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #524628 0%, #7b6d49 100%);
}

.bg-gray.panel.panel-body {
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #6C6C6C 0%, #cccccc 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #6C6C6C 0%, #cccccc 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #6C6C6C 0%, #cccccc 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #6C6C6C), color-stop(100, #cccccc));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #6C6C6C 0%, #cccccc 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #6C6C6C 0%, #cccccc 100%);
}

.bg-blue.panel.panel-body {
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #5C799B 0%, #95b3d7 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #5C799B 0%, #95b3d7 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #5C799B 0%, #95b3d7 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5C799B), color-stop(100, #95b3d7));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #5C799B 0%, #95b3d7 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #5C799B 0%, #95b3d7 100%);
}

.bg-cyan-blue.panel.panel-body {
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #548C9C 0%, #73b8cb 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #548C9C 0%, #73b8cb 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #548C9C 0%, #73b8cb 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #548C9C), color-stop(100, #73b8cb));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #548C9C 0%, #73b8cb 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #548C9C 0%, #73b8cb 100%);
}

/** Header **/
.header-vcenter {
    padding: 27px 0;
}

.navbar-nav li a .badge {
    top: 2px;
    right: 5px;
}

.navbar .fa-bell {
    color: #fff;
}

.navbar-nav > .dropdown-user img {
    border-radius: 100%;
    height: 35px;
    max-width: 40px;
    border: 1px solid #fff;
    background: #fff;
}

.navbar-header .logo {
    padding: 10px 10px 10px 0;
}

.navbar-nav > .dropdown-user > a > img + span {
    color: #fff;
    font-weight: 700;
}

.navbar-nav .fa-caret-down:before {
    color: #fff;
}

.navbar-nav li a .badge {
    top: 7px;
    right: 5px;
}

#navbar-second {
    background: #191919;
}

#navbar-second-toggle li a {
    color: #969696;
    font-size: 15px;
    padding: 12px 12px;
    font-weight: 700;
}
/*#navbar-second-toggle li a:hover,#navbar-second-toggle li a:focus, #navbar-second-toggle li.active a{color: #fff;font-size: 15px;padding: 12px 12px;}*/
.navbar-default .navbar-nav li.active a:after {
    background-color: #fff;
}
/*#navbar-second-toggle .navbar-default .navbar-nav > .active > a:after {background-color: #191919;}
#navbar-second-toggle .navbar-default .navbar-nav > .active > a:focus:after, #navbar-second-toggle .navbar-default .navbar-nav > .active > a:after {background-color: #fff !important;}*/
.navbar-second-toggle-resp {
}

#navbar-second-toggle .navbar-nav {
    padding-top: 0 !important;
    margin-top: 0;
}

#navbar-mobile.navbar-collapse, #navbar-mobile.navbar-form {
    border-color: #fff;
}

a.navbar-second-toggle-resp {
    display: none;
}

#navbar-second.navbar {
    min-height: auto !important;
}

.navbar-second-toggle-resp {
}

.breadcrumb-line-component.breadcrumb-line .breadcrumb {
    margin-left: 40px;
}

.breadcrumb > li + li:before {
    content: " ";
    padding: 0 0px;
    color: #333333;
}

.breadcrumb .fa-angle-double-right:before {
    content: "\f101";
    font-size: 14px;
}

.breadcrumb > li i {
    display: inline-block;
    font-size: 13px;
}

.breadcrumb-line-component:not([class*=bg-]) {
    background-color: #eeeded;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0px 0px rgba(0, 0, 0, 0.2);
}

.all-borders {
    border: 1px solid #ddd;
    width: 200px;
}

    .all-borders.form-control {
        display: inline-block;
        width: 150px;
        background: #fff;
        padding: 2px 10px;
        border-radius: 4px;
        margin-right: 10px;
        margin-bottom: 0;
        border: 1px solid #d2cfcf;
    }

        .all-borders.form-control.mr0 {
            margin-right: 0;
        }

.content {
    padding: 10px;
}

.steps-black-bg.panel-heading {
    background: #391F59;
    padding: 0px 0 4px 0;
    border-radius: 0;
}

.custom-accordin h6.panel-title, .h6.panel-title {
    font-size: 15px;
    padding: 4px 4px 4px 0px;
}
/*.panel-group-control .custom-accordin .panel-title > a {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    background: #eeeded;
    width: 96%;
    float: right;font-weight:bold;
}*/

#navbar-second-toggle .dropdown-menu {
    border-radius: 0;
    border-bottom: 4px inset #bf962c;
    z-index: 9999;
}

.panel.panel-white {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
}

/** Responsive Title **/
.custom-accordin h6.panel-title {
    font-size: 15px;
    padding: 4px 0px 4px 0px;
    height: 27px;
}

    .custom-accordin h6.panel-title a {
        border-right: 4px solid;
    }

    .custom-accordin h6.panel-title a {
        border-left: 4px solid;
    }

        .custom-accordin h6.panel-title a span {
            background: #ddd;
            font-weight: bold;
        }

            .custom-accordin h6.panel-title a span.bg-black {
                background: #0080ff;
                font-weight: bold;
            }

            .custom-accordin h6.panel-title a span.bg-blue {
                background: #f26c4f;
                font-weight: bold;
            }

.panel-group-control .custom-accordin .panel-title > a:before {
    /*content: '\edc6';
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 20px !important;
    left: inherit !important;
    font-size: 16px;*/
    content: '\edc6';
    font-family: 'icomoon';
    position: absolute;
    top: 9px;
    margin-top: -8px;
    right: 13px !important;
    left: inherit !important;
    font-size: 22px;
    z-index: 99;
}

.panel-group .panel {
    margin-bottom: 5px;
}

.steps-wrap .panel-body {
    padding: 0; /*border:1px solid red;*/
    background: #eeeded;
}


.pckg-wrap h3 {
    padding-left: 7px;
    text-transform: uppercase;
    font-size: 18px;
}

.panel.panel-body.padding7 {
    padding: 7px !important;
}

.pckg-wrap .form-control {
    margin-bottom: 5px;
}

.box-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

.no-boxshadow {
    box-shadow: none !important;
}

.form-control.border {
    border: 1px solid #ddd !important;
    background: #fff;
    color: #000;
    padding: 0 5px;
    border-radius: 5px;
    padding-left: 7px !important;
    padding-right: 7px !important;
}

tags-input .tags {
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
}

    tags-input .tags:focus {
        outline: none !important;
        border-color: transparent;
        border-bottom-color: #cfa92b !important;
        -webkit-box-shadow: 0 1px 0 #cfa92b !important;
        box-shadow: 0 1px 0 #cfa92b !important;
    }

textarea.form-control {
    height: 100px;
    overflow: auto;
    border: 1px solid #ddd;
    padding: 7px;
    background: #fff;
    width: 50%;
    resize: none;
}

.selectedpanel {
    background: #c5dfff;
}

.pay_details_tab tr td, .pay_details_tab tr th {
    border: 0;
}

.table-bordered.pay_details_tab > thead > tr > th, .table-bordered.pay_details_tab > tbody > tr > th, .table-bordered.pay_details_tab > tfoot > tr > th, .table-bordered.pay_details_tab > thead > tr > td, .table-bordered.pay_details_tab > tbody > tr > td, .table-bordered.pay_details_tab > tfoot > tr > td {
    border: 0;
}

.pay_details_tab th {
    color: #cfa92b;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 20px !important; /*text-align:center;*/
}

.pay_details_tab tr td {
    border-bottom: 1px solid #ddd !important;
    padding: 6px 20px !important;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
}

.color-blue td, .color-blue td input {
    color: #0e53b0 !important;
}

.panel-body.no-border {
    border: none !important;
}

.panel.no-border {
    border: none !important;
}

.box-shadow-none.panel-collapse {
    box-shadow: none !important;
}

.panel.no-border.box-shadow-none {
    box-shadow: none !important;
}
/*#collapsible-control-group2{max-height: 1000px; overflow-y: scroll;}*/
.pay_details_tab tr td.font18 {
    font-size: 17px !important;
}

.btn-primary.btn-goldenbg {
    background: url("../../AdminAsset/images/gold-gradient.png");
    color: #000;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px outset rgba(0, 0, 0, 0.7);
    border-radius: 5px;
}

    .btn-primary.btn-goldenbg:hover, .btn-primary.btn-goldenbg:focus {
        color: #000;
    }

.otpc-icon {
    width: 15px;
    margin: -4px 5px 0 5px;
}

.border-rad5 {
    border-radius: 5px;
}

.pminputwrap input {
    display: inline-block !important;
    font-size: 18px;
    width: 27px !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    text-align: center;
    padding: 0 0 !important;
    margin: 0 0 !important;
    top: -7px;
}

    .pminputwrap input:focus, .pminputwrap input:hover {
        border: 0 !important;
        box-shadow: none !important;
    }

.pminputwrap span.input-group-btn {
    display: inline-block;
    width: 30px;
    float: left;
    padding-left: 0 !important;
    text-align: center;
}

.pminputwrap .bootstrap-touchspin-down, .pminputwrap .bootstrap-touchspin-up {
    padding: 0px 10px;
    font-size: 16px !important;
}

.pminputwrap {
    float: right;
    margin-top: -10px;
}

.clearfix {
    clear: both;
}

.pckg-title {
    padding-left: 7px;
    text-transform: uppercase;
    font-size: 18px;
}

.padding10.box-shadow.ng-scope {
    transition: opacity 2s linear;
}

span.input-group-addon.bootstrap-touchspin-postfix {
    display: none;
}

.btn-black-bg {
    background: #000;
    color: #fff;
    height: 38px;
}

.padding15 {
    padding: 15px;
}

    .padding15.form-control {
        padding: 15px !important;
        margin-right: 15px;
    }

.width160 {
    width: 160px !important;
}

.w50mauto {
    width: 100px;
    margin: 0 auto;
}

.width100perc {
    width: 100% !important;
}

select.form-control {
    /*background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;*/
}

.panel-group-control .custom-accordin .panel-title > a.fixed-gray-black {
    width: 89%;
}

tags-input.ng-invalid .tags {
    box-shadow: none !important;
}
/*.form-control {margin-bottom:0 !important;}*/

.table-td-white tr td {
    background: #fff;
}

.table-spacing tr td {
    padding: 5px 12px !important;
}

.table-spacing tr th {
    padding: 6px 12px !important;
}

.table-tags .label-success, .table-tags .label-default {
    border-color: #4CAF50;
    padding: 2px 10px;
    border-radius: 5px;
}

.table-tags .label-default {
    background: #706e6f;
    border-color: #706e6f;
}

.leftinitial.checkbox input[type="checkbox"], .leftinitial.checkbox-inline input[type="checkbox"] {
    left: initial !important;
}

.select2-selection--multiple .select2-selection__choice, .select2-selection--multiple:not([class*=bg-]) .select2-selection__choice {
    background: #ddd;
}

.checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

.custom-panel table {
    width: 80%;
    margin: 20px auto;
}

.input-group-addon.t2 {
    top: 20px;
    margin-right: 0 !important;
}

.multiselect.btn-default .caret {
    right: 10px;
}

.form-control.border.multiselect {
    padding: 0 !important;
    width: 100%;
}

.multi-select-full.form-control.border {
    padding: 0 !important;
}

.multiselect.btn-default {
    padding: 8px 8px !important;
}

input.disable {
    background: #ddd !important;
}

.bor-top {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.w90marginauto {
    width: 95%;
    margin: 0 auto;
}

.border-top-gray {
    border-top: 1px solid #ddd;
}

.multiselect.btn-default:focus, .btn-group.open > .multiselect.btn-default.dropdown-toggle {
    border-bottom-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group.open .dropdown-menu {
    margin: -1px 0 0;
}

.caret:after {
    content: '\f0d7';
    font-family: 'fontawesome';
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #bd952c;
    border-color: #bd952c;
}

/** Tagging CSS **/
span.select2-selection.select2-selection--multiple.border-primary.text-primary-700 {
    height: 40px !important;
    border-bottom: 1px solid #bfbdbd;
}

.select2-selection--multiple:not([class*=bg-])[class*=border-] .select2-selection__rendered {
    padding-bottom: 0px;
}

.select2-selection--multiple:not([class*=bg-]) .select2-selection__choice {
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 5px 16px;
}
/*span.select2.select2-container.select2-container--default.select2-container--focus, span.select2.select2-container.select2-container--default.select2-container--below, span.select2.select2-container.select2-container--default {
    background: #fff;
    border-radius: 3px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}*/



/*span.select2.select2-container.select2-container--default.select2-container--below {
    background: #fff !important;
    border-radius: 3px;
    border-color: #ddd;
}*/

=
/*23 nov pallavi css start*/
.datepicker-icon {
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 11px;
}

.guestInfoHead {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    padding-left: 15px;
}

.form-control.border.bd-red {
    border: 1px solid red !important;
}

.GreenMsg {
    color: green;
    font-size: 13px;
    font-weight: bold;
    padding-left: 15px;
}

.errorMsg {
    color: red;
    font-style: italic;
    font-size: 11px;
    /* font-weight: bold; */
    padding-left: 0;
}
/*23 nov pallavi css end*/

.panel.panel-black-bg .panel-heading.panel-black {
    background: #000;
    padding: 15px 20px;
}
/*.LoginModule{
    padding: 25px;
    box-shadow: 1px 0px 20px 2px #bababa;
    display: inline-block;
    width: 100%;
    background:#FFF;
    margin:20px 0;
}
.LoginModule .form-control-feedback{
    height:inherit !important;
    right:6px;
    top:10px;
    line-height:inherit;
    /*top: 50%;
    transform: translate(0, -50%);* /
    font-size: 18px;
    font-weight: bold;
}
.LoginModule .form-control{
    padding:8px;
}
.LoginModule input:-webkit-autofill{
    background-color:#FFF;
}*/





/*Pallavis css start here 10/7/2018*/
.navbar {
    background: url(../images/header_bg.jpg) no-repeat;
    background-size: cover;
    background-position: inherit;
    padding: 0px 10px;
    border-radius: 0 !important;
    position: relative;
    height: 80px;
}

    .navbar:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        background-image: linear-gradient(to right, white, #ffffff00);
        /*height: 80px;*/
        display: block;
        bottom: 0;
        width: 100%;
    }

.logo {
    width: 130px;
    position: relative;
    z-index: 99;
}

.cstm_menu {
    position: absolute;
    width: 195px;
    left: 0;
    top: 80px;
    background: #000070;
    height: calc(100vh - 80px);
    overflow: hidden;
    overflow-y: auto;
}
    /*.cstm_menu ul:first-child {
    background: #FFF;
    border-top: 3px solid #000070;
    text-transform:uppercase;
    font-weight:bold;
}*/
    .cstm_menu .toggle_menu ul {
        padding-left: 20px;
    }

        .cstm_menu .toggle_menu ul li {
            font-size: 12px;
        }

    .cstm_menu ul li:first-child a {
        /*color: #000070;*/
    }

    .cstm_menu ul.toggle_click li:first-child a {
        display: flex;
        line-height: normal;
    }

    .cstm_menu ul.toggle_active {
        background: #004;
    }
    /*.cstm_menu ul li.nav-item:hover a,*/
    .cstm_menu .nav.toggle_active > li > a:hover,
    .cstm_menu .nav.toggle_active > li > a:focus {
        background: #004;
        color: #FFF;
    }

.btn-primary {
    color: #fff;
    background-color: #000070;
    border-color: #000070;
}

    .btn-primary:hover {
        background-color: #02025f;
    }

.inner_body {
    /*margin-left:195px;*/
    padding: 10px;
}

footer {
    /*position: absolute;
    bottom: 0;*/
    background: #000;
    width: 100%;
    padding: 3px 10px;
    z-index: 999;
    display: inline-block;
}

    footer p {
        color: #FFF;
        margin-bottom: 0;
        text-align: center;
    }

.navbar-right {
    padding-right: 65px;
}

.user_profile {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #2e2e2e;
    font-size: 14px;
    /*font-weight: bold;*/
    z-index: 500;
}

    .user_profile button.dropdown-toggle {
        background: transparent;
        color: #2e2e2e;
        font-size: 18px;
    }

.popdesign {
    position: absolute;
    left: 100px;
    top: 0;
    background: #000;
    color: #FFF;
    padding: 10px;
    min-width: 150px;
    border-radius: 3px;
    display: none;
}

.toggle_menu {
    display: none;
}

.popdesign a {
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

    .popdesign a:last-child {
        margin-bottom: 0;
    }

.logout_btn {
    display: inline-block;
    padding: 0 13px;
    margin-bottom: 0;
}

.user_profile p {
    margin-bottom: 0;
    font-size: 14px;
}

.user_profile .dropdown-menu {
    left: inherit;
    right: 0;
    min-width: 150px;
}

.logout_btn {
    position: relative;
}

    .logout_btn:after {
        content: '';
        border-left: 1px solid #000;
        position: absolute;
        left: 0;
        top: 2px;
        height: 27px;
    }

.logout_btn {
    font-size: 20px;
}

    .logout_btn a {
        font-size: 14px;
        color: #2e2e2e;
        font-weight: normal;
    }

.menu_collpased {
    padding-left: 35px;
    padding-top: 25px;
    display: inline-block;
}

.common-heading {
    margin: 0 0 10px;
    line-height: initial;
}

.panel {
    padding: 7px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.top_menu {
    /*padding: 13px 10px;*/
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

.user_profile.quick_link {
    right: 77px;
    width: 90px;
    top: 45%;
}

    .user_profile.quick_link .form-control {
        border-bottom: 1px solid #636363;
        font-size: 12px;
    }

.top_menu ul, #divsubmenu {
    display: inline-block;
}

.top_menu .nav > li > a:hover,
.top_menu .nav > li > a:focus {
    background: transparent;
}

.bodywidth100.inner_body {
    margin-left: 0;
    width: 100%;
}

.leftspace {
    margin-left: 195px;
}
/*.navbar .nav-sidebar li {
    padding: 5px 5px;
}
.cstm_menu .nav > li > a {
    padding: 7px 15px;
}*/
.cstm_menu ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .cstm_menu ul li.nav-item {
        transition: all 0.5s;
    }
        /*.sidebar {
    background: #000046;
    height:90vh;
}*/
        .cstm_menu ul li.nav-item a,
        .cstm_menu .nav > li > a {
            color: #FFF;
            padding: 8px 10px;
            display: block;
        }

            .cstm_menu ul li.nav-item:hover a,
            .cstm_menu .nav > li > a:hover,
            .cstm_menu .nav > li > a:focus {
                background-color: #FFF;
                color: #1e88e5;
            }

        .cstm_menu ul li.nav-item:hover {
            background: #FFF;
            color: #1e88e5;
        }

.panel-title .fa {
    margin-right: 5px;
    font-size: 16px;
}

.table_left_icon {
    float: left;
    margin-bottom: 5px;
}

    .table_left_icon .btn {
        padding: 5px 10px;
        font-size: 11px;
        background: #002884;
    }

.table_right_icon {
    float: right;
    /*margin-bottom:5px;*/
}

    .table_right_icon .btn {
        padding: 4px 10px;
        font-size: 11px;
        background: #002884;
    }

.action_btn a {
    padding-right: 5px;
    font-size: 12px;
}

    .action_btn a:last-child {
        padding-right: 0;
    }

    .action_btn a.fa-edit {
        color: #1919ad;
        font-weight: bold;
    }

    .action_btn a.fa-eye {
        color: #000;
    }

.form-group label {
    margin-bottom: 0;
    font-weight: bold;
}

.modal-body {
    position: relative;
    padding: 10px;
}

.error_msg {
    color: #e60000;
    font-size: 10px;
    position: absolute;
    padding-top: 1px;
    line-height: normal;
}

.ControlRoom__error_msg {
    color: #e60000;
    font-size: 10px;
    position: center;
    padding-top: 1px;
    line-height: normal;
}

.tbl_scroll {
    max-height: 500px;
    overflow-y: auto;
}

    .tbl_scroll.reduce_height_scroll {
        max-height: 355px;
    }

    .cstm_menu::-webkit-scrollbar,
    .trip_box_scroll::-webkit-scrollbar,
    .dataTables_scrollBody::-webkit-scrollbar,
    .sts_checlbox::-webkit-scrollbar,
    .userMapping::-webkit-scrollbar,
    .tbl_scroll::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

    .cstm_menu::-webkit-scrollbar-track,
    .trip_box_scroll::-webkit-scrollbar-track,
    .dataTables_scrollBody::-webkit-scrollbar-track,
    .sts_checlboxg::-webkit-scrollbar-track,
    .userMapping::-webkit-scrollbar-track,
    .tbl_scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        /*border-radius: 10px;*/
    }

    .cstm_menu::-webkit-scrollbar-thumb,
    .trip_box_scroll::-webkit-scrollbar-thumb,
    .dataTables_scrollBody::-webkit-scrollbar-thumb,
    .sts_checlboxg::-webkit-scrollbar-thumb,
    .userMapping::-webkit-scrollbar-thumb,
    .tbl_scroll::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
        /*border-radius: 10px;*/
    }

.modal-title {
    line-height: normal;
    font-size: 15px;
}

.modal-open .modal {
    padding-left: 0 !important;
}

.panel-title {
    font-weight: bold;
}

.login_panel {
    width: 26%;
    position: absolute;
    left: 75%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    border-radius: initial;
    /*box-shadow: 0px 0px 15px 0px #b5b5b5;*/
    padding: 35px 45px;
    background-color: #ffffff;
}

    .login_panel .omd_logo {
        width: 150px;
        margin-bottom: 30px;
    }

.login_btn {
    background: #da1316;
    border-bottom: 4px solid #740108;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    width: 100%;
}

    .login_btn.btn:hover,
    .login_btn.btn:focus,
    .login_btn.btn.focus {
        color: #FFF;
    }

/* 
    pallavi mam 5/10/2021 */

.login_panel .form-control-feedback {
    top: 5px;
}

.login_panel .quick_links {
    display: flex;
    justify-content: space-between;
}

.login_panel .remember {
    display: flex;
    align-items: center;
}

    .login_panel .remember input {
        margin-top: 0;
    }

.login_panel .forgot a {
    color: grey;
    font-size: 11px;
}


.mlogin_bg {
    /*background: linear-gradient(#ED9D2B, #EE4732);*/
    background-image: url('../images/bg_Mobile1.jpg');
    background-size: cover;
    position: relative;
}

.login_bg {
    /*background: linear-gradient(#ED9D2B, #EE4732);*/
    background: url('../images/login_bg2.png') no-repeat;
    background-size: cover;
    position: relative;
}

    .login_bg:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        /*background-color: #0000008a;*/
        z-index: -1;
    }



input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: inset 0 0 0px 9999px white, 0 0 0px rgba(102, 175, 233, 0.6);
    }

.bottom_btn {
    float: right;
    margin-top: 15px;
}

.userMapping {
    display: inline-block;
    max-height: 300px;
    overflow-y: scroll;
}

    .userMapping .form-group {
        display: inline-block;
    }

    .userMapping .checkbox label {
        padding-left: 20px;
        font-weight: normal;
        font-size: 11px;
    }

#map,
#map_div {
    height: 420px;
}

.map_ifram {
    border: 1px solid #787878;
}

    .map_ifram #map_div {
        height: 450px;
        width: 100%;
    }

.menu_left {
    float: left;
}

.menu_right {
    /*padding-top: 10px;*/
    padding-left: 14%;
    float: left;
}

.cstm_menu .nav-tabs > li.active > a,
.cstm_menu .nav-tabs > li.active > a:hover,
.cstm_menu .nav-tabs > li.active > a:focus {
    border: 1px solid #080781;
}
/*.dataTables_wrapper{
    padding:10px;
}*/
.table thead,
.dataTables_wrapper thead {
    background: #0081cc;
    color: #FFF;
}

.toogleDIv .table thead th {
    color: #000;
    background: #ffebe5;
}

.dataTables_wrapper thead input {
    border: 1px solid #696969;
    box-shadow: none;
    outline: none;
    padding: 1px 5px;
    color: #000;
    font-weight: normal;
}

#divloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    background: #ffffff96;
    z-index: 99999;
}

    #divloader img {
        margin: 0 auto;
        width: 150px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

.current_sts {
    display: inline-block;
    width: 100%;
}

    .current_sts .tbl_scroll {
        max-height: inherit;
        height: calc(100vh - 175px);
    }

.cstm_tab .nav-tabs > li {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

    .cstm_tab .nav-tabs > li:last-child {
        margin-right: 0;
    }

.tbl_left {
    /*-webkit-flex: 0 0 25%;
    flex: 0 0 25%;*/
    /*padding: 10px 15px;
    background: #c4e9ff2e;
    transition: all 0.5s ease-in;
    width: 250px;
    float: right;
    display: none;*/
}

.tbl_right {
    /*-webkit-flex: 0 0 75%;
    flex: 0 0 75%;*/
    /*width: calc(100% - 180px);*/
    float: left;
    width: 100%;
}

.left_sts {
    /* float: left; */
    display: inline-block;
    margin-bottom: 0;
}

.right_no {
    float: right;
    margin-bottom: 0;
}

.width_reduce.tbl_right {
    width: calc(100% - 265px);
    display: inline-block;
}

.show_hide.sts_checlbox,
.show_hide.tbl_left {
    /*-webkit-flex: 0 0 100%;
    flex: 0 0 %;*/
    /*padding-left:15px;
    width:100%;*/
    display: block;
}

.top_menu .nav-item a {
    color: #333333;
}

    .top_menu .nav-item a:hover {
        background-color: transparent;
    }

.tbl_left ul {
    padding-left: 0;
}

    .tbl_left ul li {
        padding: 5px;
        border-bottom: 1px solid #CCC;
        word-break: break-all;
    }

.dataTable thead .sorting_asc:after,
.dataTable thead .sorting_asc:before,
.dataTable thead .sorting:after,
.dataTable thead .sorting:before {
    display: none;
}

.tiptable th:first-child input {
    display: none;
}

.dataTable tr.child .dtr-data {
    padding: 3px 0;
}

.dataTable tr td.child > ul > li {
    font-size: 12px;
}

.sts_logo {
    margin: 0 auto;
    text-align: center;
    background: #FFF;
}

    .sts_logo img {
        width: 100px;
    }

.tbl_left ul li:last-child {
    border-bottom: none;
}

.tbl_left ul li:hover {
    background: #c4e9ff2e;
}

    .tbl_left ul li:hover.sts_logo {
        background: #FFF;
    }


    .tbl_left ul li:hover .stst_head,
    .tbl_left ul li.stst_head {
        /*background:#008bdc;*/
        background: linear-gradient(to right, #008bdc, #15a6fb);
        color: #FFF;
    }

.tbl_left ul li span {
    text-align: right;
    float: right;
}

.tab-content {
    margin-top: 10px;
}

.cstm_tab .nav-tabs > li > a {
    border: 1px solid #cacaca;
    /*box-shadow: 1px 1px 3px 0px #dadada;*/
    background: #0040a0;
    color: #FFF;
}

.cstm_tab .nav > li > a {
    padding: 4px 5px;
    font-size: 11px;
    border: 1px solid #cacaca;
    font-weight: normal;
}

.cstm_tab .nav-tabs > li.active,
.cstm_tab .nav-tabs > li:hover,
.cstm_tab .nav-tabs > li:focus {
    border: none;
    /*border: 1px solid #13a3f7;*/
    color: #FFF;
}

    .cstm_tab .nav-tabs > li.active a,
    .cstm_tab .nav-tabs > li:hover a {
        /*background: #0040a0;
    color: #FFF;*/
        color: #0040a0;
        border-top: 3px solid #0040a0;
        background: #FFF;
        border-bottom: 1px solid #FFF;
        font-weight: bold;
    }
/*.cstm_tab .nav-tabs > li:hover a{
    color:#FFF;
}*/
.chart_panel {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.chart_graph {
    height: 500px;
}

    .chart_graph canvas {
        /*height:100% !important;*/
        width: 100%;
    }

.chart-container {
    width: 878px;
    height: 430px;
}

.track_tab .nav-tabs {
    /*border-bottom:none;*/
}

.track_tab .nav > li > a {
    padding: 5px 15px;
}

.cstm_tab .track_tab .nav-tabs > li.active > a,
.cstm_tab .track_tab .nav-tabs > li.active > a:hover,
.cstm_tab .track_tab .nav-tabs > li.active > a:focus {
    border: 1px solid #11a1f5;
}

.dataTables_wrapper tbody td {
    /*white-space:nowrap;*/
}

.btn-forget.md-trigger {
    padding-left: 10px;
}

.tbl_left {
    position: relative;
}

.close_icon {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.sts_checlbox {
    /*width: 180px;*/
    /*float: left;*/
    font-weight: normal;
    /*max-height: 400px;
    overflow-y: scroll;*/
}

.checkbox_li {
    margin-bottom: 5px;
}
/*.sts_checlbox .tbl_scroll {
    max-height: 400px;
}
.sts_checlbox input[type=checkbox]{
    margin-right:5px;
}*/
.tbl_right table td:nth-child(5) {
    /*width:250px;*/
    /*display:block;*/
}

.cstm_tab {
    position: relative;
}

.tab_right_btn {
    position: absolute;
    right: 13px;
    top: 9px;
}

    .tab_right_btn.top0 {
        top: -3px;
        right: 0;
    }

table thead th {
    padding: 3px 8px;
}

.ststus_hide .width_reduce.tbl_right {
    width: calc(100% - 260px);
}

.postion-releative {
    position: relative;
}

table.stsTbl thead th,
.stsTbl thead tr th,
.stsTbl td {
    /*white-space: nowrap;*/
    /*cursor: pointer;*/
    padding: 5px 5px;
}

.vechicle_pop,
.last_locationp {
    cursor: pointer;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f0f9ff;
}

.legends ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .legends ul li {
        display: inline-block;
        padding: 0px 15px 5px 10px;
        position: relative;
    }

        .legends ul li:first-child {
            padding-left: 0;
        }

        .legends ul li:last-child {
            padding-right: 0;
        }


        .legends ul li:last-child {
            /*padding-right:0;*/
        }

        .legends ul li img {
            width: 20px;
            padding-right: 5px;
        }

        .legends ul li:after {
            border-right: 1px solid #ccc;
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
        }

        .legends ul li:last-child::after {
            display: none;
        }

.mt0 {
    margin-top: 0;
}

.menu_icon {
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.top_menu .nav-item {
    text-align: center;
    padding: 13px 15px 14px;
    color: #2e2e2e;
    line-height: 25px;
}

    .menu_icon img,
    .top_menu .nav-item img {
        width: 20px;
    }

    .top_menu .nav-item a {
        padding: 0;
    }

    .top_menu .nav-item.active,
    .top_menu .nav-item:hover {
        background-image: linear-gradient(#68c5fb, #a9defd);
    }

.submenu_icon {
    font-weight: bold;
    font-size: 10px;
    padding-right: 10px;
    /* vertical-align: sub; */
    padding-top: 2px;
}

.table.dataTable thead th, table.dataTable thead td {
    padding: 2px 5px;
    font-size: 11px;
    padding-right: 5px !important;
}

.popdesign:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -14px;
    margin-top: 0;
    border-width: 7px;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
    z-index: 100;
}

.last_locationp a {
    width: 15px;
    float: right;
}

.lastdesp {
    width: calc(100% - 15px);
    float: left;
    padding-right: 10px;
}

.last_locationp p {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 0;
    /*text-transform: uppercase;*/
}

.last_locationp .fa {
    display: inline-block;
    padding-left: 5px;
}
/*Batter status css start*/
.battery {
    background-color: #fff;
    height: 19px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 38px;
    font-size: 10px;
    border-radius: 2px;
    font-weight: bold;
}

    .battery:after {
        background-color: #fff;
        border: 1px solid #000;
        content: "";
        display: block;
        height: 10px;
        position: absolute;
        right: -4px;
        top: 49%;
        width: 5px;
        transform: translate(0, -50%);
    }

    .battery .battery-level {
        background-color: transparent;
        height: 100%;
        border: 1px solid #4f4f4f;
    }

    .battery.high::after,
    .battery.high .battery-level {
        /*background-color: #66CD00;*/
        border: 1px solid #66CD00;
        color: #66CD00;
    }

    .battery.medium::after,
    .battery.medium .battery-level {
        /*background-color: #FCD116;*/
        border: 1px solid #FCD116;
        color: #FCD116;
    }

    .battery.low::after,
    .battery.low .battery-level {
        /*background-color: #FF3333;*/
        border: 1px solid #FF3333;
        color: #FF3333;
    }

    .battery .battery-level {
        text-align: center;
    }

.counter_panel {
    position: relative;
}

.lastrepDate {
    /*width:150px;*/
}

.counter_design {
    font-family: 'Digital-7';
    font-weight: bold;
    font-size: 13px;
    border: 3px solid aqua;
    border-radius: 5px;
    position: absolute;
    color: aqua;
    box-shadow: 0 0 7px 1px cyan;
    /* background: #ffd400; */
    padding: 1px 3px;
    -webkit-transform: rotate(-11deg);
    /* Firefox */
    -moz-transform: rotate(-11deg);
    /* IE */
    -ms-transform: rotate(-11deg);
    /* Opera */
    -o-transform: rotate(-11deg)
}



.clock {
    font-family: 'Digital-7';
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);*/
    /*color: #17D4FE;*/
    color: red;
    font-size: 40px;
    letter-spacing: 4px;
    position: absolute;
    bottom: 160px;
    right: 10px;
    width: 45%;
}

.counter_design img {
    width: 12px;
}

#Counter1 {
    bottom: 59px;
    left: 13%;
}

#Counter2 {
    bottom: 89px;
    left: 30%;
}

#Counter3 {
    bottom: 94px;
    right: 31%;
    -webkit-transform: rotate(11deg);
    /* Firefox */
    -moz-transform: rotate(11deg);
    /* IE */
    -ms-transform: rotate(11deg);
    /* Opera */
    -o-transform: rotate(11deg)
}

#Counter4 {
    bottom: 60px;
    right: 12%;
    -webkit-transform: rotate(13deg);
    /* Firefox */
    -moz-transform: rotate(13deg);
    /* IE */
    -ms-transform: rotate(13deg);
    /* Opera */
    -o-transform: rotate(13deg)
}

#AC {
    bottom: 318px;
    -webkit-transform: inherit;
    right: 44%;
    -webkit-transform: inherit;
}

.counter_design.ac_deisgn {
    color: #000;
    border: 1px solid #727272;
    font-weight: normal;
    -webkit-transform: inherit;
}

.form-group .select2-container {
    display: block;
    width: 100% !important;
}

    .form-group .select2-container .select2-selection--single {
        height: 30px;
        padding: 5px 0;
        border-radius: inherit;
        /*border:none;
    border-bottom: 1px solid #ddd !important;*/
    }

.form-group .select2-container--classic .select2-selection--single {
    background-color: #FFF;
    background-image: inherit;
    border-width: 1px 0;
    border-color: transparent;
    border-bottom-color: #ddd;
}
    /*.form-group .select2-container--classic .select2-selection--single:focus{
    border:inherit;
}*/
    .form-group .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: transparent;
        background-image: none;
        border: none;
    }

    .form-group .select2-container--classic .select2-selection--single .select2-selection__rendered {
        line-height: normal;
        padding-left: 0;
        padding-right: 0;
    }

.select2-results__option[aria-selected=true] {
    background: #3875d7;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f0f0;
    color: #222222;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: inherit;
    background-color: inherit;
}

.select2-container--classic .select2-dropdown--below {
    border-top: 1px solid #5897fb;
}

#map_div::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

#map_div::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#map_div::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    padding-left: 35px;
}

.phoney {
    background-color: #76a0de;
    background-image: inherit;
    border-radius: inherit;
    padding: 10px;
    color: #FFF;
}
/*.temp_panel canvas {
    transform: rotate(90deg);
}*/
.vehicle_head {
    border-bottom: 1px solid #002884;
    padding-bottom: 3px;
    margin: 0 0 20px;
    font-size: 19px;
    /* font-weight: bold; */
    color: #002884;
    height: 41px;
}

    .vehicle_head .fa {
        padding-right: 5px;
    }

    .vehicle_head span {
        color: #a2a2a2;
        font-size: 12px;
        padding-left: 5px;
    }

.dooe_design .img_door {
    width: 50px;
    float: left;
}

.dooe_design .door_status {
    width: calc(100% - 50px);
    float: right;
    padding-left: 10px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
}

@-webkit-keyframes blinkerlight {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.6;
    }
}
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink_light,
.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    color: red;
    font-weight: bold;
}

.blink label {
    font-weight: bold;
}


.blink_light {
    text-decoration: blinkerlight;
    -webkit-animation-name: blinkerlight;
    -webkit-animation-duration: 0.5s;
}
.cstm_height .map_ifram,
.cstm_height.table {
    height: 300px;
}

.speed_table table td {
    background-color: #d5e8f6;
}

.speed_table label {
    margin-bottom: 0;
}

    .speed_table label.text-bold {
        font-size: 12px;
    }

.temp_icon {
    width: 15px;
}

.current_tbl table td {
    background-color: #e5e5e5;
}

.vtop td {
    vertical-align: top;
}

.temp_panel {
    display: inline-block;
    width: 100%;
}

.tmp_graph {
    display: inline-block;
    margin-right: 7px;
}

    .tmp_graph:last-child {
        margin-right: 0;
    }

.btn-xs, .btn-group-xs > .btn {
    padding: 2px 6px;
    font-size: 10px;
}

.login_loader {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    visibility: hidden;
    position: absolute;
    right: 10px;
    top: 0px;
}

    .login_loader img {
        width: 30px;
    }

.check_colum {
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-bottom: 8px;
}

    .check_colum input {
        margin-top: 0;
        width: 15px;
        float: left;
    }

    .check_colum label {
        margin-bottom: 0;
        line-height: normal;
        vertical-align: top;
        word-break: break-all;
        float: right;
        width: calc(100% - 15px);
        /*margin-top: -15px;*/
        padding: 0 7px;
    }

.report_checkbox {
    max-height: 200px;
    overflow-y: scroll;
}

    .report_checkbox.row {
        margin-right: 0;
    }

.cmp_logo {
    position: absolute;
    left: 17%;
    /* width: 103px; */
    background: #FFF;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    top: 3px;
    /*display:none;*/
    box-shadow: 0px 3px 3px 0px #b6b6b6;
    overflow: hidden;
}

table.dataTable thead {
    text-transform: uppercase;
}

.cmp_logo img {
    width: 100%;
    vertical-align: middle;
    padding: 7px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.donld_file {
    display: inline-block;
}

    .donld_file .dropdown-menu li button {
        background: inherit;
        border: none;
    }

    .donld_file .dropdown-menu {
        min-width: auto;
        padding: 5px 15px;
        text-align: left;
    }

    .donld_file .dropdown a {
        color: #000;
    }

.chart_graph {
    /*height: 500px !important;
    width: auto !important; 
    margin: 0 auto;*/
}

.modal-body #map-canvas {
    min-height: 300px;
}

.modal {
    padding-right: 0 !important;
}

.modal-header .close {
    font-size: 30px;
    font-weight: bold;
}

.trip_box {
    padding: 10px 7px;
    border: 1px solid #d0d0d0;
    position: relative;
    padding-top: 20px;
    margin-top: 15px;
    border-radius: 3px;
}

    .trip_box .form-group {
        margin-bottom: 10px;
    }

.trip_box {
    font-size: 12px;
}

.table_right_icon .btn.btn-xs {
    padding: 2px 5px;
    font-size: 10px;
}

.trip_box_scroll {
    max-height: 183px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 5px;
}

.trip_box .form-control {
    height: 23px;
    padding: 2px;
}

.trip_head {
    /* margin-top: -20px; */
    background: #002884;
    float: left;
    padding: 2px 15px;
    color: #FFF;
    border-radius: 5px;
    position: absolute;
    top: -15px;
}

.trip_delete {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: none;
    border: none;
    color: red;
    cursor: pointer;
    vertical-align: bottom;
    padding: 0;
    line-height: normal;
    font-size: 15px;
}

.trip_repeat_box {
    border-bottom: 1px dashed #dfdfdf;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
}

    .trip_repeat_box:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

        .trip_repeat_box:last-child .trip_delete {
            bottom: -11px;
        }

.collpase_arrow {
    float: right;
    font-weight: bold;
    color: red;
    cursor: pointer;
}

.slect_collpase {
    border-bottom: 1px solid #ddd;
}

    .slect_collpase label {
        margin-bottom: 0;
        line-height: 20px;
        vertical-align: top;
        margin-left: 5px;
    }

#collpaseSection {
    margin-top: 10px;
}

.fa-chevron-up {
    transition: .3s transform ease-in-out;
}

.collapsed .fa-chevron-up {
    transform: rotate(-180deg);
}

.leftside_box {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 99;
    background: #FFF;
    border: 1px solid #000;
    height: 100%;
    width: 350px;
    transition: left 0.5s ease-in-out;
    -webkit-transition: left 0.5s ease-in-out;
}

.close_box {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: bold;
    cursor: pointer;
    color: #FFF;
}

table.dataTable tbody th, table.dataTable tbody td {
    font-size: 11px;
    padding: 3px !important;
    /*word-break: break-all;*/
}

table.dataTable thead .sorting_asc {
    word-break: break-all;
}

.vehicle_info {
    padding: 0 10px;
}

    .vehicle_info ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .vehicle_info ul li {
            border-bottom: 1px solid #ddd;
            padding: 5px 0;
            display: inline-block;
            width: 100%;
        }

            .vehicle_info ul li:last-child {
                border-bottom: none;
            }

            .vehicle_info ul li p {
                margin-bottom: 0;
            }

            .vehicle_info ul li .left {
                float: left;
            }

            .vehicle_info ul li .right {
                float: right;
            }

                .vehicle_info ul li .right p {
                    font-weight: bold;
                    font-size: 14px;
                }

.vehicle_no {
    background: #0040a0;
    color: #FFF;
    padding: 15px;
    font-size: 16px;
}

.cstm_check_toggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.cstm_check_toggle .switch {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 23px;
}

    .cstm_check_toggle .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.cstm_check_toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .cstm_check_toggle .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.cstm_check_toggle input:checked + .slider {
    background-color: #2196F3;
}

.cstm_check_toggle input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.cstm_check_toggle input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.cstm_check_toggle .slider.round:before {
    border-radius: 50%;
}




.can-toggle {
    position: relative;
}

    .can-toggle *, .can-toggle *:before, .can-toggle *:after {
        box-sizing: border-box;
    }

    .can-toggle input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

        .can-toggle input[type="checkbox"][disabled] ~ label {
            pointer-events: none;
        }

            .can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
                opacity: 0.4;
            }

        .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
            content: attr(data-unchecked);
            left: 0;
        }

        .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
            content: attr(data-checked);
        }

    .can-toggle label {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        display: flex;
        align-items: center;
    }

        .can-toggle label .can-toggle__label-text {
            flex: 1;
            padding-left: 32px;
        }

        .can-toggle label .can-toggle__switch {
            position: relative;
        }

            .can-toggle label .can-toggle__switch:before {
                content: attr(data-checked);
                position: absolute;
                top: 0;
                text-transform: uppercase;
                text-align: center;
            }

            .can-toggle label .can-toggle__switch:after {
                content: attr(data-unchecked);
                position: absolute;
                z-index: 5;
                text-transform: uppercase;
                text-align: center;
                background: white;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

    .can-toggle input[type="checkbox"][disabled] ~ label {
        color: rgba(119, 119, 119, 0.5);
    }

    .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
        background-color: #777;
    }

        .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
            color: #5e5e5e;
        }

    .can-toggle input[type="checkbox"]:hover ~ label {
        color: #6a6a6a;
    }

    .can-toggle input[type="checkbox"]:checked ~ label:hover {
        color: #55bc49;
    }

    .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
        background-color: #70c767;
    }

        .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
            color: #4fb743;
        }

    .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
        background-color: #5fc054;
    }

        .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
            color: #47a43d;
        }

    .can-toggle label .can-toggle__label-text {
        flex: 1;
    }

    .can-toggle label .can-toggle__switch {
        transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
        background: #848484;
    }

        .can-toggle label .can-toggle__switch:before {
            color: rgba(255, 255, 255, 0.5);
        }

        .can-toggle label .can-toggle__switch:after {
            transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
            transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
            transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
            color: #777;
        }

    .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    }

    .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
        -webkit-transform: translate3d(35px, 0, 0);
        transform: translate3d(35px, 0, 0);
    }

    .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    }

    .can-toggle label {
        font-size: 14px;
    }

        .can-toggle label .can-toggle__switch {
            height: 25px;
            flex: 0 0 76px;
            border-radius: 4px;
        }

            .can-toggle label .can-toggle__switch:before {
                left: 37px;
                font-size: 11px;
                line-height: 22px;
                width: 35px;
                padding: 0 5px;
            }

            .can-toggle label .can-toggle__switch:after {
                top: 2px;
                left: 3px;
                border-radius: 2px;
                width: 35px;
                line-height: 21px;
                font-size: 11px;
            }

.donld_file.width_max .dropdown-menu {
    min-width: 115px;
}

.can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(44px, 0, 0);
    transform: translate3d(44px, 0, 0);
}

.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small label {
    font-size: 13px;
}

    .can-toggle.can-toggle--size-small label .can-toggle__switch {
        height: 28px;
        flex: 0 0 90px;
        border-radius: 2px;
    }

        .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
            left: 45px;
            font-size: 10px;
            line-height: 28px;
            width: 45px;
            padding: 0 12px;
        }

        .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
            top: 1px;
            left: 1px;
            border-radius: 1px;
            width: 44px;
            line-height: 26px;
            font-size: 10px;
        }

        .can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        }

.can-toggle.can-toggle--size-large input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-large input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(78px, 0, 0);
    transform: translate3d(78px, 0, 0);
}

.can-toggle.can-toggle--size-large input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-large label {
    font-size: 14px;
}

    .can-toggle.can-toggle--size-large label .can-toggle__switch {
        height: 50px;
        flex: 0 0 160px;
        border-radius: 4px;
    }

        .can-toggle.can-toggle--size-large label .can-toggle__switch:before {
            left: 80px;
            font-size: 14px;
            line-height: 50px;
            width: 80px;
            padding: 0 12px;
        }

        .can-toggle.can-toggle--size-large label .can-toggle__switch:after {
            top: 2px;
            left: 2px;
            border-radius: 2px;
            width: 78px;
            line-height: 46px;
            font-size: 14px;
        }

        .can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
        }

.can-toggle.demo-rebrand-1 input[type="checkbox"][disabled] ~ label {
    color: rgba(181, 62, 116, 0.5);
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 50% !important;
}

.table label {
    margin-bottom: 0;
}

.label-default {
    margin-bottom: 5px;
}

.table > thead > tr > th,
.table > tbody > tr > td {
    padding: 3px 10px;
}

.mdl_section {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    margin-bottom: 5px;
    box-shadow: 0px 0px 2px 0px #dadada;
}

    .mdl_section:last-child {
        margin-bottom: 0;
    }

.mdl_heading {
    text-align: center;
    background: #022950;
    color: #FFF;
    /* font-weight: bold; */
    padding: 1px 10px;
    font-size: 13px;
}

.mdl_content {
    padding: 5px;
}

.admin_modal .form-group {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.admin_modal .lbl_left {
    width: 150px;
    float: left;
}

    .admin_modal .lbl_left label {
        margin-top: 4px;
    }

.admin_modal .lbl_right {
    width: calc(100% - 150px);
    float: right;
    padding-left: 5px;
}

.admin_modal .form-group .form-control {
    height: 25px;
}

label[for="file-input"] {
    display: block;
    margin-bottom: 1em;
    font-size: 1em;
    color: #fff;
    opacity: 0.9;
    font-weight: bold;
}

.cstm_file input[type="file"] {
    cursor: pointer !important;
}

    .cstm_file input[type="file"]::-webkit-file-upload-button {
        background: #000070;
        border: 0;
        padding: 2px 5px 3px;
        cursor: pointer;
        color: #fff;
        border-radius: 0.2em;
    }

    .cstm_file input[type="file"]::-ms-browse {
        background: #e62163;
        border: 0;
        padding: 1em 2em;
        cursor: pointer;
        color: #fff;
        border-radius: 0.2em;
    }

.pagination_desgin {
    margin-top: 10px;
    float: right;
}

    .pagination_desgin ul.pagination li a {
        min-width: 25px;
        padding: 2px;
        text-align: center;
        border-width: 0;
        /*background: #787878;*/
        /*border-radius: 100%;*/
        margin-right: 7px;
    }

.print_table {
    width: 800px;
    height: 1300px;
    margin: 0 auto;
}

.tbl-text-nowrap th {
    white-space: nowrap;
}

.bx-colour0 {
    background: #ef0084;
}

.bx-colour1 {
    background: #8ec63f;
}

.bx-colour2 {
    background: #00adef;
}

.bx-colour3 {
    background: #f26c4f;
}

.bx-colour4 {
    background: #a26ae9;
}

.bx-colour5 {
    background: #f7a340;
}

.bx-colour6 {
    background: #cb6ad1;
}

.bx-colour7 {
    background: #ffc536;
}

.bx-colour8 {
    background: #03c7a1;
}

.bx-colour9 {
    background: #fe6383
}

.bx-colour10 {
    background: #cc3399;
}

.bx-red1 {
    background: #FF6666;
}

.bx-blue1 {
    background: #4cc0c0;
}

.bx-height {
    max-height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*border-width: 5px;
    border-style: outset;*/
    /*border-color: #a7bdc7;*/
    border-radius: 3px;
    /*box-shadow: 5px 1px #a7bdc7;*/
    align-content: center;
}

    .bx-height .color-white a {
        color: #fff;
    }

        .bx-height .color-white a:focus, .bx-height .color-white a:hover, .bx-height .color-white a:visited {
            color: rgba(255,255,255,0.8);
        }

.padding_removed {
    padding-right: 0;
    /*flex:1;*/
}

    .padding_removed.padding_plus {
        /*padding-right:10px;*/
    }

.trip_panel {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

.trip_content_box {
    margin-right: 10px;
    margin-bottom: 10px;
    /*flex: 300px;*/
    /*width: 312px;*/
    flex: 1 1 25%;
    display: flex;
    cursor: pointer;
}

.temp_width {
    width: 33%;
}


.trip_content_box .bx-height {
    cursor: pointer;
}

.trip_content_box .left,
.trip_content_box .right {
    padding: 25px 10px;
    color: #FFF;
    text-align: center;
}

.trip_content_box .left {
    width: calc(100% - 70px);
    padding-right: 10px;
    float: left;
    font-size: 15px;
}

.trip_content_box .right {
    background: rgba(255, 255, 255, 0.27);
    width: 70px;
    float: right;
    font-size: 23px;
    /*font-weight:bold;*/
}

.label-custom {
    color: #444444;
    padding: 8px;
    /* font-family: Arial; */
    font-size: 20px;
    font-weight: bold;
}

.vehicle_sts_mdl {
    max-height: 80vh;
    overflow: hidden auto;
}

.root_detailTble .form-control {
    font-size: 12px;
    height: 20px;
    padding: 0;
}

.root_detailTble .error_msg {
    position: relative;
    margin-bottom: 0;
    font-size: 9px;
}

.trp_analytic_section {
}

    .trp_analytic_section .cstm_tab ul {
        padding-left: 0;
    }

        .trp_analytic_section .cstm_tab ul li {
            display: inline-block;
            text-align: center;
            margin-right: 7px;
        }

            .trp_analytic_section .cstm_tab ul li:last-child {
                margin-right: 0;
            }

            .trp_analytic_section .cstm_tab ul li a {
                color: #0f0f0f;
                font-size: 21px;
                padding: 5px 25px;
                display: block;
                background: #f5f5f5;
                /*border-radius:3px;*/
            }

                .trp_analytic_section .cstm_tab ul li a.new {
                    color: #6000c0;
                }

            .trp_analytic_section .cstm_tab ul li.active a.new {
                background: #ebd7ff;
                color: #000;
            }

            .trp_analytic_section .cstm_tab ul li a.ongoing {
                color: #008500;
            }

            .trp_analytic_section .cstm_tab ul li.active a.ongoing {
                background: #c5ffc5;
                color: #000;
            }

            .trp_analytic_section .cstm_tab ul li a.delay {
                color: #c47300;
            }

            .trp_analytic_section .cstm_tab ul li.active a.delay {
                background: #ffdcab;
                color: #000;
            }

            .trp_analytic_section .cstm_tab ul li a.unSuccess {
                color: #fa0000;
            }

            .trp_analytic_section .cstm_tab ul li.active a.unSuccess {
                background: #ffaca9;
                color: #000;
            }

            .trp_analytic_section .cstm_tab ul li a.complete {
                color: #005c91;
            }

            .trp_analytic_section .cstm_tab ul li.active a.complete {
                background: #91d7ff;
                color: #000;
            }

            .trp_analytic_section .cstm_tab ul li a p {
                margin-bottom: 0;
                font-size: 13px;
            }

    .trp_analytic_section table.dataTable tbody td {
        padding: 6px !important;
        font-size: 13px
    }

    .trp_analytic_section table.dataTable.no-footer {
        border-bottom: none;
    }

.display_flex {
    display: flex;
}

.mobileHomeScreen {
    overflow: auto;
}

.vehicle_box {
    border: 1px solid #ccc;
    box-shadow: 0 1px 5px #ccc;
    margin-bottom: 15px;
    border-radius: 3px;
}

.vehicle_box_content {
    padding: 10px;
}

.vehicle_box .vehicle_no {
    padding: 5px;
    background: #ddf6fe;
    color: #303030;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .vehicle_box .vehicle_no img {
        width: 16px;
    }

    .vehicle_box .vehicle_no h3 {
        margin: 0;
        font-size: 16px;
        line-height: normal;
        font-weight: bold;
    }

.vehicle_box .flex_box {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    line-height: normal
}

    .vehicle_box .flex_box .fa {
        width: 20px;
    }

.field_icon {
    position: absolute;
    top: 5px;
    right: 0;
}

.vehicle_box .door_info {
    margin-top: 5px;
}

    .vehicle_box .door_info img {
        width: 20px;
    }

.vehicle_box .sensor_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .vehicle_box .sensor_info .sensor_box {
        display: flex;
        margin-right: 5px;
        border-right: 1px solid #d1d1d1;
        padding-right: 5px;
        align-items: center;
        font-size: 15px;
    }

        .vehicle_box .sensor_info .sensor_box:last-child {
            border-right: none;
        }

        .vehicle_box .sensor_info .sensor_box img {
            width: 20px;
        }

        .vehicle_box .sensor_info .sensor_box p {
            margin-top: -6px;
            margin-bottom: 0;
        }

.error_alert {
    text-align: center;
    width: 330px;
}

    .error_alert .modal-footer {
        text-align: center;
        padding-bottom: 25px;
    }

    .error_alert p {
        text-align: center;
        font-size: 16px;
        padding: 15px 10px 0;
    }

    .error_alert button {
        /*border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    padding: 0;
    font-weight: bold;
    padding: 5px;*/
    }


.ui-widget.ui-widget-content {
    z-index: 99 !important;
}

.ui-state-default {
    /*.ui-widget-content .ui-state-defaul{*/
    border: none !important;
    background: transparent !important;
}

.ui-menu .ui-menu-item.google_location_li {
    padding: 0 0;
}

.ui-menu .google_location_li .ui-menu-item-wrapper {
    padding: 4px 8px;
    height: auto;
    font-size: 12px;
}

.branch_sel {
    margin-top: 50px;
}

.branch_select .modal-header {
    background: transparent;
    color: #000;
    padding: 5px 10px;
}

    .branch_select .modal-header .modal-title {
        font-weight: bold;
        font-size: 13px;
    }

.position_fixed {
    position: fixed;
}

.dealy_alert {
    background: red;
    padding: 0px 3px;
    border-radius: 30px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 10px;
    min-width: 10px;
}

.dealy_count {
    animation: blink 0.8s linear infinite;
}

.cstm_modal .modal_lg {
    width: 900px;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.control_room_slider {
    position: relative;
}

    .control_room_slider .swiper-button-prev:after,
    .control_room_slider .swiper-button-next:after {
        /*display:none;*/
        font-size: 17px;
    }

    .control_room_slider .swiper-button-prev,
    .control_room_slider .swiper-button-next {
        width: auto;
        height: auto;
        margin-top: 0;
        top: 0;
        position: relative;
        left: inherit;
        right: inherit;
        color: #000;
    }

        .control_room_slider .swiper-button-prev:focus,
        .control_room_slider .swiper-button-next:focus {
            outline: none;
        }

.slider_control {
    float: right;
    /* margin-right: 49px; */
    color: #0081cc;
    position: absolute;
    z-index: 99;
    /*padding: 5px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    top: 6px;
    right: 0;
    background: #fff;
}

    .slider_control img {
        width: 20px;
        cursor: pointer;
        margin: 0 11px;
    }

.control_filter_field {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .control_filter_field .cnt_filter_field {
        margin-right: 10px;
    }

        .control_filter_field .cnt_filter_field .form-group {
            margin-bottom: 0;
        }

        .control_filter_field .cnt_filter_field .form-control {
            border: 1px solid #ddd;
            padding: 5px;
            height: 22px;
        }

        .control_filter_field .cnt_filter_field label {
            width: auto;
        }

.alertSlides .dealy_count {
    animation: blink 2s ease-in-out infinite;
}

.text_lowercase {
    text-transform: lowercase;
}

.text_capitalize {
    text-transform: capitalize;
}

.tbl_renew .btn-xs {
    padding: 0px 5px;
}

.digital_meter {
    background-color: #333;
    /* padding: 5px; */
    border: 10px solid #000;
    border-radius: 10px;
    width: 400px;
    margin: 0 auto;
    display: flex;
    position: relative;
    box-shadow: 2px 2px 5px 0px #585858;
    margin: 10px auto 20px;
}

.screen_bg {
    /* background: #abb2a0; */
    background: #131514;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 20px 15px;
    user-select: none;
    flex: 1 1 100%;
}

    .screen_bg .astrik {
        position: absolute;
        color: #a5f728;
        top: 10px;
        left: 10px;
        font-size: 10px;
    }

.meter_control {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #ffbc00;
    font-size: 19px;
    padding: 10px;
}

    .meter_control .ctrl_btn, .arrows {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .meter_control .ctrl_btn p {
            margin: 0;
            font-family: Arial;
            font-size: 14px;
        }

.screen_bg .count_no .cel {
    position: absolute;
    font-size: 15px;
    right: -10px;
    top: 5px;
    background-clip: text;
    -webkit-background-clip: text;
    /*for green color*/
    background-image: linear-gradient(#8BC34A, #56ff54, #00821b);
    /*for red color*/
    background-image: linear-gradient(#e30000, #ff5924, #ff1100);
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

    .screen_bg .count_no .cel span.num {
        /* font-family: Arial, Helvetica, sans-serif; */
        font-size: 9px;
    }

.screen_bg .count_no {
    font-size: 70px;
    /* color: #ff0000; */
    font-family: 'DS-Digital';
    /* text-shadow: 0px 0px 3px #ff0000; */
    position: relative;
    /*for red color*/
    line-height: normal;
}

    .screen_bg .count_no.green input {
        /*for green color*/
        background-image: linear-gradient(#8BC34A, #56ff54, #00821b);
    }

    .screen_bg .count_no input {
        background: transparent;
        border: none;
        width: 100%;
        color: #fff;
        background-clip: text;
        -webkit-background-clip: text;
        background-image: linear-gradient(#e30000, #ff5924, #ff1100);
        -webkit-text-fill-color: transparent;
        text-align: center;
        user-select: none;
    }

        .screen_bg .count_no input:focus {
            outline: none;
        }

.various_btn,
.arrows .low_temp,
.arrows .high_temp {
    display: flex;
    margin-bottom: 5px;
    font-size: 10px;
    align-items: center;
}

.various_btn {
    color: #9b9b9b;
    flex-direction: column;
}

.arrows .low_temp {
    color: #ff0303;
}

    .various_btn input,
    .arrows .low_temp input,
    .arrows .high_temp input {
        background: transparent;
        border: 1px solid #febb00;
        text-align: center;
        width: 55px;
        font-size: 15px;
        padding: 1px;
    }

.arrows .high_temp input {
    border: 1px solid #febb00;
    color: #febb00;
}

.arrows .low_temp input {
    border: 1px solid #ff0303;
    color: #ff0303;
}

.various_btn input {
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
}
/** Resposnive Media Queries **/
@media(max-width:768px) {
    .leftspace {
        margin-left: 0;
    }

    .cstm_modal .modal_lg {
        width: auto;
    }

    .sidebar.cstm_menu {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        top: 125px;
        background: #000046;
        max-height: 200px;
        overflow-y: scroll;
    }

    .inner_body.leftspace {
        margin-top: 195px;
    }

        .inner_body.leftspace.bodywidth100 {
            margin-top: 0px;
        }

    .cstm_menu ul li.nav-item a, .nav > li > a {
        padding: 6px 10px;
        text-align: left;
    }

    .user_profile {
        top: 25%;
    }

    .menu_collpased {
        padding-left: 20px;
        padding-top: 0;
    }

    .menu_right {
        padding-left: 0;
        padding-top: 0;
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
    }

    .current_sts {
        display: flex;
        flex-flow: row wrap;
    }

    .tbl_left,
    .width_reduce.tbl_right {
        width: 100%;
    }

    .sts_checlbox,
    .tbl_left,
    .tbl_right {
        width: 100%;
        padding-right: 0px;
        padding: 0;
    }

    .tbl_left {
        order: 1;
    }

    .tbl_right {
        order: 2;
    }

    .tbl_left ul {
        padding: 10px;
    }

    .login_panel {
        width: 55%;
        padding: 50px 20px;
        left: 50%;
    }

    .dataTables_wrapper tbody td {
        white-space: inherit;
    }

    .sts_checlbox .tbl_scroll {
        max-height: 200px;
    }

    .cstm_tab .nav-tabs {
        padding: 0;
        text-align: center;
    }

        .cstm_tab .nav-tabs > li {
            margin-bottom: 10px;
        }

    .tab_right_btn {
        position: inherit;
        right: inherit;
        top: inherit;
        margin: 14px 3px 10px;
        text-align: right;
    }

    .navbar {
        padding: 5px 10px 0;
        height: auto;
    }

    .cmp_logo {
        left: inherit;
        right: 17%;
        width: 50px;
        height: 50px;
    }

    .chart_graph {
        height: auto !important;
        width: 100% !important;
    }

    .slect_collpase {
        margin-top: 20px;
    }

    .user_profile.quick_link {
        right: 32%;
        width: 83px;
        top: 19%;
    }

    .trp_analytic_section .display_flex {
        display: block;
    }

    .trp_analytic_section .cstm_tab ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .trp_analytic_section .cstm_tab ul li {
            margin-right: 5px;
        }

            .trp_analytic_section .cstm_tab ul li a {
                font-size: 14px;
                padding: 5px 5px;
            }
    .statisic_box {
        margin-bottom:20px;
    }
        .statisic_box .right p{
            line-height:normal;
        }

        .statisic_box.location_box .right p{
            margin-bottom:10px;
        }
}

@media(max-width:767px) {
    .logo {
        width: 105px;
    }

    .top_menu {
        font-size: 13px;
    }

        .top_menu .nav-item {
            padding: 5px 10px;
        }

    .user_profile .btn {
        padding: 5px;
    }

    .user_profile .dropdown-menu {
        min-width: 120px;
    }

    .legends ul {
        text-align: center;
    }

        .legends ul li {
            margin-bottom: 10px;
        }

    .login_panel {
        width: 90%;
        right: 0;
        width: 90%;
        top: 50%;
        transform: translate(0px, -50%);
        left: 0;
        margin-bottom: 20px;
        padding: 20px;
    }

    .cstm_tab .nav-tabs > li {
        margin-bottom: 10px;
        width: 100%;
    }

        .cstm_tab .nav-tabs > li:last-child {
            margin-bottom: 0;
        }

    .check_colum {
        width: 100%;
    }

    .admin_modal .lbl_right,
    .admin_modal .lbl_left {
        width: 100%;
    }

    .admin_modal .lbl_right {
        float: none;
        padding-left: 0;
    }

    .leftside_box {
        width: 100%;
        left: -120%;
        height: auto;
    }

    .trip_content_box {
        width: 100%;
        margin-right: 0;
    }

    .current_sts .tbl_scroll {
        height: calc(60vh - 175px);
    }

    .error_alert {
        width: 94%;
    }

    .digital_meter {
        width: 100%;
    }
    #modalResize{
        display:none;
    }
    .modal_resize_header .export_icon{
            margin-right:10px;
    }
}

@media(max-width:480px) {
}


@media print {
    footer {
        page-break-after: always;
    }
}
.report_tbl_scroll {
    height: calc(100vh - 78px);
}
.report_tbl_scroll.tbl_scroll{
    max-height:inherit;

}
.report_tbl_scroll .dataTables_wrapper thead input {
    max-width: 70px;
}
.minimize_btn {
    display: none;
}
.minimize_btn img,
.maximizi_btn img{
    /*fill:#fff;*/
    margin:0 10px;
    width:15px;
    cursor:pointer;
}
.check_btn .minimize_btn {
    display: block;
}
.check_btn .maximizi_btn{
    display:none;
}
.modal_resize_header {
    display: flex;
    align-content: center;
    line-height: 27px;
    justify-content: flex-end;
}
.modal_resize_header button{
    background:none;
    border:none;
    padding:0;
}
.modal-header .modal_resize_header .close{
    position:inherit;
    opacity:1;
    transform:inherit;
    font-weight:normal;
}
.modal_resize_header .export_icon{
    /*line-height:27px;*/
}
.static_summary_report .table > tbody > tr > td {
    border-top:none;
}
.static_summary_report .table > tbody > tr > td label{
    font-weight:bold;
}
@media (min-width: 1025px) {
    .modal-lg.modal_max {
        width: 99%;
        margin: 5px 0;
    }   
}
.radar_view_panel .vehicle_no {
    padding:5px;
    font-size:13px;
}
.radar_view_panel .banner_img {
    height: 170px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.radar_view_panel .banner_img  img{
    width: 100%;
    position: absolute;
    z-index: -1;
    top: -40px;
}
.radar_view_panel .radar_location .middle {
    background: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
.radar_view_panel .radar_location .left,
.radar_view_panel .radar_location .right {
    background: #ededed;
    color: #333333;
    font-size: 18px;
    padding: 5px 10px;
    flex: 1;
    text-align: center;
    word-break: break-all;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radar_view_panel .location_flex {
    display: flex;
    /*align-items: center;*/
    /*background: #ededed;*/
    justify-content:space-between;
}
.time_schedule label {
    font-weight: bold;
    margin-right: 15px;
    margin-bottom:0;
}

.time_schedule p { 
    margin-bottom: 5px;
    font-size: 11px
}
    .time_schedule{
    padding:10px 5px;
}
.radar_view_panel .info_head {
    font-size: 15px;
    border-bottom: 1px solid #c5c5c5;
    padding: 0 7px 2px;
    font-weight: 600;
    margin-top: 0;
    color: #0040a0;
}
.radar_view_panel .table{
    font-size:12px;
}
.radar_view_panel .tbl_scroll{
    max-height:200px;
}
#infoVehicleDiv{
    overflow-y:auto;
}
.radar_view_panel .nav {
    margin-top:20px;
}
.radar_view_panel .nav > li > a{
    padding:8px 13px;
}
.radar_view_panel .close_box{
    top:4px;
}
.sticky_table .table thead tr th{
    position:static;
    top:0;
}
.radar_view_panel #tblvehicleinfo .thead th {
    background: #0081cc;
    color: #FFF;
}
.fuel_statisticpanel {
    margin: 30px 0; 
}
.statisic_box {
    padding: 10px;
    background: #fea21d;
    display: flex;
    color: #fff;
    border-radius: 4px;
    min-height: 100px;
}
.statisic_box:hover{
    box-shadow: 5px 5px 4px #e3cece;
}
.statisic_box .left{
    padding:10px;
    background:#ffc064;
    display: flex;
    align-items: center;
     width: 80px; 
    justify-content: center;
    font-size: 35px;
    border-radius:4px;
}
.statisic_box .right{
    padding-left:15px; 
    width:100%;

}
.statisic_box .right p{
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 0;
}

.statisic_box .right h3{
    font-weight:bold;
    border-bottom:1px solid #dddddd;
    margin-top:0;
    font-size:16px;
    font-weight:bold;
    /*color:#000;*/
}
.statisic_box .right label{
    font-weight:bold;
}
.statisic_box.location_box{
    background:#10b3c6;
}
.statisic_box.location_box .left {
    background:#5be4f4;

}
.statisic_box.fuel_box {
    background: #4da74f;
}

.statisic_box.fuel_box .left {
    background: #2e8a30;
}
.statisic_box.performance_box {
    background: #e63a36;
}

.statisic_box.performance_box .left {
    background: #af2926;
}

.statisic_box.kiloM svg,
.statisic_box.performance_box svg{
    fill:#fff;
}

.statisic_box.kiloM {
    background: #673AB7;
}

.statisic_box.kiloM .left {
    background: #9867ee;
}
.fuel_box .d_flex {
    display: flex;
    align-items: center;
}
.fuel_box .d_flex p{
    margin-right:20px;
    position:relative;
}
.fuel_box .d_flex p:after{
    border-left:1px solid #fff;
    content:'';
    position:absolute;
    top: -4px;
    left: -10px;
    height: 20px;
}

.fuel_box .d_flex p:first-child:after{
    display:none;
}
.statits_heading{
    border-bottom:1px solid #c5c5c5;
    margin-bottom:20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:5px;
}
.statits_heading h2{
    font-size:18px;
    margin:0;
}
.statits_heading label{
    margin:0;
}
#createFuelTank .form-group{
    margin-bottom:20px;
}
#createFuelTank .error_msg {
    position: absolute;
}


.warehouse_dashboard .table tbody tr td.trip_content_box {
    padding: 0;
    display: flex;
    align-items: center;
}
.warehouse_dashboard .trip_content_box.red .left a,
.warehouse_dashboard .trip_content_box.green .left a {
    color: #002c14;
    /*font-weight: bold;*/
    display: block;
    padding-top: 5px;
}
.warehouse_dashboard .trip_content_box.red .left a {
    color: #680700;
}
.warehouse_dashboard .trip_content_box.green {
    background: rgb(72,237,65);
    background: linear-gradient(90deg, rgba(72,237,65,1) 20%, rgba(34,179,21,1) 74%);
}
.warehouse_dashboard .trip_content_box.red {
    background: rgb(253,29,29);
    background: linear-gradient(90deg, rgba(253,29,29,1) 50%, rgba(212,46,0,1) 100%);
}
.warehouse_dashboard .trip_content_box .left {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
}

.warehouse_dashboard .trip_content_box .left,
.warehouse_dashboard .trip_content_box .right {
    padding: 13px 5px;
}
.warehouse_dashboard .trip_content_box .right {
    width: 90px;
    height:100%;
    font-size: 12px;
}
.warehouse_dashboard .trip_content_box {
    flex: 0 0 15.8%;
    height:80px;
}
.warehouse_dashboard .trip_content_box .left span{
    overflow: hidden;
    display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* width: 100px; */
    word-break: break-all;
}

tfoot input {
    display: table-header-group;
}

.pac-container{
    z-index:9999 !important;
}