﻿/***************Header************/
@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: Lora-Bold;
    src: url(../fonts/Lora-Bold.ttf);
}

body {
    font-family: Lato-Regular;
    color: #6A6A6A;
}

html{
    font-family: Lato-Regular;
    color: #6A6A6A;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Lora-Bold;
}

ul.top-ul {
    margin-bottom: 0;
}

.btn.btn-primary.pink {
    background: #F73E7D !important;
    border-color: #F73E7D !important;
}

section.navigation-bar.sticky {
    background: #11459d;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

button.btn.btn-success.rounded-100 {
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.input-search-bar {
    width: 100%;
}

    .input-search-bar input.form-control {
        background: #F5F5F5;
        border: 0;
        border-radius: 0;
    }

    .input-search-bar button.btn.btn-dark {
        background: #E5E5E5;
        border-radius: 0 !important;
        color: #333333;
        border: 0;
        margin-bottom: 0;
    }

.social-media {
    padding-left: 0;
    margin: 0;
    display: flex;
    list-style: none;
}

section.navigation-bar.sticky a.nav-link {
    color: #fff !important;
}

.top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}

.ministry-logo-wrp {
    display: flex;
    align-items: center;
}

ul.social-media li a {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    border-right: 1px solid #fff;
    padding-right: 15px;
}

ul.social-media li:last-child a {
    border: 0;
    margin: 0;
    padding: 0;
}

.ministry-logo-wrp img {
    width: 70px;
}

section.company-name-wrp {
    padding-top: 15px;
}

section.page-sec_1 {
    padding-top: 15px;
}

.name-project * {
    padding: 0;
    margin: 0;
    color: #00A651;
}

.name-project {
    margin-left: 15px;
}

.search-wrpsec {
    display: flex;
    align-items: center;
    justify-content: end;
}

.navigation-bar ul.navbar-nav {
    /* justify-content: space-around; */
}

.white-color-bg {
    background: #fff;
    width: 15px;
    height: 15px;
}

.black-color-bg {
    background: #000;
    width: 15px;
    height: 15px;
}

.login-btn {
    background: #4279ce;
}

.ministry-logo-wrp img {
}

.ministry-logo-wrp a {
    display: inline-block;
}

.ministry-logo-wrp h4 {
    display: inline-table;
    border-left: 1px solid #cacaca;
    padding: 15px;
}

/***************Header************/
section.top-bar {
    background-color: #11459d;
    padding: 7px 0;
}

section.navigation-bar {
}

ul.top-ul {
    display: inline-flex;
    justify-content: flex-end;
    list-style: none;
    align-items: center;
    padding: 0;
}

    ul.top-ul a {
        color: #fff;
        font-size: small;
    }

nav.navbar ul a {
    font-size: 14px;
   /* color: #000 !important;*/
    font-weight: 600;
}

.scroltop {
    position: fixed;
    right: 15px;
    bottom: 50px;   
    width: 30px;
    height: 60px;
    color: #fff;
    z-index: 1050;
    cursor: pointer;
}

    .scroltop > span {
        animation: arrow 3s infinite;
        transition-delay: 1s;
        width: 2px;
        height: 40px;
        position: absolute;
        left: 16px;
        background: #f73e7d;
        transition: 0.5s;
    }

@keyframes arrow {
    0%, 20%, 50%, 80%, 100% {
        margin-top: 18px;
    }

    40% {
        margin-top: 10px;
    }

    60% {
        margin-top: 15px;
    }
}

/**************************Banner css************/
span.small-text-br {
    position: relative;
}

    span.small-text-br:before {
        content: '';
        position: absolute;
        left: calc(100% + 15px);
        width: 60px;
        height: 2px;
        background: #222831;
        top: calc(50% - 1px);
    }

.heading-name-dg h2 {
    font-size: 36px;
    line-height: initial;
}

    .heading-name-dg h2 span {
        color: #F73E7D;
    }

.banner-row {
    display: flex;
    justify-content: end;
    position: relative;
}

.banner-img-wrp {
    width: 75%;
}

.slider-banner .carousel-indicators {
    width: calc(100% - 75%);
    margin: 0;
    position: absolute;
    display: inline-flex;
    justify-content: unset;
    left: unset;
    right: unset;
    left: 50%;
    justify-content: center;
}

    .slider-banner .carousel-indicators li {
        height: 15px;
    }

        .slider-banner .carousel-indicators li.active {
            background: #F73E7D;
        }

.banner-info-content {
    padding: 50px;
    background: #11459d;
    width: 33.333333%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    display: flex;
    flex-flow: column;
    color: #fff;
}

    .banner-info-content h4 {
        margin-bottom: 30px;
    }

    .banner-info-content button {
        position: absolute;
        bottom: 30px;
        width: calc(100% - 60px);
        transform: translateX(-50%);
        left: 50%;
    }

.banner-img-wrp img {
    width: 100%;
}

.pic_card {
    position: relative;
    overflow: hidden;
}

.pic-over-content {
    position: absolute;
    z-index: 9;
    height: 100%;
    top: 0;
    left: 0;
    background: #1BA8F0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
}

a.over-btn-pic {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F73E7D;
    color: #fff;
    padding: 21px 30px;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    bottom: 54px;
}

    a.over-btn-pic span {
        display: none;
        margin-right: 7px;
    }

.card-content_pic {
    text-align: center;
    padding: 15px;
    color: #333333;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.card_pic_wrp:hover .pic-over-content {
    visibility: visible;
    opacity: 1;
}

.card_pic_wrp:hover a.over-btn-pic {
    z-index: 9;
    width: 70%;
    bottom: 0;
}

    .card_pic_wrp:hover a.over-btn-pic span {
        display: inline-block;
        right: 0;
    }

a.over-btn-pic .fa {
    position: absolute;
    right: 15px;
}

a.over-btn-pic .fa {
    right: 22px;
}

section.page-sec_3 {
    padding-bottom: 50px;
}

.swiper-button-next span {
    width: 35px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #9A9A9A;
    transition: 0.5s;
    top: 50%;
}

.swiper-button-next {
    right: 30px;
    position: absolute;
    z-index: 9;
    top: -60px;
    width: 50px;
    height: 35px;
}

    .swiper-button-next span:before {
        width: 20px;
        height: 20px;
        content: '';
        border: 3px solid #9A9A9A;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        border-left: 0;
        border-bottom: 0;
        transition: 0.5s;
    }

    .swiper-button-next:hover span, .swiper-button-next:focus span, .swiper-button-next:visited span {
        background: #F73E7D;
        width: 65px;
    }

        .swiper-button-next:hover span:before, .swiper-button-next:hover span:before, .swiper-button-next:hover span:before {
            border-color: #F73E7D;
        }

.swiper-button-prev span {
    width: 35px;
    height: 2px;
    position: absolute;
    right: 0;
    background: #9A9A9A;
    transition: 0.5s;
    top: 50%;
}

.swiper-button-prev {
    width: 50px;
    position: absolute;
    right: 100px;
    transition: 0.5s;
    height: 35px;
    top: -60px;
}

    .swiper-button-prev span:before {
        width: 20px;
        height: 20px;
        content: '';
        border: 3px solid #9A9A9A;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        border-right: 0;
        border-top: 0;
        transition: 0.5s;
    }

    .swiper-button-prev:hover span, .swiper-button-prev:visited span, .swiper-button-prev:focus span {
        background: #F73E7D;
        width: 65px;
    }

        .swiper-button-prev:hover span:before, .swiper-button-prev:visited span:before, .swiper-button-prev:visited span:focus {
            border-color: #F73E7D;
        }

.photo-right-box {
    position: relative;
    background: #ffffff;
    padding: 30px;
    top: 100px;
    z-index: 90;
    position: absolute;
    right: 0;
    top: -150px;
    width: calc(50% - 14px);
}

.left-slide-map h2 {
    margin-bottom: 30px;
}

.left-slide-map p {
    margin-bottom: 30px;
}

.pic_state-icon {
    margin-bottom: 30px;
    display: flex;
}

    .pic_state-icon img {
        margin-right: 15px;
    }

    .pic_state-icon h5 {
        margin-bottom: 0;
        color: #10375C;
    }

section.page-sec_5 {
    position: relative;
    margin-top: 150px;
    padding-bottom: 50px;
}

.swiper-pagination_2 {
    display: none;
}

.control-pre-next {
    position: relative;
    margin-top: 60px;
}

.swiper-button-next_2 {
    left: 70px;
    bottom: 0;
    top: unset;
}

.swiper-button-prev.swiper-button-prev_2 {
    left: 0;
    top: unset;
    bottom: 0;
}

.photo-right-box:before {
    content: '';
    position: absolute;
    width: 100%;
    background: white;
    width: 50%;
    height: 100%;
    left: calc(-100% - 42px);
    top: 0;
}

ul.nav.nav-pills {
    flex-flow: column;
}

    ul.nav.nav-pills li a {
        width: 100%;
        background: padding-box;
        padding: 12px;
        display: block;
        border-radius: 5px;
        color: #222831;
    }

    ul.nav.nav-pills a.active {
        background: #F73E7D;
        color: #fff;
        box-shadow: 0px 8px 14px 0px #f73e7d4f;
    }

    ul.nav.nav-pills li {
        margin-bottom: 7px;
    }

section.page-sec_2 {
    padding: 50px 0;
}

/**************************Banner css************/
.swiper-container .swiper-wrapper .swiper-slide .card-image {
    background: #ffffff;
    border: none;
    outline: none;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24); */
    border-radius: 2px;
}

    .swiper-container .swiper-wrapper .swiper-slide .card-image img {
        display: block;
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

.swiper-container .swiper-pagination-bullet {
    opacity: 0.8;
    background: #252a32;
}

.swiper-container .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    background-image: none;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: 0;
    margin-top: -1rem;
}

    .swiper-container .swiper-button-next .arrow-icon, .swiper-container .swiper-button-prev .arrow-icon {
        font-size: 2rem;
        color: #ffffff;
    }

