/* Minification failed. Returning unminified contents.
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(66,26): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(175,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(215,26): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(442,45): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(806,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(961,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(989,22): run-time error CSS1039: Token not allowed after unary operator: '-ddbox-color'
(1044,38): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(1090,31): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(1105,31): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(1120,31): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(1135,31): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(1150,31): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(1165,31): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(1300,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(1313,35): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(3612,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(4037,48): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(4112,22): run-time error CSS1039: Token not allowed after unary operator: '-ddbox-color'
(4253,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(4317,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(5530,22): run-time error CSS1039: Token not allowed after unary operator: '-ddbox-color'
(5542,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(5731,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(5735,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(5740,33): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(5741,35): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(5745,35): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(5746,33): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(5747,34): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(5769,25): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(5804,32): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(5814,32): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(5828,31): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(5854,21): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(5931,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(5932,24): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(6209,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(6249,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(6277,26): run-time error CSS1039: Token not allowed after unary operator: '-ddbox-color'
(6292,30): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(6474,32): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(6498,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(6608,22): run-time error CSS1039: Token not allowed after unary operator: '-ddbox-color'
(6625,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(6732,22): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(6768,18): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(6772,24): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
 */
@charset "utf-8";
/* CSS Document */

:root {
    --main-color: black;
    --ddbox-color:black;
}

@font-face {
    font-family: "opensans";
    src: url(../../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "opensan-lt";
    src: url(../../fonts/OpenSans-Light.ttf);
}
.testtest{
    color:black;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../../fonts/opensans-regular_0-webfont.eot');
    src: url('../../fonts/opensans-regular_0-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans-regular_0-webfont.woff2') format('woff2'), url('../../fonts/opensans-regular_0-webfont.woff') format('woff'), url('../../fonts/opensans-regular_0-webfont.ttf') format('truetype'), url('../../fonts/opensans-regular_0-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../../fonts/opensans-regular_0-webfont.eot');
    src: url('../../fonts/opensans-regular_0-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans-regular_0-webfont.woff2') format('woff2'), url('../../fonts/opensans-regular_0-webfont.woff') format('woff'), url('../../fonts/opensans-regular_0-webfont.ttf') format('truetype'), url('../../fonts/opensans-regular_0-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo {
    z-index: 222;
    margin-top: -10px;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}

.error-summary {
    color: red;
}

.ul_list {
    line-height: 18px;
}

body {
	font-family: Roboto;
    margin: 0;
    padding: 0;
    background: #fff;
    /*font-family: 'open_sansregular';*/
}

    body.loginbg {
        background: var(--main-color);
    }

.droplist {
    width: 81px;
    font-size: 13px;
}

.TopButtons1 {
    float: left;
    margin: 5px 22px;
    width: 100%;
}

.btn-Add-Services {
    float: left;
    margin: 5px 20px;
    width: 100%;
}

.TopButtons1 input.cancel-filter {
    background: none;
    cursor: pointer;
    color: #686868;
    line-height: 35px;
    font-weight: bold;
}

.login_reg {
    margin: 0;
    padding: 0;
    background: url(../../../Images/body-bg.png) no-repeat fixed;
    background-size: cover;
    font-family: 'open_sansregular';
}

#trackcolorspeedcontainer > table > tbody > tr > td {
    color: #fff;
}

.main {
    float: left;
    width: 100%;
    background: white;
}

.floatLeft {
    float: left;
}

.floatLeftReports {
    float: left;
}

.row .floatRight {
    float: right;
}
/*Fonts*/


/*Login Starts*/
.login-block {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.login-logo {
    float: left;
    width: 100%;
    text-align: center;
    margin: 80px 0 30px;
}

    .login-logo img {
        max-width: 100%;
		width:210px;
    }

.addinfo {
    padding-left: 20px;
}

.more {
    clear: both;
    float: left;
    margin: -30px 0 30px 20px;
    padding: 7px 0;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.login-form {
    float: left;
    width: 100%;
    background: #f9f9f9;
    border-radius: 5px;
}

#runtimeFields {
    padding-left: 20px;
    margin-top: -20px;
}

.login-heading {
    float: left;
    width: 100%;
    padding: 11px 2.5%;
    background: var(--main-color);
    font-family: 'Roboto';
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px 5px 0 0;
    border: white solid 1px;
}

.login-fields {
    float: left;
    width: 100%;
    padding: 6%;
}

    .login-fields .login-username {
        float: left;
        width: 100%;
        border: 1px solid #b2b2b2;
        border-radius: 2px;
        background: url(../../Images/login-username.png) no-repeat 10px center;
        padding: 9px 9px 9px 40px;
        margin: 0 0 15px 0;
        color: #3c4a5b;
    }

    .login-fields .login-password {
        float: left;
        width: 100%;
        border: 1px solid #b2b2b2;
        border-radius: 2px;
        background: url(../../Images/login-password.png) no-repeat 11px center;
        padding: 9px 9px 9px 40px;
        margin: 0 0 15px 0;
        color: #3c4a5b;
    }

    .login-fields .login-button {
        /* float: left; */
        width: 100%;
        background: var(--main-color);
        border-radius: 2px;
        padding: 8px 8px 8px 8px;
        margin: 0 0 7px 0;
        color: #fff;
        border: none;
        font-size: 21px;
        text-transform: uppercase;
        font-weight: bold;
    }

        .login-fields .login-button:hover {
            background: rgba(19, 28, 39, 0.8);
        }

.forg-password {
    float: right;
    line-height: 18px;
}

    .forg-password a {
        color: #646d78;
        font-size: 13px;
    }

.rem-me {
    float: left;
    font-size: 13px;
    color: #646d78;
    line-height: 18px;
}

    .rem-me input {
        float: left;
        width: 13px;
        height: 13px;
        margin: 3px 3px 0 0;
    }



@media (max-width: 767px) {
    .login-logo {
        margin: 20px 0;
    }
}

@media (max-width: 479px) {
    .login-form {
        margin: 0 2%;
        width: 96%;
    }
}
/*Login Ends*/


/*Companies Start*/
header {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
    margin: 0 0 0px;
}

.logo {
    float: left;
    margin: 5px 40px;
	font-family:Roboto-Bold;
}

/*.nav {
    float: left;
    margin: 17px 0;
}

*/ .nav ul {
    float: left;
    margin: 0;
    padding: 0;
    z-index: 2147483647 !important;
}

.nav ul li {
    float: left;
    margin: 0 7px 0 0;
    line-height: 3px;
}

    .nav ul li a {
        font-family: 'Roboto';
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        width: 100%;
    }

        .nav ul li a:hover {
            color: #fff;
        }

        .nav ul li a.nav-dashboard {
            float: left;
            background: url(../../Images/Dashboard.png) no-repeat left center;
            padding-left: 27px;
        }

        .nav ul li a.nav-vehicle {
            float: left;
            background: url(../../Images/vehicle.png) no-repeat left center;
            padding-left: 30px;
        }

        .nav ul li a.nav-livemap {
            float: left;
            background: url(../../Images/live_map.png) no-repeat left center;
            padding-left: 28px;
        }

        .nav ul li a.nav-replay {
            float: left;
            background: url(../../Images/replayicon.png) no-repeat left center;
            padding-left: 28px;
        }

        .nav ul li a.nav-reports {
            float: left;
            background: url(../../Images/reports.png) no-repeat left center;
            padding-left: 26px;
        }

        .nav ul li a.nav-admin {
            float: left;
            background: url(../../Images/admin.png) no-repeat left center;
            padding-left: 28px;
        }

        .nav ul li a.zones {
            float: left;
            background: url(../../Images/Zonesmap.png) no-repeat left center;
            padding-left: 30px;
        }

.nav select {
    background: url("../../Images/select_tele.png") no-repeat scroll right center #fff; /*arw.png*/
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 34px;
    line-height: 19px;
    padding-left: 5px;
    width: 240px;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*margin-left:5px;*/
    background-color: transparent;
}

    .nav select option {
        color: #333333;
    }


.vehdrop {
    background: url("../../Images/select_tele.png") no-repeat scroll 235px center transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 33px;
    line-height: 22px;
    padding: 5px;
    width: 170px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.user-profile {
    float: right;
    line-height: 33px;
    margin: 14px 0 0 0;
}

    .user-profile img {
        float: left;
        margin: 0 5px 0 0;
        height: 33px;
    }

    .user-profile span {
        float: left;
        background: url(../../Images/dd-arrow-profile.png) right 15px no-repeat;
        padding: 0 14px 10px 0;
    }

.wrapper {
    width: 100%;
    position: relative;
    float: left;
    min-height: 700px;
    /*margin: 0.5px 0 0px;*/
    padding: 0%;
    top: 55px;
    overflow-x: hidden;
}

/*.wrapper {
    width: 100%;
    float: left;

}*/
/*.sidebar {
    float: left;
    width: 230px;
    padding: 0 15px;
    height: 100%;
    background: #efefef;
    transition: all 1s;
    min-height: 800px;
   
}*/


.sidebar {
    background: none repeat scroll 0 0 var(--main-color);
    float: left;
    padding: 0 15px;
    transition: all 1s ease 0s;
    width: 230px;
}

.search {
    float: left;
    width: 100%;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    position: relative;
}

    .search .search-tb {
        float: left;
        width: 100%;
        height: 34px;
        padding: 5px 35px 5px 8px;
        border: none;
        background: none;
        color: #686868;
        font-size: 15px;
        line-height: 34px;
    }

    .search .search-sub {
        position: absolute;
        right: 7px;
        top: 0;
        background: url(../../Images/search-icon.png) center no-repeat;
        width: 20px;
        height: 33px;
        border: none;
    }

.filters {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    color: #3c4a5b;
}

    .filters .filter-heading {
        float: left;
        width: 100%;
        font-size: 16px;
        margin: 0 0 10px;
        border-bottom: 1px solid #e0e0e0;
        padding: 0 0 10px;
    }

    .filters .filter-label {
        float: left;
        width: 100%;
        font-size: 13px;
        margin: 0 0 5px;
    }

    .filters .filter-tb {
        float: left;
        width: 100%;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        height: 30px;
        font-size: 13px;
        padding: 5px;
        margin: 0 0 11px;
    }

.SelctDiv select {
    float: left;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    height: 30px;
    font-size: 13px;
    padding: 5px;
    margin: 0 0 11px;
}

.filters .filter-half {
    width: 47%;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    height: 30px;
    font-size: 13px;
    padding: 5px;
    margin: 0 0px 11px 0;
}

.filter-btns {
    float: left;
    width: 100%;
    margin: 4px 0 0;
}

.apply-filter {
    /*float: left;*/
    background: #3c4a5b;
    color: #f9f9f9;
    padding: 6px 15px;
    font-size: 14px;
    border: none;
    margin: 0 10px 0 0;
    border-radius: 2px;
}

    .apply-filter:hover {
        background: #2D425B;
        color: white;
    }

.content-heading .cancel-filter {
    background: #3c4a5b;
    color: #fff;
    padding: 0 15px;
}

.apply-filter {
    background: #3c4a5b;
    color: #fff;
}

.content-heading .cancel-filter:hover, #newpoi:hover {
    background: #686868;
    color: #fff;
}

#newpoi {
    background: #3c4a5b;
    color: #fff;
    padding: 2px 10px;
    border: none;
    border-radius: 2px;
    float: right;
}

.cancel-filter {
    background: none;
    float: left;
    color: #3c4a5b;
    padding: 0px 0px;
    font-size: 14px;
    border: none;
    margin: 0 10px 0 0;
    border-radius: 2px;
}

    .cancel-filter:hover {
        color: #000;
    }

.content_livemap {
    /*margin: 0 0 0 228px;
    padding: 0 15px 35px;*/
    float: left;
    height: 100%;
    width: 100%;
    transition: all 1s;
}


.content {
    /*margin: 0 0 0 230px;*/
    padding: 0 0px 35px;
    min-height: 560px;
    transition: all 1s;
}

.navbar-nav-top {
    float: left;
    margin: 0 0 0 12px !important;
}

.alertcontent {
    margin: 0 0 0 0;
    /*padding: 0 35px 35px;*/
    min-height: 560px;
    transition: all 1s;
}

.main-content {
    min-height: 600px;
    /* float: left;*/
    width: 100%;
    /*background: #efefef;*/
    margin: 10px 0 35px;
    font-family: 'Roboto', sans-serif;
}

    .main-content tfoot tr td {
        font-weight: bold;
    }

.content-heading {
    /* background: none repeat scroll 0 0 var(--main-color); */
    float: left;
    min-height: 50px;
    padding: 7px 10px 4px;
    width: 100%;
}

.heading-company {
    float: left;
    font-size: 19px;
    color: #fff;
    line-height: 40px;
}

.heading-driver {
    float: left;
    font-size: 19px;
    color: #fff;
    line-height: 40px;
}

/*.heading-vehicle {
    float: left;
    background: url(../../Images/vehicle1_.png) left center no-repeat;
    font-size: 19px;
    color: #686868;
    padding: 0 0 0 40px;
    line-height: 40px;
}*/

.heading-subhead-vehicle {
    float: left;
    font-size: 19px;
    color: #fff;
    padding: 0 0 0 5px;
    line-height: 40px;
}

.heading-company-text {
    float: left;
    font-size: 19px;
    color: #686868;
    padding: 0 0 0 20px;
    line-height: 36px;
}

.heading-vehicle {
    float: left;
    font-size: 19px;
    /* color: #fff; */
    line-height: 36px;
}

.heading-fuel {
    float: left;
    background: url(../../Images/fuelicon.png) left center no-repeat;
    font-size: 19px;
    color: #686868;
    padding: 0 0 0 55px;
    line-height: 36px;
}

.table-listing {
    float: left;
    width: 100%;
    margin-top: 0px;
}

    .table-listing table {
        float: left;
        width: 100%;
    }
    .table-listing table tr{
        height: 20px;
    }

        .table-listing table tr th {
            padding: 5px 15px;
            background: #e0e0e0;
            text-align: left;
            font-family: 'Roboto';
            font-weight: bold;
            font-size: 13px;
        }

        .table-listing table tr td {
            padding: 7px 15px;
            font-size: 12px;
            border: 1px solid #e0e0e0;
            border-width: 0 1px 1px 0;
        }

            .table-listing table tr td:last-child {
                border-width: 0 0px 1px 0;
                text-align: center;
            }

        /*.table-listing table tr:nth-child(2n), .table-listing table tr:hover {
            background: #f1f1f1;
        }*/

.edit-company {
    margin: 0 3px;
    background-image: url(../../Images/edit.png);
    background-repeat: no-repeat;
    background-size: 13px 17px;
}

.delete-company {
    margin: 0 3px;
    background-image: url(../../Images/delete.png);
    background-repeat: no-repeat;
    background-size: 13px 17px;
}

.details-company {
    margin: 0 3px;
    background-image: url(../../Images/details.png);
    background-repeat: no-repeat;
    background-size: 13px 17px;
}

.table-listing table tr td:nth-child(4) {
    text-align: center;
}

#vehicle table tbody tr td {
    text-align: left;
}

