


html,
body {
    font-size: 14px;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    /*    margin-bottom: 30px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.main-header {
/*    background: #f79d64;*/
    /*    border-bottom: 4px solid #f79d64;*/
    border-bottom: 2px solid #2fb9f8;
}

.carousel-inner img {
    width: 100%;
    /*    height: 485px;*/
}

.header-main-text {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
}

.site-logo {
    color: #000;
    background: url('../../assets/images/leftlogonew.png') no-repeat 0 0px;
    min-height: 80px;
    min-width: 502px;
    display: inline-block;
    padding-top: 10px;
    margin: 5px 0;
    font-size: 16px;
}

    .site-logo:hover {
        color: #000;
        text-decoration: none;
    }

.main-header-right {
    margin-top: 20px;
}

.main-header .primary_btn {
    text-transform: uppercase;
    padding: 0!important;
    margin-right: 20px !important;
}

.caption-custom {
    position: absolute;
    right: 5%;
    bottom: 165px;
    left: auto;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.social-safteyBox {
    width: 450px;
    background: rgba(193, 31, 66, .9);
    text-align: justify;
    padding: 30px;
}

.safteyBox-title {
    font-size: 22px;
    font-family: sans-serif;
    color: #fffc00;
    font-weight: 600;
    text-align: left;
}

.desc-text {
    font-size: 17px;
    line-height: 27px;
    text-align: justify;
    color: #fff2f5;
}

.primary_btn {
    display: inline-block;
    /*background: -webkit-linear-gradient(to right, #3fcaff 0%, #a4ffb0 51%, #3fcaff 100%);
	background: -moz-linear-gradient(to right, #3fcaff 0%, #a4ffb0 51%, #3fcaff 100%);
	background: -ms-linear-gradient(to right, #3fcaff 0%, #a4ffb0 51%, #3fcaff 100%);
	background: -o-linear-gradient(to right, #3fcaff 0%, #a4ffb0 51%, #3fcaff 100%);
	background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 51%, #3fcaff 100%);
	background-size: 200% auto;*/
    padding: 0 35px;
    color: #0a2d6b !important;
    letter-spacing: 1px;
    outline: none !important;
    box-shadow: 0 10px 30px rgba(163, 255, 177, .2);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    text-transform: uppercase;
    border-radius: 25px;
    line-height: 40px;
    border: none;
    background: none !important;
    font-size: 24px;
}

    .primary_btn:hover {
        background-position: right center;
        color: #22195e
    }

.breadcrumb-wraper {
    background: #e9ecef;
    display: none;
}

.menu-area {
    background: #fff;
    /*    background: #a8dede;*/
}

    .menu-area .dropdown-menu {
        padding: 0;
        margin: 0;
        border: 0 solid transition !important;
        border: 0 solid rgba(0, 0, 0, .15);
        border-radius: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background: #1565C0;
    }

    .menu-area .dropdown-item {
        display: block;
        width: 100%;
        padding: 10px 15px;
        clear: both;
        font-weight: 400;
        color: #343a40;
        text-align: inherit;
        white-space: nowrap;
        background-color: #ebebeb;
        border: 0;
        font-size: 13px;
        line-height: 15px;
        border-bottom: 1px solid #bbb;
    }

.mainmenu a,
.navbar-default .navbar-nav > li > a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    text-transform: capitalize;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    display: block !important;
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .navbar-nav > .show > a:hover {
    color: #fff;
    background: utline: 0;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Notification
--------------------------------------------------------------*/
.notification-count {
    top: -6px;
    right: -6px;
    padding: 0px 3px;
}

.notification-title {
    padding: 10px 10px 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    background: #007fff;
    color: #fff;
    margin-top: -7px;
    margin-bottom: 0px;
}

ul.notification-list {
    height: 205px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    background: aliceblue;
}

.top-head-dropdown .dropdown-menu {
    width: 350px;
    height: 251px;
    overflow: auto;
}

.custom-alerts {
    min-width: 320px;
    position: absolute;
    min-height: 32px;
    z-index: 9999;
    text-align: center;
    top: 60%;
    left: 50%;
    margin-left: -160px;
    /*transition: all 4s;*/
}
/*==========Sub Menu=v==========*/

.mainmenu .collapse ul > li:hover > a {
    background: #1565C0;
}

.mainmenu .collapse ul ul > li:hover > a,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
    background: #000;
}

.mainmenu .collapse ul ul ul > li:hover > a {
    background: #000;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background: #1565C0;
}

    .mainmenu .collapse ul ul ul,
    .mainmenu .collapse ul ul ul.dropdown-menu {
        background: #1E88E5
    }

        .mainmenu .collapse ul ul ul ul,
        .mainmenu .collapse ul ul ul ul.dropdown-menu {
            background: #64B5F6
        }


/******************************Drop-down menu work on hover**********************************/

.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover > ul {
        display: block
    }

    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }
        /*******/
        .mainmenu .collapse ul ul li {
            position: relative
        }

            .mainmenu .collapse ul ul li:hover > ul {
                display: block
            }

        .mainmenu .collapse ul ul ul {
            position: absolute;
            top: 0;
            left: 100%;
            min-width: 250px;
            display: none
        }
            /*******/
            .mainmenu .collapse ul ul ul li {
                position: relative
            }

                .mainmenu .collapse ul ul ul li:hover ul {
                    display: block
                }

            .mainmenu .collapse ul ul ul ul {
                position: absolute;
                top: 0;
                left: -100%;
                min-width: 250px;
                display: none;
                z-index: 1
            }
}

@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 35px
    }

    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 45px
    }
}


/* Style to change separator  */

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.search-sec {
    background: #fff;
    padding: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
}

.search-alt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(2rem + 6px) !important;
    border-radius: 0;
}

.search-alt-one {
    border-radius: 25px 0px 0px 25px;
}

.wrn-btn {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(2rem + 6px) !important;
    border-radius: 0;
    padding: 0;
    background-color: #002868;
    border-color: #002868;
}

.wrn-btn1 {
    border-radius: 0px 25px 25px 0px;
}

.table-bordered {
    /*border: 1px solid #069BB8;*/
    /* border-top:none; */
}

.table td,
.table th {
    padding: .5rem;
    vertical-align: top;
}



