@import url(../css/color_stylesheet.css);

body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
    color: #023344;
    background: var(--text-color-white);
}

:root {
    --ring: rgba(0, 0, 0, 0.1);
}

.bodyBox {
    background: #5c6c78 url(../../Content/images/bg_smart-latest.png) no-repeat;
    background-size: contain;
}

a:focus {
    color: #023344;
    text-decoration: none;
}

.overlayBox {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right bottom, #cccccc5c, #ffffff99);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pos-rel {
    position: relative !important;
}

.PBToggle {
    position: fixed;
    cursor: pointer;
    margin-left: -22px;
    clear: both;
    color: #1abc9c;
    padding: 1px;
}

.mdu_main {
    background-color: #004638 !important;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.pl-0 {
    padding-left: 0px !important;
}

.fs-12 {
    font-size: 12px;
}

.top-icon-lable {
    position: absolute;
    top: 2px;
    left: 21px;
    background: #e60000;
    color: #FFFFFF;
    border-radius: 25px;
    min-height: 18px;
    min-width: 18px;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
    font-size: 9px;
    padding: 0 0.25rem;
}

.top-icon-gis {
    left: 25px !important;
    top: 4px !important;
}

.googleserachbox {
    padding: 0;
    margin-left: 10px;
    width: 100%;
    box-shadow: 0 2px 7px rgba(0,126,196,0.5);
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 4px;
}

.PBWrapper > div {
    float: left;
    width: 100%;
}

.pbHeading {
    border-bottom: 1px #1abc9c solid;
    width: 100%;
    color: #1abc9c;
    font-size: 14px;
    float: left;
    margin: 10px 0 0 0;
    line-height: 30px;
    font-weight: bold;
    padding: 0 10px;
}

.PBSearchinfo {
    margin-top: 5px;
}

#gSearch {
    width: 85%;
    margin: 0;
    float: left;
    padding: 6px 12px;
    height: 35px;
}

.gform-control {
    opacity: 0.7;
    display: block;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #CCC;
    background-image: none;
    border: none;
    width: 100%;
    border-radius: 4px 0 0 4px;
}

.header-main {
    height: 40px;
    background: var(--primary-dark);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 99;
}

    .header-main .navbar {
        margin: 0;
    }

/*.logo img {
    text-align: center;
    padding: 7px 10px 9px;
    background: #fff;
    border-right: solid 3px #fff;
}*/
.logo .btn {
    padding: 10px 12px;
    border-radius: 0px;
    border: 0;
    float: left;
}

.logo > a > i {
    font-size: 17px;
    color: var(--text-color-white);
}

.logo-jio {
    color: #fff;
    width: 50px;
    height: 40px;
    text-align: center;
    background: #2d3e50;
}

.smt_plner {
    font-size: 18px;
    font-weight: bold;
    color: white;
    float: left;
    margin-left: 0.5rem;
}

    .smt_plner img {
        width: 65px;
    }

.separator {
    background: rgba(0, 0, 0, 0.15);
    height: 38px;
    width: 1px;
    display: block;
    margin-inline: 3px;
}

.leftOpt {
    font-size: 13px;
    font-weight: 600;
    display: flex;
    padding: 0 7PX;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 5px;
}

    .leftOpt .PatrollerOpt:nth-child(1) {
        border-radius: 6px 0 0 6px;
    }

    .leftOpt .PatrollerOpt:last-child {
        border-radius: 0 6px 6px 0;
    }

.PatrollerOpt {
    background: var(--secondary-dark);
    padding: 6px 8px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: var(--text-color-dark);
    display: block;
    cursor: pointer;
    transition: 0.3s;
    flex: 1;
    white-space: nowrap;
    /* border: 1px solid var(--primary-hover);*/
}

    .PatrollerOpt:not(:last-of-type) {
        border-right: 1px solid var(--primary-hover);
    }


    .PatrollerOpt:hover {
        background: var(--secondary-dark);
        color: var(--text-color-dark);
    }

.activeOpt {
    font-weight: bold;
    background: var(--primary-dark);
    pointer-events: none;
    color: var(--text-color-white) !important;
}

.mt-05 {
    margin-top: 0.5rem;
}
/*.FRTOpt {*/
/*background: #f1f1f1;*/
/*padding: 6px 0;
    width: 50%;*/