.pagi {
    float: left;
    margin: 0 0 35px;
}

    .pagi .page-prev {
        float: left;
        background: #fbfbfb;
        border-radius: 2px;
    }

        .pagi .page-prev a {
            padding: 6px 10px;
            float: left;
        }

    .pagi .page-no {
        float: left;
        margin: 0 15px;
        font-size: 14px;
        color: #f9f9f9;
        line-height: 32px;
    }

    .pagi .page-next {
        float: left;
        background: #fbfbfb;
        border-radius: 2px;
    }

        .pagi .page-next a {
            padding: 6px 10px;
            float: left;
        }

footer {
    background: var(--main-color);
    height: 66px;
    width: 100%;
    bottom: 0;
    width: 100%;
    padding: 26px 0;
    float: left;
    bottom: 0 !important;
}

.copyright {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #f9f9f9;
}


/*Companies End*/



/*Registeraion Starts*/
.login-fields .reg-tb {
    float: left;
    width: 100%;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    padding: 9px;
    margin: 0 0 15px 0;
    color: #3c4a5b;
}
/*Registeraion Ends*/

/*Company Edit Starts*/
.comp-edit-fields {
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

    .comp-edit-fields ul {
        float: left;
        width: 100%;
        padding: 20px;
        list-style: none;
        margin: 0px;
    }

        .comp-edit-fields ul li {
            float: left;
            width: 50%;
        }

.vehicle-edit-fields {
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

    .vehicle-edit-field-list {
        float: left;
        width: 100%;
        padding: 20px;
        list-style: none;
        margin: 0px;
    }

        .vehicle-edit-field-list>li {
            float: left;
            width: 50%;
        }

.comp-edit-flds {
    float: left;
    width: 85%;
    margin: 0 0 5px;
    font-family: 'Roboto', sans-serif;
}

.comp-edit-flds1 {
    float: left;
    width: 100%;
    margin: 0px 0 5px;
}

.comp-edit-tb {
    float: left;
    width: 85%;
    font-size: 13px;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    padding: 9px;
    margin: 0 0 15px 0;
    color: #3c4a5b;
}

.comp-edit-fld select {
    float: left;
    width: 85%;
    font-size: 13px;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    padding: 8px;
    margin: 0 0 15px 0;
    color: #3c4a5b;
}
.edit-fld {
    float: left;
    width: 85%;
    font-size: 13px;
    /*border: 1px solid #b2b2b2;*/
    border-radius: 2px;
    padding: 8px;
    margin: 0 0 15px 0;
    color: #3c4a5b;
}
/*Company Edit Ends*/



/* Dashboard Css Starts from here */

.DashboardMain {
    padding-top: 35px;
    margin: 0 0 0 0px;
    padding: 35px;
    transition: all 1s;
}

.DashboardBlock {
    width: 48.5%;
    min-height: 550px;
    margin: 0px 0 40px;
}

.DashboardBlockReports {
    width: 48.5%;
    min-height: 550px;
    margin: 15px 0 40px;
    overflow: auto;
}

.PerformanceBlock {
    width: 100%;
    min-height: 550px;
}

.ActivityBlock {
    width: 20%;
    max-height: 700px;
}

.Blockheading {
    background: var(--main-color);
    float: left;
    margin: 0px 0 0;
    min-height: 50px;
    padding: 0 10px;
    position: relative;
    width: 100%;
    /*z-index: 777;*/
}

    .Blockheading img {
        float: left;
        margin: 8px 10px 0 5px;
    }

    .Blockheading h4 {
        float: left;
        font-size: 18px;
        font-weight: normal;
        line-height: 45px;
        padding: 0;
        margin: 0;
        color: white;
    }

.BlockToggleDiv {
    float: left;
    width: 100%;
    background: var(--ddbox-color);
    height: 490px;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    /*overflow: auto;*/
    position: relative;
}

.ToggleDiv {
    float: left;
    width: 100%;
}

.ToggleTarget {
    float: left;
    width: 100%;
    min-height: 410px;
    padding: 10px 10px 0 10px;
}
/*For fuel and price*/
.ToggleULFuel {
    float: left;
    width: 100%;
    min-height: 80px;
    margin-left: 0px;
}

    .ToggleULFuel ul {
        padding: 0;
        margin: 0;
    }

        .ToggleULFuel ul li {
            float: left;
            width: 33.3%;
            min-height: 80px;
            list-style: none;
            margin: 0 0 0 0;
        }

            .ToggleULFuel ul li a {
                background: #e0e0e0;
                float: left;
                display: block;
                text-decoration: none;
                font-size: 18px;
                color: #3c4a5b;
                min-height: 80px;
                width: 100%;
                line-height: 24px;
                padding: 15px 0 0;
                cursor: pointer;
            }

                .ToggleULFuel ul li a:hover, .ToggleULFuel ul li a.active {
                    background: var(--main-color);
                    color: #fff;
                }

                .ToggleULFuel ul li a span {
                    clear: both;
                    float: right;
                    font-size: 13px;
                    line-height: 14px;
                    width: 72%;
                }

                .ToggleULFuel ul li a .Fuel {
                    background: url(../../Images/fuel.png) no-repeat;
                    float: left;
                    width: 31px;
                    height: 29px;
                    margin: 10px 10px 0 20px;
                }

                .ToggleULFuel ul li a:hover .Fuel, .ToggleUL ul li a.active .Fuel {
                    background-position: 0 100%;
                }

                .ToggleULFuel ul li a .Cost {
                    background: url("../../Images/Cost.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
                    float: left;
                    height: 38px;
                    margin: 0 10px 0 20px;
                    width: 31px;
                }

                .ToggleULFuel ul li a:hover .Cost, .ToggleUL ul li a.active .co2 {
                    /*background-position: 0 100%;*/
                }

#target13:hover:after, #target13N.active:after {
    bottom: 16%;
    left: 16.5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(28, 83, 163, 0);
    border-bottom-color: var(--main-color);
    border-width: 15px;
    margin-left: -15px;
}

#target14:hover:after, #target14N.active:after {
    bottom: 16%;
    left: 49%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(28, 83, 163, 0);
    border-bottom-color: var(--main-color);
    border-width: 15px;
    margin-left: -15px;
}

#target14N:hover:after, #target14N.active:after {
    bottom: 16%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(28, 83, 163, 0);
    border-bottom-color: var(--main-color);
    border-width: 15px;
    margin-left: -15px;
}

#target15:hover:after, #target15N.active:after {
    bottom: 16%;
    left: 16.5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(28, 83, 163, 0);
    border-bottom-color: var(--main-color);
    border-width: 15px;
    margin-left: -15px;
}

#target16:hover:after, #target16N.active:after {
    bottom: 16%;
    left: 49%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(28, 83, 163, 0);
    border-bottom-color: var(--main-color);
    border-width: 15px;
    margin-left: -15px;
}

#target16N:hover:after, #target16N.active:after {
    bottom: 16%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(28, 83, 163, 0);
    border-bottom-color: var(--main-color);
    border-width: 15px;
    margin-left: -15px;
}
/*Close fuel and price*/

.ToggleUL {
    float: left;
    width: 100%;
    min-height: 80px;
    margin-left: 0px;
}

    .ToggleUL ul {
        padding: 0;
        margin: 0;
    }

        .ToggleUL ul li {
            float: left;
            width: 50%;
            min-height: 80px;
            list-style: none;
            margin: 0 0 0 0;
        }

            .ToggleUL ul li a {
                background: #e0e0e0; /*rgba(224, 224, 224, 0.6);*/
                float: left;
                display: block;
                text-decoration: none;
                font-size: 18px;
                color: #3c4a5b;
                min-height: 80px;
                width: 100%;
                line-height: 24px;
                padding: 15px 0 0;
                cursor: pointer;
            }

                .ToggleUL ul li a:hover, .ToggleUL ul li a.active {
                    background: #686868;
                    color: #fff;
                }

                .ToggleUL ul li a span {
                    clear: both;
                    float: right;
                    font-size: 13px;
                    line-height: 14px;
                    width: 72%;
                }

                .ToggleUL ul li a .speedometer {
                    background: url(../../Images/speedometer.png) no-repeat;
                    float: left;
                    width: 30px;
                    height: 23px;
                    margin: 10px 10px 0 20px;
                }

                .ToggleUL ul li a:hover .speedometer, .ToggleUL ul li a.active .speedometer {
                    background-position: 0 100%;
                }

                .ToggleUL ul li a .co2 {
                    background: url(../../Images/co2.png) no-repeat;
                    float: left;
                    width: 31px;
                    height: 29px;
                    margin: 10px 10px 0 20px;
                }

                .ToggleUL ul li a:hover .co2, .ToggleUL ul li a.active .co2 {
                    background-position: 0 100%;
                }

                .ToggleUL ul li a .Fuel {
                    background: url(../../Images/fuel.png) no-repeat;
                    float: left;
                    width: 31px;
                    height: 29px;
                    margin: 10px 10px 0 20px;
                }

                .ToggleUL ul li a:hover .Fuel, .ToggleUL ul li a.active .Fuel {
                    background-position: 0 100%;
                }

                .ToggleUL ul li a .Cost {
                    background: url("../../Images/Cost.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
                    float: left;
                    height: 38px;
                    margin: 0 10px 0 20px;
                    width: 31px;
                }

                .ToggleUL ul li a:hover .Cost, .ToggleUL ul li a.active .co2 {
                    /*background-position: 0 100%;*/
                }

                .ToggleUL ul li a .FleetUtil {
                    background: url(../../Images/utilizationwhite.png) no-repeat;
                    float: left;
                    height: 30px;
                    margin: 10px 10px 0 20px;
                    width: 54px;
                }

                .ToggleUL ul li a:hover .FleetUtil, .ToggleUL ul li a.active .FleetUtil {
                    background-position: 0 100%;
                }

                .ToggleUL ul li a .carimage {
                    background: url(../../Images/car.png) no-repeat;
                    float: left;
                    width: 32px;
                    height: 25px;
                    margin: 10px 10px 0 20px;
                }

                .ToggleUL ul li a:hover .carimage, .ToggleUL ul li a.active .carimage {
                    background-position: 0 100%;
                }

.targetDiv {
    display: none;
}

.targetDiv2 {
    display: none;
}

.ToggleUL ul li a.active, .ToggleUL ul li a:hover {
    position: relative;
    background: var(--main-color);
}

    .ToggleUL ul li a:hover:after, .ToggleUL ul li a.active:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(28, 83, 163, 0);
        border-bottom-color: var(--main-color);
        border-width: 15px;
        margin-left: -15px;
    }



.GraphsDiv {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
    font-family: sans-serif;
}

    .GraphsDiv p {
        padding-top: 22.5%;
        color: #fff;
    }

.PerfLeft {
    float: left;
    width: 28%;
    padding: 0 0 20px 0;
}

.PerfRioght {
    float: right;
    width: 100%;
    background: #f9f9f9;
}

.SpeedRPMDiv {
    float: left;
    width: 100%;
    background: #f9f9f9;
    margin: 0 0 10px 0;
    padding: 0 0 21px 0;
}

.TopMeterDiv {
    float: left;
    margin: 0 0 10px;
    padding: 5px 25px 0;
    width: 100%;
}

.LargeMeter {
    float: left;
    width: 23%;
    margin: 0 12px 0 0;
}

.HeadingDiv {
    float: left;
    width: 71%;
}

    .HeadingDiv h3 {
        font-size: 24px;
        font-weight: normal;
        float: left;
        width: 100%;
        line-height: 30px;
        padding: 0 0 4px 0;
        margin: 0;
        text-align: left;
    }

    .HeadingDiv p {
        font-size: 13px;
        font-weight: normal;
        float: left;
        width: 100%;
        line-height: 18px;
        text-align: left;
    }

.kmdiv {
    float: left;
    padding: 0 25px;
    width: 100%;
}

    .kmdiv h2 {
        font-family: "opensan-lt";
        font-size: 72px;
        font-weight: 100;
        float: left;
        width: 100%;
        line-height: 75px;
        padding: 0 0 4px 0;
        margin: 0;
    }

        .kmdiv h2 span {
            font-size: 32px;
        }

    .kmdiv p {
        font-size: 18px;
        font-weight: normal;
        float: left;
        width: 100%;
        line-height: 18px;
    }

.RpmDiv {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 7px;
    height: 50%;
}

.Width1 {
    width: auto !important;
}

.ActivityDiv {
    float: left;
    width: 100%;
    background: #f9f9f9;
}
/***********activity feed start here*/
.ActivityDivFeed {
    float: left;
    width: 245px;
    /*background: #f9f9f9;*/
    /*height: 650PX;*/
}

    .ActivityDivFeed ul {
        padding: 0;
        margin: 0;
    }

        .ActivityDivFeed ul li {
            float: left;
            width: 100%;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            padding: 10px 0 10px 8px;
            list-style: none;
			line-height: 15px;
        }

            .ActivityDivFeed ul li:last-child {
                border: none;
            }

            .ActivityDivFeed ul li:hover {
                background-color: #686868;
                color: #fff;
            }

                .ActivityDivFeed ul li:hover span, .ActivityDivFeed ul li:hover font, .ActivityDivFeed ul li:hover a {
                    color: #fff;
                }

            .ActivityDivFeed .notification-item a {
                color: #fff;
                text-decoration: none;
                float: left;
                font-size: 13px;
                line-height: 19px;
                width: 100%;
                display: block;
            }

                .ActivityDivFeed .notification-item span {
                    color: #fff;
                    font-size: 12px;
                }

                .ActivityDivFeed .notification-item font {
                    font-size: 11px;
                    line-height: 12px;
                }

                .ActivityDivFeed .notification-item:hover {
                    color: #fff;
                }
/*****************Activity feed close here***************/




/***********Incident feed start here*/
.IncidentDivFeed {
    float: left;
    width: 100%;
    background: #f9f9f9;
    overflow: auto;
    height: 300PX;
}

    .IncidentDivFeed ul {
        padding: 0;
        margin: 0;
    }

        .IncidentDivFeed ul li {
            float: left;
            width: 100%;
            border-bottom: 1px solid #f1f1f1;
            padding: 10px;
            list-style: none;
        }

            .IncidentDivFeed ul li:last-child {
                border: none;
            }

            .IncidentDivFeed ul li:hover {
                background: #686868;
                color: #fff;
            }

                .IncidentDivFeed ul li:hover span, .IncidentDivFeed ul li:hover font, .IncidentDivFeed ul li:hover a {
                    color: #fff;
                }

            .IncidentDivFeed ul li a {
                color: #3c4a5b;
                text-decoration: none;
                float: left;
                font-size: 12px;
                line-height: 16px;
                width: 100%;
                display: block;
            }

                .IncidentDivFeed ul li a span {
                    color: #686868;
                }

                .IncidentDivFeed ul li a font {
                    font-size: 13px;
                    line-height: 12px;
                }

                .IncidentDivFeed ul li a:hover {
                    color: #fff;
                }
/*****************Incident feed close here***************/