.table thead th {
    vertical-align: bottom;
    background: #0a326c;
    color: #fff;
    font-weight: normal;
}



.search-panel {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 10px 15px 0px;
    margin-bottom: 15px;
    /*background-image: linear-gradient(to right, #fffdf8, #fff7e5, #fff6da );*/
}



.form-control {
    font-size: 1rem;
}

.border-blue {
    border: 1px solid #b1ccea;
}

.text-on-pannel {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-left: 20px;
    padding: 5px 12px;
    position: absolute;
    margin-top: -15px;
    border: 1px solid#b1ccea;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
}

.procurementTypeContainer .panel-body,
.environalmetalScreeningContainer .panel-body,
.CNRMSubcategoryContainer .panel-body {
    padding-top: 30px !important;
}

.redAstrk {
    font-size: 7px;
    color: #dd5a43 !important;
    margin-left: 3px;
    top: -5px;
    position: relative;
}

.btn_primary {
    background-image: linear-gradient(to right, #0f89a2 0%, #176dad 100%);
    border-radius: 40px;
    box-sizing: border-box;
    color: #176dad;
    display: block;
    font: 1.125rem 'Oswald', Arial, sans-serif;
    /*18*/
    height: 40px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 120px;
    z-index: 2;
    outline: none;
    border: none;
}

    .btn_primary:hover {
        color: #fff;
    }

    .btn_primary span {
        align-items: center;
        background: #fff;
        border-radius: 40px;
        display: flex;
        justify-content: center;
        height: 100%;
        transition: background .5s ease;
        width: 100%;
    }

    .btn_primary:hover span {
        background: transparent;
    }

.square_btn {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #0f89a2 0%, #176dad 100%);
    background-image: linear-gradient(45deg, #0f89a2 0%, #176dad 100%);
    transition: .4s;
    border: none;
}

    .square_btn:hover {
        background-image: -webkit-linear-gradient(45deg, #176dad 0%, #0f89a2 100%);
        background-image: linear-gradient(45deg, #176dad 0%, #0f89a2 100%);
    }

.top-bar {
    background: #333;
    color: #fff;
    padding: 0px 0;
}

    .top-bar .contact-info {
        margin-right: 20px;
    }

    .top-bar ul {
        margin-bottom: 0;
    }

    .top-bar .contact-info a {
    }

    .top-bar ul.social-custom {
        margin-left: 20px;
    }

    .top-bar ul {
        margin-bottom: 0;
    }

    .top-bar a.login-btn i,
    .top-bar a.signup-btn i {
        margin-right: 10px;
    }

    .top-bar a,
    .top-bar a:hover {
        color: #fff;
    }

    .top-bar ul.social-custom a {
        text-decoration: none !important;
        width: 26px;
        height: 26px;
        line-height: 26px;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        margin: 0;
    }

a:focus,
a:hover {
    color: #348e7b;
    text-decoration: underline;
}

.top-bar a.login-btn,
.top-bar a.signup-btn {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none !important;
    font-size: 0.75rem;
    font-weight: 700;
    margin-right: 10px;
}

.btn-inverse,
.btn-inverse:focus {
    /* background-color: #f87831; */
    /* background: linear-gradient( 145deg, #4772d9, #5be0e0 ); */
    color: #fff;
    background-color: #f76818;
    border: none;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 1em;
    /* border: 1px solid #f87831; */
}

.btn-inverse-alt1,
.btn-inverse-alt1:focus {
    background-color: #f76818;
    /* background: linear-gradient( 145deg, #5be0e0, #4772d9 ); */
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 1em;
}

    .btn-inverse-alt1:hover {
        color: #fff;
        background-color: #f76818;
    }



.btn-inverse:hover,
.btn-inverse:active,
.open .btn-inverse.dropdown-toggle {
    color: #ffffff;
    background: #f76818;
    border-color: #e45608;
    transition: all 0.5s ease;
}

.btn-inverse.no-border:hover,
.btn-inverse.no-border:active {
    border-color: #333;
    transition: all 0.5s ease;
}

.btn-inverse.no-hover:hover,
.btn-inverse.no-hover:active {
    background-color: #a3a3a3 !important;
}

.btn-inverse.active {
    background-color: #434343 !important;
    border-color: #313131;
}

.btn-inverse.no-border.active {
    background-color: #3b3b3b !important;
    border-color: #3b3b3b;
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
    background-color: #383a3c !important;
    border-color: #383a3c;
    transition: all 0.5s ease;
}


/*--Button-inverse--*/

:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

    .card-signin .card-title {
        margin-bottom: 2rem;
        font-weight: 600;
        font-size: 1.5rem;
    }

    .card-signin .card-body {
        padding: 2rem;
        min-height: 420px;
    }

.form-signin {
    width: 100%;
}

    .form-signin .btn {
        font-size: 80%;
        border-radius: 5rem;
        letter-spacing: .1rem;
        font-weight: bold;
        padding: 1rem;
        transition: all 0.2s;
    }

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group input {
        height: auto;
        border-radius: 2rem;
    }

    .form-label-group > input,
    .form-label-group > label {
        padding: var(--input-padding-y) var(--input-padding-x);
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
        padding-bottom: calc(var(--input-padding-y) / 3);
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: calc(var(--input-padding-y) / 3);
            padding-bottom: calc(var(--input-padding-y) / 3);
            font-size: 12px;
            color: #777;
        }

.btn-google {
    color: white;
    background-color: #ea4335;
}

.btn-facebook {
    color: white;
    background-color: #3b5998;
}


/* Fallback for IE
    -------------------------------------------------- */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.loginContainer {
    background: none;
}

#nav-tab.nav-tabs {
    /* margin-top: -14px; */
}

    #nav-tab.nav-tabs .nav-link.active {
        background-color: #00152b;
        border-bottom: 3px solid #06a6ee;
        border-right: none;
        border-left: none;
        border-top: none;
        color: #7bbef3;
        border-bottom: 3px solid #2196f3;
        background-image: linear-gradient(#003a78, #00152b);
    }

    #nav-tab.nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
        background: #f3f3f4;
        color: #333;
        border-left: 1px solid #ccc;
        border-bottom: 3px solid #a4a4a4;
        background-image: linear-gradient(#f3f3f4, #d9d9da);
    }

.accordion .fa {
    margin-right: 0.5rem;
}

#accordionExample .card-header {
    padding: 0;
    background: none;
    border-color:
}

.form-control-plaintext {
    display: block;
    width: 100%;
    /* padding: .375rem 0; */
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #062adc;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    margin-top: -10px;
}

.fa-star.checked {
    color: #DC3547;
}

#calendar {
    max-width: 900px;
    margin: 40px auto;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

    .frontside .card,
    .backside .card {
        min-height: 200px;
    }

        .backside .card a {
            font-size: 18px;
            color: #007b5e !important;
        }

        .frontside .card .card-title,
        .backside .card .card-title {
            color: #007b5e !important;
        }

        .frontside .card .card-body img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
        }


/*---------------------------------------
        box-for all 
----------------------------------------*/

.box.box-primary {
    border-top-color: #002868;
}

.box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    border-top: 3px solid #d2d6de;
    border-top-color: rgb(210, 214, 222);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.27);
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    min-height: 205px;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-body {
    border-radius: 0 0 3px 3px;
    padding: 10px;
}

