
/*
 * General Layout Style
 * -------------------------
 */

.drag_hidden{
    display:none;
}

.overflow_x_scroll{
    overflow-x:scroll !important;
}

select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none !important;
    height: 30px;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.1);
    transition-duration: .4s;
    color: #6f6f6f;
    width: 180px;
}

.angular-google-map-container {
    width: 100%;
    height: calc(100vh - 50px);
    position: absolute;
}

.head {
    background: var(--theme-color);
    position: relative;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 0
}

.dashnav {
    padding: 4px 15px;
}

    .dashnav .dropdown-menu {
        margin-top: 6px;
    }

.nav-tabs.nav-justified > li > a {
    border: 0;
    border-radius: 0
}

.nav-tabs > li > a {
    border: none;
    color: #666;
}

    .nav-tabs > li > a::after {
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: -1px;
        transition: all 250ms ease 0s;
        transform: scale(0);
    }

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.badge-pill.badge-pill-warning {
    background-color: #ff9800;
}

.badge-pill {
    background-color: #607d8b;
    color: #fff;
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 0 5px;
    font-size: 10px;
    border-radius: 25px;
    line-height: 19px;
    text-align: center;
    transition: all ease .3s;
}

/*.tabbable {
    padding: 10px;
    width: 500px;
}*/

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 0;
    background: #0174DF;
    color: #FFFFFF;
}

.top-bar .fa-long-arrow-right {
    padding: 0 6px;
}

.fa-chevron-circle-down {
    font-size: 16px;
    margin-left: 7px;
    margin-top: 2px;
    color: #3d4f67;
}
.sidebar-menu .fa-thermometer-three-quarters {
    font-size: 21px !important;
    /*margin-right: 15px !important;*/
    padding: 1.6px;
}
.sidebar-menu .fas fa-user {
    margin-right: 12px !important;
}
.top-bar .table, .score-bar .table, .tab-pane .table {
    margin-bottom: 0;
}

.table tr td {
    font-size: 12px;
}

.table > thead > tr > th {
    border-bottom: 0;
}

.table .ion-ios-checkmark-outline {
}

.top-bar thead {
    background: #337ab7;
    color: #FFFFFF
}
.all-events .event_date {
    /*width: 90% !important;*/
    width: 96% !important;
}
.ion {
    padding-right: 4px;
    font-size: 10px;
}

.live .tab .tabsContent {
    height: calc(100vh - 199px);
      /*height: calc(100vh - 215px);*/
}

.live .findVehiclesSection .tab-content {
    padding: 0 4px 0 4px;
    margin-top: 0;
}
.multi_trips_toogle {
    position: fixed !important; 
    right: 22px;
}
/*delete modal code goes here*/
.deleteModal {
    z-index: 99 !important;
}

    .deleteModal .modal-body {
        text-align: center;
        font-size: 14px;
    }

        .deleteModal .modal-body p {
            font-size: 14px;
        }

        .deleteModal .modal-body span {
            color: var(--heading-color) !important;
            font-weight: 500;
            font-size: 15px;
        }

  .deleteModal h3 {
    color: #d73925;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 0px;
  }

    .deleteModal .modal-dialog {
        max-width: 400px !important;
        top: 10% !important;
        left: 26% !important;
    }

.GeodDeleteModal .modal-dialog {
    max-width: 400px !important;
    top: 10% !important;
    left: 0% !important;
}

#LocationSharingDeleteModal .modal-dialog {
    left: 10% !important;
}

.deleteModal .modal-footer {
    padding: 10px 15px;
    text-align: center;
    background: #f6f6f6;
    display:block;
}
.deleteModal .modal-title {
  margin-bottom: 10px;
}

.service .modal-body {
  height: calc(100vh - 130px) !important;
  overflow: hidden;
}

.service .tab-content {
    border: 0;
}

.geo .tab-content {
    height: calc(100vh - 239px);
}

.filters h5 {
    letter-spacing: 0.4px;
    color: #414141;
    padding: 0 6px;
    /*border-left: 3px solid #0cc652;*/
    border-left: 3px solid var(--heading-color);
}

.live .filters, .geo .filters, .messages .filters {
    height: calc(100vh - 130px);
    overflow: hidden;
    padding: 5px 20px;
    color: #757575;
    line-height: 23px;
    text-align: left;
    font-size: 12px;
}

::-webkit-file-upload-button {
    letter-spacing: 0.6px;
    font-family: 'Roboto', sans-serif;
    padding: 5.7px 15px;
    font-size: 1.2rem;
    transition-duration: 0.4s;
    background: #fff;
    color: #ff9800;
    border: 1px solid #ff9800;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    outline: none;
    cursor: pointer;
}

    ::-webkit-file-upload-button:hover {
        color: #15b432;
        border: 1px solid #15b432;
    }

.file-style .form-control {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    outline: none !important;
    padding: 0;
}


.notifications .tab-content h5 {
    display: inline-block;
    letter-spacing: 0.4px;
    color: #414141;
    padding: 0;
    border: 0;
}

/*.tab-content ul {
    list-style-type: none;
    padding: 4px;
}

.tab-content .table span {
    color: #297dc7;
    display: inline-block;
}*/

.tab-content .btn-primary2 {
    height: 28px;
    padding: 0 14px;
    min-width: 64px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}

hr {
    margin-bottom: 14px;
}

.checkspan span {
    display: inline;
}

.anim {
    transition-duration: 0.6s;
}

.anim2 {
    transition-duration: 0;
}

/* Layout */
.wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

    .wrapper:before,
    .wrapper:after {
        content: " ";
        display: table;
    }

    .wrapper:after {
        clear: both;
    }

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    position: relative;
}

.layout-boxed {
    background: url('../img/boxed-bg.jpg') repeat fixed;
}
/*
 * Content Wrapper - contains the main content
 */
.content-wrapper,
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 230px;
    z-index: 820;
}

.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
    margin-left: 0;
}

@media (max-width: 767px) {
    .content-wrapper,
    .main-footer {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .sidebar-open .content-wrapper,
    .sidebar-open .main-footer {
        -webkit-transform: translate(230px, 0);
        -ms-transform: translate(230px, 0);
        -o-transform: translate(230px, 0);
        transform: translate(230px, 0);
    }
}

.content-wrapper {
    min-height: 100% !important;
    z-index: 800;
}

.main-footer {
    background: #fff;
    padding: 15.3px;
    color: #444;
    font-size: 12px;
    border-top: 1px solid rgba(120, 130, 140, 0.25);
}
/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 100px;
    }
}

.fixed.layout-boxed .wrapper {
    max-width: 100%;
}

.fixed .wrapper {
    overflow: hidden;
}

