/*//---*/

/* Import colors from the color variable css */

/*Side Menu start*/
.nhai-dsheadertopbox {
    width: calc((100% - 150px) - 0.5rem);
    overflow: auto;
}

    .nhai-dsheadertopbox > div {
        width: 100%;
        min-width: 120px;
    }

    .nhai-dsheadertopbox h6 {
        font-size: 0.85vw;
    }

.dascd-nhaibox .creation-header {
    background: #D1E9FF;
    color: #000;
    position: relative;
    padding: 5px;
    font-size: clamp(0.8rem, 1.3vw, 0.85rem);
    width: calc(100% - 6px);
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #000;
    cursor: pointer;
}
/* .dascd-nhaibox .creation-header:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-top: 22px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #004E98;
        right: -16px;
        top: -5px;
    }*/
.dasconstruction-main .creation-header {
    background: #d7f4d0;
    color: #000;
}

.dsoperationmaintence-main .creation-header {
    background: #E5D3E5;
    color: #000;
}

.dascd-nhaibox .dsoperationmaintence-main .creation-header:after {
    border-left: 20px solid #660066;
}

.dascd-nhaibox .dasconstruction-main .creation-header:after {
    border-left: 20px solid #009999;
}

.dascd-nhaibox .boxconstruction {
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}

.dascd-nhaibox .boxconstruction-inner {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85em;
    text-align: center;
    margin: 3px 0;
    padding: 2px;
    cursor: pointer;
    font-weight: 500;
}

.notaccess {
    cursor: not-allowed !important;
}

.dascd-nhaibox .preconstruction-main .boxconstruction {
    width: calc((100% / 5) - 5px);
}

.dascd-nhaibox .dasconstruction-main .boxconstruction {
    width: calc((100% / 9) - 5px);
}

.dascd-nhaibox .dsoperationmaintence-main .boxconstruction {
    width: calc((100% / 4) - 5px);
}


.dascd-nhaibox .preconstruction-main .boxconstruction-inner:nth-child(1) {
    background: #004E98;
    color: #fff;
    border: 1px solid #000;
}

.dascd-nhaibox .preconstruction-main .boxconstruction-inner:nth-child(1n + 2) {
    background: #D1E9FF;
    color: #142644;
    border: 1px solid #004e98;
}

.dascd-nhaibox .dasconstruction-main .boxconstruction-inner:nth-child(1) {
    background: #009999;
    color: #fff;
    border: 1px solid #000;
}

.dascd-nhaibox .dasconstruction-main .boxconstruction:nth-child(9) .boxconstruction-inner {
    background: #F68D2E !important;
}

    .dascd-nhaibox .dasconstruction-main .boxconstruction:nth-child(9) .boxconstruction-inner:nth-child(1n + 2) {
        background: #FCD7B6 !important;
        border: 1px solid #F68D2E !important;
    }


.dascd-nhaibox .dasconstruction-main .boxconstruction-inner:nth-child(1n + 2) {
    background: #d7f4d0;
    color: #142644;
    border: 1px solid #009999;
}

.dascd-nhaibox .dsoperationmaintence-main .boxconstruction-inner:nth-child(1) {
    background: #660066;
    color: #fff;
    border: 1px solid #000;
}

.dascd-nhaibox .dsoperationmaintence-main .boxconstruction-inner:nth-child(1n + 2) {
    background: #E5D3E5;
    color: #142644;
    border: 1px solid #606;
}

.nhai-firstrowbtn a {
    background: #93CDDD;
    color: #142644;
    padding: 4px;
    min-width: 160px;
    margin-right: 5px;
    font-size: 0.85em;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    width: 160px;
}

    .nhai-firstrowbtn a:hover, .nhai-firstrowbtn a:hover :focus {
        text-decoration: none;
    }

    .nhai-firstrowbtn a:nth-child(1n + 2) {
        width: 100%;
    }

.nhai-firstrowbtn.nhai-secondrowbtn a:nth-child(1n + 2) {
    width: 100%;
}

.nhai-firstrowbtn.nhai-thirdrowrowbtn a {
    background: #D9D9D9;
}

    .nhai-firstrowbtn.nhai-thirdrowrowbtn a:nth-child(1n + 2) {
        width: 100%;
        background: #fff;
        border: 1px dashed #b0b0b0;
    }

.nhai-1firstrowbtn a:nth-child(1) {
    background: #f4c340;
}

.nhai-1firstrowbtn a {
    background: #ffe191;
    color: #142644;
    padding: 4px;
    min-width: 160px;
    margin-right: 5px;
    font-size: 0.85em;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border: 1px solid #000;
    width: 160px;
}

    .nhai-1firstrowbtn a:hover, .nhai-1firstrowbtn a:hover :focus {
        text-decoration: none;
    }

    .nhai-1firstrowbtn a:nth-child(1n + 2) {
        width: 100%;
    }