.btn-box-tool {
    background: transparent none repeat scroll 0 0;
    box-shadow: none !important;
    color: #97a0b3;
    font-size: 12px;
    padding: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 30px;
    top: 0px;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    /*color: #666;*/
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

.radio-toolbar {
    margin-bottom: 10px;
}

    .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .radio-toolbar label {
        display: inline-block;
        background-color: #fff;
        padding: 5px 10px;
        border: 2px solid #ccc;
        border-radius: 20px;
        min-width: 80px;
        text-align: center;
    }

        .radio-toolbar label:hover {
            background-color: #438afe;
            color: #fff;
        }

    .radio-toolbar input[type="radio"]:focus + label {
        border: 2px dashed #438afe;
    }

    .radio-toolbar input[type="radio"]:checked + label {
        background: #438afe;
        color: #fff;
    }

    .radio-toolbar input[type="radio"]:disabled + label {
        background: #eee;
        color: #666;
    }

    .radio-toolbar input[type="radio"]:disabled:checked + label {
        background: #438afe;
        color: #fff;
    }


/*Abhinav*/

.progress-custom {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #849397;
}

    .progress-custom > li {
        position: relative;
        display: table-cell;
        text-align: center;
        font-size: 12px;
    }

        .progress-custom > li:before {
            content: attr(data-step) !important;
            display: block;
            margin: 0 auto;
            background: #DFE3E4;
            width: 2em;
            height: 2em;
            text-align: center;
            margin-bottom: 0.25em;
            line-height: 1.75em;
            border-radius: 100%;
            position: relative;
            z-index: 1000;
        }

        .progress-custom > li:after {
            content: '';
            position: absolute;
            display: block;
            background: #DFE3E4 !important;
            width: 100%;
            height: 0.5em;
            top: .75em;
            left: 50%;
            margin-left: 1.5em\9;
            /*  z-index: -1;*/
        }

        .progress-custom > li:last-child:after {
            display: none;
        }

        .progress-custom > li.is-complete {
            color: #000;
        }

            .progress-custom > li.is-complete:before,
            .progress-custom > li.is-complete:after {
                color: #FFF;
                background: #009933 !important;
            }

        .progress-custom > li.is-submited:before,
        .progress-custom > li.is-is-submited:after {
            color: #FFF;
            background: #e6e600 !important;
        }

        .progress-custom > li.is-active {
            color: #000;
            font-weight: 600;
        }

            .progress-custom > li.is-active:before {
                color: #FFF;
                background: #ff0e0e !important;
                border: 2px solid #a94442;
            }


/**
* Needed for IE8
*/

.progress-custom__last:after {
    display: none !important;
}


/**
* Size Extensions
*/

.progress-custom--medium {
    font-size: 1.5em;
}

.progress-custom--large {
    font-size: 2em;
}

.feedback-emojis {
    text-align: center;
    margin-top: 0px;
}

    .feedback-emojis div {
        border: 1px solid #eee;
        width: 150px;
        height: 90px;
        padding: 10px;
        float: left;
        box-shadow: 0 0 3px #ccc;
        margin: 10px;
    }

    .feedback-emojis label {
        display: block;
    }


    /* HIDE RADIO */

    .feedback-emojis [type=radio] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }


        /* IMAGE STYLES */

        .feedback-emojis [type=radio] + img {
            cursor: pointer;
        }


        /* CHECKED STYLES */

        .feedback-emojis [type=radio]:checked + img {
            /* border-radius: 50%;*/
        }