/*img {
    max-width: 100%;
}*/

/**************************Banner css************/
/**************************Banner css************/
/**************************Banner css************/
.web-page {
    background: #0D2C4A;
    padding: 50px 0;
    color: #F8F8F8;
    padding-top: 90px !important;
    margin-bottom: 0 !important;
    padding-bottom: 30px !i;
}

.footer-social ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}

    .footer-social ul a {
        color: #fff;
        font-size: 24px;
        margin-right: 15px;
    }

.footer-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.scroltop > span:before {
    width: 21px;
    height: 21px;
    content: '';
    border: 3px solid #f96597;
    position: absolute;
    right: -9px;
    top: 11px;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 0;
    transition: 0.5s;
    border-right: 0;
}










/*******************/


.card_cl {
    box-shadow: 0 0 9px #00000029;
    border: 1px solid #fcbfd3;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    color: #fff;
    min-height: 200px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.5s;
    overflow: hidden;
}

    .card_cl img {
        width: 40px;
    }

.name-of-rain h4 {
    font-size: 29px;
    margin-bottom: 7px;
}

    .name-of-rain h4 sub {
        font-size: 16px;
    }

sub {
}

.name-of-rain p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 900;
}

.last-update-on {
    display: flex;
    justify-content: end;
    font-size: 12px;
    color: #fff;
}

    .last-update-on p {
        margin-bottom: 0;
    }