.nhai-1firstrowbtn.nhai-secondrowbtn a:nth-child(1n + 2) {
    width: 100%;
}

.nhai-1firstrowbtn.nhai-thirdrowrowbtn a {
    background: #D9D9D9;
}

    .nhai-1firstrowbtn.nhai-thirdrowrowbtn a:nth-child(1n + 2) {
        width: 100%;
        background: #fff;
        border: 1px dashed #b0b0b0;
    }

/*//---*/

/* Import colors from the color variable css */

/*Side Menu start*/

a.side-menu-click {
    position: absolute;
    top: -50px;
    padding: 5px;
    left: 15px;
    -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: 2;
}

a.sub-active {
    color: #008cfe !important;
}

    a.side-menu-click img {
        width: 28px;
        color: var(--main-font-color);
        font-size: 25px;
        -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;
    }



.nav-main {
    width: 70px;
    height: calc(100vh - 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;
    position: relative;
    top: 60px;
    background: #093249;
}

    /*After closeNav*/
    .nav-main.closeNav {
        width: 240px;
    }

.closeNav a.side-menu-click {
    /* left: 245px; */
    /* top: 30px; */
    transform: rotate(65deg);
}

.page-content-wrapper.closeNav {
    width: calc(100% - 240px);
}

.nav-ul-citi {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: calc(100% - 70px);
    overflow: auto;
    -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;
}

    .nav-ul-citi li {
        width: 100%;
        text-align: center;
        padding: 5px 0px 5px 0px;
        position: unset !important;
    }



        .nav-ul-citi li a.active::before {
            background: var(--main-gri-color);
            position: absolute;
            content: " ";
            width: 3px;
            height: 40px;
            left: 0;
        }

.nav-main.closeNav .sub-item {
    display: none;
    position: relative;
    /*left: 230px;*/
    background: #fff;
    width: 230px;
    height: auto;
    padding: 5px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
    margin: -52px 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;
}


.nav-main .sub-item {
    display: none;
    position: fixed;
    left: 70px;
    background: #fff;
    width: 230px;
    height: auto;
    padding: 5px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -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;
}

.nav-main.closeNav .nav-ul-citi li a {
    padding: 5px 5px 5px 10px;
}

.nav-ul-citi li .menu-icon, .nav-ul-citi li .menu-icon-active {
    width: 23px;
    margin: 10px auto;
}

.nav-ul-citi li.active .sub-item {
    display: block;
    position: relative;
    margin-top: -51px;
    margin-left: 0px;
    height: auto;
    /* max-height: 350px;*/
    overflow: auto;
    box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.23);
}

.nav-main.closeNav .nav-ul-citi li.active .sub-item {
    display: block;
    position: relative;
    margin: 0px 0 0 00px;
    /* padding-left: 45px; */
    box-shadow: unset;
    width: 100%;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    left: 0;
    /*background: #e0f1fb;*/
}

.sub-item a {
    font-size: 14px !important;
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    outline: none;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    padding: 10px 7px !important;
    color: var(--main-font-color);
    position: relative;
    display: inline-block !important;
    text-align: left;
}

.nav-ul-citi li a i {
    color: #fff;
    position: absolute;
    right: 5px;
    top: 15px;
}


.nav-ul-citi li.active a i {
    transform: rotate(180deg);
    color: #000;
}

.nav-ul-citi li a.active i {
    color: #000;
}

.city-logo h6 {
    font-weight: 600;
}

.user-sub {
    color: #fff;
}

h5.main-page-title-h5 {
    color: #fff;
}

.nav-ul-citi li a {
    /* height: 100%;*/
    height: auto;
    width: 100%;
    display: inline-flex;
    text-decoration: none;
    border-radius: 0px;
    padding: 5px;
    position: relative;
    color: #000;
    font-weight: 600;
}


.header-top {
    position: absolute;
    width: calc(100% - 00px);
    left: 00px;
    height: 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;
    z-index: 2;
    top: 00px;
    background: #093249;
}

    .header-top.closeNav {
        width: calc(100% - 0px);
        left: 0px;
    }

.nav-ul-citi li a svg {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 8px 12px 8px 12px;
}

.nav-ul-citi li a span {
    width: 100%;
    padding-left: 15px;
    display: inline-block;
}

.nav-ul-citi li a .menu-name {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 0px 0 0 5px;
    font-size: 14px;
    margin: 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    color: #fff;
    font-weight: 600;
    padding-left: 05px;
}

.nav-ul-citi li a:hover .menu-name {
    color: var(--main-font-color);
    font-size: 14px;
    font-weight: 600;
    -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;
    color: #fff;
}

.nav-ul-citi li a:hover {
    /* background: var(--main-gri-color); */
    /* border-radius:10px; */
    -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;
    word-break: break-word;
    color: #000;
    font-weight: 600;
}

