﻿
select,
textarea,
input[type="text"],
input,
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-size: 16px !important;
}
.removeBold {
    font-weight: normal !important;
}
.error-message {
    color: red;
    font-size: 14px;
    font-family: Calibri;
}
html {
    background: #FFFFFF;
}

#wrapper {
    width: 100%;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
}

body {
    display: table;
    width: 100%;
}

.page-row {
    display: table-row;
    height: 1px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.page-row-expanded {
    height: 100%;
}

.rowbuffer-1 {
    padding: .7em 0em;
}

.bg-white,
div.bg-white {
    background: white;
}

.box-margin {
    margin: 10px;
}

.b-l {
    border-left: 1px solid #e7eaec;
}

.font-white {
    color: white;
    text-decoration: none;
}

    .font-white:hover {
        color: whitesmoke;
        text-decoration: none;
    }

@media (max-width: 991px) {
    .font-xs {
        font-size: 9.5px;
    }
}

@media (min-width: 992px) {
    .font-xs {
        font-size: 12px;
    }
}

.passwordStrengthIndicator {
    background-color: white;
    border: 1px solid #e5e6e7;
    border-top: 0;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    padding: 5px 15px;
}

    .passwordStrengthIndicator i {
        margin-right: 0 10px;
    }
/*PROGRESS BAR*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 30px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 10px;
            margin-top: 50px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: relative;
            width: 30px;
            height: 30px;
            display: block;
            background: #c7ddef;
            top: 45px;
            left: 50%;
            margin-top: -85px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #337ab7;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #c7ddef;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

@media (min-width: 992px) {
    .bs-wizard > .bs-wizard-step .bs-wizard-info {
        font-size: 14px;
    }
}

.dropdown-fixed {
    min-width: 100%;
    max-width: 100%;
}

.bs-row-margin-n {
    margin-left: -15px;
}
/*END PROGRESS BAR*/

/*.masthead h1 {
    font-size: 62px !important;
    font-weight: 200;
    font-size: 100%;
    color: #050505;
    margin: 0;
}

.masthead {
    color: #fff !important;
    text-align: center;*/
/*  background-image: linear-gradient(to right, #0078D4, #6baada, #0078D4);
    background-image: -webkit-linear-gradient(to right, #0078*/ /*D4, #6baada, #0078D4);
    padding-right: 0px !important;
    padding-left: 0px !important;*/
/*background: -webkit-linear-gradient(341deg, rgb(25, 79, 139) 0%, rgb(59, 102, 153) 98%, rgb(59, 102, 153) 100%);
    background: -o-linear-gradient(341deg, rgb(25, 79, 139) 0%, rgb(59, 102, 153) 98%, rgb(59, 102, 153) 100%);
    background: -ms-linear-gradient(341deg, rgb(25, 79, 139) 0%, rgb(59, 102, 153) 98%, rgb(59, 102, 153) 100%);
    background: -moz-linear-gradient(341deg, rgb(25, 79, 139) 0%, rgb(59, 102, 153) 98%, rgb(59, 102, 153) 100%);*/
/*background: linear-gradient(109deg, rgb(25, 79, 139) 0%, rgb(59, 102, 153) 100%, rgb(73, 114, 158) 100%);*/
/*}


    .masthead h3 {*/
/*color: #fff;*/
/*font-size: 100%;
        font-style: italic !important;
        color: black;
    }*/

body.landing-theme {
    background-color: #ededed;
}

    body.landing-theme div.well {
        /*background: #f5f5f5;*/
        border-color: black;
    }

        body.landing-theme div.well.gradient {
            background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
            background-image: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
            background-image: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
            background-image: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
            background-image: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
        }

.border {
    border-color: gray;
}

.background-gradient {
    background-image: -webkit-linear-gradient(top, #f5f6f8 1%, #ffffff 15%);
    /*background-image: -moz-linear-gradient(top, #6baada 0%, #ffffff 80%);
    background-image: -ms-linear-gradient(top, #6baada 0%, #ffffff 80%);
    background-image: -o-linear-gradient(top, #6baada 0%, #ffffff 80%);*/
    /*  background-image: linear-gradient(top, #6baada 0%, #ffffff 80%);*/
    /* background-image: linear-gradient(to right, #0078D4, #6baada, #0078D4);
    background-image: -webkit-linear-gradient(to right, #0078D4, #6baada, #0078D4);*/
}

.notice-gradient {
    background-image: -webkit-linear-gradient(top, #6baada 0, #ffffd7 100%);
    background-image: -moz-linear-gradient(top, #6baada 0, #ffffd7 100%);
    background-image: -ms-linear-gradient(top, #6baada 0, #ffffd7 100%);
    background-image: -o-linear-gradient(top, #6baada 0, #ffffd7 100%);
    background-image: linear-gradient(top, #6baada 0, #ffffd7 100%);
}

img.brand-logo {
    width: auto;
    height: 40px;
}

@media (min-width: 768px) {
    img.brand-logo {
        height: 50px;
    }
}

#help-popover {
    margin-top: -20px;
    margin-bottom: 20px;
}

.top-margin {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .adjust-progress-bar {
        margin-left: -70px;
    }
}

@media (max-width: 768px) {
    .adjust-progress-bar {
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .blank-area {
        padding-bottom: 175px !important;
    }
}

@media (max-width: 768px) {
    .blank-area {
        padding-bottom: 118px !important;
    }
}


.aligngridcolumn {
    text-align: center !important;
}

.paddingbottom {
    padding-bottom: 5%;
}

.card-section-title {
    color: black;
    text-decoration: underline;
    text-underline-position: under;
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
}

.g-recaptcha div {
    width: auto !important;
}

.control-label {
    font-size: 16px;
}

.required-label:before {
    content: "*";
    color: #ae0303;
    font-size: 16px;
}

.title-align {
    text-align: center;
    background-color: rgb(130,154,94);
}

    .title-align > h5 {
        font-size: 17px;
        /* color: white;*/
    }

.environmentmsg {
    font-size: 10px;
    left: 50% !important;
}

.card {
    /* 
    border-radius: 20px !important;
    box-shadow: 0px 10px 29px 0px #e0e0e0 !important;*/
    box-sizing: border-box !important;
    padding: 0px;
    box-shadow: 1px 1px 11px rgb(0 0 0 / 29%) !important;
    transition: box-shadow 83ms;
}

.card-title h1,
.card-title h2,
.card-title h3,
.card-title h4,
.card-title h5 {
    font-weight: bold;
    margin: auto;
}

.card-title {
    margin: 0rem !important;
    padding: 1rem 1rem 0.4rem 1rem;
    text-align: center;
}

.card-body .body-title {
    font-size: 18px;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

.mvc-grid-headers th {
    background: #3477b9 !important;
    align-items: center !important;
    vertical-align: middle !important;
    font-size: 15px !important;
}

.mvc-grid-filter, .mvc-grid-sort {
    color: #FFFFFF;
}

.mvc-grid-page-sizes select {
    padding: 0.75em 0.2em !important;
}

.input-group-addon {
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.4;
}

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
    font-weight: bolder;
}

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
    font-weight: bolder;
}

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
    font-weight: bolder;
}


.masthead {
    display: flex;
    width: 100%;
    height: 120px;
    background-color: #f98e38;
    background-image: url("../Images/back.png");
    background-repeat: no-repeat;
    background-origin: content-box;
    justify-content: space-between;
}

.programName h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 1em;
    color: #ffffff;
    margin: 35px 0 30px 40px;
}

.logo {
    margin: 22px 40px 0 0;
}

.btn-bootstrap-primary {
    color: #fff !important;
    background-color: black !important;
    border-color: black !important;
}

    .btn-bootstrap-primary:hover {
        color: #fff !important;
        background-color: #0069d9 !important;
        border-color: #0062cc !important;
    }

@media only screen and (max-width: 760px) {
    .programName h2 {
        font-size: 36px;
        margin: 40px 0 30px 40px;
    }

    .logo {
        margin: 20px 30px 0 0;
        transform: scale(90%);
    }
}

@media only screen and (max-width: 650px) {

    .programName h2 {
        font-size: 30px;
        margin: 40px 0 30px 30px;
    }

    .logo {
        margin: 20px 30px 0 0;
        transform: scale(85%);
    }
}

@media only screen and (max-width: 500px) {
    .programName h2 {
        font-size: 30px;
        margin: 30px 0 30px 30px;
    }

    .logo {
        margin: 20px 30px 0 0;
        transform: scale(85%);
    }
}

@media only screen and (max-width: 400px) {
    .masthead {
        width: 100%;
        height: 120px;
        background-color: #f98e38;
        background-image: url("../img/back.png");
        background-repeat: no-repeat;
    }

    .programName h2 {
        display: block;
        float: left;
        font-size: 28px;
        margin: 30px 0 20px 20px;
    }

    .logo {
        display: block;
        float: right;
        margin: 20px 5px 0 0;
        transform: scale(80%);
    }
}

@media only screen and (max-width: 360px) {
    .masthead {
        width: 100%;
        height: 120px;
        background-color: #f98e38;
        background-image: url("../img/back.png");
        background-repeat: no-repeat;
    }

    .programName h2 {
        display: block;
        float: left;
        font-size: 28px;
        margin: 30px 0 20px 20px;
    }

    .logo {
        display: block;
        float: right;
        margin: 20px 5px 0 0;
        transform: scale(80%);
    }
}

@media only screen and (max-width: 320px) {
    .masthead {
        width: 100%;
        height: 120px;
        background-color: #f98e38;
        background-image: url("../img/back.png");
        background-repeat: no-repeat;
    }

    .programName h2 {
        display: block;
        float: left;
        font-size: 28px;
        margin: 15px 0 20px 20px;
    }

    .logo {
        display: block;
        float: right;
        margin: 20px 5px 0 0;
    }
}

.card-header {
    background-color: #f98e38 !important;
    color: white;
    padding: 0.75rem 1.25rem !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

.modal-header {
    background-color: #f98e38 !important;
    color: white;
}

.modalPopup-text {
    padding: 10px;
}
.modalBackground {
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.8;
}


.modalPopup-text {
    display: block;
    color: #000;
    background-color: #fff;
    padding: 10px;
    text-align: justify;
}

.modalPopup-header {
    background-color: #BACCB3;
    color: black;
    font-weight: bold;
}

.modalPopup {
    z-index: 101;
    width: 100%;
    *width: auto; /*This is for IE7*/
    margin: 0 auto;
    position: fixed;
    *position: relative; /*This is for IE7*/
    left: 0px;
}
.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 30px;
}

.voffset5 {
    margin-top: 40px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset9 {
    margin-top: 150px;
}

.doffset1 {
    margin-bottom: 5px;
}

.doffset2 {
    margin-bottom: 10px;
}

.doffset3 {
    margin-bottom: 15px;
}

.doffset4 {
    margin-bottom: 30px;
}

.doffset5 {
    margin-bottom: 40px;
}

.doffset6 {
    margin-bottom: 60px;
}

.doffset7 {
    margin-bottom: 80px;
}

.doffset8 {
    margin-bottom: 100px;
}

.doffset9 {
    margin-bottom: 150px;
}

.dd-form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fs-dd-form-control {
    width: 100%;
    padding: 2px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.listview {
    border: 1px solid #333;
    border-collapse: collapse;
    border-spacing: 1px;
  /*  -moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
}

    .listview th {
        background-color: #f98e38;
        height: 30px;
        font-size: 0.9em;
        border: 1px solid #393f4f;
        color: #ffffff;
        text-align: center;
    }

        /*.listview th:first-child {
            border-top-left-radius: 10px;
        }

        .listview th:last-child {
            border-top-right-radius: 10px;
        }

    .listview tr:last-child td:first-child {
        border-bottom-left-radius: 10px;
    }

    .listview tr:last-child td:last-child {
        border-bottom-right-radius: 10px;
    }*/

    .listview tr:hover td {
        background-color: #cfd1dc;
    }

    .listview th a {
        color: #ffffff;
    }

    .listview td {
        background-color: #e4e7ee;
        height: 20px;
        font-size: 0.9em;
        border: 1px solid #393f4f;
        padding: 3px;
    }

        .listview td a {
            color: #0044cc;
            font-weight: bold;
        }


.listviewReasons {
    border: 1px solid #333;
    border-collapse: collapse;
    border-spacing: 1px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .listviewReasons th {
        background-color: #989898;
        height: 30px;
        font-size: 0.9em;
        border: 1px solid #393f4f;
        color: #ffffff;
    }

        .listviewReasons th:first-child {
            border-top-left-radius: 10px;
        }

        .listviewReasons th:last-child {
            border-top-right-radius: 10px;
        }

    .listviewReasons tr:last-child td:first-child {
        border-bottom-left-radius: 10px;
    }

    .listviewReasons tr:last-child td:last-child {
        border-bottom-right-radius: 10px;
    }

    .listviewReasons tr:hover td {
        background-color: #cfd1dc;
    }

    .listviewReasons th a {
        color: #ffffff;
    }

    .listviewReasons td {
        height: 20px;
        font-size: 12px;
        border: 1px solid #393f4f;
        padding: 3px;
    }

.listview td a {
    color: #0044cc;
    font-weight: bold;
}

.requiredlabel:before {
    content: " *";
    color: red;
}

.floatlabels .form-group .col-md-6 {
    padding-bottom: 2px;
}

.floatlabels .form-group .col-md-12 {
    padding-bottom: 2px;
}

.floatlabels .form-group {
    transition: all .1s;
    padding-top: 0px;
    padding-bottom: 0px;
}

.floatlabels .form-label {
    font-size: 10pt;
    font-weight: bold;
    color: #303737;
    display: block;
    opacity: 1;
    transform: translateY(-2.65em) translateX(0.8em);
    -ms-transform: translateY(-2.65em) translateX(0.8em);
    transform-origin: 0 0;
    transition: all .1s;
    pointer-events: none;
}

.floatlabels .form-control {
    height: 95%;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 7px;
    border-color: #ccc;
    border-style: solid;
    width: 100%;
    transition: all .1s;
    padding: 15px 10px 0 10px;
}

    .floatlabels .form-control::placeholder {
        color: transparent;
        padding: inherit;
    }

    .floatlabels .form-control:-ms-input-placeholder {
        color: transparent;
        padding: inherit;
    }

    .floatlabels .form-control:focus {
        box-shadow: none;
        outline: thick;
        border-color: dodgerblue;
    }

.form-control:focus + .form-label,
.form-control:not(:placeholder-shown) + .form-label {
    transform: translateY(-3.5em) scale(0.85) translateX(0.8em);
}

.form-control:focus + .form-label,
.form-control:not(:-ms-input-placeholder) + .form-label {
    transform: translateY(-3.5em) scale(0.85) translateX(0.8em);
}

.floatlabels .form-group:focus-within {
    transform: scale(1,1);
}

a.aspNetDisabled {
    color: rgba(16, 16, 16, 0.3) !important;
    background-color: rgba(239, 239, 239, 0.3) !important;
    border-color: rgba(118, 118, 118, 0.3) !important;
    background-image: none;
}

    a.aspNetDisabled:hover {
    cursor: not-allowed; 
}
.alert-danger-body {
    flex: 1 1 auto;
    padding: .5% 2%;
}

.SectionSeparator {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.QuestionSeparator {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.container {
    max-width: 1800px !important;
    padding:10px;
}

.stdbtnnormal {
    background-color: #ebebeb;
    border: 1px solid grey;
    color: #686868;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 120px;
    font-weight: bold;
}

/* CUSTOM PAGER STYLE: START */

.data-pager-container-top {
    display:flex;
    justify-content:center;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
}

    .data-pager-container-top .table-pager {
        text-align: center;
    }

.data-pager-container {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

.pager-gotoddl-caption, .pager_search_result {
    font-weight: bold;
    font-size: 0.9em;
}

.PagerNormal {
    font: 9pt Verdana;
    border: solid 1px #778899;
    padding: 1px 4px;
    text-decoration: none;
    background-color: #e4e7ee;
    margin: 0 1px 0 1px;
}

.AjaxHoverMenu {
    color: White;
    background-color: #676767;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}


.PagerNormal:hover {
    background-color: #cfd1dc;
}

.PagerCurrent {
    font: 9pt Verdana;
    color: White;
    border: solid 1px #393f4f;
    padding: 1px 4px;
    background-color: #3f4a67;
    margin: 0 1px 0 1px;
}
/* CUSTOM PAGER STYLE: END */

.section_separation {
    height: 10px;
}


.comments-warning {
    color: #ff0000;
    font-size: 11px;
}

.customRadioButtonList {
    padding-left: 1rem !important;
}

    .customRadioButtonList input[type="radio"] {
        margin-right: 0.5rem;
    }

    .customRadioButtonList label {
        margin-right: 0.5rem;
    }



.mycustomtable > tbody > tr > td {
    border: 1px solid #cbced4 !important;
}

.mycustomtable {
    border: 1px solid #cbced4 !important;
}

    .mycustomtable > thead > tr > th {
        border: 1px solid #cbced4 !important;
    }