/*border-left: 2px #e60000 solid;*/
/*border-bottom: 1px #ccc solid;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
     color: #ffffff;
     background: #e60000;
}*/
.NoRecordFound {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.PatrollerDivLeft, .FRTDivLeft {
    /*position: absolute;
    margin-top:50px;*/
    width: 100%;
    background: white;
    color: #333333;
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.search-wrapp {
    padding: 8px;
    /*  background: #f1f1f1;*/
}

    .search-wrapp input {
        width: 100%;
        height: 27px;
        padding: 4px 8px;
        background: #FFFFFF;
        color: #333333;
        border: 1px solid #d1d1d1;
        outline: none;
        border-radius: 5px;
    }



.user-status ul {
    display: inline-block;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.user-status li {
    float: left;
    width: 50%;
    font-size: 12px;
    color: #3c3c3c;
}

.user-action, .user-status {
    padding: 0 5px;
    border-top: 1px solid #e1e1e1;
    padding-top: 5px;
    /*  background-color: #f8f9fa;*/
}

    .user-action ul {
        display: inline-block;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .user-action li {
        float: left;
        width: 50%;
        font-size: 12px;
        color: #3c3c3c;
        white-space: nowrap;
    }

.full-width {
    width: 100% !important;
}

.parentBox {
    display: block;
    padding: 3px 6px;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.user-info {
    /* padding: 0 3px 5px;
    width: 99%;*/
}

    .user-info ul {
        padding-left: 0;
        gap: 9px;
        margin-bottom: 0;
    }

    .user-info li {
        border-bottom: 1px solid #e3e3e3;
        padding: 8px 8px 5px;
        transition: 0.3s;
    }

        /* .user-info li:nth-child(odd) {
            background: #f9f9f9;
        }*/

        .user-info li:hover {
            background: #f9f9f9;
            /*  background-color: #faefff;
               box-shadow:0 2px 4px rgba(0,0,0,0.1);*/
        }

/* .user-info li:not(:last-child) {
            border-bottom: none;
        }*/

.user-detail {
    display: flex;
}

.user-detail-rt {
    position: relative;
    white-space: nowrap;
}

.user-detail h6 {
    font-size: 11px;
    margin-left: 4px;
    margin-block: 4px;
    font-weight: 600;
    width: 194px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-detail p {
    margin: 0;
    padding: 3px 0;
    font-size: 12px;
    color: #444444;
}

.user-detail-rt > h6 > span {
    font-size: 12px;
    color: #9d9d9d;
    font-weight: normal;
}

.user-img {
    width: 20px;
    height: 20px;
    /* border: 1px solid var(--btn-secondary-bg);*/
    border-radius: 50%;
    background: var(--primary-dark);
    justify-content: center;
}

    .user-img i {
        color: var(--secondary-dark);
    }

.icon-wrapp {
    padding: 4px 0 2px;
}

    .icon-wrapp ul {
        /*float:right;*/
    }

    .icon-wrapp li {
        padding: 0;
        margin: 0;
        border: none;
    }

    .icon-wrapp a {
        padding: 5px;
        font-size: 14px;
        color: var(--text-color-light);
        transition: 0.2s;
    }

        .icon-wrapp a:hover {
            background: white;
        }

.DisableLink {
    pointer-events: none !important;
    cursor: not-allowed;
    color: darkgray;
}

    .DisableLink:hover {
        pointer-events: none !important;
        cursor: not-allowed;
        color: darkgray !important;
    }

    .DisableLink:visited {
        pointer-events: none !important;
        cursor: not-allowed;
        color: darkgray !important;
    }

.pose-relat .assign-calen {
    right: 10px;
}

.RoutePanel {
    position: absolute;
    right: 0;
    z-index: 100;
    background: white;
    border: 1px solid var(--primary-border-color);
    width: 350px;
    height: auto;
    top: 39px;
    border-radius: 0px 0px 0px 5px;
    padding-bottom: 10px;
    max-height: calc(100% - 78px);
    overflow: auto;
    box-shadow: 0 5px 9px rgba(0,0,0,0.2);
}

.RoutePanelHeader {
    width: 100%;
    height: 30px;
    cursor: move;
    background: var(--secondary-dark);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.RoutePanel .OtherDetail {
        width: 100%;
        margin-top: 10px;
        color: black;
    }*/

.RoutePanel .RoutePanelHeading {
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding-top: 4px;
    padding-left: 5px;
}

.RoutePanel .RouteName {
    width: calc(100% - 46px);
    display: inline-block;
    height: 29px;
    padding: 3px 10px;
    margin-bottom: 12px;
    border: 1px solid #9e9b9b;
}

.RoutePanel .HaltPointPicker {
    float: right;
    cursor: pointer;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    vertical-align: top;
    text-align: center;
    border: 2px solid var(--primary-dark);
    color: var(--primary-dark);
    margin-top: 3px;
    margin-left: 5px;
}


    .RoutePanel .HaltPointPicker:hover {
        color: white;
        background: #e60000;
    }

    .RoutePanel .HaltPointPicker i {
        font-size: 12px;
        float: left;
        /* padding-top: 1px; */
        padding-left: 1px;
    }

    .RoutePanel .HaltPointPicker.selected {
        color: white;
        background: #e60000;
    }

#lnkCloseRoute {
    float: right;
    color: white;
    opacity: 1;
    padding-right: 11px;
}

.btnSave {
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    /*background: var(--btn-secondary-bg);*/
    opacity: 1;
    border-radius: 3px;
    font-weight: bold;
}

.btnCancel {
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    opacity: 1;
    border-radius: 3px;
    font-weight: bold;
    background: var(--primary-dark);
    margin-left: 3px;
}

.btnClose {
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    opacity: 1;
    border-radius: 3px;
    font-weight: bold;
    background: #00b0ca;
    margin-left: 3px;
}

.btnReset {
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    background: var(--btn-primary-bg);
    opacity: 1;
    border-radius: 3px;
    font-weight: bold;
    margin-left: 3px;
}

    .btnSave:hover, .btnCancel:hover, .btnReset:hover, .btnClose:hover {
        opacity: 0.8;
        color: white;
    }

    .btnSave:visited, .btnCancel:visited, .btnReset:visited, .btnClose:visited {
        color: white;
    }

a.btnSave, a.btnCancel, a.btnReset, a.btnClose {
    text-decoration: none;
}

/*=== Logo Animation ===*/
@-webkit-keyframes logo_anim {
    0% {
        background: #1f4798;
    }

    12.5% {
        background: #aa1827;
    }

    25% {
        background: #272d68;
    }

    37.5% {
        background: #86be46;
    }

    50% {
        background: #f7ab21;
    }

    62.5% {
        background: #5ebdb2;
    }

    75% {
        background: #d01b85;
    }

    87.5% {
        background: #e94445;
    }

    100% {
        background: #1f4798;
    }
}

@keyframes logo_anim {
    0% {
        background: #1f4798;
    }

    12.5% {
        background: #aa1827;
    }

    25% {
        background: #272d68;
    }

    37.5% {
        background: #86be46;
    }

    50% {
        background: #f7ab21;
    }

    62.5% {
        background: #5ebdb2;
    }

    75% {
        background: #d01b85;
    }

    87.5% {
        background: #e94445;
    }

    100% {
        background: #1f4798;
    }
}

.logo_anim {
    -webkit-animation: logo_anim 40s infinite;
    animation: logo_anim 40s ease-in-out infinite;
    border-radius: 50%;
}
/*=== Logo Animation ===*/
.user {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

    .user li {
        list-style: none;
        cursor: pointer;
    }

    .user a {
        font-size: 15px;
        color: var(--text-color-white);
        display: block;
        cursor: pointer;
        transition: 0.3s;
        padding: 9px 12px;
        position: relative;
        text-decoration: none;
    }

        .user a [data-title] {
            width: 100px;
            display: flex;
            flex-wrap: wrap;
            gap: 3px;
        }

        .user a:hover {
            background-color: var(--secondary-dark);
            color: var(--text-color-dark);
        }

        .user a i.admin {
            font-size: 14px;
        }

    .user img {
        width: 30px;
    }

.abbr {
    color: var(--text-color-dark);
}

.user1 {
    line-height: 40px;
    border-left: 1px solid #ffffff8b;
    margin-bottom: 0px;
    background: rgba(255, 2555, 255, 0.5);
    padding-inline: 4px;
}

    .user1 li {
        font-size: 13px;
        float: left;
        padding-left: 7px;
        list-style: none;
        color: var(--text-color-white);
    }

        .user1 li:last-child {
            padding-right: 3px;
        }

    .user1 a i {
        font-size: 14px;
        color: var(--text-color-white);
    }

        .user1 a i.admin {
            font-size: 14px;
        }

    .user1 img {
        width: 30px;
    }

.username {
    min-width: 90px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#panel, #flip {
    padding: 0px;
    text-align: left;
}

a#flip {
    color: #fff;
}

#panel img {
    margin-right: 10px;
}

#panel ul {
    padding-left: 0px;
}

#panel {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(255,255,255,0.8);
    display: none;
    width: 400px;
    left: 0px;
    position: absolute;
    z-index: 9;
}
/*=== Navigation ===*/
.navbar {
    padding-left: 25%;
    min-height: 40px;
}

.nav > li > a {
    padding: 10px 10px;
    color: #fff;
    background-color: #1abc9c;
}

    .nav > li > a > i {
        color: #fff;
    }

.navbar-nav > li > a:hover {
    background: none;
    color: #fff;
}
/*===/Navigation===*/

#map-canvas {
    width: calc(100% - 250px);
    height: calc(100% - 78px);
    z-index: 0;
    margin-top: 51px;
    position: absolute;
    background: white;
    right: 0;
}

#wrapper {
    width: 100%;
    height: 100%;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

#left-wrapper {
    position: absolute;
    left: 250px;
    width: 0;
    margin-left: -250px;
    overflow-y: auto;
    background: #ffffff;
    border-right: 1px solid #f3f3f3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-x: hidden;
    height: calc(100% - 75px);
    z-index: 8;
    overflow: hidden;
    box-shadow: 4px 0 7px rgba(0,0,0,0.1);
}

.right-wrapper {
    height: calc(100% - 40px);
    top: -11px;
}

#wrapper.toggled #left-wrapper {
    width: 265px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}
/* === Sidebar Effect ===*/
.group {
}

    .group h2 {
        margin-top: 10px;
        padding: 10px 15px;
        font-size: 13px;
        border-bottom: 1px solid #666;
        color: #1abc9c;
        font-weight: bold;
        /*    line-height: 40px;*/
        text-transform: uppercase;
    }

.left-nav {
    padding: 20px 0px 0px 25px;
    list-style: none;
}

    .left-nav li {
        padding-top: 10px;
    }

        .left-nav li span {
            color: #fff;
            font-size: 12px;
            line-height: 21px;
        }

.labl_wht {
    color: #fff !important;
}
/* === Footer ===*/
.footer {
    background: var(--primary-dark);
    font-size: 12px;
    color: var(--text-color-white);
    left: 0;
    width: 100%;
    height: 39px;
    position: fixed;
    z-index: 50;
    bottom: 0;
    line-height: 39px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}

.appVersion a {
    padding: 0 10px;
    margin-right: 10px;
    border-right: #c9c8c8 1px solid;
    color: #2d3e50;
    font-size: 15px;
}

    .appVersion a:hover {
        color: #333;
    }

.copy-right {
    padding-inline: 10px;
}

    .copy-right > p > i {
        font-size: 15px;
    }

.user-setting {
    position: absolute;
    right: 40px;
    bottom: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
}

    .user-setting li {
        float: left;
        padding: 0 15px;
        border-left: #c9c8c8 1px solid;
    }

        .user-setting li:first-child {
            border-left: 0;
        }

    .user-setting a {
        font-size: 15px;
        color: #333333;
    }

        .user-setting a:hover {
            color: #2d3e50;
        }
/* === /Footer ===*/


/*=== Responsive Layout ===*/
@media (max-width: 992px) {
    .navbar {
        padding-left: 0;
    }

    .nav > li > a {
        padding: 10px 5px;
    }

        .nav > li > a > i {
            margin-right: 0;
        }

    .user-wrapp {
        padding: 0;
    }

    .user {
        padding-right: 8px;
    }

    .user-setting li {
        line-height: 39px;
    }

    .appVersion {
        padding-bottom: 0;
    }

        .appVersion a {
            padding-left: 0;
        }

    .copy-right {
        text-align: left;
        padding: 12px 0;
    }

    .user-setting {
        float: none;
        border-top: 1px solid #c9c8c8;
        margin: 0 -15px;
    }
    /*=== Footer ===*/
    .footer {
        /*padding-top: 12px;*/
        height: auto;
        line-height: 15px;
    }
    /*=== /Footer ===*/
}

@media (max-width: 768px) {

    #left-wrapper {
        height: calc(100% - 87px) !important;
    }

    #map-canvas {
        width: 100%;
        height: 100%;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-toggle {
        display: none;
        float: left;
        padding: 7px 6px;
        margin-top: 4px;
        margin-bottom: 0;
        background: #FFC524;
    }

    #panel {
        width: 100%;
    }

    .user {
        padding-right: 8px;
    }

        .user li {
            padding-left: 5px;
        }

    .user-wrapp {
        padding: 0;
    }

    .appVersion {
        padding-bottom: 0;
    }

        .appVersion a {
            padding-left: 0;
        }

    .copy-right {
        padding: 6px 0;
        text-align: center;
        height: 50px;
    }

    .PoweredInfo {
        bottom: 52px !important;
    }

    #spnCopyRightText {
        width: 100%;
        padding-top: 5px;
    }

    .user-setting {
        float: none;
        border-top: 1px solid #c9c8c8;
        margin: 0 -15px;
    }
    /*=== Footer ===*/
    .footer {
        /*padding-top: 12px;*/
        line-height: 15px;
        height: auto;
    }
    /*=== /Footer ===*/
}

@media (min-width: 768px) {
    #wrapper {
        padding-left: 235px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #left-wrapper {
        width: 250px;
    }

    #wrapper.toggled #left-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    /*.logo img {
        padding: 6px 6px 10px;
    }*/
}

@media (max-width:640px) {

    .navbar-toggle {
        margin-right: 0;
        display: none;
    }

    .logo img {
        border-right: 0;
        padding: 7px 5px 9px;
    }

    #panel, #flip {
        padding: 4px;
    }
}