.ActivityDivReports {
    float: left;
    width: 100%;
    background: #f9f9f9;
    overflow: auto;
    height: 100%;
}

    .ActivityDivReports ul {
        padding: 0;
        margin: 0;
    }

        .ActivityDivReports ul li {
            float: left;
            width: 100%;
            border-bottom: 1px solid #f1f1f1;
            padding: 10px;
            list-style: none;
        }

            .ActivityDivReports ul li:last-child {
                border: none;
            }

            .ActivityDivReports ul li:hover {
                background: #686868;
                color: #fff;
            }

                .ActivityDivReports ul li:hover span, .ActivityDivReports ul li:hover font, .ActivityDivReports ul li:hover a {
                    color: #fff;
                }

            .ActivityDivReports ul li a {
                color: #3c4a5b;
                text-decoration: none;
                float: left;
                font-size: 16px;
                line-height: 16px;
                width: 100%;
                display: block;
            }

                .ActivityDivReports ul li a span {
                    color: #686868;
                }

                .ActivityDivReports ul li a font {
                    font-size: 13px;
                    line-height: 12px;
                }

                .ActivityDivReports ul li a:hover {
                    color: #fff;
                }

.ActivityDiv ul {
    padding: 0;
    margin: 0;
}

    .ActivityDiv ul li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        padding: 10px;
        list-style: none;
    }

        .ActivityDiv ul li:last-child {
            border: none;
        }

        .ActivityDiv ul li:hover {
            background: #686868;
            color: #fff;
        }

            .ActivityDiv ul li:hover span, .ActivityDiv ul li:hover font, .ActivityDiv ul li:hover a {
                color: #fff;
            }

        .ActivityDiv ul li a {
            color: #3c4a5b;
            text-decoration: none;
            float: left;
            font-size: 16px;
            line-height: 16px;
            width: 100%;
            display: block;
        }

            .ActivityDiv ul li a span {
                color: #686868;
            }

            .ActivityDiv ul li a font {
                font-size: 13px;
                line-height: 12px;
            }

            .ActivityDiv ul li a:hover {
                color: #fff;
            }
/*.MoreInfoDiv {
    display: none;
}

.ActivityDiv ul li:hover .MoreInfoDiv {
    border: 1px solid #686868;
    background: #686868;
    display: block;
    position: absolute;
    width: 52.5%;
    height: 483px;
    margin: -10px 0 0;
    right: 25.3%;
    padding: 10px;
    bottom: 2.35%;
}*/
/*.ActivityDiv ul li:hover .MoreInfoDiv:after {
	left: 100%;
	top: 7%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 13px;
	margin-top: -13px;
	margin-left: -2px;
}*/

.InnerMap {
    float: left;
    width: 49%;
    display: none;
}

    .InnerMap img {
        width: 100%;
        min-height: 462px;
    }

.VehicleDetaildiv {
    float: right;
    width: 49%;
}

.VehicleDetails {
    float: left;
    width: 90%;
}

.VehicleLocation {
    float: right;
    width: 69%;
}

.VehicleDetaildiv ul, .VehicleDetails ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

    .VehicleDetaildiv ul li {
        border: 1px solid #f1f1f1;
        color: #3c4a5b;
        float: left;
        font-size: 14px;
        list-style: outside none none;
        margin: 0 0 1px;
        padding: 10px;
        width: 100%;
    }

        .VehicleDetaildiv ul li span {
            float: left;
            width: 40%;
            border-right: 1px solid #f1f1f1;
            color: #fff !important;
        }

            .VehicleDetaildiv ul li span + span {
                float: left;
                width: 60%;
                padding: 0 0 0 15px;
                color: #fff !important;
                border-right: none;
            }

        .VehicleDetaildiv ul li:last-child {
            border: 1px solid #f1f1f1;
        }

        .VehicleDetaildiv ul li:hover {
            background: #f1f1f1;
        }

            .VehicleDetaildiv ul li:hover span {
                color: #3c4a5b !important;
            }

    .VehicleDetails ul li {
        border: 1px solid #f1f1f1;
        color: #3c4a5b;
        float: left;
        font-size: 14px;
        list-style: outside none none;
        margin: 0 0 1px;
        padding: 3px !important;
        width: 100%;
        min-height: 35px !important;
        line-height: 35px !important;
    }

        .VehicleDetails ul li span {
            float: left;
            width: 40%;
            border-right: 1px solid #f1f1f1;
            color: #3c4a5b !important;
        }

            .VehicleDetails ul li span + span {
                float: left;
                width: 60%;
                padding: 0 0 0 15px;
                color: #3c4a5b !important;
                border-right: none;
            }

        .VehicleDetails ul li:last-child {
            border: 1px solid #f1f1f1;
        }

        .VehicleDetails ul li:hover {
            background: #f1f1f1;
        }

/*Dashboard, app status, services*/
.DashboardSummary {
    background-color: black;
    color: #f5f5f5;
    position:absolute;
    height:100%;
}

.app-status-container{
    padding: 7px 22px;
}

.DashboardSummary .header{
    height:40px;
    color: #f5f5f5;
    font-size:25px;
    margin: 5px 18px 5px 18px;
    font-family:Roboto-Bold, sans-serif
}

.serviceInformationContainer{
    padding:7px !important;
}

.serviceInformation {
    height: 160px;
    font-size: 22px;
    width:100%;
    color: #f5f5f5;
    /*margin: 10px;*/
    border: 1px solid #efefef;
    /*border-radius: 2px;*/
    display:inline-block;
    font-weight: bold;
    vertical-align:middle;
}

.serviceInformation .infoContainer{
    line-height:22px;
    text-align:left;
    padding:10px;
}

.serviceInformation > .infoContainer > span.name{
    display:block;
    height:65%;
}

.serviceInformation > .infoContainer > div.statusContainer {
    height: 20%;
    display:inline-block;
}

.serviceInformation > .infoContainer > div.statusContainer > span.status {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    display:block;
}

.serviceInformation.active{
    background-color:#449b00;
}

.serviceInformation.inactive{
    background-color:#ff2d2d;
}

.app-dashboard {
    background: black;
    height: 100%;
    font-family: Roboto, sans-serif;
}
/*Dashboard, app status, services css end here*/

.GridList {
    float: right;
    width: auto;
    padding: 0 10px;
}

    .GridList ul {
        padding: 0;
        margin: 0;
    }

        .GridList ul li {
            list-style: none;
            float: left;
            padding: 5px 5px 0;
            margin: 0;
        }

            .GridList ul li a.grid {
                background: url(../../Images/gridicon.png) no-repeat;
                width: 26px;
                height: 26px;
                display: block;
            }

                .GridList ul li a.grid:hover {
                    background-position: 0 100%;
                }

            .GridList ul li a.list {
                background: url(../../Images/listicon.png) no-repeat;
                width: 31px;
                height: 26px;
                display: block;
            }

                .GridList ul li a.list:hover {
                    background-position: 0 100%;
                }

            .GridList ul li a.active {
                background-position: 0 100%;
            }

#GridListing {
    float: left;
    margin: 10px 0 35px;
    min-height: 600px;
    width: 100%;
}

.GridListing, .ListView {
    float: left;
    width: 100%;
}

    .GridListing ul, .ListView ul {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
    }

        .GridListing ul li {
            background: #f9f9f9;
            list-style: none;
            padding: 10px;
            margin: 0 13px 10px 0;
            float: left;
            width: 19%;
            min-height: 160px;
            position: relative;
        }

            .GridListing ul li.last {
                margin: 0 0 10px 0;
            }

            .GridListing ul li a {
                text-decoration: none;
                color: #686868;
                font-size: 20px;
                line-height: 24px;
                float: left;
                font-weight: normal;
                width: 70%;
                padding: 0 0 5px 0;
                margin: 0;
                font-family: "opensan-lt";
            }

            .GridListing ul li span {
                float: left;
                width: 100%;
                font-size: 12px;
                line-height: 14px;
                padding: 0 0 5px 0;
            }

            .GridListing ul li p {
                float: left;
                width: 100%;
                font-size: 14px;
                line-height: 15px;
            }
/***********vehicle icon csss***********/


.GridListing1, .ListView {
    float: left;
    width: 95%;
    margin-left: 5%;
    margin-top: 2%;
    height: 80%;
    overflow-y: scroll;
}

    .GridListing1 ul, .ListView ul {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
    }

        .GridListing1 ul li {
            background: #f9f9f9;
            list-style: none;
            /*padding: 10px;
            margin: 0 13px 10px 0;*/
            float: left;
            width: 15%;
            /*min-height: 117px;*/
            position: relative;
            border-style: groove;
        }

            .GridListing1 ul li:hover {
                background: #f9f9f9;
                list-style: none;
                /*padding: 10px;
            margin: 0 13px 10px 0;*/
                float: left;
                width: 15%;
                /*background-color: gray;*/
                /*min-height: 117px;*/
                position: relative;
                border-style: inset;
            }

            .GridListing1 ul li.last {
                margin: 0 0 10px 0;
            }

            .GridListing1 ul li a {
                text-decoration: none;
                color: #686868;
                font-size: 22px;
                line-height: 24px;
                float: left;
                font-weight: normal;
                width: 70%;
                padding: 0 0 5px 0;
                margin: 0;
                font-family: "opensan-lt";
            }

            .GridListing1 ul li span {
                float: left;
                width: 100%;
                font-size: 12px;
                line-height: 14px;
                padding: 0 0 5px 0;
            }

            .GridListing1 ul li p {
                float: left;
                width: 100%;
                font-size: 14px;
                line-height: 15px;
            }

.iconVeh {
    background-color: gray;
    opacity: 0.89;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 2000;
    height: 100%;
    width: 100%;
    display: none;
}

.iconsAll {
    height: 55%;
    width: 50%;
    background-color: white;
    z-index: 2500;
    margin-left: 25%;
    margin-top: 10%; /*overflow-x: hidden;
    overflow-y: scroll;*/
}

.vehimg {
    /*margin-left: 18%;*/
    cursor: pointer;
}
/***********************vehicle icon css*/

.TripMap {
    display: none;
}

.GridListing ul li:hover .TripMap {
    display: block;
    float: right;
    margin: -10px 0 0 0px;
    right: 0;
    position: absolute;
    width: 60px;
    z-index: 777;
}

.TripMap ul {
    padding: 0;
    margin: 0;
}

    .TripMap ul li {
        background: none repeat scroll 0 0 #e0e0e0;
        float: left;
        width: 100%;
        list-style: none;
        padding: 5px 5px 0;
        min-height: inherit;
        margin: 0;
        border-bottom: 1px solid #f9f9f9;
    }

        .TripMap ul li a {
            float: left;
            width: 100%;
            display: block;
            text-align: center;
            margin: 0;
            padding: 0;
        }

            .TripMap ul li a img {
                width: 60%;
                padding: 0 0 3px 0;
            }

            .TripMap ul li a span {
                float: left;
                color: #686868;
                font-size: 14px;
                text-align: center;
                line-height: 14px;
            }

        .TripMap ul li:hover {
            background: #d3d3d3;
        }

.ListView ul li {
    background: none repeat scroll 0 0 #f9f9f9;
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    min-height: 50px;
    padding: 5px 5px 0;
    position: relative;
    width: 100%;
}

    .ListView ul li:hover {
        background: none repeat scroll 0 0 #e0e0e0;
    }

    .ListView ul li a {
        color: #3c4a5b;
        display: block;
        float: left;
        cursor: pointer;
    }

    .ListView ul li h3 {
        float: left;
        width: auto;
        font-size: 18px;
        line-height: 40px;
        margin: 0;
        padding: 0 10px;
        border-right: 1px solid #e0e0e0;
    }

    .ListView ul li p {
        float: left;
        width: auto;
        font-size: 14px;
        line-height: 40px;
        padding: 0 10px;
        margin: 0;
    }

.TripMapBtn {
    float: right;
    width: auto;
}

    .TripMapBtn a {
        background: #3c4a5b;
        float: left;
        margin: 0 5px 0 0;
        padding: 5px 20px;
        color: #fff !important;
        border-radius: 2px;
        line-height: 28px;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        display: block;
    }

        .TripMapBtn a img {
        }

        .TripMapBtn a:hover {
            background: #686868;
        }

.ListDiv {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.comp-edit-fld {
    position: relative;
}

.text-danger {
    color: #f00;
    font-size: 12px;
    margin: 5px 0 0;
    /* position: absolute; */
    /* right: 80px; */
    width: auto;
}

.text-dangermy {
    color: #f00;
    font-size: 12px;
    margin: 23px 0 0;
    /*position: absolute;*/
    right: 80px;
    width: auto;
    margin-left: 5px;
}

.text-dangerReg {
    color: #f00;
    font-size: 12px;
    margin: 5px 0 0;
    width: auto;
}

.text-danger1 {
    color: #f00;
    font-size: 12px;
    margin: -91px 0px 0;
    position: absolute;
    right: 80px;
    width: auto;
}

.text-danger2 {
    color: red;
    font-size: 12px;
    margin: -91px 0px 0;
    position: absolute;
    right: 80px;
    width: auto;
}

.backto {
    float: right;
    margin: 5px 80px 0 0;
}

.GeneralSelect {
    float: left;
    width: 50%;
    margin: 20px 0 0 20px;
}
.form-control > option {
    background: black;
    color: white!important;

}
form.form-horizontal {
    position: relative;
}

    form.form-horizontal span.text-danger-1 {
        color: #f00;
        font-size: 12px;
        line-height: 0;
        margin: -9px 0 0;
        position: absolute;
        left: 0;
        width: auto;
    }

    form.form-horizontal span.text-danger-2 {
        color: #f00;
        font-size: 12px;
        line-height: 0;
        margin: 29px 0 0;
        position: absolute;
        left: 0;
        width: auto;
    }

.btn-default.apply-filter:hover {
    color: #fff;
}

.PwdError {
    position: absolute;
    margin: 0 0 0 150px;
}

    .PwdError ul li {
        color: #f00;
        font-size: 12px;
        width: auto;
        margin: 3px 0 0 60px;
    }

        .PwdError ul li + li {
            color: #f00;
            font-size: 12px;
            width: auto;
            margin: 3px 0 0 300px;
        }

.VehicelDetails {
    float: left;
    width: 100%;
    padding: 10px;
}

    .VehicelDetails h4 {
        padding: 5px 0 0 10px;
        margin: 0;
    }

    .VehicelDetails hr {
        margin: 10px;
    }

dl.dl-horizontal {
    float: left;
    width: 100%;
}

    dl.dl-horizontal dt {
        float: left;
        width: 20%;
        font-weight: normal;
        padding: 0 0 5px 0;
        border-bottom: 1px solid #f1f1f1;
        margin: 0 0 5px;
    }

    dl.dl-horizontal dd {
        float: left;
        width: 70%;
        margin: 0 0 5px 20px;
        padding: 0 0 5px 10px;
        border-left: 1px solid #f1f1f1;
    }

.heading-livemap {
    float: left;
    background: url(../../Images/livemap_icon.png) left center no-repeat;
    font-size: 19px;
    color: #fff;
    padding: 0 0 0 31px;
    line-height: 35px;
}

.heading-replay {
    float: left;
    background: url(../../Images/replay_icon.png) left center no-repeat;
    font-size: 19px;
    color: #fff;
    padding: 0 0 0 31px;
    line-height: 35px;
}

.heading-Reports {
    float: left;
    background: url(../../Images/reports_menu.png) left center no-repeat;
    font-size: 19px;
    color: #fff;
    padding: 0 0 0 31px;
    line-height: 35px;
}

.heading-alert {
    float: left;
    font-size: 19px;
    color: #fff;
    line-height: 40px;
}

.heading-livemap1 {
    float: left;
    display: none;
    font-size: 19px;
    color: #686868;
    padding: 8px 0 0 50px;
    line-height: 36px;
}

.PrintFulldiv {
    float: right;
    width: 150px;
    padding: 0px 0 0 0;
    position: absolute;
    z-index: 99;
    right: 0;
}

    .PrintFulldiv ul {
        padding: 0;
        margin: 0;
    }

        .PrintFulldiv ul li {
            /*border-left: 1px solid #cccccc;*/
            color: #686868;
            float: right;
            font-size: 13px;
            line-height: 40px;
            list-style: outside none none;
            margin: 0;
            padding: 0px 0px;
        }

            .PrintFulldiv ul li:first-child {
                border: none;
            }

            .PrintFulldiv ul li a {
                color: #686868;
                display: block;
                float: left;
                font-size: 14px;
                text-decoration: none;
                width: 100%;
            }

                .PrintFulldiv ul li a img {
                    float: left;
                    padding: 0px;
                }

                .PrintFulldiv ul li a:hover {
                    color: #686868;
                }

#LiveMap {
    /*float: left;
    margin: 2px 0 10px;
    max-height: 700px;
    width: 100%;*/
    float: left;
    height: 100%;
    width: 100%;
}