.red {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.btn-success.alt {
    background: #ff5c0d;
    color: #fff;
    border: 1px solid #ff5c0d;
}

.left-gradient {
    border-left: 1px solid #eee;
    box-shadow: -5px 0px 5px 1px rgba(100, 100, 100, 0.3);
    margin-bottom: -15px;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table {
    text-align: left;
}

.card-header-custom {
    background: #673ab7;
    color: #fff;
}

    .card-header-custom h5 {
        font-size: 1rem;
    }


/*.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { width: 300px;
  margin: 100px auto;
  float: none;
  display: block;
}*/

.btn-light {
    border: 1px solid #ddd;
    border-radius: 30px;
}

.ui.dropdown {
    max-width: 800px;
}

@media only screen and (max-width: 767px) {
    .ui.selection.dropdown .menu {
        /*      max-height: 8.01428571rem; /* + 1.335714285 to 9.349999995rem */
        /*      max-height: 9.349999995rem; /* Adds a half */
        max-height: 16.02857142rem;
        /* Double size */
    }
}

@media only screen and (min-width: 768px) {
    .ui.selection.dropdown .menu {
        /*         max-height: 10.68571429rem; /* + 1.3357142863 to 12.0214285763rem */
        max-height: 12.0214285763rem;
    }
}

@media only screen and (min-width: 992px) {
    .ui.selection.dropdown .menu {
        max-height: 16.02857143rem;
        /* + 1.3357142858 to 17.3642857158rem */
    }
}

@media only screen and (min-width: 1920px) {
    .ui.selection.dropdown .menu {
        max-height: 21.37142857rem;
        /* + 1.3357142856 to 22.7071428556rem */
    }
}

#notfound {
    position: relative;
    height: 80vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 920px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

    .notfound .notfound-404 {
        position: absolute;
        height: 100px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Maven Pro', sans-serif;
            color: #ececec;
            font-weight: 900;
            font-size: 276px;
            margin: 0px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .notfound h2 {
        font-family: 'Maven Pro', sans-serif;
        font-size: 46px;
        color: #000;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0px;
    }

    .notfound p {
        font-family: 'Maven Pro', sans-serif;
        font-size: 16px;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 15px;
    }

    .notfound a {
        font-family: 'Maven Pro', sans-serif;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        background: #189cf0;
        display: inline-block;
        padding: 16px 38px;
        border: 2px solid transparent;
        border-radius: 40px;
        color: #fff;
        font-weight: 400;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound a:hover {
            background-color: #fff;
            border-color: #189cf0;
            color: #189cf0;
        }

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 h1 {
        font-size: 162px;
    }

    .notfound h2 {
        font-size: 26px;
    }
}

.tab-content {
    background-color: #fff;
    /* background-color:#e5f8fe; 
  background-image: linear-gradient(#e5f8fe, #fff); */
    box-shadow: 20px 20px 50px 10px #edfff4 inset;
}

.f-175 {
    font-size: 1.75em;
}


/*------------------------------
      Footer ID
---------------------------------*/


.Operators {
    min-width: 54px;
    height: 22px;
    background: transparent;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #b7b7b7;
    /*color: #fff300;*/
    margin-bottom: 4px;
    padding: 0px 3px;
}

.QBAttridiv, .QBValuediv {
    float: left;
    min-height: 125px;
    width: 200px;
    margin: 2px 4px;
}

.QBAttridiv {
    border: 1px solid #ddd;
    background: none;
}

.QBValuediv {
    border: thin;
    border: 1px solid #ddd;
    background: none;
}

.QBGraphicSelectionClass {
    width: 120px;
    height: 21px;
    margin-left: 7px;
    margin-top: 12px;
    position: relative;
    top: 5px;
}

.QBQueryname {
    /*color: white;*/
    margin-top: 20px;
    margin-left: 20px;
}

.Query-icon {
    background: url(../../images/map-img/queryB.png) no-repeat 3px 6px;
}

.QBAddbtn {
    /*//  margin: 5px;*/
    width: 40px;
    height: 28px;
    /*background-color: lightgray;*/
    text-align: center;
    display: inline-block;
    font-size: 12px;
    margin: 1px;
}

.form-control-custom-query {
    width: 160px;
    height: 28px;
}

.QBAddbtn1 {
    /*//  margin: 5px;*/
    width: 40px;
    height: 28px;
    /*background-color: lightgray;*/
    text-align: center;
    display: inline-block;
    font-size: 12px;
    margin: 1px;
    visibility: hidden;
}

.control {
    color: #555;
    width: 104px;
    height: 22px;
}

.control1 {
    color: #555;
    width: 104px;
    height: 22px;
    margin-left: 10px;
}

.control12 {
    color: #555;
    margin-left: 32px;
    width: 104px;
    height: 22px;
}

.QBA {
    width: 100px;
    height: 200px;
}

#QBLoadQuery {
    height: 25px;
    width: 130px;
}

.QueryBuilderTextArea {
    width: 290px;
    margin: 4px auto;
    /*background: transparent;*/
}

.QBSelectLayer {
    position: relative;
    left: 3px;
    top: 5px;
}

.QBLayer {
    top: 5px;
    margin: 10px;
    width: 150px;
    height: 21px;
    position: relative;
}

.fieldLabel {
    padding-left: 3px;
    margin-bottom: 1px;
}

#QBattributeID {
    width: 199px;
    height: 100px;
    border: thin;
    background: none;
    border-top: 1px solid #ddd;
    outline: none
    /*color: #fff;*/
}

    #QBattributeID:focus, #QBvalueID:focus {
        outline: none;
    }

#QBvalueID {
    width: 199px;
    height: 100px;
    border: thin;
    background: none;
    border-top: 1px solid #ddd;
}

#QueryText {
    position: relative;
    left: 15px;
    top: 10px;
}

.operatorLabel {
    /*color: #fff;*/
    margin-bottom: 2px;
    margin-left: 5px;
}

.valueLabel {
    /*color: #fff;*/
    margin-bottom: 0px;
    margin-left: 5px;
    margin-top: 4px;
}

.form-control-custom {
    border: 1px solid #ddd;
}

.text-themecolor {
    color: #fff;
    font-size: 18px;
    margin: 0;
}


.page-titles {
    /*    background-color: #b8f4fe;*/
    background-color: #0062a4;
    margin-bottom: 10px;
    padding-top: 6px;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 13px;
    color: #fff;
    /*background: url('../../assets/images/breadcrumb-bg.jpg') no-repeat 0 0px;*/
}

.shadow-md {
    box-shadow: 0 0 .25rem rgba(0,0,0,.075) !important;
}

.page-titles .breadcrumb {
    padding: 0px;
    background: transparent;
    margin: 3px 0px;
}

    .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: '\f35a'; /* You should use \ and not /*/
        font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
        color: #a6b7bf;
        font-size: 14px
    }

.breadcrumb-item a, .breadcrumb-item a:hover {
    color: #fff;
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.freeBird {
    margin-top: -100px;
}

.custom-alerts {
    min-width: 320px;
    position: fixed;
    min-height: 32px;
    z-index: 99999999;
    text-align: center;
    top: 0;
    left: 50%;
    margin-left: -160px;
    display: none;
    /*transition: all 4s;*/
}

.small-text {
    font-size: 12px;
}

.breadcrumb-item.active {
    color: #fff;
}


/* Rounded tabs */

@media (min-width: 576px) {
    .rounded-nav {
        border-radius: 50rem !important;
    }
}

@media (min-width: 576px) {
    .rounded-nav .nav-link {
        border-radius: 50rem !important;
    }
}



/* With arrow tabs */

.with-arrow .nav-link.active {
    position: relative;
}

    .with-arrow .nav-link.active::after {
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #186838;
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
    }

/* lined tabs */

.lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
}

    .lined .nav-link:hover {
        border: none;
        border-bottom: 3px solid transparent;
    }

    .lined .nav-link.active {
        background: none;
        color: #555;
        border-color: #186838;
    }

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/



.nav-pills .nav-link {
    color: #555;
}

.text-uppercase {
    letter-spacing: 0.1em;
}

