﻿.header_top {
    background: #e0e0e0 !important;
    padding-top: 2px !important;
    position: relative !important;
    height: 30px !important;
    border: none !important;
}

*, ::after, ::before {
    box-sizing: border-box
}

body {
    /*font-family: "Public Sans", sans-serif !important;*/
    background: #f1f1f1;
}

.toplinks {
    margin-top: 5px;
    margin-right: 8px;
}

    .toplinks a {
        padding: 0px 10px;
        margin-left: 4px;
        margin-top: 0px;
        float: left;
        color: #003658;
        font-weight: bold;
        border-radius: 3px;
        font-size: 13px;
    }

a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-decoration: underline
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

body {
    margin: 0;
    /* font-family: var(--bs-body-font-family);*/
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    /*text-align: var(--bs-body-text-align);*/
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    /*margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))*/
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

.col-sm-12 {
    flex: 0 0 auto;
    width: 100%
}

.col-md-12 {
    flex: 0 0 auto;
    width: 100%
}

.navbar {
    min-height: 20px;
    margin-bottom: 0px;
}

.navbar {
    padding: 0px !important;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: var(--bs-navbar-nav-link-padding-x);
            padding-left: var(--bs-navbar-nav-link-padding-x)
        }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }



        .navbar-expand-lg .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-lg .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-lg .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
    /* justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)*/
}

body {
    font-family: 'Cabin Condensed', sans-serif;
    background-image: url(../images/bg.jpg);
    line-height:19.2px;
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

.navbar > .container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}


@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    /*transition: var(--bs-navbar-toggler-transition)*/
}