@media (max-width:500px) {

    .srchMain {
        left: 8% !important;
    }

    .MinMaxContainer {
        bottom: 50px;
        left: -1px;
    }

    .user-wrapp {
        z-index: 3;
        background: #e60000;
        width: 30px;
        margin-top: 39px;
        position: absolute;
        right: 0;
    }

        .user-wrapp .user {
            padding-left: 4px;
        }

    .user-setting li {
        padding: 0 12px;
    }

    .logo img {
        padding: 14px 2px;
        width: 55%;
    }

    .nav > li > a {
        padding: 4px 6px;
        font-size: 11px;
    }

        .nav > li > a > i {
            font-size: 14px;
        }

    /*.user li:first-child {
        display: none;
    }*/
}

@media screen and (min-width:500px) and (max-width:900px) {
    .bg_top {
        height: auto;
    }

    .navbar {
        padding-left: 0%;
    }

    .bg_top .col-sm-2 {
        position: absolute;
    }
}

::-webkit-scrollbar {
    margin-top: 10px;
    width: 7px;
    height: 9px;
}

.pointer {
    cursor: pointer;
}

.pointerMenu {
    cursor: pointer;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,141,162,0.3);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #c9d0d8;
    /*background: rgba(121,121,121,0.8);*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:hover {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background: #6e6e6e;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        /*background: rgba(141,200,210,0.4);*/
    }


/*Hear is start Login panel css 9/8/2017*/
.container {
    margin: 12% auto;
    width: 640px;
    position: relative;
}

.loginBox {
    display: flex;
    width: 100%;
}

.loginWrapper {
    height: 100vh;
    position: relative;
    box-shadow: 8px 0 9px rgba(0,0,0,0.1);
    width: 450px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    justify-content: center;
    flex-direction: column;
    padding: 50px 60px 30px;
    box-sizing: border-box;
}

.loginInner {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
}

    .loginInner h1 {
        margin: 1rem 0 2rem;
        font-weight: normal;
        letter-spacing: 1px;
    }

.loginFooter {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 100px);
}