.card_cl.color_1 {
    background: #2049bc;
    border-color: #153CAB;
}

    .card_cl.color_1 .name-of-rain h4 {
        color: #fff;
    }

.name-of-rain {
    margin-bottom: 0;
    margin-top: 20px;
}

.card_cl.color_2 {
    background: #20bc98;
}

.card_cl.color_3 {
    background: #6a20bc;
}

.card_cl.color_4 {
    background: #bc2085;
}

.card_cl.color_5 {
    background: #ff9900;
}

.card_cl.color_6 {
    background: #ff0047;
}

.card_cl p {
    margin: 0;
}

span.pic-crl {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #ffffff38;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-ft {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 7px 15px;
    border-top: 1px solid #0000000a;
    background: #00000014;
}

    .link-ft a {
        color: #ededff;
        text-decoration: underline;
        font-size: 14px;
    }


section.rain-dtl {
    padding-top: 50px;
    padding-bottom: 35px;
}

.card_cl:hover {
    transform: translateY(-5px);
}

section#facts {
    margin-bottom: -60px;
    /* position: relative; */
}



.fact_bg span {
    font-size: 30px;
    font-weight: 600;
    color: #f73e7d;
}

.fact_bg p {
    color: #fff;
    margin-bottom: 0;
}

.row.counters .col-lg-4:nth-child(1) {
    background: #11459d;
}