button, select {
    text-transform: none
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-collapse {
    padding-left: 0px !important;
}

.navbar-collapse {
    /*flex-basis: 100%;*/
    flex-grow: 1;
    align-items: center
}

.mb-lg-0 {
    margin-bottom: 0 !important
}

.mb-2 {
    /* margin-bottom: .5rem !important*/
}

.me-auto {
    margin-right: auto !important
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight:;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    /*flex-direction: column;*/
    padding-left: 0;
    /*margin-bottom: 0;*/
    list-style: none
}
/*dl, ol,*/ ul {
    margin-top: 0;
    /*margin-bottom: 1rem*/
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    /*    background: linear-gradient(46deg,#441604 64%, #971804 24%);*/
    background: linear-gradient(46deg, #00436f 64%, #0873b9 24%);
    margin-right: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 600;
    /* color: #fff !important;*/
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link {
    display: block;
    /*padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;*/
    border: 0;
    /*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out*/
}

@media (min-width:768px) {
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
}


@media (min-width:576px) {
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

.marquee-text {
    font-size: 14px;
    font-weight: 600;
    color: #00436f;
}

.finalborder {
    min-height: 400px;
}

.inner_page_content > .container {
    width: 100% !important;
    padding: 0;
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        /*max-width: 1140px*/
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        /* max-width: 960px*/
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        /* max-width: 720px*/
    }
}

@media (min-width:576px) {
    .container, .container-sm {
        /*max-width: 540px*/
    }
}

@media (min-width:1200px) {
    .h3, h3 {
        /* font-size: 1.75rem*/
    }
}

h3 {
    color: #003366;
    border-bottom: 2px dashed #002244;
    /*border-bottom: 2px dashed #00436f;*/
    font-weight: 600;
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

.form-control {
    border-radius: 5px !important;
    border: 1px solid #7c1b0b !important;
    margin-bottom: 12px;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

.table > tbody {
    vertical-align: inherit
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

.PostwiseReportTable > tbody > tr {
    border: 1px solid #2292ed !important;
    font-size: 13px;
}

.PostDetailstable > tbody > tr td {
    border: 1px solid #0062B0 !important;
    font-size: 13px;
}

.PostDivisionDetails > tbody > tr td {
    border: 1px solid #0062B0 !important;
    font-size: 13px;
}

.CheckpaymentStatusReport > tbody > tr {
    border: 1px solid #2292ed !important;
    font-size: 13px;
}

.PostDetailstable > tr > td {
    border: 1px solid #0062B0 !important;
    font-size: 13px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
    background: #d4d4d47d;
}


.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    /*  border-bottom-width: var(--bs-border-width);*/
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))
}

table th {
    text-align: center;
    background-color: #086db0;
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #0062B0 !important;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

table td {
}

table td {
    color: #000;
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}


/*06/05/2025*/
/*.footer {
    position: absolute;
     bottom: 0px;
    width: 100%;
    padding: 0px;
    text-align: left;
    color: #FFF;
    font-size: 15px;*/
    /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    /*background: #0e2534;
    border-top: 2px solid #0873b9;
}

    .footer > .container {
        width: 100% !important;
        padding: 0;
    }*/

p {
    margin-top: 0;
    margin-bottom: 1rem
}



 

.footer img {
    height: 25px;
    border: none;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);*/
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    /*border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);*/
}


/********application*******/

.finalborder {
    min-height: 400px;
}

.main-container {
    /*border: 2px solid #971804;*/
    border: 2px solid #0873b9;
    border-radius: 15px;
    /*margin: 10px 0px;*/
    margin: -5px -7px;
    /*//margin-top:-7x;*/
    padding: 10px;
    min-height: 420px;
    background-image: url('../images/bg1.jpg');
}

.main_heading {
    margin: 0;
    font-size: 18px;
    /*padding-bottom: 6px;*/
    color: #e21b1b !important;
    /*border-bottom: 1px dashed #e21b1b;*/
    margin-bottom: 10px;
    margin-right: 0px !important;
}

h1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    /*color: #44185a;*/
    color: #0873b9;
}

@media (min-width:1200px) {
    .h1, h1 {
        /*font-size: 2.5rem*/
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    /*  font-weight: 500;*/
    line-height: 1.2;
    /*  color: var(--bs-heading-color)*/
}

.note {
    font-weight: 600;
    font-size: 14px;
}

    .note h3 {
        color: red;
        font-size:20px;
    }

h3 {
    color: #003366;
    border-bottom: 2px dashed #002244;
    /*border-bottom: 2px dashed #00436f;*/
    font-weight: 600;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol, ul {
    padding-left: 2rem
}

fieldset.scheduler-border {
    border: 1px solid #1A6199 !important;
    border-radius: 5px;
    padding: 0 10px 5px 10px !important;
    /*    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;*/
    box-shadow: 0px 0px 0px 0px #000;
    /*box-shadow: 0px 0px 255px -252px rgba(255,255,255,1), 0px 30px 60px -30px rgba(0,0,0,0.3), 0px -2px 6px 0px rgba(10,37,64,0.35) inset;*/
    /*background-color: #f1f6f9;*/
    background-color: #e0fbfc;
}

fieldset {
    min-width: 0;
    /* padding: 0;*/
    margin: 0;
    /*border: 0*/
}

legend.scheduler-border {
    font-size: 13px !important;
    text-align: left !important;
    width: auto;
    padding: 2px 5px;
    border-bottom: none;
    /*  -webkit-border-radius: 10px;*/
    -moz-border-radius: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    /*font-family: Century Gothic !important;*/
}

legend.scheduler-border {
    position: relative;
    -moz-border-radius: 10px;
}

legend {
    background: #014D89;
    background: -webkit-linear-gradient(#014D89, #548FC0);
    background: -o-linear-gradient(#014D89, #548FC0);
    background: -moz-linear-gradient(#014D89, #548FC0);
    background: linear-gradient(#014D89, #548FC0);
    background: linear-gradient(46deg,#441604 64%,#971804 24%);
    background: linear-gradient(46deg,#0873b9 64%,#00436f 24%);
    color: #fff;
    margin-bottom: 0px !important;
}

@media (min-width:1200px) {
    legend {
        /*font-size: 1.5rem*/
    }
}

legend {
    line-height: inherit
}

    legend + * {
        clear: left
    }

input[type="radio"], input[type="checkbox"] {
    margin: 4px 12px 0px !important;
}

.form_lable {
    font-size: 13px;
    font-weight: 600;
}

input {
    margin: 0;
    font-family: inherit;
    /* font-size: inherit;*/
    line-height: inherit;
}

ul li {
    position: relative;
    /*margin-bottom: 5px;*/
}

.textIdFile {
    width: 100%;
    margin-bottom: 6px;
  /*  padding: 7px;*/
    /*border: 1px solid #7c1b0b;*/
    border: 1px solid #0873b9;
    border-radius: 3px;
    height: 28px;
    /*background-color: #FEFFF6;*/
    background-color: #FFFFFF;
    margin-top: 3px;
}

#MainContent_rbtnGender td {
    border: none !important;
}

input[type="radio"] {
    float: left !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 12px 0px !important;
}

label {
    font-weight: normal !important;
}

label {
    display: inline-block
}

select:disabled {
    opacity: 1
}

select {
    word-wrap: normal
}

button, select {
    text-transform: none
}

textarea {
    resize: vertical
}

table {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

tbody > tr > td {
    /* border: 1px solid #0062B0 !important;*/
    font-size: 15px;
}

tbody {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

table td {
    color: #000;
}

td {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

b, strong {
    font-weight: bolder
}

fieldset.scheduler-border1 {
    border: 1px solid #1A6199 !important;
    padding: 0 10px 5px 10px !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    background-color: #CAE9EA;
    //background-color: #9edddf;
}

.mb-3 {
    margin-bottom: 1rem !important
}

@media (min-width:992px) {
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

tbody > tr {
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-bordered > tbody > tr > th {
    /*border: 1px solid #0062B0 !important;*/
    font-size: 13px;
}

.table-bordered > tbody > tr > th {
    background: #0873b9 !important;
    /*color: #fff !important;*/
}

.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    /*  border-bottom-width: var(--bs-border-width);*/
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))
}

table th {
    text-align: center;
    font-weight: bold;
}

.postdetailstable {
    border: 1px solid #0062B0 !important;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}



.btn {
    color: #fff;
    background-color: #0873b9;
    border-color: #2e878f !important;
    border-radius: 30px;
    width: 100%;
    margin-bottom: 10px;
}

.pull-right {
    float: right
}

.btn-primary {
    color: #fff !important;
    background-color: #0873b9 !important;
    border-color: #00436f !important;
}

.btn-primary {
    color: #fff;
    background-color: #0873b9 !important;
    border-color: #00436f !important;
    border: none;
    padding: 6px 18px !important;
    font-weight: 600;
    border-radius: 30px !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family:;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active:hover,
.btn-primary.active.focus {
    color: #fff !important;
    background: #00436f !important;
    border-color: #0873b9 !important;
}

.btn-primary:hover, .btn-primary:focus {
    /*background: #c52d2f;*/
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.sub-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    background: #fff !important;
    margin: auto;
    display: block;
    border-radius: 3px;
    font-size: 14px !important;
    border: 1px solid #0b629b;
    color: #5047a5;
    box-shadow: rgba(50,50,93,0.25) 0px 50px 100px -20px, rgba(0,0,0,0.3) 0px 30px 60px -30px, rgba(10,37,64,0.35) 0px -2px 6px 0px inset;
}

.finalborder {
    min-height: 400px;
}

.inner_page_content > .container {
    width: 100% !important;
    padding: 0;
}

/*****************************/

.notestyle {
    color: red;
    font-weight: 600;
    font-size: 15px;
}

.notepointstyle {
    color: green;
    font-weight: 600;
    font-size: 14px;
}

.gridstyle {
    /*background-color: #027AB2;*/
    font-weight: bold;
}

.buttonnew {
    color: #fff;
    padding: 4px 5px;
    border-radius: 5px;
    /*float: right;*/
    margin-top: 10px;
    margin-bottom: 9px;
}

/*******Masterpage**********/

.sub-box {
    margin-bottom: 17px;
    padding: 0px -29px;
    height: 33px;
}

.time-box label {
    background: #00436f !important;
    color: #fff;
    padding: 4px 19px;
    font-weight: 550 !important;
    font-size: 15px;
    float: right;
}

.marquee {
    border: 2px solid #0873b9;
   /* margin-top: 5px;*/
    padding: 4px 8px;
  /*  border-radius: 12px;*/
   /* background-image: url(../images/bg1.jpg);*/
   /* background: #b6c1cd2e;*/
    font-weight:600; color:#fff;font-size:15px;background:linear-gradient(46deg,#00436f 64%,#0873b9 24%);
}

.popupMenu {
    position: absolute;
    z-index: 9999;
    min-width: 330px;
    padding: 10px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #0574A8;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
    font-size: 11px;
    font-weight: bold;
    margin-left: -150px;
    color: #fff;
}

.popup_text {
    color: #fff;
}

ul li {
    position: relative;
}

.popupMenu {
    display: none;
}

#imgRefresh {
    position: relative;
    left: 80px;
    width: 30px;
    top: 2px;
}

#captchaContainer img {
    border: 1px solid #2872ab;
    padding: 0px 5px;
    margin-left: 75%;
    border-radius: 3px;
    height: 34px;
}

@media screen and (min-width:375px) {
    .time {
        padding-left: 0px;
    }
}

body {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif,Arial,sans-serif !important;
}

.text_a ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
}

.navbar-nav .nav-link {
    color: #fff !important;
}

.nav-link {
    font-size: 14px !important;
}

a {
    text-decoration: none !important;
}

ul li {
    position: relative;
}

.header_top {
    background: #EE8A25;
    padding-top: 2px;
    position: relative;
    height: 30px;
    border-bottom: 1px solid #E97107;
}

.toplinks {
    margin-top: 5px;
    margin-right: 8px;
}

    .toplinks a {
        padding: 0px 10px;
        margin-left: 4px;
        margin-top: 0px;
        float: left;
        color: #003658;
        border-radius: 3px;
        font-size: 13px;
    }

/*******ApplicationPage**********/

input#MainContent_rbtnIsSportsQuota_0 {
    margin-left: 14px !important;
}

input#MainContent_rbtnIsSportsQuota_1 {
    margin-left: 14px !important;
}

input#MainContent_rbtnNOCemployer_1 {
    margin-left: 14px !important;
}

input#MainContent_rbtnIsStateGovtEmployee_0 {
    margin-left: 14px !important;
}

input#MainContent_rbtnIsDebarred_0 {
    margin-left: 14px !important;
}

input#MainContent_rbtnIsLocaltoAP_0 {
    margin-left: 14px !important;
}

.modalPopup {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.275);
    overflow: auto;
    backdrop-filter: blur(1px);
}

.sub-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    background: #fff !important;
    margin: auto;
    display: block;
    color: #171818;
    padding: 6px 9px;
    border-radius: 3px;
    font-size: 14px !important;
    border: 1px solid #0b629b;
    color: #5047a5;
    box-shadow: rgba(50,50,93,0.25) 0px 50px 100px -20px, rgba(0,0,0,0.3) 0px 30px 60px -30px, rgba(10,37,64,0.35) 0px -2px 6px 0px inset;
}

/********NotificationReport************/

.grid-btn {
    color: white;
    border: none;
    border-radius: 6px;
    padding: 7px 5px;
    text-align: center;
    cursor: pointer;
    outline: none;
}
.grid-btn1 {
    color: white;
    border: none;
    border-radius: 6px;
    padding: 7px 37px;
    text-align: center;
    cursor: pointer;
    outline: none;
}



.fill-application {
    background: #00436f;
}

.close-application {
    background-image: linear-gradient(to right,#fb7185,#f43f5e,#e11d48);
}

.check-application-status {
    background: #09a9a9;
}

/*********Checkpaymentstatus***********/


.confirmpayment {
    background: #d57e09 !important;
}

.payment-receipt-download {
    background: #198754;
}

.application-receipt-download {
    background: #00436f !important;
}

.correction-application {
    background: #819708;
}

.confirmpayment {
    background-image: linear-gradient(to right, #4ade80, #22c55e, #16a34a);
}


.lastlogin {
    color: #fff !important;
    font-weight: 600;
    font-size: 14px !important;
    background: linear-gradient(46deg, #00436f 64%, #0873b9 24%);
    border-bottom-right-radius: 5px;
    padding-bottom: 6px;
    padding-top: 6px;
    margin-right: 5px;
   
}

.h3_text_left {
    font-weight: 600;
    font-size: 24px;
}

.Feepayment {
    Color: Green;
    font-weight: bold;
}

.mainbody {
    min-height: 450px;
    background: #F3F9FF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    overflow: hidden;
}

.modalpopupbtn {
    float: right;
    margin-top: 10px;
    margin-bottom: 9px;
    color: #fff;
    border-radius: 5px;
    padding: 4px 5px;
}

h2 {
    color: #003366;
    font-weight: 600;
}

.centerdiv {
    height: 35vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

/***************************/

/*.dropdown{
    position:relative;
}

.navbar-nav >li> a:hover{
    background: linear-gradient(-90deg, #0a6ad6 0%, #096dce 100%);
}
.navbar-nav > li > a:hover {
    color:#fff !important;
    background-color: #0a6ad6 !important;
}

.nav-link:focus-visible{
    outline:0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

a:hover{
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.dropdown-toggle{
    white-space:nowrap;
}

.dropdown-toggle ::after{
    display:inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content:"";
    border-top: 0.3em solid;
    border-right:0.3em solid transparent;
    border-bottom:0;
    border-left:0.3em solid transparent;
}

.navbar-nav .dropdown-menu{
    position:static;
}

@media(max-width: 767px){
    .dropdown-menu {
        width:100%;
        text-align:center;
    }
}

.dropdown-menu{
    background-color: #3e3e3e !important;
}

.dropdown-menu .dropdown-item {
    color: #fff !important;
    font-size: 14px;
}

.dropdown-menu>li>a{
    border-bottom:1px dotted #0a6bd6;
}

.dropdown-item{
    display:block;
    width:100%;
    clear:both;
    text-align:inherit;
    white-space:nowrap;
    background-color:transparent;
    border:0;
    border-radius: var(--bs-dropdown-item-border-radius,0);
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

    .dropdown-menu .dropdown-item:hover {
        font-size: 14px;
        color: #fff !important;
    }*/

.nav > li {
    position: relative;
    display: block;
}

@media (max-width:767px) {
    .navbar-nav {
        float: left !important;
        width: 100%;
        margin: 0px;
    }

    .dropdown-menu {
        width: 100%;
        text-align: center;
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.navbar-default .navbar-nav >
li > a:hover, .navbar-default .navbar-nav >
li > a:focus {
    color: #fff !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
}

.navbar-nav > li > a:hover {
    background: linear-gradient(-90deg, #0a6ad6 0%, #096dce 100%);
}

.navbar-nav > li > a:hover {
    background-color: #0a6ad6 !important;
}

.dropdown-toggle:focus {
    outline: 0;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    border-bottom-right-radius: 5px;
}

.navbar-nav > li > a {
    line-height: 20px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

a:focus {
    outline-offset: -2px;
}

.nav {
    list-style: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

ul.dropdown-menu {
    overflow: initial !important;
}

.dropdown-menu {
    background-color: #3e3e3e !important;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    /* box-shadow:0 6px 12px rgba(0,0,0,.175);*/
    background-clip: padding-box;
}

    .dropdown-menu > li > a:hover {
        background-color: #096dd0 !important;
    }

.navbar-nav li a:hover {
    color: #fff !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
}

.dropdown-menu > li > a {
    border-bottom: 1px #0a6bd6;
    /* padding:10px 20px;*/
    padding: 8px 13px;
}

.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: 600;
    /* line-height:1.42857143;*/
    white-space: nowrap;
    color: #fff !important;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.lable_error {
    text-align: center;
    font-size: 13px;
    font-style: italic;
    color: Red;
    padding: 10px 0;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .container1 {
        max-width: 1140px;
    }
}

.container1 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

.btnsave {
    border-radius: 5px !important;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    cursor:pointer;
}