#LiveMapTrack {
    float: left;
    /*margin: 0px 0 10px;*/
    max-height: 700px;
    width: 100%;
}

.LiveMapGeo {
    float: left;
    margin: 2px 0 10px;
    min-height: 600px;
    width: 100% !important;
}

.CategoryDiv {
    float: left;
    width: 100%;
    background: none;
    min-height: 36px;
    margin: 0;
}

.LiveMapdiv {
    width: 100%;
    float: left;
}

.CategorySelect {
    border: 1px solid #e7e6e6;
    float: left;
    height: 36px;
    margin: 0;
    outline: medium none;
    width: 130px;
}

    .CategorySelect select {
        -moz-appearance: none;
        background: url("../../Images/select_tele.png") no-repeat scroll right center rgba(0, 0, 0, 0);
        border: medium none;
        color: #fff;
        cursor: pointer;
        float: left;
        font-size: 13px;
        padding: 0 0 0 5px;
        width: 100%;
        -webkit-appearance: none;
        margin-top: -2px;
    }

.RefreshDiv {
    float: left;
    width: 90px;
    margin: 0 10px 0 0;
    padding: 0 7px;
}

    .RefreshDiv a {
        float: left;
        display: block;
        width: 100%;
        font-size: 14px;
        color: #686868;
        line-height: 36px;
        text-decoration: none;
    }

        .RefreshDiv a:hover {
            color: #686868;
        }

.OptionDiv {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #e7e6e6;
    float: left;
    line-height: 36px;
    margin: 0;
    min-height: 36px;
    padding: 0;
    width: auto;
}

    .OptionDiv p {
        float: left;
        font-size: 14px;
        color: #686868;
        padding: 0 15px 0 0;
        line-height: 36px;
        margin: 0;
    }

    .OptionDiv input.check {
        float: left;
        width: 10px;
        height: 10px;
        margin: 12px 5px 0 0;
    }

    .OptionDiv span {
        float: left;
        font-size: 14px;
        color: #686868;
        padding: 0 20px 0 0;
        font-weight: normal;
    }


/**************company multi select****************/
.CompanyDiv {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #e7e6e6;
    float: left;
    line-height: 36px;
    margin: 0;
    min-height: 36px;
    padding: 0;
    width: 85%;
    color: black;
}


    .CompanyDiv dl {
        margin-bottom: 0px;
    }

    .CompanyDiv p {
        float: left;
        font-size: 14px;
        color: #686868;
        padding: 0 15px 0 0;
        line-height: 36px;
        margin: 0;
        color: black;
    }


    .CompanyDiv ul li {
        color: black;
        float: left;
        width: 100%;
    }



    .CompanyDiv input.check {
        float: left;
        width: 10px;
        height: 10px;
        margin: 12px 5px 0 0;
    }

    .CompanyDiv span {
        float: left;
        font-size: 14px;
        color: #686868;
        padding: 0 20px 0 0;
        font-weight: normal;
    }

    .CompanyDiv a {
        width: 100% !important;
    }


    .CompanyDiv ul {
        width: 100% !important;
        height: 350px !important;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }

    .CompanyDiv dl dd div {
        top: 0px !important;
    }

/***************company multi select**********************/
.Geo {
    float: left;
    width: auto;
    margin: 0 0px 0 0;
    padding: 0 7px;
}

    .Geo a {
        float: left;
        display: block;
        width: 100%;
        font-size: 14px;
        color: #686868;
        line-height: 36px;
        text-decoration: none;
    }

        .Geo a:hover {
            color: #686868;
        }

.PointDiv {
    background: url(../../Images/pointer.png) no-repeat;
    float: left;
    height: 26px;
    left: 298px;
    position: relative;
    top: 293px;
    width: 26px;
}

.PointDiv1 {
    background: url(../../Images/pointer.png) no-repeat;
    float: left;
    height: 26px;
    left: 362px;
    position: relative;
    top: 603px;
    width: 26px;
}
.VehicleDetailPopup {
	margin-top:-4px;
}
.gm-style{
		font-family:Roboto-Bold;
}

.glabels {
    color: white;
    background-color: red;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    text-align: center;
    width: 100px;
    white-space: nowrap;
}

.gm-style-iw {
    max-width: 100%;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important; /*width: 400px!important;
    height: auto!important;*/
    /*left:26px!important;*/
    /*background: none repeat scroll 0 0 #404f60 ;*/
}
    /*.gm-style-iw div {
        overflow: hidden !important;
        display: block !important;
       
    }*/

    .gm-style-iw + div {
    }
/*.gm-style-iw div div
    {
        overflow: hidden !important;
        display:block !important;
        height:100% !important;
        width:100%!important;
        
    }*/

/*.VehicleDetailPopup:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #404f60;
    border-width: 18px;
    margin-left: -18px;
}*/

/*.PointDiv:hover .VehicleDetailPopup, .PointDiv1:hover .VehicleDetailPopup {


    background: none repeat scroll 0 0 #404f60;   
    display:block; 
    min-height: 200px;
    left: -195px;
    position: absolute;
    top: -230px;
    width: 415px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}*/



/*.PointDiv:hover .VehicleDetailPopup:after, .PointDiv1:hover .VehicleDetailPopup:after {
    
       
    }*/

.TopHeader {
    float: left;
    width: 601px;
    /* width: 185px; */
    height: 32px;
    /*background-color: #e0e0e0;*/
    position: absolute;
    top: 0;
    left: 0;
	font-family:Roboto;
}

    .TopHeader p {
        float: left;
        font-size: 20px;
        color: white;
        padding: 10px 20px;
        margin: 0;
        line-height: 32px;
    }
	.TopHeader span {
        float: left;
        font-size: 22px;
        color: white;
        padding: 10px 11px;
        margin: 0;
        line-height: 32px;
    }
	.TopHeader span+span{
        float: left;
        font-size: 22px;
        color: white;
        /* padding: 10px 20px; */
        margin: 0;
        line-height: 32px;
		margin-left:246px;
    }
	

.TopHeader4 {
    float: left;
    width: 521px;
    height: 32px; /*background-color:#e0e0e0;
    position:absolute;
    top:-9px;
    left:-15px;*/
}

    .TopHeader4 p {
        float: left;
        font-size: 18px;
        color: white;
        padding: 0 10px;
        margin: 0;
        line-height: 32px;
    }
/*.DetailDiv {
    float: left;
    width: 100%;
    height: 100%;
    padding: 0 0 0px 0;
    background: none repeat scroll 0 0 #404f60;
}*/

.DetailDivLeft {
    /*float: left;
    width: 43%;
    padding: 10px;
    margin-top: 8px;
    border-right: 1px solid #2b3442;*/
    float: left;
    width: 47%;
    padding: 29px 10px 10px 30px;
    /* margin-top: 37px; */
    border-right: 1px solid #fff;
    /* margin-left: -3px; */
    padding-left: 11px;
    /*height: 95px;*/
	
}

    .DetailDivLeft p {
        float: left;
        width: 100%;
        margin: 0 0 4px 0;
        padding: 0;
    }

        .DetailDivLeft p span {
            float: left;
            width: 38%;
            color: #fff;
            font-size: 13px;
            padding: 0;
            margin: 0;
			font-size:13px;
            
        }

            .DetailDivLeft p span + span {
                float: left;
                width: 58%;
                color: #fff;
                font-size: 13px;
                padding: 0;
                margin-left: 10px;
				font-size:13px;
            }

.DetailDivLeft1 {
    /*float: left;
    width: 50% !important;
    padding: 10px 10px 10px 30px;
    margin-top: 5px;*/
    float: left;
    width: 50% !important;
    padding: 29px 10px 10px 30px;
    /* margin-top: 5px; */
}

    .DetailDivLeft1 p {
        float: left;
        width: 100%;
        margin: 0 0 2px 0;
        padding: 0;
    }

        .DetailDivLeft1 p span {
            float: left;
            width: 38%;
            color: #fff;
            font-size: 13px;
            padding: 0;
            margin: 0;
        }

            .DetailDivLeft1 p span + span {
                float: left;
                width: 27%;
                color: #fff;
                font-size: 13px;
                padding: 0;
                margin-left:10px;
				font-size:13px;
            }
			.DetailDivLeft1 p span + span  img{
				margin-right:10px;
			}

.DetailDivLeft2 {
    float: left;
    width: 45% !important;
    padding: 10px;
    margin-top: 20px;
    display: none; /*margin-top: -142px;*/
    /*margin-left: 249px;*/
}

    .DetailDivLeft2 p {
        float: left;
        width: 100%;
        margin: 0 0 2px 0;
        padding: 0;
    }

        .DetailDivLeft2 p span {
            float: left;
            width: 50%;
            color: #cccccc;
            font-size: 11px;
            padding: 0;
            margin: 0;
        }

            .DetailDivLeft2 p span + span {
                float: right;
                width: 48%;
                color: #f9f9f9;
                font-size: 11px;
                padding: 0;
                margin: 0;
            }

.DetailDivLeft3 {
    float: left;
    width: 45% !important;
    padding: 10px;
    margin-top: 20px;
    display: none; /*margin-top: -142px;*/
    /*margin-left: 249px;*/
}

    .DetailDivLeft3 p {
        float: left;
        width: 100%;
        margin: 0 0 2px 0;
        padding: 0;
    }

        .DetailDivLeft3 p span {
            float: left;
            width: 50%;
            color: #cccccc;
            font-size: 11px;
            padding: 0;
            margin: 0;
        }

            .DetailDivLeft3 p span + span {
                float: right;
                width: 48%;
                color: #f9f9f9;
                font-size: 11px;
                padding: 0;
                margin: 0;
            }
/************POI infowindow start****************/

.DetailDivLeft4 {
    float: left;
    width: 100%;
    padding: 10px;
}

    .DetailDivLeft4 p {
        float: left;
        width: 100%;
        margin: 0 0 2px 0;
        padding: 0;
    }

        .DetailDivLeft4 p span {
            float: left;
            width: 30%;
            color: #cccccc;
            font-size: 11px;
            padding: 0;
            margin: 0;
        }

            .DetailDivLeft4 p span + span {
                float: right;
                width: 68%;
                color: #f9f9f9;
                font-size: 11px;
                padding: 0;
                margin: 0;
            }
/*************POI infowindow close******************************/

.VehicleDetails ul li img {
    float: left;
    margin: 0 15px 0 0;
}

.VehicleDetails ul li span img {
    margin: 5px 10px 0 5px;
}

.ListDiv .VehicleDetails ul li {
    margin: 0 0 2px;
}

    .ListDiv .VehicleDetails ul li span {
        width: 60%;
    }

        .ListDiv .VehicleDetails ul li span + span {
            font-size: 16px !important;
            font-weight: bold;
            width: 40%;
        }

.nav ul li {
    position: relative;
    display: block;
}

.dropdownmenu {
    display: none;
}

.nav ul li:hover .dropdownmenu {
    display: block;
    position: absolute;
    top: 32px;
    width: 170px;
    background: #f1f1f1;
    padding: 5px;
    margin: 0px 0 0 -50px;
    z-index: 777;
    border: 1px solid #686868;
}

    .nav ul li:hover .dropdownmenu:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(28, 83, 163, 0);
        border-bottom-color: #686868;
        border-width: 5px;
        margin-left: -5px;
    }

    .nav ul li:hover .dropdownmenu li {
        border-bottom: 1px solid #ccc;
        display: block;
        float: left;
        margin: 0;
        position: static;
        width: 100%;
    }

        .nav ul li:hover .dropdownmenu li a {
            float: left;
            display: block;
            font-size: 14px;
        }
	.nav .dropdown img{
		width:24px;
	}
.user-profile span {
    position: relative;
}

.user-profile:hover .dropdownmenu {
    display: block;
    position: absolute;
    top: 40px;
    width: 160px;
    background: #f1f1f1;
    padding: 5px;
    margin: 0px 0 0 -50px;
    z-index: 777;
    border: 1px solid #686868;
    right: 0px;
}

    .user-profile:hover .dropdownmenu:before {
        bottom: 100%;
        left: 80%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(28, 83, 163, 0);
        border-bottom-color: #686868;
        border-width: 5px;
        margin-left: -5px;
    }

    .user-profile:hover .dropdownmenu li {
        border-bottom: 1px solid #ccc;
        display: block;
        float: left;
        margin: 0;
        position: static;
        width: 100%;
    }

        .user-profile:hover .dropdownmenu li a {
            float: left;
            display: block;
            text-decoration: none;
            width: 100%;
        }

.user-profile span a {
    text-decoration: none;
}

.login-block .comp-edit-fld select {
    width: 100%;
}

.TopButtons {
    float: left;
    margin: 5px 0;
    width: 100%;
}

    .TopButtons input.cancel-filter {
        background: none;
        cursor: pointer;
        color: #686868;
        line-height: 35px;
        font-weight: bold;
    }

        .TopButtons input.cancel-filter:hover {
            color: #000;
        }

.CheckboxList {
    float: left;
    width: 100%;
    margin: 0px 10px 20px 0;
    /*height: 30%;*/
    height: auto; /*overflow-y: scroll;*/
}
/*#uservehicle::-webkit-scrollbar-thumb{
background-color:#B03C3F!important;
border-radius:10px!important;
}
#uservehicle::-webkit-scrollbar-thumb:hover{
background-color:#BF4649!important;
border:1px solid #333333!important;
}
#uservehicle::-webkit-scrollbar-thumb:active{
background-color:#A6393D!important;
border:1px solid #333333!important;
}*/


.CheckboxListpoi {
    float: left;
    width: 100%;
    margin: 0 0 20px 0; /*min-height: 90%;*/
    /*height: 90%;
    overflow-y: scroll;*/
}

    .CheckboxList p, .CheckboxListpoi p {
        color: #686868;
        float: left;
        font-size: 18px;
        line-height: 18px;
        padding: 0 0 10px;
        width: 100%;
    }