.hold-transition .content-wrapper,
.hold-transition .right-side,
.hold-transition .main-footer,
.hold-transition .main-sidebar,
.hold-transition .left-side,
.hold-transition .main-header .navbar,
.hold-transition .main-sidebar .logo,
.hold-transition .menu-open .fa-angle-right {
    /* Fix for IE */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* Page Header */
.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

    .page-header > small {
        color: #666;
        display: block;
        margin-top: 5px;
    }

.form-group.label-static label.control-label, .form-group.label-placeholder label.control-label, .form-group.label-floating label.control-label {
    position: absolute;
    pointer-events: none;
    transition: .3s ease all
}

.form-group.label-floating label.control-label {
    will-change: left,top,contents
}

.form-group.label-placeholder:not(.is-empty) label.control-label {
    display: none
}

.form-group .help-block {
    position: absolute;
    display: none
}

.form-group.is-focused .form-control {
    outline: none;
    background-image: linear-gradient(var(--theme-color),var(--theme-color)),linear-gradient(#d2d2d2,#d2d2d2);
    background-size: 100% 2px,100% 1px;
    box-shadow: none;
    transition-duration: .3s
}

    .form-group.is-focused .form-control .material-input:after {
        background-color: var(--theme-color)
    }

.form-group.is-focused label, .form-group.is-focused label.control-label {
    color: var(--theme-color)
}

.form-group.is-focused.label-placeholder label, .form-group.is-focused.label-placeholder label.control-label {
    color: #FF0000
}

.form-control2::-moz-placeholder {
    color: #aab9d0;
}

.form-control2:-ms-input-placeholder {
    color: #aab9d0;
}

.form-control2::-webkit-input-placeholder {
    color: #aab9d0;
}

.form-control-custom {
    background: #eeeeee;
    padding: 7px 12px;
    border-radius: 3px;
    font-size: 12px;
}

.countryselect {
    display: flex;
}

    .countryselect .dropup {
        margin-right: 5px;
        max-width: 145px;
    }

        .countryselect .dropup i {
            font-size: 12px;
        }

.main-header #navbar-search-input.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
    color: #ccc;
}

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color: #ccc;
}

.modal-body .form-group, .geo-form .form-group {
    position: relative;
    margin: 8px 0;
}

.form-control-placeholder:hover {
    cursor: text;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #f2f2f2;
}

.form-control-placeholder {
    position: absolute;
    transition: all 200ms;
    opacity: 0.7;
    left: 30px;
    padding: 10px 0;
    margin: 0;
}

input:focus + .form-control-placeholder,
input:valid + .form-control-placeholder {
    font-size: 12px !important;
    color: #3a3e45 !important;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    padding: 2px 0;
    left: 0;
    letter-spacing: 0.5px;
}

.custom-lable {
    position: absolute;
    font-size: 12px !important;
    color: #3a3e45 !important;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    padding: 2px 0;
    letter-spacing: 0.5px;
}

.main-sidebar .logo-main {
    height: 50px;
    /*padding-left: 11px;*/
}

/*.main-sidebar .logo {
    color: #fff;
    display: block;
    float: left;
    height: 50px;
    letter-spacing: 0.5px;
    line-height: 50px;
    width: 230px;
    font-weight: 300;
    overflow: hidden;
}*/

    .main-sidebar .logo .logo-lg {
        background: var(--logowhite-login);
        background-size: contain;
        background-repeat: no-repeat;
        padding: 12px 80px;
        padding-top: 10px;
        background-position: center;
    }

    .main-sidebar .logo .logo-mini {
        display: none;
        background: var(--logowhite-favicon);
        background-size: contain;
        background-repeat: no-repeat;
        padding: 17px 0;
        margin-top: 7px;
        height: 35px;
        background-position: center;
    }

.main-sidebar .navbar-brand {
    color: #fff;
}

.content-header {
    position: relative;
    padding: 10px;
}

    .content-header > h1 {
        margin: 0;
        padding-left: 5px;
        font-size: 19px;
        display: inline;
    }

        .content-header > h1 > small {
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            font-weight: 300;
        }

    .content-header > .breadcrumb {
        float: right;
        background: transparent;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        padding: 2px 8px 0 0;
    }

        .content-header > .breadcrumb > li > a {
            color: #444;
            text-decoration: none;
            display: inline-block;
        }

            .content-header > .breadcrumb > li > a > .fa,
            .content-header > .breadcrumb > li > a > .glyphicon,
            .content-header > .breadcrumb > li > a > .ion {
                margin-right: 5px;
            }

        .content-header > .breadcrumb > li + li:before {
            content: '>\00a0';
        }

@media (max-width: 991px) {
   
    .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px;
    }

        .content-header > .breadcrumb li:before {
            color: #97a0b3;
        }
}

.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px 15px;
}

@media only screen and (max-device-width: 991px) {

    .card-stats .card-header {
        float: left;
        text-align: center;
        margin-top: -10px !important;
    }
   
}


@media (max-width: 991px) {
    
    .navbar-custom-menu .filterTop .navbar-nav > li > a {
        padding: 0px;
    }
    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }
    .widget .title {
        font-size: 11px;
        letter-spacing: 0.3px;
    }
        .navbar-custom-menu .navbar-nav > li > a {
            /*padding-top: 30px !important;
            padding-bottom: 30px !important;*/
            padding: 5px;
        }

    .reports .panel-body {
        padding: 7px !important;
    }

    .routeplan .tab-scrool-three {
        max-height: calc(23vh - 180px) !important;
    }

    .reports .tab-scrool-three {
        max-height: calc(50vh - 180px) !important;
    }

    .service .service_tbl {
        width: 100% !important;
    }
    #ViewVehicleModal .modal-dialog2 {
        width: 75% !important;
    }

    .drivercoa_ipad_tables {
        display:inline-block!important;
    }

    .replaymain #videoChannelSection .show_content_videoinner {
        position: absolute !important;
        z-index: 1;
        text-align: center;
        color: #ffffff;
        margin: auto;
        transform: translate(113px, 170px) !important;
    }
    .EventsMain .lb-head-single {
        height: 65px;
    }
   .Event_VideochannelSection #videoChannelSection .modal-dialog {
        width: 90% !important;
        left: 6% !important;
    }
    .EventsMain .show_content_videoinner {
        position: absolute !important;
        z-index: 1;
        text-align: center;
        color: #ffffff;
        margin: auto;
        transform: translate(73px, 125px) !important;
    }
    .EventsMain .show_content_imginner {
        position: absolute !important;
        z-index: 1;
        text-align: center;
        margin: auto;
        color: #ffffff;
        font-size: 14px;
       transform: translate(73px, 125px) !important;
    }
}


 



@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important;
    }

        .navbar-collapse.pull-left + .navbar-custom-menu {
            display: block;
            position: absolute;
            top: 0;
            right: 40px;
        }
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar {
    position: fixed;
    left: 0;
    width: 230px;
   /* z-index: 810;*/
    z-index: 1810;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    background: var(--main-sidebar);
}