.loginBody {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.login h1 {
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: var(--primary-dark);
    border-bottom: 1px solid #cfcfcf;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
    -webkit-box-shadow: 0 1px whitesmoke;
    box-shadow: 0 1px whitesmoke;
}

.login input[type=text], .login input[type=password] {
    width: 100%;
    background: #dad9d9;
    outline: none;
    border-radius: 5px;
    color: #000000;
    border-color: var(--secondary-dark);
    box-sizing: border-box;
}

.login .btn {
    line-height: 31px;
    margin-top: 10px;
    width: 97%;
}

    .login .btn label {
        font-size: 12px;
        color: #777;
        cursor: pointer;
    }

    .login .btn input {
        position: relative;
        bottom: 1px;
        margin-right: 4px;
        vertical-align: middle;
    }

.login .submit {
    text-align: right;
}

.l-logo {
    width: 80px;
}

.leadsmarBtn {
    text-decoration: none;
    color: var(--text-color-white);
    font-weight: 400;
    display: inline-block;
    margin-left: 0.7rem;
    transition: 0.3s;
    padding: 0.32rem 0.8rem;
    background: var(--secondary-light);
    line-height: normal;
    border: 1px solid var(--secondary-dark);
    border-radius: 4px;
}

    .leadsmarBtn:hover {
        background: var(--secondary-dark);
    }

.logoBox {
    text-align: center;
}

    .logoBox .company-logo {
        width: 75px;
        margin-bottom: 3rem;
    }

.login-help {
    margin: 20px 0;
    font-size: 11px;
    color: gray;
    text-align: center;
}

    .login-help a {
        color: #2d3e50;
        text-decoration: none;
    }

        .login-help a:hover {
            text-decoration: underline;
        }

:-moz-placeholder {
    color: gray !important;
    font-size: 13px;
}

::-webkit-input-placeholder {
    color: gray;
    font-size: 13px;
}

.login-input {
    position: relative;
}

    .login-input label {
        font-weight: 600;
        letter-spacing: 0.5px;
    }


    .login-input input[type='text'], .login-input input[type='password'] {
        margin: 5px 0 20px;
        padding: 10px 15px;
        width: 100%;
        color: #6f6f6f;
        background: rgba(255,255,255,1);
        border: none;
        border: 1px solid #d1d1d1;
        box-sizing: border-box;
        transition: 0.3s;
        border-radius: 4px;
    }

        .login-input input[type='text']:focus, .login-input input[type='password']:focus {
            border: 1px solid #939393;
            outline: none;
        }

.LoginSubmit {
    padding: 14px 0;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    color: #FFFFFF;
    background: var(--secondary-dark);
    border: none;
    border-radius: 6px;
    outline: 0;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
}


    .LoginSubmit:active, .LoginSubmit:hover {
        background: var(--primary-hover);
        color: #FFFFFF;
    }

.mt-auto {
    margin-top: auto;
}

.loadingPop {
    background-image: url('../images/generated-image.gif');
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    right: 142px;
}

.uploding {
    background-image: url('../images/generated-image.gif');
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    right: 142px;
}

/*Hear is end Login panel css 9/8/2017*/

/*Hear is start 11/8/2017*/
.bg-solid {
    background-color: ##f5f5f5;
}

.pul_rt {
    position: absolute;
    right: 15px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

.popup_bg {
    background-color: var(--primary-light);
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #dee4f3;
    /*background-image: linear-gradient(90deg, var(--primary-light), transparent);*/
}

.txt_cnr {
    text-align: center;
    font-size: 12px;
    overflow: auto;
    height: 500px;
}

.bg-solid {
    background-color: ##f5f5f5;
}

.pop_div {
    width: 100%;
    float: left;
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-size: 12px;
    background-color: bisque;
    border: solid 1px #ccc;
}

.route_dtl {
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 5px;
    background: #2d3e50;
}

.pathdata {
    max-height: 400px;
    overflow: auto;
    padding: 10px;
    text-align: justify;
    font-size: 12px;
}

.pointer-show {
    cursor: pointer;
}

.pul_rt {
    position: absolute;
    right: 15px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

.color_A, .color_B, .color_C, .color_D_A, .color_D_B, .color_D_C {
    border-radius: 4px;
    color: #fff;
}

.color_D_A, .color_D_B, .color_D_C {
    font-size: 11px !important;
}

.color_A, .color_B, .color_D_A, .color_D_B, .color_D_C {
    padding: 4px 7px 3px 7px;
}

.color_A {
    background-color: var(--primary-dark);
}

.color_B {
    background-color: var(--secondary-dark);
}

.color_C {
    background-color: var(--secondary-light);
    padding: 4px 3px 3px 7px;
    font-size: 11px !important;
}

.color_D_A {
    background-color: #e57e43;
}

.color_D_B {
    background-color: #e3aa29;
}

.color_D_C {
    background-color: #f1e241;
}

.upd_data {
    background-color: #2d3e50;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.txt_bld {
    font-weight: bold;
}

.table_clr {
    background-color: #f9f9f9;
    border-radius: 10px;
}

.set_width {
    width: 170px;
}

.set_date_picker {
    width: 150px !important;
    margin: 0px !important;
    background-image: url(../../Content/images/calender.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: 30px !important;
    cursor: pointer;
}

.pdng_top {
    padding-top: 12px;
    float: left;
}



.routedetailheader {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
}

.heading {
    background: rgba(0, 126, 196, 0.7);
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
}

.routesegment {
    background: #CACFD2;
    color: #fff;
}


.routesegmentleftcontent {
    display: inline-block;
    margin-left: 14px;
}



.routesegmentrightcontent {
    display: inline-block;
    text-align: right;
    margin-left: 30px;
}


.even {
    /*background: #fff;*/
    background: rgba(255,255,255,0.9);
    text-align: justify;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

.odd {
    /*background: #e7e7e7;*/
    background: rgba(204,245,255,0.9);
    text-align: justify;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
}


.bg_ylw {
    padding: 10px;
    margin: 10px 0px;
}

.bg_org {
    padding: 10px;
    margin: 10px 0px;
}

.mag_up_down {
    margin: 5px 0px;
    text-align: justify;
    font-weight: bold;
}

.header_panel {
    text-align: justify;
    font-weight: bold;
    line-height: 2;
}

.srchMain {
    width: 300px;
    /* right: 129px; */
    left: 40%;
    top: 96px;
    position: absolute;
    z-index: 2;
}


.spnGoogle {
    background: url(content/images/split_img.png) no-repeat -433px -6px;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.spnEntity {
    background: url(content/images/split_img.png) no-repeat -460px -6px;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.spnAdvSrch {
    background: url(content/images/split_img.png) no-repeat -78px -194px;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.search_data_txtbox {
    height: 29px;
    width: 273px;
    border-radius: 4px;
    margin-top: -45px;
    border: 2px solid var(--secondary-dark);
    box-shadow: 0 4px 7px rgba(0,0,0,0.2);
}

.search_data_txtbox_input {
    color: #666666;
    border: none;
    height: 25px;
    width: 240px;
    padding-left: 10px;
    float: left;
    outline: none;
    border-radius: 4px;
}

.search_data_txtbox_button {
    margin-left: 0px;
    float: left;
    padding: 0px 7px;
    border-left: 1px #ddd solid;
    background: var(--secondary-dark);
    color: var(--text-color-dark);
    cursor: pointer;
    opacity: 1 !important;
    height: 25px;
    /* border-radius: 0 3px 3px 0; */
    line-height: 25px;
    width: 29px;
}

.box-rightside {
    overflow: hidden;
    background: rgb(45, 62, 80);
    opacity: 0.8;
    position: absolute;
    right: 0;
    color: #fff;
    z-index: 10;
    height: 100%;
    display: none;
}

.plan-box-rightside {
    overflow: hidden;
    background: rgb(45, 62, 80);
    opacity: 0.8;
    position: absolute;
    right: 0;
    color: #fff;
    z-index: 10;
    height: 100%;
    display: none;
}
/* Add padding and border to inner content
    for better animation effect */
.box-rightside-inner {
    width: 350px;
    padding: 10px;
    /*border: 1px solid #c9c8c8;*/
}

.text-bold {
    font-size: 14px;
    padding-bottom: 5px;
    float: left;
    width: 100%;
}

.col-12-mrg {
    margin: 7px 0px;
}


/*bootstrap slider css start*/

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .slider.slider-horizontal {
        width: 100%;
        height: 10px;
    }

        .slider.slider-horizontal .slider-track {
            height: 10px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0;
        }

        .slider.slider-horizontal .slider-selection,
        .slider.slider-horizontal .slider-track-left,
        .slider.slider-horizontal .slider-track-right {
            height: 100%;
            top: 0;
            bottom: 0;
        }

        .slider.slider-horizontal .slider-tick,
        .slider.slider-horizontal .slider-handle {
            margin-left: -10px;
            margin-top: -5px;
        }

            .slider.slider-horizontal .slider-tick.triangle,
            .slider.slider-horizontal .slider-handle.triangle {
                border-width: 0 10px 10px 10px;
                width: 0;
                height: 0;
                border-bottom-color: #0480be;
                margin-top: 0;
            }

        .slider.slider-horizontal .slider-tick-label-container {
            white-space: nowrap;
        }

            .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
                margin-top: 24px;
                display: inline-block;
                text-align: center;
            }

    .slider.slider-vertical {
        height: 210px;
        width: 20px;
    }

        .slider.slider-vertical .slider-track {
            width: 10px;
            height: 100%;
            margin-left: -5px;
            left: 50%;
            top: 0;
        }

        .slider.slider-vertical .slider-selection {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
        }

        .slider.slider-vertical .slider-track-left,
        .slider.slider-vertical .slider-track-right {
            width: 100%;
            left: 0;
            right: 0;
        }

        .slider.slider-vertical .slider-tick,
        .slider.slider-vertical .slider-handle {
            margin-left: -5px;
            margin-top: -10px;
        }

            .slider.slider-vertical .slider-tick.triangle,
            .slider.slider-vertical .slider-handle.triangle {
                border-width: 10px 0 10px 10px;
                width: 1px;
                height: 1px;
                border-left-color: #0480be;
                margin-left: 0;
            }

    .slider.slider-disabled .slider-handle {
        background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
        background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
        background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
    }

    .slider.slider-disabled .slider-track {
        background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
        background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
        background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
        cursor: not-allowed;
    }

    .slider input {
        display: none;
    }

    .slider .tooltip.top {
        margin-top: -36px;
    }

    .slider .tooltip-inner {
        white-space: nowrap;
    }

    .slider .hide {
        display: none;
    }

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

    .slider-selection.tick-slider-selection {
        background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    }

.slider-track-left,
.slider-track-right {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
    background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
    background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 0px solid transparent;
}

    .slider-handle.round {
        border-radius: 50%;
    }

    .slider-handle.triangle {
        background: transparent none;
    }

    .slider-handle.custom {
        background: transparent none;
    }

        .slider-handle.custom::before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204;
        }

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}

    .slider-tick.round {
        border-radius: 50%;
    }

    .slider-tick.triangle {
        background: transparent none;
    }

    .slider-tick.custom {
        background: transparent none;
    }

        .slider-tick.custom::before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204;
        }

    .slider-tick.in-selection {
        background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
        opacity: 1;
    }

/*bootstrap slider css end*/





/*checkbox design*/

label {
    display: inline-block;
    color: #5b5b5b;
    font-size: 12px;
    position: relative;
}

    label span {
        display: inline-block;
        position: relative;
        background-color: transparent;
        width: 13px;
        height: 13px;
        transform-origin: center;
        border: 1.5px solid #1abc9c;
        border-radius: 25%;
        vertical-align: -3px;
        margin-right: 6px;
        transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    }

        label span:before {
            content: "";
            width: 0px;
            height: 2px;
            border-radius: 2px;
            background: #fff;
            position: absolute;
            transform: rotate(45deg);
            top: 3px;
            left: 2px;
            transition: width 50ms ease 50ms;
            transform-origin: 0% 0%;
        }

        label span:after {
            content: "";
            width: 0;
            height: 2px;
            border-radius: 2px;
            background: #fff;
            position: absolute;
            transform: rotate(305deg);
            top: 7px;
            left: 4px;
            transition: width 50ms ease;
            transform-origin: 0% 0%;
        }

    label:hover span:before {
        width: 5px;
        transition: width 100ms ease;
    }

    label:hover span:after {
        width: 10px;
        transition: width 150ms ease 100ms;
    }

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"]:checked + label span {
        /*background-color: #fff;*/
        /*transform: scale(1.25);*/
    }

        input[type="checkbox"]:checked + label span:after {
            width: 13px;
            background: var(--primary-dark);
            transition: width 150ms ease 100ms;
        }

        input[type="checkbox"]:checked + label span:before {
            width: 6px;
            background: var(--primary-dark);
            transition: width 150ms ease 100ms;
        }

    input[type="checkbox"]:checked + label:hover span {
        /*background-color: #fff;*/
        /*transform: scale(1.25);*/
    }

        input[type="checkbox"]:checked + label:hover span:after {
            width: 10px;
            background: #1abc9c;
            transition: width 150ms ease 100ms;
        }

        input[type="checkbox"]:checked + label:hover span:before {
            width: 5px;
            background: #1abc9c;
            transition: width 150ms ease 100ms;
        }

/*checkbox design*/

.PoweredInfo {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 44px;
    color: #4e4b4b !important;
    font-size: 10px;
    font-weight: 400;
    padding: 0 5px;
    position: absolute;
    right: 15px;
    z-index: 1;
    line-height: 2;
}

.lblUploadProgress {
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    position: absolute;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0%;
    padding: 12% 0px 0px 37%;
    height: 100%;
    left: 0%;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 280px;
    width: 20%;
    overflow: auto;
    right: 25px;
    padding: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 39px;
    z-index: 99;
}

.gly_ico {
    position: fixed;
    right: 46px;
    top: 29px;
    color: #fff;
}

.width50 {
    width: 100%;
}

.show {
    display: block;
}

.border_bm {
    border-bottom: #fff solid 1px;
    padding: 5px 13px 5px 0px;
}

.brd_h3 {
    border-bottom: 3px solid;
    padding-bottom: 5px;
}

.scroller_bom {
    overflow: auto;
    height: 600px;
    width: 350px;
}

.pl_right_lg {
    width: 100%;
    height: 35px;
    /*border-top: solid 1px #f2f0f3;*/
    color: white;
    z-index: 999;
    font-size: 12px;
    padding: 5px 10px 5px 0px;
    background-color: var(--secondary-dark);
    position: fixed;
    bottom: 0px;
    right: 0;
    text-align: right;
}

.mrg_tp {
    margin-top: 7px;
}

.show {
    display: block;
}

.border_bm {
    border-bottom: #fff solid 1px;
    padding: 5px 13px 5px 0px;
}

.brd_h3 {
    border-bottom: 3px solid;
    padding-bottom: 5px;
}

.scroller_bom {
    overflow: auto;
    height: 600px;
    width: 350px;
}

/*By Alok Misra
    Date: 02 November 2017
    */
.overlay {
    background-color: black;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* opacity: 0.2; */
    /* also -moz-opacity, etc. */
    z-index: 100;
}

.progress {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 20px;
    margin: -10px 0 0 -150px;
    z-index: 101;
    opacity: 1.0;
    background-repeat-x: no-repeat;
    background-image: url(../images/ajax-loader.gif);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../images/calendar.png) center/80% no-repeat;
    color: rgba(0, 0, 0, 0);
    opacity: 0.5;
}


.alert_success_bar {
    position: absolute;
    z-index: 10;
    top: 25%;
    left: 45%;
}

.grid-footer a {
    color: blue;
}

.delete-menu {
    position: absolute;
    background: white;
    padding: 3px;
    color: #666;
    font-weight: bold;
    border: 1px solid #999;
    font-family: sans-serif;
    font-size: 12px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
    margin-top: -10px;
    margin-left: 10px;
    cursor: pointer;
}

    .delete-menu:hover {
        background: #eee;
    }

.dvParallelCable {
    position: fixed;
    margin: 0 auto;
    padding: 0;
    border-radius: 8px;
    border: 1px #555555 solid;
    background: #f0f0f0;
    overflow: hidden;
    display: none;
    z-index: 2;
    left: 400px;
    top: 150px;
}

.info_header_bg {
    border-bottom: 1px #555555 solid;
    color: #333;
    margin-bottom: 10px;
    border-radius: 8px 8px 0px 0px;
    padding: 3px 0 3px 10px;
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #bcbcbc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2e2e2 0%,#bcbcbc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e2e2 0%,#bcbcbc 100%); /* IE10+ */
    background: linear-gradient(top, #e2e2e2 0%,#bcbcbc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#bcbcbc',GradientType=0 );
    cursor: move;
}

.splInner {
    margin: 0 10px 10px 10px;
}

.btnsave {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    border-left-color: #0044cc;
    border-right-color: #0044cc;
    border-top-color: #0044cc;
    border-bottom-color: #002a80;
    text-align: center;
    padding: 5px 5px;
    border-radius: 4px;
    cursor: default;
}


.progresblur {
    width: 100%;
    background-color: black;
    moz-opacity: 0.5;
    khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 5000;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#progressbar {
    width: 247px;
    height: 108px;
    z-index: 90000;
    position: absolute;
    top: 0pt;
    left: 0pt;
    text-align: center;
    padding-top: 52px;
}

    #progressbar img {
        border: 4px solid #002a3b;
        border-radius: 4px;
    }



#modal {
    width: 250px;
    position: fixed;
    margin: 0 auto;
    padding: 0;
    border-radius: 8px;
    border: 1px #555555 solid;
    background: #f0f0f0;
    overflow: hidden;
    display: none;
    z-index: 2;
    left: 400px;
    top: 150px;
}

.MinMaxContainer {
    height: 30px;
    bottom: 38px;
    left: 220px;
    position: fixed;
    right: 0px;
    z-index: 9999;
}

.min {
    width: 250px;
    height: 30px;
    overflow: hidden !important;
    padding: 0px !important;
    margin: 0px;
    float: left;
    position: static !important;
}

    .min .modal-dialog, .min .modal-content {
        height: 100%;
        width: 100%;
        margin: 0px !important;
        padding: 0px !important;
    }

    .min .modal-header {
        height: 100%;
        width: 250px;
        margin: 0px !important;
        padding: 3px 5px !important;
    }

.display-none {
    display: none;
}

/*button .fa {
    font-size: 16px;
    margin-left: 10px;
}*/

.min .fa {
    font-size: 14px;
}

.min .menuTab {
    display: none;
}

.min h4 {
    font-size: 15px;
}

.min .modal-header .close {
    margin-top: -5px;
}

.min #closeModelPopup {
    font-size: 21px;
    margin-top: -2px;
}