.SideHeader p {
    color: #686868;
    float: left;
    font-size: 18px;
    line-height: 10px;
    padding: 0 0 10px;
    width: 100%;
}

.CheckBoxs {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 10px;
}

    .CheckBoxs input.checkbox {
        float: left;
        width: 15px;
        margin: 2px 7px 0 0;
    }

    .CheckBoxs input.vehcheckbox {
        float: left;
        width: 15px;
        margin: 1px 3px 0 0;
        -webkit-appearance: radio;
        -moz-appearance: radio;
        -ms-appearance: radio;
    }

    .CheckBoxs a:hover {
        text-decoration: none;
    }

    .CheckBoxs input.vehcheckbox1 {
        float: left;
        width: 15px;
        margin: 2px 7px 0 0;
    }

    .CheckBoxs input.vehcheckbox2 {
        float: left;
        width: 15px;
        margin: 2px 7px 0 0;
    }

    .CheckBoxs label {
        float: left;
        font-size: 14px;
        color: #686868;
        line-height: 18px;
        font-weight: normal;
    }

.caricon {
    float: right;
    cursor: pointer;
    margin-top:-7px;
}

.poi {
    float: left;
    width: 100%;
}

.poiheader {
    background: #e8e8e8;
    padding: 5px;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}

ul.listpoi {
    float: left;
    width: 100%;
    margin: 0;
}

    ul.listpoi li {
        list-style: none;
        float: left;
        width: 42.5%;
        font-size: 14px;
        color: #686868;
        line-height: 17px;
        font-weight: normal;
        margin-right: 4px;
    }

        ul.listpoi li:first-child {
            width: 10%;
        }

        ul.listpoi li input.checkbx {
            float: left;
            width: 15px;
            margin: 2px 7px 0 0;
        }

        ul.listpoi li:last-child {
            width: 54%;
        }

.listpoi p {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0 0 0 5px;
    font-size: 13px;
    color: #fff;
}

    .listpoi p span {
        float: left;
        width: 10%;
    }

        .listpoi p span + span, .listpoi p span + span + span {
            float: left;
            width: 45%;
            line-height: 18px;
        }

.modal-content {
    top: 167px !important;
}

.autoimg {
    margin-top: 11px;
    margin-left: 3px;
    cursor: pointer;
}

#mymodal {
    opacity: 0.96 !important;
}

#editmodal {
    opacity: 0.96 !important;
}

.Top1 {
    top: 33px !important;
}

.btn-primary {
    background: #3c4a5b !important;
    color: #f9f9f9 !important;
    padding: 6px 15px !important;
    font-size: 14px !important;
    border: none !important;
    margin: 0 10px 0 0 !important;
    border-radius: 2px !important;
}

    .btn-primary:hover {
        background: #2D425B !important;
    }

td, th {
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-top: 12px !important;
}

.modal-header {
    /*height: 400px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;*/
}

.modal-header1 {
    height: 400px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.headerlabel {
    padding-left: 26px;
    padding-top: 11px;
    font-size: 15px;
    background-color: #e0e0e0;
    color: #686868;
    line-height: 36px;
}

.poisingle {
    cursor: pointer;
    float: right;
}

#lat {
    font-size: 12px;
}

#lang {
    font-size: 12px;
}

.displan {
    font-size: 12px;
}

.SideHeader {
    float: left;
    width: 100%;
}

.SideHeader1 {
    float: left;
    width: 100%;
}

.SideHeader p {
    float: left;
    width: 100%;
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #fff;
}

.SideHeader1 p {
    float: left;
    width: 100%;
    line-height: 40px;
    padding: 0;
    margin: 0;
}

.DetailDiv {
    float: left;
    width: 100%;
    height: 20 0px;
	margin-top:0px;
}

.DetailDivPOI {
    float: left;
    width: 100%;
    height: 61px;
}

#editModal .altrowstable td {
    float: left;
    height: 30px;
    width: 250px;
    font-size: 13px;
    padding: 0 5px;
}

    #editModal .altrowstable td input[type="checkbox"] {
        float: left;
        height: 14px;
        width: 20px;
        margin: 1px 0 0 0;
        padding: 0;
    }

#mymodal .altrowstable td input {
    float: left;
    height: 30px;
    width: 250px;
    font-size: 13px;
    padding: 0 5px;
}

    #mymodal .altrowstable td input[type="checkbox"] {
        float: left;
        height: 14px;
        width: 20px;
        margin: 1px 0 0 0;
        padding: 0;
    }

#myModal .altrowstable td input {
    float: left;
    height: 30px;
    width: 250px;
    font-size: 13px;
    padding: 0 5px;
}

    #myModal .altrowstable td input[type="checkbox"] {
        float: left;
        height: 14px;
        width: 20px;
        margin: 1px 0 0 0;
        padding: 0;
    }

.myerror {
    display: none;
    color: red;
}

.VehUser {
    /*margin-top: 12px;
    margin-left: 20px;*/
    font-size: 20px;
    float: left;
    width: 220px;
    height: 36px;
    margin: 0 10px 0px 0;
    border-right: 1px solid #e0e0e0;
    margin-left: 12px;
    margin-top: 5px;
    background: #e0e0e0;
}

    .VehUser select {
        float: left;
        width: 70%;
        border: none;
        height: 40px;
        font-size: 15px;
        color: #686868;
        padding: 5px;
        cursor: pointer;
        border-style: solid;
    }

.Category-Select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    float: right;
    height: 36px;
    margin: 3px 10px 5px 0;
    padding: 0;
    width: 220px;
}

    .Category-Select select {
        /*background: url("../../Images/arw.png") no-repeat scroll right center rgba(0, 0, 0, 0);*/
        border: medium none;
        color: #686868;
        cursor: pointer;
        float: left;
        font-size: 13px;
        height: 34px;
        padding: 0;
        width: 100%;
    }

.Category-Select1 {
    float: left;
    height: 36px;
    margin: 8px 10px 0 0;
    padding: 0;
    width: 60%;
}
/*.gm-style>div>div>div>div>div
    {
      background-color:#404f60!important;   
    }*/


/*.Category-Select1 input text  {
  
    border: 1px solid #ccc;
   float:right;
    height: 36px;
    margin: 8px 10px 0 0;
    padding: 0;
    width: 220px;
}*/


/*Vehicle popup window*/
.infoclass {
    width: 570px !important;
    left: 0 !important;
    top: 0 !important;
}

.Widthpopup {
    width: 570px !important;
    height: 225px !important;
    padding: 28px !important;
    /*border-radius: 15px !important;*/
    position: relative;
    left: 120px;
}

/*.Widthpopup:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(64, 79, 96, 0);
	border-top-color: #404f60;
	border-width: 10px;
	margin-left: -10px;
}*/

.dropdown-menu.main-menu > li > a:hover, .dropdown-menu.main-menu > li > a:focus {
    color: #cccccc !important;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu.main-menu {
    left:66px!important;
    top: 53px!important;
    background: var(--main-color)!important;
}
.content-heading-bar {
    float: right;
    width: 53%;
}

    .content-heading-bar .Category-Select1 {
        float: right;
        margin: 3px 0 0;
        width: 66%;
    }

        .content-heading-bar .Category-Select1 label {
            float: left;
            line-height: 40px;
        }

        .content-heading-bar .Category-Select1 input {
            float: left;
            height: 36px;
            margin: 0 5px;
            width: 150px;
            padding: 0 5px;
        }

.SearchBtn {
    background: none repeat scroll 0 0 #3c4a5b;
    color: #fff;
    padding: 0 15px !important;
    float: left;
    font-size: 14px;
    margin: 0 10px 0 0;
    border: medium none;
    border-radius: 2px;
    cursor: pointer;
    width: auto !important;
}

    .SearchBtn:hover {
        background: none repeat scroll 0 0 #686868;
    }
/***************multi checkbox********************/
.dropdown dd, .dropdown dt {
    margin: 0px;
    padding: 0px;
}

.dropdown ul {
    margin: -1px 100px 0 0;
}

.dropdown dd {
    position: relative;
}

/*.dropdown a, .dropdown a:visited {
    color: #333333;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}*/

.dropdown dt a {
    /*background-color:#4F6877;*/
    background-color: white;
    display: block;
    padding: 8px 20px 5px 10px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 0;
    width: 150PX;
}

    .dropdown dt a span, .multiSel span {
        cursor: pointer;
        display: inline-block;
        padding: 0 3px 2px 0;
        width: 150px;
        overflow: auto;
    }

.dropdown dd ul {
    background-color: white;
    border: 0;
    color: #fff;
    display: none;
    left: 0px;
    padding: 5px 10px 10px 5px;
    position: absolute;
    top: 2px;
    width: 145px;
    list-style: none;
    z-index: 999;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
    background-color: white;
}

    .dropdown dd ul li a:hover {
        background-color: #fff;
    }

.mutliSelect li input.checko {
    float: left;
    width: 10px;
    height: 10px;
    margin: 6px 5px 0 0;
}

.mutliSelect li span {
    float: left;
    font-size: 14px;
    color: #686868;
    padding: 0 20px 0 0;
}
/***************multi checkbox close********************/



#icon {
    cursor: pointer;
}

#close {
    cursor: pointer;
    margin-left: 10px;
}
/**********vehicle hover popup************/



.VehicleDetailPopupHover {
    background: none repeat scroll 0 0 #404f60;
    display: block;
    height: 20%;
    left: 194px;
    top: 0px;
    width: 520px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    z-index: 100000;
    position: absolute;
    display: none;
}

    .VehicleDetailPopupHover:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #404f60;
        top: 80px;
        left: -15px;
    }
/*.VehicleDetailPopupHover:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;    
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #404f60;
        border-width: 18px;
        margin-left: -18px;
        position: absolute;
    }*/



.TopHeaderHover {
    float: left;
    width: 155px;
    height: 32px;
    background-color: #e0e0e0;
    top: -9px;
    left: -15px;
}

    .TopHeaderHover p {
        float: left;
        font-size: 18px;
        color: #686868;
        padding: 0 10px;
        margin: 0;
        line-height: 32px;
    }

.TopHeaderHovers {
    float: left;
    width: 365px;
    height: 32px;
    background-color: #e0e0e0;
    top: -9px;
    left: -15px;
}

    .TopHeaderHovers p {
        float: left;
        font-size: 18px;
        color: #686868;
        padding: 0 10px;
        margin: 0;
        line-height: 32px;
    }

.DetailDivHover {
    float: left;
    width: 100%;
    height: 200px;
    padding: 0 0 0px 0;
    background: none repeat scroll 0 0 #404f60;
}

.DetailDivLeftHover {
    float: left;
    width: 50%;
    padding: 10px;
    margin-top: 0px;
    border-right: 1px solid #bfbdbd;
    padding-bottom: 0px;
}

    .DetailDivLeftHover p {
        float: left;
        width: 100%;
        margin: 0 0 2px 0;
        padding: 0;
    }

        .DetailDivLeftHover p span {
            float: left;
            width: 30%;
            color: #cccccc;
            font-size: 11px;
            padding: 0;
            margin: 0;
        }

            .DetailDivLeftHover p span + span {
                float: right;
                width: 70%;
                color: #f9f9f9;
                font-size: 11px;
                padding: 0;
                margin: 0;
            }

.DetailDivLeftHover1 {
    float: left;
    width: 50%;
    padding: 10px;
    margin-top: 20px;
}

    .DetailDivLeftHover1 p {
        float: left;
        width: 100%;
        margin: 0 0 2px 0;
        padding: 0;
    }

        .DetailDivLeftHover1 p span {
            float: left;
            width: 50%;
            color: #cccccc;
            font-size: 11px;
            padding: 0;
            margin: 0;
        }

            .DetailDivLeftHover1 p span + span {
                float: right;
                width: 48%;
                color: #f9f9f9;
                font-size: 11px;
                padding: 0;
                margin: 0;
            }

.DetailDivLeftHover2 {
    float: left;
    width: 50%;
    padding: 10px;
    margin-top: 20px;
    display: none;
}

    .DetailDivLeftHover2 p {
        float: left;
        width: 100%;
        margin: 0 0 2px 0;
        padding: 0;
    }

        .DetailDivLeftHover2 p span {
            float: left;
            width: 50%;
            color: #cccccc;
            font-size: 11px;
            padding: 0;
            margin: 0;
        }

            .DetailDivLeftHover2 p span + span {
                float: right;
                width: 48%;
                color: #f9f9f9;
                font-size: 11px;
                padding: 0;
                margin: 0;
            }

.DetailDivLeftHover3 {
    float: left;
    width: 50%;
    padding: 10px;
    margin-top: 20px;
    display: none;
}

    .DetailDivLeftHover3 p {
        float: left;
        width: 100%;
        margin: 0 0 2px 0;
        padding: 0;
    }

        .DetailDivLeftHover3 p span {
            float: left;
            width: 50%;
            color: #cccccc;
            font-size: 11px;
            padding: 0;
            margin: 0;
        }

            .DetailDivLeftHover3 p span + span {
                float: right;
                width: 48%;
                color: #f9f9f9;
                font-size: 11px;
                padding: 0;
                margin: 0;
            }

.PrintFulldiv dl {
    margin-bottom: 0px !important;
}

.PrintFulldiv .CategoryDiv {
    margin: 0px !important;
}

.PrintFulldiv ul li .mutliSelect li {
    line-height: 21px;
}

.mydiv {
    margin-top: 9px;
}

.headerimg {
    float: right;
}

.TopHeaders {
    float: right;
    /*width: 521px;*/
    width: 407px;
    height: 32px;
    background-color: #e0e0e0;
    position: absolute;
    top: 0;
    right: 0;
}

.headerbtn {
    float: right;
    cursor: pointer;
    margin-top: 13px;
    margin-right: 18px;
    margin-left: 13px;
}

.headerbtnhover {
    float: right;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 9px;
    margin-left: 9px;
}

.mainspan1 {
    font-size: 17px !important; /* padding-top: 5px  !important;*/
}

.mainspan {
    font-size: 17px !important; /*padding-top: 26px  !important;*/
}

.mainspanhover {
    font-size: 17px !important;
}

.print {
    margin-top: 6px;
}

.droplink {
    background-color: #ccc;
    background: url(../../Images/arw.png) right:5px center no-repeat;
    cursor: pointer;
}

#cross {
    margin-top: 10px !important;
}

.PrintFulldiv ul li dl.dropdown dt a {
    background: url("../../Images/arw.png") no-repeat scroll 110px center rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: block;
    line-height: 24px;
    min-height: 25px;
    overflow: hidden;
    padding: 5px;
    width: 130px;
    outline: none;
}

.DetailDivLeftGeo {
    float: left;
    width: 68% !important;
    padding: 10px;
    margin-top: 20px;
}

    .DetailDivLeftGeo p {
        float: left;
        width: 100%;
        margin: 0 0 2px 0;
        padding: 0;
    }

        .DetailDivLeftGeo p span {
            float: left;
            width: 50%;
            color: #cccccc;
            font-size: 11px;
            padding: 0;
            margin: 0;
        }

            .DetailDivLeftGeo p span + span {
                float: right;
                width: 48%;
                color: #f9f9f9;
                font-size: 11px;
                padding: 0;
                margin: 0;
            }



.fullscreen {
    position: relative;
    top: 8px;
}

