﻿@charset "utf-8";

article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
    display: block;
}

a img {
    border: 0;
}

button {
    cursor: pointer;
}

/* Required Fonts */

@font-face {
    font-family: 'Open Sans';
    src: url(fonts/Light/OpenSans-Light.woff2?v=1.101) format("woff2"), url(fonts/Light/OpenSans-Light.woff?v=1.101) format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(fonts/LightItalic/OpenSans-LightItalic.woff2?v=1.101) format("woff2"), url(fonts/LightItalic/OpenSans-LightItalic.woff?v=1.101) format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url(fonts/Regular/OpenSans-Regular.woff2?v=1.101) format("woff2"), url(fonts/Regular/OpenSans-Regular.woff?v=1.101) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(fonts/Italic/OpenSans-Italic.woff2?v=1.101) format("woff2"), url(fonts/Italic/OpenSans-Italic.woff?v=1.101) format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url(fonts/Semibold/OpenSans-Semibold.woff2?v=1.101) format("woff2"), url(fonts/Semibold/OpenSans-Semibold.woff?v=1.101) format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.101) format("woff2"), url(fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.101) format("woff");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url(fonts/Bold/OpenSans-Bold.woff2?v=1.101) format("woff2"), url(fonts/Bold/OpenSans-Bold.woff?v=1.101) format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(fonts/BoldItalic/OpenSans-BoldItalic.woff2?v=1.101) format("woff2"), url(fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.101) format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url(fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.101) format("woff2"), url(fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.101) format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.101) format("woff2"), url(fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.101) format("woff");
    font-weight: 800;
    font-style: italic;
}

/* Common Classes */

.clearfix {
    clear: both;
}

.display-none {
    display: none;
}

.ml-10 {
    margin-left: 10px;
}
/* Designer Addition */
/*#popover-content-lastLocation{margin-top:58px;}
#filter-container{margin-top:-110px;}*/

.clearfix:before,
.clearfix:after {
    content: '';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    clear: both;
    zoom: 1;
}

.alert,
.well {
    border-radius: 0;
}

body {
    background-color: #f8f8f8;
    font-size: 14px;
    font-family: 'Open Sans';
}

label {
    margin-right: 8px;
    margin-top: 4px;
    font-weight: normal;
    float: left;
}

.SelectCustomer {
    float: none;
}

.badge-info {
    background-color: #3590ff;
}

.badge-success {
    background-color: #2aaf00;
}

.badge-warning {
    background-color: #fb9700;
}