@media only screen and (max-width: 600px) {

    .container {
        width: 100%;
    }

    .login {
        width: 75%;
    }

        .login input[type=text], .login input[type=password] {
            width: 85%;
        }
}

@media only screen and (max-height: 400px) {
    .container {
        margin: 8% auto;
    }
}

.assign-calen {
    position: absolute;
    top: 6px;
    right: 22px;
}

.clsReadOnly[readonly] {
    background-color: white;
}

.clsReadOnly[disabled] {
    background-color: #f4f4f4 !important;
}

.ModalFooter {
    background: #f1e9e9;
    margin-bottom: 0px;
    position: relative;
    margin-bottom: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid gray;
    border-radius: 0px 0px 5px 5px;
}

.ModalFoot {
    /*background: #f5f5f5;
    border-top: 1px solid #dfdfdf;*/
    position: relative;
    padding: 7px 15px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0 0 4px 4px;
}


/***********WebGrid Styles*******************/
/***Main WebGrid*/
.webgrid {
    /*margin: 4px;*/
    border-collapse: collapse;
    width: 100%;
    white-space: nowrap;
}


    .webgrid tfoot tr td a {
        display: inline-block;
        transition: 0.3s;
        line-height: 22px;
        height: 25px;
        min-width: 25px;
        text-align: center;
        color: #333333;
        border: 1px solid #c5c5c5;
        border-radius: 3px;
        box-sizing: border-box;
        padding: 0 0.4rem;
    }

        .webgrid tfoot tr td a:link {
            background-image: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
            color: #333333;
        }

    .webgrid tfoot tr td:first-child {
        padding: 6px 4px;
    }

    .webgrid tfoot tr td a:hover {
        background: var(--secondary-dark);
        color: var(--text-color-dark);
        text-decoration: none;
    }

.GridCurrentPage {
    display: inline-block;
    transition: 0.3s;
    line-height: 23px;
    height: 26px;
    min-width: 25px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid var(--pagination-border);
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 0.4rem;
    background-image: var(--pagination-gradient);
    margin-left: 3px;
    margin-right: 3px;
}


.header {
    padding: 6px 5px;
    text-align: center;
    background-color: var(--table-Header-bg);
    border: 1px solid var(--table-Border);
    height: 31px;
    color: white !important;
    font-weight: bold;
}

.webgrid th, .webgrid td {
    border: 1px solid var(--table-Border);
}

.webgrid th {
    padding: 5px 6px;
    padding-right: 17px;
    font-weight: 400;
    color: #FFFFFF;
}

.webgrid thead tr th {
    background-color: var(--table-Header-bg);
    position: sticky;
    top: 0;
    z-index: 2;
}

    .webgrid thead tr th a {
        font-weight: 400;
    }

.webgrid tbody tr:nth-child(even) {
    background: var(--table-Odd-bg);
}

.webgrid tbody tr:hover {
    background-color: var(--primary-light) !important;
}

.webgrid td {
    border: 1px solid var(--table-Border);
    padding: 5px 6px;
}

.alt {
    background-color: var(--table-Odd-bg);
    color: #000;
}

.recordCount {
    padding-bottom: 10px;
}

.bothorder {
    background-image: url('../images/sort_neutral.png');
    background-repeat: no-repeat;
    background-position: right;
}

.ascendingorder {
    background-image: url('../images/sort_up.png');
    background-repeat: no-repeat;
    background-position: right;
}

.descendingorder {
    background-image: url('../images/sort_down.png');
    background-repeat: no-repeat;
    background-position: right;
}

.clsInput {
    margin-bottom: 8px;
}

.rm_weeklyReport {
    max-height: calc(100vh - 450px);
    overflow: auto;
}

    .rm_weeklyReport .webgrid thead th {
        padding-right: 14px !important;
    }

/**Small Webgrid.. Route Panel*/

.webgridSmall {
    margin: 4px;
    border-collapse: collapse;
    width: 96%;
    white-space: nowrap;
}

    .webgridSmall tfoot tr td a {
        color: black;
        text-decoration: underline;
        padding: 5px;
    }

    .webgridSmall th, .webgridSmall td {
        border: 1px solid #333333;
        padding: 1px;
        padding-left: 5px;
        padding-right: 5px;
        padding-right: -1px;
    }

/********END:WebGrid Styles*********************/

/*********Info Window CSS Classes*****/
.infoBox {
    background-color: white;
    position: absolute;
    top: 150px;
    right: 250px;
    margin-top: -55px;
    z-index: 500;
    border: 1px solid var(--primary-border-color);
    box-shadow: 0 5px 8px rgba(0,0,0,0.15);
    border-radius: 2px;
    /*opacity: 0.85 !important;*/
}

.SizeDiv {
    width: 250px;
    padding-bottom: 22px;
    min-height: 70px;
}

.content {
    /*margin: 5px 5px 0px 11px;
    padding-top: 5px;*/
    margin-right: 2px;
}

    .content h3 {
        width: 89%;
        float: left;
        margin: 0;
        padding: 0;
        padding-bottom: 8px;
        font-family: Arial, Helvetica, sans-serif;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
        /* background: red; */
        color: #333333;
        margin: 8px;
        border-bottom: 1px solid #333333;
    }

    .content h4 {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #333333;
        font-weight: normal;
        line-height: 20px;
        /*border-bottom: 1px solid #fff;*/
        padding-bottom: 13px;
        padding-top: 3px;
        padding-left: 8px;
    }

.CloseInfo {
    position: absolute;
    display: block;
    height: 14px;
    width: 14px;
    top: 9px;
    right: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    border: 0px;
    outline: 0px;
    color: black;
    opacity: 1;
    font-size: 28px;
    font-weight: normal;
    text-decoration: none !important;
}
    /*.CloseInfo {
    position: absolute;
    display: block;
    height: 17px;
    width: 17px;
    top: -9px;
    padding: 2px;
    right: -9px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    border: 0px;
    outline: 0px;
    color: white;
    opacity: 1;
    font-size: 26px;
    font-weight: normal;
    background: red;
    text-decoration: none !important;
}*/

    .CloseInfo:hover {
        color: black;
        opacity: 0.85;
    }

.InfoWindowArrow {
    position: absolute;
    display: block;
    height: 14px;
    width: 14px;
    background: url(../Images/InfoWindowArrow.png) no-repeat;
    top: 43px;
    left: -7px;
}

/*****Radius Widget CSS :::: End*/

.LyrTree {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 40px;
    background: white;
    padding: 5px;
    border-top: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 0px 5px;
    box-shadow: 0 4px 7px rgba(0,0,0,0.2);
}

    .LyrTree input[type="checkbox"] {
        display: block;
        float: left;
        margin-right: 5px;
    }

    .LyrTree ul {
        margin-bottom: 0px;
    }