.refreshlnk {
    position: relative;
    top: 13px;
}

.PrintFulldiv ul li a img:hover {
    opacity: 0.8;
}

.mutliSelect {
    position: relative;
    top: 36px;
}

#MapType > option, #UserCompanies > option, #TimeZoneList > option, .vehdrop > option, #searchCount > option {
    background: var(--ddbox-color) none repeat scroll 0 0;
    border: medium none;
    padding: 5px;
    color: #fff;
}

#alertupdate {
    float: left;
    width: 100%;
}

    #alertupdate .DashboardMain {
        margin: 0;
        padding: 0;
        transition: all 1s ease 0s;
    }

.forgetPwd {
    float: left;
    padding: 20px;
    width: 100%;
}

    .forgetPwd ul {
        padding: 0;
    }

#company {
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

#driver {
    float: left;
    margin: 0px 0 0;
    width: 100%;
}

.Cardetial {
    background: url("../../Images/cardetails.png") no-repeat;
    width: 201px;
    height: 179px;
    position: absolute;
    z-index: 111;
    right: 0;
    bottom: 0;
}

.AlertIcn {
    background: url("../../Images/alerticn.png") no-repeat;
    width: 109px;
    height: 97px;
    position: absolute;
    z-index: 111;
    right: 10px;
    bottom: 10px;
}

#GridListing .ListView {
    float: left;
    height: 80%;
    margin-left: 0;
    margin-top: 0;
    overflow-y: scroll;
    width: 100%;
}
.DetailDiv img {
    margin-right: 5px;
}

.DetailDivLeftGeo {
    float: left;
    width: 68% !important;
    padding: 10px;
    margin-top: 20px;
}

    .DetailDivLeftGeo p {
        float: left;
        width: 100%;
        margin: 0 0 2px 0;
        padding: 0;
    }

        .DetailDivLeftGeo p span {
            float: left;
            width: 50%;
            color: #cccccc;
            font-size: 11px;
            padding: 0;
            margin: 0;
        }

            .DetailDivLeftGeo p span + span {
                float: right;
                width: 48%;
                color: #f9f9f9;
                font-size: 11px;
                padding: 0;
                margin: 0;
            }

.vehlnk {
    cursor: pointer;
}

.action {
    cursor: pointer;
    float: right;
}

#updatePOI {
    display: none;
}

.editbox {
    width: 100%;
}

.poiheader li label {
    font-weight: bold;
}

.poiheader li input {
    font-size: 12px;
}
/*.sidebarpoi {
    background: none repeat scroll 0 0 #efefef;
    float: left;
    height: 100%;
    max-height: 753px;
    padding: 0 15px;
    transition: all 1s ease 0s;
    width: 230px;
}*/
.sidebarpoi {
    float: left;
    width: 257px;
    padding: 0 15px;
    height: 100%;
    background: var(--main-color);
    transition: all 1s;
    min-height: 700px;
    max-height: 700px;
    overflow-y: scroll;
    /*margin-top:0.5px;*/
}

.poiheaderedit {
    background: #e8e8e8;
    padding: 10px;
    margin: 0 0 5px 0;
    float: left;
    width: 100%;
    display: none;
}

#forms1 > ul {
    float: left;
    margin: 0;
    width: 100%;
}

#forms1 li {
    float: left;
    width: 100%;
}

    #forms1 li input {
        float: left;
        font-size: 12px;
        padding: 5px;
        width: 100%;
    }

    #forms1 li textarea {
        float: left;
        font-size: 12px;
        padding: 5px;
        width: 100%;
        resize: none;
    }

    #forms1 li input.check-box {
        float: left;
        margin: 2px 5px 0 0 !important;
        width: 15px !important;
    }

#forms1 .modal-footer {
    float: left;
    margin: 0 0 10px;
    padding: 0 !important;
}

    #forms1 .modal-footer #close {
        cursor: pointer;
        margin-left: 0px;
    }

.content-heading1 {
    float: left;
    margin-left: 0px;
    width: 100%;
    background: var(--main-color);
    padding: 8px 10px;
}

.LiveMapdiv1 {
    width: 100%;
    float: right;
}

#LiveMap1 {
    float: left;
    margin: 0px 0 0px 0px;
    /*min-height: 600px;*/
    width: 100%;
}

.hdbtn {
    background-color: #dcdcdc;
    float: right;
    border-right: 1px solid #bfbdbd;
    height: 31px;
}

.hdbtnlst {
    background-color: #dcdcdc;
    float: right;
    height: 31px;
}

.hdbtnactv {
    background-color: #bfbdbd;
    border-left: thick;
    float: right;
    height: 31px;
}

.hdbtnv {
    background-color: #dcdcdc;
    float: right;
    border-right: 1px solid #bfbdbd;
    height: 31px;
}

.hdbtnlstv {
    background-color: #dcdcdc;
    float: right;
    height: 31px;
}

.hdbtnactvv {
    background-color: #bfbdbd;
    float: right;
    height: 31px;
}

.hdbtnlstv {
    background-color: #dcdcdc;
    float: right;
    height: 31px;
}

.ActivityBlock.floatRight {
    margin-top: 1px;
}

.poisingleclose {
    float: right;
}

.editdelete {
    margin-right: 11px;
    margin-top: -1px;
    z-index: 10000;
}

#forms2 > ul {
    float: left;
    margin: 0;
    width: 100%;
}

#forms2 > ul > li {
    float: left;
    width: 100%;
}

    #forms2 > ul> li input {
        float: left;
        font-size: 12px;
        padding: 5px;
        width: 100%;
    }

    #forms2 > ul>li textarea {
        float: left;
        font-size: 12px;
        padding: 5px;
        width: 100%;
        resize: none;
    }

    #forms2 > ul>li input.check-box {
        float: left;
        margin: 2px 5px 0 0 !important;
        width: 15px !important;
    }

#forms2 .modal-footer {
    float: left;
    margin: 0 0 10px;
    padding: 0 !important;
}

    #forms2 .modal-footer #close {
        cursor: pointer;
        margin-left: 0px;
    }

.alertTypeData {
    background-color: #f1f1f1;
    float: left;
    height: 100%;
    max-height: 50px;
    min-height: 180px;
    /*overflow-y: scroll;*/
    padding: 15px;
    width: 100%;
}
.checkboxScroll {
    background-color: #f1f1f1;
    float: left;
    height: 100%;
    max-height: 50px;
    min-height: 180px;
    overflow-y: scroll;
    padding: 5px;
    width: 100%;
}

.alertTypeDataSpeed {
    background-color: #f1f1f1;
    float: left;
    height: 100%;
    max-height: 50px;
    min-height: 50px;
    overflow-y: scroll;
    padding: 15px;
    width: 100%;
}

.notify {
    background-color: #efefef;
    float: left;
    line-height: 22px;
    margin-top: 1px;
    padding: 5px;
    width: 100%;
}

    .notify label {
        margin: 0 0 0 5px;
        line-height: 22px;
    }

    .notify input {
        margin: 2px 0 0 0px;
        line-height: 22px;
    }

.notifycontent {
    display: none;
}

.notifycontentveh {
    display: none;
}

.alertTypeDatatext {
    display: none;
}

#AlertMain {
    float: right;
    width: 100%;
}

    #AlertMain > form {
        float: left;
        padding: 10px;
        width: 100%;
    }

.alertTypeList {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.selctype {
    float: left;
    margin-top: -3px;
}

#alertTypeListId input.aType {
    float: left;
    margin: 2px 5px 0 25px;
}

#alertTypeListId label {
    float: left;
}

.alertfootertop {
    float: left;
    margin-top: 9px;
    width: 100%;
    margin-bottom: 15px;
}

    .alertfootertop a {
        float: left;
        margin-top: 15px;
    }

.alertfooter {
    float: left;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 10px;
}

    .alertfooter a {
        float: left;
        margin-top: 5px;
    }

.alertTypeDatatext, .notifycontent {
    border: 1px solid #e0e0e0;
    float: left;
    padding: 10px;
    width: 100%;
    margin: 0 0 10px;
}

.alertTypeDatatext, .notifycontentveh {
    border: 1px solid #e0e0e0;
    float: left;
    padding: 10px;
    width: 100%;
    margin: 0 0 10px;
}

.LableTitle {
    float: left;
    padding: 0 4px 10px;
    width: 100%;
}

    .LableTitle > label {
        float: left;
        /*padding: 0 10px 0 10px;*/
    }

.alertentry {
    float: left;
    margin-left: 2px;
    width: 100%;
}

    .alertentry > input {
        float: left;
        padding: 0 5px 0 0;
    }

    .alertentry > label {
        float: left;
        padding: 0 45px 0 5px;
    }

.notifycontent a {
    background: none repeat scroll 0 0 #3c4a5b;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    float: left;
    padding: 2px 10px;
    cursor: pointer;
}

    .notifycontent a:hover {
        background: none repeat scroll 0 0 #686868;
        color: #fff;
        cursor: pointer;
    }

.notifycontentveh ul li {
    float: left;
    margin: 0 0 10px;
    width: 15%;
}

.notifycontent ul li {
    float: left;
    margin: 0 0 10px;
    width: 20%;
}

.notifycontentveh ul li input {
    margin: 0 10px 0 0;
}

.notifycontent ul li input {
    margin: 0 10px 0 0;
}

.notifycontent ul li img {
    cursor: pointer;
}

/*#alertTypeDataId > label {
    float: left;
    line-height: 24px;
    padding: 0 20px 0 0;
}*/

/*div#alertTypeDataId ul li {
    float: left;
    width: 12%;
}*/

#alarm, #ign {
    margin-left: -15px;
    margin-top: 6px;
}

#Name {
    /*margin-left: 67px;*/
}

#Entry {
    margin-left: 11px;
}

#Exit {
    margin-left: 33px;
}

#speed {
    margin-left: 12px;
}

#vehsel {
    cursor: pointer;
}

#vehselclose {
    cursor: pointer;
}

#vehsel label {
    cursor: pointer;
}

#vehselclose label {
    cursor: pointer;
}

.infocontentmain {
    margin-top: 20px;
}

.Widthpopup {
    border-radius: 2px;
}

.infoclass > div {
    width: 700px !important;
    /*PADDING: 10px;*/
    float: left;
    max-width: 700px !important;
}

.vehdrop {
    width: 100%;
}

#trackcolorcontainer {
}

#trackcolorspeedcontainer {
    display: none;
}

#TrackInterval {
    display: none;
}

#trackcolorspeedcontainer {
    min-height: 50px;
    overflow-y: scroll;
    height: 292px;
    overflow: auto;
}

#circle3 {
    margin-top: 4px;
}

#circle2 {
    margin-top: 8px;
}

.hdbtnlstv img {
    margin-top: 5px;
}

.trackTime {
    height: 30px;
    width: 45%;
}

.vehdroptxt {
    width: 50%;
    height: 30px;
}

.table {
    float: left;
    width: 100%;
}
/***************Idle**********/
/**/



#Idle thead {
    background: none repeat scroll 0 0 #666;
    /*float: left;
    width: 100%;*/
}

    #Idle thead tr {
        /*float: left;
        width: 100%;*/
    }

        #Idle thead tr td:last-child {
            width: 141px !important;
            float: right !important;
        }


        #Idle thead tr th:nth-child(4) {
            width: 14% !important;
        }

        #Idle thead tr th:nth-child(4) {
            width: 13% !important;
        }


        #Idle thead tr th:nth-child(2) {
            width: 11% !important;
        }

        #Idle thead tr th:nth-child(6) {
            width: 12% !important;
        }




        #Idle thead tr th {
            /*float: left;*/
            text-align: left;
            color: #fff;
            font-weight: normal;
            margin-left: 18px;
            font-size: 15px;
            font-weight: bold;
        }

            #Idle thead tr th:first-child + th {
                width: 8%;
            }

            #Idle thead tr th:nth-child(1) {
                width: 1%;
            }

#vehicle thead tr th:nth-child(1) {
    /*width: 1%;*/
}

#Idle tbody {
    /*float: left;
    width: 100%;*/
}

    #Idle tbody tr {
        /*float: left;
        width: 100%;*/
        border-bottom: 1px solid #f1f1f1;
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
    }

        #Idle tbody tr td {
            /*float: left;
            width: 14%;*/
            color: #686868;
            text-align: left;
            font-weight: normal;
            font-size: 13px;
            margin-left: 3px;
        }

#Idle > table {
    width: 100%;
}
/***********start and stop************/


#Ignreport .table-hover thead {
    background: none repeat scroll 0 0 #666;
}

    #Ignreport .table-hover thead tr th {
        color: #fff;
        font-weight: normal;
        margin-left: 11px;
        font-size: 12px;
        font-weight: 600;
        text-align: left;
    }

        #Ignreport .table-hover thead tr th:first-child {
            width: 1%;
        }


#Ignreport .table-hover tbody tr {
    /*float: left;
        width: 100%;*/
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}
      
.total-result {
    width: 100%;
    text-align: right;
    margin: 15px 0 0 0;
}

.total-result ul li {
        font-size: 14px;
        /*font-family: 'open_sansregular';*/
        /*font-family: Arial;*/
        font-weight: 600;
        line-height: 22px;
    }

.total-result ul li span {
            margin: 0 0 0 14px;
        }

.total-result-top {
    width: 100%;
    margin: 0 0 30px 0;
    float: left;
    padding-left: 3px;
}

.total-result-top ul li {
        font-size: 14px;
        font-family: 'Roboto';
        font-weight: 600;
        line-height: 22px;
    }

.total-result-top ul li span {
            margin: 0 0 0 14px;
        }

.lab {
    font-size: 18px;
    color: #fff;
}

.total-result-table tr th {
    color: GrayText;
    text-align: left;
    font-weight: normal;
}

.total-result-table-header1 {
    background-color: #f6f6f6;
    font-size: 18px;
    font-weight: bold !important;
    border: none !important;
}

.total-result-table-header2 {
    background-color: #f6f6f6;
    border: none !important;
}

.total-result-table-header2 th {
        font-weight: bold !important;
    }

.total-result-table-header1 td {
    border: none;
}

.CheckboxList label {
    color: #fff;
}


.fullscreenMap {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0 !important;
    top: -72px !important;
    z-index: 9999 !important;
    float: none !important;
    margin: 0 !important;
    max-height: 0px !important;
    width: 100% !important;
}

.LiveMapdivFullscreen {
    float: left;
    min-height: 820px;
    width: 100%;
	height:100vh!important;
}

.minimize {
    float: left;
    height: 50px;
    position: fixed;
    right: -16px;
    top: 27px;
    width: 50px;
    z-index: 1000000;
    display: none;
    cursor: pointer;
}

#driver table tr td {
    text-align: left;
}
/********************Co2 report***********************/
.heading-company-text label {
    color: #fff;
}

.HazardWindow {
    width: 100%;
    height: 100%;
    background-color: white;
}
/*******************************hazard infowindow*/
.leaflet-popup-content-wrapper {
    border-radius: 5px;
    padding: 1px;
    text-align: left;
}

.leaflet-popup-content {
    line-height: 1.4;
    margin: 14px 14px 14px 8px;
    min-width: 330px;
}

leaflet-popup-content-wrapper div.event-content {
    margin-left: 35px;
}

