﻿
/*Page Content inner css start*/
.page-content-wrapper {
    width: calc(100% - 60px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: calc(100vh - 50px);
    position: relative;
    top: 60px;
    background: #eff3f6;
}



.map-main {
    width: 100%;
    height: calc(100% - 0px);
}
/*Page Content inner css end*/

/*Sider popup start*/

.layer-popup {
    margin: 0 0 0 -320px;
    width: 320px;
    position: absolute;
    height: 62vh;
    bottom: 0px;
    right: -320px;
    z-index: 10;
    background: #fff;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.layers {
    width: 320px;
    height: 100%;
    display: block;
}

.layer-content {
    width: 100%;
    height: calc(100% - 45px);
    overflow-y: auto;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
}

.layer-title-main {
    width: 100%;
    height: 45px;
    background: var(--main-gri-color);
    display: flex;
    color: #fff;
}

    .layer-title-main h3 {
        font-size: 16px;
        margin: 0;
        padding: 12px 9px;
        font-weight: 400;
        text-transform: capitalize;
    }

a.layer-close img {
    width: 15px;
    padding: 15px 0px;
    margin: 0 10px 0 0;
}

.layer-content label {
    color: var(--main-font-color);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0 15px;
}

.layer-popup.resize-layer {
    height: 0;
    bottom: 71px;
}

    .layer-popup.resize-layer .layer-content {
        padding: 0;
    }

    .layer-popup.resize-layer .side-layer-resize img {
        transform: rotate(180deg);
    }

label.upc-main {
    margin: 0px 10px 0 0;
}

.user-sub p {
    margin: 0px 0px 0 0;
}

.upc-main span {
    font-weight: 600;
}

.legend-popup {
    height: 300px;
    max-height: 300px;
}

ul.legnd_list {
    list-style: none;
    height: 100%;
    overflow: auto;
    margin: 0px;
}

    ul.legnd_list li {
        position: relative;
        font-size: 15px;
        font-weight: 500;
    }

        ul.legnd_list li:before {
            content: '';
            display: block;
            position: absolute;
            width: 15px;
            height: 15px;
            border: 1px solid;
            border-radius: 10px;
            left: -27px;
            top: 5px;
        }

.lg-bfa:before {
    background: #f2fa00;
}

.lg-ui:before {
    background: #003afa;
}

.lg-onm:before {
    background: #00fa4f;
}

.lg-terminated:before {
    background: #fa0000;
}

.lg-other:before {
    background: #fff;
}

/*Sider popup end*/


/*action footer start*/
.action-start {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 290px;
    margin: 0 0 0 20px;
    /*left: 70px;*/
    bottom: 48px;
}

    .action-start .action-ul {
        display: flex;
        padding: 0;
        list-style-type: none;
    }

    .action-start ul li {
        padding: 5px;
        height: 40px;
    }

        .action-start ul li a img {
            width: 40px;
            height: 40px;
        }

/*Top action start*/
.action-start-top {
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 99;
}

.action-ul-top {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
}

    .action-ul-top li {
        padding: 3px;
    }

.action-ul-top {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
    position: relative;
}

    .action-ul-top li img {
        width: 40px;
        height: 40px;
    }

.action-layer-top {
    height: 185px;
    right: -340px;
    bottom: -80px;
}

    .action-layer-top span {
        border-top: 25px solid #fff;
        border-right: 30px solid transparent;
        position: absolute;
        top: 70px;
        left: -37px;
        border-left: 30px solid transparent;
        transform: rotate(89deg);
    }

.action-layer-close-top img {
    padding: 12px 0px;
    margin: 0 10px 0 0;
}

.maptools-ul {
    width: 100%;
    padding: 0;
    list-style-type: none;
}

    .maptools-ul li {
        display: inline-block;
    }

        .maptools-ul li a img {
            width: 45px;
            height: 45px;
            padding: 0px;
            margin: 0 0px 5px 5px;
        }
/*Top action end*/


.action-layer {
    position: relative;
    top: -345px;
    bottom: 0;
    height: 290px;
    right: -314px !important;
}

    .action-layer .layers {
        height: 290px;
    }

    .action-layer span {
        border-top: 25px solid #fff;
        border-right: 30px solid transparent;
        position: absolute;
        bottom: -13px;
        left: 0px;
        border-left: 30px solid transparent;
    }

    .action-layer .map-side-icon-img {
        padding: 13px 12px 12px 12px;
    }
/*action footer end*/

/*Form set start*/
.btn-indore {
    background: var(--main-gri-color);
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    padding: 4px 20px;
}

    .btn-indore:hover {
        color: var(--main-font-color);
        text-decoration: none;
        background: #fff;
        border: 1px solid var(--main-gri-color);
    }

.layer-content input {
    border-radius: 50px;
    font-size: 14px;
    margin: 0 0 10px 0;
    height: 35px;
    font-weight: 500;
    background: var(--main-inputback-color);
}

.layer-content textarea {
    border-radius: 10px;
    font-size: 14px;
    margin: 0 0 10px 0;
    height: 55px;
    font-weight: 500;
    background: var(--main-inputback-color);
}

.layer-content select {
    border-radius: 50px;
    font-size: 14px;
    margin: 0 0 10px 0;
    height: 35px;
    font-weight: 500;
    background: var(--main-inputback-color);
}

.layer-content input[type="file"] {
    /* background: var(--main-langback); */
    padding: 3px 3px 3px 10px;
}
/*Form set end*/

/*footer Popup tool css start*/
.measurement-ul {
    padding: 0;
    width: 160px;
    list-style-type: none;
    display: block;
}

.measurement-select {
    border: 1px solid var(--main-gri-color);
    display: inline-block;
    border-radius: 3px;
}

.strong-ms {
    color: var(--main-font-color);
    font-weight: 500;
}

.select-measurement {
    width: 110px;
    display: inline-block;
    float: left;
    padding: 15px 0 0 5px;
}

.measurement-ul li {
    display: inline-block;
}

    .measurement-ul li a svg {
        width: 40px;
    }

.m-text-main {
    font-size: 14px;
}



.bookmarkdata-input {
    height: 30px;
    padding: 2px 15px;
    border: 1px solid var(--main-gri-color);
    width: 190px;
}

.bookmark-submit {
    background: no-repeat;
    width: 50px;
    height: 50px;
    border: none;
}

.bookmark-data {
    height: 137px;
    overflow: auto;
    display: block;
    width: 270px;
}

.bookmark-submit img {
    width: 25px;
    height: 25px;
}

.bookmark-val {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.main-book-val {
    width: 80px;
    float: left;
    height: 70px;
    padding: 0 10px;
    margin: 4px 0 0 0;
}

    .main-book-val.bookmark-select .bookmark-val {
        font-weight: 700;
        color: var(--main-font-color);
    }

.tooltip-link {
    color: var(--main-font-color);
    font-size: 14px;
    font-weight: 600;
}

.social-icon .map-side-icon-img {
    padding: 2px;
}

.social-icon {
    position: absolute;
    top: 80px;
    right: 10px;
}

/*footer Popup tool css end*/

/*NHAI Changes*/

.user-sub {
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    flex-wrap: wrap;
}

    .user-sub a img {
        width: 30px;
        padding: 3px;
    }

    .user-sub a i {
        font-size: 25px;
        position: relative;
        top: 6px;
        padding: 0 20px;
        color: var(--main-font-color);
    }

.city-logo {
    width: 300px;
    position: absolute;
    height: 40px;
    left: 60px;
    margin: 8px;
    padding: 5px;
    background: var(--main-gri-color);
    border-radius: 50px;
}

    .city-logo img {
        width: 45px;
        height: 30px;
        padding: 3px;
        background: #fff;
        border-radius: 50px;
    }


    .city-logo h6 {
        color: #fff;
        font-size: 10px;
        margin: 0;
        line-height: 1.5;
        padding: 0 0 0 10px;
        font-weight: 500;
        text-transform: uppercase;
    }

.tab-ul-mg {
    position: absolute;
    right: 70px;
    top: 15px;
    border: unset;
    z-index: 1;
}

.mg-content {
    height: calc(100vh - 60px);
    overflow: auto;
}

.tab-ul-mg .nav-link.active {
    background: var(--main-gri-color);
    color: #fff;
    border-radius: unset;
    border: unset;
}

.tab-ul-mg .nav-link {
    color: #000;
}

    .tab-ul-mg .nav-link:hover {
        border-color: transparent;
    }

.tab-ul-mg .nav-item {
    background: #fff;
    border-radius: unset;
    border: unset;
    font-size: 14px;
    font-weight: 500;
    height: 37px;
}

.tab-ul-mg li:nth-child(1) {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.tab-ul-mg li:nth-child(2) {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.tab-ul-mg li:nth-child(1) a {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
}

.tab-ul-mg li:nth-child(2) a {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.project-detail-main span {
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    padding: 5px 10px;
    border-radius: 15px;
}

.project-detail-main p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    /*width: 100px;
    display: inline-block;*/
}

.project-detail-main {
    background: #aadaff;
    padding: 10px;
    position: relative;
    /*display: inline-block;*/
    width: 100%;
}

button.viewMore {
    color: #000;
    background: #dbecf9;
    position: absolute;
    right: 10px;
    /*top: 10px;*/
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #dbecf9;
    border-radius: 5px;
}

.project-detail-table tbody tr td:first-child {
    font-weight: 600;
}

.project-detail-table tbody tr td {
    font-size: 13px;
}

.selectwith-search {
    position: relative;
}

    .selectwith-search select {
        width: 220px;
        position: absolute;
        top: 20px;
        left: 20px;
        background: var(--main-gri-color);
        color: #fff;
        border-radius: 50px;
        padding: 0 0 0 40px;
        z-index: 1;
    }

    .selectwith-search i {
        color: #fff;
        position: absolute;
        top: 30px;
        left: 31px;
        z-index: 2;
    }

.project-detail-popup {
    height: 52vh;
    bottom: 90px;
}

.footer-action-main {
    position: absolute;
    bottom: 30px;
    right: 0;
    display: flex;
    background: var(--main-gri-color);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: -420px;
    padding: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 99;
}

    .footer-action-main ul {
        position: relative;
        margin: 0;
        display: flex;
    }

    .footer-action-main.footer-action-active {
        margin: 0;
    }

        .footer-action-main.footer-action-active .footer-toggle {
            transform: rotate(180deg);
        }

    .footer-action-main .footer-toggle {
        padding: 10px 20px 10px 20px;
        color: #fff;
        margin: 0 0 0 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

/* popup */


.detail-popup-main.modal-dialog {
    max-width: 950px;
}

/*.modal-content {
    height: calc(100vh - 270px);
}*/

.modal-body {
    height: calc(100% - 45px);
}

.in-pop-contain {
    width: 100%;
    height: 100%;
    overflow: auto;
}

    .in-pop-contain .in-left, .in-pop-contain .in-right {
        width: calc(100% / 1 - 4px);
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    top: 10px;
    height: 200px;
    top: 30%;
}
/* popup */

/**
    LEAFET ZOOM IN / OUT BUTTON CSS START
*/

/*.page-content-wrapper .leaflet-control-zoom-in {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: auto;
    padding: 7px 0;
    font-size: 1.5rem;
    font-weight: 100;
    color: #fff;
    background: var(--main-gri-color);
    margin-bottom: 4px;
    line-height: 1;
}
.page-content-wrapper .leaflet-control-zoom-out {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: auto;
    padding: 7px 0;
    font-size: 1.5rem;
    font-weight: 100;
    color: #fff;
    background: var(--main-gri-color);
}
.page-content-wrapper .leaflet-bar a{
    border-radius: 50%;
}

.page-content-wrapper .leaflet-right .leaflet-control {
    box-shadow: none;
    margin: 50px 13px 0 0;
}

.page-content-wrapper .action-ul-top {
    margin: 85px 0 0 20px;
}*/

/**
    LEAFET ZOOM IN / OUT BUTTON CSS END
*/
.page-content-wrapper .leaflet-control-attribution {
    display: none;
}

/*Grid page changes start*/

.grid-row {
    background: #fff;
}

.box-row {
    padding: 60px 0 0 0;
    height: auto;
}

.grid-row .withGrid {
    background: #fff;
    height: calc(100vh - 195px);
    max-height: 740px
}

a.filter-main {
    background: var(--main-gri-color);
    padding: 5px 10px;
    color: #fff !important;
    border-radius: 5px;
}



.dashbord-grid .progressbar {
    counter-reset: step;
    width: 670px;
    display: flex;
    overflow: auto;
}

.grid-row .table thead th {
    padding: 5px;
}

.dashbord-grid .progressbar li {
    list-style-type: none;
    width: 85px;
    float: left;
    font-size: 10px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    color: #7d7d7d;
}


    .dashbord-grid .progressbar li:before {
        width: 30px;
        height: 30px;
        content: " ";
        counter-increment: step;
        line-height: 30px;
        border: 2px solid #cacaca;
        display: block;
        text-align: center;
        margin: 0 auto 10px auto;
        border-radius: 50%;
        background-color: white;
        z-index: 12;
        position: relative;
        background: #cacaca;
    }

    .dashbord-grid .progressbar li:after {
        width: 100%;
        height: 2px;
        content: '';
        position: absolute;
        background-color: #7d7d7d;
        top: 15px;
        left: -50%;
        z-index: 1;
    }

    .dashbord-grid .progressbar li:first-child:after {
        content: none;
    }

    .dashbord-grid .progressbar li.active {
        color: green;
    }

        .dashbord-grid .progressbar li.active:before {
            border-color: #55b776;
            content: "✔";
            color: #fff;
            background: #55b776;
        }

        .dashbord-grid .progressbar li.active + li:after {
            background-color: #55b776;
        }


.process-with-popup.progressbar {
    counter-reset: step;
    display: flex;
    overflow: auto;
}

    .process-with-popup.progressbar li {
        list-style-type: none;
        width: 85px;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: capitalize;
        color: #7d7d7d;
    }


        .process-with-popup.progressbar li:before {
            width: 30px;
            height: 30px;
            content: " ";
            counter-increment: step;
            line-height: 30px;
            border: 2px solid #cacaca;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
            z-index: 12;
            position: relative;
            background: #cacaca;
        }

        .process-with-popup.progressbar li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #7d7d7d;
            top: 15px;
            left: -50%;
            z-index: 1;
        }

        .process-with-popup.progressbar li:first-child:after {
            content: none;
        }

        .process-with-popup.progressbar li.active {
            color: green;
        }

        .process-with-popup.progressbar li.approved:before {
            border-color: #55b776;
            content: "✔";
            color: #fff;
            background: #55b776;
        }

        .process-with-popup.progressbar li.approved + li:after {
            background-color: #55b776;
        }


        .process-with-popup.progressbar li.SubmittedtoAE:before {
            border-color: #5e579e;
            background: #5e579e;
            color: #fff;
            content: "✔";
        }

        .process-with-popup.progressbar li.SubmittedtoAE + li:after {
            background-color: #5e579e;
        }

        .process-with-popup.progressbar li.Rejected:before {
            border-color: #be0a1b;
            background: #be0a1b;
            color: #fff;
            content: "✔";
        }

        .process-with-popup.progressbar li.Rejected + li:after {
            background-color: #be0a1b;
        }

        .process-with-popup.progressbar li.ClarificationRequired:before {
            border-color: #ceab59;
            background: #ceab59;
            color: #fff;
            content: "✔";
        }

        .process-with-popup.progressbar li.ClarificationRequired + li:after {
            background-color: #ceab59;
        }

        .process-with-popup.progressbar li.CloseAndResubmitted:before {
            border-color: #0e4c66;
            background: #0e4c66;
            color: #fff;
            content: "✔";
        }

        .process-with-popup.progressbar li.CloseAndResubmitted + li:after {
            background-color: #0e4c66;
        }

        .process-with-popup.progressbar li.ReSubmitted:before {
            border-color: #2d07ff;
            background: #2d07ff;
            color: #fff;
            content: "✔";
        }

        .process-with-popup.progressbar li.ReSubmitted + li:after {
            background-color: #2d07ff;
        }

        .process-with-popup.progressbar li.SubmittedToContractor:before {
            border-color: #CDDC39;
            background: #CDDC39;
            color: #fff;
            content: "✔";
        }

        .process-with-popup.progressbar li.SubmittedToContractor + li:after {
            background-color: #CDDC39;
        }

        .process-with-popup.progressbar li.RepliedToAE:before {
            border-color: #00BCD4;
            background: #00BCD4;
            color: #fff;
            content: "✔";
        }

        .process-with-popup.progressbar li.RepliedToAE + li:after {
            background-color: #00BCD4;
        }

        .process-with-popup.progressbar li.InspectorAssignedbyAE:before {
            border-color: #07e8ff;
            background: #07e8ff;
            color: #fff;
            content: "✔";
        }

        .process-with-popup.progressbar li.InspectorAssignedbyAE + li:after {
            background-color: #07e8ff;
        }

        .process-with-popup.progressbar li.InspectionresultuploadedbyAE:before {
            border-color: #ffb307;
            background: #ffb307;
            color: #fff;
            content: "✔";
        }

        .process-with-popup.progressbar li.InspectionresultuploadedbyAE + li:after {
            background-color: #ffb307;
        }

        .process-with-popup.progressbar li.ForwardedbyAEtoPD:before {
            border-color: #b2e417;
            background: #b2e417;
            color: #fff;
            content: "✔";
        }

        .process-with-popup.progressbar li.ForwardedbyAEtoPD + li:after {
            background-color: #b2e417;
        }

        .process-with-popup.progressbar li.RepliedbyPD:before {
            border-color: #4a9c9c;
            background: #4a9c9c;
            color: #fff;
            content: "✔";
        }

        .process-with-popup.progressbar li.RepliedbyPD + li:after {
            background-color: #4a9c9c;
        }




.progress-circle {
    font-size: 12px;
    margin: 2px;
    position: relative;
    padding: 0;
    width: 5em;
    height: 5em;
    background-color: #f2e9e1;
    border-radius: 50%;
    line-height: 5em
}

    .progress-circle:after {
        border: none;
        position: absolute;
        top: .35em;
        left: .35em;
        text-align: center;
        display: block;
        border-radius: 50%;
        width: 4.3em;
        height: 4.3em;
        background-color: #fff;
        content: " "
    }

    .progress-circle span {
        position: absolute;
        line-height: 5em;
        width: 5em;
        text-align: center;
        display: block;
        color: #53777a;
        z-index: 2
    }

.left-half-clipper {
    border-radius: 50%;
    width: 5em;
    height: 5em;
    position: absolute;
    clip: rect(0,5em,5em,2.5em)
}

.progress-circle.over50 .left-half-clipper {
    clip: rect(auto,auto,auto,auto)
}

.value-bar {
    position: absolute;
    clip: rect(0,2.5em,5em,0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: .45em solid #53777a;
    box-sizing: border-box
}

.progress-circle.over50 .first50-bar {
    position: absolute;
    clip: rect(0,5em,5em,2.5em);
    background-color: #53777a;
    border-radius: 50%;
    width: 5em;
    height: 5em
}

.progress-circle:not(.over50) .first50-bar {
    display: none
}

.progress-circle.p0 .value-bar {
    display: none
}

.progress-circle.p1 .value-bar {
    transform: rotate(4deg)
}

.progress-circle.p2 .value-bar {
    transform: rotate(7deg)
}

.progress-circle.p3 .value-bar {
    transform: rotate(11deg)
}

.progress-circle.p4 .value-bar {
    transform: rotate(14deg)
}

.progress-circle.p5 .value-bar {
    transform: rotate(18deg)
}

.progress-circle.p6 .value-bar {
    transform: rotate(22deg)
}

.progress-circle.p7 .value-bar {
    transform: rotate(25deg)
}

.progress-circle.p8 .value-bar {
    transform: rotate(29deg)
}

.progress-circle.p9 .value-bar {
    transform: rotate(32deg)
}

.progress-circle.p10 .value-bar {
    transform: rotate(36deg);
    border: .45em solid #4CAF50;
}

.progress-circle.p11 .value-bar {
    transform: rotate(40deg)
}

.progress-circle.p12 .value-bar {
    transform: rotate(43deg)
}

.progress-circle.p13 .value-bar {
    transform: rotate(47deg)
}

.progress-circle.p14 .value-bar {
    transform: rotate(50deg)
}

.progress-circle.p15 .value-bar {
    transform: rotate(54deg)
}

.progress-circle.p16 .value-bar {
    transform: rotate(58deg)
}

.progress-circle.p17 .value-bar {
    transform: rotate(61deg)
}

.progress-circle.p18 .value-bar {
    transform: rotate(65deg)
}

.progress-circle.p19 .value-bar {
    transform: rotate(68deg)
}

.progress-circle.p20 .value-bar {
    transform: rotate(72deg)
}

.progress-circle.p21 .value-bar {
    transform: rotate(76deg)
}

.progress-circle.p22 .value-bar {
    transform: rotate(79deg)
}

.progress-circle.p23 .value-bar {
    transform: rotate(83deg)
}

.progress-circle.p24 .value-bar {
    transform: rotate(86deg)
}

.progress-circle.p25 .value-bar {
    transform: rotate(90deg)
}

.progress-circle.p26 .value-bar {
    transform: rotate(94deg)
}

.progress-circle.p27 .value-bar {
    transform: rotate(97deg)
}

.progress-circle.p28 .value-bar {
    transform: rotate(101deg)
}

.progress-circle.p29 .value-bar {
    transform: rotate(104deg)
}

.progress-circle.p30 .value-bar {
    transform: rotate(108deg)
}

.progress-circle.p31 .value-bar {
    transform: rotate(112deg)
}

.progress-circle.p32 .value-bar {
    transform: rotate(115deg)
}

.progress-circle.p33 .value-bar {
    transform: rotate(119deg)
}

.progress-circle.p34 .value-bar {
    transform: rotate(122deg)
}

.progress-circle.p35 .value-bar {
    transform: rotate(126deg)
}

.progress-circle.p36 .value-bar {
    transform: rotate(130deg)
}

.progress-circle.p37 .value-bar {
    transform: rotate(133deg)
}

.progress-circle.p38 .value-bar {
    transform: rotate(137deg)
}

.progress-circle.p39 .value-bar {
    transform: rotate(140deg)
}

.progress-circle.p40 .value-bar {
    transform: rotate(144deg)
}

.progress-circle.p41 .value-bar {
    transform: rotate(148deg)
}

.progress-circle.p42 .value-bar {
    transform: rotate(151deg)
}

.progress-circle.p43 .value-bar {
    transform: rotate(155deg)
}

.progress-circle.p44 .value-bar {
    transform: rotate(158deg)
}

.progress-circle.p45 .value-bar {
    transform: rotate(162deg)
}

.progress-circle.p46 .value-bar {
    transform: rotate(166deg)
}

.progress-circle.p47 .value-bar {
    transform: rotate(169deg)
}

.progress-circle.p48 .value-bar {
    transform: rotate(173deg)
}

.progress-circle.p49 .value-bar {
    transform: rotate(176deg)
}

.progress-circle.p50 .value-bar {
    transform: rotate(180deg)
}

.progress-circle.p51 .value-bar {
    transform: rotate(184deg)
}

.progress-circle.p52 .value-bar {
    transform: rotate(187deg)
}

.progress-circle.p53 .value-bar {
    transform: rotate(191deg)
}

.progress-circle.p54 .value-bar {
    transform: rotate(194deg)
}

.progress-circle.p55 .value-bar {
    transform: rotate(198deg)
}

.progress-circle.p56 .value-bar {
    transform: rotate(202deg)
}

.progress-circle.p57 .value-bar {
    transform: rotate(205deg)
}

.progress-circle.p58 .value-bar {
    transform: rotate(209deg)
}

.progress-circle.p59 .value-bar {
    transform: rotate(212deg)
}

.progress-circle.p60 .value-bar {
    transform: rotate(216deg)
}

.progress-circle.p61 .value-bar {
    transform: rotate(220deg)
}

.progress-circle.p62 .value-bar {
    transform: rotate(223deg)
}

.progress-circle.p63 .value-bar {
    transform: rotate(227deg)
}

.progress-circle.p64 .value-bar {
    transform: rotate(230deg)
}

.progress-circle.p65 .value-bar {
    transform: rotate(234deg)
}

.progress-circle.p66 .value-bar {
    transform: rotate(238deg)
}

.progress-circle.p67 .value-bar {
    transform: rotate(241deg)
}

.progress-circle.p68 .value-bar {
    transform: rotate(245deg)
}

.progress-circle.p69 .value-bar {
    transform: rotate(248deg)
}

.progress-circle.p70 .value-bar {
    transform: rotate(252deg)
}

.progress-circle.p71 .value-bar {
    transform: rotate(256deg)
}

.progress-circle.p72 .value-bar {
    transform: rotate(259deg)
}

.progress-circle.p73 .value-bar {
    transform: rotate(263deg)
}

.progress-circle.p74 .value-bar {
    transform: rotate(266deg)
}

.progress-circle.p75 .value-bar {
    transform: rotate(270deg)
}

.progress-circle.p76 .value-bar {
    transform: rotate(274deg)
}

.progress-circle.p77 .value-bar {
    transform: rotate(277deg)
}

.progress-circle.p78 .value-bar {
    transform: rotate(281deg)
}

.progress-circle.p79 .value-bar {
    transform: rotate(284deg)
}

.progress-circle.p80 .value-bar {
    transform: rotate(288deg)
}

.progress-circle.p81 .value-bar {
    transform: rotate(292deg)
}

.progress-circle.p82 .value-bar {
    transform: rotate(295deg)
}

.progress-circle.p83 .value-bar {
    transform: rotate(299deg)
}

.progress-circle.p84 .value-bar {
    transform: rotate(302deg)
}

.progress-circle.p85 .value-bar {
    transform: rotate(306deg)
}

.progress-circle.p86 .value-bar {
    transform: rotate(310deg)
}

.progress-circle.p87 .value-bar {
    transform: rotate(313deg)
}

.progress-circle.p88 .value-bar {
    transform: rotate(317deg)
}

.progress-circle.p89 .value-bar {
    transform: rotate(320deg)
}

.progress-circle.p90 .value-bar {
    transform: rotate(324deg)
}

.progress-circle.p91 .value-bar {
    transform: rotate(328deg)
}

.progress-circle.p92 .value-bar {
    transform: rotate(331deg)
}

.progress-circle.p93 .value-bar {
    transform: rotate(335deg)
}

.progress-circle.p94 .value-bar {
    transform: rotate(338deg)
}

.progress-circle.p95 .value-bar {
    transform: rotate(342deg)
}

.progress-circle.p96 .value-bar {
    transform: rotate(346deg)
}

.progress-circle.p97 .value-bar {
    transform: rotate(349deg)
}

.progress-circle.p98 .value-bar {
    transform: rotate(353deg)
}

.progress-circle.p99 .value-bar {
    transform: rotate(356deg)
}

.progress-circle.p100 .value-bar {
    transform: rotate(360deg)
}

.dashbord-grid {
    position: relative;
}

td.active::before {
    width: 10px;
    height: 10px;
    position: absolute;
    content: " ";
    background: #55b776;
    border-radius: 50px;
    left: 0px;
    margin: 6px 0 0 0;
}

.dashbord-grid tbody td:nth-child(1) {
    padding-left: 20px;
    width: auto;
}

.dashbord-grid tbody td:nth-child(2) {
    padding-left: 20px;
    width: auto;
}

.dashbord-grid tbody td:nth-child(3) {
    padding-left: 00px;
    width: 00px;
}

.dashbord-grid tbody td:nth-child(4) {
    max-width: 847px;
    overflow: auto;
}

.dashbord-grid tbody td:nth-child(5) {
    padding-left: 20px;
    width: 100px;
}

.dashbord-grid tbody tr {
    background: #fff;
    padding: 8px;
    box-shadow: 0 0px 1px 1px #e8dede;
    margin: 0 0 0 0;
}

.dashbord-grid tbody td:nth-child(5) i {
    background: #a09797;
    color: #fff;
    padding: 10px 11px;
    border-radius: 50px;
}

.status-circle {
    top: 40px;
    width: 70px !important;
    text-align: left !important;
}

.info-box h6 {
    position: absolute;
    padding: 5px 10px;
}

ul.projectStatus-ul {
    list-style-type: none;
    text-align: left;
    padding: 0 0 0 30px;
    position: relative;
}


ul.projectStatus-ul {
    position: relative;
    text-align: left;
    padding: 0 0 0 30px;
    list-style-type: none;
}

    ul.projectStatus-ul li {
        position: relative;
    }

.projectStatus-ul li::before {
    content: ' ';
    width: 10px;
    height: 10px;
    position: absolute;
    left: -15px;
    top: 6px;
    border-radius: 50%;
    background: #000;
}

.projectStatus-ul li:nth-child(1)::before {
    background: #227afc;
}

.projectStatus-ul li:nth-child(2)::before {
    background: #28a205;
}

.projectStatus-ul li:nth-child(3)::before {
    background: #ff6aa7;
}

.projectStatus-ul li:nth-child(1) span {
    color: #227afc;
}

.projectStatus-ul li:nth-child(2) span {
    color: #28a205;
}

.projectStatus-ul li:nth-child(3) span {
    color: #ff6aa7;
}

ul.projectStatus-ul li span {
    font-weight: 600;
}

ul.projectType-ul {
    position: relative;
    display: inline-block;
    width: 100%;
    list-style-type: none;
    padding: 0;
    height: 95px;
    overflow: auto;
    margin: 5px 0 0 0;
}

    ul.projectType-ul li {
        position: relative;
    }

    ul.projectType-ul li {
        position: relative;
        /* float: left; */
        /* width: 250px; */
        display: inline-block;
        width: 100%;
    }

        ul.projectType-ul li span {
            display: inline-block;
            width: 60px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            float: left;
            margin: -1px 10px 0 0;
            font-size: 12px;
        }

        ul.projectType-ul li .progress {
            height: 10px;
            width: auto;
        }

            ul.projectType-ul li .progress .progress-bar {
                background-color: #fca26d;
            }

ul.projectPhase-ul {
    position: relative;
    display: inline-block;
    width: 100%;
    list-style-type: none;
    padding: 0;
    height: 95px;
    overflow: auto;
    margin: 5px 0 0 0;
}

    ul.projectPhase-ul li {
        position: relative;
    }

    ul.projectPhase-ul li {
        position: relative;
        /* float: left; */
        /* width: 250px; */
        display: inline-block;
        width: 100%;
    }

        ul.projectPhase-ul li span {
            display: inline-block;
            width: 60px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            float: left;
            margin: -1px 10px 0 0;
            font-size: 12px;
        }

        ul.projectPhase-ul li .progress {
            height: 10px;
            width: auto;
        }

            ul.projectPhase-ul li .progress .progress-bar {
                background-color: #8c59de;
            }


.viewMoreDocuments {
    display: inline-block;
    width: 100%;
    text-align: right;
}
/*Grid page changes end*/

.nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav-tabs {
    text-align: center;
}


.row.text-center.m-0.report-main {
    background: #fff;
    height: calc(100% - 20px);
    padding: 20px;
}

.report-tabs a {
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
}

.report-table .progressbar li {
    width: calc(100% / 16);
}

    .report-table .progressbar li div {
        cursor: pointer;
        z-index: 2;
        width: 100%;
    }

.simple-status td:nth-child(1) {
    width: 250px;
    text-align: left;
}

.leaflet-map-pane {
    z-index: 1 !important;
}

.leaflet-google-layer {
    z-index: 1 !important;
}


/*Report page 14-02-2020*/

.cust-add-btn-feed {
    right: 22px;
    top: 19px;
    background: var(--main-gri-color);
	font-size: 12px;
    padding: 4px 20px;
    border: none;
    border-radius: 5px;
    color: #fff;
    outline: none;
}


.top-of-grid {
    width: 100%;
    /*height: 38%;*/
    background: #e0f1fb;
    padding: 20px;
    overflow: auto;
}

.bottom-of-grid.only {
    width: 100%;
    height: 95%;
    background: #e0f1fb;
    padding: 20px;
    overflow: auto;
}

.bottom-of-grid {
    width: 100%;
    /*height: 59%;*/
    background: #e0f1fb;
    padding: 20px;
    overflow: auto;
    margin: 10px 0 0 0;
}

table.dataTable thead tr th, table.dataTable tbody tr td {
    padding: 8px;
    border: 1px solid #8a8787;
    font-size: 0.90rem;
}

table.dataTable tbody tr td {
    color: #000;
    font-weight: 500;
    background: #fff;
}

.page-content-wrapper form label {
    color: #000;
    font-weight: 500;
}

table.dataTable thead tr th {
    color: #093249;
    font-weight: 600;
    background: #eff3f6;
    letter-spacing: 1.1px;
}

.main-overflowauto {
    overflow: auto;
}



.box-applicablepermits {
    background: #e0f1fb;
    padding: 15px;
    width: 100%;
    margin-bottom: 10px
}

    .box-applicablepermits .card {
        background: #fdfdfd;
    }

    .box-applicablepermits .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.0rem;
    }

    .box-applicablepermits .border-left-primary {
        border-left: .25rem solid #4e73df !important;
    }

    .box-applicablepermits .border-left-success {
        border-left: .25rem solid #1cc88a !important;
    }

    .box-applicablepermits .border-left-danger {
        border-left: .25rem solid #dd3d31 !important;
    }

    .box-applicablepermits .border-left-warning {
        border-left: .25rem solid #f6c23e !important;
    }

.border-statusblue {
    border-bottom: 3px solid #e0f1fb;
    margin-bottom: 15px;
}

    .border-statusblue:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

.maxwidth-username {
    width: 100px;
}

/**/


/* info Boxes css start*/
.info-box {
    display: block;
    min-height: 160px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
}

.blink-icon {
    position: absolute;
    top: 0;
    right: 0;
}

    .blink-icon img {
        width: 85px;
        right: -17px;
        position: relative;
        top: -10px;
    }

.blink-icon-pre {
    position: absolute;
    top: 0;
    right: 0;
}

    .blink-icon-pre img {
        width: 23px;
        right: 6px;
        position: relative;
        top: 10px;
    }

.info-box-icon {
    display: inline-block;
    vertical-align: middle;
    height: 130px;
    width: 80px;
    line-height: 130px;
}

    .info-box-icon .info-chart {
        width: 100%;
        height: 100%;
        text-align: center;
    }

.info-chart img {
    width: 50px;
    text-align: center;
}

.info-box-content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 0px);
    padding: 15px 10px;
}

    .info-box-content .info-box-name {
        color: #0191fd;
        font-size: 35px;
        font-weight: 500;
        margin-bottom: 5px;
        padding-bottom: 5px;
        position: relative;
        text-align: center;
    }

        .info-box-content .info-box-name.with-divider:after {
            content: '';
            display: block;
            position: absolute;
            border-bottom: 3px solid #cececb;
            width: 100%;
            bottom: -1px;
            border-radius: 22%;
        }

    .info-box-content .info-box-text {
        color: #a29d9d;
        position: relative;
        display: inline-block;
        padding-left: 15px;
    }

        .info-box-content .info-box-text:before {
            content: '';
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 5px;
            background: #000;
            left: 0;
            top: 8px;
        }

    .info-box-content .info-box-number {
        color: #33404e;
    }



.card-main-head {
    height: 175px !important;
}

span.dept-name {
    color: #4b504b;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.info-box:hover {
    box-shadow: 10px 10px 10px -10px #d8c6c6;
}

.card-red .info-box {
    box-shadow: 4px 3px 4px 0px red;
    background: #ff000014;
}

.card-red .info-box-name {
    color: red;
}




.card-green .info-box {
    box-shadow: 4px 3px 4px 0px green;
    background: #0080000f;
}

.card-green .info-box-name {
    color: green;
}
/*NHAI Changes end*/
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    button .btn-indore-table.add {
        position: absolute;
        left: 130px;
    }

    .dt-buttons {
        position: unset;
        float: right;
    }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 620px) {
    .page-content-wrapper {
        width: 100%;
    }

    .sub-item {
        position: unset !important;
        margin: 0 !important;
    }

    .header-top {
        width: calc(100% - 0px) !important;
        left: 0px !important;
    }

    .page-content-wrapper.closeNav {
        width: 100%;
    }

    a.logo-text img {
        width: 60px;
        padding-top: 14px;
    }

   /* .nav-main {
        width: 70px;
        position: absolute;
        background: transparent;
        z-index: 1;
        height: 70px;
        top: 50px;
    }*/

    .nav-main .nav-ul-citi li a .menu-name {
        display: block;
    }
    .nav-main {
        width: 240px;
        position: absolute;
        z-index: 999;
        height: 70px;
        top: 50px;
    }

    a.side-menu-click {
        left: 20px;
        top: -40px;
        background: #fff;
        transform: rotate(65deg);
    }

    .closeNav a.side-menu-click {
        transform: rotate(0deg);
    }

    .nav-main.closeNav {
        width: 240px;
        position: absolute;
        z-index: 11;
        background: #fff;
        margin-left: 0;
        height: calc(0vh - 60px);
        top: 60px;
    }
    .nav-main {
        height: calc(100vh - 60px);
    }
    
    /* .closeNav a.side-menu-click { */
    /* left: 240px; */
    /* } */
    .nav-ul-citi {
        height: calc(100% - 100px);
    }

    /* .closeNav a.side-menu-click { */
    /* left: 240px; */
    /* top: 17px; */
    /* } */

    .city-logo h6 {
        display: none;
    }

    .city-logo {
        width: 57px;
        left: 70px;
    }

    .action-start {
        left: 10px;
        bottom: 90px;
    }

    .layer-popup {
        bottom: 0;
        position: absolute;
        height: calc(100vh - 150px);
        z-index: 12;
    }

    .action-start ul li {
        margin: 0 0 5px 0;
    }

    .action-layer {
        right: 0 !important;
        position: fixed;
        top: 65%;
        width: 100%;
        height: calc(100vh - 346px);
    }

        .action-layer .layers {
            width: 100%;
        }

    .bookmark-data {
        width: 100%;
    }

    .select-lang {
        width: calc(100% - 0px) !important;
        left: 0px !important;
    }

    .layer-content {
        height: calc(100% - 45px);
    }

    .action-start-top {
        position: absolute;
        top: 19%;
    }
    /*.map-control {
	    bottom: 30px;
	    left: 80px;
	}*/
    .action-layer-top {
        height: 185px;
        right: -220px;
        bottom: -80px;
        width: 210px;
    }

        .action-layer-top .layers {
            width: 100%;
        }

    .action-layer .layer-content {
        height: calc(100% - 150px);
    }

    .tab-ul-mg {
        right: 15px;
    }
}


ul.status-color {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 10px;
    list-style-type: none;
    float: left;
}

.status-color li {
    padding: 0 3px 0 20px;
    width: auto;
    position: relative;
    display: inline-block;
}

    .status-color li:nth-child(1):before {
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        background: #5e579e;
        left: 0;
        top: 5px;
    }


    .status-color li:nth-child(2):before {
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        background: #55b776;
        left: 0;
        top: 5px;
    }


    .status-color li:nth-child(3):before {
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        background: #be0a1b;
        left: 0;
        top: 5px;
    }



    .status-color li:nth-child(4):before {
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        background: #ceab59;
        left: 0;
        top: 5px;
    }


    .status-color li:nth-child(5):before {
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        background: #0e4c66;
        left: 0;
        top: 5px;
    }


    .status-color li:nth-child(6):before {
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        background: #2d07ff;
        left: 0;
        top: 5px;
    }


    .status-color li:nth-child(7):before {
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        background: #CDDC39;
        left: 0;
        top: 5px;
    }


    .status-color li:nth-child(8):before {
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        background: #00BCD4;
        left: 0;
        top: 5px;
    }

    .status-color li:nth-child(9):before {
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        background: #07e8ff;
        left: 0;
        top: 5px;
    }

    .status-color li:nth-child(10):before {
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        background: #ffb307;
        left: 0;
        top: 5px;
    }

    .status-color li:nth-child(11):before {
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        background: #b2e417;
        left: 0;
        top: 5px;
    }

    .status-color li:nth-child(12):before {
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        background: #4a9c9c;
        left: 0;
        top: 5px;
    }


.card-content {
    background: #d9e4ea;
    margin: 10px 0;
    padding: 10px 10px;
    border-radius: 10px;
}

label.slider-label {
    width: 100%;
    text-align: center;
}

.error {
    color: #dd0000 !important;
}

.tbl-btn-status {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

.dpr-reportul li:nth-child(1):before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    background: green;
    left: 0;
    top: 5px;
}
.dpr-reportul li:nth-child(2):before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    background: red;
    left: 0;
    top: 5px;
}
.dpr-reportul li:nth-child(3):before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    background: yellow;
    left: 0;
    top: 5px;
}
.dpr-reportul li:nth-child(4):before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    background: blue;
    left: 0;
    top: 5px;
}
.dpr-reportul li:nth-child(5):before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    background: pink;
    left: 0;
    top: 5px;
}

.process-with-popup.progressbar li.approveddpr:before {
    border-color: green;
    background: green;
    color: #fff;
    content: "✔";
}

.process-with-popup.progressbar li.rejecteddpr:before {
    border-color: red;
    background: red;
    color: #fff;
    content: "✔";
}
.process-with-popup.progressbar li.clarificationdpr:before {
    border-color: yellow;
    background: yellow;
    color: #fff;
    content: "✔";
}
.process-with-popup.progressbar li.submiteddpr:before {
    border-color: blue;
    background: blue;
    color: #fff;
    content: "✔";
}
.process-with-popup.progressbar li.fortodpr:before {
    border-color: pink;
    background: pink;
    color: #fff;
    content: "✔";
}