.logoInfo {
    position: absolute;
    bottom: 44px;
    left: 430px;
    z-index: 1;
}

    .logoInfo a {
        display: block;
        width: 80px;
    }

    .logoInfo h4 {
        margin: 0;
        font-family: Roboto, Arial, sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        text-shadow: 0 2px 2px rgba(0,0,0,0.3);
        letter-spacing: 1px;
    }

    .logoInfo img {
        width: 100%;
    }

.tree_layer_info {
    margin: 6px 0;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-color: #c9d0d8 #efefef;
    scrollbar-width: thin;
}


.legend {
    width: 80%;
}

    .legend tr {
    }

        .legend tr td {
            padding: 0px;
        }

.form-inline .control-label {
    cursor: default;
}

.form-horizontal .control-label {
    cursor: default;
}

.slToggleRoutePanel {
    position: fixed;
    cursor: pointer;
    clear: both;
    color: #df5352;
    font-size: 27px;
    background: var(--primary-dark);
    color: var(--text-color-white);
    padding: 0 6px 2px;
    right: 350px;
    top: 39px;
    z-index: 500;
}

.slToggleRightPanel:hover {
    color: white !important;
    background: #e60000 !important;
}

.haltPointLabel {
    border-radius: 50%;
    /* padding: 3px; */
    font-size: 9px;
    background: red;
    color: white;
    width: 18px;
    display: inline-block;
    height: 18px;
    text-align: center;
}

.TotalRouteDistance {
    font-weight: bold;
}

.toggleLyr {
    float: right;
    color: #e60000;
    padding-right: 10px;
    cursor: pointer;
    padding-top: 4px;
    font-size: 16px;
    font-weight: normal;
}

    .toggleLyr ul li div {
        margin-left: 5px;
    }

.toggleSubLyr {
    float: right;
    cursor: pointer;
    padding: 0px;
    padding-right: 5px;
    color: black;
    font-size: 14px;
    font-weight: normal;
}


.rlyr {
    min-height: 30px;
    border-top: 1px solid #c1c3c2;
    /* margin-top: 4px; */
    padding: 3px 0px 0px 3px;
}

    .rlyr .rlyrHeading {
        width: 100%;
        min-height: 30px;
        color: #e60000 !important;
    }

        .rlyr .rlyrHeading label {
            color: #e60000 !important;
        }

    .rlyr .rlyrContent {
        width: 330px;
        /*max-height: 340px;*/
        overflow: auto;
        display: none;
        margin-bottom: 10px;
    }


.route-img {
    margin: 2px 4px;
    width: 50px;
    height: 50px;
    border: #00b0ca 1px solid;
}

    .route-img img {
        width: 48px;
        height: 48px;
        margin: 0 auto;
        cursor: pointer;
    }

.routeAttachmentHeading {
    font-size: 13px;
    font-weight: bold;
    background: #b0d5ea;
    padding: 5px;
    margin: 0px;
    color: #151414;
    margin-bottom: 2px;
    margin-top: 3px;
    width: 98%;
    border: 1px solid #4ea9f7;
}

.routeAttachmentSubHeading {
    background: #f5d8d7;
    color: black;
    font-weight: bold;
    font-size: 13px;
    padding: 5px;
    width: 98%;
    margin-bottom: 2px;
}

/*** Attachment Webgrid**/
.attachmentGrid {
    margin: 4px;
    border-collapse: collapse;
    width: 98%;
    white-space: nowrap;
    margin: 0;
    white-space: initial;
}

    .attachmentGrid th {
        color: black;
        background: #c7e1f7 !important;
    }


    .attachmentGrid tfoot tr td a {
        color: black;
        text-decoration: underline;
        padding: 5px;
    }

    .attachmentGrid th, .attachmentGrid td {
        border: 1px solid #6d6c6c;
        padding: 1px;
        padding-left: 5px;
        padding-right: 5px;
        padding-right: -1px;
    }

/**** SHOW BIG IMAGE***/

.imgModal {
    display: none;
    height: 80vh !important;
    width: 80vw !important;
    z-index: 999;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.modalImg {
    overflow: auto;
    height: 80vh;
    width: 80vw;
    border-radius: 10px;
}

#dvImgContainer table {
    width: 100%;
    height: 100%;
}

* html #dvImgContainer {
    position: absolute;
}

.modalImg img {
    width: 100%;
}


.closeImg {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 14px;
    color: #FFFFFF;
    font-size: 20px;
}

.imgRemark {
    background: rgba(0,0,0,0.3);
    width: 100%;
    color: white;
    overflow: auto;
    position: absolute;
    bottom: -6px;
    left: 5px;
    padding: 10px;
    display: none;
}

.ajaxLoader {
    display: none;
    float: right;
    margin-top: 4px;
    margin-right: 6px;
}

.reload {
    color: #e60000;
    padding-left: 10px;
    cursor: pointer;
    padding-top: 4px;
    font-size: 16px;
    font-weight: normal;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #e60000;
    margin-left: 28px;
    margin-top: 0px;
}


.marker-img {
    margin: 0 4px;
    width: 60px;
    height: 57px;
    border: #e60000 2px solid;
    border-radius: 4px;
}

    .marker-img img {
        width: 56px;
        height: 53px;
        border-radius: 2px;
        margin: 0 auto;
        /* margin-left: 1px; */
    }

.infoSubHeading {
    width: 100%;
    display: inline-block;
    margin-top: 4px;
    font-weight: bold;
    font-size: 13px;
}

.navigation {
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    padding: 0;
}

    .navigation li a {
        color: var(--text-color-white);
        text-decoration: none;
        padding: 7px 9px;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        border-bottom: 3px transparent solid;
        transition: 0.3s;
        gap: 5px;
    }

        .navigation li a i {
            font-size: 15px;
        }

        .navigation li a:hover {
            border-bottom: 3px var(--secondary-dark) solid;
            background: var(--secondary-dark);
            color: var(--primary-dark);
        }

        .navigation li a.active {
            border-bottom: 3px var(--secondary-dark) solid;
        }

.dashboard-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: calc(100vh - 80px);
}

.form-group .formLabel {
    display: block;
    text-align: left;
    font-weight: 500;
}

.widgets__col--columns {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #eaeaec;
}

.widgets__col--head {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1.2rem;
    color: #2f3043;
    border-bottom: 1px solid #eaeaec;
    border-radius: 8px 8px 0 0;
    background-color: var(--primary-light);
    text-align: left;
}

.widgets__col--body {
    padding: 1.2rem;
    position: relative;
    overflow: auto;
}


.DashView {
    background: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40px;
    display: none;
    z-index: 100;
    height: calc(100% - 79px);
}


.DashViewContainer {
    height: 100%;
    overflow: auto;
    width: 100%;
}


.DashChartView {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 40px;
    display: none;
    z-index: 100;
    height: calc(100% - 79px);
}

/*.DashChartContainer {
    height: 100%;
    overflow: auto;
    width: 100%;
    padding:0;
}*/
.chart-link {
    color: blue; /* Change this to your desired color */
}

.chart-sidebar {
    float: left;
    width: 150px;
    margin-right: 20px; /* Spacing between sidebar and content */
}

    .chart-sidebar ul {
        list-style-type: none;
        padding: 0;
    }

        .chart-sidebar ul li {
            margin-bottom: 10px;
        }

.ReportView {
    background: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40px;
    display: none;
    z-index: 100;
    height: calc(100% - 79px);
}


.ReportViewContainer {
    height: 100%;
    overflow: auto;
    width: 100%;
}

.SnocLeft {
    margin-top: 8px;
    height: 37px;
    padding-left: 8px;
    border-bottom: 2px #e60000 solid !important;
}

    .SnocLeft .select2-container .select2-choice {
        height: 25px;
        font-size: 12px;
        line-height: 23px;
    }

    .SnocLeft .select2-arrow {
        margin-top: -2px;
    }

.userContent {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.leftLoader {
    background-image: url('../../Content/images/ajax_loading.gif');
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
}

#dvFRTList, #dvPatrollerList {
    border-top: 1px solid var(--table-Border);
    scrollbar-color: #c9d0d8 #efefef;
    scrollbar-width: thin;
    /* border-bottom: 1px solid var(--secondary-dark);*/
}


.select2-container.select2-container-disabled .select2-choice {
    cursor: not-allowed !important;
}

.tt-img {
}

    .tt-img a {
        color: blue !important;
        text-decoration: underline;
    }

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: center;
}

/*Tree View CSS*/

.loadingP {
    background-image: url('../../Content/Images/generated-image.gif');
    width: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.collapse {
    width: 15px;
    background-image: url('../../Content/Images/ui-icons_454545_256x240.png');
    background-repeat: no-repeat;
    background-position: -33px -161px;
    display: inline-block;
    cursor: pointer;
}

.bullets {
    font: 14px Arial, Sans-Serif;
    margin-top: 3px;
    cursor: default;
    background-position: -64px -145px !important;
}

.viewBeatPlan {
    width: 12px;
    height: 10px;
    background-image: url('../../Content/Images/ui-icons_454545_256x240.png');
    background-repeat: no-repeat;
    background-position: -115px -115px;
    display: inline-block;
    cursor: pointer;
    margin-top: 2px;
    float: right;
}

.expand {
    width: 15px;
    background-image: url('../../Content/Images/ui-icons_454545_256x240.png');
    background-repeat: no-repeat;
    background-position: -1px -161px;
    display: inline-block;
    cursor: pointer;
}

.collapsible {
    font: 24px Arial, Sans-Serif;
    margin-top: 0;
}
/*.treeview ul:first-child{
    padding-left:0;
}*/

.treeview ul {
    font: 12px Arial, Sans-Serif;
    margin: 0px;
    padding: 6px;
    list-style: none;
}

    .treeview ul li {
        border-radius: 3px;
        border: 1px solid #7500af33;
        padding: 0.2rem 0 0.4rem 0.2rem;
    }

        .treeview ul li:not(:last-child) {
            margin-bottom: 0.1rem;
        }

.treeview > li > a {
    font-weight: bold;
}

.treeview li a {
    padding: 4px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    width: auto;
}

.left-nav1 {
    padding: 0 5px;
}

    .left-nav1 li span {
        color: var(--text-color-white);
        font-size: 12px;
        line-height: 16px;
    }

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #ffffff91;
}