@media (max-width: 767px) {
    .checkbox label, label.checkbox-inline {
        cursor: pointer;
        padding-left: 15px !important;
        color: rgba(0,0,0,.26);
    }
    .load-icon {
        position: absolute;
        left: 40% !important;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 5px 8px;
        border-radius: 2px;
        font-size: 12px;
    }
    .POI #modelup .livefoot {
        display: flex !important;
    }
    .volume_ab {
        position: absolute;
        right: 14px;
    }
    .vol-span1
    {
        padding-left:0 !important;
    }
    .live .findVehiclesSection {
        position: absolute;
        top: 40px;
        right: 43px;
        width: 310px !important;
        min-height: 43px !important;
        height: auto;
        max-height: 400px;
        overflow: scroll;
        background: #fff;
        box-shadow: 2px 5px 13px 0 grey;
        overflow-x: hidden;
    }
 /*   .main-sidebar {
        padding-top: 50px;
    }*/
    .reports .tab-scrool-three {
        max-height: calc(100vh - 180px);
    }
    #dashboardtab .drivercoa_btn_xs {
        padding: 8px !important;
        height: 29px !important;
        width: 29px !important;
        margin-right: 5px !important;
    }
    #dashboardtab .drivercoa_date_xs {
        display:flex !important;
    }
    .h6, h6 {
        font-size: 9px !important;
    }
    .lb-head .lb-driver {
        font-size: 9px !important;
    }

     #videoChannelSection .show_content_videoinner {
        position: absolute !important;
        z-index: 1;
        text-align: center;
        color: #ffffff;
        margin: auto;
        top: -150px !important;
        transform: translate(3px, 170px) !important;
        font-size: 12px !important;
    }


    .modal-header {
        font-size: 12px !important;
    }
    /*.mb-back{
        float:left !important;
    }*/
    .vech_cog {
        font-size: 12px !important;
        position: absolute !important;
        top: -20px !important;
        color: #4d575e !important;
        right: 25px !important;
    }
    .set_ml {
        margin-left: 0px;
    }

    .option_bar1 {
        position: absolute;
        width: 35px;
        color: #fff;
        z-index: 1 !important;
        top: 121px !important;
        right: 8px;
        background: #2f3a53;
        transition: 0.3s;
    }
    #videoGalleryModal .modal-dialog, #videoChannelSection .modal-dialog {
        width: 95% !important;
        
    }

    .EventsMain .dropdown.open .dropdown-menu {
        position: absolute !important;
        left: -270px !important;
    }
   

    #eventfiltersSection .modal-body {
        width: 100% !important;
    }
    .Event_analyzeEventshow_content_imginner {
        position: absolute !important;
        z-index: 1;
        text-align: center;
        margin: auto;
        transform: translate(0px, 170px);
        color: #ffffff;
    }
    .analyzeEventshow_content_videoinner {
        position: absolute !important;
        z-index: 1;
        text-align: center;
        margin: auto;
        transform: translate(0px, 170px);
        color: #ffffff;
    }

    .live #videoCommandList_modal {
        position: absolute;
        z-index: 1 !important;
    }
    #eventfiltersSection .modal-dialog {
        width: 76.5% !important;
    }
    #eventfiltersSection .modal.right .modal-body {
        height: calc(100vh - 313px) !important;
    }

}

@media (max-width: 767px) {

    #LocateVehicleModal .modal-dialog {
        top: 70px !important;
        width: 85% !important;
    }

}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (max-width: 767px) {
    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.sidebar-form input:focus {
    border-color: transparent;
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

    .user-panel:before,
    .user-panel:after {
        content: " ";
        display: table;
    }

    .user-panel:after {
        clear: both;
    }

    .user-panel > .image > img {
        width: 100%;
        max-width: 45px;
        height: auto;
    }

    .user-panel > .info {
        padding: 5px 5px 5px 15px;
        line-height: 1;
        position: absolute;
        left: 55px;
    }

        .user-panel > .info > p {
            font-weight: 600;
            margin-bottom: 9px;
        }

        .user-panel > .info > a {
            text-decoration: none;
            padding-right: 5px;
            margin-top: 3px;
            font-size: 11px;
        }

            .user-panel > .info > a > .fa,
            .user-panel > .info > a > .ion,
            .user-panel > .info > a > .glyphicon {
                margin-right: 3px;
            }


/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
    position: fixed;
    z-index: 1000;
    bottom: 0;
}

.control-sidebar-bg,
.control-sidebar {
    top: 0;
    right: -430px;
    width: 430px;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

.control-sidebar {
    position: absolute;
    margin-top: 50px;
    z-index: 1010;
}

    .control-sidebar > .tab-content {
        padding: 10px 15px;
    }

    .control-sidebar.control-sidebar-open,
    .control-sidebar.control-sidebar-open + .control-sidebar-bg {
        right: 0;
    }

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
    right: 0;
}

@media (min-width: 768px) {
    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 230px;
    }
}

.fixed .control-sidebar {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 50px;
}

.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
    border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs > li > a {
    border-radius: 0;
}

    .nav-tabs.control-sidebar-tabs > li > a,
    .nav-tabs.control-sidebar-tabs > li > a:hover {
        border-top: none;
        border-right: none;
        border-left: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

        .nav-tabs.control-sidebar-tabs > li > a .icon {
            font-size: 16px;
        }

.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

@media (max-width: 768px) {
    .nav-tabs.control-sidebar-tabs {
        display: table;
    }

        .nav-tabs.control-sidebar-tabs > li {
            display: table-cell;
        }
}

.control-sidebar-heading {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.control-sidebar-subheading {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.control-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

    .control-sidebar-menu > li > a {
        display: block;
        padding: 10px 15px;
    }

        .control-sidebar-menu > li > a:before,
        .control-sidebar-menu > li > a:after {
            content: " ";
            display: table;
        }

        .control-sidebar-menu > li > a:after {
            clear: both;
        }

        .control-sidebar-menu > li > a > .control-sidebar-subheading {
            margin-top: 0;
        }

    .control-sidebar-menu .menu-icon {
        float: left;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
    }

    .control-sidebar-menu .menu-info {
        margin-left: 45px;
        margin-top: 3px;
    }

        .control-sidebar-menu .menu-info > .control-sidebar-subheading {
            margin: 0;
        }

        .control-sidebar-menu .menu-info > p {
            margin: 0;
            font-size: 11px;
        }

    .control-sidebar-menu .progress {
        margin: 0;
    }

.control-sidebar-dark {
    color: #b8c7ce;
}

    .control-sidebar-dark,
    .control-sidebar-dark + .control-sidebar-bg {
        background: #2b303b;
    }

        .control-sidebar-dark .nav-tabs.control-sidebar-tabs {
            border-bottom: #1c2529;
        }

            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
                background: #058CFA;
                color: #FFFFFF;
                font-size: 13px;
            }

                .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
                .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
                .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
                }

                    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
                    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
                    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
                        background: #1c2529;
                    }

                    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
                        color: #fff;
                    }

            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
                background: #222d32;
                color: #fff;
            }

        .control-sidebar-dark .control-sidebar-heading,
        .control-sidebar-dark .control-sidebar-subheading {
            color: #fff;
        }

        .control-sidebar-dark .control-sidebar-menu > li > a:hover {
            background: #1e282c;
        }

        .control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
            color: #b8c7ce;
        }