.badge-danger {
    background-color: #fa3f25;
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.red-button {
    background-color: #FF9900;
    padding: 7px 10px 7px 25px;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    text-transform: uppercase;
    transition: background-color .5s ease-out;
}

    .red-button:hover {
        background-color: #e74646;
    }

.gray-button {
    background-color: #4a4a4a;
    padding: 7px 10px 7px 25px;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    transition: background-color .5s ease-out;
}

    .gray-button:hover {
        background-color: #7b7b7b;
    }

.button-arrow {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.button-refresh {
    background-image: url(../images/refresh.png);
    background-repeat: no-repeat;
    background-position: 6px center;
}

.button-plus {
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.button-search {
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    float: left;
}


.button-prev,
.button-next {
    background-color: transparent;
    border: none;
    margin-right: 6px;
    padding: 0;
}

.button-check {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.button-cross {
    background-image: url(../images/cross.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.customer-logo {
    text-align: center;
}

/* Header Classes */

.wrapper {
    width: 100%;
    color: #51545b;
    min-width: 1000px;
}

.header {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(119, 119, 119, 0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(119, 119, 119, 0.2);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(119, 119, 119, 0.2);
    text-transform: uppercase;
    position: fixed;
    top: 0;
    z-index: 50;
}

.logo {
    float: left;
    margin-left: 16px;
    padding: 2px 0;
}

.navigation {
    float: right;
}

.header .navigation ul {
    list-style: none outside none;
    float: right;
}

.header .navigation li {
    float: left;
    margin: 0 14px;
    text-align: center;
    padding: 16px 0 14px 0;
    position: relative;
    transition: all 1s ease-in;
}

    .header .navigation li a {
        color: #51545b;
        text-decoration: none;
    }

        .header .navigation li a:hover {
            text-decoration: none;
            color: #9b1c27;
        }

    .header .navigation li.active a {
        color: #9b1c27;
    }

.header .navigation .home a,
.header .navigation .invoice a {
    background-image: url(../images/home-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 15px;
    height: 16px;
    text-indent: -999px;
    overflow: hidden;
}

.header .navigation li.active {
    position: relative;
}

    .header .navigation li.active:after {
        content: " ";
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: -4px;
        left: 0;
        background-color: #ba2c2c;
    }

.header .navigation .welcome-admin {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    background-color: #FF9900; /*#ba2c2c;*/
    background-image: url(../images/admin-icon.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    text-transform: none;
    min-width: 86px;
    height: 47px;
    padding-left: 36px;
    margin-right: 0;
    transition: background-color .5s ease-out;
    color: #fff;
    padding-right: 20px;
    white-space: nowrap;
}

    .header .navigation .welcome-admin:hover {
        background-color: #e74646;
        color: #fff;
    }

    .header .navigation .welcome-admin .caret {
        border-bottom-color: #fff;
        border-top-color: #fff;
        margin-left: 3px;
    }

.header .navigation li.last {
    margin: 0;
    padding: 0;
}

.header .navigation .logout {
    display: block;
    background-image: url(../images/logout-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FF9900; /*#ba2c2c;*/
    width: 42px;
    height: 47px;
    transition: background-color .5s ease-out;
}

    .header .navigation .logout:hover {
        background-color: #e74646;
    }

.header .select-client {
    float: left;
    border-left: 1px solid #C9C9C9;
    margin: 5px 0 5px 20px;
}

    .header .select-client ul {
        float: left;
        list-style: none outside none;
    }

    .header .select-client li {
        padding: 10px 0 10px 05px;
    }

        .header .select-client li a {
            color: #51545B;
            text-decoration: none;
        }

            .header .select-client li a:hover {
                text-decoration: none;
                color: #9b1c27;
            }

.selected-customer {
    color: #BA2C2C;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
}


/* Filter Area Classes */

.main-contanier {
    margin: 0 0 -25px 0;
    float: left;
    width: 100%;
}

.filter2 {
    background-color: #fff;
    border: 1px solid #C9C9C9;
    width: 96%;
    display: block;
    margin: 0 auto;
    padding: 20px 16px 9px 0;
    margin-bottom: 16px;
    margin-top: 6px;
    /*height: 98px;
    margin-top: 24px;*/
}

.search-icon {
    padding: 6px 44px 16px 30px;
    float: left;
}

.filter-fields {
    display: block;
    margin-left: 120px;
}

.row-fields {
}

    .row-fields ul {
        list-style: none outside none;
        display: inline-block;
    }

    .row-fields li {
        float: left;
        margin-right: 40px;
    }

.row-button {
    margin-top: 13px;
    padding-top: 7px;
    border-top: 1px solid #C9C9C9;
    margin-left: 83px;
}

/* Company Profile */

.company-row {
    margin: 0 auto;
    width: 97%;
}

    .company-row h2 {
        font-size: 18px;
        color: #000;
        font-weight: normal;
    }

.company-details {
    background-color: #d3dadc;
    margin-top: 2px;
    margin-bottom: 5px;
}

.brand-detail {
    float: left;
    margin: 10px 0 10px 20px;
}

.company-row .brand-logo {
    float: left;
    margin: 0 16px 46px 0;
}

.company-row .brand-info {
    float: left;
    margin-top: 6px;
}

.brand-detail .empty-row {
    height: 42px;
}

.brand-detail .brand-title {
    font-size: 15px;
    color: #000;
}

.brand-detail .brand-number {
    font-size: 11px;
    color: #8f8f8f;
}

.brand-detail .brand-date-title {
    color: #767676;
    width: 85px;
}

.brand-detail .brand-date {
    color: #333333;
}

.company-row .brand-report {
    float: right;
    padding: 10px 38px 5px 0;
}

.brand-report .export-pdf {
    color: #767676;
    margin-top: 3px;
    text-align: right;
}

.brand-report .pdf-image {
    margin-left: 6px;
    margin-top: -3px;
}

.brand-report .mileage-count {
    float: right;
    margin-top: 10px;
}

    .brand-report .mileage-count tr {
        background-image: url(../images/seprator.jpg);
        background-position: left top;
        background-repeat: repeat-x;
    }

    .brand-report .mileage-count td {
        padding: 8px 0;
    }

.brand-report .mileage-description {
    width: 180px;
    color: #767676;
}

.brand-report .mileage-number {
    width: 50px;
    color: #333333;
    text-align: right;
}

.brand-report .mileage-empty {
    width: 30px;
}

/* Map Area Style */
.traking-area {
    width: 96%;
    margin: 20px auto;
}

.vehicle-container {
    bottom: 6px;
    left: 22px;
    position: absolute;
    top: 72px;
    width: 292px;
}

    .vehicle-container .heading {
        font-size: 14px;
        text-transform: uppercase;
        color: #000;
        /*-border-bottom: 1px solid #d4d4d4;
        padding-bottom: 4px;
        margin-bottom: 16px;
        width: 272px;-*/
    }

    .vehicle-container .count {
        color: #000;
        font-size: 14px;
        float: right;
        margin: 4px 6px 0 0;
    }

.vehicles-accordian-scroll {
    bottom: 60px;
    overflow: auto;
    position: absolute;
    top: 110px;
    width: 292px;
}

.vehicles-accordian {
    /*width: 272px;*/
}

.car-bucket {
    background-color: #fff;
    border: 1px solid #C9C9C9;
    position: relative;
    margin-bottom: 8px;
}

.car-text {
    float: left;
    padding: 6px 0;
}

.dlt-car {
    position: absolute;
    right: 26px;
    top: 14px;
}

.car-link {
    font-size: 16px;
    color: #333333;
}

    .car-link:hover {
        color: #333333;
        text-decoration: none;
    }


/* Update For Font */
.car-year {
    font-size: 10px;
    color: #333333;
    position: absolute;
    right: 40px;
    top: 8px;
}

.red-arrow {
    /*-height: 35px;
    width: 22px;
    cursor: pointer;
    background-color: #ba2c2c;
    background-image: url(../images/arrow-closed.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;-*/
}

.red-arrow-open {
    background-image: url(../images/arrow-open.png);
}

.car-detail {
    display: none;
    float: left;
    width: 100%;
}

    .car-detail tr {
        border-top: 1px solid #C9C9C9;
    }

    .car-detail td {
        padding: 16px 0;
        text-align: center;
    }

.green-Boat {
    background-image: url(../images/BoatWheel2.png);
    background-repeat: no-repeat;
    float: left;
    background-position: left;
    /*padding-right: 34px;*/
    margin-right: 14px;
}

.green-car {
    background-image: url(../images/car-green.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.All-Ambulance {
    background-image: url(../images/Blue-Ambulance.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.All-FireBrigade {
    /*FirBrigate20*/
    background-image: url(../images/FireTruck.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.blue-car {
    background-image: url(../images/car-blue.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.gray-car {
    background-image: url(../images/car-gray.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.orange-car {
    background-image: url(../images/car-orange.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.red-car {
    background-image: url(../images/car-red.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.red-car2 {
    /*background-image: url(../images/car-red.png);*/
    background-image: url(../images/pt.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}




.sky-car {
    background-image: url(../images/car-sky.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.purple-car {
    background-image: url(../images/car-purple.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}


/*****************************************************************************/

.green-truck {
    background-image: url(../images/truck-green.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.blue-truck {
    background-image: url(../images/truck-blue.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.gray-truck {
    background-image: url(../images/truck-gray.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.orange-truck {
    background-image: url(../images/truck-orange.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.red-truck {
    background-image: url(../images/truck-red.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.sky-truck {
    background-image: url(../images/truck-sky.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.purple-truck {
    background-image: url(../images/truck-purple.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

/*****************************************************************************/

/*-.green-bike {
    background-image: url(../images/bike-green.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.blue-bike {
    background-image: url(../images/bike-blue.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}-*/

.gray-bike {
    background-image: url(../images/bike-gray.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.orange-bike {
    background-image: url(../images/bike-orange.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

/*-.red-bike {
    background-image: url(../images/bike-red.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}-*/

.sky-bike {
    background-image: url(../images/bike-sky.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.purple-bike {
    background-image: url(../images/bike-purple.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    margin-left: 14px;
}

.car-part {
    font-size: 11px;
    color: #818181;
}

    .car-part.first {
        border-right: 1px solid #C9C9C9;
    }

    .car-part span {
        color: #333333;
    }

.map-container {
    float: right;
}

.map-area-home {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

    .map-area-home #map-canvas {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.container-fluid {
    margin-bottom: 40px;
}

.map-area {
    /*border: 5px solid #FFFFFF;*/
    bottom: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50px;
    left: 0;
}

.map-area-replay {
    border: 5px solid #FFFFFF;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 120px;
}

/* Contact Page Style */

.contact-area {
    display: block;
    margin: 0 auto 10px auto;
}

    .contact-area h2 {
        color: #000000;
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
    }

.form-area {
    font-size: 14px;
}

.delete-rule {
    height: 15px;
    margin-left: 7px;
    margin-top: -11px;
    padding-top: 2px !important;
    width: 14px !important;
}

.add-rule {
    font-weight: normal !important;
    height: 14px;
    margin-left: 7px;
    margin-top: -11px;
    padding-top: 0 !important;
    width: 8px !important;
}

#fbox_vehicles td {
    padding-right: 6px;
}

.updated-status {
    position: absolute;
    top: -23px;
}

.red-error-msg {
    background-color: #e40101;
    margin-bottom: 30px;
}

    .red-error-msg .exclamation-sign {
        background-color: #be0505;
        background-image: url(../images/exclamation-white.png);
        background-position: center center;
        background-repeat: no-repeat;
        height: 38px;
        width: 36px;
        float: left;
    }

.error-msg {
    padding: 10px;
    color: #fff;
    float: left;
}

.red-field-error {
    border: 1px solid #ff0000 !important;
    color: #e40101 !important;
    background-image: url(../images/exclamation-red.png);
    background-position: 98% center;
    background-repeat: no-repeat;
}

.blue-error-msg {
    background-color: #018ce4;
    margin-bottom: 30px;
}

    .blue-error-msg .exclamation-sign {
        background-color: #2572eb;
        background-image: url(../images/exclamation-white.png);
        background-position: center center;
        background-repeat: no-repeat;
        height: 38px;
        width: 36px;
        float: left;
    }

.button-border {
    border-top: 1px solid #E5E5E5;
    display: block;
    margin-top: 6px;
    padding-top: 10px;
}

/* Popups Style */

.popup {
    width: 636px;
    z-index: 1000;
    padding: 24px 36px;
    background-color: #fff;
    margin: 0 auto;
}

    .popup h2 {
        font-size: 18px;
        color: #333;
        text-transform: uppercase;
        border-bottom: 1px solid #C9C9C9;
        padding-bottom: 4px;
        margin-bottom: 30px;
    }

.popup-form {
    font-size: 14px;
    color: #333;
}

    .popup-form input {
        width: 95%;
        height: 32px;
    }

    .popup-form textarea {
        width: 98%;
    }

.popup-buttons {
    border-top: 1px solid #C9C9C9;
    padding-top: 8px;
    margin-top: 26px;
}

    .popup-buttons button {
        margin-right: 2px;
    }

/* UPDATED 2COLUMN LOGIN START */
.login-container {
    height: 100%;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
}

.captcha-bg {
    background: #FF9900;
    padding: 2px 0 4px;
}

.bodyLogin {
    padding: 0;
}

.login-bg {
    width: 50%;
    background-color: #eeeeee;
    background: url(../../../assets/img/login-bg.png) no-repeat left top;
    -webkit-background-size: cover;
    /* For WebKit*/
    -moz-background-size: cover;
    /* Mozilla*/
    -o-background-size: cover;
    /* Opera*/
    background-size: cover;
}

.login-form {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    width: 50%;
    position: relative;
    background-color: #fff;
}

    .login-form section {
        width: 100%;
        margin: 0 80px;
    }

    .login-form #loginForm {
        flex: 1 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login-form p.instructions {
        text-decoration: none;
        color: #aaa;
        padding: 20px 15px;
        clear: both;
    }

    .login-form footer {
        padding: 10px 80px;
    }

.login-fields div[class^="row"],
.login-fields div[class*="row"] {
    padding: 0;
    margin: 0;
}

.login-form footer .copyright {
    text-align: right;
    float: right;
    padding-left: 10px;
    padding-top: 6px;
}
/*Social Media Button*/
.social-icons {
    padding: 0;
    margin: 0;
}

    .social-icons li {
        float: left;
        display: inline;
        list-style: none;
        margin-right: 5px;
        margin-bottom: 5px;
        text-indent: -9999px;
    }

        .social-icons li > a {
            width: 28px;
            height: 28px;
            display: block;
            background-position: 0 0;
            background-repeat: no-repeat;
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
        }

        .social-icons li:hover > a {
            background-position: 0 -38px;
        }

        .social-icons li .instagram {
            background: url(../../../assets/img/social/instagram.png) no-repeat;
        }

        .social-icons li .twitter {
            background: url(../../../assets/img/social/twitter.png) no-repeat;
        }

        .social-icons li .linkedin {
            background: url(../../../assets/img/social/linkedin.png) no-repeat;
        }

        .social-icons li .facebook {
            background: url(../../../assets/img/social/facebook.png) no-repeat;
        }
/* UPDATED 2COLUMN LOGIN END */

/* Login Area Style */

.login-area {
    position: absolute;
    width: 296px;
    margin: -138px 0 0 -148px;
    top: 40%;
    left: 50%;
}

.company-logo {
    margin: 0 15px 40px;
    text-align: center;
}

    .company-logo img {
        width: 70%;
    }

.login-msg {
    color: #8a8c8f;
    text-align: center;
    margin: 20px 0;
}

.login-fields .btn-red {
    margin-left: 10px;
}

.login-fields input {
    color: #858383;
    height: 40px;
    background-color: #fff;
    border: 0 !important;
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: unset;
    border-bottom: 1px solid rgb(160, 169, 180) !important;
    padding-left: 0;
}

    .login-fields input:focus {
        box-shadow: unset;
    }

.user-number {
    background-image: url(../images/mobile.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.user-pin {
    background-image: url(../images/location.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.login-buttons button:last-child {
    margin-left: 7px;
}

.change-pin a {
    color: #af1e23;
    text-decoration: none;
    display: inline-block;
    padding: 7px 4px 7px 0;
}

    .change-pin a:hover {
        color: #af1e23;
    }

.login-button {
    background-color: #ba2c2c;
    padding: 7px 10px 7px 10px;
    border: 0;
    color: #fff;
    font-size: 11px;
    transition: background-color .5s ease-out;
    border-radius: 0;
}

    .login-button:hover {
        background-color: #e74646;
    }


/* Widgets Area Style */

.widget-area {
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    margin: 8px auto 0 auto;
    padding: 20px 16px 0 16px;
    width: 95.5%;
}

.widget-row {
    margin-bottom: 20px;
    margin-top: 20px;
}

.widget-left {
    width: 48%;
    float: left;
}

    .widget-left h2 {
        background-color: #E4E4E4;
        color: #000000;
        font-size: 18px;
        font-weight: normal;
        padding: 10px 6px;
    }

.widget-content {
    border-bottom: 5px solid #E4E4E4;
    border-right: 5px solid #E4E4E4;
    border-left: 5px solid #E4E4E4;
    height: 300px;
    overflow: hidden;
    text-align: center;
}

.widget-right {
    width: 48%;
    float: right;
}

    .widget-right h2 {
        background-color: #E4E4E4;
        color: #000000;
        font-size: 18px;
        font-weight: normal;
        padding: 10px 6px;
    }

.widget-table {
    margin: 0 6px;
    width: 98%;
}

    .widget-table tr {
        border-bottom: 1px solid #C9C9C9;
    }

    .widget-table .td-left {
        text-align: left;
        font-size: 14px;
        height: 30px;
        width: 200px;
    }

    .widget-table .td-right {
        text-align: left;
        color: #BA2C2C;
        height: 30px;
    }

/* Footer Style */

.footer {
    /*width: 100%;*/
    background-color: #eee;
    padding: 5px 10px;
    position: fixed;
    bottom: 0;
    z-index: 1001;
    
    color: #ba2c2c;
    right: 0%;
    
}

.footer-text {
    text-align: center;
    width: 97%;
    margin: 0 auto;
    color: #8a8c8f;
}

/* Bootstrap Fixes */

.dropdown-menu {
    /*-font-size: 11px;-*/
    min-width: 122px;
    overflow-y: scroll;
    /*-height: 500%;
    max-height: 250px;-*/
    overflow-y: auto;
    border-radius: 0 0 4px 4px;
    z-index: 1100;
}

    .dropdown-menu > li {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
    }

    .dropdown-menu .divider {
        margin: 9px 0 !important;
    }

.select-client .dropdown-menu > .active > a {
    background-color: #F5F5F5;
    background-image: url(../images/checked.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    color: #9B1C27;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #F5F5F5;
    color: #9B1C27;
}

.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #C9C9C9;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.dropdown-menu-Action {
    font-size: 11px;
    min-width: 122px;
    overflow-y: scroll;
    max-height: 250px;
    overflow-y: auto;
}

    .dropdown-menu-Action > li {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
    }

    .dropdown-menu-Action .divider {
        margin: 9px 0 !important;
    }

.select-client .dropdown-menu-Action > .active > a {
    background-color: #F5F5F5;
    background-image: url(../images/checked.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    color: #9B1C27;
}

.dropdown-menu-Action > li > a:hover,
.dropdown-menu-Action > li > a:focus {
    background-color: #F5F5F5;
    color: #9B1C27;
}

.dropdown-menu-Action:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #C9C9C9;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu-Action:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.input-group {
    /*width: 100px;*/
}

/* Normal Table */

.normal-table {
}

    .normal-table thead th {
        background-color: #BA2C2C;
        border-right: 1px solid #C9C9C9;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 10px 10px 30px;
    }

    .normal-table tbody tr {
        background-color: #FFFFFF;
        border-bottom: 1px solid #C9C9C9;
        border-left: 1px solid #C9C9C9;
        border-right: 1px solid #C9C9C9;
    }

    .normal-table tbody td {
        padding: 10px 10px 10px 30px;
        color: #585858;
    }

.normal-table-tr {
    background-color: #FFFFFF;
    border-bottom: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    text-align: center;
}

.normal-table-td {
    padding: 10px 10px 10px 30px;
    color: #585858;
}

.normal-table-thead-th {
    background-color: #BA2C2C;
    border-right: 1px solid #C9C9C9;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px 10px 30px;
}

.cancel-icon {
    background-image: url(../images/cancel-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
}


.add-icon {
    background-image: url(../images/add-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
}

.check-icon {
    background-image: url(../images/check-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
}

.delete-icon {
    background-image: url(../images/delete-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
}

.edit-icon {
    background-image: url(../images/edit-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
}

.save-icon {
    background-image: url(../images/save-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
}

.nav {
    margin-bottom: 0px;
}

li {
    line-height: normal;
}

#gbox_vehicles {
    width: 100% !important;
}

#gbox_invoicingtable {
    width: 100% !important;
    margin: 0 auto;
}

#gbox_TrackStatusTable {
    width: 100% !important;
    margin: 0 auto;
}

#ui-datepicker-div {
    border: 1px solid #C9C9C9;
}

/* Text page Style */

.general-text {
}

    .general-text h3 {
        color: #000000;
        margin-bottom: 16px;
        margin-top: 0;
        text-transform: capitalize;
    }

    .general-text p {
        margin-bottom: 10px;
    }

    .general-text ul {
        list-style: square outside none;
        margin-left: 24px;
    }

    .general-text li {
        margin-bottom: 10px;
    }

.left-text {
    border-right: 1px solid #C9C9C9;
}

.right-text {
    padding-left: 20px;
}

    .right-text ul {
        list-style: none outside none;
        float: left;
        margin-left: 0;
    }

    .right-text li {
        background-position: left top;
        background-repeat: no-repeat;
        min-height: 24px;
        padding-left: 30px;
        padding-top: 2px;
    }

    .right-text .email {
        background-image: url(../images/email.png);
    }

    .right-text .phone {
        background-image: url(../images/phone.png);
    }

    .right-text .skype {
        background-image: url(../images/skype.png);
    }

    .right-text .address {
        background-image: url(../images/address.png);
    }

.white-bg-container .well,
.well.vehicle-usage {
    background-color: #fff;
    border: 1px solid #C9C9C9;
    box-shadow: unset;
    border-radius: 0;
}

.white-bg-container .contact-form .form-group > label {
    float: none;
}


.typeahead {
    background-color: #fff;
    width: 200px;
    height: 100px;
    overflow-y: scroll;
}



#the-basics span {
    z-index: 1;
}

#the-basics input {
    border-radius: 0px;
}

.buttons-count {
    float: right;
}

/*
 * Home Page
 */

.chosen-container .chosen-results {
    max-height: 100px !important;
}

.mandatory; {
    color: red;
}


/*
 * Bootstrap Styling
 */

body {
    padding-top: 70px;
}

.page-heading {
    margin: 0 0 20px;
}

.navbar-default {
    background-color: #fff;
    height: 50px;
}

    .navbar-default .navbar-brand {
        padding: 13px 0 0 0;
        margin: 0 0 0 16px;
        height: 46px;
    }

        .navbar-default .navbar-brand > img {
            display: inline-block;
        }

            .navbar-default .navbar-brand > img + img {
                border-left: 1px solid #a1a1a1;
                margin-left: 5px;
                padding-left: 10px;
            }

    .navbar-default .navbar-nav > li.home > a {
        height: 50px;
    }

    .navbar-default .navbar-nav > li.invoice > a {
        height: 50px;
    }

.unilever-logo {
    margin-top: 2px;
}

.customer-dropdown {
    height: auto;
    max-height: 220px;
    overflow-x: hidden;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../../../assets/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../../../assets/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../../assets/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../../assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../../assets/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.navbar-default .navbar-nav > li.home > a:before {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f015";
}

.navbar-default .navbar-nav > li.invoice > a:before {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f15c";
}

.navbar-default .navbar-nav > li > a,
.dropdown-menu > li > a {
    text-transform: capitalize;
}

.navbar-default .navbar-nav > li > a {
    height: 50px;
}

    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover,
    .dropdown-menu > li > a:hover {
        /*background: #eee;
        color: #9b1c27;*/
    }

.navbar-default .welcome-admin {
    vertical-align: middle;
    text-align: left;
    /*background-color: #FF9900;*/ /*#ba2c2c;*/
    min-width: 86px;
    padding: 6px 15px;
    margin-right: 0;
    transition: background-color .5s ease-out;
    color: black !important;
    white-space: nowrap;
}

    .navbar-default .welcome-admin img.avatar {
        width: 38px;
        margin-right: 8px;
    }

    .navbar-default .welcome-admin .fa-user {
        font-size: 16px;
        margin-right: 8px;
    }

.navbar-default .navbar-right {
    margin-right: 0;
}

.navbar-default .welcome-admin:hover {
    background-color: white !important;
    color: #fff;
}

.navbar-default .navbar-right .notification.dropdown .dropdown-menu {
    min-width: 160px;
    max-width: 275px;
    width: 275px;
    z-index: 9995;
    font-size: 14px;
    padding: 0;
}

.navbar-default .navbar-right .dropdown-menu > li.external {
    background: #eaedf2;
    display: block;
    overflow: hidden;
    padding: 15px !important;
    letter-spacing: .5px;
}

    .navbar-default .navbar-right .dropdown-menu > li.external h3 {
        margin: 0;
        padding: 0;
        float: left;
        font-size: 13px;
        display: inline-block;
    }

    .navbar-default .navbar-right .dropdown-menu > li.external > a {
        display: inline-block;
        padding: 0;
        background: 0 0;
        clear: inherit;
        font-size: 13px;
        font-weight: 300;
        position: absolute;
        right: 10px;
        border: 0;
        margin-top: -1px;
        color: #337ab7;
    }

        .navbar-default .navbar-right .dropdown-menu > li.external > a:hover {
            color: #23527c;
            text-decoration: none;
        }

.dropdown-menu .dropdown-menu-list {
    list-style: none;
    padding-right: 0 !important;
    padding-left: 0;
}

.navbar-default .navbar-right .dropdown-menu .dropdown-menu-list > li > a {
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 20px;
    white-space: normal;
    font-size: 13px;
    padding: 16px 15px 18px;
    text-shadow: none;
    border-bottom: 1px solid #EFF2F6 !important;
    color: #888;
}

    .navbar-default .navbar-right .dropdown-menu .dropdown-menu-list > li > a:hover {
        background: #f8f9fa;
    }

.navbar-default .navbar-right .dropdown-menu .dropdown-menu-list > li a .time {
    float: right;
    max-width: 75px;
    font-size: 11px;
    font-weight: 400;
    opacity: .7;
    filter: alpha(opacity=70);
    text-align: right;
    padding: 1px 5px;
}

.navbar-default .navbar-right .dropdown-menu .dropdown-menu-list > li a .details .label-icon {
    margin-right: 10px;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

.vehicle-header {
    margin: 10px 0;
}

    .vehicle-header h4.heading {
        text-transform: uppercase;
        color: #000;
        font-size: 16px;
    }

.vehicle-item {
    background-color: #fff;
    border: 1px solid #C9C9C9;
    margin-bottom: 10px;
}

.vehicle-actions {
    width: 24px;
}

    .vehicle-actions a {
        font: normal normal normal 14px/1 FontAwesome;
        background: #FF9900;
        display: inline-block;
        min-width: 24px;
        padding: 8px 6px 9px;
        text-align: center;
        color: #fff;
        transition: background-color .5s ease-out;
    }

        .vehicle-actions a:hover,
        .vehicle-actions a:active,
        .vehicle-actions a:focus {
            text-decoration: none;
            background-color: #FF9900;
        }

.vehicle-info .remove-vehicle:before {
    content: "\f00d";
}

.vehicle-info .vehicle-collapsed {
    margin-top: 2px;
}

    .vehicle-info .vehicle-collapsed:before {
        content: "\f107";
    }

.vehicle-info .vehicle-expanded:before {
    content: "\f106";
}

.vehicle-info .registration-number {
    margin-top: 6px;
}

.details-table {
    display: none;
}

.word-break {
    width: 60px;
    word-wrap: break-word;
    display: inline-block;
}

.red-vehicle {
    background: #FFFFFF url(../../../Images/trakker-map-car-red-1.png) no-repeat;
}

.green-vehicle {
    background: #FFFFFF url(../../../Images/trakker-map-car-green-1.png) no-repeat;
}

.blue-vehicle {
    background: #0476B5 url(../../../Images/trakker-map-car-white-1.png) no-repeat;
}

.orange-vehicle {
    background: #FECE00 url(../../../Images/trakker-map-car-orange-1.png) no-repeat;
}

.red-bike {
    background: #B82601 url(../../../assets/img/bike-mask.png) no-repeat;
}

.green-bike {
    background: #00784A url(../../../assets/img/bike-mask.png) no-repeat;
}

.blue-bike {
    background: #0476B5 url(../../../assets/img/bike-mask.png) no-repeat;
}

.blue-ambulance {
    background: #0476B5 url(../../../assets/img/ambulance-mask.png) no-repeat;
}

.fire-brigade {
    background: #B82601 url(../../../assets/img/fireTruck-mask.png) no-repeat;
}

.fuel-tank {
    background: #B82601 url(../../../assets/img/dashboard/fuel-tank.png) no-repeat;
}

.water-tank {
    background: #B82601 url(../../../assets/img/dashboard/water-tank.png) no-repeat;
}


.Wasa-tank-low {
    color: #e3c800 !important;
}

    .Wasa-tank-low:before {
        background-image: url(../../../assets/img/dashboard/beaker_low.png);
    }

.Wasa-tank-normal {
    color: #e3c800 !important;
}

    .Wasa-tank-normal:before {
        background-image: url(../../../assets/img/dashboard/beaker_normal.png);
    }

.Wasa-tank-high {
    color: #e3c800 !important;
}

    .Wasa-tank-high:before {
        background-image: url(../../../assets/img/dashboard/beaker_high.png);
    }

.Wasa-tank-critical {
    color: #e3c800 !important;
}

    .Wasa-tank-critical:before {
        background-image: url(../../../assets/img/dashboard/beaker_critical.png);
    }

#divMapsViews.wasteManagement {
    top: 170px !important;
}

#divMapsViews.rescue {
    top: 240px !important;
}

/*WASA*/
.blank-widget,
.cylinder-widget,
.wasa-graph {
    border: 1px solid #e7ecf1;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    color: #b1b1b1;
}

.cylinder-widget {
    height: 338px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 80%;
}

    .cylinder-widget #SewerageLevel {
        text-align: center;
        font-size: 24px;
        color: #333;
    }

.tank-low {
    background-image: url(../../../assets/img/dashboard/beaker_low.png);
}

.tank-normal {
    background-image: url(../../../assets/img/dashboard/beaker_normal.png);
}

.tank-high {
    background-image: url(../../../assets/img/dashboard/beaker_high.png);
}

.tank-critical {
    background-image: url(../../../assets/img/dashboard/beaker_critical.png);
}

/* Door Status Start*/
/*.Door-open {
    background-image: url(../../../assets/img/dashboard/door-open.png);
}*/

/*.Door-close {
    background-image: url(../../../assets/img/dashboard/door-close.png);
}*/


.Door-open {
    color: #0050ef;
}

    .Door-open:before {
        background-image: url(../../../assets/img/dashboard/door-open.png);
    }

.Door-close {
    color: #0050ef;
}

    .Door-close:before {
        background-image: url(../../../assets/img/dashboard/door-close.png);
    }



/* Door Status End*/

.blank-widget.on {
    border: 2px solid #4cff00;
    color: #333;
}

.blank-widget:before {
    background-color: #ddd;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    float: right;
    margin-top: 4px;
    content: "";
}

.blank-widget.on:before {
    background-color: #4cff00;
}

.blank-widget h3 {
    margin: 0;
}

.input-group .twitter-typeahead {
    display: table-cell !important;
}

.required {
    color: #ba2c2c;
}

.btn {
    border-radius: 0;
}

.btn-red {
    border-color: #FF9900;
    border-radius: 0;
    background-color: #FF9900;
    text-transform: capitalize;
    color: #fff;
    transition: background-color .5s ease-out;
    padding: 6px 10px 6px 10px;
}

    .btn-red:hover {
        background-color: #FF9900;
        color: #eee;
    }

.fileinput.fileinput-new {
    margin: 0;
}

.actions {
    margin-bottom: 10px;
    float: right;
}

.form-control,
.input-group .form-control:last-child,
.input-group-addon:first-child {
    border-radius: 0;
}

/*Notification Noty*/

.noty_bar {
    /*background-color: rgba(231, 70, 70, .7);
    color: #fff;
    font-size: 14px;
    padding: 10px;*/
}

/*Page Loading*/

.loading {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
}

    .loading.reversed li {
        border: 3px solid white;
        -webkit-animation: LOADINGREV 2s infinite;
        animation: LOADINGREV 2s infinite;
    }

        .loading.reversed li:nth-child(1n) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .loading.reversed li:nth-child(2n) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .loading.reversed li:nth-child(3n) {
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

    .loading li {
        height: 0;
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        margin: 0;
        height: 14px;
        width: 14px;
        border: 3px solid #BA2C2C;
        border-radius: 100%;
        -webkit-transform: transformZ(0);
        transform: transformZ(0);
        -webkit-animation: LOADING 2s infinite;
        animation: LOADING 2s infinite;
    }

        .loading li:nth-child(1n) {
            left: -24px;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .loading li:nth-child(2n) {
            left: 0;
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .loading li:nth-child(3n) {
            left: 24px;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

#loading-overlay:after {
    content: '';
    display: table;
    clear: both;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(113, 125, 140, .8);
    z-index: 1051;
}

    #loading-overlay .car {
        position: absolute;
        top: 50%;
        left: 46%;
    }

.car__body {
    -webkit-animation: shake 0.2s ease-in-out infinite alternate;
    animation: shake 0.2s ease-in-out infinite alternate;
}

.car__line {
    -webkit-transform-origin: center right;
    transform-origin: center right;
    stroke-dasharray: 22;
    -webkit-animation: line 0.8s ease-in-out infinite;
    animation: line 0.8s ease-in-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.car__line--top {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.car__line--middle {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.car__line--bottom {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%);
    }

    100% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%);
    }

    100% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
}

@-webkit-keyframes line {
    0% {
        stroke-dashoffset: 22;
    }

    25% {
        stroke-dashoffset: 22;
    }

    50% {
        stroke-dashoffset: 0;
    }

    51% {
        stroke-dashoffset: 0;
    }

    80% {
        stroke-dashoffset: -22;
    }

    100% {
        stroke-dashoffset: -22;
    }
}

@keyframes line {
    0% {
        stroke-dashoffset: 22;
    }

    25% {
        stroke-dashoffset: 22;
    }

    50% {
        stroke-dashoffset: 0;
    }

    51% {
        stroke-dashoffset: 0;
    }

    80% {
        stroke-dashoffset: -22;
    }

    100% {
        stroke-dashoffset: -22;
    }
}

/**************************
 * 		Pages Layouts 	  *
 **************************/

/*
 * Home Page Layout
 */

#side {
    position: fixed;
    top: 50px;
    left: 0;
    height: 100%;
    padding: 0;
    background-color: #eee;
    padding: 0 10px;
    z-index: 1001;
}

#side-container {
    position: relative;
    width: 100%;
    height: 100%;
}

    #side-container .top {
        position: absolute;
        top: 10px;
        width: 100%;
    }

    #side-container .vehicles-scroll {
        position: absolute;
        width: 100%;
        height: calc(100% - 190px);
        overflow-y: scroll;
        margin-top: 95px;
    }

    #side-container .vehicles-bttons {
        position: absolute;
        bottom: 50px;
        width: 100%;
        text-align: center;
        height: 42px;
    }

    #side-container .vehicles-bttons {
        display: flex;
        padding-top: 10px;
    }

        #side-container .vehicles-bttons .btn {
            flex: 1;
            margin-right: 4px;
        }

            #side-container .vehicles-bttons .btn:last-child {
                margin-right: 0;
            }

#content {
    height: 100%;
    overflow: hidden;
    top: 50px;
}

.chosen-container .chosen-results {
    max-height: 100px !important;
}

.mandatory {
    color: red;
}

.bordered-table {
    width: 100%;
}

    .bordered-table tr th {
        background-color: #ddd;
        text-align: left;
        padding: 4px;
    }

    .bordered-table tr td {
        padding: 4px;
    }

    .bordered-table,
    .bordered-table tr,
    .bordered-table tr td,
    .bordered-table tr th {
        border-collapse: collapse;
        border: 1px solid #000;
        font-weight: bold;
    }

        .bordered-table .btn {
            padding: 0;
            margin: 0;
        }

#dataTableRCGrid {
    position: absolute;
    height: 200px;
    overflow: auto;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 6px solid #ba2c2c;
    padding-top: 10px;
}

/* set the size of the datepicker search control for Order Date*/
#ui-datepicker-div,
.ui-menu-item,
.ui-autocomplete {
    font-size: 11px;
}


/*Sidebar*/

.sidebar.left {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 270px;
    background: #448AFF;
}

#side {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
    position: fixed;
    padding: 10px 6px;
}

.sidebar-toggle {
    background-color: #FF9900;
    margin-left: 264px;
    position: absolute;
    border-radius: 0;
    padding: 20px 10px 20px 6px;
    box-shadow: 2px 0px 2px #888888;
    color: #fff;
    margin-top: 80px;
}

    .sidebar-toggle i:before {
        content: "\f0da";
    }

    .sidebar-toggle.open i:before {
        content: "\f0d9";
    }

#side .input-group input {
    border-radius: 0;
    font-size: 12px;
}

#side .input-group .btn-red {
    padding: 5px 10px 5px 10px;
}

.dropshadow {
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(153,153,153,.75);
    -moz-box-shadow: 0 2px 4px 0 rgba(153,153,153,.75);
    box-shadow: 0 2px 4px 0 rgba(153,153,153,.75);
    -webkit-transition: height .4s,-webkit-box-shadow 1s linear;
    -moz-transition: height .4s,-moz-box-shadow 1s linear;
    -o-transition: height .4s,box-shadow 1s linear;
    transition: height .4s,box-shadow 1s linear;
}


.video-container {
    min-height: 505px;
    background-color: #fff;
}

/*Filter*/

.btn-filter {
    float: right;
}

.filter {
    background-color: #fff;
    border: 1px solid #C9C9C9;
    padding-top: 10px;
    margin-top: -4px;
    margin-bottom: 20px;
    z-index: 1001;
    position: relative;
    min-height: 56px;
    padding-left: 1px;
    padding-right: 1px;
}

    .filter .form-control-static {
        padding-top: 0;
        clear: both;
    }

.refresh-dashboard {
    padding: 10px;
}

    .refresh-dashboard i {
        font-size: 20px;
        color: #FF9900;
    }

.refresh-dashboard {
    font-size: 20px;
    color: #FF9900;
}
/*Tracking Replay*/

/*Legends*/

.legendWrapper .legend {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.legend li {
    margin-bottom: 10px;
    padding-left: 30px;
}

    .legend li:last-child {
        margin-bottom: 0;
    }

.legend em {
    font-style: normal;
}

.legend .path {
    background-repeat: no-repeat;
    background-position: 0 1px;
}

.legend .path-red {
    background-image: url(../../../assets/img/legend-icons/path-red.png);
}

.legend .path-green {
    background-image: url(../../../assets/img/legend-icons/path-green.png);
}

.legend .path-brown {
    background-image: url(../../../assets/img/legend-icons/path-brown.png);
}

.legend .path-blue {
    background-image: url(../../../assets/img/legend-icons/path-blue.png);
}

.map-legends {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .map-legends li {
        display: inline-block;
        padding: 4px 15px 4px 0;
    }

.labelsBLACK {
    color: Black;
    background-color: white;
    font-size: 10px;
    font-weight: bolder;
    text-align: center;
    /*width: 60px;*/
    border: 2px solid black;
    white-space: nowrap;
}

.planvsactual {
    background-color: rgba(255,255,255,0.7);
    margin-top: -27px;
    /* z-index: 100; */
    position: absolute;
    margin-left: 80px;
}

a.classname {
    background: url(~/Content/themes/red/images/pdf-icon.png) no-repeat top left;
    display: block;
    width: 150px;
    height: 150px;
    text-indent: -9999px;
    /* hides the link text */
}

/*jQuery Chosen multiselect*/

.filter .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto;
}

.filter .chosen-container-multi .chosen-choices {
    border: 1px solid #C9C9C9;
    padding: 1px 0;
    border-radius: 0px;
}

.chosen-container .chosen-drop {
    top: 80% !important;
}

.chosen-container-single .chosen-single {
    background: #fff !important;
    padding: 4px 0 4px 8px !important;
    height: auto !important;
}

    .chosen-container-single .chosen-single div b {
        background-position: 0 7px !important;
    }

.vehicle-usage .table {
    margin-bottom: 0;
}

/*Radio Tabs*/

.radio-btn-group {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .radio-btn-group label.btn {
        float: none;
        display: table-cell;
    }

.btn-group label {
    margin: 0;
}

.emptydatatext {
    display: inline-block;
    padding: 4px 8px;
    font-style: italic;
}

/*jQGrid*/

.ui-jqgrid {
    margin-bottom: 20px;
    z-index: 1000;
}

.ui-widget-content {
    /*border-left: 1px solid #c9c9c9;*/
    z-index: 1000;
}

.ui-jqgrid tr.jqgrow td,
.ui-jqgrid .ui-jqgrid-htable th,
.ui-th-column {
    padding: 8px !important;
    border-bottom: 1px solid #c9c9c9;
    text-align: left;
}

    .ui-th-column,
    .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
        text-align: left;
    }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #c9c9c9;
    background: #dadada;
    font-weight: normal;
    color: #212121;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
    border: 1px solid #fff !important;
    padding: 1px !important;
}

.ui-jqgrid-bdiv {
    height: auto !important;
}

/*DataTable*/

table.dataTable thead th {
    background-color: #FF9900 !important;
    padding-left: 10px !important;
}

.table thead tr th {
    font-weight: normal;
    background-color: #FF9900;
    color: #fff;
}

.dataTables_paginate.paging_simple_numbers {
    text-align: right;
}

.dataTables_paginate.paging_simple_numbers {
    text-align: right;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #FF9900;
    border-color: #FF9900;
}

.dataTables_paginate.paging_simple_numbers {
    margin: 20px 0;
}

.dataTables_paginate > a {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}

    .dataTables_paginate > a.disabled {
        color: #777 !important;
        cursor: not-allowed !important;
    }

    .dataTables_paginate > a.previous {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .dataTables_paginate > a.paginate_button.next {
        margin-left: -1px !important;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        color: #337ab7 !important;
    }

.dataTables_wrapper .dataTables_paginate span .paginate_button {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    margin-left: -1px !important;
    color: #337ab7 !important;
}

    .dataTables_wrapper .dataTables_paginate span .paginate_button:hover,
    .dataTables_paginate > a.paginate_button.next:hover {
        background: #ededed !important;
        color: #337ab7 !important;
    }

    .dataTables_wrapper .dataTables_paginate span .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
        background: #ba2c2c !important;
        border-color: #ba2c2c !important;
        color: #fff !important;
    }

.dataTables_wrapper .dataTables_paginate > span > span {
    padding: 0.5em 1em;
    display: inline-block;
}

/*Modal*/
.modal-confirm {
    color: #434e65;
    width: 525px;
}

    .modal-confirm .modal-content {
        padding: 20px;
        font-size: 16px;
        border-radius: 5px;
        border: none;
    }

    .modal-confirm .modal-header {
        background: #007ffa;
        border-bottom: none;
        position: relative;
        text-align: center;
        margin: -20px -20px 0;
        border-radius: 5px 5px 0 0;
        padding: 35px;
    }

    .modal-confirm h4 {
        text-align: center;
        font-size: 36px;
        margin: 10px 0;
    }

    .modal-confirm .form-control, .modal-confirm .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    .modal-confirm .close {
        position: absolute;
        top: 15px;
        right: 15px;
        color: #fff;
        text-shadow: none;
        opacity: 0.5;
    }

        .modal-confirm .close:hover {
            opacity: 0.8;
        }

    .modal-confirm .icon-box {
        color: #fff;
        width: 95px;
        height: 95px;
        display: inline-block;
        border-radius: 50%;
        z-index: 9;
        border: 5px solid #fff;
        padding: 15px;
        text-align: center;
    }

        .modal-confirm .icon-box i {
            font-size: 58px;
            margin: -2px 0 0 -2px;
        }

    .modal-confirm.modal-dialog {
        margin-top: 80px;
    }

    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
        background: #007ffa;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border-radius: 30px;
        margin-top: 10px;
        padding: 6px 20px;
        min-width: 150px;
        border: none;
    }

        .modal-confirm .btn:hover, .modal-confirm .btn:focus {
            background: #0084ff;
            outline: none;
        }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

/*jQuery Dialog*/

.ui-dialog {
    padding: 0;
}

    .ui-dialog .ui-dialog-title {
        color: #fff;
    }

.ui-front {
    z-index: 1030;
}

.ui-dialog .ui-dialog-content {
    padding: .5em 1.1em;
}

.ui-widget-header {
    background: #BA2C2C !important;
    border-bottom: 1px solid #c9c9c9;
}

.ui-dialog .ui-dialog-title {
    font-size: 18px;
    font-weight: normal;
}

.ui-dialog-buttonpane button {
    border-color: #950000;
    border-radius: 0;
    background-color: #ba2c2c;
    text-transform: uppercase;
    color: #fff;
    transition: background-color .5s ease-out;
    font-size: 12px;
    padding: 7px 10px 8px 10px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none;
}

    .ui-dialog .ui-dialog-titlebar-close:before {
        content: '\f00d';
        width: 20px;
        height: 20px;
        font: normal normal normal 14px/1 FontAwesome;
    }

/*Dashboard*/
section.dashboard-widgets {
    margin: 0;
    padding: 0;
    text-align: left;
}

.small-widget {
    display: block;
    text-align: left;
    padding: 10px 20px 20px 100px;
    cursor: pointer;
    /*-height: 200px;-*/
    height: 120px;
    min-width: 12.06%;
    margin-bottom: 20px;
    margin-right: .5%;
    vertical-align: top;
    position: relative;
    color: #fff;
    /*-border-radius: 2px;-*/
    background-color: #fff;
    border: 1px solid #e7ecf1;
    /*-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);-*/
}

    .small-widget:hover {
        opacity: 0.6;
    }

    .small-widget img {
        float: left;
    }

    .small-widget:last-child {
        margin-right: 0;
    }

    .small-widget:hover,
    .small-widget:focus {
        text-decoration: none;
        /*color: #eee;
        filter: brightness(75%);*/
    }

    .small-widget h1 {
        margin: 0 0 10px;
        font-weight: 100;
        font-size: 50px;
        min-height: 55px;
    }

    .small-widget h4 {
        margin: 0;
        font-weight: 400;
        /*-position: absolute;-*/
        bottom: 10px;
        margin: 0 auto;
        width: 100%;
        left: 0;
        font-size: 14px;
        color: #333;
    }

    .small-widget:before {
        content: "";
        background-size: auto 60%;
        background-repeat: no-repeat;
        background-color: #FF9900;
        background-position: center;
        width: 75px;
        height: 75px;
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 10px;
    }

.total-vehicle {
    color: #00aba9;
}

    .total-vehicle:before {
        background-image: url(../../../assets/img/dashboard/total-vehicle.png);
    }

.vehicle-currently-moving {
    color: #0050ef;
}


    .vehicle-currently-moving:before {
        background-image: url(../../../assets/img/dashboard/vehicle-currently-moving.png);
    }

.vehicle-line-haul {
    color: #0050ef;
}

    .vehicle-line-haul:before {
        background-image: url(../../../assets/img/dashboard/line-haul.png);
    }

.vehicle-status-idle {
    color: #0050ef;
}

    .vehicle-status-idle:before {
        background-image: url(../../../assets/img/dashboard/vehicle-status-idle.png);
    }

.vehicle-currently-stopped {
    color: #60a917;
}


    .vehicle-currently-stopped:before {
        background-image: url(../../../assets/img/dashboard/vehicle-currently-stopped.png);
    }

.vehicle-activity-recorded {
    color: #d80073;
}

    .vehicle-activity-recorded:before {
        background-image: url(../../../assets/img/dashboard/vehicle-activity-recorded.png);
    }

.vehicle-usage-summary {
    color: #60a917;
}

    .vehicle-usage-summary:before {
        background-image: url(../../../assets/img/dashboard/vehicle-usage-summary.png);
    }

.speed-violation {
    color: #e51400;
}

    .speed-violation:before {
        background-image: url(../../../assets/img/dashboard/speed-violation.png);
    }

.continuous-driving {
    color: #647687;
}

    .continuous-driving:before {
        background-image: url(../../../assets/img/dashboard/continous-driving.png);
    }


.night-violation {
    color: #647687;
}

    .night-violation:before {
        background-image: url(../../../assets/img/dashboard/night-violation.png);
    }

.rollover-violation {
    color: #647687;
}

    .rollover-violation:before {
        background-image: url(../../../assets/img/dashboard/rollOver-violation.png);
    }

.panic-violation {
    color: #647687;
}

    .panic-violation:before {
        background-image: url(../../../assets/img/dashboard/panic-violation.png);
    }

.batterytemper-violation {
    color: #647687;
}

    .batterytemper-violation:before {
        background-image: url(../../../assets/img/dashboard/batter-temper-violation.png);
    }


.geofence {
    color: #414141;
}

    .geofence:before {
        background-image: url(../../../assets/img/dashboard/geo-fence.png);
    }

.harsh-braking {
    color: #825a2c;
}

    .harsh-braking:before {
        background-image: url(../../../assets/img/dashboard/harsh-braking.png);
    }

.harsh-accelerator {
    color: #aa00ff;
}

    .harsh-accelerator:before {
        background-image: url(../../../assets/img/dashboard/harsh-accelerator.png);
    }

.seat-belt {
    color: #e3c800;
}

    .seat-belt:before {
        background-image: url(../../../assets/img/dashboard/seat-belt.png);
    }

.not-reporting {
    color: #e3c800;
}

    .not-reporting:before {
        background-image: url(../../../assets/img/dashboard/not-reporting.png);
    }

.excess-idle {
    color: #e3c800;
}

    .excess-idle:before {
        background-image: url(../../../assets/img/dashboard/excess-idle.png);
    }

.fuel-tank {
    color: #e3c800;
}

    .fuel-tank:before {
        background-image: url(../../../assets/img/dashboard/fuel-tank.png);
    }

.fuel-drop {
    color: #e3c800;
}

    .fuel-drop:before {
        background-image: url(../../../assets/img/dashboard/fuel-drop.png);
    }

.fuel-low-level {
    color: #e3c800;
}

    .fuel-low-level:before {
        background-image: url(../../../assets/img/dashboard/fuel-low-level.png);
    }

.fuel-lid {
    color: #e3c800;
}

    .fuel-lid:before {
        background-image: url(../../../assets/img/dashboard/fuel-lid.png);
    }


.genset-runing {
    color: #e3c800;
}

    .genset-runing:before {
        background-image: url(../../../assets/img/dashboard/generator_running.png);
    }

.genset-stopped {
    color: #e3c800;
}

    .genset-stopped:before {
        background-image: url(../../../assets/img/dashboard/generator_stop.png);
    }

.genset-alert {
    color: #e3c800;
}

    .genset-alert:before {
        background-image: url(../../../assets/img/dashboard/generator_alert.png);
    }

.water-low-level {
    color: #e3c800;
}

    .water-low-level:before {
        background-image: url(../../../assets/img/dashboard/water-low-level.png);
    }

.water-tank {
    color: #e3c800;
}

    .water-tank:before {
        background-image: url(../../../assets/img/dashboard/water-tank.png);
    }

.off-hour-violation {
    color: #e3c800;
}

    .off-hour-violation:before {
        background-image: url(../../../assets/img/dashboard/off-hour-violation.png);
    }

.clock {
    color: #e3c800;
}

    .clock:before {
        background-image: url(../../../assets/img/dashboard/clock.png);
    }

.battery {
    color: #e3c800;
}

    .battery:before {
        background-image: url(../../../assets/img/dashboard/battery.png);
    }

.thermometer {
    color: #e3c800;
}

    .thermometer:before {
        background-image: url(../../../assets/img/dashboard/excessive-parking.png);
    }

.excessive-parking {
    color: #e3c800;
}

    .excessive-parking:before {
        background-image: url(../../../assets/img/dashboard/excessive-parking.png);
    }

.iconless-small-widget {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .iconless-small-widget li {
        flex: 1;
        margin-right: 1em;
    }

        .iconless-small-widget li:last-child {
            margin-right: 0;
        }

    .iconless-small-widget .small-widget {
        padding: 10px 20px 20px 20px;
        color: inherit;
        text-align: right;
    }

        .iconless-small-widget .small-widget:before {
            display: none;
        }

        .iconless-small-widget .small-widget h1 {
            color: #b92b2c;
        }

.bifurcation-table {
    background: #b92b2c;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}

    .bifurcation-table thead th {
        border-radius: 8px 8px 0 0;
        text-align: center;
    }

.map-widget {
    border-radius: 8px;
    width: 100%;
}

/*Status Dots*/
.status {
    display: inline-block;
    border-radius: 50%;
    width: 50%;
    background-color: #EEE;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    vertical-align: sub;
}

    .status.status-success {
        background-color: #449D44;
    }

    .status.status-warning {
        background-color: #F0AD4E;
    }

    .status.status-danger {
        background-color: #D9534F;
    }

#map-container {
    /*background-color:#00ffff;*/
    max-height: 400px;
    margin-bottom: 20px;
    overflow: hidden;
}

    #map-container img {
        width: 100%;
    }


/*Weather */
.weather-city .selectize-input {
    border-radius: 0;
    box-shadow: unset;
}

.weather-city {
    width: 200px;
}

.weather-widgets {
    display: flex;
}

.weather-widget {
    background-color: #fff;
    text-align: center;
    width: 140px;
    flex: 1;
    margin: 0 5px 20px;
    border: 1px solid #ced1df;
}

    .weather-widget:first-child {
        margin-left: 0;
    }

    .weather-widget:last-child {
        margin-right: 0;
    }

    .weather-widget h4 {
        color: #aaa;
        font-size: 14px;
        font-weight: bold;
        margin-top: 0;
        text-align: right;
        padding: 10px;
    }

    .weather-widget .weather-icon {
        padding: 10px;
        margin-bottom: 20px;
        min-height: 70px;
    }

    .weather-widget span {
        display: block;
        font-weight: normal;
    }

    .weather-widget .temperature {
        background-color: #ced1df;
        /*-color: #fff;-*/
    }

        .weather-widget .temperature b {
            display: inline-block;
            width: 80px;
            padding: 10px 0;
        }

            .weather-widget .temperature b:first-child {
                border-right: 1px solid #c9c9c9;
            }

/*Form*/

.form-horizontal .control-label {
    padding-top: 0;
}

.ms-drop ul > li label {
    width: 100%;
}

.ms-drop input[type="checkbox"] {
    vertical-align: text-top !important;
    margin-right: 8px;
}

.ms-parent.form-control {
    padding: 0;
}

    .ms-parent.form-control .ms-choice {
        height: 32px;
        border: none;
        line-height: 32px;
    }

.ms-choice > div {
    top: 3px;
}

#DivGeoFenceContact {
    margin-bottom: 10px;
}

    #DivGeoFenceContact > .row {
        padding-left: 40px;
        padding-right: 40px;
    }

    #DivGeoFenceContact .form-group {
        margin-top: 15px;
    }

    #DivGeoFenceContact .updated {
        margin-top: 20px;
        display: inline-block;
    }

#parent_div_1 {
    padding-left: 40px;
}

#parent_div_2 {
    padding-right: 40px;
}

#DivGeoFenceContact .ms-parent.form-control,
#DivGeoFenceContact .form-control,
#DivGeoFenceContact .btn {
    display: inline-block;
    float: left;
    width: 200px;
    margin: 10px 10px 0 0;
}

.avatar-userName {
    text-overflow: ellipsis;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 11px;
    display: inline-block;
}

.ui-search-table th, td {
    border: none;
}

.ui-search-table {
    color: #fff;
}

    .ui-search-table .clearsearchclass {
        background-color: #fff;
        color: #000;
        padding: 2px;
        border: 1px solid #a9abcc;
        margin-left: -1px;
        cursor: default;
    }

        .ui-search-table .clearsearchclass:hover {
            background-color: #ddd;
        }

.ui-search-input input {
    border-radius: 0;
    color: #000;
}

.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
    float: right;
}

.daterangepicker.dropdown-menu {
    width: 640px;
}

#vehiclesgrid,
#vehiclesgriddetail {
    margin-top: 20px;
}

#divUnilever {
    margin-top: 1px;
}

    #divUnilever > .chosen-container {
        float: right;
    }

select.form-control-static {
    width: 100%;
    max-height: 34px;
}

.chosen-container.form-control-static {
    padding-top: 0;
    padding-bottom: 0;
}

    .chosen-container.form-control-static .default {
        height: auto !important;
        margin: 2px 0 !important;
        padding-right: 0;
    }

.help-block {
    font-size: 12px;
}

.homeEmergency-container {
    position: absolute;
    height: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 6px solid #ba2c2c;
    display: none;
}

#homeEmergency {
    height: 100%;
    padding-top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.close-emergency {
    background-color: #ba2c2c;
    color: #fff !important;
    float: right;
    margin-top: -36px;
    margin-right: 10px;
    padding: 5px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: background-color .5s ease-out;
}

    .close-emergency:after {
        content: '✖';
    }

    .close-emergency:hover {
        background-color: #e74646;
        text-decoration: none;
    }

.vehicles-bttons {
    display: flex;
}


/*DASHBOARD TABS*/
.dashboard-tabs {
}

    .dashboard-tabs.nav-tabs {
        border-bottom: none;
    }

        .dashboard-tabs.nav-tabs > li.active > a,
        .dashboard-tabs.nav-tabs > li.active > a:focus,
        .dashboard-tabs.nav-tabs > li.active > a:hover {
            border-color: #fff;
            background-color: #fff;
            color: #555;
            margin-top: 0;
            padding: 22px 40px;
        }

        .dashboard-tabs.nav-tabs > li > a {
            border-radius: 0;
            font-size: 18px;
            padding: 18px 40px;
            background-color: #eeeeee;
            border-bottom-color: #fff;
            color: #aaa;
            margin-top: 8px;
        }

            .dashboard-tabs.nav-tabs > li > a:hover {
                background-color: #ba2c2c;
                color: #fff;
                border-color: transparent;
                border-bottom-color: #fff;
            }

.nav-tabs > li > a:hover {
    border-bottom-color: #fff;
}

.dashboard-tabs + .tab-content {
    padding: 20px;
    background-color: white;
}

/*Genset Dashboard*/
.genset-dashboard .small-widget {
    background-color: #BA2C2C;
    color: #fff;
}

    .genset-dashboard .small-widget h1,
    .genset-dashboard .small-widget h4 {
        color: #fff;
    }

.genset-widgets .small-widget h1 {
    font-size: 45px;
}

.genset-widgets .counter-count {
    color: #b92b2c;
}

.genset-notification {
    min-height: 861px;
    height: 861px;
    overflow-y: auto;
    border-right: 1px solid #ddd;
}

    .genset-notification > ul {
        display: table;
        list-style-type: none;
        padding: 0;
        width: 100%;
    }

        .genset-notification > ul > li {
            display: table-row;
            background-color: #eeeeee;
            border-spacing: 10px;
        }

            .genset-notification > ul > li > span {
                display: table-cell;
                border-bottom: 10px solid #fff;
            }

                .genset-notification > ul > li > span:first-child {
                    width: 46px;
                }

                .genset-notification > ul > li > span:last-child {
                    width: 140px;
                }

.genset-details {
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
}

    .genset-details li {
        display: inline-block;
        padding-right: 10px;
    }

    .genset-details span.icon {
        display: inline-block;
        text-align: center;
        width: 20px;
        color: #b92b2c;
    }

.genset-chart-container {
    margin-bottom: 80px;
    background: #f9f9f9;
    padding: 30px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(153,153,153,.75);
    -moz-box-shadow: 0 2px 4px 0 rgba(153,153,153,.75);
    box-shadow: 0 2px 4px 0 rgba(153,153,153,.75);
    -webkit-transition: height .4s,-webkit-box-shadow 1s linear;
    -moz-transition: height .4s,-moz-box-shadow 1s linear;
    -o-transition: height .4s,box-shadow 1s linear;
    transition: height .4s,box-shadow 1s linear;
}

#genset-reports .filter {
    border: none;
}

.water-dashboard .small-widget {
    background-color: #085394;
    color: #fff;
}

    .water-dashboard .small-widget h1,
    .water-dashboard .small-widget h4 {
        color: #fff;
    }

.water-dashboard .bifurcation-table,
.water-dashboard .table thead th {
    background-color: #085394;
}

.water-dashboard span.icon {
    color: #085394;
}

.water-dashboard .filter .btn-red {
    background-color: #085394;
    border-color: #004a8a;
}

    .water-dashboard .filter .btn-red:focus,
    .water-dashboard .filter .btn-red:hover,
    .water-dashboard .filter .btn-red:active {
        color: #fff;
    }

/*.water-dashboard .genset-count,
.water-dashboard .genset-duration-widget {
	border:1px solid #ddd;
	background: transparent;
	color: #000;
}*/

.genset-duration-widget .fa {
    float: left;
    font-size: 100px;
    margin-right: 20px;
    margin-bottom: 40px;
    color: #b92b2c;
}

.water-dashboard .genset-duration-widget small {
    color: #777;
    display: block;
}

.water-dashboard .ui-state-default,
.water-dashboard .ui-widget-content .ui-state-default,
.water-dashboard .ui-widget-header .ui-state-default {
    background-color: #085394;
}

.water-dashboard .genset-count {
    background-color: #085394;
    color: #fff;
}

.water-dashboard .fuel-tank.small-widget {
    background: transparent;
}

    .water-dashboard .fuel-tank.small-widget::before {
        background-color: #085394;
    }

    .water-dashboard .fuel-tank.small-widget h1 {
        color: #085394;
    }

    .water-dashboard .fuel-tank.small-widget h4 {
        color: #333;
    }

.water-dashboard .genset-notification .alert-icon {
    background-color: #085394;
}

.water-dashboard .genset-duration-widget .fa {
    color: #085394;
}

#bar-chart {
    min-height: 250px;
}

.vehicles-bttons .btn {
    flex: 1;
}

.tab-content > .active {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 0 15px;
}

.genset-count,
.genset-duration-widget {
    list-style-type: none;
    padding: 10px 15px;
    background-color: #b92b2c;
    border-radius: 10px;
    color: #fff;
    max-height: 165px;
    min-height: 165px;
}

.genset-duration-widget {
    background-color: #dddddd;
    color: #333333;
}

    .genset-count span,
    .genset-duration-widget span {
        display: inline-block;
        padding: 5px 0;
    }

        .genset-count span:last-child {
            float: right;
        }

    .genset-duration-widget h1 {
        margin-top: 0;
    }

    .genset-duration-widget ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .genset-duration-widget small {
        /*color:#eee;*/
    }

.genset-notification .alert-icon {
    background-color: #BA2C2C;
    color: #fff;
    display: inline-block;
    height: 36px;
    width: 36px;
    text-align: center;
    padding-top: 8px;
}

/*PEPSI DASHBOARD*/
#pepsi-dashboard .iconless-small-widget .small-widget {
    background-color: #ba2c2c;
}

    #pepsi-dashboard .iconless-small-widget .small-widget h1,
    #pepsi-dashboard .small-widget h4 {
        color: #fff;
    }

.pepsi-dashboard-filter {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px;
}

    .pepsi-dashboard-filter li {
        margin-right: 15px;
    }

        .pepsi-dashboard-filter li label {
            display: block;
            float: none;
        }

        .pepsi-dashboard-filter li:last-child {
            margin-right: 0;
        }

        .pepsi-dashboard-filter li.grow1 {
            flex-grow: 1;
        }

        .pepsi-dashboard-filter li.grow2 {
            flex-grow: 2;
            max-width: 350px;
        }

    .pepsi-dashboard-filter .checkbox {
        margin-top: 13px;
        margin-bottom: 0;
    }

.fixed_header {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

    .fixed_header tbody {
        display: block;
        width: 100%;
        overflow: auto;
        max-height: 210px;
    }

    .fixed_header thead tr {
        display: block;
    }

    .fixed_header thead {
        background: #ba2c2c;
        color: #fff;
    }

    .fixed_header th, .fixed_header td {
        padding: 5px;
        text-align: left;
        width: 200px;
    }

    .fixed_header .scrolbar-column {
        width: 6px;
    }

.modal-body {
    max-height: 300px;
    overflow-y: auto;
    /*width: 600px;*/
}

#callmodal .modal-dialog {
    max-width: 800px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
}

.input-group-btn .btn {
    margin: 0 2px !important;
    display: inline-block;
}

/*SCORE CARD*/
.score-card-dashboard .col-md-6 {
    margin-bottom: 20px;
}

.score-card {
    border: 1px solid #ddd;
    background-color: #fff;
}

    .score-card h2.score-card-header {
        border-bottom: 1px solid #ddd;
        margin: 0;
        padding: 10px 2%;
    }

        .score-card h2.score-card-header small {
            float: right;
            margin-top: 6px;
        }

    .score-card .score-card-content {
        overflow: hidden;
        cursor: pointer;
    }

        .score-card .score-card-content.no-click {
            cursor: default;
        }

    .score-card:hover {
        -moz-box-shadow: 0 0 15px #ccc;
        -webkit-box-shadow: 0 0 15px #ccc;
        box-shadow: 0 0 15px #ccc;
    }

    .score-card .score-card-content .card-chart {
        float: left;
        width: 30%;
        height: 200px;
    }

    .score-card .score-card-content ul {
        margin: 20px 4% 0 4%;
        padding: 0;
        float: left;
        width: 62%;
        list-style-type: none;
    }

        .score-card .score-card-content ul li {
            padding: 6px;
            margin-bottom: 10px;
        }

            .score-card .score-card-content ul li .card-item-value {
                float: right;
            }

.profileformBoxes {
    margin-bottom: 20px;
}

.progress {
    position: relative;
    height: 160px;
    width: 160px;
    /*cursor: pointer;
	top: 50%;
	left: 50%;*/
    margin: 20px 0 0 15px;
}

.progress-circle {
    transform: rotate(-90deg);
    margin-top: -40px;
}

.progress-circle-back {
    fill: none;
    stroke: #D2D2D2;
    stroke-width: 10px;
}

.progress-circle-prog {
    fill: none;
    stroke: #7E3451;
    stroke-width: 10px;
    stroke-dasharray: 0 999;
    stroke-dashoffset: 0px;
    transition: stroke-dasharray 0.7s linear 0s;
}

.progress-text {
    width: 100%;
    position: absolute;
    top: 60px;
    text-align: center;
    font-size: 2em;
}

/*Vehicle Health*/
h2.score-card-header {
    /*border: 1px solid #ddd;*/
    padding: 10px 2%;
    text-align: right;
    margin-bottom: -1px;
    background: white;
}

.score-card-dashboard .col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

table.vehicle_health {
    padding: 55px !important;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.score-card table {
    border-collapse: collapse;
}

    .score-card table th {
        background-color: #eee;
        font-weight: bold;
    }

    .score-card table th,
    .score-card table td {
        border-bottom: 1px solid #d0d0d0;
        line-height: 1.5;
        padding: 0.75em;
    }

.score-card td.right_label {
    text-align: right;
}

.right_label.normal {
    color: #19c319;
}

.right_label.abnormal {
    color: #e40404;
}

text.highcharts-credits {
    display: none;
}

.ui-dialog {
    z-index: 99999 !important;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
}

    .dataTables_wrapper .dataTables_filter label {
        margin-right: 0;
        margin-bottom: 20px;
    }

        .dataTables_wrapper .dataTables_filter label input {
            margin-left: 10px;
        }

#lastLocation {
    color: #ba2c2c;
}

.list-group.last-location-list {
    margin-bottom: 0;
    margin: -9px -15px;
    width: 274px;
}

    .list-group.last-location-list > li {
        border: none;
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
    }

        .list-group.last-location-list > li:last-child {
            border-bottom: none;
        }

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: #fff;
    }

    .navbar-default .navbar-right {
        margin-right: -15px;
    }

    .left-text {
        border: none;
    }

    .dropdown-menu::before,
    .notification.dropdown,
    .login-bg {
        display: none;
    }

    .login-form {
        width: 100%;
    }

        .login-form section {
            margin: 0 0px;
        }

        .login-form footer {
            padding: 10px 0;
        }

            .login-form footer .copyright {
                text-align: left;
                float: none;
                padding-left: 0;
                padding-top: 6px;
            }

    .input-group {
        width: 100%;
    }

    .daterangepicker.opensright .calendar.right,
    .daterangepicker.opensright .calendar.left,
    .daterangepicker.opensright .ranges {
        float: none;
    }

    .daterangepicker.dropdown-menu {
        width: auto;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: #fff;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }

    .input-group {
        width: 100%;
    }

    .login-form footer {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 768px) {

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: #fff;
    }

    .navbar-default .navbar-right {
        /*margin-right: -15px;*/
    }

    .left-text {
        border: none;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

@media only screen and (max-width : 768px) {

    body {
        padding-top: 70px;
    }

    .login-form section {
        width: 100%;
        margin: 0 15px;
    }

    /*.avatar-userName {
        display: none;
    }*/

    .selected-customer span {
        width: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }

    .navbar-default .navbar-nav > li > a {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    /*.collapse {
       display: none !important;
    }*/
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .score-card {
        height: 315px;
    }
}




#DivTplMaps .leaflet-top {
    z-index: 9;
}

.table_scroll .col-sm-12 {
    overflow-x: auto;
}

/*softfence*/

input#txtReachedDate {
    width: 140px;
    margin-right: 5px;
    text-align: center;
    border-radius: 2px !important;
}

input#txtReachedTime {
    width: 100px;
    border-radius: 2px !important;
}

.ui-timepicker-container.ui-timepicker-standard {
    z-index: 10000 !important;
}

/* ENGRO UI*/

.card:hover, .card:visited, .card:active, .card:focus {
    text-decoration: none;
    background-color: #6c9c2b;
    color: #fff;
}

.card {
    transition: 0.3s;
    background-color: #8a8c8f;
    padding: 10px 20px;
    display: block;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 5px !important;
}

    .card h4 {
        font-size: 38px;
        font-weight: bold;
        margin: 0 0 10px 0;
        white-space: nowrap;
        padding: 0;
    }

.box.light {
    padding: 12px 20px 15px 20px;
    background-color: #fff;
}

.box {
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .box.light .box-body {
        padding-top: 8px;
    }

    .box.light.summary {
        margin-top: 65px;
    }
/* END ENGRO*/
.btnViewAllMap {
    float: right;
    margin-left: -11px;
    border: 1px solid #BA2C2C;
    color: white;
    background: #BA2C2C;
    border-radius: 20px !important;
    padding-left: 10px;
    padding-right: 10px;
}

    .btnViewAllMap:hover {
        text-decoration: none;
    }

.btnViewMap {
    float: right;
    margin-left: -11px;
    border: 1px solid #BA2C2C;
    color: white;
    background: #BA2C2C;
    border-radius: 20px !important;
    padding-left: 31px;
    padding-right: 28px;
}

    .btnViewMap:hover {
        text-decoration: none;
    }

.btnViewJourney {
    border: 1px solid #BA2C2C;
    color: white;
    background: #BA2C2C;
    border-radius: 20px !important;
    padding-left: 10px;
    padding-right: 10px;
}

    .btnViewJourney:hover {
        text-decoration: none;
        color: white !important;
    }

    .btnViewJourney.disabled {
        opacity: .65;
        cursor: not-allowed;
        color: #fff;
    }

/****************************
  Vehcicle Analytics Begin
****************************/
.score-card-aggregate {
    text-align: center;
    border-right: 1px solid #ddd;
    padding-bottom: 7px;
    padding-top: 7px;
}

    .score-card-aggregate .widget-thumb-body-stat {
        margin: 0;
        padding: 40px 0 15px 0;
        font-size: 60px;
    }

    .score-card-aggregate small {
        font-size: 16px;
        color: #333;
        font-weight: 300;
    }

.dashboard-widget-img {
    background: url('../images/dashboard-widget-img.png') no-repeat;
    background-size: contain;
    background-position: left;
}

.vehicle-widget-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .vehicle-widget-list > li {
        display: inline-block;
        width: 49%;
    }

        .vehicle-widget-list > li:nth-child(odd) {
            margin-right: 2%;
        }

        .vehicle-widget-list > li:first-child {
            margin-bottom: 2%;
        }

.vehicle-widget {
    color: #fff;
    padding: 10px 10px 10px 15px;
    box-shadow: 4px 5px 6px 0px #dedede;
    background: linear-gradient(to bottom right, #00d2ff 0%, #3a7bd5 100%);
}

    .vehicle-widget h3 {
        margin: 0;
    }

        .vehicle-widget h3 > span.title {
            font-size: 14px;
            font-weight: bold;
            display: block;
            margin-top: 10px;
        }

.widget-thumb {
    padding: 20px;
}

    .widget-thumb .widget-thumb-heading {
        font-size: 14px;
        font-weight: 700;
        color: #8e9daa;
        margin: 0 0 20px;
    }

    .widget-thumb.charts {
        padding-left: 0px;
        padding-right: 0px !important;
        padding-bottom: 0px;
        box-shadow: 4px 5px 6px 0px #dedede;
    }

        .widget-thumb.charts h4.widget-thumb-heading {
            padding-left: 20px;
        }

        .widget-thumb.charts span.widget-thumb-body-stat {
            padding-left: 20px;
        }

        .widget-thumb.charts span.widget-thumb-subtitle {
            padding-left: 20px;
            padding-top: 0px !important;
        }

.CSSAnimationChart, .mapChart {
    width: 100% !important;
    height: 350px !important;
}

.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
}

    .portlet > .portlet-title > .caption > .caption-helper {
        padding: 0;
        margin: 0;
        line-height: 13px;
        color: #9eacb4;
        font-size: 13px;
        font-weight: 400;
    }

    .portlet.light {
        box-shadow: 4px 5px 6px 0px #dedede;
        padding: 12px 20px 15px;
        background-color: #fff;
    }

        .portlet.light.bordered {
            border: 1px solid #e7ecf1 !important;
        }

            .portlet.light.bordered > .portlet-title {
                border-bottom: 1px solid #eef1f5;
            }

        .portlet.light > .portlet-title {
            padding: 0;
            min-height: 48px;
        }

        .portlet.light .portlet-body {
            padding-top: 8px;
        }

    .portlet > .portlet-title > .caption {
        float: left;
        display: inline-block;
        font-size: 18px;
        line-height: 18px;
        padding: 10px 0;
    }

    .portlet.light > .portlet-title > .caption > .caption-subject {
        font-size: 16px;
    }

    .portlet > .portlet-title > .nav-tabs {
        background: 0 0;
        margin: 1px 0 0;
        float: right;
        display: inline-block;
        border: 0;
    }

        .portlet > .portlet-title > .nav-tabs > li {
            background: 0 0;
            margin: 0;
            border: 0;
        }

            .portlet > .portlet-title > .nav-tabs > li > a {
                background: 0 0;
                margin: 5px 0 0 1px;
                border: 0;
                padding: 8px 10px;
                color: #fff;
            }

.amcharts-chart-div > a {
    display: none !important;
}

.page-content {
    background: #f8f8f8;
}

.feeds {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .feeds li {
        background-color: #fafafa;
        color: #82949a;
        margin-bottom: 7px;
    }

        .feeds li:after, .feeds li:before {
            display: table;
            line-height: 0;
            content: "";
        }

        .feeds li:after {
            clear: both;
        }

        .feeds li:last-child {
            margin-bottom: 0;
        }

        .feeds li .col1 {
            clear: both;
        }

            .feeds li .col1 > .cont {
                float: left;
                margin-right: 75px;
                overflow: hidden;
            }

                .feeds li .col1 > .cont > .cont-col1 {
                    float: left;
                    margin-right: -100%;
                }

                    .feeds li .col1 > .cont > .cont-col1 > .label {
                        display: inline-block;
                        padding: 5px 4px 6px 5px;
                        vertical-align: middle;
                        text-align: center;
                    }

                        .feeds li .col1 > .cont > .cont-col1 > .label > i {
                            text-align: center;
                            font-size: 14px;
                        }

                .feeds li .col1 > .cont > .cont-col2 > .desc {
                    margin-left: 35px;
                    padding-top: 4px;
                    padding-bottom: 5px;
                    overflow: hidden;
                }

        .feeds li .col2 {
            float: left;
            width: 75px;
            margin-left: -75px;
        }

            .feeds li .col2 > .date {
                padding: 4px 9px 5px 4px;
                text-align: right;
                font-style: italic;
                color: #c1cbd0;
            }

.scroller {
    padding: 0 12px 0 0;
    margin: 0;
    overflow: hidden;
}

.bold {
    font-weight: 700 !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.danger {
    color: #dc3545 !important;
    font-style: normal !important;
    font-weight: 600;
    padding: 4px 4px 5px 4px;
}

.success {
    color: #28a745 !important;
    font-style: normal !important;
    font-weight: 600;
    padding: 4px 4px 5px 4px;
}

.warning {
    color: #ffc107 !important;
    font-style: normal !important;
    font-weight: 600;
    padding: 4px 4px 5px 4px !important;
}

.label.label-sm.warning i.fa {
    font-size: 16px !important;
    font-weight: 500;
    margin-top: 2px;
}

.label.label-sm.danger i.fa {
    font-size: 16px !important;
    font-weight: 500;
    margin-top: 2px;
}

.label.label-sm.success i.fa {
    font-size: 16px !important;
    font-weight: 500;
    margin-top: 2px;
}

a .desc {
    color: #595d6e;
}

    a .desc:hover {
        color: #4f75ce;
    }

h4.widget-thumb-heading.distance {
    background-color: #3366cc;
    color: #fff;
    padding: .5em 1em;
    margin: 0px 0 10px -2px;
    width: 35%;
    box-shadow: 2px 2px 7px rgba(0,0,0,.4);
}

h4.widget-thumb-heading.fuel {
    background-color: #fdc16c;
    color: #fff;
    padding: .5em 1em;
    margin: 0px 0 10px -2px;
    width: 70%;
    box-shadow: 2px 2px 7px rgba(0,0,0,.4);
}

h4.widget-thumb-heading.speed {
    background-color: #df6a65;
    color: #fff;
    padding: .5em 1em;
    margin: 0px 0 10px -2px;
    width: 35%;
    box-shadow: 2px 2px 7px rgba(0,0,0,.4);
}

.dashboard-stat2 {
    margin-bottom: 10px;
    padding: 0px !important;
    background: none;
}

    .dashboard-stat2, .dashboard-stat2 .display {
        margin-bottom: 0px;
    }

        .dashboard-stat2 .display .number {
            float: none;
        }

            .dashboard-stat2 .display .number h3 {
                font-size: 100px;
                font-weight: 200;
                magin-top: 4px;
            }

                .dashboard-stat2 .display .number h3 > small {
                    font-size: 50px;
                    margin-left: -20px;
                    font-weight: 400;
                }

.font-green-sharp {
    color: #000 !important;
}

h4.widget-thumb-heading.profit {
    background-color: #951a1e;
    color: #fff;
    padding: .5em 1em;
    margin: 0px 0 -30px -20px;
    width: 25%;
    z-index: 10000000000;
    box-shadow: 2px 2px 7px rgba(0,0,0,.4);
    font-size: 15px;
    font-weight: 700;
}

.vehicle-widget .icon {
    display: inline-block;
    float: right;
    padding: 0px 0 0;
    font-size: 40px;
    opacity: 0.5;
    margin-top: -10px;
}

    .vehicle-widget .icon img {
        width: 50px;
    }

.widget-thumb .widget-thumb-body .widget-thumb-body-stat {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #3e4f5e;
}

.widget-thumb .widget-thumb-body .widget-thumb-subtitle {
    padding-top: 2px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #8e9daa;
}

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0;
}

    .tabbable-line > .nav-tabs > li {
        margin: 0;
        border-bottom: 4px solid transparent;
    }

        .tabbable-line > .nav-tabs > li > a {
            background: 0 0 !important;
            border: 0;
            margin: 0;
            padding-left: 15px;
            padding-right: 15px;
            color: #737373;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.active {
            background: 0 0;
            border-bottom: 4px solid #36c6d3;
            position: relative;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #333;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

        .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
            background: 0 0;
            border-bottom: 4px solid #9fe4ea;
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: 0 0 !important;
                color: #333;
            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

.tabbable-line > .tab-content {
    margin-top: 0;
    border: 0;
    border-top: 1px solid #eef1f5;
    padding: 30px 0;
}

.page-container-bg-solid .tabbable-line > .tab-content {
    border-top: 1px solid #dae2ea;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.portlet.light > .portlet-title > .nav-tabs > li {
    margin: 0;
    padding: 0;
}

    .portlet.light > .portlet-title > .nav-tabs > li > a {
        margin: 0;
        padding: 12px 13px 13px;
        font-size: 13px;
        color: #666;
    }

    .portlet.light > .portlet-title > .nav-tabs > li.active > a, .portlet.light > .portlet-title > .nav-tabs > li:hover > a {
        margin: 0;
        background: 0 0;
        color: #333;
    }

.btn-circle {
    border-radius: 25px !important;
    overflow: hidden;
}

.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen:before {
    content: "\f065";
}

.portlet.light > .portlet-title > .actions .btn-icon-only {
    height: 27px;
    width: 27px;
}

.portlet > .portlet-title > .actions .btn-icon-only.btn-default {
    padding: 4px 8px 2px;
}

    .portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen {
        font-family: FontAwesome;
        color: #a0a0a0;
        font-size: 13px;
    }

li [class^="icon-"],
li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

li [class^="icon-"],
li [class*=" icon-"] {
    top: 1px;
    position: relative;
}

#sparkline_bar.number {
    padding-left: 1px;
}

.jqstooltip {
    width: 35px !important;
    height: 24px !important;
}
/****************************
   Vehcicle Analytics End
****************************/

#navbar > ul {
    overflow-x: visible;
}

.location-dropdown {
    position: absolute;
    right: 45%;
    font-size: 16px;
    padding: 4px 10px;
}

#tbldriverbehavioursummary_wrapper {
    font-size: 12px;
}

.btn-pill {
    color: white;
    background: #BA2C2C;
    border-radius: 20px !important;
    text-decoration: none;
    font-size: 11px;
    width: 80px;
    display: inline-block;
    text-align: center;
}

    .btn-pill:hover, .btn-pill:visited {
        background: #e74646;
        color: #eee;
        text-decoration: none;
    }

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel-heading {
    padding: 0;
    background-color: #dadada;
}

    .panel-group .panel-heading .panel-title > a {
        color: #ba2c2c;
        padding: 10px 15px;
        display: block;
    }

        .panel-group .panel-heading .panel-title > a.collapsed {
            color: #333;
        }

        .panel-group .panel-heading .panel-title > a:hover,
        .panel-group .panel-heading .panel-title > a:focus {
            text-decoration: none;
        }

        .panel-group .panel-heading .panel-title > a:before {
            font-family: "FontAwesome";
            content: "\f078";
            font-size: 12px;
        }

        .panel-group .panel-heading .panel-title > a.collapsed:before {
            content: "\f077";
        }

.panel-default .panel-body {
    height: 400px;
    overflow-y: auto;
}

/*Alert Window*/
.draggable-container {
    position: fixed;
    right: 30px;
    bottom: 130px;
    z-index: 1002;
}

#draggable {
    width: 300px;
    /*height: 20px;*/
    border: none;
    box-shadow: #999 2px 2px 6px;
}

    #draggable h4 {
        background-color: #808080;
        margin: 0;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        cursor: move;
    }

        #draggable h4 .close {
            color: #fff;
            font-weight: normal;
            opacity: 1;
            text-shadow: none;
        }

    #draggable .draggable-body {
        border: 1px solid #ddd;
        padding: 1rem 4rem;
        background: #fff;
    }

        #draggable .draggable-body ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            display: table;
            width: 100%;
        }

            #draggable .draggable-body ul li {
                display: table-cell;
                padding: 4px;
                text-align: center;
            }

                #draggable .draggable-body ul li:first-child a {
                    background-color: #fe0002;
                    color: #fff;
                    display: block;
                }

                #draggable .draggable-body ul li:last-child a {
                    background-color: #ffd800;
                    display: block;
                }

.navbar-right.nav > li > a {
    /*padding: 10px;*/
}

.navbar-right.nav > li.last > a {
    padding: 7px 10px;
}

#btnviewfuelstatus {
    position: absolute;
    top: 6px;
    right: 62px;
    z-index: 100;
}

.usageReport {
    height: 300px;
}

#topBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #ba2c2c; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

    #topBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }

.update-panel {
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 410;
    padding: 7px 10px;
    background: rgba(255,255,255,0.9);
}

#btnviewfuelstatus-tplmaps {
    position: absolute;
    top: 53px;
    right: 320px;
    z-index: 9999;
}