.FRTOpt {
    width: 100%;
}

.toggleBox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.5rem;
    font-weight: 600;
    background: var(--primary-light);
    cursor: pointer !important;
    text-align: left;
}

    .toggleBox svg

    .arrowRight {
        transition: 0.3s;
        width: 13px;
        transform: rotate(0deg);
    }

.flex01 {
    flex: 1;
}

.transArrow {
    transform: rotate(180deg) !important;
    transform-origin: center center;
}

.treeBoxStyle {
    padding: 6px 6px 6px 2px;
    max-height: 173px;
    overflow: auto;
}

.tabsInner {
    padding: 6px 6px 6px 2px;
    max-height: 153px !important;
    overflow: auto;
}

.lableBox {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 50px;
}

.d-flex {
    display: flex;
    align-items: center;
}

.mb-01 {
    margin-bottom: 1rem;
}

.mt-03 {
    margin-top: 0.3rem;
}

.pl-01 {
    padding-left: 1rem;
}

.pose-relat {
    position: relative;
}

.--gap05 {
    gap: 5px;
}

.--gap10 {
    gap: 10px;
}

.--gap20 {
    gap: 20px;
}

.whiteSpace {
    white-space: nowrap;
}

.pose-rel {
    position: relative;
}

.absoluBox {
    position: absolute;
    right: 8px;
    top: 5px;
    justify-content: space-between;
}

.ml-05 {
    /*margin-left: 0.5rem;*/
}

.childCount {
    background: rgba(255,255,255,0.2);
    padding: 0.1rem 0.5rem;
    border-radius: 2px;
    color: var(--text-color-white) !important;
    font-weight: bold;
}

.last_location_box {
    background: var(--secondary-dark);
    padding: 0.1rem 0.5rem;
    border-radius: 2px;
    color: var(--text-color-white) !important;
    font-weight: bold;
    margin-left: 5px;
}

.team_last_location {
    color: var(--text-color-white) !important;
    cursor: pointer;
}

.manager_last_location {
    color: var(--text-color-white) !important;
    cursor: pointer;
}

.asm_last_location {
    color: var(--text-color-white) !important;
    cursor: pointer;
}

.rh_last_location {
    color: var(--text-color-white) !important;
    cursor: pointer;
}

.team_manager_tracking {
    color: var(--text-color-white) !important;
    cursor: pointer;
}

.last_location_FH_window {
    padding: 0 10px;
    /* border-top: #e60000 2px solid;*/
    /* margin-top: 2px; */
    padding-top: 5px;
}


.webgridmodal {
    /* margin: 4px;*/
    border-collapse: collapse;
    width: 100%;
    white-space: nowrap;
}

.webgridmodalheader {
    padding: 6px 5px;
    text-align: center;
    background-color: var(--secondary-dark) !important;
    border: 1px solid #333333;
    height: 31px;
    color: white !important;
    font-weight: bold;
    width: 108px;
    position: sticky;
    top: -1px;
    font-size: 12px;
}

.webgridmodal tfoot tr td a {
    color: black;
    text-decoration: underline;
    padding: 5px;
}

.webgridmodal th, .webgridmodal td {
    border: 1px solid #333333;
    padding: 3px;
    /* padding-right: 17px;*/
    width: 108px !important;
}

.modal-open .modal {
    overflow: hidden;
}

.ml-auto {
    margin-left: auto;
}

.mr-01 {
    margin-right: 1rem;
}

.mr-05 {
    margin-right: 0.5rem;
}

.modal-header {
    padding: 8px 12px;
}

.mr-02 {
    margin-right: 2rem;
}

.width100percent {
    width: 100%;
}
/*Info tool related styles*/

.table-row {
    cursor: pointer;
}

.ui-dialog-titlebar {
    background-color: var(--secondary-dark);
    background-image: none;
    color: #ffffff;
}



.ui-widget-content {
    position: absolute;
    left: 1% !important;
    top: 13% !important;
    width: 440px !important;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15) !important;
}



.ui-dialog .ui-dialog-titlebar-close:before {
    content: "X";
    position: absolute;
    left: 4px;
    top: -0.5px;
    color: #333333;
}

.d-fx {
    display: flex;
    /*height:200px;*/
}

.mr-1 {
    margin-right: 1rem;
}

.fw-bold {
    font-weight: bold;
}

.table-hover {
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%;
}

    .table-hover tr td:hover {
        background: #f7f7f7 !important;
    }

    .table-hover th {
        padding: 5px 7px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        font-weight: 600;
        font-size: 13px;
        vertical-align: top;
        text-align: left;
        background-color: var(--table-Header-bg);
        color: var(--text-color-white);
    }

    .table-hover td {
        padding: 5px 7px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        font-weight: normal;
        font-size: 13px;
        vertical-align: top;
        text-align: left;
        cursor: pointer;
    }

.tr-visited {
    /*background:rgba(255, 0, 0, 0.19);*/
    background: #ff0000 !important;
    color: #FFFFFF;
    /*height:50px;*/
}


.flex04 {
    flex: 0 0 40%;
    max-height: 200px;
    overflow: auto;
}

.flex01 {
    flex: 1;
    align-self: flex-start;
}

.informa--popup {
    left: 0 !important;
}

.flex-direction-col {
    flex-direction: column;
}

.fieldBox {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 10px;
}

    .fieldBox legend {
        width: auto;
        border-radius: 4px;
        padding: 0.25rem 1rem;
        font-size: 13px;
        font-weight: 600;
        display: inline-block;
        border: 1px solid #CCCCCC;
        margin-bottom: 0;
        background: rgba(0, 0, 0, 0.05);
    }


.dash_bg {
    background: #f9f9f9;
}

/*new added css*/
.DashBoardFilters {
    float: left;
    padding: 15px;
    border-right: 1px solid #eaeaec;
    width: 320px;
    height: 100%;
    /* background-color: #fafafa;*/
}

    .DashBoardFilters h2 {
        border-radius: 8px;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        color: white;
        padding: 10px 12px;
        color: var(--text-color-light);
        background: var(--primary-light);
        margin-bottom: 1rem;
        border: 1px solid #eaeaec;
    }

#frmViewDashBoardReport {
    height: 100%;
    /*padding-top:20px;
        padding-right:20px;*/
}

.select2-chosen {
    text-align: left;
}

.ReportHeading {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 12px;
    color: var(--text-color-light);
    background: var(--primary-light);
    margin: 0;
    border-bottom: 1px solid #eaeaec;
    border-radius: 8px 8px 0 0;
}

/*.DashViewContainer .webgrid {*/
/*width: auto;
        max-width: 98%;*/
/*margin-left: 10px;
    text-align: left;
}*/

/*.DashViewContainer .table-responsive {
    width: 99%;
    overflow: initial;
}*/

/* Style the tab */
.reportTab {
    overflow: hidden;
    border-bottom: 1px solid #eaeaec
}

    /* Style the buttons inside the tab */
    .reportTab a {
        background: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 7px 25px;
        transition: 0.3s;
        font-size: 14px;
        text-decoration: none;
        color: #666666;
        font-weight: 600;
        letter-spacing: 1px;
    }

        /* Change background color of buttons on hover */
        .reportTab a:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .reportTab a.active {
            background-color: #f5f9ff;
            color: var(--text-color-light);
        }

/* Style the tab content */
.reportContent {
    display: none;
    padding: 15px;
    overflow: auto;
    height: calc(100% - 79px);
}

.DashBoardReportContainer {
    float: left;
    width: calc(100% - 350px);
    height: calc(100% - 29px);
    margin-left: 15px;
    border: 1px solid #eaeaec;
    margin-top: 15px;
    border-radius: 8px;
}

#dvFromTime .ddlHoursTime, #dvToTime .ddlHoursTime {
    width: 46% !important;
}

#dvFromTime .ddlMinuteTime, #dvToTime .ddlMinuteTime {
    width: 45% !important;
    margin-left: 6%;
}