.control-sidebar-light {
    color: #5e5e5e;
}

    .control-sidebar-light,
    .control-sidebar-light + .control-sidebar-bg {
        background: #f9fafc;
        border-left: 1px solid #d2d6de;
    }

        .control-sidebar-light .nav-tabs.control-sidebar-tabs {
            border-bottom: #d2d6de;
        }

            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
                background: #e8ecf4;
                color: #444444;
            }

                .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
                .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
                .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
                    border-left-color: #d2d6de;
                    border-bottom-color: #d2d6de;
                }

                    .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
                    .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
                    .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
                        background: #eff1f7;
                    }

            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
                background: #f9fafc;
                color: #111;
            }

        .control-sidebar-light .control-sidebar-heading,
        .control-sidebar-light .control-sidebar-subheading {
            color: #111;
        }

        .control-sidebar-light .control-sidebar-menu {
            margin-left: -14px;
        }

            .control-sidebar-light .control-sidebar-menu > li > a:hover {
                background: #f4f4f5;
            }

            .control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
                color: #5e5e5e;
            }
/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
    max-height: 280px;
    min-width: 164px !important;
    overflow: hidden;
    display: none;
    padding: 0 !important;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.dropdown.open .dropdown-menu {
    display: block;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
/*.dropdown .dropdown-menu {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    padding: 0 !important;
}

.dropdown.open .dropdown-menu {
    max-height: 280px;
    opacity: 1;
}*/

.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
    margin-right: 10px;
}

.dropdown-menu > li > a:hover {
    color: #333;
}

.dropdown-menu > .divider {
    background-color: #eee;
}

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
    width: 514px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
    -webkit-transform-origin: 40% 0;
    transform-origin: 40% 0;
    transition: all ease .2s;
    font-size: 12px;
}

    .navbar-nav > .notifications-menu > .dropdown-menu > li,
    .navbar-nav > .messages-menu > .dropdown-menu > li,
    .navbar-nav > .tasks-menu > .dropdown-menu > li {
        position: relative;
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
        .navbar-nav > .messages-menu > .dropdown-menu > li.header,
        .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
            background-color: #F1F2F2;
            padding: 7px;
            border-bottom: 1px solid #f4f4f4;
            color: #2a6bb7;
            font-size: 12px;
            text-align: center;
        }

        .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
        .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
        .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
            text-align: center;
            font-size: 12px;
            padding: 7px 15px;
            color: #fff;
        }

            .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
            .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
            .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
                text-decoration: none;
                font-weight: normal;
            }

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
        .navbar-nav > .messages-menu > .dropdown-menu > li .menu,
        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
            max-height: 200px;
            margin: 0;
            padding: 0;
            list-style: none;
            overflow-x: hidden;
        }

            .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
            .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
            .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
                display: block;
                white-space: nowrap;
                /* Prevent text from breaking */
                border-bottom: 1px solid #f4f4f4;
            }

                .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
                .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
                .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
                    background: #9da5b4;
                    text-decoration: none;
                }

            .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
                color: #444444;
                overflow: hidden;
                font-size: 13px;
                text-overflow: ellipsis;
                padding: 10px;
            }

                .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
                .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
                .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
                    width: 20px;
                }

            .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
                margin: 0;
                padding: 10px 10px;
            }

                .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
                    margin: auto 10px auto auto;
                    width: 40px;
                    height: 40px;
                }

                .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
                    padding: 0;
                    margin: 0 0 0 45px;
                    color: #444444;
                    font-size: 15px;
                    position: relative;
                }

                    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
                        color: #999999;
                        font-size: 10px;
                        position: absolute;
                        top: 0;
                        right: 0;
                    }

                .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
                    margin: 0 0 0 45px;
                    font-size: 12px;
                    color: #888888;
                }

                .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
                .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
                    content: " ";
                    display: table;
                }

                .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
                    clear: both;
                }

            .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
                padding: 10px;
            }

                .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
                    font-size: 14px;
                    padding: 0;
                    margin: 0 0 10px 0;
                    color: #666666;
                }

                .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
                    padding: 0;
                    margin: 0;
                }

/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
    backface-visibility: visible !important;
    -webkit-animation: flipInX 0.7s both;
    -o-animation: flipInX 0.7s both;
    animation: flipInX 0.7s both;
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
    }
}
/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
    }

@media (max-width: 991px) {
    .navbar-custom-menu > .navbar-nav {
        float: right;
        /*margin-top: 0px;*/
        margin-top: 7px;
    }

    .score-brick span {
        margin-left: 55px !important;
    }

    #LocateVehicleModal .modal-dialog {
        width: 30%;
        right: 0 !important;
        top: 70px !important;
    }
    .modal.right .modal-body {
        height: calc(100vh - 280px) !important;
    }
    .ipad-search {
        width: 99.5% !important;
    }
    .fleet_management .form-control, textarea.form-control, select.form-control {
        margin-bottom: 5px !important;
        margin-right: 5px;
    }

    .show_user_section .profile-img-container {
        padding: 25px;
        float: left;
    }


    #tripsTop .modal-dialog {
        width: 84% !important;
        left: auto !important;
    }


    .set_ml {
        margin-left: 0px;
    }

    .add_user_section .profile-img-container {
        text-align: center;
        padding: 25px;
        float: left;
    }
    #globalSettings .txt-center {
        text-align: left;
    }
    .fleet_management .form-control, textarea.form-control, select.form-control {
        margin-bottom: 5px !important;
        margin-right: 5px;
    }


        .navbar-custom-menu > .navbar-nav > li {
            position: static;
        }

            .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
                position: absolute;
                right: 5%;
                left: auto;
                background: #fff;
                -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
                box-shadow: 0 2px 10px rgba(0,0,0,.2);
            }
}

.font-38 {
    font-size: 38px !important;
}

.font-19 {
    font-size: 19px;
}

.font-bold {
    font-weight: bold !important;
}
/*
 * Component: alert
 * ----------------
 */
.alert {
    border-radius: 3px;
    font-size: 13px;
}

    .alert h4 {
        font-weight: 600;
    }

    .alert .icon {
        margin-right: 10px;
    }

    .alert .close {
        opacity: 1;
    }

        .alert .close:hover {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

.alert-success {
    border-color: #008d4c;
}

.alert-error {
    border-color: #d73925;
}

.alert-info {
    color: #31708f !important;
    background-color: #d9edf7;
    border-color: #bce8f1;
    font-size: 12px;
}
/* PAGINATION */
.pagination > li > a {
    background: #fafafa;
    color: #666;
}

.pagination.pagination-flat > li > a {
    border-radius: 0 !important;
}
/*
 * Component: Products List
 * ------------------------
 */
.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .products-list > .item {
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        background: #fff;
    }

        .products-list > .item:before,
        .products-list > .item:after {
            content: " ";
            display: table;
        }

        .products-list > .item:after {
            clear: both;
        }

    .products-list .product-img {
        float: left;
    }

        .products-list .product-img img {
            width: 50px;
            height: 50px;
        }

    .products-list .product-info {
        margin-left: 60px;
    }

    .products-list .product-title {
        font-weight: 600;
    }

    .products-list .product-description {
        display: block;
        color: #999;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.product-list-in-box > .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
}

    .product-list-in-box > .item:last-of-type {
        border-bottom-width: 0;
    }


/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center;
}

    .users-list > li img {
        border-radius: 50%;
        max-width: 100%;
        height: auto;
    }

    .users-list > li > a:hover,
    .users-list > li > a:hover .users-list-name {
        color: #999;
    }