div.event-content .ev-txt {
    margin-right: 0.25em;
    word-wrap: break-word;
}

div.event-content div.delay {
    color: #fff;
    font-weight: bold;
    margin: 5px 0;
    padding: 4px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

    div.event-content div.delay.Shortdelaysexpected, div.event-content div.delay.Mediumdelaysexpected {
        background-color: #ffa500;
    }

.header {
    color: #195ca8;
}

div.event-content div.source .provider {
    margin-left: 1.5em;
}

.leaflet-container a {
    color: #0078a8;
}

div.event-content div.source {
    font-size: 1.0em;
    font-style: italic;
    margin: 5px 0 0;
}

.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-popup-content-wrapper div.event-content {
    margin-left: 52px;
    position: relative;
    top: -54px;
    color: black;
}

div.event-content div.Nodelaysexpected, div.event-content div.Open {
    background-color: #008000;
}

.leaflet-fade-anim .leaflet-tile-loaded, .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-fade-anim .leaflet-tile, .leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    transition: opacity 0.2s linear 0s;
}

div.event-content div.Unknowntrafficimpact, div.event-content div.Longdelaysexpected, div.event-content div.Extremedelaysexpected, div.event-content div.ClosedAllVehicles, div.event-content div.ImpassableDueToRoadDamage, div.event-content div.ClosedThroughTraffic {
    background-color: #c00;
}
/*************************Camera csss**************************/
.btn-primary {
    background-color: #e67311;
    border-color: #e67311;
    color: #ffffff;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-sm, .btn-xs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}

.btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: #ffffff;
}

/*.btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}*/

.mainInfoWin {
    width: 210px; /*background-color:#404f60;*/
}

    .mainInfoWin p {
        width: 100%;
    }

    .mainInfoWin > p {
        margin-top: 6px;
        width: 100%;
    }

.confirm {
    margin-top: 29px;
    margin-left: -90px;
    display: none;
}

.StreetBtn {
    color: white;
    font-size: 13px;
    padding-top: 0px;
    position: absolute;
    text-decoration: underline;
    cursor: pointer;
}

    .StreetBtn:hover {
        color: #e0e0e0;
    }
.baloonEtaBtn {
    color: white;
    font-size: 13px;
    padding-top: 20px;
    position: absolute;
    text-decoration: underline;
    cursor: pointer;
}

    .baloonEtaBtn:hover {
        color: #e0e0e0;
    }
.EtaCalcBtn {
    color: white;
    font-size: 13px;
    padding-top: 20px;
    position: absolute;
    text-decoration: underline;
    cursor: pointer;
}

    .EtaCalcBtn:hover {
        color: #e0e0e0;
    }
.cmd {
    background-color: #2d425b;
    height: 39px;
    color: white;
    border-style: none;
    border-radius: 2px;
}

.circle {
    height: 10px;
    width: 20px;
    background-color: red;
}

#company12 table td:first-child {
    width: 20%;
}

#company12 table td {
    width: 80%;
    text-align: left;
}

.OneTime {
    display: none;
}

.Repeat {
    display: none;
}

.WeekDay li {
    width: 100% !important;
    float: none !important;
}

.alertCheck {
    margin-top: 6px !important;
    position: absolute !important;
    margin-left: 4px !important;
}

.alertText {
    margin-left: 20px !important;
}
/*for showing grid content dashboard*/
.panel_ul_d1 {
    float: left;
    margin-top: 5px;
    width: 49.8%;
}

.panel_ul_d {
    float: right;
    margin-top: 5px;
    width: 49.8%;
}

.panel_ul_d1 li {
    background: #e0e0e0 none repeat scroll 0 0;
    font-size: 9px;
    line-height: 16px;
    margin-bottom: 3px;
    min-height: 50px;
    padding: 10px 5px;
}

.panel_ul_d li {
    background: #e0e0e0 none repeat scroll 0 0;
    font-size: 9px;
    line-height: 16px;
    margin-bottom: 3px;
    min-height: 50px;
    padding: 10px 5px;
}

.summary1 {
    width: 180px;
    float: left;
    font-size: 13px;
    font-weight: bold;
}

label.summary2 {
    width: 63px;
    float: left;
    text-align: center;
    font-size: 12px;
}

.summary3 {
    width: 81px;
    text-align: right;
    float: right !important;
    font-size: 12px;
}

.summary4 {
    width: 143px;
    text-align: right;
    font-size: 12px;
}

#Idle tbody tr td:first-child + td + td,
#Idle tbody tr td:first-child + td + td + td,
#Idle tbody tr td:first-child + td + td + td + td {
    position: relative;
}

.footer {
    background: #666 !important;
    color: #fff !important;
}

    .footer tr, .footer tr td {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

.panel_ul_d1 .summary1 {
    width: 60%;
}

.panel_ul_d1 .summary4 {
    width: 40%;
}

.panel_ul_d .summary1 {
    width: 55%;
}

.panel_ul_d .summary2 {
    width: 23%;
}

.panel_ul_d .summary3 {
    width: 22%;
}

.panel_ul_d .summary4 {
    text-align: right;
    width: 42%;
}


.tableuser {
    display: none;
    margin-top: 5px;
}



.strip, .stripclose {
    background-color: #eee;
    margin-top: 5px;
    margin-bottom: 5px;
}


.listuser li {
    padding-top: 5px;
    cursor: pointer;
}

label.csscount {
    float: right;
    font-size: 17px;
    margin: 0 24px 0px 0px;
    cursor: pointer;
}

label.cssUser {
    font-size: 17px;
    margin: 0px 0px 1px 20px;
    cursor: pointer;
}

table.table tbody tr td {
    text-align: left;
}

    table.table tbody tr td:first-child {
        text-align: left;
        width: 5%;
    }

table.table thead tr th:first-child {
    text-align: left;
    width: 20%;
}

table.table thead tr th:last-child {
    text-align: left !important;
    width: 15%;
}

table.table tbody tr th:last-child {
    text-align: left;
    width: 15%;
}

.IncidentBlocker {
    display: none;
}

.footer1, .footer2, .footer3, .footer4, .footer5, .footer6, .footer7, .footer8 {
    background-color: #666666;
    color: white;
    float: left;
    text-align: center;
}

.footer1 {
    width: 402px;
    text-align: right !important;
}

.footer2 {
    width: 81px;
}

.footer3 {
    width: 56px;
}

.footer4 {
    width: 103px;
}


.footer7 {
    width: 363px;
    text-align: right !important;
}

.footer8 {
    width: 125px;
    text-align: center !important;
    padding-left: 9px;
}

.TimeFooter {
    background-color: #666;
    color: white;
}

.table > thead > tr > th {
    border: none !important;
}



.StatisticalData {
    /*border: 1px solid #ccc;*/
    float: left;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
    display: none;
    background-color: #fff;
}

.arrow-up {
    margin-top: -20px;
}

.leftstatic {
    float: left;
    font-size: 12px;
    margin-right: 5px;
    width: 95%;
    padding-top: 5px;
    font-weight: bold;
}

.rightstatic {
    float: left;
    font-size: 12px;
    margin-right: 5px;
    width: 95%;
}

.ImagePosition {
    padding-top: 12.5%;
}

.HeadersTransport {
    font-weight: 700;
    font-size: 17px;
    border-bottom: #C6C6C9 solid 2px;
    width: 187%;
    padding: 4px;
    margin-bottom: 17px;
}

.AddImageTransport {
    width: 26px;
    margin-right: 6px;
    margin-bottom: 3px;
}

#DetailsofService, #DetailsofRotation, #DetailsofRegistration, #DetailsofInsurance {
    width: 85%;
    height: 50px;
}

.lable-danger-text {
    color: red;
}


.navbar-top-links .navbar-nav > li > a {
	font-family: Roboto;
    line-height: 22px;
    color: #fff;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Linotype - EurostileLTStd-Bold.otf") format("opentype");
}
.DetailDivLeft>p>span:first-child {
    font-family: Roboto;
	/*font-size:12px;*/
	font-weight: bold;
}
.DetailDivLeft1>p>span:first-child {
    font-family: Roboto;
	font-weight: bold;
}
/*.navbar {
    background: #fff none repeat scroll 0 0 !important;
    border: medium none !important;
    margin-bottom: 0 !important;
    min-height: 82px !important;
    position: relative;
}*/


/*.navbar-default .navbar-nav > li > a {
    color: #686868 !important;
    font-family: 'open_sansregular';
    font-size: 15px;
}*/

/*.navbar-brand {
    float: left;
    font-size: 18px;
    height: auto;
    !important;
    line-height: 20px;
    padding: 8px 15px !important;
}*/

/*.navbar-collapse {
    margin-top: 12px !important;
}*/


.topsearchd {
    margin-top: 0px !important;
    padding: 0;
}



.navbar-default .navbar-nav li:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 40px;
    width: 160px;
    background: var(--ddbox-color) none repeat scroll 0 0;
    padding: 5px;
    margin: 0px 0 0 -50px;
    z-index: 777;
    border: 1px solid #686868;
    right: -16px;
}

.dropdown-menu-user {
    position: absolute;
    top: 55px;
    width: 180px;
    background: var(--main-color) none repeat scroll 0 0;
    padding: 5px;
    margin: 0px 0 0 -50px;
    z-index: 777;
    border: 1px solid #686868;
    right: -1px;
    display: none;
	font-family:Roboto;
}

    .dropdown-menu-user li a {
        color: #fff;
    }

    .dropdown-menu-user select {
        background: url("../../Images/select_tele.png") no-repeat scroll right center #fff;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 2px;
        color: #fff;
        cursor: pointer;
        float: left;
        height: 34px;
        line-height: 19px;
        padding-left: 5px;
        width: 240px;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-color: transparent;
    }

.carettop {
    margin-top: 10px;
}

.dropdown-menu-user li {
    width: 100%;
    border-bottom: 1px solid rgb(255, 255, 255);
    line-height: 1.42857143 !important;
    padding: 3px 5px;
    float: left;
}

    .dropdown-menu-user li a:hover {
        color: #cccccc !important;
    }

.navbar-default .navbar-nav li:hover .dropdown-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(28, 83, 163, 0);
    border-bottom-color: #686868;
    border-width: 5px;
    margin-left: -5px;
}

.navbar-default .navbar-nav li:hover .dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    float: left;
    margin: 0;
    position: static;
    width: 100%;
    text-align: left !important;
}

    .navbar-default .navbar-nav li:hover .dropdown-menu li a {
        float: left;
        display: block;
        font-size: 14px;
        text-align: left !important;
        padding: 3px 5px !important;
    }
.navbar-default{
	height: 55px
}





@media (max-width:1297px) {

    .navbar-nav.nav > li > a {
        padding: 15px 11px;
    }


        .navbar-nav.nav > li > a img {
            height: 15px;
            width: 15px;
        }

    .user-profile {
        float: right;
        line-height: 33px;
        margin: 17px 0 0;
    }

    .topsearchd {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    /*.content {
        margin: 0 0 0 260px;
        padding:0 13px 35px 35px;
    }*/

}


@media (max-width:1100px) {

    .navbar-brand > img {
        width: 115px;
    }

    .navbar-nav.nav > li > a {
        padding: 15px 9px;
    }

    .navbar-collapse {
        margin-top: 4px !important;
    }

    .navbar {
        min-height: 64px !important;
    }
}

.getlocation {
    color: blue !important;
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
}

.gettrip {
    color: blue !important;
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
}
.fleet_utill7{
    float: left !important;
    padding-left: 85px;
}

.fleet_dash
{
    float: left !important;
    padding-left: 60px;
}


#speedcontain {
    display: none;
}
#compDrivers {
    display: none;
}

.ddlAdmin{
    padding-right: 47px;
}
/**********************************New Report Design CSS**************************************************/

#ReportTable {
            float: left;
            margin: 50px 0 0 0px;
            min-height:auto; /*600px*/
            width: 100%;
            padding: 20px;
            font-family: Roboto;
            top: 56px;
        }

#Ignreport .table-hover thead tr th {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center !important;
    padding: 2px 0 10px 2px !important;
    vertical-align: top;
    background-color: var(--main-color);
}

#Ignreport .table-hover tbody tr td {
    color: var(--main-color) !important;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    width: 11% !Important;
    border-left: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

#Ignreport .table-hover tbody tr {
    border-bottom: 1px solid var(--main-color);
    border-left: 0px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    height: 185px;
}

       #Ignreport .total-result-top {
            margin-bottom: 30px;
        }

        #Ignreport .total-result-top .Result-top {
            padding-top: 15px;
        }

       #Ignreport .top-result-heading {
            font-family: Roboto;
            font-size: 18px;
            color: #fff;
            padding: 5px 0 15px 10px;
        }

       #Ignreport .result-time {
            font-family: Roboto;
            font-size: 18px;
            color: var(--main-color);
            padding: 0px 0 15px 10px;
            font-weight: bold;
        }

       #Ignreport .right {
            text-align: right;
            padding-right: 10px;
        }
#Ignreport .table-hover tr td label {
    font-size: 16px;
}
       #Ignreport .AddressWidth{
       width:200px;
       }
        #Ignreport .DistanceWidth{
       width:65px;
       }

    /***********************************Close****************************************/
     .label-arrow-left {
        background-image: url('../../Images/marker_arrow.png');
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        height: 13px;
        width: 11px;
        display:inline-block;
        position: relative;
        line-height: 50%;
    }
    .clusterTitle {
        display: inline-block;
    }
    .label-inner {
        color: white;
        background-color: var(--main-color);
        font-size: 12px;
        text-align: left;
        white-space: nowrap;
        padding: 3px 10px 3px 10px;
        font-family: "Lucida Grande", "Arial", sans-serif;
        border: 1px solid rgb(0,0,0);
    }
   .label-body {
        color: white;
        background-color: var(--main-color);
        font-size: 12px;
        text-align: center;
        white-space: nowrap;
        padding: 0 3px 0 3px;
        font-family: "Lucida Grande", "Arial", sans-serif;
        border: 1px solid rgb(0,0,0);
    }

    .arrow {
		width: 0px;
		height: 0px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 13px solid var(--main-color);
        /*background-image: url(../../Images/marker_arrow.png);
        height: 13px;
        width: 11px;
        margin-left: -1px;*/
    }
	
	
	#processWindow{
		position: fixed;

		width: 100%;
		height: 100%;
		z-index: 1000;
		display: none;
	}
	#processWindow center{
		
		width: 100%;
		height: 100%;
		
	}
	#processWindow .body{
			color: white;
		    display: flex;
			align-items: center;
			background: var(--main-color);
			width: 300px;
			height: 120px;
			top: 50%;
			margin-top:-60px;
			position: relative;
			padding:20px;
	}
	/*#processWindow .body>div{
			background: var(--main-color);
		
			height: 120px;
			top: 50%;
	}*/
	#processWindow .body img{
		height:56px;
	}
	#processWindow .body div{
		display:inline-block;
		
	}
	#processWindow .body .text{
		font-size: 20px;
		text-align:left;
		margin:0;
		padding-left:20px;
	}
	
@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "opensans";
    src: url(../../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "opensan-lt";
    src: url(../../fonts/OpenSans-Light.ttf);
}