.updateZone {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.attendOuter {
    padding: 1.5rem
}

    .attendOuter fieldset {
        min-width: unset;
        padding: unset;
        margin: unset;
        border: unset;
        padding: 1rem !important;
        border: 1px solid #e2e2e2 !important;
    }

    .attendOuter legend {
        width: unset;
        padding: unset;
        margin-bottom: unset;
        font-size: 18px;
        line-height: unset;
        color: #727272;
        border: unset;
        border-bottom: unset;
        text-align: left;
        padding: 0 0.5rem;
        margin-left: 1rem;
    }

    .attendOuter .table-responsive, .attenMaxH .table-responsive {
        max-height: 440px;
    }

.dropdown-toggle {
    color: var(--text-color-light);
    padding: 0.2rem;
}

    .dropdown-toggle:hover {
        color: #023344;
    }

    .dropdown-toggle:active {
        color: var(--btn-secondary-hover);
    }

.tableMaxH {
    max-height: 240px;
}

.tableMaxH2 {
    max-height: 340px;
}

.tableMaxH3 {
    max-height: 370px;
}

.tableMaxH5 {
    max-height: 520px;
}

.filedsetBor {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
/*BusinessLayer Info start*/
.toolInfo {
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 400px;
}

.toolInfo__top {
    background-color: #0b8593;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.toolInfo__content {
    display: flex;
    background-color: #f5f5f5;
}

.toolInfo__content-left {
    flex: 0 0 150px;
    border-right: 1px solid #e9e9e9;
}

    .toolInfo__content-left h6,
    .toolInfo__content-right h6 {
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
        word-break: break-all;
    }

.toolInfo__content-right h6 {
    color: #666666;
}

.toolInfo__content-right span {
    font-weight: 300;
}

.toolInfo_keyValue {
    display: flex;
}

    .toolInfo_keyValue h6 {
        flex: 0 0 120px;
        margin-right: 1rem;
        text-align: left;
        margin-bottom: 0.7rem;
        white-space: nowrap;
        font-weight: 400;
        font-size: 13px;
        max-width: 149px;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: 0;
    }

    .toolInfo_keyValue h6, .toolInfo_keyValue span {
        /*text-transform:lowercase;*/
    }

    .toolInfo_keyValue span {
        align-self: self-start;
    }

.toolInfo__content-left h6:not(:last-of-type),
.toolInfo__content-right h6:not(:last-of-type) {
    margin-bottom: 0.8rem;
}

.toolInfo__content-left h6:last-child,
.toolInfo__content-right h6:last-child {
    margin-bottom: 0;
    margin-top: 0;
}

.toolInfo__content-left,
.toolInfo__content-right {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.toolInfo__content-right {
    flex: 1;
    background-color: #FFFFFF;
}

.toolInfo__main {
    width: 412PX;
    max-height: 400px;
    overflow: auto;
    height: 400px;
}

.bl_active {
    color: var(--btn-danger-active);
}

.nr-found {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 32vh;
    background: linear-gradient(34deg, white, #E2E8F4);
    box-shadow: 0 0 5px rgba(0,0,0,0.06);
    margin-top: 1rem;
    gap: 1rem;
    border: 1px solid #d0e2fb;
}

    .nr-found i {
        font-size: 4rem;
        font-weight: 600;
        color: var(--secondary-dark);
    }

    .nr-found span {
        padding-bottom: 2rem;
        font-weight: 500;
        font-size: 1.8rem;
    }

.gmnoprint {
    right: 0 !important;
    left: revert !important;
}

div [title="Turn on drag zoom mode"] {
    right: 20px !important;
    left: revert !important;
}

.btn-h-s-ml-02 {
    margin-left: 1.4rem;
}

.input-group {
    position: relative;
}

.input-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666666;
}

#StartDate .assign-calen {
    top: 7px;
    right: 10px;
}

.borderBtm {
    border-bottom: 1px solid #ffffff91;
}
/*BusinessInfo end*/

/* css tabs */
.tabs-wrap {
    transition: 0.3s box-shadow ease;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
}


.tabsBox {
    display: none;
}

    .tabsBox:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
        opacity: 1;
        transition: 0.5s opacity ease-in, 0.8s transform ease;
        position: relative;
        top: 0;
        z-index: 100;
        transform: translateY(0px);
        text-shadow: 0 0 0;
    }

    .tabsBox:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
        opacity: 1;
        transition: 0.5s opacity ease-in, 0.8s transform ease;
        position: relative;
        top: 0;
        z-index: 100;
        transform: translateY(0px);
        text-shadow: 0 0 0;
    }

.tab:checked + label {
    background-color: #fff;
    box-shadow: 0 -1px 0 #fff inset;
    cursor: default;
}

.tab:checked + label {
    background-color: #fff !important;
}

.tabsBox + label {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: var(--text-color-dark);
    flex-grow: 3;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    height: 32px;
    line-height: 31px;
    box-sizing: border-box;
    width: 50%;
    background: var(--secondary-dark);
    font-weight: 600;
    border-right: 1px solid #dddddd80;
    margin-bottom: 0;
    border: 1px solid var(--primary-hover);
}

.tabsBox:checked + label {
    color: var(--text-color-white);
    background: var(--primary-dark);
}
/*.tabsBox + label:not(:checked):hover {
    color: var(--text-color-dark);
    background: var(--secondary-dark);
}*/

.tab__content {
    padding: 10px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-3px);
    border-radius: 6px;
}

.tabsDetail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.tabsCheckLable input[type="checkbox"] {
    display: block !important;
    margin-top: 0 !important;
}

.tabsCheckLable label {
    margin-bottom: 0 !important;
}

.mc-fieldset {
    background-color: #ffffff;
    border: 1px solid #bec5d0;
    border-radius: 5px;
    margin-bottom: 1rem;
    width: 100%;
    padding: 8px 12px;
    position: relative;
    box-sizing: border-box;
}

    .mc-fieldset legend {
        width: auto;
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
        line-height: inherit;
        line-height: 1px;
        margin-bottom: 0;
        padding: 0 5px;
        text-transform: capitalize;
        color: #848a95;
    }


    .mc-fieldset .h-md {
        height: 28px;
    }

    .mc-fieldset input,
    .mc-fieldset select {
        font-size: 13px;
        font-weight: 500;
        padding: 9px 5px;
        width: 100%;
        background: transparent;
        border: none;
        color: #848a95;
        box-sizing: border-box;
    }

        .mc-fieldset input:focus {
            outline: none;
        }

        .mc-fieldset input[type="password"] {
            padding-right: 35px;
        }

        .mc-fieldset input::placeholder {
            color: #FFFFFF;
        }

        .mc-fieldset select option:first-child {
            color: #646464;
        }

.chartMinMax-h {
    width: 100%;
    min-height: calc(100dvh - 150px);
    overflow-x: scroll;
    white-space: nowrap;
}

.modalBodyTN {
    padding: 0 15px 15px;
}

/* logout css start herer */

/* User button */
.user {
    position: relative;
}

.user-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px 8px 6px;
    border: 1px solid var(--ring);
    background: rgba(255, 2555, 255, 0.5);
    cursor: pointer;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    transition: background 0.2s var(--ease), transform 0.12s var(--ease), box-shadow 0.2s var(--ease);
}

    .user-btn:hover {
        background: rgba(255, 255, 255, 0.05);
    }

    .user-btn:active {
        transform: translateY(1px);
    }

.avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: #0e1a2c;
    font-size: 1.2em;
}

.chev {
    width: 10px;
    height: 10px;
    transform: rotate(0deg);
    transition: transform 0.2s var(--ease);
    opacity: 0.9;
}

.user-btn[aria-expanded="true"] .chev {
    transform: rotate(180deg);
}

.menu {
    position: fixed;
    right: 10px;
    top: 55px;
    width: 240px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 2px 10px rgba(0, 0, 0, 0.25);
    color: var(--text);
    border: 1px solid var(--ring);
    /* animation baseline */
    opacity: 0;
    transform: translateY(-6px) scale(0.98);
    pointer-events: none;
    visibility: hidden;
    transition: transform 0.16s var(--ease), opacity 0.16s var(--ease), visibility 0s linear 0.16s;
    transform-origin: top right;
    z-index: 9999;
}

    .menu.open {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
        visibility: visible;
        transition-delay: 0s;
    }

    /* little arrow */
    .menu::before {
        content: "";
        position: absolute;
        top: -8px;
        right: 18px;
        width: 14px;
        height: 14px;
        background: var(--primary-light);
        border-left: 1px solid var(--ring);
        border-top: 1px solid var(--ring);
        transform: rotate(45deg);
    }

.menu-section {
    padding: 7px;
}

.menu-header {
    font-size: 12px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 4px 6px 8px;
    color: var(--text-color-white);
}

.item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--text-color-white);
    padding: 7px;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    outline: none;
    transition: background 0.15s var(--ease), transform 0.05s var(--ease);
}

    .item:hover {
        background: var(--primary-dark) !important;
        color: var(--text-color-white) !important;
        text-decoration: none;
    }

    .item:active {
        transform: translateY(1px);
    }

    .item .icon {
        width: 18px;
        text-align: center;
        opacity: 0.85;
    }

    .item .kbd {
        margin-left: auto;
        font-size: 11px;
        color: var(--muted);
        border: 1px solid var(--ring);
        padding: 2px 6px;
        border-radius: 6px;
    }

.userMail {
    font-weight: 600;
    color: var(--secondary-dark);
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.divider {
    height: 1px;
    background: var(--ring);
}


.dropBox-padding {
    padding: 7px;
    display: flex;
    align-items: center;
    border-bottom: 1px #e9e9e9 solid;
    background: var(--primary-light);
    border-radius: 10px 10px 0 0;
    gap: 5px
}

.iconStyle {
    font-size: 2rem;
    padding: 0.8rem;
    color: var(--secondary-dark);
    border-radius: 5px;
}