.users-list-name,
.users-list-date {
    display: block;
}

.users-list-name {
    font-weight: 600;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.users-list-date {
    color: #999;
    font-size: 12px;
}

/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget {
    border: none;
    position: relative;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.widget-user .widget-user-desc {
    margin-top: 0;
}

.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px;
}

    .widget-user .widget-user-image > img {
        width: 90px;
        height: auto;
        border: 3px solid #fff;
    }

.widget-user .box-footer {
    padding-top: 30px;
}

.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

.widget-user-2 .widget-user-desc {
    margin-top: 0;
}

.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
    margin-left: 75px;
}

.widget-user-2 .widget-user-image > img {
    width: 65px;
    height: auto;
    float: left;
}

.treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: #0174DF 1px solid;
    padding-left: 5px;
}

    .treeview-menu .treeview-menu {
        padding-left: 20px;
    }

    .treeview-menu > li {
        padding: 9px 15px;
        border-top: #F4F4F4 1px solid;
    }

        .treeview-menu > li > a {
            font-size: 13px;
        }

            .treeview-menu > li > a > .fa,
            .treeview-menu > li > a > .glyphicon,
            .treeview-menu > li > a > .ion {
                width: 20px;
            }

            .treeview-menu > li > a > .pull-right-container > .fa-angle-right,
            .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
            .treeview-menu > li > a > .fa-angle-right,
            .treeview-menu > li > a > .fa-angle-down {
                width: auto;
            }
/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages > .table {
    margin: 0;
}

.mailbox-controls {
    padding: 5px;
}

    .mailbox-controls.with-border {
        border-bottom: 1px solid #f4f4f4;
    }

.mailbox-read-info {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
}

    .mailbox-read-info h3 {
        font-size: 20px;
        margin: 0;
    }

    .mailbox-read-info h5 {
        margin: 0;
        padding: 5px 0 0 0;
    }

.mailbox-read-time {
    color: #999;
    font-size: 13px;
}

.mailbox-read-message {
    padding: 10px;
}

.mailbox-attachments li {
    float: left;
    width: 200px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;
}

.mailbox-attachment-name {
    font-weight: bold;
    color: #666;
}

.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
    display: block;
}

.mailbox-attachment-info {
    padding: 10px;
    background: #f4f4f4;
}

.mailbox-attachment-size {
    color: #999;
    font-size: 12px;
}

.mailbox-attachment-icon {
    text-align: center;
    font-size: 65px;
    color: #666;
    padding: 20px 10px;
}

    .mailbox-attachment-icon.has-img {
        padding: 0;
    }

        .mailbox-attachment-icon.has-img > img {
            max-width: 100%;
            height: auto;
        }
/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
    background: #d2d6de;
}

.lockscreen-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

    .lockscreen-logo a {
        color: #444;
    }

.lockscreen-wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10%;
}
/* User name [optional] */
.lockscreen .lockscreen-name {
    text-align: center;
    font-weight: 600;
}
/* Will contain the image and the sign in form */
.lockscreen-item {
    border-radius: 4px;
    padding: 0;
    background: #fff;
    position: relative;
    margin: 10px auto 30px auto;
    width: 290px;
}
/* User image */
.lockscreen-image {
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -25px;
    background: #fff;
    padding: 5px;
    z-index: 10;
}

    .lockscreen-image > img {
        border-radius: 50%;
        width: 70px;
        height: 70px;
    }
/* Contains the password input and the login button */
.lockscreen-credentials {
    margin-left: 70px;
}

    .lockscreen-credentials .form-control {
        border: 0;
    }

    .lockscreen-credentials .btn {
        background-color: #fff;
        border: 0;
        padding: 0 10px;
    }

.lockscreen-footer {
    margin-top: 10px;
}
/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

    .login-logo a,
    .register-logo a {
        color: #444;
    }

.login-page,
.register-page {
    background: #d2d6de;
}

.login-box,
.register-box {
    width: 360px;
    margin: 7% auto;
}

@media (max-width: 768px) {
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }
}

.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

    .login-box-body .form-control-feedback,
    .register-box-body .form-control-feedback {
        color: #777;
    }

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.social-auth-links {
    margin: 10px 0;
}
/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

@media (max-width: 991px) {
    .error-page {
        width: 100%;
    }
}

.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

.error-page > .error-content {
    margin-left: 190px;
    display: block;
}

@media (max-width: 991px) {
    .error-page > .error-content {
        margin-left: 0;
    }
}

.error-page > .error-content > h3 {
    font-weight: 300;
    font-size: 25px;
}

@media (max-width: 991px) {
    .error-page > .error-content > h3 {
        text-align: center;
    }
}
/*
 * Page: Invoice
 * -------------
 */
.invoice {
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 10px 25px;
}

.invoice-title {
    margin-top: 0;
}
/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.profile-username {
    font-size: 21px;
    margin-top: 5px;
}

.post {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666;
}

    .post:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .post .user-block {
        margin-bottom: 15px;
    }
/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px;
}

.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
}

.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3c8dbc;
    color: white;
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: 0;
    }

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
}

    .select2-dropdown .select2-search__field:focus,
    .select2-search--inline .select2-search__field:focus {
        outline: none;
    }

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #3c8dbc !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

    .select2-container--default .select2-results__option[aria-selected=true],
    .select2-container--default .select2-results__option[aria-selected=true]:hover {
        color: #444;
    }

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

    .select2-container--default .select2-selection--multiple:focus {
        border-color: #3c8dbc;
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #fff;
    }

.select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}

.datepicker, .datepicker-dropdown, .dropdown-menu, .datepicker-orient-left, .datepicker-orient-top {
    z-index: 3500 !important;
}

.box .datepicker-inline,
.box .datepicker-inline .datepicker-days,
.box .datepicker-inline > table,
.box .datepicker-inline .datepicker-days > table {
    width: 100%;
}

    .box .datepicker-inline td:hover,
    .box .datepicker-inline .datepicker-days td:hover,
    .box .datepicker-inline > table td:hover,
    .box .datepicker-inline .datepicker-days > table td:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .box .datepicker-inline td.day.old,
    .box .datepicker-inline .datepicker-days td.day.old,
    .box .datepicker-inline > table td.day.old,
    .box .datepicker-inline .datepicker-days > table td.day.old,
    .box .datepicker-inline td.day.new,
    .box .datepicker-inline .datepicker-days td.day.new,
    .box .datepicker-inline > table td.day.new,
    .box .datepicker-inline .datepicker-days > table td.day.new {
        color: #777;
    }

.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-group-unbordered > .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.flat {
    border-radius: 0 !important;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 500;
}

.text-sm {
    font-size: 12px;
}

.jqstooltip {
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
}