.nav-ul-citi li a.active {
    background: #fff;
    /* border-radius:10px; */
}

    .nav-ul-citi li a.active .menu-name {
        display: block;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        word-break: break-word;
    }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .close {
    opacity: 1;
}

.modal-title {
    line-height: 0.7;
}

.closeCust {
    width: 15px;
    margin-bottom: 13px;
}

.nhai-btn {
    background: var(--main-gri-color);
    border: none;
    padding: 6px 14px;
}

.modal-footer {
    border: none;
}

.nav-main .nav-ul-citi li a .menu-name {
    display: none;
}

.nav-main.closeNav .nav-ul-citi li a .menu-name {
    display: block;
    line-height: 1.7;
}

/*.nav-ul-citi li a.active .menu-icon{
	 display: none;
}*/
.nav-ul-citi li a.active .menu-icon-active {
    display: block;
}

.nav-ul-citi li a .menu-icon {
    display: block;
}
/*.nav-ul-citi li a .menu-icon-active {
    display: none;
}*/

/*Hover active effect*/
/*.nav-ul-citi li a:hover .menu-icon-active {
    display: block;
}*/
/*.nav-ul-citi li a:hover .menu-icon {
    display: none;
}*/

.nav-ul-citi li a.active svg g g polygon {
    stroke: #fff;
}

.nav-ul-citi li a.active svg g g path {
    stroke: #fff;
}


.nav-ul-citi li a.active svg g g rect {
    stroke: #fff;
}

.nav-ul-citi li a.active svg g g line {
    stroke: #fff;
}

.nav-ul-citi li a.active svg g path {
    stroke: #fff;
}

.nav-ul-citi li a:hover svg g g polyline {
    stroke: #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.nav-ul-citi li a:hover svg g g polygon {
    stroke: #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.nav-ul-citi li a:hover svg g g path {
    stroke: #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.nav-ul-citi li a:hover svg g path {
    stroke: #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;
}

.nav-ul-citi li a:hover svg g g rect {
    stroke: #fff;
}

.nav-ul-citi li a:hover svg g g line {
    stroke: #fff;
}

/*Side Menu end*/

/*Header start*/
.header-main {
    overflow: hidden;
    padding: 10px 10px;
}

    .header-main a {
        float: left;
        color: black;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        font-size: 18px;
        line-height: 25px;
        border-radius: 4px;
    }

a.logo-text {
    padding: 0;
    margin: 0 0 0 40px;
}

    a.logo-text img {
        width: 120px;
    }

.header-main a.active {
    background: dodgerblue;
    color: white;
}

.header-right {
    float: right;
}

.language-ul li {
    border-collapse: collapse;
    border: 1px solid;
    padding: 0;
    margin: 7px 0 0 0;
}

    .language-ul li a {
        color: var(--main-font-color);
        font-size: 12px;
        font-weight: 600;
        padding: 2px 12px;
        border-radius: unset !important;
    }

        .language-ul li a.active {
            background: var(--main-langback) !important;
            color: #fff !important;
            font-weight: 500;
        }

.main-pills ul {
    float: right;
    margin: 0 12px 0 0;
}

.main-pills {
    display: inline-block;
    width: 100%;
    /* float: right; */
}

.header-main {
    width: 100%;
    height: 65px;
}

.dropdown-menu.datepicker {
    z-index: 9999;
}

.cutome-droptop ul {
    position: absolute !important;
    left: -120px !important;
    z-index: 9999999;
    padding: 0 30px;
    font-size: 12px;
    color: #000 !important;
}

    .cutome-droptop ul li a {
        color: #000;
    }

/*Header end*/
input[type="file"] {
    padding: 3px !important;
}

.sub-item.bottom-sub-item {
    bottom: 0;
}

.fontThick td {
    background: #d5d5d5 !important;
}

.nav-ul-citi li.active a {
    background: #e0f1fb !important;
    /* border-radius: 10px; */
}

    .nav-ul-citi li.active a span {
        color: #000 !important;
        /* border-radius: 10px; */
    }

.logout.top {
    color: #fff;
    font-weight: 700;
    padding: 0px 0 0 0;
    text-decoration: underline;
    position: relative;
    top: -3px;
}

.logout.top i {
    color: #fff;
    font-size: 18px;
}

.datatable-wordbreak{
    width: 100px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {

    .header-img-eoffice {
        display: none;
    }

    h5.main-page-title-h5 {
        display: none;
    }
}

@media only screen and (min-width : 320px) and (max-width : 767px) {

    .nav-main.closeNav {
        background: #093249 !important;
    }

    a.side-menu-click {
        background: #093249 !important;
    }

    .header-img-eoffice {
        display: none;
    }

    h5.main-page-title-h5 {
        display: none;
    }
}

.blinking {
    animation: blinkingText 2s infinite;
    color: red;
    font-weight: bold;
    font-size: 21px;
}

@keyframes blinkingText {
    0% {
        color: red;
    }

    49% {
        color: red;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: red;
    }
}