.sub-heading {
    color: #c82c20;
    text-align: center;
}

.multiselect {
    width: 100%;
    height: 150px;
    border: solid 1px #c0c0c0;
    overflow: auto;
}


.multiselect-on {
    color: #666;
    background-color: #e9ecef;
}

.list-style-none {
    list-style: none;
}

/*Password Strength*/
.Short {
    width: 100%;
    background-color: #dc3545;
    margin-top: 5px;
    height: 3px;
    color: #dc3545;
    font-weight: 500;
    font-size: 12px;
}

.Weak {
    width: 100%;
    background-color: #ffc107;
    margin-top: 5px;
    height: 3px;
    color: #ffc107;
    font-weight: 500;
    font-size: 12px;
}

.Good {
    width: 100%;
    background-color: #28a745;
    margin-top: 5px;
    height: 3px;
    color: #28a745;
    font-weight: 500;
    font-size: 12px;
}

.Strong {
    width: 100%;
    background-color: #d39e00;
    margin-top: 5px;
    height: 3px;
    color: #d39e00;
    font-weight: 500;
    font-size: 12px;
}
/*Password Strength*/
.hide {
    display: none !important;
}


/*--------------------------------------------------------------
# Sections Aboutus
--------------------------------------------------------------*/
.about-sec .m-heading {
    margin: 0 0 50px;
}

    .about-sec .m-heading:before {
        left: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

.abt-para {
    font-size: 16px;
    line-height: 1.67;
    margin-bottom: 20px;
    padding: 0 40px 0 0;
    text-align: justify;
}

#ur-brand-list {
    border: 2px solid #efefef;
    border-right: 0px solid #efefef;
    float: left;
    width: 100%;
    border-bottom: 0;
}

.our-brand-list {
    padding: 25px 10px;
    border-right: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
}

.hm-about {
    border: 1px solid #e0e0e0;
    padding: 15px;
}

.hm-aboutR {
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-left: 0;
}

#ur-brand-list li {
    float: left;
    width: 33.3%;
}

.our-brand-list figure img {
    width: 70px;
}

.our-brand-list figure {
    display: table;
    margin: 0 auto 20px;
    height: 90px;
}

.our-brand-list p {
    font-size: 14px;
    text-align: center;
    line-height: 1.67;
}

#ur-brand-list .owl-dots {
    position: absolute;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.m-heading {
    display: table;
    position: relative;
    margin: 0 auto 60px;
    color: #2c2a33;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

    .m-heading::before {
        background: rgba(253, 169, 0, 1);
        position: absolute;
        left: 50%;
        bottom: -15px;
        content: '';
        width: 40px;
        height: 3px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

.sub-heading {
    display: table;
    width: 620px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 18px;
    color: #504e56;
}

.cm-section.gray {
    background: #f3f3f3;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #eff5ff;
}

.search-slt {
    border-right: 0;
    border-radius: 0;
}

/*-------------------------------------------
        Sidebar -- Left -- 14-12-2020
----------------------------------------------*/
/***    left menu ****/

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
/*    height: 100vh;*/
}

    .page-wrapper .theme {
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 4px;
        margin: 2px;
    }

        .page-wrapper .theme.rightPanel-blue {
            background: #1e2229;
        }

    /*----------------toggeled sidebar----------------*/

    .page-wrapper.toggled .sidebar-wrapper {
        left: 0px;
        padding-top: 90px;
    }

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 0px;
        padding-top: 90px;
    }
}
/*----------------show sidebar button----------------*/
.btn-custom-blue {
    background: #002868;
}

#show-sidebar {
    position: fixed;
    left: 0;
    top: 265px;
    border-radius: 0;
    width: 13px;
    transition-delay: 0.1s;
    z-index: 9999;
    padding: 0;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    #show-sidebar i {
        position: relative;
        left: -2px;
        padding: 6px 2px;
    }

#close-sidebar {
    position: fixed;
    left: 260px;
    top: 265px;
    border-radius: 0;
    width: 13px;
    z-index: 9999;
    padding: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    #close-sidebar i {
        position: relative;
        left: -2px;
        padding: 6px 2px;
    }

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

    .sidebar-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-wrapper a {
        text-decoration: none;
    }

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

    .sidebar-content.desktop {
        overflow-y: hidden;
    }

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

    .sidebar-wrapper .sidebar-brand > a {
        text-transform: uppercase;
        font-weight: bold;
        flex-grow: 1;
    }

    .sidebar-wrapper .sidebar-brand #close-sidebar {
        cursor: pointer;
        font-size: 20px;
    }
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

    .sidebar-wrapper .sidebar-header .user-pic {
        float: left;
        width: 60px;
        padding: 2px;
        border-radius: 12px;
        margin-right: 15px;
        overflow: hidden;
    }

        .sidebar-wrapper .sidebar-header .user-pic img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .sidebar-wrapper .sidebar-header .user-info {
        float: left;
    }

        .sidebar-wrapper .sidebar-header .user-info > span {
            display: block;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-role {
            font-size: 12px;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-status {
            font-size: 11px;
            margin-top: 4px;
        }

            .sidebar-wrapper .sidebar-header .user-info .user-status i {
                font-size: 8px;
                margin-right: 4px;
                color: #5cb85c;
            }

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

    .sidebar-wrapper .sidebar-menu .header-menu span {
        font-weight: bold;
        font-size: 14px;
        padding: 15px 20px 5px 20px;
        display: inline-block;
    }

    .sidebar-wrapper .sidebar-menu ul li a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        position: relative;
        padding: 8px 5px 8px 5px;
    }

        .sidebar-wrapper .sidebar-menu ul li a i {
            margin-right: 10px;
            font-size: 12px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }

        .sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
            display: inline-block;
            animation: swing ease-in-out 0.5s 1 alternate;
        }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        font-style: normal;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        background: 0 0;
        position: absolute;
        right: 15px;
        top: 14px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
        padding: 5px 0;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
        padding-left: 25px;
        font-size: 13px;
    }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
            content: "\f111";
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
            font-style: normal;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 10px;
            font-size: 8px;
        }

    .sidebar-wrapper .sidebar-menu ul li a span.label,
    .sidebar-wrapper .sidebar-menu ul li a span.badge {
        float: right;
        margin-top: 8px;
        margin-left: 5px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-submenu {
        display: none;
    }



    .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
        transform: rotate(90deg);
        right: 17px;
    }

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

    .sidebar-footer > a {
        flex-grow: 1;
        text-align: center;
        height: 30px;
        line-height: 30px;
        position: relative;
    }

        .sidebar-footer > a .notification {
            position: absolute;
            top: 0;
        }

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

    .badge-sonar:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid #980303;
        opacity: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: sonar 1.5s infinite;
    }

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 90px;
}

    .page-wrapper .page-content > div {
        padding: 0px 0px;
    }