.bg-teal-gradient {
    background: #39cccc !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
    background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
    background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
    background: -o-linear-gradient(#7adddd, #39cccc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
    color: #fff;
}

.bg-light-blue-gradient {
    background: #3c8dbc !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
    background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
    background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
    background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
    color: #fff;
}

.bg-blue-gradient {
    background: #0073b7 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
    background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
    background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
    background: -o-linear-gradient(#0089db, #0073b7) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
    color: #fff;
}

.bg-aqua-gradient {
    background: #00c0ef !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
    background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
    background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
    background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
    color: #fff;
}

.bg-yellow-gradient {
    background: #f39c12 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
    background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
    background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
    background: -o-linear-gradient(#f7bc60, #f39c12) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
    color: #fff;
}

.bg-purple-gradient {
    background: #605ca8 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
    background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
    background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
    background: -o-linear-gradient(#9491c4, #605ca8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
    color: #fff;
}

.bg-green-gradient {
    background: #00a65a !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
    background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
    background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
    background: -o-linear-gradient(#00ca6d, #00a65a) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
    color: #fff;
}

.bg-red-gradient {
    background: #dd4b39 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
    background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
    background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
    background: -o-linear-gradient(#e47365, #dd4b39) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
    color: #fff;
}

.bg-black-gradient {
    background: #111111 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
    background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
    background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
    background: -o-linear-gradient(#2b2b2b, #111111) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
    color: #fff;
}

.bg-maroon-gradient {
    background: #d81b60 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
    background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
    background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
    background: -o-linear-gradient(#e73f7c, #d81b60) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
    color: #fff;
}

.description-block .description-icon {
    font-size: 16px;
}

.no-pad-top {
    padding-top: 0;
}

.position-static {
    position: static !important;
}

.list-header {
    font-size: 15px;
    padding: 10px 4px;
    font-weight: bold;
    color: #666;
}

.list-seperator {
    height: 1px;
    background: #f4f4f4;
    margin: 15px 0 9px 0;
}

.list-link > a {
    padding: 4px;
    color: #777;
}

    .list-link > a:hover {
        color: #222;
    }

.font-light {
    font-weight: 300;
}

.user-block:before,
.user-block:after {
    content: " ";
    display: table;
}

.user-block:after {
    clear: both;
}

.user-block img {
    width: 40px;
    height: 40px;
    float: left;
}

.user-block .username,
.user-block .description,
.user-block .comment {
    display: block;
    margin-left: 50px;
}

.user-block .username {
    font-size: 16px;
    font-weight: 600;
}

.user-block .description {
    color: #999;
    font-size: 13px;
}

.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
    margin-left: 40px;
}

.user-block.user-block-sm .username {
    font-size: 14px;
}

.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    float: left;
}

.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    width: 30px !important;
    height: 30px !important;
}

    .img-sm + .img-push {
        margin-left: 40px;
    }

.img-md {
    width: 60px;
    height: 60px;
}

    .img-md + .img-push {
        margin-left: 70px;
    }

.img-lg {
    width: 100px;
    height: 100px;
}

    .img-lg + .img-push {
        margin-left: 110px;
    }

.img-bordered {
    border: 3px solid #d2d6de;
    padding: 3px;
}

.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px;
}

.attachment-block {
    border: 1px solid #f4f4f4;
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7f7;
}

    .attachment-block .attachment-img {
        max-width: 100px;
        max-height: 100px;
        height: auto;
        float: left;
    }

    .attachment-block .attachment-pushed {
        margin-left: 110px;
    }

    .attachment-block .attachment-heading {
        margin: 0;
    }

    .attachment-block .attachment-text {
        color: #555;
    }

.connectedSortable {
    min-height: 100px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
}

.full-opacity-hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

    .full-opacity-hover:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .chart svg,
    .chart canvas {
        width: 100% !important;
    }
/*
 * Misc: print
 * -----------
 */
@media print {
    .no-print,
    .main-sidebar,
    .left-side,
    .main-header,
    .content-header {
        display: none !important;
    }

    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0 !important;
        min-height: 0 !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }

    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 0 !important;
    }

    .invoice {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .invoice-col {
        float: left;
        width: 33.3333333%;
    }

    .table-responsive {
        overflow: auto;
    }

        .table-responsive > .table tr th,
        .table-responsive > .table tr td {
            white-space: normal !important;
        }
}


@-webkit-keyframes rippleOn {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    50% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes rippleOn {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    50% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@-webkit-keyframes rippleOff {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    50% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    50% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

.togglebutton {
    vertical-align: middle
}

    .togglebutton, .togglebutton label, .togglebutton input, .togglebutton .toggle {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .togglebutton label {
            cursor: pointer;
            color: rgba(0,0,0,.26)
        }

.form-group.is-focused .togglebutton label {
    color: rgba(0,0,0,.26)
}

.dropdown-menu .divider {
    margin: 1px 0 !important;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

    .description-block.margin-bottom {
        margin-bottom: 25px;
    }

    .description-block > .description-header {
        margin: 0;
        padding: 0;
        font-weight: 600;
        font-size: 16px;
    }

    .description-block > .description-text {
        text-transform: uppercase;
    }

.switch-slid {
    position: absolute;
    bottom: 8px;
    right: 0;
}

.geo .switch {
    position: relative;
    top: -8px;
    width: 50px;
    height: 20px;
    background: #eeeeee;
    /*background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);*/
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.dropdown-toggle {
    cursor: pointer;
}

.btn-white {
    background: #fff;
}

.largeWidth {
    color: #929292 !important;
    border-color: #929292 !important;
}
/** Overview Widgets Style 3**/
.widget .hvr-bounce-to-right.bg-primary {
    background-color: #337ab7 !important;
    color: white !important;
}

    .widget .hvr-bounce-to-right.bg-primary:before {
        background: #5698ce !important;
    }

.widget .hvr-bounce-to-right.bg-info:before {
    background: #78d3ed !important;
}

.widget .hvr-bounce-to-right.bg-info {
    background-color: #5bc0de !important;
    color: white !important;
}


.widget .hvr-bounce-to-right.bg-success {
    background-color: #5cb85c !important;
    color: white !important;
}

    .widget .hvr-bounce-to-right.bg-success:before {
        background: #75c475 !important;
    }

.widget .hvr-bounce-to-right.bg-warning {
    background-color: #f0ad4e !important;
    color: white !important;
}

    .widget .hvr-bounce-to-right.bg-warning:before {
        background: #fcc476 !important;
    }

.widget .hvr-bounce-to-right.bg-danger {
    background-color: #d9534f !important;
    color: white !important;
}

    .widget .hvr-bounce-to-right.bg-danger:before {
        background: #ef807f !important;
    }

.widget .hvr-bounce-to-right {
    padding: 6px 11px;
    font-size: 13px;
}

    .widget .hvr-bounce-to-right a {
        color: #f3fff8 !important;
    }

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

    .hvr-bounce-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: hsla(0,0%,100%,.20);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-bounce-to-right:active, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:hover {
        color: #fff
    }

        .hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
            transition-timing-function: cubic-bezier(0.52,1.64,.37,.66)
        }

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control > .fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -15px;
}

.led-yellow {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    -webkit-animation: blinkYellow 1s infinite;
    -moz-animation: blinkYellow 1s infinite;
    -ms-animation: blinkYellow 1s infinite;
    -o-animation: blinkYellow 1s infinite;
    animation: blinkYellow 1s infinite;
}

@-webkit-keyframes blinkYellow {
    0% {
        background-color: #00ff14;
    }

    50% {
        background-color: #09ffa4;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #00e31b 0 -1px 9px, #00ff5a 0 2px 0;
    }

    100% {
        background-color: #09c729;
    }
}

@-moz-keyframes blinkYellow {
    0% {
        background-color: #00ff14;
    }

    50% {
        background-color: #09ffa4;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #00e31b 0 -1px 9px, #00ff5a 0 2px 0;
    }

    100% {
        background-color: #09c729;
    }
}

@-ms-keyframes blinkYellow {
    0% {
        background-color: #00ff14;
    }

    50% {
        background-color: #09ffa4;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #00e31b 0 -1px 9px, #00ff5a 0 2px 0;
    }

    100% {
        background-color: #09c729;
    }
}

@-o-keyframes blinkYellow {
    0% {
        background-color: #00ff14;
    }

    50% {
        background-color: #09ffa4;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #00e31b 0 -1px 9px, #00ff5a 0 2px 0;
    }

    100% {
        background-color: #09c729;
    }
}

@keyframes blinkYellow {
    0% {
        background-color: #00ff14;
    }

    50% {
        background-color: #09ffa4;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #00e31b 0 -1px 9px, #00ff5a 0 2px 0;
    }

    100% {
        background-color: #09c729;
    }
}
/*Mobile and Tablet*/
@media only screen and (max-device-width: 1024px) {
    .tooltip {
        display: none !important;
    }


    .card-scroll,
    .card-scroll-single,
    .card-scroll-one,
    .card-scroll-two,
    .card-scroll-three,
    .card-scroll-four {
        overflow-y: scroll !important;
       /* overflow-x: hidden !important;*/
    }
}
/*Mobile*/
@media only screen and (max-device-width: 768px) {
    .live .tab .tabsContent {
        /*height: auto;*/
    }
    .btn {
        padding: 6.1px 11px !important;
    }
    .widget .intro-widget .intro-right {
        text-align: left !important;
    }

    .widget .intro-widget .btn-group {
        position: absolute;
        margin-top: 7px !important;
        right: 5px;
    }

    .settings .shadow,
    .profile .shadow {
        padding-bottom: 7px;
    }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
        top: auto !important;
        padding: 0;
        box-shadow: none !important;
    }

    .deleteModal .modal-dialog {
        width: 340px !important;
        top: 50% !important;
        left: 0 !important;
    }

    /*.live .bookmark_icon {
        top: -104px !important;
    }*/

    .modal {
        z-index: 9925 !important;
    }

    .modal-dialog {
        width: 100% !important;
        left: auto !important;
    }
    .EventsMain #evnetImages .modal-dialog {
        width: 86.5% !important;
        left: -1% !important;
    }
    .Event_VideochannelSection #videoChannelSection .modal-dialog {
        width: 86% !important;
        left: -4% !important;
    }

    /*.main-header .wrapmenu .vehicle-status .filterTop {
        padding: 15px 5px;
    }*/

    .main-header .wrapmenu .vehicle-status .filterTop {
        padding: 10px;
    }
    .messages-menu {
        padding: 0px 10px !important;
    }

    .main-header .sidebar-toggle {
        padding: 15px 10px;
        margin-right: 4px;
    }

    .mobileMap {
        position: absolute;
        width: 30%;
        height: 30% !important;
        bottom: 1%;
        right: 2%;
        cursor: move;
        border: 3px solid #444;
        padding: 15px;
    }

    #map > div {
        overflow: hidden !important;
    }

    .fullscreen {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        background: #2f3a53;
        cursor: pointer;
        padding: 5px 10px;
        color: #fff;
        z-index: 9;
    }

    .mobileMap:hover #map {
        opacity: 0.4;
    }

    .mobileMap:hover .fullscreen {
        opacity: 1;
    }

    .mobileMap .option_bar {
        width: 30px;
        z-index: 1;
    }

    .product-slider #thumbcarousel .item .thumb {
        width: 60px;
        height: 50px;
    }

    .selectedImg {
        width: 82% !important;
    }

    .settings .card-scroll-single {
        height: calc(100vh - 194px);
    }
}
/*Tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .service #lap1 .card-scroll-two,
    .service #lap3 .card-scroll {
        height: auto !important
    }

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
        top: 0 !important;
        padding: 12px;
    }

    .timelineMap {
        padding: 10px !important
    }

    .mapDefaultHeight {
        margin: 9px;
    }

    /*.live .bookmark_icon {
        margin-top: -113px !important;
    }*/

    .H_l_horizontal .H_ctl:nth-child(1) {
        top: 16px;
        right: -6px;
    }

    #view_modal .modal-dialog {
        right: 0 !important
    }
}