.row.counters .col-lg-4:nth-child(2) {
    background: #0d3a85;
}

.row.counters .col-lg-4:nth-child(3) {
    background: #11459d;
}

a.back-to-top {
    position: fixed;
    bottom: 30px;
    background: #f73e7d;
    color: #fff;
    padding: 11px;
    border-radius: 5px;
    right: 15px;
}

img.pattern {
    width: 100%;
    position: absolute;
    right: 0;
    height: 100%;
    top: -36px;
    opacity: 0.2;
    pointer-events: n;
}
/*******Login************/
    .login-pk {
        background: #ffffff;
        padding: 30px;
    }

        .login-pk button.close {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 30px;
            height: 30px;
            background: #f73e7d;
            border-radius: 30px;
            z-index: 9;
        }

        .login-pk h5.modal-title {
            margin-bottom: 30px;
            margin-top: 0;
            text-align: center;
            font-size: 24px;
            color: #000;
        }

    .new-md-wd {
        max-width: 400px;
    }

    input#UserID {
    }

    .login-pk .form-control {
        height: 42px;
    }

    .captcha-pic {
        display: flex;
        align-items: center;
        position: relative;
    }

        .captcha-pic a {
            background: #e9ecef;
            width: 42px;
            height: 42px;
            display: block;
            max-width: 42px;
            position: absolute;
            left: 123px;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #ced4da;
        }

    .input-group.mb-3.captcha-pic {
        display: flex;
        align-items: center;
    }

    .captcha-pic .form-control {
        margin-left: 55px;
        border-radius: 3px !important;
    }

    .captcha-pic br {
        display: none;
    }
    /*******************/

    @media (max-width: 767px) {
        .footer-social {
            flex-flow: column;
            text-align: center;
        }

        .photo-right-box {
            position: relative;
            width: 100%;
            padding: 15px;
            top: 0;
        }

        section.page-sec_5 {
            margin-top: 0;
        }

        .banner-info-content {
            display: none;
        }

        .banner-img-wrp {
            width: 100%;
        }

        .slider-banner .carousel-indicators {
            width: 100%;
            left: unset;
        }

        .ministry-logo-wrp {
            margin-bottom: 15px;
        }

        button.btn.btn-success.rounded-100 {
            padding-left: 15px;
            padding-right: 15px;
        }

        ul.social-media {
            display: none;
        }

        .top-row {
            justify-content: center;
        }

        section.navigation-bar {
            background: #333333;
            margin-top: 15px;
            padding: 15px;
            position: relative;
        }

        .name-project * {
            font-size: 16px;
        }

        button.navbar-toggler {
            font-size: 14px;
            position: absolute;
            right: 0;
            top: -7px;
            border-color: #ffffff75 !important;
        }

        section.navigation-bar.sticky {
            top: 0;
            margin-top: 0;
        }

        h2 {
            font-size: 26px !important;
        }

        h3 {
            font-size: 24px;
        }

        .swiper-button-next {
        }

        .swiper-button-next_1 {
            top: 0;
        }

        .swiper-button-prev_1 {
            top: 0;
        }

        .pic_card {
            margin-top: 30px;
        }

        .swiper-button-prev span:before {
        }

        .swiper-button-prev span:before {
        }

        .pic_state-icon {
            text-align: center;
            justify-content: center;
            background: #f7f7f7;
            padding: 30px;
        }

        section.page-sec_5 {
            padding: 50px 0;
        }

        section.page-sec_4 {
        }

            section.page-sec_4 .row.mt-5 {
                margin-top: 0 !important;
            }

        section.page-sec_2 button.btn.btn-dark.rounded-0.mr-2 {
            margin-bottom: 15px !important;
            margin-right: 0 !important;
        }

        section.page-sec_3 {
            padding: 50px 0;
        }

        section.page-sec_2 {
            padding-bottom: 0;
        }

        .scroltop {
            bottom: 10px;
        }

        .navbar-nav .nav-link {
            color: #fff !important;
        }
    }


/********************************/

body {
    font-size: 13px !important;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
}