.page-wrapper .page-content {
    overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #525965;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #525965;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

/*-----------------------------rightPanel-blue-------------------------------------------------*/

.rightPanel-blue .sidebar-wrapper {
    background: #002868;
}

    .rightPanel-blue .sidebar-wrapper .sidebar-header,
    .rightPanel-blue .sidebar-wrapper .sidebar-search,
    .rightPanel-blue .sidebar-wrapper .sidebar-menu {
        border-top: 1px solid #3a3f48;
    }

        .rightPanel-blue .sidebar-wrapper .sidebar-search input.search-menu,
        .rightPanel-blue .sidebar-wrapper .sidebar-search .input-group-text {
            border-color: transparent;
            box-shadow: none;
        }

        .rightPanel-blue .sidebar-wrapper .sidebar-header .user-info .user-role,
        .rightPanel-blue .sidebar-wrapper .sidebar-header .user-info .user-status,
        .rightPanel-blue .sidebar-wrapper .sidebar-search input.search-menu,
        .rightPanel-blue .sidebar-wrapper .sidebar-search .input-group-text,
        .rightPanel-blue .sidebar-wrapper .sidebar-brand > a,
        .rightPanel-blue .sidebar-wrapper .sidebar-menu ul li a,
        .rightPanel-blue .sidebar-footer > a {
            color: #fff;
        }

            .rightPanel-blue .sidebar-wrapper .sidebar-menu ul li:hover > a,
            .rightPanel-blue .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
            .rightPanel-blue .sidebar-wrapper .sidebar-header .user-info,
            .rightPanel-blue .sidebar-wrapper .sidebar-brand > a:hover,
            .rightPanel-blue .sidebar-footer > a:hover i {
                color: #b8bfce;
            }

.sidebar-menu ul li a.activeMenuItem {
    color: #16c7ff !important;
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}


.page-wrapper.rightPanel-blue.toggled #close-sidebar {
    color: #fff;
}

    .page-wrapper.rightPanel-blue.toggled #close-sidebar:hover {
        color: #ffffff;
    }

.rightPanel-blue .sidebar-wrapper ul li:hover a i,
.rightPanel-blue .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.rightPanel-blue .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.rightPanel-blue .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.rightPanel-blue .sidebar-wrapper .sidebar-menu ul li a i,
.rightPanel-blue .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.rightPanel-blue .sidebar-wrapper .sidebar-search input.search-menu,
.rightPanel-blue .sidebar-wrapper .sidebar-search .input-group-text {
    background: #0d3471;
}

.rightPanel-blue .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.rightPanel-blue .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

    .rightPanel-blue .sidebar-footer > a:first-child {
        border-left: none;
    }

    .rightPanel-blue .sidebar-footer > a:last-child {
        border-right: none;
    }

.table .fa {
    font-size: 21px;
    margin-right: 6px;
}
/*--Satya- 23-12-2020--*/
#statusTabs #benficiary-tab.nav-tabs {
    /* margin-top: -14px; */
}

#benficiary-tab.nav-tabs .nav-link {
    font-size: 13px;
    padding: 6px 6px;
}

#statusTabs.nav-tabs .nav-link {
    font-size: 13px;
    padding: 6px 6px;
}

#benficiary-tab.nav-tabs .nav-link.active {
    background-color: #bf0a30;
    border-bottom: 3px solid #06a6ee;
    border-right: none;
    border-left: none;
    border-top: none;
    color: #ffffff;
    border-bottom: 3px solid #fd6383;
    background-image: linear-gradient(#a20010, #bf0a30);
}

#statusTabs.nav-tabs .nav-link.active {
    background-color: #bf0a30;
    border-bottom: 3px solid #06a6ee;
    border-right: none;
    border-left: none;
    border-top: none;
    color: #ffffff;
    border-bottom: 3px solid #fd6383;
    background-image: linear-gradient(#a20010, #bf0a30);
}

#benficiary-tab.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    background: #f3f3f4;
    color: #333;
    border-left: 1px solid #ccc;
    border-bottom: 3px solid #a4a4a4;
    background-image: linear-gradient(#f3f3f4, #d9d9da);
}

#statusTabs.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    background: #f3f3f4;
    color: #333;
    border-left: 1px solid #ccc;
    border-bottom: 3px solid #a4a4a4;
    background-image: linear-gradient(#f3f3f4, #d9d9da);
}

#divBeneficiaryInfo .tab-content {
    background-color: #fff;
    box-shadow: 20px 20px 50px 10px #e8e8e8 inset;
    padding: 6px 12px;
}

.borderDiv {
    border-style: solid;
    border-radius: 12px;
    border-width: 1px;
    margin: 12px;
    padding: 6px;
}
/*--Satya- 23-12-2020--*/
.feedbackchecked {
    background: #bae3ff;
}
/*--Satya- 12-01-2021--*/

.search-panel {
    background: #f5fafe none repeat scroll 0 0;
    border: 1px solid #b1ccea;
    overflow: hidden;
    border-radius: 5px;
    padding: 10px 15px 0px;
    margin-bottom: 15px;
}
/*--Satya- 14-01-2021--*/
.workProgerssDiv {
    font-size: 15px;
    text-align: right;
    margin-top: 13px;
    font-style: italic;
    font-family: cursive;
    color: #C62828;
    letter-spacing: 2.5px;
}
/*----------Animate------------------*/
.ml1 {
    font-weight: 900;
    font-size: 19px;
    margin-top: 8px;
    font-style: italic;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

    .ml1 .letter {
        display: inline-block;
        line-height: 1em;
    }

    .ml1 .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.1em;
        padding-right: 0.05em;
        padding-bottom: 0.15em;
    }

    .ml1 .line {
        opacity: 0;
        position: absolute;
        left: 0;
        height: 3px;
        width: 100%;
        background-color: #fff;
        transform-origin: 0 0;
    }

    .ml1 .line1 {
        top: 0;
    }

    .ml1 .line2 {
        bottom: 0;
    }