#scrollToTop, #scrollToBottom {
    cursor: pointer;
    background-color: #0090CB;
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 16pt;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
}
@media (max-width:767px){

    .eventBody h6 {
        margin: 0;
        display: inline;
        padding-right: 6px;
        font-size: 13px !IMPORTANT;
        letter-spacing: 0.4px;
    }

    #requestvideo_ontrip_modal{
        overflow-y:scroll;
    }
    .EventPopup {
        z-index: 22;
    }
    .multiselect-parent .dropdown-menu {
        right: auto !important;
        height: 197px !important;
    }
    .navbar-custom-menu > .navbar-nav {
        margin-top: 34px !important;
        display: flex;
        float:none !important;
    }
    .main-header .wrapmenu .vehicle-status .filterTop {
        padding: 6px 10px !important;
    }
}

@media (max-width: 767px) {
    #DeviceAdminOption_Modal .modal-dialog {
        width: 100% !important;
        left: auto !important;
    }

    #LocateVehicleModal .modal-body {
        padding: 8px;
        overflow-x: visible !important;
    }
    .viewMsg_section{
        margin-top:10px !important;
    }
    .msg h6 {
        font-size: 13px !important;
        line-height: 20px;
        letter-spacing: 0.1px;
        color: #555d66;
    }
    .vol-div {
        margin-left: 20px !important;
        margin-left: 0px !important;
        font-size: 8px !important;
    }
    .reports .dashlets .lb-head-single {
        height: 100px !important;
        padding-top: 25px !important;
    }
  .score-brick span {
        margin-left: 0px !important;
    }
    .main-header .navbar-custom-menu {
       
        width: 30px !important;
        position: absolute !important;
        right: 177px !important;
        z-index: -3 !important;
        display: flex !important;
        top: -30px !important;
    }
    .vehicle-status {
        margin-top: 5px !important;
    }
    .btn-default-1_mb {
        font-size: 12px;
        border-radius: 3px;
        width: 85px !important;
        margin-top: 7px !important;
        margin-left: 10px !important;
    }
    .mbp5 {
        padding: 5px !important;
    }

    .mbp0 {
        padding: 0px !important;

    }
    .mb_ddl .btn-default-1 {
        min-width: 70px !important;
        min-width: 70px !important;
        margin-top: 18px !important;
        padding: 2px;
    }
        .main-header .wrapmenu .status_menu, .main-header .wrapmenu .vehicle-status {
        background: rgba(0, 0, 0 37%);
        float: left !important;
        color: #f0f2f6 !important;
        text-align: center !important;
        cursor: pointer !important;
        display: flex !important;
        padding-top: 0px !important;
        font-size: 10px !important;
    }

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute !important;
        left: -95px !important;
        top: 68px !important;
        border-top: 3px solid gray !important;
        background: #fff !important;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0 18%) !important;
        box-shadow: 0 2px 10px rgba(0, 0 ,0 20%) !important;
    }
    .navbar-nav > .user-menu .user-image {
        margin-right: 0 !important;
        width: 20px !important;
        height: 20px !important;
        float: none !important;
        margin-top: -17px !important;
        margin-top: -3px !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 1023px) {


  .main-sidebar {
    transform: none !important;
    z-index: 9999 !important;
  }
}


