* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    color: #333;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 13px;
}

h2, h3 {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
}

ol, ul {
    /*margin-left: 1.5em;*/
}

li, p {
    margin-bottom: .5em;
}

.header .container {
    /*max-width: 1000px;*/
    padding: 0;
    position: relative;
}

.header h2 {
    font-size: 1.5em;
    line-height: 1em;
}

    .header h2 span {
        font-size: .75em;
        color: #040404;
    }

.header img {
    max-height: 6em;
}

.header img, .header h2 {
    display: inline-block;
    vertical-align: middle;
}

.header .demo {
    color: #228B22;
    font-size: 2em;
    position: absolute;
    top: .25em;
    right: 4em;
    font-family: fantasy;
}

.sample-photos .photo {
    text-align: center;
}

    .sample-photos .photo img {
        max-height: 10em;
    }

/* FIELDSET */
.fieldset {
}

    .fieldset legend {
    }

/* FORM */
.form-container {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    /*margin: 1em auto;*/
    width: 10.5in;
    border-radius: .25em;
    min-height: 80vh;
    padding: 0;
    background-color: white;
}

    .form-container .title {
        text-align: center;
        padding: .75em;
        margin-bottom: 0.5em;
        letter-spacing: 1px;
    }

.form {
    padding: 1em;
    /*background-color: #caccd238;
    border:solid 1px gray;*/
}

    .form .row {
        margin-bottom: 1em;
    }

.required {
    color: #f00;
}

.bordered {
    border: 1px solid #f99;
}

/* INPUTS */
input, select, textarea, .input {
    border: 1px solid #ccc;
    padding: .25em;
    font-size: 1em;
    /*line-height: 1em;
    width: 100%;*/
    line-height: 25px;
    width: 90%;
}

    input[type=checkbox] {
        width: 40%;
    }

select {
    /*padding: .175em .25em;*/
    padding: 5px;
}

    input:focus, select:focus, textarea:focus, .input:focus {
        border-color: #d84b50;
    }

.input {
    display: inline-block;
}

.inline, .inline input {
    display: inline;
    width: auto;
}

.field-label {
    padding-top: .25em;
    padding-bottom: .25em;
    text-align: right;
    /*font-size: 11px;
    text-align: right;
    color: #212D71;*/
    /*font-weight: 600;*/
}

.Text-English {
    font-size: 11px;
    font-family: Verdana;
    text-align: right;
    /*color: #224aa2fc;*/
    color: #111111;
    font-weight: 600;
}

.Text-Hindi {
    font-size: 12px;
    font-family: Verdana;
    text-align: right;
    /*color: rgba(38, 156, 91, 1);*/
    color: #333;
    font-weight: bold;
}


.field-label-hindi {
    padding-top: .25em;
    padding-bottom: .25em;
    font-family: Verdana;
    font-size: 12px;
    text-align: right;
    color: maroon;
    font-weight: bold;
    font-weight: 600;
}

.info {
    color: #bd1a1a;
    font-size: 11px;
    font-weight: 600;
}

.infobox {
    /*color: #cd2027;*/
    color: black;
    font-size: 12px;
    /*background-color: rgba(216, 75, 80, 0.11);*/
    background-color: rgba(213, 224, 41, 0.33);
    padding: 10px;
    text-align: justify;
    border-radius: .25em;
}

.error {
    color: #f00;
    display: block;
    font-weight: 700;
}

/* BUTTONS */
.btn {
    display: inline-block;
    width: auto;
    padding: .5em 1em;
    letter-spacing: 1px;
    color: #fff;
    margin-right: 1em;
    border-radius: .25em;
    cursor: pointer;
}

    .btn:hover {
        background-color: #ddd;
        color: #333;
        border-color: #333;
    }

/* MODAL */
.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #222;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 999;
}