.GW-title .title-1 {
    color: #000000;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}

.GW-title .title-2 {
    color: #000000;
    text-decoration: none;
    font-style: italic;
    margin: 0;
    line-height: initial;
    font-size: 13px;
    text-align: left;
}

.app-content {
    margin-top: 55px;
}

.app-sidebar {
    padding-top: 80px;
    background: #082c58;
    background-size: 174%;
    background-position-x: -83px;
}

.form-control {
    font-size: 12px;
    border: 0px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px;
    transition: 0.4s;
    outline: 0;
    background-color: transparent;
}

    .form-control:focus {
        color: #20c997;
        background-color: #fff;
        border-bottom: 1px solid;
        border-color: #20c997;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
        /*width: 100%;*/
        transition: 0.4s;
        outline: 0;
    }

textarea {
    font-size: 12px;
    border: 0px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px;
    transition: 0.4s;
    outline: 0
}

    textarea:focus {
        color: #20c997;
        background-color: #fff;
        border-bottom: 1px solid;
        border-color: #20c997;
        outline: 0 !important;
        /*box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);*/
        width: 100%;
        transition: 0.4s;
        outline: 0;
    }

.TopHeadFixed {
    background: rgba(0, 127, 175, 0.95);
    padding: 4px 20px 5px 20px;
    height: 46px;
    transition: all 0.5s;
    top: 0;
}

.Heading-top-Page {
    /* background-color: #00ced1; */
    color: #ffffff;
    font-size: 17px !important;
    margin-bottom: 9px;
    border-radius: 7px;
    font-weight: 900 !important;
    margin-top: 15px;
    padding: 12px 15px;
    background: #19a946;
    display: inline-block;
    border: 1px solid #e3e3e3;
}

.tile {
}

    .tile .tile-title {
        font-size: 1rem;
    }

.tile-min-height {
    min-height: calc(100vh - 95px);
    padding: 0px;
    padding-bottom: 10px;
}

.tile-min-height-full {
    min-height: calc(100vh - 208px);
    padding: 0px;
    padding-bottom: 10px;
}

.tile-min-height-gh {
    min-height: 285px;
    padding: 0px;
    padding-bottom: 10px;
}

.logo-css {
    margin-top: -25px;
    display: block;
}

.img-bottom-file {
    height: 98px;
}

@media (max-width:767px) {
    .logo-css {
        /*margin-top: -4px;*/
        margin-top: -19px;
    }

    .img-bottom-file {
        height: 0;
        display: none;
    }

    .tile-min-height {
        min-height: 100px;
    }

    .tile-min-height-full {
        min-height: 100px;
    }

    .tile-min-height-gh {
        padding-bottom: 34px;
    }
}

.loader {
    position: relative;
    text-align: left;
    margin: 5px 5px 0 0;
    z-index: 9999;
    display: block;
    width: 20px;
    height: 20px;
    border: 5px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    /* text-align: center; */
    /* background: transparent; */
    padding: 0;
    margin-bottom: 15px;
    padding-left: 72px;
    padding-right: 15px;
    clear: both;
    padding-top: 7px;
}

    #footer .copyright {
        text-align: center;
        width: 100%;
        background: #e2ebfb;
        padding: 10px 15px;
        border-radius: 7px;
        color: #11459d;
        font-weight: 600;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #ccc;
    }

.f-8 {
    font-size: 8px !important;
}

.f-9 {
    font-size: 9px !important;
}

.f-10 {
    font-size: 10px !important;
}