/*----------Animate------------------*/


#layoutCrossProgramMenu78 {
    pointer-events: none;
    color: #867777;
}

    #layoutCrossProgramMenu78 i:hover {
        color: #867777;
    }

/*-------Satya--31-12-2020---------------*/
.CustomGRMTabs {
    /* margin-top: -14px; */
}

    .CustomGRMTabs .nav-link {
        font-size: 13px;
        padding: 6px 6px;
    }

        .CustomGRMTabs .nav-link.active {
            background-color: #bf0a30;
            border-bottom: 3px solid #06a6ee;
            border-right: none;
            border-left: none;
            border-top: none;
            color: #ffffff;
            border-bottom: 3px solid #fd6383;
            background-image: linear-gradient(#a20010, #bf0a30);
            text-align: left;
        }

    .CustomGRMTabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
        background: #f3f3f4;
        color: #333;
        border-right: 1px solid #b9b9b9 !important;
        border-bottom: 3px solid #a4a4a4;
        background-image: linear-gradient(#f3f3f4, #d9d9da);
        text-align: left;
    }

    .CustomGRMTabs .tab-content {
        background-color: #fff;
        box-shadow: 20px 20px 50px 10px #e8e8e8 inset;
        padding: 6px 12px;
    }

.font-11 {
    font-size: 11px;
    margin-right: 5px;
}

.CustomGRMTabsContent {
    box-shadow: none
}

    .CustomGRMTabsContent .tab-pane {
        border: 1px solid #b7b7b7;
        border-top: 0;
        padding: 5px 10px;
    }

.next-step {
    position: relative;
    top: 10px;
    right: -11px
}

.prev-step {
    position: relative;
    top: 10px;
    right: -11px
}

.compPara {
    font-size: 13px;
    color: #b70828;
    font-style: italic;
    line-height: 17px;
}

.complainerInfoDiv {
    border: 1px solid #b7b7b7;
    padding: 10px;
    border-radius: 12px;
    background: #fdfdfd;
}
/*--Satya- 31-12-2020--*/


/*--Satya-- 10-02-2020--*/

.GRM-Details .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.GRM-Details .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #ffffff;
    border: 1px solid #b7b7b7;
    margin-bottom: 2px;
    margin-top: 2px;
}



.GRM-Details .panel-title {
    font-size: 13px;
    margin: 0;
}

    .GRM-Details .panel-title > a {
        display: block;
        padding: 5px 8px;
        text-decoration: none;
        color: #438afe;
        font-weight: normal;
    }

.GRM-Details .more-less {
    float: right;
    color: #bf0a30;
    font-size: 10px;
    margin-top: 2px;
}

.GRM-Details .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #b7b7b7;
    border-top: 0px;
    padding: 5px 10px;
    margin-top: -2px;
}

.usr-title {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 5px;
    margin-top: 2px;
}

.boldText {
    font-weight: 600;
    color: #000;
    font-size: 13px;
}

.NormalText {
    font-weight: 500;
    color: #555;
    font-size: 12px;
    display: block;
    /*text-align: right;
    float: right;*/
}


.downloaddoc-gird {
    width: 100%;
}

    .downloaddoc-gird thead > tr > th {
        padding: 3px 7px;
        font-size: 13px;
    }

    .downloaddoc-gird tbody > tr > td {
        padding: 3px 7px;
        font-size: 13px;
    }

    .downloaddoc-gird .fa {
        font-size: 12px
    }

.ComplainerInfo-box {
    border: 1px solid #dee2e6;
    padding: 7px;
    border-radius: 15px;
    margin-bottom: 8px;
    margin-top: 8px;
}


/*--Satya-- 10-02-2020--*/

/*Remarks*/
.toggle-text {
}

.toggle-text-content span {
    display: none;
}

.toggle-text-link {
    /*display: block;*/
    margin: 5px 0;
}

.toggle-text1 {
}

.toggle-text-content1 span {
    display: none;
}

.toggle-text-link1 {
    /*display: block;*/
    margin: 5px 0;
}
/*Remarks*/
/*result framework dashboard*/
.w-150 {
    min-width: 150px
}

.divRA {
    position: absolute;
    right: 200px;
    margin-top: -27px;
}

    .divRA div {
        float: left;
    }

    .divRA .InputBx {
        position: relative;
        margin-top: -7px;
        margin-left: 10px;
        width: 288px;
    }

.accordion .card-header {
    padding: 0;
    /*background: #673ab7;*/
}

.card-header .btn-link {
    background-image: linear-gradient(#003a78, #00152b);
    /*background-image: linear-gradient(#f3f3f4, #d9d9da);*/
    color: #fff;
    display: block;
    width: 100%;
    text-align: left;
}

    .card-header .btn-link.collapsed {
        color: #000;
        background-image: linear-gradient(#f3f3f4, #d9d9da);
        display: block;
        width: 100%;
        text-align: left;
    }



.selected {
    /*color: red !important;*/
    background-color: #fea80042 !important;
}

.margin-top-20 {
    margin-top: 20px;
}

p.note {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #f0f7fb;
    border: solid 1px #3498db;
    border-radius: 6px;
    line-height: 10px;
    overflow: hidden;
    padding: 12px;
}
/*result framework dashboard*/

/*--------------Masters Tabs------------------*/
.masters-tabs {
    font-size: 14px;
    color: #333;
    min-height: 400px;
    border: 1px solid #b7b7b7;
}

    .masters-tabs .nav-tabs .nav-link {
        background: #fff;
        border: 1px solid transparent;
        color: #333;
        height: 37px
    }

        .masters-tabs .nav-tabs .nav-link.active {
            background-color: #f44336 !important;
            border-color: transparent !important;
            color: #fff;
        }

    .masters-tabs .nav-tabs .nav-link {
        border: 1px solid #b7b7b7;
        border-top-left-radius: 0rem !important;
        border-right: 0;
        border-left: 0;
    }

    .masters-tabs .tab-content > .active {
        background: #fff;
        display: block;
        padding: 7px 12px;
        margin-left: 140px;
    }

    .masters-tabs .nav.nav-tabs {
        border-bottom: 0;
        border-right: 1px solid #b7b7b7;
        display: block;
        float: left;
        min-height: 398px;
        min-width: 140px
    }

    .masters-tabs div.tab-content {
        min-height: 350px;
    }

    .masters-tabs .sv-tab-panel {
        background: #fff;
        min-height: 350px;
        padding-top: 0px;
    }

    .masters-tabs div#home-v.tab-pane .sv-tab-panel {
        /*background: #a6dba6*/
    }

    .masters-tabs div#profile-v.tab-pane .sv-tab-panel {
        /*background: #99d699;*/
    }

    .masters-tabs div#messages-v.tab-pane .sv-tab-panel {
        /*background: #8cd18c*/
    }

    .masters-tabs div#settings-v.tab-pane .sv-tab-panel {
        /*background: #80cc80*/
    }