@media only screen and (min-width: 600px) and (max-width: 1365px) {
    .modal_footer_position {
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 0px !important;
        background-color: #F1F2F2;
        height: 67px;
        text-align: center;
    }
    #thumbcarousel .no_video_txt p {
        font-size: 5px !important;
    }
    .no_video_txt p {
        font-size: 12px !important;
    }

    .mb_ddl .btn-default-1 {
        min-width: 70px !important;
        min-width: 70px !important;
        margin-top: -5px !important;
        padding: 2px;
    }

    .score-brick_span {
        position: absolute;
        left: 45px;
        top: 10px;
    }
    .tab_mt_1{
        margin-top:10px !important;
    }
    .driver_coaching_list1 {
        width: 46.666667%;
    }
    .drivercoa_date_xs .dropdown-toggle {
        background: #fff;
        min-width: 136px !important;
        text-align: left;
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
        box-shadow: none;
        border: 1px solid rgba(0,0,0,0.1);
        transition-duration: .4s;
        color: #6f6f6f;
    }

    .driver_coaching_list2 {
        width: 96.333333%;
        padding: 0px;
    }
    .driver_coaching_list2_nop {
        padding: 0px;
    }

    .driver_coaching_list3 {
        width: 32.666667%;
        padding: 0;
    }

    .driver_coaching_list4 {
        width: 27.666667%;
    }

    .driver_coaching_list5 {
        width: 22.666667%;
    }

    .drive_c_go {
        padding: 6px 5px !important;
        font-size: 10px !important;
    }
    .live .lb-head {
        background-size: cover;
        padding: 10px;
        margin: 0;
        height: 116px;
        background: #F2F2F2;
    }
    #GetStreetViewMapModal .modal-dialog {
        position: absolute;
        right: 0% !important;
    }

    #requestvideo_ontrip_modal .pop-live {
        background: #f2f2f2;
        font-size: 13px;
        padding: 7px 0;
        font-weight: 400;
        max-width: 100%;
        min-width: 250px;
    }
    .tab_ml_30{
        margin-left:30px !important;
    }
    #colexid {
        z-index: 1;
        display: block !important;
    }
    #lap2, #lap1, #lap3 {
        z-index: 1;
       /* display: block !important;*/
    }
    .multi_trips_toogle {
        position: initial !important;
        right: auto;
    }
    #DeviceAdminOption_Modal .modal-dialog {
        width: 85% !important;
        left: auto !important;
    }
    .speed_value {
        width: 9% !important;
        height: 25px;
        font-size: 9px;
        padding: 6px 5px;
        border-radius: 50%;
        border: 1px solid #57be5c !important;
        text-align: center;
        margin-right: 5px;
    }
    .filterTop .navbar-nav > li > a {
        padding: 5px !important;
    }

    .main-header .wrapmenu .vehicle-status .filterTop {
        padding: 3px !important;
    }

    .messages-menu {
        padding: 0px 5px !important;
    }

    .filterTop .navbar-nav > li > a {
        padding: 0px !important;
    }

    .wrapmenu {
        margin-top: 10px;
    }
    .video_bar {
        width: 52% !important;
    }
    .ipad_lb_head {
        height: 120px !important;
    }

    .date_ipad_videos {
        width: 381px !important;
        position: absolute !important;
        top: 55px !important;
    }
}


@media only screen and (min-width: 300px) and (max-width: 450px) {
  .main-sidebar {
    transform: none !important;
    z-index: 9999 !important;
  }
    .mb_pr_0 {
        padding-right:0px !important;
    }

    #ReqVideoOnMaoEvent_modal .modal-dialog {
        width: 100% !important;
        left: 0px !important;
    }
    .user_management_section .search-dropdown {
        overflow: scroll;
        left: -114px !important;
    }
    .font_9_mb{
        font-size:9px !important
    }
    .no_p_mb{
        padding:0px !important
    }
    .Ioport_alert_table .row_head {
        font-size: 9px;
    }

    .height_63_mb {
        height: 62px !important;
    }

    .show_more {
        display: none;
    }
    .vehiclerequireddata {
        position: absolute;
        min-width: 89%;
        max-width: 89%;
       
    }
    .sleeping .dropdown-menu {
        position: absolute;
        top: 100%;
        left: -65px !important;
    }

        .speed_value {
        width: 12% !important;
        height: 25px;
        font-size: 9px;
        padding: 6px 5px;
        border-radius: 50%;
        border: 1px solid #57be5c !important;
        text-align: center;
        margin-right: 5px;
    }

    #LocateVehicleModal .modal-body {
        padding: 8px;
        overflow-x: visible !important;
    }
    .multichallelVideoSection .no_video_txt {
        position: absolute;
        bottom: 40%;
        left: 36%;
        color: white;
        top: 50%;
        transform: translate(-49%, -35%);
    }
        .multichallelVideoSection .no_video_txt p {
            font-size: 5px;
        }
    .multichallelVideoSection .channelCount {
        /* color: #4f5155 !important; */
        color: #fff !important;
        font-size: 9px;
        padding: 12px 4px;
    }

    .modal_footer_position {
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 0px !important;
        background-color: #F1F2F2;
        height: 68px;
        text-align: center;
    }

    .reports .tab-content .card-scroll {
        height: calc(100vh - 136px);
        overflow-x: scroll !important;
    }

    #GetStreetViewMapModal .modal-dialog{
        position: absolute;
        right: 2% !important;
}
    #colexid {
        z-index: 1;
        display: block !important;
    }

    .dashboard .small {
        text-align: center;
        min-height: 210px;
        overflow-x: scroll;
    }

    .trv-pages-area .trv-page-container {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
        width: 625px !important;
    }

    .widget .widget-content .dropdown-menu {
        position: absolute;
        right: 5% !important;
        left: auto;
        /* top: auto; */
        top: 30px;
    }


    .btn-default-1, .multiselect-parent .dropdown-toggle {
        background: #fff;
        min-width: 76px;
        text-align: left;
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
        box-shadow: none;
        border: 1px solid rgba(0,0,0,0.1);
        transition-duration: .4s;
        color: #6f6f6f;
    }

    .audit_txt_overflow {
        letter-spacing: 0.3px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 186px !important;
        display: inline-block;
    }
}

.autocomplete-container .suggestions-container {
  position: absolute;
  width: 100%;
  background: white;
  height: auto;
  box-shadow: 0 2px 5px #00000040;
  box-sizing: border-box;
  z-index: 999 !important;
}
