
@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    font-family: Poppins !important;
}
.form-label {
    color: rgba(0, 0, 0, 0.6);
}

.custom-control {
    border: 1px solid rgb(129 129 129);
    padding: 5px;
    box-shadow: 1px 2px #8080801c;
    margin: 5px;
    width: 100%;
    font-family: Poppins !important;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.GridMain1 .GridMain2 .GLEditInput, .GridMain1 .GridMain2 .GLEditTextarea {
    font: 11px "Microsoft Sans Serif", Arial;
    border: 0 none;
    margin: 0px;
    padding: 0px;
    padding-left: 1px;
    padding-right: 1px;
    vertical-align: top;
}



.accordion > .card:first-of-type {
    border-bottom: 1px solid #dfdfdf !important;
}

.label {
    color: #82898f;
    font-weight: 600;
}

.hover_image:hover {
    text-decoration: none;
}
/* Optional (avoid undesired underscore if a is used as wrapper) */
.hide {
    display: none;
}
/* Do the shift: */
.hover_image:hover img:first-child {
    display: none;
}

.hover_image:hover img:nth-child(2) {
    display: inline-block;
}

/* left navigation */
.mcgm-left-panel li {
    font-family: Poppins !important;
    width: 100%;
    display: inline-block;
    padding: 10px 10px 5px;
}

    .mcgm-left-panel li.active a, .mcgm-left-panel li.active a:focus, .mcgm-left-panel li.active a:hover {
        font-family: Poppins !important;
        border: 0 none;
        border-radius: 0;
        padding: 10px 10px 5px;
        color: #fff;
    }

    .mcgm-left-panel li.selected a, .mcgm-left-panel li.selected a:focus, .mcgm-left-panel li.selected a:hover {
        font-family: Poppins !important;
        background: #fc9d0f none repeat scroll 0 0;
        border: 0 none;
        border-radius: 0;
        padding: 10px 10px 5px;
        color: #fff;
    }

    .mcgm-left-panel li a {
        font-family: Poppins !important;
        border: 0 none;
        border-radius: 0;
        color: #000000;
        font-size: 14px;
        font-weight: 300;
        margin: 0;
        padding: 10px 10px 5px;
    }

.mcgm-left-panel .active i {
    font-family: Poppins !important;
    background-position: 0 -25px;
}

.tab-icons {
    font-family: Poppins !important;
    background-image: url("../images/tab-icons-1.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 26px;
}

.left-panel .no-abjection {
    font-family: Poppins !important;
    text-align: right;
    color: #898383;
    font-style: italic;
    line-height: 1em;
    width: 70px;
}

/* CSS for margin fix padding */
.pdlr {
    padding-left: 0;
    padding-right: 0;
}
.pdl5
{
    padding-left: 5px;
}
.pl20
{
    padding-left: 20px;
}
.mb15
{
    margin-bottom: 15px;
}
.mr15
{
    margin-right: 15px !important;
}
.mb20
{
    margin-bottom: 20px;
}
.mb10
{
    margin-bottom: 10px;
}
.mr5
{
    margin-right: 5px !important;
}
.mr10
{
    margin-right: 10px;
}
.mt20
{
    margin-top: 20px !important;
}
.mr20
{
    margin-right: 20px;
}
.mlr-15
{
    margin: 0 -15px;
}
.mt10
{
    margin-top: 10px;
}
.mt50
{
    margin-top: 50px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-75 {
    margin-top: 75px;
}
.mt5 {
    margin-top: 5px;
}
.pb20
{
    padding-bottom: 20px;
}
.ml20
{
    margin-left: 20px;
}
.wt60
{
    width: 120px;
}
.ml-10{
    margin-left:10rem;
}

.mt-10 {
    margin-top:10rem;
}

.mt-6 {
    margin-top: 6rem;
}

.ml-7{
    margin-left: 5rem !important;
}
.mt-3-3 {
    margin-top: 3.3rem;
}
.ml-2 {
    margin-left:0.5rem;
}

.mr-2 {
    margin-right: 0.5rem;
}
/* main container */
.main-container {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
}
/* header */

.header
{
    padding: 15px;
    position: fixed;
    z-index: 1000;
    height: 92px;
}
.btn .dropdown-toggle .btn-default
{
    font-size: 13px;
}
/*header
{
    background: #2ea9ff;
    color: #fff;
}*/
.header span, .header h4
{
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
}
.header .login h4
{
    margin-top: 10px;
}
.white-separator
{
    border-right: 2px solid #fff;
    display: inline-block;
    height: 41px;
    margin: 0 13px;
}
.header img
{
    display: inline-block;
}
.logo
{
    margin-right: 15px;
}
.login-challan-head h4
{
    margin-top: 7px;
}
.show-login, .mobile-search
{
    display: none;
}
.show-login
{
    text-align: center;
}
.login-bottom .resp-tab-content
{
    padding: 0;
}
.sprite-icons-head
{
    background-image: url("../images/spriteIcon.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.bell
{
    background-position: 0 0;
}
.help
{
    background-position: 0 -27px;
}
.bell, .help
{
    margin: 5px 15px 0 0;
}
.user-dropdown
{
    right: 0;
    top: 55px;
}
.right-head .sprite-icons-head
{
    cursor: poPoppins;
    float: right;
}
.campus h4
{
    font-size: 20px;
    font-weight: 300;
    margin-top: 8px;
}
.slide-arrow
{
    background-image: url("../images/slide-arrow.png");
    background-position: 0 -5px;
    background-repeat: no-repeat;
    cursor: poPoppins;
    left: 49%;
    padding: 8px 25px 5px 0;
    position: absolute;
    top: 88px;
    z-index: 1;
}
.slide-arrow:hover
{
    background-position: 0 -31px;
}
/* login header */
.demand-number .btn-primary
{
    margin-top: 7px;
}
.challan-head .btn-primary
{
    margin-top: 7px;
}
.challan-head h5
{
    margin-top: 9px;
}
.login-bottom .active
{
    color: #000;
}
.login-head
{
    text-align: center;
    margin: 30px 0;
}
/* login page */
.login-bg
{
    background: url("../images/login-bg") no-repeat 0 0 / 100% 100%;
}
.main-login .main-container
{
    width: 964px;
}
.login-header-bg
{
    background: url("../images/login-bg-slide.jpg") no-repeat 0 0 / 100% 100%;
}
.login-left
{
    padding: 0 20px 15px 200px;
    border-right: 1px solid #c0bdbc;
}
.login-form
{
    background: #fff;
    width: 265px;
    padding: 20px;
}
.login-form .lblErroMsg
{
    font-size: 12px;
    font-weight: 400;
    color:#FF0000;
}
.mcgm-form
{
    padding: 0;
}
.mcgm-form li
{
    list-style: none;
    margin-bottom: 20px;
}
.mcgm-form li:last-child
{
    margin-bottom: 0;
}
.mcgm-form label
{
    font-size: 16px;
    font-weight: 400;
    color: #817a7a;
}
.mcgm-form .btn-primary
{
    margin-right: 15px;
}
.mcgm-form input[type="email"], .mcgm-form input[type="password"]
{
    border: 1px solid #817a7a;
    border-radius: 3px;
    display: block;
    width: 200px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0);
}
.register
{
    padding: 0 20px;
}
.register h4
{
    font-size: 18px;
    font-weight: 300;
    color: #817a7a;
    margin: 15px 0;
}
.bottom-box
{
    border-right: 1px solid #b4aeac;
    text-align: center;
    color: #2f548e;
}
.default-active
{
    color: #2f548e !important;
}
.bottom-box:last-child
{
    border-right: rgba(0, 0, 0, 0);
}
.bottom-box h4
{
    font-size: 22px;
    font-weight: 400;
}
.bottom-box span
{
    font-size: 16px;
    font-weight: 400;
}
.mcgm-form .forget-password, .government-approvals-advancesearch .simple-search
{
    font-size: 16px;
    font-weight: 400;
    color: #034c91;
    text-decoration: none;
}
.mcgm-form .rememberlogin
{
    font-size: 13px;
    font-weight: 400;
}

.news
{
    width: 265px;
    background: #fff;
    padding: 12px 10px;
}
.mcgm-news
{
    padding: 0;
}
.mcgm-news li:after
{
    background: #a5a5a5;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
}
.mcgm-news li
{
    border-bottom: 1px dotted #d6d6d6;
    list-style: none;
    padding: 5px 10px 3px 15px;
    position: relative;
    line-height: 1em;
}
.mcgm-news li:hover
{
    background: #f4f3f2;
}
.mcgm-news li a
{
    font-size: 11px;
    font-weight: 400;
    color: #414448;
    text-decoration: none;
}
.login-right
{
    overflow: hidden;
    padding: 10px 20px;
}
.challan-main
{
    width: 539px;
    margin: 0 auto;
}
.government-main h4, .challan-main h4
{
    font-size: 16px;
    font-weight: 300;
    color: #817a7a;
    margin-bottom: 15px;
}
.challan-main p
{
    font-size: 13px;
    font-weight: 300;
    color: #817a7a;
}
.common-spacing
{
    margin: 60px !important;
    display: inline-block;
    text-align: initial;
}
.challan-search-box
{
    border: 1px solid #a5a5a5;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    width: 404px;
}
.challan-search-box input[type="text"]
{
    border: 0;
    padding: 5px 10px;
}
.challan-search-box .search-input
{
    width: 360px;
}

.pending-challans
{
    margin-top: 30px;
}
.pending-challans h4
{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}
.pending-amount
{
    padding: 0;
    margin: 0;
}
.pending-amount li
{
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 20px;
    width: 100%;
}
.pending-amount li:last-child
{
    padding: 0 0 0 24px;
}
.term-conditions label, .demand-number label
{
    font-size: 14px;
    font-weight: 300;
    color: #817a7a;
}
.demand-number span
{
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.demand-number .icheckbox_flat-green, .demand-number .iradio_flat-green
{
    height: 18px;
    top: -16px;
}
.rememberlogin .icheckbox_flat-green
{
    height: 18px;
    top: 2px;
}
.login-bg #horizontalTab
{
    display: inline-block !important;
    width: 100%;
    margin-top: 20px !important;
}
/* government approvals */
.approvals
{
    padding: 0 90px;
}
.government-approvals
{
    width: 660px;
    margin: 0 auto;
}
.property-approvals-check .custom-table
{
    margin-left: 50px;
}
.address-property-search .survey-no
{
    width: 90px;
}
.address-property-search .street-no
{
    width: 332px;
}
.address-property-search .area
{
    width: 180px;
}
.address-property-search
{
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
    display: inline-block;
    width: 645px;
}
.address-property-search input[type="text"]
{
    background: rgba(0, 0, 0, 0);
    padding: 5px 10px;
    box-shadow: 0 0 0;
    border: 0;
    border-right: 1px solid #a5a5a5 !important;
}
.advance-search a, .advance-search .btn
{
    font-size: 16px;
    font-weight: 400;
    color: #034c91;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0;
    border-radius: 0;
}
.btn:active, .btn.active, .btn:focus
{
    outline: none;
}
.advance-search-inputs
{
    list-style: none;
    padding: 0;
}
.advance-search-inputs > li
{
    display: inline-block;
    margin-bottom: 11px;
    width: 100%;
}
.advance-search-inputs p
{
    margin: 0 0 5px;
}
.government-approvals-advancesearch
{
    display: inline-block;
    padding: 0 50px 0 62px;
}
.permission-type h4, .government-approvals-advancesearch h4, .commencement-information h4
{
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.government-approvals-advancesearch h4
{
    margin-bottom: 20px;
}
.government-approvals-advancesearch p
{
    font-size: 14px;
    font-weight: 300;
    color: #817a7a;
}

/* about this portal */
.proposals-main
{
    display: inline-block;
    width: 490px;
    margin-bottom: 40px;
}
.about-this-portal
{
    text-align: center;
}
.dashboard-all-projects .notice-head h4, .notice-head h4, .proposals h4
{
    font-size: 14px;
    font-weight: 400;
    color: #414448;
    margin-bottom: 0;
}
.proposals span
{
    display: block;
    margin-bottom: 10px;
}
.proposals-graph
{
    padding-left: 190px;
}
.property-approvals-check .btn-tertiary, .property-approvals-check .btn-tertiary:hover
{
    border: 1px solid #2f548e;
    border-radius: 3px;
    color: #034c91;
}
.custom-table .doc-notification, .attached-drawings, .attached-drawings h6, .custom-table tbody td, .attached-drawings span, .property-approvals-check p
{
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-table-body tr:first-child th
{
    display: none;
}
.properties-found .number
{
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.sections-properties
{
    width: 100%;
    display: inline-block;
}
.border-property::after
{
    border-bottom: 1px solid #cccaca;
    bottom: -15px;
    content: "";
    left: -15px;
    position: absolute;
    width: 96%;
}
.noc-tabs .border-property::after
{
    left: 0;
}
.noc-main .blue-plus
{
    background-position: 0 -146px;
}
.noc-main .icon-buttons .blue-plus
{
    padding: 0 0 0 20px !important;
    border: 0 !important;
    color: #000 !important;
}
.noc-main .attachment-file
{
    text-decoration: none;
    padding: 0 20px;
    color: #000;
}
.properties-found h4
{
    font-size: 18px;
    font-weight: 400;
    color: #807a7a;
    margin-bottom: 15px;
}
/* --------------------------------End header-------------------------------------------------- */
/* buttons */
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-tertiary {
    /*   border: 0; */
    height: 35px;
    box-shadow: 0 0 0;
    font-size: 16px !important;
    font-weight: 600 !important;
    /*  padding: 0.7rem;*/
    /*line-height: 1.42857143;*/
    outline: medium none !important;
    border-radius: 0 !important;
}
.btn-tertiary:hover
{
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.125) inset;
}
    .btn-primary, .btn-primary:hover, .btn-primary:focus {
        background-color: white;
        color: #fff;
        border-radius: 0px;
        border: 1px solid #007efc;
        height: 35px;
    }
.custom-alert .buttonText, .btn-tertiary, .btn-tertiary :hover, .btn-tertiary :focus
{
    font-size: 14px;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0);
    color: #034c91 !important;
    border-radius: 3px;
    border: 1px solid #2f548e;
}
.delete-popUp .modal-content
{
    border: 2px solid #2ea9ff;
}

.delete-popUp .modal-body
{
    display: inline-block;
    width: 100%;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:focus
{
    background: #8e8e8e;
    color: #fff;
}
.delete-popUp p
{
    font-size: 18px;
    color: #000;
}
.delete-popUp .modal-dialog
{
    margin: 300px auto 0;
    width: 444px;
}
.delete-popUp .btn-tertiary
{
    padding: 0 10px;
}
/* Dashboard header */
.profile
{
    margin-top: 10px;
}
/* Application Summary Header */
.title h4
{
    color: #fff;
    margin-top: 10px;
}
.header .select-actions
{
    background-image: url("../images/dropdown-arrow.png");
    background-position: right 10px;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 5px 25px 5px 0;
    cursor: poPoppins;
}
.select-actions .position
{
    font-size: 11px;
    font-weight: 300;
    text-align: right;
}

/* Middle Section Application Summary*/
.path {
    background: #e0e0e0;
    float: left;
    padding: 8px 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.path span, .path a
{
    font-size: 12px;
    font-weight: 300;
}
.path a
{
    font-size: 12px;
    color: #2f548e;
    text-decoration: none;
}
.forward-arrow
{
    background-image: url("../images/forward-arrow.png");
    background-position: 2px 3px;
    background-repeat: no-repeat;
    padding: 0 10px;
}
.current-page
{
    color: #000;
}

.application-document-progress
{
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
/* =========================
		left panel 
	=======================*/
.left-panel .border-grey
{
    margin-bottom: 10px;
}
.left-panel span, .left-panel h5, .application-page h4
{
    color: #807a7a;
}
.left-panel h5
{
    font-size: 16px;
    font-weight: 400;
}
.left-panel span
{
    font-size: 12px;
    font-weight: 300;
    color: #817a7a;
}
.left-panel ul .active span
{
    color: #fff;
}
.submit-application
{
    padding: 0 20px;
}
/* ===============================
	dashboard right side
	================================*/
.right-side-actions
{
    vertical-align: bottom;
}
.right-side-actions .btn-tertiary
{
    margin-right: 15px;
}
/* ==================================
		dashboard middle section
	================================*/
.custom-row .btn-default.active.focus, .custom-row .btn-default.active:focus, .custom-row .btn-default.active:hover, .custom-row .btn-default.focus:active, .custom-row .btn-default:active:focus, .custom-row .btn-default:active:hover, .custom-row .open > .dropdown-toggle.btn-default.focus, .custom-row .open > .dropdown-toggle.btn-default:focus, .custom-row .open > .dropdown-toggle.btn-default:hover .custom-row .btn-default.active, .custom-row .btn-default:active, .custom-row .open > .dropdown-toggle.btn-default
{
    background-color: rgba(0, 0, 0, 0);
    border-color: #848484;
    color: #353535;
    box-shadow: 0 0 0;
}
/* dashboard toggle buttons */
.toggle-buttons .nav-tabs
{
    border: 1px solid #a5a5a5;
    border-radius: 3px;
}
.toggle-buttons .nav-tabs li
{
    margin: 0;
}
.toggle-buttons .nav-tabs li a
{
    color: #2ea9ff;
}
.toggle-buttons .nav-tabs li.active a, .toggle-buttons .nav-tabs li.active a:hover, .toggle-buttons .nav-tabs li.active a:focus
{
    background: #2ea9ff;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.change .nav-tabs li.active a, .change .nav-tabs li.active a:hover, .change .nav-tabs li.active a:focus
{
    border-top: 3px solid #2ea9ff !important;
    border-left: 1px solid #a5a5a5 !important;
    border-right: 1px solid #a5a5a5 !important;
    background: #fff;
    color: #2ea9ff;
}
.toggle-buttons .nav-tabs li a, .toggle-buttons .nav-tabs li.active a, .toggle-buttons .nav-tabs li.active a:hover, .toggle-buttons .nav-tabs li.active a:focus
{
    padding: 3px 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    margin: 0;
}
/* dashboard notice box */
.showSingle
{
    padding-bottom: 20px;
    padding-top: 20px;
    background: #f6f5f5;
    border-top: 3px solid rgba(0, 0, 0, 0);
}
.notice-head
{
    text-align: center;
}
.notice-head span
{
    font-size: 12px;
    font-weight: 300;
    color: #898989;
}
.notice-details
{
    padding: 15px 0 0;
    display: inline-block;
    width: 100%;
}
.notice-details a
{
    display: block;
    font-size: 10px;
    font-weight: 300;
    color: #414448;
    margin-bottom: 7px;
    text-decoration: none;
}
.notice-details a:last-child
{
    margin-bottom: 0;
}
.notice-details img
{
    margin: 10px 0 0;
}
.border-light-grey:before
{
    border-left: 1px solid #ececec;
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
}
.notice-details .drafts::before, .notice-details .in-progress::before, .notice-details .in-progressdev::before, .notice-details .approved::before, .notice-details .approveddev::before, .notice-details .objections::before, .notice-details .Withdrawn::before, .notice-details .objectionsdev::before, .notice-details .transparent::before
{
    content: "";
    position: absolute;
    width: 37px;
}
.notice-details .drafts::before
{
    border-bottom: 2px solid #fecb47;
    top: 86px;
}
.notice-details .PayPending::before
{
    border-bottom: 2px solid #B8860B;
    top: 185px;
}
.notice-details .in-progress::before
{
    border-bottom: 2px solid #c976fd;
    top: 111px;
}

.notice-details .approved::before
{
    border-bottom: 2px solid #ff674b;
    /*border-bottom: 2px solid #8fd958;*/
    top: 137px;
}
.notice-details .objections::before
{
    /*border-bottom: 2px solid #ff674b;*/
    border-bottom: 2px solid #8fd958;
    top: 163px;
}
.notice-details .Withdrawn::before
{
    border-bottom: 2px solid #B8860B;
    top: 185px;
}
.notice-details .transparent::before
{
    border-bottom: 2px solid #000000;
    top: 111px;
}
.notice-details .objections1::before
{
    border-bottom: 2px solid #ff674b;
    top: 137px;
}

.notice-details .in-progressdev::before
{
    border-bottom: 2px solid #c976fd;
    top: 86px;
}
.notice-details .approveddev::before
{
    border-bottom: 2px solid #8fd958;
    top: 111px;
}
.notice-details .objectionsdev::before
{
    border-bottom: 2px solid #ff674b;
    top: 137px;
}

/* style for Nocs only*/

.notice-details .Nocdrafts::before, .notice-details .Nocin-progress::before, .notice-details .Nocneed-clarifications::before,.notice-details .Nocapproved::before, .notice-details .Nocobjections::before, .notice-details .NocWithdrawn::before, .notice-details .transparent::before
{
    content: "";
    position: absolute;
    width: 37px;
}
.notice-details .Nocdrafts::before
{
    border-bottom: 2px solid #fecb47;
    top: 86px;
}

.notice-details .Nocin-progress::before
{
    border-bottom: 2px solid #c976fd;
    top: 111px;
}

.notice-details .Nocneed-clarifications::before
{
    border-bottom: 2px solid #FFA07A;
    top: 137px;
}

.notice-details .Nocapproved::before
{
    border-bottom: 2px solid #8fd958;
    top: 163px;
}
.notice-details .Nocobjections::before
{
    border-bottom: 2px solid #ff674b;
    top: 185px;
}

/* classes for concession only */
.notice-details .Concdrafts::before, .notice-details .ConcPayPending::before, .notice-details .Concin-progress::before, .notice-details .Concapproved::before, .notice-details .Concobjections::before, .notice-details .ConcWithdrawn::before, .notice-details .transparent::before
{
    content: "";
    position: absolute;
    width: 40px;
}
.notice-details .Concdrafts::before
{
    border-bottom: 2px solid #fecb47;
    top: 86px;
}
.notice-details .ConcPayPending::before
{
    border-bottom: 2px solid #900C3F;
    top: 111px;
}
.notice-details .Concin-progress::before
{
    border-bottom: 2px solid #c976fd;
    top: 137px;
}

.notice-details .Concapproved::before
{
  
  /*  border-bottom: 2px solid #8fd958;*/
    border-bottom: 2px solid #B8860B;
    top: 163px;
}
.notice-details .Concobjections::before
{
    border-bottom: 2px solid #ff674b;
    top: 185px;
}
.notice-details .ConcWithdrawn::before
{
   /* border-bottom: 2px solid #B8860B;*/
    border-bottom: 2px solid #8fd958;
    top: 210px;
}

/* left note point  */
.notice-note .drafts-note::before
{
    content: "";
    height: 37px;
    position: absolute;
    width: 3px;
    left: 5px;
}
.notice-note .drafts-note::before
{
    border-left: 3px solid #c976fd;
}

/* ------------------------------------------- */
.donut
{
    background-image: url("../images/donut-graph.png");
    height: 51px;
    width: 51px;
    margin-top: 23px;
}


.donut .value
{
    color: #000000;
    font-size: 21px;
    left: 42px;
    position: absolute;
    top: 103px;
}
.chartLabel
{
    color: #000000;
    font-size: 21px;
    font-weight: 400;
}
.dashboard-all-projects .donut
{
    margin: 10px auto 0;
}
.dashboard-all-projects .donut .value
{
    left: 49px;
    top: 49px;
}
.dashboard-all-projects .border-light-grey::before
{
    height: 124px;
    top: -2px;
}
.dashboard-all-projects .showSingle
{
    padding: 15px;
}
.all-projects-custom-row
{
    border-bottom: 1px solid #d6d4d4;
    padding: 10px 20px;
}
.notice-details a, .notice-details .selected
{
    padding: 2px 5px;
}
.notice-details .selected
{
    background: #2ea9ff;
    color: #fff;
    border-radius: 3px;
}
.notice-details .selected:before
{
    border: 0;
}
.white
{
    background: #fff;
}
/* dashboard search */
.search-box
{
    border: 1px solid #848484;
    border-radius: 3px;
    display: none;
    float: left;
    left: 103px;
    margin: 0 20px 0 0;
    position: relative;
    background: #fff;
    z-index: 9;
    height: 30px;
}
.search
{
    border-radius: 0;
}
.search-box .search-input
{
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 3px 20px 5px 35px;
    width: 350px;
}
.search-icon
{
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    background-image: url("../images/search.png");
    background-position: 18px 7px;
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    float: right;
    text-indent: -9999px;
}
.search-box .bootstrap-select
{
    border: 0 none;
    position: absolute;
    width: 40px !important;
}
.search-box .btn-default
{
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    padding: 4px 7px;
    width: 30px !important;
}
.search-box .bootstrap-select.btn-group .dropdown-toggle .caret
{
    right: 11px;
    top: 16px;
}
.search-box .filter-option
{
    padding-left: 30px;
}
.search-box > .open
{
    outline: none medium;
}
.search-box .bootstrap-select .dropdown-toggle:focus
{
    outline: none medium !important;
}
.custom-row
{
    clear: both;
    padding: 20px 15px;
}
.grey-border
{
    border-top: 1px solid #d6d4d4;
}
.grey-border:last-child
{
    display: inline-block;
    border-bottom: 1px solid #d6d4d4;
    width: 100%;
}
.dashboard-all-projects .grey-border
{
    border-top: 1px dotted #d6d4d4;
}
.dashboard-all-projects .grey-border:last-child
{
    border-bottom: 0;
}
.left-information h5, .left-information h4
{
    margin-bottom: 5px;
}
.left-information h5, .select-actions h5
{
    font-size: 12px;
    font-weight: 400;
    color: #353535;
}
.dashboard-all-projects .progress-chart h4, .dashboard-all-projects .drawing-scrutiny h4, .dashboard-all-projects .started-on h4, .custom-table table th, .property-approvals-check span, .proposals span, .left-information h4, .progress-chart h4, .drawing-scrutiny h4, .started-on h4, .permission-type p, .new-project .advance-search-inputs span, .custom-table th {
    color:#555; /*#898989*/
    font-size: 14px; /*12px*/
    font-weight: 400;
}
.in-progress, .in-progressdev h4
{
    /*color: #585959;*/
}
.transparent h4
{
    color: #000000;
}
.dashboard-all-projects span, .left-information span
{
    display: block;
    font-size: 12px;
    color: Teal; /*color: #b5b4b4;*/
}
.select-actions span
{
    display: block;
}
.select-actions .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
    width: 131px;
    margin-top: 10px;
}
.select-actions .btn-default, .select-actions .btn-default:hover
{
    background-color: #fff;
    border: 2px solid #848484;
    border-radius: 3px;
    padding: 3px 10px;
}
.select-actions .selectpicker
{
    display: block;
}
.select-actions
{
    float: left;
    margin-right: 20px;
}
.gutter-space
{
    overflow: hidden;
    padding-top: 20px;
}
.buttons
{
    display: inline-block;
    padding: 10px 0;
}
.buttons .btn-secondary
{
    margin-right: 15px;
}
/* left navigation */
.nav {
padding-bottom: 0px;
}
.mcgm-left-panel li
{
    width: 98%;
    display: inline-block;
}
    .mcgm-left-panel li.active, .mcgm-left-panel li.active:focus, .mcgm-left-panel li.active :hover {
        background: #0B5AA9 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 0;
        color: white !important;
        border: 2px solid #b2ddff;
    }
    .mcgm-left-panel li.selected, .mcgm-left-panel li.selected a:focus, .mcgm-left-panel li.selected a:hover {
        background: #0B5AA9 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 0;
        color: white !important;
    }
.mcgm-left-panel li a
{
    border: 0 none;
    border-radius: 0;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
   
}
.mcgm-left-panel .active i
{
    background-position: 0 -25px;
}
.tab-icons
{
    background-image: url("../images/tab-icons-1.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 26px;
}
.left-panel .no-abjection
{
    text-align: right;
    color: #898383;
    font-style: italic;
    line-height: 1em;
    width: 70px;
}
/* right panel */
.right-panel {
    border-left: 20px solid #e0e0e0;
    background: #fff;
    padding: 10px 0 0;
    float: right;
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 6px 6px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.application-page h4
{
    font-size: 20px;
    font-weight: 300;
}
.border-grey
{
    border-bottom: 1px solid #ededed;
}

.border-black {
    border: 1px solid #000 !important;
}

.border-dotted-grey
{
    border-bottom: 2px dotted #ededed;
}
.noc-main .border-grey:last-child
{
    border-bottom: 2px solid #ededed;
}
.reminder-box
{
    display: inline-block;
    padding: 10px 0 15px;
    width: 100%;
}
.drawing-scrutiny, .started-on, .reminders
{
    float: left;
    margin-right: 20px;
}
.drawing-scrutiny span, .started-on span, .reminders span
{
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
}
.drawing-scrutiny
{
    width: 106px;
}
.reminders
{
    margin-top: 3px;
}
.application-document-progress h5, .document-progress h5, .application-drawing-scrutiny h5
{
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.application-drawing-scrutiny h5
{
    margin-bottom: 20px;
}
.application-drawing-scrutiny .reached-msg span
{
    text-align: left;
    width: 63px;
}
.application-drawing-scrutiny
{
    padding: 15px 10px;
    border: 1px solid #fc9d0f;
    border-radius: 4px;
}
.arrow_box
{
    position: relative;
    background: #f0f9ff;
    border: 1px solid #2ea9ff;
}
.arrow_box:after, .arrow_box:before
{
    bottom: 100%;
    left: 51%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    poPoppins-events: none;
}

.arrow_box:after
{
    border-color: rgba(240, 249, 255, 0);
    border-bottom-color: #f0f9ff;
    border-width: 15px;
    margin-left: -15px;
}
.arrow_box:before
{
    border-color: rgba(46, 169, 255, 0);
    border-bottom-color: #2ea9ff;
    border-width: 16px;
    margin-left: -16px;
}
.progress-chart .stages i.reached-at
{
    background-color: #2ea9ff;
    background-image: none;
    border-radius: 50%;
    box-shadow: 0 3px 4px #888888;
}
.progress-chart .stages i.rejected-at
{
    background-color: orangered;
    background-image: none;
    border-radius: 50%;
    box-shadow: 0 3px 4px #888888;
}
/* Progress Chart */
.stages
{
    display: table-cell;
    width: 100px;
}
.stages i
{
    background-image: url("../images/sprite-icon.png");
    background-repeat: no-repeat;
    width: 25px;
    height: 33px;
}
.success .circle
{
    background-position: 0 -35px;
}
.success .square
{
    background-position: -1px -104px;
}
.empty-circle
{
    background-position: 0 2px;
}
.circle
{
    background-position: 0 -175px;
}
.square
{
    background-position: 0 -69px;
}
.progress-chart
{
    display: table;
}
.stages h4
{
    display: block;
    height: 40px;
    overflow: hidden;
    vertical-align: top;
}
.stages
{
    position: relative;
}
.stages:before
{
    border-top: 2px solid #d6d4d4;
    bottom: 44px;
    content: "";
    position: absolute;
    right: 0;
    top: 57px;
    width: 75px;
}
.application-drawing-scrutiny .stages:before
{
    top: 18px;
}
.stages i.reached-at:before
{
    right: 33px;
}
.stages i
{
    background-color: #fff;
    display: block;
    position: relative;
    vertical-align: bottom;
    z-index: 9;
}
.application-drawing-scrutiny .stages i
{
    background-color: #f0f9ff;
}
.success:before
{
    border-color: #a4a3a3;
}
.stages i.reached-at, .stages i.rejected-at
{
    width: 33px;
}
.application-progress
{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.application-progress h5
{
    margin-bottom: 15px;
    color: #000;
}
.stages:first-child i:before
{
    border-top: 0;
}
.stages:last-child:before
{
    border-top: 0;
}
.success .reached-at, .reached-at, .rejected-at
{
    background-position: 0 -140px;
}
.icon-buttons .btn-primary, .icon-buttons .btn-tertiary
{
    background-image: url("../images/spriteIcon.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    box-shadow: 0 0 0;
}
.plus
{
    background-position: 4px -50px;
}
.extract-box .btn-tertiary
{
    padding: 0 0 0 20px;
}
.blue-plus
{
    background-position: -6px -161px;
}
.search
{
    background-position: 0 -107px;
    border: 0;
}
.reached-msg
{
    margin-top: 5px;
}
.reached-msg span
{
    display: block;
    line-height: 1.2em;
}
.start
{
    color: #6f6f70;
    font-size: 11px;
    font-weight: 300;
}
.date
{
    color: black;
    font-size: 12px;
    font-weight: 500;
}
.success-summary
{
    background-position: 0 0;
}
.default-summary
{
    background-position: 0 -50px;
}
.more-summary
{
    background-position: 0 -75px;
}
.edit-summary
{
    background-position: 0 -100px;
}
.summary-message
{
    background: #fff;
    border: 1px solid #2ea9ff;
    border-radius: 8px;
    margin-top: 20px;
    width: 420px;
    padding: 10px;
}
.summary-message p
{
    line-height: 1.0em;
    font-size: 11px !important;
    font-weight: 400;
}
.arrow_box1
{
    position: relative;
    background: #fff;
    border: 1px solid #2ea9ff;
}
.arrow_box1:after, .arrow_box1:before
{
    bottom: 100%;
    left: 45%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    poPoppins-events: none;
}

.arrow_box1:after
{
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}
.arrow_box1:before
{
    border-color: rgba(46, 169, 255, 0);
    border-bottom-color: #2ea9ff;
    border-width: 13px;
    margin-left: -13px;
}
/* 	=====================================================================
					Application Notice
	========================================================================*/

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    height: 40px !important;
    font-weight: 600 !important;
    color: #424750 !important;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #fff !important;
    border: 1px solid #000000 !important;
    border-radius: 0 !important;
}

.date .input-group-addon i
{
    background: rgba(0, 0, 0, 0) url("../images/calender.png") no-repeat scroll 0 1px;
    cursor: poPoppins;
    display: block;
    height: 16px;
    width: 16px;
}
.date .input-group-addon i:hover
{
    background-position: 0 -17px;
}
.date .input-group-addon i:active
{
    background-position: 0 -35px;
}

.right-panel .nav-tabs li.active a, .right-panel .nav-tabs li.active a:focus, .right-panel .nav-tabs li.active a:hover
{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #125ca7;
    padding: 0px;
}
.right-panel .panel
{
    box-shadow: 0 0 0;
    overflow: visible;
}
.application-notice .nav-tabs
{
    margin-left: 20px;
}
.government-approvals-advancesearch .btn-primary, .application-notice .nav-tabs li
{
    margin-right: 15px;
}
.right-panel .nav-tabs li a
{
    font-size: 16px;
    font-weight: 400;
    color: #807a7a;
    padding: 0;
    border-radius: 0;
    border: rgba(0, 0, 0, 0);
}
.right-panel .nav-tabs
{
    border: 0;
}
.advance-search-inputs p, .right-panel .tab-content p, .area span, .measurement
{
    font-size: 13px;
    font-weight: 300;
    color: #000;
    margin-bottom: 5px;
    line-height: 1.1em;
}
.right-panel .panel-default
{
    border: 0;
}
.right-panel .panel-default .panel-heading
{
    border-bottom: 1px solid #ededed;
    background: #fff;
    padding: 0 0 10px;
}
.right-panel .panel-default .panel-heading a
{
    text-decoration: none;
    color: #000000;
    font-size: 15px;
}
.panel-body h4
{
    font-size: 16px;
    font-weight: 300;
    color: #817a7a;
}
.panel-group .panel
{
    border-radius: 0;
}
.applicant-information, .common-layout
{
    padding-left: 18px;
    margin: 0;
}
.applicant-information li, .common-layout li
{
    clear: both;
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 10px;
    width: 100%;
}
.applicant-information li:last-child
{
    margin-bottom: 0;
}
.advance-search-inputs input[type="text"], .applicant-information input[type="text"]
{
    width: 200px;
    border: 1px solid #d7d5d5;
    border-radius: 3px;
    box-shadow: 0 0 0;
    padding: 4px 5px;
}
.ad-search-input .advance-search-inputs input[type="text"]
{
    padding: 6px 12px;
}
.information-box
{
    width: 130px;
    float: left;
}
.information-box span
{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 1em;
}
.right-panel .information-box p
{
    margin: 0;
    line-height: 1em;
}

.applicants h4
{
    margin-bottom: 5px;
}
input[type="checkbox"], input[type="radio"]
{
    margin: 0px 5px 0 0;
}
.project-right-main .digit-input input[type="text"], .digit-input input[type="text"]
{
    border: 1px solid #d7d5d5;
    border-radius: 3px;
    box-shadow: 0 0 0;
    width: 80px;
    padding: 4px 5px;
    font-style: italic;
    font-weight: 300;
}
.date-input input[type="text"]
{
    border: 1px solid #d7d5d5;
    border-radius: 3px;
    box-shadow: 0 0 0;
    width: 120px;
    padding: 4px 5px;
    color: #000;
}
.small-text
{
    display: block;
}
.part-box
{
    padding: 0 0 20px;
    border-bottom: 1px solid #ededed;
}

.sprite-accordion
{
    background-image: url("../images/sprite-accordion.png");
    background-repeat: no-repeat;
    width: 11px;
    height: 8px;
    margin: 7px 6px 0 0;
}
.arrow-up
{
    background-position: 0 0;
}
.arrow-down
{
    background-position: 0 -10px;
}
.pt20
{
    padding-top: 20px;
}
.pl15
{
    padding-left: 15px;
}
.ml10
{
    margin-left: 10px;
}
.ml15
{
    margin-left: 15px;
}
.app-process-details, .select-panel
{
    display: none;
}
.form-no
{
    display: inline-block !important;
}
.search-input-text, .profile
{
    display: none;
}
.application-notice
{
    padding-top: 0px;
}
/* ==============================================================
					project details 
	=============================================================*/
.tab-project
{
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
}
.tab-project > li
{
    margin-right: 15px;
}
tbody tr:first-child td .delete-row
{
    display: none;
}
.project-details .panel-body
{
    border: 0 !important;
    padding: 0;
}
.panel-body .custom-table thead tr:first-child
{
    background: #efefef;
    padding-left: 5px;
}
.panel-body .custom-table thead th
{
    vertical-align: top;
}
.dashboard-all-projects h4, .noc-main h4, .project-details h4
{
    font-size: 16px;
    font-weight: 400;
    color: #414448;
}
.project-details h4
{
    margin-bottom: 15px;
}
.zone-detailsP
{
    margin: 5px 0;
}
.project-details .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
    width: 200px;
}
#building-details .project-details .btn-default, #project-details .project-details .btn-default
{
    border-color: #d7d5d5;
}
.project-details .btn-default
{
    background-color: #fff;
    border-color: #817a7a;
    color: #333;
    padding: 3px 10px;
}
.project-details .btn-default, .select-actions .btn-default:hover
{
    background-color: #ffffff;
    border-radius: 3px;
    padding: 3px 10px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default
{
    background-color: none;
}
.project-details .btn-group.open .dropdown-toggle
{
    box-shadow: 0 0 0;
}
.dropdown-toggle:focus, .dropdown-toggle:active
{
    outline: 0 none !important;
    outline-offset: 0;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    /*background-color: #d0e7ff;
    color: #212529 !important;*/
}
.dropdown-menu li a
{
    color: #817a7a;
    padding: 3px 12px;
}
.survey-remarks textarea
{
    width: 250px;
    border: 1px solid #d7d5d5;
    border-radius: 3px;
    resize: none;
}

.Site-Remarks
{
    width: 250px;
}
.noc-tabs h4, .noc-tabs span, .project-details h5
{
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.project-details h5
{
    margin-bottom: 15px;
}
.area-details h5
{
    margin: 0;
}
.zone-details h4
{
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.zones
{
    margin-bottom: 20px;
}
.zones h5
{
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}
.zone-title
{
    color: #817a7a !important;
}
.government-approvals-advancesearch-1, .property-approvals-check, .challan-second, .challan-head
{
    display: none;
}
.government-approvals-advancesearch-1 .btn-tertiary
{
    border: 1px solid #2f548e;
    border-radius: 3px;
}
.project-details .custom-table input[type="text"]
{
    width: 50px;
    border: rgba(0, 0, 0, 0);
}
.noc-main .custom-table th, .project-details .custom-table th
{
    padding: 5px;
}
.second-table tr:first-child
{
    background: #fff !important;
}
#POITable tbody td
{
    padding: 10px 5px;
}
#mandatory-documents .custom-table .plus .btn
{
    border: 0 !important;
    padding: 0;
}
.btn.btn-tertiary.save-details
{
    border: 1px solid #034c91;
}
.noc-main .panel-body
{
    padding: 0;
}
.project-right-main #building-details .project-details .custom-table th
{
    padding: 0;
}
.extract-box .btn-tertiary
{
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 0 0;
    border-radius: 0;
}
.drawings-data .group-span-filestyle.input-group-btn
{
    padding-left: 15px;
}
.drawings-data .btn-default
{
    border: 1px solid #2f548e;
    border-radius: 3px !important;
    color: #2f548e;
}
.drawings h5
{
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.black-border
{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.black-border td
{
    padding-top: 5px !important;
}


/* ====================================================
				new application 
======================================================*/
.new-application
{
    display: inline-block;
    width: 100%;
}
.new-application .tab-content
{
    display: inline-block;
    width: 100%;
}
.new-application .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
    width: 216px;
}
.new-application-radio p
{
    margin: 10px 6px 0 10px;
}
.border-right-grey
{
    border-right: 1px solid #ececec;
}
.permission-type .proposals
{
    margin-top: 10px;
    padding: 10px 0;
    border-right: 1px solid #ececec;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
}
.new-application .challan-search-box
{
    border-radius: 3px;
    width: 322px;
}
.new-application .challan-search-box .search-input
{
    width: 280px;
    background: rgba(0, 0, 0, 0);
}
.new-application .custom-alert label
{
    border: 1px solid #2f548e;
    background: rgba(0, 0, 0, 0);
}
.new-application .buttons .btn-tertiary
{
    border: 1px solid #2f548e;
    border-radius: 3px !important;
}
.document-tab-content
{
    display: inline-block;
    width: 100%;
}
.permission-type .iradio_flat-green
{
    left: 5px;
    position: relative;
    top: 42px;
    height: 18px;
}
.permission-type .iradio_flat-green
{
    background-position: -131px -3px !important;
}
.permission-type .iradio_flat-green.checked
{
    background-position: -153px -3px !important;
}
.custom-alert .alert-danger
{
    font-size: 13px;
    font-size: 300;
    color: #414448;
    width: 60%;
    background: #fff7f7;
    border: 1px solid #feb9b9;
}
.alert-danger .buttonText
{
    border: 0 none;
}
.commencement-information h4
{
    margin-bottom: 20px;
}
.term-conditions
{
    padding: 0;
}
.term-conditions li
{
    list-style: none;
}
.term-conditions .icheckbox_flat-green
{
    height: 18px;
    top: 0;
}
.term-conditions label
{
    display: block;
    padding-left: 20px;
    text-indent: -23px;
}
.term-conditions input
{
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    overflow: hidden;
}
/* sprites images */
.plot-icons
{
    background-image: url("../images/plot-icons.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    margin: 0 0 0 60px;
}
.common-spacing .plot-icons
{
    margin: 0 0 0 50px;
}
.layout
{
    background-position: 0 0;
}
.commencement
{
    background-position: 0 -50px;
}
.plinth
{
    background-position: 0 -104px;
}
.completion
{
    background-position: 0 -154px;
}
.occupancy
{
    background-position: 0 -206px;
}

.revenue
{
    background-position: 0 -256px;
}
.miscellaneous
{
    background-position: 0 -260px;
}
.footer
{
    display: inline-block;
    padding: 20px;
    width: 100%;
}
.footer a
{
    font-size: 12px;
    font-weight: 300;
    color: #2f548e;
    text-decoration: none !important;
}
.blue-active
{
    border: 1px solid #2ea9ff !important;
}
.blue-active .layout
{
    background-position: -55px 0;
}
.blue-active .commencement
{
    background-position: -55px -50px;
}
.blue-active .plinth
{
    background-position: -55px -104px;
}
.blue-active .completion
{
    background-position: -55px -153px;
}
.blue-active .occupancy
{
    background-position: -55px -206px;
}
.blue-active .miscellaneous
{
    background-position: -55px -260px;
}
.attach-file-btn
{
    width: 100px;
    margin: 10px auto 0;
}
.attach-file-btn .btn
{
    padding: 4px 10px;
}
.glyphicon-plus::before
{
    content: "";
}
.plus .glyphicon-plus::before
{
    content: "+";
    color: #034c91;
}
.noc-main .custom-table .plus .btn
{
    border: rgba(0, 0, 0, 0);
}
.new-project .custom-alert, .new-project .proposed-application, .commencement-information, .custom-alert, .new-application .ad-search-input
{
    display: none;
}
/* new project */
.new-project .advance-search-inputs
{
    width: 220px;
}
.new-project .show-permission
{
    display: block !important;
}
.part-box .iradio_flat-green.checked
{
    background-position: -115px -6px;
}
.part-box .iradio_flat-green
{
    background-position: -92px -6px;
}
.part-box label
{
    margin-right: 10px;
}
.part-box .icheckbox_flat-green, .part-box .iradio_flat-green
{
    width: 15px;
}
.resp-tabs-list
{
    display: inline-block;
    padding: 0;
    width: 100%;
    margin: 0;
}
/* table data */
/*.table-data span
{
    font-size: 11px;
}*/
.project-details .panel-group
{
    display: inline-block;
    margin-bottom: 10px;
    width: 99%;
}
.fill-form
{
    display: inline-block;
    width: 100%;
}
.editable-row
{
    margin-top: 10px;
}
.attach-drawing-document .form-control
{
    height: 30px;
}
.attach-drawing-document .btn
{
    padding: 4px 10px;
}
.attach-drawing-document .bootstrap-filestyle.input-group
{
    width: 84%;
}
.attach-drawing-document .submit-button
{
    margin: -30px 0 0 0;
    border: 1px solid #2f548e;
    border-radius: 3px;
}
.tab-content .border-property:after
{
    bottom: 3px;
}
.project-details .panel-heading
{
    padding-bottom: 0 !important;
}
.project-details .panel-default
{
    border: 0 none;
    display: inline-block !important;
    width: 100% !important;
}
.pb10
{
    padding-bottom: 10px;
}
.new-sprite
{
    background-image: url("../images/new-sprite.png");
    background-repeat: no-repeat;
    padding: 3px 10px;
    margin-right: 10px;
    cursor: poPoppins;
}
.edit
{
    background-position: 0 -71px;
}
.edit:hover
{
    background-position: 0 -97px;
}
.edit:active
{
    background-position: 0 -122px;
}
.delete
{
    background-position: 0 0;
}
.delete:hover
{
    background-position: 0 -47px;
}
.delete:active
{
    background-position: 0 -24px;
}
/* ------------------------------ Application details------------------------------ */
.applicant-details .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
    width: 250px;
}
.applicant-details .dropdown-toggle
{
    border: 1px solid #d7d5d5;
}
.applicant-details-input
{
    margin-right: 20px;
}
.advance-search-inputs input[type="email"], .advance-search-inputs input[type="text"], .applicant-details-input input[type="text"]
{
    border: 1px solid #d7d5d5;
    width: 200px;
    font-weight: 300;
    font-size: 12px;
    color: #000;
}
.new-application .advance-search-inputs input[type="text"], .new-project .advance-search-inputs input[type="text"]
{
    width: 218px;
}
.applicant-details .btn-primary
{
    margin-right: 15px;
}
.applicant-info
{
    display: inline-block;
    width: 100%;
}
#building-details .applicant-info
{
    padding: 0;
}
.applicant-info h4
{
    margin: 0;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}
.applicant-info span
{
    color: #898989;
    font-size: 13px;
    font-weight: 300;
}
.edit-information, .show-application-box, .filled-info, .slide-arrow
{
    display: none;
}
.filled-info .blue-plus
{
    background-position: -6px -160px;
    border: 0 none;
    border-radius: 0;
}
/* Placeholder css*/
::-webkit-input-placeholder {
    color: #767676;
    font-style: normal;
    font-weight: 400;
}
::-moz-placeholder {
    color: #767676;
    font-style: normal;
    font-weight: 400;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #767676;
    font-style: normal;
    font-weight: 400;
}
/* ie */
input:-moz-placeholder {
    color: #767676;
    font-style: normal;
    font-weight: 400;
}

/* display inline block */
.message-reminders-main, .separated-row
{
    display: inline-block;
    width: 100%;
}
/* =====================================================
					Documents page 
	==================================================*/
.counter-digit
{
    border: 1px solid #a5a5a5;
    border-radius: 50%;
    display: inline-block;
    height: 22px;
    margin: -2px 0 0 5px;
    position: absolute;
    top: 0;
    width: 22px;
}
.counter-digit i
{
    font-style: normal;
    padding: 7px;
    cursor: poPoppins;
    color: #7c7c7c;
    font-size: 11px;
    font-weight: 400;
}
.extract-document
{
    padding: 0 5px 10px 0;
    position: relative;
}
.arrow-box3
{
    background: #1b2941 none repeat scroll 0 0;
    border-radius: 1px;
    color: #ffffff;
    display: none;
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    top: 145px;
    z-index: 999999;
    border-radius: 5px;
}
.arrow-box3 li
{
    list-style: none;
}
.arrow-box3::after
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1b2941;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 40px;
    margin-left: -10px;
    poPoppins-events: none;
    position: absolute;
    width: 0;
}
.extract-document:hover .arrow-box3::after
{
    display: block !important;
}
.document-right-main .download
{
    background-position: 100px 5px;
}
.document-right-main .search-box .search-input
{
    padding: 3px 20px 5px 10px;
}
.document-right-main th, .document-right-main td
{
    padding: 0 5px;
    text-align: left;
    vertical-align: top;
}
.project-right-main .nav-tabs li, .document-right-main .nav-tabs li
{
    margin-right: 15px;
}
.right-panel .document-right-main .nav-tabs li a
{
    padding: 0 5px !important;
}
.document-right-main a
{
    text-decoration: none;
}
.noc-main .custom-table tbody tr:first-child, .document-right-main .custom-table tbody tr:first-child
{
    border-bottom: 1px solid #9f9696;
}
.noc-main .custom-table tbody tr:first-child
{
    background: #efefef;
    border: 0;
}
.noc-main .custom-table tbody tr th, .document-right-main .custom-table tbody tr th
{
    padding-bottom: 10px;
}
.document-right-main .custom-table tbody tr td
{
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    min-height: 70px;
}
.noc-title .btn-tertiary, .document-tab-content .btn-tertiary
{
    border: 1px solid #2f548e;
    padding: 0 5px;
    width: 41px;
    font-size: 12px;
    margin-right: 5px;
}
.document-tabs .search-input
{
    width: 250px;
}
.document-tabs
{
    min-height: 35px;
}
.noc-title .buttonText, .document-right-main .buttonText
{
    font-size: 12px;
}
.noc-title .attach-file-btn, .document-right-main .attach-file-btn
{
    margin: 0;
    width: 60px;
}
.noc-title .btn, .noc-main .custom-table .btn, .document-right-main .custom-table .btn
{
    padding: 0 5px;
    border: 1px solid #2f548e;
    color: #2f548e;
    vertical-align: top;
}
.document-right-main .small-grey
{
    color: #a5a5a5;
    margin-top: 5px;
}
.noc-main .custom-table .noc-date-time, .noc-main .custom-table .small-grey, .noc-title .small-grey, .noc-title .noc-date-time, .small-grey, .attached-drawings .small-grey
{
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #898989;
    margin: 0;
}
.small-black
{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    display: block;
}
.ds-block
{
    display: block;
}
.document-right-main .custom-table a
{
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.document-right-main .filestyle, .noc-main .filestyle
{
    width: 50px;
}
.filled-info .custom-table tbody tr td
{
    padding-bottom: 20px;
}
.payments
{
    display: inline;
}
.noc-title .apply, .document-right-main .apply
{
    padding: 1px 0 !important;
}
.document-close
{
    background-position: 0 -136px;
}
/* noc */
.noc-tabs .resp-tabs-list li
{
    padding: 0 20px 0 0;
}
.noc-tabs .resp-tab-item h4, .noc-tabs .resp-tab-item span, .challan-payment-tabs .resp-tab-item h4, .challan-payment-tabs .resp-tab-item span
{
    color: #2f548e;
}
.noc-tabs .resp-tab-active h4, .noc-tabs .resp-tab-active span
{
    color: #000;
}
.noc-tabs .resp-tab-item:first-child
{
    background-image: url("../images/forward-arrow-tab.png");
    background-position: 47px 10px;
    background-repeat: no-repeat;
    padding-right: 30px;
}
.challan-payment-tabs .resp-tab-item:first-child
{
    background-position: 60px 10px;
}
.noc-tabs .resp-tab-content
{
    padding: 0;
    margin-top: 10px;
}
.noc-date-time
{
    display: block;
}
.noc-main .search-input
{
    width: 250px;
}
.noc-search
{
    min-height: 35px;
}
.noc-search .search-box .search-input
{
    padding: 3px 20px 5px 10px;
}
.noc-icon
{
    background-image: url("../images/noc-icons.png");
    background-repeat: no-repeat;
    height: 24px;
    padding: 1px 0 6px 27px;
    width: 24px;
}
.attached
{
    background-position: 0 0;
}
.applying
{
    background-position: 0 -29px;
}
.objections, .objectionsdev, .Withdrawn
{
    background-position: 0 -55px;
}
.uploaded
{
    background-position: 0 -84px;
}
.attachement
{
    background-position: 0 -105px;
    float: left;
    margin: 0 0 0 -30px;
}
.attachement:hover
{
    background-position: 0 -180px;
}
.data-top
{
    display: inline-block;
    min-height: 35px;
    line-height: 1em;
}
.noc-main .buttonText
{
    color: #2f548e;
}
.noc-main .attach-file-btn
{
    width: 64px;
}
.noc-main .custom-table
{
    width: 100%;
}
.btn .badge
{
    display: none;
}
.pdf-box
{
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 0 0 25px;
    width: 120px;
    word-wrap: break-word;
    position: relative;
}
.pdf-box.noc-icon.attachement > span
{
    line-height: 1em;
}
/* challans & payment*/
.challan-payment-tabs .resp-tabs-list li:fist-child
{
    width: 100px;
    padding: 0;
}
.noc-main .custom-table th
{
    vertical-align: top;
}
.challan-payment-tabs .help
{
    background-image: url("../images/help.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    cursor: poPoppins;
    padding: 4px 12px;
    margin-left: 3px;
}

/* objections */
.open-table
{
    cursor: poPoppins;
}
.objections-tab .resp-tab-item:first-child
{
    background-position: 72px 10px;
}
.objections-tab .sprite-accordion
{
    margin: 4px 6px 0 0;
}
.objections-tab .panel-heading
{
    padding-left: 0;
    padding-right: 0;
    height: 80px;
}
.attach-more .glyphicon-plus::before
{
    content: "+";
    color: #2f548e;
}
.attach-more .btn
{
    border: 0 !important;
}
.attached-document
{
    padding: 0 5px;
}
.attached-document a
{
    color: #000;
    text-decoration: none;
}
/* message-reminders  */
.message-reminders-main .search-box .search-input
{
    width: 250px;
    padding-left: 10px;
}
.right-panel .tab-content .message-reminders-data p
{
    margin: 0;
}
.right-panel .tab-content .message-reminders-data .permission-type h4
{
    margin-bottom: 5px;
}
.message-reminders-data
{
    padding: 0;
}
.message-reminders-data li
{
    list-style: none;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #ededed;
    width: 100%;
}
.message-icon
{
    background-image: url("../images/comments.png");
    background-position: 0 7px;
    background-repeat: no-repeat;
    display: inline-block;
}
.reminders-icon
{
    background-image: url("../images/reminders.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    display: inline-block;
}
.message-reminders-box-head
{
    border-bottom: 2px solid #ededed;
}
.drawings-box-head
{
    padding: 0 0 15px;
}
.message-reminders-box-head
{
    min-height: 43px;
}
/* drawings-data */
.drawings-data
{
    padding: 10px 0;
}
.drawings-data h5
{
    margin-bottom: 15px;
}
.attached-drawings
{
    margin: 0;
    padding: 0;
}
.attached-drawings li
{
    border-bottom: 2px solid #ededed;
    display: inline-block;
    list-style: outside none none;
    padding: 10px 0;
    width: 100%;
}
.attached-drawings li:last-child
{
    border: 1px solid rgba(0, 0, 0, 0);
}
.pdf-icon
{
    background-image: url("../images/pdf.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 9px 23px 16px 0;
}
.pdf-icon:hover
{
    background-position: -1px -29px;
}

/* official-note-sheet */
.official-note-sheet .panel-default
{
    border-radius: 3px;
    padding: 10px 10px 0;
    margin-bottom: 15px;
}
.official-note-sheet .junior-committed
{
    border: 2px solid #eec778;
}
.official-note-sheet .senior-committed
{
    border: 2px solid #a5b083;
}
.download
{
    background-image: url("../images/download.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    margin-left: 10px;
    padding: 10px 7px;
    cursor: poPoppins;
}
.official-note-sheet .accordion-toggle span
{
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
.official-note-sheet .panel-body p
{
    color: #000;
    font-weight: 400;
    line-height: 1.3em;
    padding: 0 18px;
}
.official-note-sheet .panel-body p span
{
    display: block;
}
.file-no-name
{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0 18px;
}
.insight-notification-box
{
    background: #7b7b7b;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    left: auto;
    padding: 20px 0;
    position: absolute;
    right: 0;
    top: 47px;
    width: 320px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.insight-notification-box li:hover
{
    background-color: #2ea9ff;
}
.insight-notification-box li:hover h4, .insight-notification-box li:hover h5, .insight-notification-box li:hover h5 span, .insight-notification-box li:hover h4 span
{
    color: #ffffff;
}
.insight-notification-box h4, .insight-notification-box h4 span
{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.insight-notification-box h5, .insight-notification-box h5 span
{
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
.insight-notification-box ul
{
    padding: 0;
}
.insight-notification-box li
{
    display: table;
    width: 100%;
    padding: 10px 0;
    padding: 15px;
}
.insight-notification-box li:after
{
    border: 1px solid #d7d5d5;
    content: "";
    left: 15px;
    position: absolute;
    right: 0;
    width: 90%;
    margin: 94px 0 0;
}
.insight-notification-box li:last-child:after
{
    border: 0;
}
.insight-notification-box li:last-child
{
    border-bottom: 0;
}
.notification-icons
{
    background-image: url("../images/notification-icon-sprite.png");
    background-repeat: no-repeat;
    display: table-cell;
    float: left;
    height: 23px;
    margin: 2px 12px 0 0;
    width: 24px;
}
.right-panel-popUp span
{
    width: 80px !important;
}
.inspection-completed
{
    background-position: -35px 0;
}
.insight-notification-box li:hover .inspection-completed
{
    background-position: 0 0;
}
.application-accepted
{
    background-position: -35px -102px;
}
.insight-notification-box li:hover .application-accepted
{
    background-position: 0 -102px;
}
.remark-generated
{
    background-position: -35px -70px;
}
.insight-notification-box li:hover .remark-generated
{
    background-position: 0 -70px;
}
.rejections
{
    background-position: -35px -35px;
}
.insight-notification-box li:hover .rejections
{
    background-position: 0px -35px;
}
.insight-notification-info
{
    display: table-cell;
    float: left;
    line-height: 1.4em;
    width: 245px;
}
.arrow_box2
{
    background: #fff;
}
.arrow_box2:after
{
    bottom: 100%;
    left: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    poPoppins-events: none;
    border-color: rgba(123, 123, 123, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}
.custom-modal-profile .modal-header
{
    display: inline-block;
    width: 100%;
    padding: 20px 20px 10px;
}
.modal-title
{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.profile-editable-information
{
    padding: 0;
}
.profile-editable-information span
{
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 100px;
}
.profile-editable-information li
{
    padding: 10px 0;
    list-style: none;
}
.custom-modal-profile .modal-body
{
    display: inline-block;
    width: 100%;
    padding: 0 20px;
}
.custom-modal-profile input[type="text"], .custom-modal-profile textarea
{
    border: 1px solid #d7d5d5;
    border-radius: 3px;
    box-shadow: 0 0 0;
    padding: 3px 5px;
    resize: none;
    width: 150px;
}
.custom-modal-profile .modal-footer
{
    text-align: left;
    margin: 0;
}
.custom-modal-profile .modal-dialog
{
    top: 44px;
    width: 650px;
}
.project-details
{
    width: 100%;
}
.custom-table-padding td
{
    padding: 10px 5px;
}
.show-tooltip:hover .show-document
{
    display: block;
}
.show-tooltip:hover .ok
{
    display: none;
}

.show-document li
{
    list-style: none;
}
.notification-circle
{
    position: relative;
}
.circle-9
{
    background: #ececec;
    border-radius: 50%;
    display: inline-block;
    height: 22px;
    width: 22px;
    padding: 2px 0 0 7px;
    position: relative;
    font-style: normal;
    margin-left: 5px;
}
.circle-9:hover
{
    background: #2ea9ff;
    color: #fff;
}
.show-document
{
    background: #fff;
    border-radius: 5px;
    color: #000;
    display: none;
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    right: -63px;
    top: 35px;
    width: 150px;
    z-index: 999999;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.show-document
{
    background: #fff;
    border: 1px solid #2ea9ff;
}
.show-document:after, .show-document:before
{
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    poPoppins-events: none;
}

.show-document:after
{
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.show-document:before
{
    border-color: rgba(46, 169, 255, 0);
    border-bottom-color: #2ea9ff;
    border-width: 11px;
    margin-left: -11px;
}


.download-document
{
    padding-right: 20px;
    position: relative;
}
.download-icon
{
    background-position: 0 -159px;
}
.download-icon:hover
{
    background-position: -34px -159px;
}
.action-icons
{
    background-image: url("../images/noc-icons.png");
    background-repeat: no-repeat;
    float: right;
    height: 24px;
    position: absolute;
    right: 0;
    width: 24px;
}
.docoment-close
{
    background-position: 0 -138px;
}
.docoment-close:hover
{
    background-position: -34px -137px;
}
.challan-search-box .search-icon, .address-property-search .search-icon
{
    background-position: 14px 8px;
}
.active-this
{
    border: 1px solid #000 !important;
    color: #000 !important;
}
.structure
{
    margin-top: -14px;
    padding: 0 0 0 17px;
}
.wt15
{
    width: 15px;
    display: inline-block;
}
.modal
{
    overflow-x: hidden;
    overflow-y: hidden;
}
#donut-chart
{
    margin-top: 22px;
}
.right-panel .document-tab-content .panel-default .panel-heading
{
    padding: 10px 0;
}
.Redio_label
{
    font-weight: 400;
}
.choosed
{
    font-weight: 700;
}
.tooltip-inner
{
    background: #ffffff;
    border: 1px solid #2ea9ff;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
/* media screen CSS */
@media only screen and (max-width:767px)
{
    /* for tab content */
    .applicant-details-input
    {
        margin-bottom: 15px;
    }
    .information-box
    {
        width: 116px;
    }
    .structure .ml15, .structure .ml20
    {
        margin: 0;
    }
    .message-reminders-data .permission-type p
    {
        text-align: left;
    }
    .tab-content > .active
    {
        display: inline-block;
        width: 100%;
    }
    .arrow_box2::after
    {
        left: 74%;
    }
    .attach-drawing-document .bootstrap-filestyle.input-group
    {
        width: 64%;
    }
    .commencement-information .pull-right, .commencement-information .pull-left
    {
        float: left !important;
        margin-bottom: 15px;
    }
    .main-login .main-container
    {
        width: auto;
    }
    .header .main-container
    {
        width: auto;
    }
    .custom-alert .alert-danger, .right-panel
    {
        width: 100%;
    }
    .border-property::after
    {
        left: -3px;
        width: 100%;
    }
    .proposals
    {
        margin-bottom: 15px;
    }
    .app-process-details.img-responsive
    {
        margin-bottom: 15px;
    }
    .about-this-portal
    {
        padding-top: 15px;
    }
    .m-15
    {
        margin: 0 -15px;
    }
    .m-pb20
    {
        padding-bottom: 10px;
    }
    .m-pdl23
    {
        padding-left: 23px;
    }
    .m-mt22
    {
        margin-top: 22px;
    }
    .demand-number .btn-primary
    {
        margin-left: 5px;
    }
    .m0
    {
        margin: 0;
    }
    .demand-number .icheckbox_flat-green, .demand-number .iradio_flat-green
    {
        left: -22px;
        top: 23px;
    }
    /* second tab */
    .approvals
    {
        padding: 0;
    }
    .government-main .search-icon
    {
        background-image: none;
        float: left !important;
        border: 1px solid #034c91;
        height: auto;
        width: auto;
        color: #034c91;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        padding: 4px 10px;
        text-indent: 0;
    }
    .government-main .advance-search
    {
        loat: none;
        margin: 20px auto;
        text-align: initial;
        width: 295px;
    }
    .government-main .address-property-search
    {
        background: rgba(0, 0, 0, 0);
    }
    .government-main .search-icon
    {
        background-position: 13px 9px;
    }
    .property-approvals-check #clear-search
    {
        margin: -198px 0 0;
    }
    .border-property:last-child::after
    {
        border: 0;
    }
    /* for tab content */
    .border-property
    {
        display: inline-block;
        width: 100%;
    }
    .payments
    {
        display: inline-block;
        width: 100%;
    }
    .border-bottom-grey
    {
        border-bottom: 1px solid #ececec;
    }

    .border-bottom-black {
        border-bottom: 1px solid #000;
    }
    .toggle-buttons
    {
        margin-bottom: 15px;
    }
    .header
    {
        padding: 5px 15px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
        height: 92px;
    }
    section
    {
        padding-top: 52px;
    }
    .burger
    {
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../images/burger.png");
        background-position: 6px 2px;
        background-repeat: no-repeat;
        border: 0 none;
        cursor: poPoppins;
        display: inline-block;
        margin: 0;
        padding: 10px 15px;
    }
    .mobile-search
    {
        display: inline-block;
    }
    .noc-search .search, .noc-search .search-box, .all-projects-custom-row .showSingle, .login-right, .notice-box, .title h4
    {
        display: none;
    }
    .left-panel
    {
        margin: -44px -21px 0;
    }
    .right-head .sprite-icons-head
    {
        margin: 4px 8px 0 0;
    }
    .government-approvals, .main-container
    {
        width: 100%;
    }
    .app-process-details, .gn-menu-main
    {
        display: block;
    }
    .application-drawing-scrutiny, .progress-chart, .submit-application span, .path, .campus
    {
        display: none;
    }
   
    .left-panel h5
    {
        margin-top: 10px;
    }
    .buttons
    {
        padding: 10px 0;
    }
    .buttons .btn-secondary
    {
        margin-right: 5px;
    }
    .border-right-grey, .proposals-graph, .right-panel
    {
        border: 0;
        padding: 0;
    }
    .challan-head .btn-primary, .mlr0
    {
        margin: 0;
    }
    .navbar-collapse
    {
        background: #fff;
        position: relative;
        z-index: 999999;
    }
    .gutter-space
    {
        padding: 0;
    }
    .txt-center
    {
        text-align: center;
    }
    .right-head .select-actions
    {
        display: none !important;
    }
    .profile
    {
        display: block;
        background-position: 0 -80px;
    }
    .right-head
    {
        padding-bottom: 15px;
        width: auto;
    }
    .challan-head h5, .common-spacing, .logo
    {
        margin: 0 !important;
    }
    .logo img
    {
        width: 20px;
    }
    .challan-main
    {
        padding: 20px;
    }
    .white-separator
    {
        margin: 0 3px;
    }
    .select-box
    {
        float: left;
        margin-right: 10px;
    }
    .mobile-search
    {
        display: inline-block;
        width: 130px;
    }
    .mobile-search .search-icon
    {
        height: 24px;
    }
    .search-input-text
    {
        display: block;
        float: left;
        padding: 0;
        width: 80px;
        margin-right: 10px;
        border: 0;
    }
    .message-reminders-box-head .search, .right-side-actions .search
    {
        display: none;
    }
    .message-reminders-box-head .icon-buttons
    {
        float: left !important;
        margin-top: 10px;
    }
    .reminder-box
    {
        padding: 10px 0 13px;
    }
    .application-notice
    {
        margin-top: 15px;
    }
    .address-property-search
    {
        width: 100%;
    }
    .proposals-main, .challan-search-box, .challan-main, .address-property-search input[type="text"]
    {
        width: 100%;
    }
    .address-property-search input[type="text"]
    {
        margin-bottom: 15px;
    }
    .login-challan-head h4, .header span
    {
        font-size: 12px;
    }
    .news, .login-form
    {
        margin: 0 auto;
    }
    
    .challan-search-box .search-input
    {
        width: 80%;
    }
    .address-property-search
    {
        border: 0;
    }
    .address-property-search input[type="text"]
    {
        border: 1px solid #a5a5a5;
    }
    .noc-tabs .attach-file-btn
    {
        margin-top: 5px;
    }
    .login-right, .login-left
    {
        padding: 0;
        border: 0;
    }
    .login-right, .login-left, .select-actions, .right-side-actions
    {
        margin: 0;
    }
    .login-left, .select-panel
    {
        display: block !important;
        margin-bottom: 15px;
    }
    .property-approvals-check
    {
        padding: 0 20px;
    }
    .plot-no, .zone, .cts-no, .ward, .division, .street-name, .apllicant-name, .architect-name
    {
        width: 100%;
    }
    .resp-tabs-container
    {
        background: #fff;
    }
    .resp-tab-content-active
    {
        display: inline-block !important;
        border-bottom: 2px solid #000 !important;
        width: 100%;
    }
    .challan-head h5, .challan-head 
    {
        font-size: 10px;
    }
    .plot-icons
    {
        margin: 0 auto !important;
    }
    .new-application .challan-search-box
    {
        width: 282px;
    }
    .new-application .challan-search-box .search-input
    {
        width: 230px;
    }
    label
    {
        width: 100%;
    }
    .permission-type p
    {
        text-align: center;
    }
    /* document table */
    .document-right-main td:last-child, .document-right-main th:last-child
    {
        display: inline-block;
        width: 100%;
    }
    /*    table.responsive td.small-padding
    {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    table.responsive td
    {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color -moz-use-text-color #eeeeee;
        border-image: none;
        border-style: none none solid;
        border-width: medium medium 1px;
        padding-left: 50%;
        position: relative;
    }
    table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr
    {
     display: block;
    }  */ 
    .property-approvals-check .custom-table
    {
        margin: 0 auto;
        width: 90%;
    }
    .resp-tabs-container .common-spacing .border-bottom-grey
    {
        padding: 20px 0;
    }
    .government-approvals-advancesearch
    {
        padding: 20px;
    }
    .government-approvals
    {
        padding: 20px;
    }
    .second-data
    {
        display: inline-block !important;
        width: 100%;
    }
    .objections-tab .custom-table .border-grey td:last-child
    {
        display: inline-block;
        width: 100%;
    }
    /* Official Notesheets */
    .official-note-sheet .panel-title
    {
        display: inline-block;
        width: 100%;
    }
    .official-note-sheet .m-left
    {
        float: left !important;
        margin-top: 5px;
    }
    /* Noc responsive */
    .noc-main .custom-table td:last-child, .noc-main .custom-table
    {
        display: inline-block;
        width: 100%;
    }
    .dashboard-box .tab-content, .custom-table td:last-child, .custom-table
    {
        display: inline-block;
        width: 100%;
    }
    .document-right-main .icon-buttons .search
    {
        display: none;
    }
    .input-group
    {
        width: auto;
    }
}
@media only screen and (min-width: 768px)and (max-width: 900px)
{
    /* --------- responsive for tab content --------- */
    .permission-type label
    {
        width: 100%;
    }
    .download-document
    {
        display: inline-block;
    }
    .panel-collapse .attach-file-btn
    {
        display: inline-block;
        width: 100% !important;
    }
    .dashboard-right-panel .progress-chart, .all-projects-custom-row .showSingle, .main-login .proposals-graph
    {
        display: none;
    }
    .right-panel
    {
        border: 0;
        width: 100%;
    }
    .left-panel
    {
        margin: -20px 0 0;
    }
    .new-application .buttons
    {
        padding: 0;
    }
    .challan-second
    {
        padding: 0;
    }
    .demand-number .btn-primary
    {
        margin-left: 5px;
    }
    .m0
    {
        margin: 0;
    }
    /* second tab */
    .approvals
    {
        padding: 0;
    }
    .government-approvals-advancesearch
    {
        padding: 0 50px 0 20px;
    }
    .government-approvals
    {
        margin: 0 !important;
        padding: 20px;
    }
    /* --------- End responsive for tab content --------- */
    .header
    {
        padding: 5px 15px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
        height: 92px;
    }
    section
    {
        padding-top: 80px;
    }

    .burger
    {
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../images/burger.png");
        background-position: 6px 2px;
        background-repeat: no-repeat;
        border: 0 none;
        cursor: poPoppins;
        display: inline-block;
        margin: 0;
        padding: 10px 15px;
    }
    .search-input-text
    {
        display: none !important;
    }
    .search-input-text
    {
        border: 1px solid;
        padding: 0 0 0 40px;
        width: 120px;
    }
    .search-input-text
    {
        display: block;
        float: left;
        padding: 0 0 0 40px;
        width: 120px;
        margin-right: 10px;
        border: 0;
    }
    .search-box .search-input
    {
        width: 180px;
    }
    .notice-box
    {
        display: none;
    }
    .burger
    {
        background-image: url("../images/burger.png");
        background-position: 6px 2px;
        background-repeat: no-repeat;
        cursor: poPoppins;
        display: inline-block;
        margin: 7px;
        padding: 10px 15px;
    }
    .main
    {
        left: 32px;
        position: absolute;
        top: 8px;
        left: 3px !important;
    }
    .challan-search
    {
        margin: 150px 40px;
    }
    .login-right
    {
        padding-left: 20px;
    }
    .login-left
    {
        border-right: 1px solid #c0bdbc;
        padding: 10px 21px 15px 80px;
    }
    .resp-tabs-container
    {
        background: #fff;
    }
    .resp-tab-content-active
    {
        display: inline-block !important;
        border-bottom: 2px solid #000 !important;
        width: 100%;
    }
    label
    {
        width: auto;
    }
    .permission-type p
    {
        text-align: center;
    }
    .plot-icons
    {
        margin: 0 auto !important;
    }
    .payments
    {
        display: inline-block;
        width: 100%;
    }
    .reminders
    {
        float: right;
    }
    .about-this-portal .border-bottom-grey .new-application-radio
    {
        border-bottom: 1px solid #c0bdbc;
        padding: 20px 0;
        margin: 15px;
    }
    .property-approvals-check .custom-table
    {
        margin: 0 auto;
        width: 96%;
    }
    .app-process-details.img-responsive
    {
        margin: 0 auto;
    }
    .border-property:last-child::after
    {
        border: 0;
    }
    .right-panel .official-sheet
    {
        display: inline-block;
        padding: 10px 40px 0 20px;
        width: 100%;
    }
    .challan-main .common-spacing
    {
        margin: 10px 30px !important;
    }
    .property-approvals-check .border-property::after
    {
        left: -5px;
        width: 100%;
    }
    .custom-table td:last-child, .custom-table
    {
        display: inline-block !important;
        width: 100%;
    }
    .noc-main
    {
        display: inline-block;
        width: 97%;
    }
    .login-left, .select-panel
    {
        display: block !important;
        margin-bottom: 15px;
    }
    .permission-type p, .show-permission p
    {
        text-align: center;
    }
    .app-process-details, .select-panel
    {
        display: block;
    }
    .title h4
    {
        display: none;
    }
    .main-login .main-container
    {
        width: auto;
    }
}

@media only screen and (min-width: 980px)
{
    .login-left
    {
        padding: 10px 21px 10px 182px;
    }
    .noc-main .custom-table tbody tr td
    {
        padding: 5px 0 10px 7px;
    }
}
@media only screen and (max-width: 980px)
{
    .main-container
    {
        width: auto;
    }
    .application-drawing-scrutiny, .path, .campus
    {
        display: none;
    }
    .form-no
    {
        display: block;
        margin: 2px 0;
    }
    .left-information h4, .progress-chart h4, .drawing-scrutiny h4, .started-on h4
    {
        margin: 0;
    }
    .select-box
    {
        float: left;
        margin-right: 10px;
    }
    .bottom-box
    {
        margin-top: 20px;
    }
    .fill-form .ml15
    {
        margin: 0;
    }
}
@media only screen and (min-width: 1004px)and (max-width: 1920px)
{
    .left-panel
    {
        max-width: 250px;
    }
    .property-approvals-check
    {
        padding: 0 0 0 70px;
    }
    .panel-body .custom-table tbody td
    {
        padding: 0 5px 10px;
    }
}
@media only screen and (min-width: 1004px)and (min-width: 1920px)
{
    .title
    {
        padding-left: 15px;
    }
}

/* graph css */
/* .panel-2{
	background-image: url("../images/selection-panel.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 300px;
	height: 300px;
} */
@media only screen and (min-width: 320px)and (max-width: 767px)
{
    .application-drawing-scrutiny .stages
    {
        display: block;
        height: 100px;
        margin: 0 auto;
        width: 60px;
    }
    .application-drawing-scrutiny .progress-chart
    {
        display: block;
    }
    .stages::before
    {
        border-top: 0;
    }
    .application-graph .ap-panel
    {
        margin: 0 auto;
    }
    .app-box:before
    {
        border-left: 90px solid #d6d4d4;
        top: 10px;
        content: "";
        position: absolute;
        width: 77px;
        left: 47px;
        height: 90px;
    }

    .application-graph .processes
    {
        display: block;
        margin: 0 auto;
    }

    .app-box .square span
    {
        margin: -75px 0 0 -36px;
    }
    .app-box span
    {
        margin-top: -55px;
    }
    .summary-message
    {
        width: 100%;
    }
    .stages::after
    {
        border-left: 2px solid #d6d4d4;
        bottom: 0;
        content: "";
        height: 92px;
        left: 11px;
        position: absolute;
        right: 0;
        top: 29px;
        width: 2px;
    }
    .stages:last-child::after
    {
        border-left: 0;
    }
    .reached-msg span
    {
        background: #f0f9ff;
    }
    .app-panel-middle .active:after
    {
        top: 66px;
    }
    .arrow_box1:after, .arrow_box1:before
    {
        left: 50%;
    }
    .stages i
    {
        margin: 0 auto;
    }
    .application-drawing-scrutiny .reached-msg span, .application-drawing-scrutiny .stages
    {
        text-align: center;
    }
    .stages:after
    {
        left: 30px;
    }
    .app-panel-middle
    {
        width: 192px;
        background-image: url("../images/summary-graph-bg-small.png");
        background-repeat: no-repeat;
        height: 373px;
        padding-top: 82px;
    }
    .set-mobile
    {
        height: 22px !important;
    }
}

@media only screen and (min-width: 768px)
{
    .stages
    {
        display: table-cell;
    }
    .application-graph .app-box
    {
        float: left;
    }
    .application-graph .ap-panel
    {
        float: left;
    }
    .app-box:before
    {
        border: 1px solid #d6d4d4;
        top: 10px;
        content: "";
        position: absolute;
        width: 77px;
        left: 23px;
    }
    .last
    {
        width: 24px !important;
    }
    .application-graph .processes
    {
        float: left;
    }
    .app-panel-middle
    {
        display: inline-block;
    }
    .app-panel-middle
    {
        background-position: center 0;
    }
    .app-box .square span
    {
        margin: -83px 0 0 -40px;
    }
    .app-box span
    {
        margin-top: -80px;
    }
    .app-panel-middle .active:after
    {
        top: 55px;
    }
    .arrow_box1:after, .arrow_box1:before
    {
        left: 45%;
    }
    .app-panel-middle
    {
        width: 192px;
        background-image: url("../images/summary-graph-bg.png");
        background-repeat: no-repeat;
    }
    .app-panel-middle
    {
        margin-bottom: 40px !important;
        background-position: center 7px;
    }
}

.application-graph
{
    max-width: 625px;
    margin: 0 auto;
}
.application-graph .processes
{
    width: 24px;
    height: 24px;
    border: 1px solid #bdbcbc;
    background: #fff;
    position: relative;
}
.application-graph .ap-panel
{
    position: relative;
}
.application-graph .app-box
{
    width: 94px;
    position: relative;
    height: 95px;
}
.application-graph .fill
{
    background-color: #bcbbbb;
}
.application-graph .fill i
{
    background-image: url("../images/white-tick.png");
    background-position: 4px 6px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    width: 24px;
}
.application-graph .square > i
{
    transform: rotate(-49deg);
}
.application-graph .circle
{
    border-radius: 50%;
}
.application-graph .square
{
    -ms-transform: rotate(48deg); /* IE 9 */
    -webkit-transform: rotate(48deg); /* Chrome, Safari, Opera */
    transform: rotate(48deg);
}
/* .application-graph .fill:last-child::after {
    border: 0;
} */
.summaries
{
    margin: -11px auto 50px;
    height: 32px;
    background-color: #2ea9ff;
    width: 32px;
    border-radius: 50%;
    box-shadow: 0 4px 4px #b2b1b1;
}
.summaries:last-child
{
    margin: -11px auto 0;
}
.ap-panel-left, .ap-panel-right
{
    margin-top: 112px;
}
.w212
{
    width: 212px;
}
.mt-99
{
    margin-top: 99px;
}
.last:before
{
    border: 0px !important;
}
.app-box span
{
    display: block;
    color: #898989;
    font-size: 13px;
}
.summaries span.bottom
{
    margin-top: 33px;
    float: left;
    color: #898989;
    font-size: 13px;
    width: 120px;
}
.summaries span.top
{
    margin-top: -20px;
    float: left;
    color: #898989;
    font-size: 13px;
    width: 120px;
}
.app-box .square span
{
    display: block;
    transform: rotate(-49deg);
    background: #fff;
}
.issued-comment
{
    float: left;
    margin: -23px 0 0;
    text-align: center;
    width: 100%;
}
.application-document-progress > h5
{
    margin: 20px 0 50px;
}
.app-panel-middle .active:after
{
    border: 1px solid #fc9f14;
    border-radius: 50%;
    box-shadow: 0 1px 1px #e9e8e8;
    content: "";
    height: 42px;
    left: 75px;
    position: absolute;
    width: 42px;
}

input.error
{
    border: 1px solid #ff0000 !important;
}
span.error
{
    color: #ff0000;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.1em;
    margin-top: 5px;
}
.asterisk
{
    color: red;
}
.DivTreeGrid
{
    height: 100%;
    width: 100%;
    overflow: hidden;
}


.imgbullet
{
    width: 5px;
    height: 5px;
}

.nav-tooltip + .tooltip > .tooltip-inner
{
    background-color: #ffe6cc;
    color: Black;
}




.bg-login-lightblue {
    background: #a3dbff;
    background: -webkit-linear-gradient(to right, #FFFFFF, #f4fcff, #e7f8ff, #e5f8ff, #c9eaff);
    background: linear-gradient(to right, #FFFFFF, #f4fcff, #e7f8ff, #e5f8ff, #c9eaff);
}
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #f2f2f2;
}

*::-webkit-scrollbar-thumb {
    background-color: #125289;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}


/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
    background-color: #125289;
    height: 8px;
}

.card-header {
    border: 1px solid #0B5AA9;
    border-radius: 0 !important;
    font-weight: 600;
    color: #fff;
    background: #0B5AA9;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.nav-link {
    color: #034C91;
}

.nav-item {
    padding: 0px 20px;
}

.nav-link.active {
    color: #034C91;
    font-weight: 700;
}

.nav-link:focus, .nav-link:hover {
    color: #0a58ca !important;
}

.banner-content p, h6, .quick {
    font-size: 1vw;
}

.card-block li::marker {
    content: none;
}

.card-block li {
    padding: 0px 0px 10px 0px;
}

.card-block .card {
    height: 230px;
}

.card-block ul {
    padding: 0px;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #034c91;
    border-radius: 50%;
    display: inline-block;
}

.dot {
    display: none;
}

.nav-link.active .dot {
    display: inline-block;
}

.card
{
    border:1px solid #5542e9  !important;
    }

.carousel-item .card {
    border: 1px solid #fff;
    box-shadow: none;
}

.carousel-item .card-header {
    background-color: #fff;
    border: 0px solid #fff;
}

.carousel-indicators [data-bs-target] {
    background-color: #034c91;
    width: 10px;
    height: 10px;
}

.accordion-button:not(.collapsed) {
    color: rgba(3, 76, 145, 1);
    background-color: #fff;
    box-shadow: inset 0 -1px 0 #fff;
}

.accordion-body ol {
    color: rgba(3, 76, 145, 1);
    list-style: none;
}

.accordion-body li {
    padding: 0px 0px 20px 0px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #034C91;
}

.nav-item select {
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat !important;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
}

.Btndisabled {
    cursor: not-allowed;
    poPoppins-events: none;
    /*Button disabled - CSS color class*/
    color: #c0c0c0;
    background-color: #ffffff;
}

.capt {
    background-color: #f2f2f2;
    width: 200px;
    height: 40px;
}

#mainCaptcha {
    position: relative;
    left: 0px;
}

#refresh {
    position: relative;
    left: 200px;
    width: 10px;
    height: 20px;
    bottom: 45px;
}

/*#txtInput, #Button12 {
            position: relative;
            bottom: 40px;
        }*/
#please-wait {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    #please-wait .modal {
        z-index: 1999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        -moz-opacity: 0.5;
        background-color: black;
        margin-left: 0;
    }

    #please-wait .spinner {
        border: 6px solid #f3f3f3;
        border-radius: 50%;
        border-top: 6px solid #3498db;
        width: 50px;
        height: 50px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 2s linear infinite;
        /*border: 2px solid #666; */
        font-weight: bold;
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 35%;
        display: block;
    }
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: poPoppins;
}








@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.hide{
    display:none;
}

.login-card:hover {
    transform: translateY(-3px);
    background: linear-gradient(to right, #012240, #0083fb, #001930);
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.rcRefreshImage {
    color: black !important;
}

#RadCaptcha1_CaptchaTextBoxLabel {
    color: black !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background-color: #5542e9  !important;
    color: #fff !important;
    border-radius: 0px;
    border-color: #5542e9  !important;
    font-family: 'Poppins' !important;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #fff !important;
        color: #3f51b5 !important;
        border-radius: 0px;
        border-color: #3f51b5 !important;
        font-family: 'Poppins' !important;
    }

.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:focus {
    color: #256EB5 !important;
    border-color: #3f51b5 !important;
    border-radius: 0 !important;
    height: 35px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Poppins' !important;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus {
        color: #3f51b5 !important;
        border-color: #0B5AA9 !important;
        /*line-height: 1.71 !important;*/
        background: #0B5AA9 !important;
        height: 35px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        font-family: 'Poppins' !important;
    }

.blink_me {
    animation: blinker 1s linear infinite;
}

/*added by pallavi*/

#div_pers_det {
    text-align: -webkit-center;
}

.styl_cal {
    margin-left: 163px;
    margin-top: 5px;
}

.insight-notification-box {
    width: 1287px;
}

.hid {
    display: none;
}

.disp {
    display: block;
}

#tab_pers_det th {
    color: Black;
}

#tab_pers_det td {
    color: #151313;
    font-size: 12px;
    font-weight: 400;
    width: max-content;
    text-align: center;
}

#tab_pers_det th {
    text-align: center;
    width: max-content;
}

.table {
    width: 96%;
}

/*for arrow of detail on calendar click*/
.arrow_box2:after {
    bottom: 100%;
    left: 81%;
}

top-header {
    margin-bottom: 2px;
    /*background-color:#f2fff8!important;*/
    background-color: white !important;
    border-bottom: 6px solid green;
    background: #a3dbff;
    background: -webkit-linear-gradient(to right, #FFFFFF, #f4fcff, #e7f8ff, #e5f8ff, #c9eaff);
    background: linear-gradient(to right, #FFFFFF, #f4fcff, #e7f8ff, #e5f8ff, #c9eaff);
}

.UserNm {
    color: black;
}
/**end**/
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.top_menu {
    height: 20px;
    background: #79cbff;
}

.top-header {
    border-bottom: 6px solid #125ca7 !important;
}

.top-header {
    padding: 15px !important;
}

.padding-top-fifteen {
    padding-top: 15px;
}

.margin-top {
    margin-top: -10px;
}

.padding-zero {
    padding: 0px;
}
.fc-blue {
    color: #125ca7 !important;
}

.fc-dark-gray {
    color: #424242 !important;
}



.border-gray {
    border: 1px solid #496987 !important;
}

.content-wrapper .survey-head {
    color: #125289 !important;
    font-size: 14px;
    font-weight: 500;
}
.content-wrapper .survey-value {
    font-size: 22px!important;
    color: #004f84;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Poppins !important;
}
.dockets{
    background: #B2DDFF;
    margin: 5px;
    border-radius: 4px;
    font-size: 12px !important;
    padding: 5px 0;
    color: black;
}
.progressbar-body {
    background: #0B5AA9;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.card-shadow {
    box-shadow: rgba(106, 143, 255, 0.4) 0px 2px 4px, rgba(165, 192, 255, 0.3) 0px 7px 13px -3px, rgba(0, 40, 255, 0.2) 0px -3px 0px inset;
} 
    /*.card-shadow {
    box-shadow: rgb(157 157 157 / 40%) 0px 2px 4px, rgb(141 141 141 / 30%) 0px 7px 13px -3px, rgb(108 108 108 / 20%) 0px -3px 0px inset;
}*/


.tab-content {
    border: none!important;
   
}

.badge-inverse-primary, .badge-inverse-primary:hover, .badge-inverse-success, .badge-inverse-success:hover {
    color: #fff !important;
    background-color: #125289 !important;
    border: 1px solid #125289 !important;
}

.badge-inverse-outline-primary {
    color: #0B5AA9 !important;
    background-color: #fff !important;
    border: 1px solid #0B5AA9 !important;
}
    .badge-inverse-outline-primary:hover {
        color: #fff !important;
        background-color: #0B5AA9 !important;
        border: 1px solid #0B5AA9 !important;
    }

.modal-header .close {
    padding: 1rem 1rem !important;
    margin: -15px 0px -25px auto !important;
}
.modal-content {
    background-color: #fff !important;
    border: none !important;
}


.modal-content {
  
}
.badge {
    display: inline-block;
    padding: .5em .5em;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0rem;
    padding:.5rem;
}

.badge-primary {
    background-color: #0d6efd !important;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}
.badge-warning {
    background-color: #ffe9a8 !important;
    box-shadow: 0 0 0 .25rem rgb(255 217 106 / 50%);
}
.badge-dark {
    background-color: #000 !important;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}
.badge-secondary {
    background-color: #6c757d !important;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}

.border-rounded {
    border-radius: 15px;
}



a:hover {
    color: #0056b3;
    text-decoration: none;
}
.mt15 {
    margin-top: 15px !important;
}


.GLCellHeader, .GLCellHeaderPanel, .GLCellHeaderEmpty {
    background-color: #125289 !important;
    color: white !important;
}

.GLClassReadOnly {
    color: #343434 !important;
    background-color: #fff !important;
}

.GLCellHeader {
    border-bottom: 1px solid #125289 !important;
    height: 50px !important;
}



/*.table th, .table td {
    border-top: 1px solid #125289;
}*/
.GLCell {
    border-bottom: 1px solid #125289 !important;

}
.font-weight-medium {
    font-family: Poppins !important;
    font-weight: 400;
}
.table th, .table td {
    font-size: 15px !important;
    font-weight: 500 !important;
}



.tiles-hover:hover {
    background: #B8D7FF;
    background: -webkit-linear-gradient(to bottom,#B2D7FD, #FFF, #E8E8E8);
    background: linear-gradient(to bottom, #B2D7FD, #FFF, #E8E8E8);
}

.dropdown .dropdown-menu li:hover {
    background-color: #d0e7ff;
    color: #25292d !important;
}

select.form-control, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead, select.tt-query, select.tt-hint {
    padding: 0.475rem 0.75rem !important;
    border: 0;
    outline: 1px solid #ebedf2;
    color: #25292d;
}

.border-page-head {
    border-bottom: 1px solid;
    /* background: #0B5AA9; */
    padding: 5px;
    margin-top: 0.8rem;
    color: black !important;
    width: auto;
    font-size: 20px !important;
}

/*Background color*/

.bg-navy-blue-300 {
    background: #E3F1FF !important;
}

.bg-navy-blue-500 {
    background: #256EB5 !important;
}

.bg-moonlight {
    background: #a3dbff;
    background: -webkit-linear-gradient(to right, #FFFFFF, #f4fcff, #e7f8ff, #e5f8ff, #c9eaff);
    background: linear-gradient(to right, #FFFFFF, #f4fcff, #e7f8ff, #e5f8ff, #c9eaff);
}

.bg-blue {
    background: #020c34;
    background: -webkit-linear-gradient(to left, #020c34, #007fff);
    background: linear-gradient(to left, #020c34, #007fff);
}

.bg-gray {
    background: #3e414b;
    background: -webkit-linear-gradient(to left, #3e414b, #a5b5bf);
    background: linear-gradient(to left, #3e414b, #a5b5bf);
}

.bg-sky-blue {
    background: #2b4456;
    background: -webkit-linear-gradient(to left, #0a0054b2, #1e00ffad);
    background:linear-gradient(to left, #0a0054b2, #1e00ffad);
}

.bg-blue-light {
    background: #020c34;
    background: -webkit-linear-gradient(to left, #020c34, #007fff);
    background: linear-gradient(to right, #020c34cc, #007fff8f);
}

.bg-blue-20 {
    background: #0B5AA91C !important;
}

.bg-yellowBlue-light {
    background: #020c34;
    background: -webkit-linear-gradient(to left, #7c5e00, #0075ee);
    background: linear-gradient(to left, #7c5e00, #0075ee);
}

.bg-blueGray {
    background: #1759ad;
    background: -webkit-linear-gradient(to right, #1759ad, #5b6f7a) !important;
    background: linear-gradient(to right, #1759ad, #5b6f7a) !important;
    /*box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(255, 255, 255, 0.44) 0px -3px 0px inset !important;*/
    box-shadow: rgba(8, 69, 251, 0.4) 0px 2px 4px, rgba(0, 124, 255, 0.3) 0px 7px 13px -3px, rgba(0, 88, 255, 0.44) 0px -3px 0px inset !important;
}

    .bg-blueGray:hover {
        transform: translateY(-3px);
    }

.bg-primary {
    background-color: #125289 !important;
    color: white;
}

.bg-tblprimary {
    background-color: #B2DDFF !important;
    color: #000;
}

.bg-lightblueGray {
    background: #ddeeff;
    background: -webkit-linear-gradient(to right, #ddeeff, #e3e3e3);
    background: linear-gradient(to right, #ddeeff, #e3e3e3);
}

.bg-pink-hover:hover {
    background: #b6c3ff;
    background: -webkit-linear-gradient(to right, #FFFDE4, #c8e6ff);
    background: linear-gradient(to right, #FFFDE4, #c8e6ff);
    transform: translate3D(0, -1px, 0) scale(1.06);
    transition: all .5s ease;
    cursor: poPoppins;
}
.bg-digitalwater-hover:hover {
    background: #74ebd5; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ffffff, #91ffeb); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ffffff, #91ffeb);
    transform: translate3D(0, -1px, 0) scale(1.06);
    transition: all .5s ease;
    cursor: poPoppins;
}

.bg-orangefun-hover:hover {
    background: #fc4a1a;
    background: -webkit-linear-gradient(to right, #FFFFFF, #FFEFBA);
    background: linear-gradient(to right, #FFFFFF, #FFEFBA);
    transform: translate3D(0, -1px, 0) scale(1.06);
    transition: all .5s ease;
    cursor: poPoppins;
}
.bg-purpink-hover:hover {
    background: #fdebff;
    background: -webkit-linear-gradient(to right, #ffffff, #f1e4ff);
    background: linear-gradient(to right, #ffffff, #f1e4ff);
    transform: translate3D(0, -1px, 0) scale(1.06);
    transition: all .5s ease;
    cursor: poPoppins;
}

.bg-coal-hover:hover {
    background: #ffbebe;
    background: -webkit-linear-gradient(to right, #ffd0ba, #fff0c6);;
     background: linear-gradient(to right, #ffd0ba, #fff0c6);
    transform: translate3D(0, -1px, 0) scale(1.03);
    transition: all .4s ease;
    cursor: poPoppins;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.bg-ocen-blue {
    background-color: #EFF4FB;
}

.bg-purple {
    background-color: #A3AED0;
}

.bg-dark-purple {
    background-color: #5856D6;
}

.bg-transparent-black {
    background-color: #161616bf;
}

.bg-transparent-blue {
    background-color: #007efd4d;
}


.bg-purplewood {
    background: #5A6FA4CF; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #5A6FA4CF, #222A3EA7); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #5A6FA4CF, #222A3EA7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-linear-Green {
    background: #a7ffd9; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #a7ffd9, #007643); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #a7ffd9, #007643); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-linear-orange {
    background: #e9702f; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ffdbc8, #e9702f); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ffdbc8, #e9702f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-linear-purple {
    background: #bb50ff; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #eed3ff, #bb50ff); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #eed3ff, #bb50ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-linear-light-blue {
    background: #2380d9; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #d4eaff, #2380d9); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #d4eaff, #2380d9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-blue-10 {
    background: #E2E8F0; /* fallback for old browsers */
}



.highcharts-background {
    background-color: #E2E8F0 !important;
}
/*End background color*/
.bannerimg {
    position: absolute;
    z-index: 99;
    background: #0000007d;
    padding-top: 95px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

max-width-100 {
    max-width: 100%;
}

.btn.btn-sm, .btn-group-sm > .btn, .fc .btn-group-sm > button, .ajax-upload-dragdrop .btn-group-sm > .ajax-file-upload, .fc button, .ajax-upload-dragdrop .btn-sm.ajax-file-upload, .ajax-upload-dragdrop .fc button.ajax-file-upload, .fc .ajax-upload-dragdrop button.ajax-file-upload {
    font-size: 15px !important;
}


/*Width*/
.w-10{
    width:10%;
}
.w-15{
    width: 15%;
}
.w-17 {
    width: 17%;
}
.w-19 {
    width: 19%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-50 {
    width: 50%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.w-100 {
    width: 100%;
}

.w-130 {
    width: 130%;
}
/*End Width*/

/*font color*/

.text-white
{
  color:white !important;
}
.text-Grey-300 {
    color: #424750;
}

.text-purple {
    color: #8600ff !important;
}
.text-dark-blue {
    color: #0A1F53 !important;
}
.text-secondary {
    color: #1E293B !important;
}

.text-primary {
    color: #007bff !important;
}

.text-gray {
    color: #6e6e6e !important;
}
.text-black-75 {
    color: #484848 !important;
}
.text-red {
    color: #ff0018 !important;
}
.text-blue {
    color: #002bff !important;
}
.text-sky-blue {
   color: #256EB5;
}
.text-Grey-600 {
    color: #596584;
}

.text-Grey-700 {
    color: #7C7D7E;
}

.text-dark-purple{
    color: #2B3674;
}
.text-light-purple {
    color: #A3AED0;
}

/*End font color*/
/*font size*/
.fs-12 {
    font-size: 12px !important;
}
.fs-15 {
    font-size: 15px !important;
}

.fs-18 {
    font-size: 18px!important;;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-30 {
    font-size: 30px !important;
}
/*End font size*/

/*font weight*/
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: bold !important;
}
.fw-bolder{
    font-weight: bolder !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-normal {
    font-weight: normal;
}
/*End font weight*/

/*border radius*/

.border-radius-0 {
    border-radius: 0rem !important;
}
.rounded-pill {
    border-radius: 1rem !important;
}

.rounded-pill-50 {
    border-radius: 3rem !important;
}

.border-radius-50 {
    border-radius: 50% !important;
}
.border-radius-5 {
    border-radius: 5% !important;
}

.border-radius-25 {
    border-radius: 25% !important;
}

.border-radius-2 {
    border-radius: 2rem !important;
}

.border-0 {
    border:none !important;
}

.border-primary {
    border-color: #256EB5 !important;
}

.border-radius-4 {
    border-radius: 4rem !important;
}

/*End border radius*/
.justify-content-end {
    justify-content: flex-end;
}



/*box-shadow*/
.box-shadow-1 {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.box-shadow-3{
    box-shadow:  rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


/*End box-shadow*/
.transform:hover {
    transform: translate3D(0, -5px, 0) scale(1.05);
    cursor: pointer;
}

.transform-1 {
    transform: translate3D(0, -5px, 0) scale(1.05);
    cursor: pointer;
}

.transform-2:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 22px 22px rgba(0, 0, 0, 0.22);
    cursor: pointer;
}

/*blink*/
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
/*End blink*/

/* form-control */
.form-control { /*
  background: #fafafa;*/
    border: 1px solid #5542e9  !important;
    border-radius: 0px !important;
    font-family: Poppins !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #424750 !important;
}

input::placeholder {
    color: #4b4b4b !important;
    opacity: 1 !important;
    font-weight: 400;
}

.form-control .placeholder {
    color: #4b4b4b !important;
    font-weight: 400;
}

.form-control::placeholder {
    color: #4b4b4b !important;
    font-style: normal;
    font-weight: 400;
}

.disabled {
    opacity: 0.2 !important;
}

/*.form-check-input:checked ~ label {
    color: #034c91;
    font-weight: 700;*/
}
select .form-control, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead, select.tt-query, select.tt-hint {
    padding: 0.575rem 0.75rem !important;
    border: 0;
    outline: 1px solid #ebedf2 !important;
    color: #424750 !important;
}

select.form-control, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead, select.tt-query, select.tt-hint {
    /*color: #343434 !important;*/
    color: #424750 !important;
}

.form-control:focus {
    border-color: #000 !important;
    box-shadow: 0 0 0 .25rem rgba(20, 91, 173, 0.18) !important;
}

.form-control:focus {
    border-color: #5542e9 !important;
    box-shadow: 0 0 0 .25rem #4d2cb324 !important;
    color: #424750 !important;
}

.form-label {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #424750 !important;
    margin-bottom: 5px !important;
    line-height: 1.7em !important;
    list-style: none !important;
    margin-top: 1rem;
    font-family: Poppins !important;
}


.form-check-input {
    box-shadow: 0px 0px 0px 1px #6d6d6d;
    font-size: 3em;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    border: 4px solid #fff;
    background-clip: border-box;
    border-radius: 50%;
    appearance: none;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.input-radio:checked {
    box-shadow: 0px 0px 0px 4px #000000;
    background-color: #000000;
}

.form-check .form-check-input {
    float: left;
   margin-left:0em; 
}
.form-check-input:checked {
    box-shadow: 0px 0px 0px 4px #000000 !important;
    background-color: #000000;
    border-color: #fff;
}

.pr-0{
    padding-right:0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.height-20{
    height:20vh;
}
/*End form-control*/

/*start text class*/
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

.text-decoration-none {
    text-decoration: none !important;
}



.rcRefreshImage {
    color: #256EB5 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

#RadCaptcha1_CaptchaTextBoxLabel {
    color: #256EB5 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

#RadCaptcha3_ctl00{
    display:none !important;
}
.CaptchaImage {
    width: 100% !important;
}

/*end start text class*/


.table th img, .table td img {
    width: auto !important;
    height: auto  !important;
    border-radius: inherit;
}
.table tobody td {
    color: #4C4646 !important;
}

.table {
    font-family: 'Poppins' !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}


a {
    text-decoration: none !important;
}

.pr-2 {
    padding-right:1rem;
}
.pl-2 {
    padding-left:1rem;
}

.ml-5 {
    margin-left:3rem;
}

.border-bottom-black {
    border-bottom:2px solid #000;
}

.page-head {
    font-size: 18px;
    border-bottom: 1px solid #000;
    margin-top: 1rem;
}

/*tr {
    height: 60px !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    font-family: 'Poppins' !important;
    color: #000 !important;
}*/

/*.table-striped > tbody > tr:nth-of-type(odd) > * {
    background: #E3F1FF;
    color: #000 !important;
}*/



/*.table > :not(caption) > * > * {
    padding: 1.5rem .5rem !important;
}*/

.height-250
{
    height:250px !important
}

.text-large-dot {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navigation {
    width: 100%;
    margin: 0 auto;
    background-color: #F1EEEE;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius:19px;
}

.navigation-steps {
    display: flex;
    flex-direction: column;
}

.steps-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.step-label {
    text-align: center;
    font-size: 14px;
}

.step-indicators {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: white;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
}

.step-line {
    height: 2px;
    width: 15%;
    background-color: #ccc;
}

.active {
    background: #ED213A; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0079f3, #0B5AA9); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0079f3, #0B5AA9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    border-color: #0B5AA9;
}

.step-circle.active + .step-line.active {
    background-color: #0B5AA9;
}

/* Optional: Style the last step's line */
.step-line:last-child {
    display: none;
}

.height-80 {
    height:80px;
}

.height-70 {
    height: 70px;
}

.attchment-tab-card-active {
    background: linear-gradient(to right, #0079f3, #0B5AA9) !important;
    color: white !important;
    border-color: #0B5AA9 !important;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #fff;
    font-size: 18px !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
}

.accordion-button {
    padding: 0.7rem !important;
    background: #E3F1FF !important;
}
.accordion-item {
    border: 1px solid #E3F1FF !important;
}
.form-select {
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    font-family: Poppins !important;
    font-size: 1rem !important;
    height: 40px !important;
    font-weight: 600 !important;
    color: #424750 !important;
}

.form-select:focus {
    border-color: #000000 !important;
    box-shadow: 0 0 0 .25rem rgb(56 56 56 / 18%) !important;
    color: #424750 !important;
}

input[type="checkbox" i] {
    background-color: black !important;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.GridMain1 .GridMain2 .GLHeaderText {
    font: 15px Poppins !important;
    font-weight: 200 !important;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.GLCellHeader, .GLCellHeaderPanel, .GLCellHeaderEmpty {
   
    background-color: #E3F1FF !important;
    color: #000000 !important;
    border-bottom: 1px solid #256EB5 !important;
}

.GridMain1 .GridMain2 .GLHeaderText {
    font: 15px Poppins !important;
    font-weight: 800 !important;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #256EB5 !important;
}

.Submission {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    vertical-align: baseline !important;
    border-radius: .25rem !important;
    color: #fff !important;
    background-color: #17a2b8 !important;
}

.InProcess {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    vertical-align: baseline !important;
    border-radius: .25rem !important;
    color: #fff !important;
    background-color: #007bff !important;
}


.GridMain1 .GridMain2 .GLHtml, .GridMain1 .GridMain2 .GLText, .GridMain1 .GridMain2 .GLLines, .GridMain1 .GridMain2 .GLPass, .GridMain1 .GridMain2 .GLInt, .GridMain1 .GridMain2 .GLFloat, .GridMain1 .GridMain2 .GLDate, .GridMain1 .GridMain2 .GLLink, .GridMain1 .GridMain2 .GLImg, .GridMain1 .GridMain2 .GLRadio, .GridMain1 .GridMain2 .GLRadioText, .GridMain1 .GridMain2 .GLList, .GridMain1 .GridMain2 .GLEnum, .GridMain1 .GridMain2 .GLDropCols, .GridMain1 .GridMain2 .GLAbs, .GridMain1 .GridMain2 .GLPagerEdit, .GridMain1 .GridMain2 .GLUser, .GridMain1 .GridMain2 .GLChart {
    font: 15px Poppins;
    font-weight: 200 !important;
}

.GLClassAlternate {
    background-color: #E3F1FF !important;
}

.table tbody, .table td, .table tfoot, .table th, .table thead, .table tr {
    border-bottom: 1px solid #256EB5 !important;
    border-style: solid;
    border-width: 0;
}

.GLClassAlternate {
    background-color: #e3f1ff !important;
}

/*.GridMain1 .GridMain2 .GLText {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
}*/

.GridMain1 .GridMain2 .GLEditInput, .GridMain1 .GridMain2 .GLEditTextarea {
    font: 15px Poppins !important;
}


.starrs {
    color: red !important;
    padding-left: 5px !important;
}

.rounded-pill-50:hover {
    background: linear-gradient(to right, #eff4fb, #a3aed0);
    transform: translate3D(0, -1px, 0) scale(1.06);
}

.RejectedStatus {
    color: #dc3545 !important;
}
.ObjectedStatus {
    color: #d9a200 !important;
}
.ApprovedStatus {
    color: #018912 !important;
}
.InProcessStatus {
    color: #008ba7 !important;
}
.DraftStatus {
    color: #6610f2 !important;
}
.ProjectClosureStatus {
    color: #868686 !important;
}


.popover-header {
    color: white !important;
    border: 1px solid #5542e9 ;
    background: #8E2DE2; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #0a0054b2, #1e00ffad); /* Chrome 10-25, Safari 5.1-6 */
    background:linear-gradient(to left, #0a0054b2, #1e00ffad); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-weight: 700 !important;
}


.popover {
    --bs-popover-max-width: 300px !important;
    --bs-popover-border-color: #5542e9  !important;
    --bs-popover-header-bg: -webkit-inear-gradient(to left, #0a0054b2, #1e00ffad) !important;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.container-50 {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

/* Styling the input */
input[type="date"] {
    padding: 10px;
    font-size: 16px;
    border: 2px solid #E3F1FF;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
}

    /* Styling the input when focused */
input[type="date"]:focus {
    border-color: #0056b3;
    outline: none;
    background-color: #fff;
}

/* Customizing the date picker icon (limited browser support) */
    input[type="date"]::-webkit-calendar-picker-indicator {
        background-color: #E3F1FF;
        border-radius: 25%;
        padding: 5px;
        color: white;
    }

.table-striped > tbody > tr:nth-of-type(odd) > * {
    /* --bs-table-accent-bg: var(--bs-table-striped-bg); */
  
    background: #E3F1FF !important;
}

.chatbot-image {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 20%;
}

.offcanvas-header {
    align-items: normal !important;
}

.banner {
    background-image: url(../Img/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.right_sec .login_form {
    background-image: url(../Img/login_back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.form-label, .check {
    color: #000 !important;
}
.navbar-brand, .navbar-brand:hover, .nav-right, .text-blue {
    color: #3f51b5  !important;
    font-size: 18px;
}

.box-shadow-1
{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.box-shadow-2
{
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.box-shadow-3
{
     box-shadow: 0 0 0 .25rem #4d2cb324 !important;
}

.fs-samll
{
        font-size: smaller  !important;
        }
        
        .bg-liner-gray
        {
            background: linear-gradient(to right, #e9ecef, #fbfaff) !important; 
            }
            
            
              .bg-liner-Bblue-100
        {
            background: linear-gradient(to right, #f9f9f9, #f3f6ff);
            }
            
         

@media (max-width: 576px) {
  #login {
   padding-left:0px !important;
    padding-right:0px !important;
  }
       #scrollTopBtn
        {
            position: fixed;
            bottom: 20px;
            right: 0px;
            cursor: pointer;
            height: 50px;
        }
          .support-img
        {
              background: #d3e6ffc4;
            margin-bottom: 55px;
            box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
            border-radius:10px;
        }
}


     #scrollTopBtn
        {
            position: fixed;
            bottom: 20px;
            right: 50px;
            cursor: pointer;
            height: 50px;
        }
        
        .support-img
        {
              background: #d3e6ffc4;
            margin-bottom: 55px;
            box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
            border-radius:10px;
        }
        
.section-1
{
    background: #FFF1D3;
    background: -webkit-linear-gradient(to right, #FFE6AF,#FFF1D3,#ffffff, #ffffff, #E1FFEE, #BBE3CB);
background: linear-gradient(to right,#FFE6AF,#FFF1D3, #ffffff, #ffffff, #E1FFEE, #BBE3CB);

}


.section-2
{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background: #e9eaff;
    background: -webkit-linear-gradient(to right, #e9eaff, #e9eaff);
    background: linear-gradient(to right, #e9eaff, #e9eaff);
}

.section-3
{
    background: #f6f7ff;
    background: -webkit-linear-gradient(to left, #f9f9f9, #f6f7ff);
background: linear-gradient(to left, #f9f9f9, #f6f7ff);
border: 1px solid #eff1ff;
box-shadow: 0 0 0 .01rem #f6f7ff !important;
}