.font-14 {
    font-size: 14px !important;
}
/*--------------Masters Tabs------------------*/

.rowgrouprf {
    background-color: #002868 !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 13px !important;
    font-style: italic !important;
}



.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    height: 200px;
    overflow-y: auto;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
/* ----Autocomplete----*/
.Btn-border {
    border: 1px solid #ddd;
    border-left: 0;
}

.custom-srch-btn {
    padding: 4px 8px;
}

/*-------Checkox Form---------*/
.form_checkbox {
    display: block;
    margin-bottom: 0px;
    float: left;
    margin-right: 7px;
}

    .form_checkbox input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form_checkbox label {
        position: relative;
        cursor: pointer;
    }

        .form_checkbox label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #0079bf;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 5px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }

    .form_checkbox input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 7px;
        width: 6px;
        height: 13px;
        border: solid #0079bf;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
/*-------Checkox Form---------*/

.update-panel-box,
.upload-doc-box,
.upload-detail-box {
    border: 1px solid #ddd;
    padding: 8px 8px 4px;
    margin-bottom: 8px;
    border-radius: 6px;
    background: #fff;
}

.doc-title {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    line-height: 25px;
}



.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    height: 200px;
    overflow-y: auto;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
/* ----Autocomplete----*/


/*------Satya-----03-06-2021-------*/
.grievanceTabsCnt nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.grievanceTabsCnt nav > div a.nav-item.nav-link {
    border: none;
    padding: 6px 12px;
    color: #353535;
    background: #c3c3c3;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-right: 4px;
}

    .grievanceTabsCnt nav > div a.nav-item.nav-link.active {
        color: #fff;
        background: #bf0a30;
    }

        .grievanceTabsCnt nav > div a.nav-item.nav-link.active:hover {
            color: #fff;
        }


.grievanceTabsCnt #grievanceContent {
    background: #fff;
    box-shadow: none;
    line-height: 25px;
    border: 1px solid #ddd;
    padding: 10px 10px !IMPORTANT;
    height: 300px;
    overflow-y: auto
}

.grievanceTabsCnt nav > div a.nav-item.nav-link:hover {
    border: none;
    color: #bf0a30;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: background 0.20s linear;
}

#grievanceTab .nav-item {
    margin-bottom: 0
}

/*============collapsible-grid=============*/
.expandibleTable tr.hide-table-padding td {
    padding: 0;
}

.expand-button {
    position: relative;
}

.expandibleTable .accordion-toggle .expand-button:after {
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translate(0, -50%);
    content: '-';
}

.expandibleTable .accordion-toggle.collapsed .expand-button:after {
    content: '+';
}

.expandibleTable thead tr th,
.expandibleTable tbody tr td {
    padding: 3px;
}

.secondaryTableMain thead tr th {
    background-color: #efefef !important;
    color: #bf0a30;
    font-weight: 600;
}

.secondaryTableMain thead tr th,
.secondaryTableMain tbody tr td {
    padding: 1px 6px !important;
}
/*============collapsible-grid=============*/

/*Hemant tree*/

    .tree {
        --spacing: 1.5rem;
        --radius: 10px;
    }

        .tree li {
            display: block;
            position: relative;
            padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);

        }

        .tree ul {
            margin-left: calc(var(--radius) - var(--spacing));
            padding-left: 0;
        }

            .tree ul li {
                border-left: 2px solid #ddd;
                margin-bottom:5px;
                padding-left:35px;
            }

                .tree ul li:last-child {
                    border-color: transparent;
                }

                .tree ul li::before {
                    content: '';
                    display: block;
                    position: absolute;
                    top: calc(var(--spacing) / -2);
                    left: -2px;
                    width: calc(var(--spacing) + 2px);
                    height: calc(var(--spacing) + 1px);
                    border: solid #ddd;
                    border-width: 0 0 2px 2px;
                   
                }

        .tree summary {
            display: block;
            cursor: pointer;
            padding-left: 2px;
            margin-bottom: 5px;
        }

            .tree summary::marker,
            .tree summary::-webkit-details-marker {
                display: none;
            }

            .tree summary:focus {
                outline: none;
            }

            .tree summary:focus-visible {
                outline: 1px dotted #000;
            }

            .tree li::after,
            .tree summary::before {
                content: '';
                display: block;
                position: absolute;
                top: calc(var(--spacing) / 2 - var(--radius));
                left: calc(var(--spacing) - var(--radius) - 1px);
                width: calc(2 * var(--radius));
                height: calc(2 * var(--radius));
                border-radius: 50%;
                background: #ddd;
            }


            .tree summary::before {
                z-index: 1;
                background: #696 url("../../Assets/images/expand-collapse.svg") 0 0;
            }

        .tree details[open] > summary::before {
            background-position: calc(-2 * var(--radius)) 0;
        }
.popup {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba( 0, 0, 0, 0.4 );
    display: none;
}

.popup-content {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888888;
    width: 30%;
    font-weight: bolder;
}

    .popup-content button {
        display: block;
        margin: 0 auto;
    }

.show {
    display: block;
}



html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    
}

.demo {
  
}

    .demo h1 {
        margin-top: 0;
    }

/**
 * Footer Styles
 */

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
   
}

.scrolled {
    background: #acd4ff;
}

.rules-group-header .group-actions .btn-success{ margin-right: 5px;}

/*.rules-group-container {
width: 800px;
}
*/
.fa.fa-trash {
    color: red;
}