.f-11 {
    font-size: 11px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-17 {
    font-size: 17px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-19 {
    font-size: 19px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-21 {
    font-size: 21px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-23 {
    font-size: 23px !important;
}

.f-24 {
    font-size: 24px !important;
}

.f-25 {
    font-size: 25px !important;
}
/*
 * Font Weight
 */

.f-300 {
    font-weight: 300 !important;
}

.f-400 {
    font-weight: 400 !important;
}

.f-500 {
    font-weight: 500 !important;
}

.f-700 {
    font-weight: 700 !important;
}

.table th, .table td {
    padding: 0.40rem !important;
}

.table thead th {
    background-color: #e2ebfb;
    color: #11459d;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0.6;
}

.control-label {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #000;
}
label {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #000;
}

canvas {
    padding: 0 !important;
    margin-bottom: -4px;
}

.dash-bg-footer {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #eee;
    padding: 5px;
    margin-bottom: -2px;
    line-height: 20px;
    color: #08BFFB;
    border-radius: 0 0 3px 3px;
    min-height: 33px;
}

.PolygonLabelcss {
    margin-top: 35px !important;
}

div.dataTables_wrapper {
    /*width: 800px;*/
    margin: 0 auto;
}

    div.dataTables_wrapper .div.dataTables_filter input {
        width: 72%;
    }

.modal {
    background-color: rgba(0,0,0, 0.2);
}

.modal-header {
    padding: 0.5rem;
}

    .modal-header h4, .modal-header .h4 {
        font-size: 1rem;
    }

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.map-div {
    z-index: 401;
    background-color: transparent;
    top: 15px;
    position: absolute;
    right: 90px;
}

@media (min-width:640px) and (max-width:767px) {
    .map-div {
        width: 40% !important;
    }
}

@media (min-width:440px) and (max-width:639px) {
    .map-div {
        width: 50% !important;
    }
}

@media (max-width:439px) {
    .map-div {
        width: 70% !important;
    }
}

.map-anchor {
    z-index: 401;
    position: absolute;
    right: 62px;
    top: 15px;
    cursor: pointer;
    font-size: 20px;
    background-color: #fff;
    padding: 0 5px;
    /*border: solid 1px #ddd;*/
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
}


.input-group-addon {
    padding: 8px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
}

.multiselect-clear-filter {
    padding: 5px 6px;
    border-radius: 0 10px 10px 0;
    line-height: 22px;
}

span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px;
}

.multiselect-container > li > a > label {
    padding: 3px 20px 3px 6px;
}

/*.tile {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    padding-bottom: 0 !important;
    border-left: 3px solid #007ac1;
    border-radius: 7px;
    border-right: 3px solid #007ac1;
}*/

.tile {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #959394;
    padding-bottom: 10px !important;
    border-left: 3px solid #959394;
    border-radius: 7px;
    border-right: 3px solid #959394;
/*    margin-top: 65px;
*/  /*  width: 1625px;*/
/*   Height: 65px;
*/}




/*input[type=checkbox] {
    height: 18px;
    width: 18px;
}*/

.filter-header {
    height: 50px;
    line-height: 33px;
    padding: 5px 9px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border: solid 1px #e8e8e8;
}

    .filter-header .Filter-tag {
        font-size: 18px;
        font-style: italic;
        text-decoration: underline;
        color: #006b94;
    }

.filter-top {
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
    border: 1px solid #e80c4d !important;
    /*background-color: #ffbfbd !important;*/
    background-color: #f7dcdb !important;
}

#CaptchaImage {
    height: 42px;
    border-radius: 3px;
    border: 1px solid #ced4da;
}

.datepicker.dropdown-menu {
    margin-top: 35px;
}

.list-group-item.active {
    border-color: snow;
    background-color: #007ac1 !important;
    color: #fff;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: #94ae8c !important;
}

.app-nav__item {
    line-height: 2.4;
}

.app-menu__item, .treeview-item {
}

.app-sidebar__toggle {
    line-height: 2.9;
}

.treeview-item {
    padding: 8px 5px 8px 15px;
    /*white-space: nowrap;*/
    font-size: 13px;
    text-decoration: none;
}

    .treeview-item .icon {
        font-size: 9px;
        font-weight: bold;
        /* color: #08c; */
    }
a {
    text-decoration: none;
        
}
.img-logo {
    width: 55px;
}

    .img-logo img {
        height: 48px;
    }

.img-logo_text {
    font-family: 'Oswald', sans-serif;
    text-align: left;
    margin-left: 2px;
    text-align: center;
}

.selected {
    background-color: #f5f8f2 !important;
    color: #c68f8f575;
}

.selected {
    background-color: #17b2041c !important;
    color: #c68f8f575;
}

    .selected td, .selected th {
        color: #1c820a;
    }


@media (min-width: 768px) {
    .sidebar-mini.sidenav-toggled .treeview-menu {
        padding: 1px 5px;
        min-width: 220px;
        /*white-space: nowrap;*/
    }

    .sidebar-mini.sidenav-toggled .app-menu__label {
        min-width: 220px;
    }

    .app-header__logo {
    }
}

.app-header {
    /* background: rgb(17 69 157) url(../Images/strip_4.png) no-repeat; */
    background: #fff;
    background-position: right 71px bottom -7px;
    background-size: 75%;
    /* background-image: url('../img/water_bg.jpg'); */
    background-size: cover;
}

@media (max-width:767px) {
    .app-header {
        background-position: right 71px bottom 13px;
    }
}

/*download canvas chart as png,jpg and pdf*/
.ChDwnBtn {
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(-100px, 38px, 0px);
}

.DivChDwnBtn {
    display: none;
    z-index: 11;
    position: absolute;
    width: 100px;
    height: auto;
    background: #fff;
    border: solid 1px #ddd;
    right: 20px;
    top: 25px;
    border-radius: 4px;
}

    .DivChDwnBtn a i {
        margin-right: 5px;
    }

    .DivChDwnBtn a:hover {
        color: #000;
        background-color: #ddd;
        border-bottom: dotted 1px #ccc;
    }

.btn-grp-download {
    position: absolute;
    right: 18px;
    top: 3px;
    padding: 0px 1px 0px 5px;
    font-size: 17px;
    /*background: #585858;*/
    background: #fff;
    color: #000;
    border: solid 1.5px #ccc;
    z-index: 1;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.teetip {
    border: solid 1px #808080;
    margin-left: 15px !important;
    background: #fff !important;
}


.lbl-ctrl-txt {
    text-align: right;
    padding-right: 0px;
}

.lbl-ctrl-txt-left {
    text-align: left;
    padding-right: 0px;
}

@media screen and (max-width: 767px) {
    .lbl-ctrl-txt {
        text-align: left;
    }

    .lbl-ctrl-txt-left {
        text-align: left;
    }
}

.btncls {
    float: right;
    position: fixed;
    right: 10px;
    top: 80px;
    z-index: 1051;
    margin-top: -1px;
    height: 39px;
    width: 47px;
    border: 2px solid #30a0d8;
    border-radius: 6px;
}

    .btncls i {
        font-size: 26px !important;
        color: red;
    }

#div-show-new {
    float: right;
    width: 25%;
    height: auto;
    border-radius: 4px;
    display: block;
    position: fixed;
    right: 7px;
    z-index: 1001;
    min-height: 100px;
    top: 120px;
    padding: 5px;
    margin-bottom: 10px;
}

#div-show {
    float: right;
    width: 25%;
    min-height: 100px;
    max-height: 357px;
    overflow: auto;
    border-radius: 4px;
    display: block;
    position: fixed;
    right: 7px;
    z-index: 1001;
    min-height: 100px;
    top: 303px;
    padding: 5px;
}

@media (max-width:768px) {
    #div-show-new {
        float: right;
        width: 70%;
        height: auto;
        border-radius: 4px;
        display: block;
        position: fixed;
        right: 7px;
        z-index: 1001;
        min-height: 100px;
        top: 120px;
        padding: 5px;
    }

    #div-show {
        float: right;
        width: 70%;
        min-height: 100px;
        max-height: 350px;
        overflow: auto;
        border-radius: 4px;
        display: block;
        position: fixed;
        right: 7px;
        z-index: 1001;
        min-height: 100px;
        top: 342px;
        padding: 5px;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    #div-show-new {
        float: right;
        width: 50%;
        height: auto;
        border-radius: 4px;
        display: block;
        position: fixed;
        right: 7px;
        z-index: 1001;
        min-height: 100px;
        top: 120px;
        padding: 5px;
    }

    #div-show {
        float: right;
        width: 50%;
        min-height: 100px;
        max-height: 350px;
        overflow: auto;
        border-radius: 4px;
        display: block;
        position: fixed;
        right: 7px;
        z-index: 1001;
        min-height: 100px;
        top: 273px;
        padding: 5px;
    }
}