.modal1 {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.modal-content {
    margin: auto;
    max-width: 900px;
    background-color: #fff;
    padding: 1em;
    max-height: 92vh;
    margin-top: 5vh;
    overflow: auto;
    box-shadow: 3px -1px 20px 0 rgba(0, 0, 0, 0.39);
}

.panel {
    border: 1px solid #ccc;
    border-radius: .35em;
}

.panel-heading {
    padding: .5em;
    background-color: #ccc;
    border-radius: .35em .35em 0 0;
    border-bottom: 1px solid #ccc;
}

.panel-body {
    padding: .5em;
}

.panel.green {
    border-color: #3a8;
}

    .panel.green .panel-heading {
        color: #085;
        background-color: #cfd;
        border-color: #3a8;
    }

.panel.red {
    border-color: #d88;
}

    .panel.red .panel-heading {
        color: #800;
        background-color: #fcd;
        border-color: #d88;
    }

/* COLORS */
.color-1 {
    color: #d84b50;
}

.color-2 {
    color: #D9E5D6;
}

.color-3 {
    color: #EDDEA4;
}

.color-gray {
    color: #777;
}

.color-lgray {
    color: #ddd;
}

.color-dgray {
    color: #333;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.red {
    color: red;
    font-weight: bold;
}

.brown {
    color: brown;
}

.green {
    color: #0a0;
}

.strong {
    font-weight: bold;
}

.fs-p8 {
    font-size: .8em;
}

.b-0 {
    border: 0 !important;
}

/* BACKGROUND COLORS */
.bg-1 {
    /*background-color: rgba(38, 156, 91, 1);*/
    /*background-color: #228B22;*/
    background-color: #0079ab;
}

.bg-2 {
    /*background-color: #D9E5D6;*/
    background-color: #e7e7e7;
}

.bg-3 {
    background-color: #EDDEA4;
}
.bg-4 {
    background-color: #001f3a;
}

.bg-gray {
    background-color: #777;
}

.bg-lgray {
    background-color: #ddd;
}

.bg-dgray {
    background-color: #333;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

/* COMMON STYLES */
.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.justify, .text-justify {
    text-align: justify;
}

.strong {
    font-weight: bold;
}

.lh-2 {
    line-height: 2em;
}

.p-1 {
    padding: 1em;
}

.p-1-0 {
    padding: 1em 0;
}

.p-2 {
    padding: 2em;
}

.p-l-1 {
    padding-left: 1em;
}

.p-l-p5 {
    padding-left: .5em;
}

.w95 {
    width: 95%;
}

.w98 {
    width: 98%;
}

.w100 {
    width: 100%;
}

.w-1p25 {
    width: 1.25em;
}

.v-top {
    vertical-align: top;
}

.b-yellow {
    border: 1px solid yellow;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-1 {
    margin-bottom: 1em !important;
}

.m-b-p5 {
    margin-bottom: .5em !important;
}

.m-a {
    margin: auto;
}

.m-0-p75 {
    margin: 0 .75em;
}

.m-t-1p25 {
    margin-top: 1.25em;
}

.m-t-p25 {
    margin-top: .25em;
}

.m-t-p5 {
    margin-top: .5em;
}

/* RESPONSIVE */
.img-responsive {
    max-width: 100%;
}

@media (max-width:768px) {
    .header h2 {
        font-size: 1.5em;
    }

    .header {
        text-align: center;
    }

        .header img.pull-right {
            display: none;
        }

        .header img {
            max-width: 5em;
            max-height: 5em;
        }

        .header .demo {
            right: 0;
            font-size: 1.25em;
            font-weight: bold;
            bottom: -.75em;
        }

    .field-label {
        text-align: left;
    }

    .field-label-hindi {
        text-align: left;
    }
}

.underline {
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 1px;
}


#head_grdJob_Preview table, #head_grdJob table {
    border-collapse: collapse;
}

#head_grdJob_Preview table, #head_grdJob_Preview td, #head_grdJob_Preview th, #head_grdJob table, #head_grdJob td, #head_grdJob th {
    border: 1px solid black;
}

#head_grdJob_Preview th, #head_grdJob th {
    text-align: center;
    background-color: #228B22;
    letter-spacing: 1px;
    color: white;
    height: 40px;
}

#head_grdJob_Preview td, #head_grdJob_Preview th, #head_grdJob td, #head_grdJob th {
    padding: 5px;
}

.text-Hilight {
    font-size: smaller;
    padding-top: inherit;
}

.text-HilightConfirm {
    /*background-color: blanchedalmond;
    font-size: smaller;
    padding-top: inherit;*/
    padding: 7px;
    /*border: black;
    border-left: 5px solid #198686;*/
    /*border-left: 1px solid green;
    border-left-color: #198686;
    border-left-width: thick;*/
}

.medium-bold {
    font-size: medium;
    font-weight: bold;
    padding: inherit;
}

.mantatory {
    color: #FF0000;
    font-weight: bold;
}

.displaynone {
    display: none;
}

.fontsmall {
    font-size: small;
}

.labelerror {
    background-color: #F9F9F9;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 50px;
    border: solid 1px gray;
}

.bgGreen {
    color: green;
}

.bgRed {
    color: red;
}

.width100 {
    width: 100%;
}

.topPadding {
    padding: 3px;
    vertical-align: top;
}

.commmsh-autostyle1 {
    text-align: center;
    color: red;
    font-size: 15px;
    font-weight: bold;
    height: 22px;
}

.commmsh-autostyle2 {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 15%;
}

.docupreg-autostyle1 {
    background-color: #F9F9F9;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 50px;
    border: solid 1px gray;
}

.modalBodyalret {
    padding: 5px;
    background-color: #F1F1F1;
    border-radius: 0.8em;
    position: absolute;
    top: 2177px;
    left: 571px;
}

.modalBody {
    padding: 1px;
    background-color: #F1F1F1;
    border: solid 2px #26966E;
    box-shadow: 4px 4px 4px #070909;
    border-radius: 0.8em;
    position: absolute;
    top: 1769px;
    left: 568px;
    height: auto;
    overflow: scroll;
}

.modalBody1 {
    padding: 1px;
    background-color: #F1F1F1;
    border: solid 2px #26966E;
    box-shadow: 4px 4px 4px #070909;
    border-radius: 0.8em;
    position: absolute;
    top: 1769px;
    left: 568px;
}

.modalBackground {
    background-color: black;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
    overflow: hidden;
}

.modalBodyalret::outside {
    background-color: black;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
    overflow: hidden;
}
/*Captcha HelpLink Disable*/
#c_ui_login_head_examplecaptcha_CaptchaImageDiv a {
    cursor: default;
}
/*Captcha HelpLink Disable*/

.wrap, .wrap1 {
    width: 10.5in;
    margin: 0 auto;
    background-color: white;
    padding: 10px;
    min-height: 80vh;
}

#container {
    margin: auto;
    width: 900px;
    text-align: center;
    padding-left: 25px;
}

/*@media print {
    table {
        page-break-after: auto;
        page-break-inside: avoid;
    }

    tr {
        page-break-inside: avoid;
    }

    td {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }
}*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    /*background-color: red;*/
    background-color: #001f3a;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myBtn:hover {
        background-color: #555;
    }


.regno {
    text-align: right;
    /*color: #3d008d;*/
    color: #001f3a;
    font-weight: bold;
    padding-top: 5px;
}