/*@font-face {
    font-family: 'open_sansbold';
    src: url('../../fonts/opensans-bold-webfont.eot');
    src: url('../../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


@font-face {
    font-family: 'open_sansbold';
    src: url('../../fonts/opensans-regular_0-webfont.eot');
    src: url('../../fonts/opensans-regular_0-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans-regular_0-webfont.woff2') format('woff2'), url('../../fonts/opensans-regular_0-webfont.woff') format('woff'), url('../../fonts/opensans-regular_0-webfont.ttf') format('truetype'), url('../../fonts/opensans-regular_0-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../../fonts/opensans-regular_0-webfont.eot');
    src: url('../../fonts/opensans-regular_0-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans-regular_0-webfont.woff2') format('woff2'), url('../../fonts/opensans-regular_0-webfont.woff') format('woff'), url('../../fonts/opensans-regular_0-webfont.ttf') format('truetype'), url('../../fonts/opensans-regular_0-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.navbar-brand > img {
    width: 120px;
	margin-top: 5px;
}

.navbar-default {
    background-color: var(--main-color);
    border-color: var(--main-color);
    margin-bottom: 0;
    min-height: 53px;
    border-radius: 0px;
    z-index: 1001;
    width: 100vw;
	width: 100%;
    position: fixed;


}

.navbar-brand {
    height: 53px;
    padding: 4px 7px;
}

.navbar-top-links ul {
    margin-top: 0px;
}

.CommonSelect.TD.tonav1 {
    margin-top: 9px;
    min-width: 170px;
}


.navbar-top-links ul > li > a .user-image {
    border-radius: 50%;
    float: left;
    height: 30px;
    margin-right: 10px;
    margin-top: -3px;
    width: 30px;
}

.navbar-top-links .navbar-nav > .open > a, .navbar-top-links .navbar-nav > .open > a:hover, .navbar-top-links .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-top-links .navbar-nav > li > a:hover, .navbar-top-links .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #f5f5f5;
}

.map_section {
    width: 100%;
    float: left;
    /*margin: 0 auto -60px;*/
    padding-top: 0;
    position: relative;
    height: 100%;
}

.map {
    float: left;
    height: 100%;
    width: 100%;
}


.fleet_block {
    width: 292px;
    height: 62px;
    float: left;
    z-index: 101;
    position: relative;
    cursor: pointer;
}
.fleet_block ul {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 21px 0 0 60px;
}

    .fleet_block ul li:first-child {
        float: left;
        list-style-type: none;
        padding: 2px 0 0 6px;
        color: #fff;
    }

    .fleet_block ul li {
        float: left;
        list-style-type: none;
        padding: 0px 0 0 6px;
        color: #fff;
    }

        .fleet_block ul li img {
            float: left;
        }

.fleet_block span {
    float: left;
    margin-top:5px;
    margin-left:1px;
    font-size:11px;
}

.replay_back {
    background: url(../../Images/replay_bg.png) no-repeat;
}

.poi_back {
    background: url(../../Images/zones_bg.png) no-repeat;
}

.reports_back {
    background: url(../../Images/reports_bg.png) no-repeat;
}

.conent_panel {
    
    position: absolute;
    top: 0px;
    width: 100%;
}




/*.Fleet_icons{
    margin: 0px 0 0 60px !important;
}*/

/*.Fleet_text{
    margin: 5px 0 0 100px !important;
    font-size: 11px;
}
.Fleet_text li:first-child{
    padding: 5px 0 0 6px !important;
}
.Fleet_text li{
    padding: 5px 0 0 6px !important;
    padding-left:12px !important;
}*/


#imaginary_container {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}


.stylish-input-group .input-group-addon {
    background: #fff !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}





    .fleet_menu_list .checkbox {
        display: inline;
    }


    .fleet_menu_list .panel {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-color: -moz-use-text-color -moz-use-text-color #898d91;
        border-image: none;
        border-radius: 0;
        border-style: none none solid;
        border-width: 0;
        box-shadow: none;
        margin-top: 0 !important;
    }

.fleet_map {
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
}

#time {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    text-align: right;
}

.fleet_menu_list .panel-heading {
    background: none;
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 10px 0;
}


    .fleet_menu_list .panel-heading .panel-title {
        font-size: 13px;
    }

        .fleet_menu_list .panel-heading .panel-title span {
            padding-top: 4px;
        }


.fleet_menu_list .panel-body {
    border: medium none !important;
    padding: 10px 0;
}



.detail_data {
    width: 100%;
    float: left;
}

    .detail_data .block {
        width: 100%;
        float: left;
        text-transform: uppercase;
    }


        .detail_data .block h3 {
            color: #999999;
            font-size: 13px;
            font-weight: bold;
            margin-bottom: 5px;
            margin-top: 0;
        }

        .detail_data .block p {
            font-size: 13px;
        }

.block2 {
    float: left;
    width: 122px;
}


.noti_block {
    background: rgba(0, 0, 0, 0) url("../../Images/notification_bg.png") no-repeat scroll 0 0;
    cursor: pointer;
    float: right;
    height: 61px;
    position: absolute;
    right: 75px;
    width: 287px;
    z-index: 99;
    top: 3px;
}

    .noti_block h2 {
        font-size: 18px;
        padding-left: 20px;
        /*font-family: 'Open Sans';*/
        /*padding-top: 5px;*/
        font-family: 'open_sansregular';
    }


.noti_hover {
    background: var(--main-color) none repeat scroll 0 0;
    float: right;
    height: auto;
    padding: 10px 10px 10px;
    position: absolute;
    right: 75px;
    top: 0px;
    width: 286px;
    z-index: 9;
    display: none;
    height:560px;
}

.noti_detail {
    width: 100%;
    float: left;
    border-bottom: 1px solid #898d91;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

    .noti_detail p {
        font-size: 11px;
        color: #fff;
        margin-bottom: 3px;
    }

.side_nav {
    background: transparent none repeat scroll 0 0;
    font-family: Roboto;
    font-size: 10px;
    font-weight: normal;
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 700;
    color: white;
}

.side_panel_bg {
    background: var(--main-color);
	/*var(--main-color);*/
    width: 45px;
    height: 45px;
    text-align: center;
    margin-bottom: 0px;
	border-bottom: 1px white solid;
}


.setting_hover {
    background: rgba(19, 28, 39, 0.8);
    padding: 10px;
    width: 270px;
    height: auto;
}

.side_nav{
	z-index:10000;
}
.side_nav ul {
    padding: 0;
    margin-bottom: 0px;
    list-style-type: none;
}


    .side_nav ul ul {
        background: var(--ddbox-color);
        border: 0 none;
        border-radius: 0;
        display: none;
        margin: 0 2px 0 0;
        padding: 0;
        position: absolute;
        right: 45px;
        top: 0px;
        width: 270px;
        padding: 10px;
        text-align: left;
    }

        .side_nav ul ul#ETAdetail {
            background: var(--main-color);
            border: 0 none;
            border-radius: 0;
            display: none;
            margin: 0 2px 0 0;
            padding: 0;
            position: absolute;
            right: 45px;
            top: 1px;
            width: 350px;
            padding: 10px;
            text-align: left;
            min-height: 200px;
        }
         .side_nav ul ul li p {
                margin-bottom: 0;
         }

.CommonSelect.TD {
    width: 100%;
}
.ddlborder{
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd !important;
}

.CommonSelect {
    display: block;
}

    .CommonSelect.TD select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        background-image: url(../../Images/select_tele.png);
        background-position: right center;
        background-repeat: no-repeat;
        border: 1px solid #b4b4b4;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        height: 37px;
        padding: inherit;
        width: 100%;
        background-color: transparent;
        font-weight: normal;
        padding-left: 5px;
    }

.txtfor_switch {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.onOff_switch {
    /*width: 100%;*/
    float: left;
    height: 20px;
}

.switch_txt {
    float: left;
    font-size: 13px;
    padding-top: 2px;
}

.switch {
    float: right;
}

/* ============================================================
  COMMON
============================================================ */
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round + label {
    border-radius: 20px;
    height: 20px;
    padding: 2px;
    width: 44px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

    input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        content: "";
    }

    input.cmn-toggle-round + label:before {
        right: 1px;
        background-color: #000;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        border-radius: 60px;
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
    }

    input.cmn-toggle-round + label:after {
        width: 15px;
        height: 15px;
        margin-left: 2px;
        margin-top: 1px;
        background-color: #ff0000;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        -webkit-transition: margin 0.4s;
        -moz-transition: margin 0.4s;
        -o-transition: margin 0.4s;
        transition: margin 0.4s;
    }

input.cmn-toggle-round:checked + label:before {
    background-color: #fff;
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 25px;
    background-color: #00af43;
}
/* ============================================================
  SWITCH 1 - Rectangular
============================================================ */
input.cmn-toggle-rect + label {
    height: 20px;
    padding: 0px;
    width: 60px;
	background-color:green;
}

    input.cmn-toggle-rect + label:before, input.cmn-toggle-rect + label:after {
        display: block;

        position:absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        content: "";
		
    }

    input.cmn-toggle-rect + label:before {
        right: 0px;
        background-color: var(--main-color);
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
    }

    input.cmn-toggle-rect + label:after {
        width: 28px;
        height: 18px;
        margin-left: 1px;
        margin-top: 1px;
        background-color: white;
        -webkit-transition: margin 0.4s;
        -moz-transition: margin 0.4s;
        -o-transition: margin 0.4s;
        transition: margin 0.4s;
        content: "OFF";
        font-weight: bold;
		text-align: center;
		/* background-color:green; */
    }

input.cmn-toggle-rect:checked + label:before {
    background-color: var(--main-color);
    color: white;
}

input.cmn-toggle-rect:checked + label:after {
    margin-left: 31px;
    background-color: white;
    content: "ON";
    font-weight: bold;
    text-align: center;
}


/*-----------------------------------------------------
    -------------------------------------------------
    ------------------------------------------------
*/
footer p, footer p a, footer p a:hover {
    color: #fff;
}

.nav .noti_bell {
    cursor: pointer;
    display: none;
    padding: 12px 0px 0px 15px;
}

.noti_txt {
    background: red;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 9px;
    right: 0;
    border-radius: 50%;
    display: none;
}

.roptions {
    margin-top: 10px;
    font-size: 19px;
}

#UserCompanies {
    width: 165px;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#searchCount {
    background: url("../../Images/select_tele.png") no-repeat scroll right center #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: right;
    height: 34px;
    line-height: 19px;
    padding-left: 5px;
    width: 80px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    margin-left: 5px;
}

#companytelemax {
    margin-bottom: 0px !important;
}

.selectall, .selectall:hover {
    color: #fff;
    cursor: pointer;
    padding-left: 5px;
}

.divselectall {
    float: left;
    width: 100%;
    padding: 0px 0 5px 0;
    border-bottom: 1px solid #ddd;
}



.closeStrret {
    background: transparent none repeat scroll 0 0;
    font-family: 'open_sansregular';
    font-size: 10px;
    font-weight: 600;
    position: fixed;
    right: 0;
    top: 66px;
    z-index: 700;
}

#ulClose {
    display: none;
}

.gm-iv-container, .gm-iv-address, .gm-fullscreen-control {
    display: none !important;
}
.fleet_hover {
    background: var(--ddbox-color) none repeat scroll 0 0;
    float: left;
    height: auto;
    position: absolute;
    top: 40px;
    width: 288px;
    left: 19px;
    z-index: 9;
    padding: 40px 10px 10px;
    display: none;
    max-height: 614px;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: auto;
}
.fleet_hover::-webkit-scrollbar {
    width: 16px;
    background-color: var(--main-color);
}

.fleet_hover::-webkit-scrollbar-thumb {
    background-color: #B03C3F;
    border-radius: 10px;
}

    .fleet_hover::-webkit-scrollbar-thumb:hover {
        background-color: #BF4649;
    }

    .fleet_hover::-webkit-scrollbar-thumb:active {
        background-color: black;
    }

.fleettop {
    top: 30px;
    /*max-height: 660px;*/
}

.total-result-top > ul {
    float: left;
    margin-left: 20px;
}


.side_nav ul ul#ETAdetail li label {
    text-align: left;
    //text-transform:uppercase;
}

.side_nav ul ul#ETAdetail li input, .side_nav ul ul#ETAdetail li select {
    background-color: transparent !important;
    border: 1px solid #fff;
    resize: none;
}

.side_nav ul ul#ETAdetail li input {
    color: #fff;
    padding: 4px 5px;
    word-break: keep-all;
}

.PickPlaceBtnImg {
    left: 19px;
    position: absolute;
    top: 7px;
}

.side_nav ul ul#ETAdetail li .CommonSelect.TD {
    width: auto;
}

#timeLeft, #ETACurrent, #distanceLeft, #fuelCost {
    float: left;
    font-size: 13px;
    margin-bottom: 7px;
    width: 50%;
}
#destText {
    float: left;
    font-size: 14px;
    margin-bottom: 7px;
}
.backdiv {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    float: left;
    height: 19.7px;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    width: 20px;
    z-index: -9;
}

.backdiv2 {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    float: left;
    height: 19px;
    margin-left: -2px;
    margin-top: -2px;
    position: absolute;
    width: 19px;
    z-index: -9;
}

    .backdiv2:not(*:root) {
        background: #000 none repeat scroll 0 0;
        border-radius: 50%;
        float: left;
        height: 19.7px;
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        width: 20px;
        z-index: -9;
    }

.CheckBoxs input.vehcheckbox:not(*:root) {
    margin-top: 3.5px;
    margin-left: 2.5px;
}

#Vehicles,#Misc,#MapSettings{
    background: var(--main-color);
    border: 0 none;
    border-radius: 0;
    display: block;
    margin: 0 2px 0 0;
    padding: 0;
    position: absolute;
    right: 45px;
    top: 137px;
    width: 270px;
    padding: 10px;
    text-align: left;
    height: 307px;
    
    }

.SettingMenu  > li.active > a, .SettingMenu > li.active > a:hover, .SettingMenu  > li.active > a:focus{
    font-size: 14px;
    background: none;
    color: #fff;
    border: 0px;
    padding:3px;
    text-align:center;
}

.SettingMenu  > li > a,.SettingMenu > li > a:hover, .SettingMenu  > li > a:focus{
 font-size: 14px;
    background: none;
    color: #fff;
    border: 0px;
    padding:0;
    text-align:center;
    padding:3px;
}

.SettingMenu  > li.active {
background: var(--main-color);
}

.SettingMenu  > li {
background-color: var(--main-color);
}


     .side_nav ul ul#MapSettings {
           /*top: 137px;*/
           top: 45px;
        }
     .side_nav ul #Vehicles {
           /*top: 137px;*/
           top: 45px;
        }
     .side_nav ul #Misc {
           /*top: 137px;*/
           top: 45px;
        }

       .side_nav ul .SettingMenu li{
            padding:10px;
        }
        .side_nav ul ul li {
            padding-bottom: 5px;
        }
        .swictch_place{
        margin-top: 5px;
        }
        .SettingMenu  > li{
            display:block;
        }
       .setting-details-li{
            display:none;
        } 
       .SettingMenu{
           /*background-color: var(--main-color) !important;*/
           display: none;
           padding:0 !important; 
       }
       .Time-Zoneli{
           padding-bottom: 6px;
           margin-top: 1px;
       }
       