@media (min-width:1025px) and (max-width:1279px) {
    #div-show-new {
        float: right;
        width: 40%;
        height: auto;
        border-radius: 4px;
        display: block;
        position: fixed;
        right: 7px;
        z-index: 1001;
        min-height: 100px;
        top: 120px;
        padding: 5px;
    }

    #div-show {
        float: right;
        width: 40%;
        min-height: 100px;
        max-height: 350px;
        overflow: auto;
        border-radius: 4px;
        display: block;
        position: fixed;
        right: 7px;
        z-index: 1001;
        min-height: 100px;
        top: 273px;
        padding: 5px;
    }
}

.app-content {
    min-height: calc(100vh - 90px);
    position: relative;
    z-index: 1;
}


a.app-header__logo {
    position: relative;
    left: 0%;
    /*transform: translateX(-50%);*/
    display: flex;
    align-items: center;
    padding: 0px 5px 0px 10px;
}


header.app-header a.app-nav__item {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: transparent;
    position: relative;
    top: 10px;
    border: 1px solid #082c58;
    color: #082c58;
}

a.app-nav__item:hover {
    color: inherit;
}

a.app-nav__item {
}

.tile-min-height-gh {
    padding-bottom: 50px !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 5px;
}

section.content-header {
    color: white;
    background-color: #00ced1;
    color: #fff;
    padding: 10px 12px;
    font-size: 17px !important;
    margin-bottom: 15px;
    border-radius: 7px;
    display: none !important;
}

