/* ================================== Base Styles ================================== */
html {
    height: auto;
}

body {
    color: #2A2F33;
    background: #FFFFFF;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

/* ================================== Container ================================== */
.container {
    margin: 0px auto 0px;
    padding: 0 15px;
    font-weight: normal;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    max-width: 1170px;
}

/* ================================== Skip Navigation Section ================================== */
.skip-navigation-section {
    background: #124DAC;
    -webkit-transition: 2s;
    transition: 2s;
    height: 42px;
}

.skip-navigation-section:hover {
    -webkit-transition: 2s;
    transition: 2s;
    background: #167AD6;
}

/* ================================== Logo Header Section ================================== */
.logo-header-section {
    background: #FFFFFF;
}

.logo-header-section .container {
    display: flex;
    align-items: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
}

#logo {
    display: inline-block;
}

#logo img.emblem-resize {
    width: auto;
    height: 70px;
}

.vertical-right-divider {
    border-right: 2px solid #000000;
    padding-right: 10px;
    margin: 5px 10px 5px 0px;
    box-sizing: content-box;
    display: inline-block;
    vertical-align: top;
}

.fix-width {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.govt-india {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #484646;
    margin: 8px auto 0px;
}

.slogan-name {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.75em;
    color: #000000;
    text-shadow: 1px 1px #CCC;
    text-transform: uppercase;
    font-weight: bold;
}

.inline-section {
    display: inline-block;
    vertical-align: top;
}

/* ================================== Navigation Bar ================================== */
.navigation-background-nav {
    color: #FFF;
    background: #0379c0;
    border-left: 1px solid #00446d;
    border-right: 1px solid #00446d;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#00446d), to(#0379c0));
    background: -webkit-linear-gradient(top, #0379c0, #00446d);
    background: -moz-linear-gradient(top, #0379c0, #00446d);
    background: -ms-linear-gradient(top, #0379c0, #00446d);
    background: -o-linear-gradient(top, #0379c0, #00446d);
    background: linear-gradient(to bottom, #0379c0, #00446d);
}

.navbar {
    margin-bottom: 0;
    min-height: 25px !important;
    display: flow-root !important;
    padding: 5px !important;
    border: none;
    border-radius: 0;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-toggle {
    color: #109ece !important;
    background: #124dac !important;
    float: left !important;
    margin-left: 15px !important;
    border: none;
    padding: 6px 10px;
}

.navbar-toggle .icon-bar {
    background-color: #fdfafa !important;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: #00446d !important;
}

.navbar-collapse {
    padding: 0px;
}

/* ================================== Grid System ================================== */
.ui-grid-row {
    display: flex;
    clear: both;
    margin-bottom: 10px;
}

.ui-grid-col-1  { width: 8.33333%; }
.ui-grid-col-2  { width: 16.66666%; }
.ui-grid-col-3  { width: 25%; }
.ui-grid-col-4  { width: 33.33333%; }
.ui-grid-col-5  { width: 41.66666%; }
.ui-grid-col-6  { width: 50%; }
.ui-grid-col-7  { width: 58.33333%; }
.ui-grid-col-8  { width: 66.66666%; }
.ui-grid-col-9  { width: 75%; }
.ui-grid-col-10 { width: 83.33333%; }
.ui-grid-col-11 { width: 91.66666%; }
.ui-grid-col-12 { width: 100%; }

/* ================================== Panel ================================== */
.datatable-panel {
    border: 1px solid #1682ba;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 20px;
}

.ui-panel-titlebar {
    padding: 0.5em 1em 0.3em;
    border: 1px solid #1682ba;
    background: #c7dff7;
    color: #000000;
    font-weight: bold;
    border-radius: 3px 3px 0 0;
}

.ui-panel-title {
    margin: 0.1em 16px 0.2em 0;
    font-size: 16px;
}

.ui-panel-content {
    border: 0;
    background: none;
    padding: 1em;
}

/* ================================== Form Fields ================================== */
.field-label {
    color: #193300;
    font-size: 13px;
    font-weight: normal;
    line-height: 2.0;
    text-align: left;
}

.field-label-mandate span {
    color: #FF0000;
    font-size: 14px;
    margin-left: 2px;
}

label.ui-outputlabel {
    border: none !important;
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: normal !important;
    display: block;
    max-width: 100%;
    margin-bottom: 0px !important;
}

.text-field,
input[type='text'],
input[type='password'] {
    padding-left: 5px !important;
    width: 100% !important;
    color: #001F13 !important;
    background: #FFFFFF !important;
    font-size: 14px !important;
    height: 30px;
    padding: 0px 5px;
    font-weight: normal !important;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #1682BA;
    border-radius: 4px;
    outline: none;
}

.text-field:focus,
input[type='text']:focus,
input[type='password']:focus {
    background: #c6ffc6 !important;
    border-color: #1682ba !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.resp-label-section {
    text-align: right;
    padding-right: 10px;
}

.resp-blank-height {
    height: 1px;
}

/* ================================== CAPTCHA ================================== */
.captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

#captImg {
    float: left;
    width: 150px;
    min-height: 50px;
    display: flex;
    align-items: center;
}

#captImg canvas {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.captcha-input {
    float: left;
    width: 100px !important;
    height: 50px !important;
    font-size: 28px !important;
    font-weight: bold !important;
    text-shadow: 1px 3px 4px #666;
}

.refreshCaptcha {
    color: #06F;
    text-decoration: underline;
    display: block;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
}

.refreshCaptcha:hover {
    color: #0044cc;
}

/* ================================== Buttons ================================== */
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
    border: 1px solid #1682ba;
    border-radius: 4px;
    background: #dfeffc;
    color: #000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
    padding: .3em 1em;
}

.ui-button:hover,
.ui-button:focus {
    background: #b9dcf6;
    border-color: #1682ba;
    color: #000;
}

.center-position {
    text-align: center !important;
}

/* ================================== Notes Section ================================== */
.text-red {
    color: red !important;
    font-size: 13px !important;
}

/* ================================== Terms Section ================================== */
.header-main {
    font-size: 180%;
    color: #2980B9;
    margin: 20px auto 4px;
    padding: 0 5px 2px;
}

.text-underline {
    text-decoration: underline;
}

.borderstyle {
    list-style: disc outside;
    font-size: 15px;
    padding-right: 35px;
    line-height: 1.75;
    text-align: justify;
    border: 1px solid #0458ab;
    border-radius: 4px;
    box-shadow: 0px 1px 2px #000;
    padding-left: 35px;
}

.borderstyle li {
    margin-bottom: 8px;
}

/* ================================== Footer ================================== */
.vahan-footer-section {
    width: 100%;
    background: #373636;
    position: relative;
    color: #FFF;
    margin-top: 20px;
}

.vahan-footer-section .ui-grid-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-line-height {
    line-height: 50px;
}

.left-position {
    text-align: left !important;
}

.right-position {
    text-align: right !important;
}

/* ================================== Utility Classes ================================== */
.top-space {
    margin-top: 10px !important;
}

.bottom-space {
    margin-bottom: 10px !important;
}

.right-space {
    margin-right: 10px !important;
}

.left-space {
    margin-left: 10px !important;
}

/* ================================== Responsive ================================== */
@media screen and (max-width: 992px) {
    .slogan-name {
        font-size: 1.4em;
    }
    .govt-india {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 768px) {
    .logo-header-section .container {
        flex-direction: column;
        align-items: center;
    }

    .vertical-right-divider {
        border-right: none;
        border-bottom: 2px solid #000;
        padding-right: 0;
        padding-bottom: 10px;
        margin: 5px 0 10px 0;
        text-align: center;
        display: block;
    }

    .fix-width {
        display: block;
        text-align: center;
    }

    .slogan-name {
        font-size: 1.1em;
    }

    .govt-india {
        font-size: 1.0em;
    }

    #logo img.emblem-resize {
        height: 50px;
    }

    .ui-grid-row {
        flex-direction: column;
    }

    .ui-grid-col-2,
    .ui-grid-col-3,
    .ui-grid-col-4 {
        width: 100%;
    }

    .resp-label-section {
        text-align: left;
        padding-bottom: 5px;
    }

    .resp-blank-height {
        display: none;
    }

    .vahan-footer-section .ui-grid-row {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 15px;
    }
}

@media screen and (max-width: 600px) {
    .slogan-name {
        font-size: 0.90em;
    }

    .govt-india {
        font-size: 0.90em;
    }

    .ui-panel-title {
        font-size: 14px;
    }

    .captcha-input {
        width: 80px !important;
        height: 40px !important;
        font-size: 22px !important;
    }
}

@media screen and (max-width: 800px) {
    .fix-width {
        width: 100%;
    }
}

/* ================================== Input uppercase ================================== */
.input {
    text-transform: uppercase !important;
}