.clsAddbutton {
    /* position: absolute; */
    float: right;
    margin-top: -58px;
}

.card {
    border-radius: 7px;
    border: 1px solid #b7ccef;
    box-shadow: 0 0 5px #0000001f;
}



/**********pramod kumar 5-5-2022*****************/


.single-border .form-control {
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

    .single-border .form-control:disabled, .single-border .form-control[readonly] {
        padding-left: 5px;
    }

.single-border label {
    margin-bottom: 0;
    font-weight: 600;
    color: #0d3985;
}

.visible-hidden {
    visibility: hidden;
}

.Heading-top-Page .fa {
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
}

.app-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    pointer-events: none;
}

.img-logo {
    width: 55px;
    top: -3px !important;
    position: relative !important;
}

body:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
   /* background-image: url('../img/feature-ab.svg');*/
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.06;
    pointer-events: none;
}

div#tblAbstract_filter {
    padding-right: 40px;
}

.animated-radio-button {
    cursor: pointer !important;
    font-size: 16px;
}

.tile-2 {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    padding-bottom: 0 !important;
    border-radius: 7px;
    padding: 15px;
}

    .tile-2.mapwrappwer {
        padding: 0;
        height: 597px;
    }
/**********pramod kumar 5-5-2022*****************/
.form-group.form-to span {
    position: absolute;
    left: 0;
    top: 9px;
}

.form-group.form-to {
    position: relative;
}

    .form-group.form-to .form-control {
        padding-left: 39px;
    }

.show-div {
    border: 1px solid #ced4da;
    padding: 15px;
    background: #fff;
    clear: both;
    overflow: hidden;
    padding-bottom: 7px;
}

.form-bx-1 .form-control {
    padding-left: 0;
}

.fm-tabs-two ul.list-group li.list-group-item {
    border-left: 0;
    border-right: 0;
}

.wq-fm form {
    width: 100%;
}

button#ton-new {
    background: #11459d;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    button#ton-new .fa {
        color: #ffffff !important;
        margin: 0 !important;
        font-size: 20px !important;
    }

.water-level-bx.row {
    justify-content: end;
    height: 196px;
}


.water-level-bx .show-div {
    border-bottom: 0;
    padding-bottom: 0;
}

 

.water-level-bx.row.active {
    display: none;
}


.col-md-9.margin-top-196 {
    margin-top: -196px;
}


.col-md-9.margin-top-196.active {
    margin-top: 0px;
}

/**************************************/
.show-div-2 {
    border: 1px solid #ced4da;
    padding: 15px;
    background: #fff;
    clear: both;
    padding-bottom: 7px;
    margin-top: 20px;
    position: relative;
    padding-top: 15px;
    overflow: inherit;
    padding-bottom: 50px;
}

a.info-show-dv {
    font-size: 30px;
    color: #11459d;
    position: absolute;
    right: 9px;
    top: -23px;
    width: 26px;
    height: 45px;
    display: inline-block;
    background: #fff;
    z-index: 99;
    cursor: pointer;
}



.water-level-bx-2.active {
    display: none;
}

.exportBtn {
    /*    position: absolute;*/
    right: 18px;
    top: 3px;
    padding: 0px 1px 0px 5px;
    font-size: 17px;
    color: #000;
    border: solid 1.5px #ccc;
    z-index: 1;
    margin-top: 20px;
    margin-left: 10px;
}
/**************************************/
