
* {
    box-sizing: border-box;
}

form {
    display: block !important;
}

.uploadergrid tr td {
    padding: 6px !important;
}

html {
    font-size: 10pt;
}

body {
    color: #000000;
    margin: 0;
    padding: 5px;
    font-family: Tahoma;
    font-size: 11pt;
    line-height: 11pt;
    padding-bottom: 100px;
}

/* ================================================== */

.trTopUserInfo {
    font-weight: bold; 
    background-color: rgb(225,235,245);
    color: Navy;
    padding: 5px;
    font-size: 0.9rem;
}

#bodyDiv {
    width: 100%;
    max-width: 1600px;
    display: block;
    margin: 0 auto;
    padding: 5px;
}

#pageDiv {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 5px;
}

.stRoundedBorder {
    border-radius: 15px !important;
    border: solid 1px rgb(230,230,230) !important;
    padding: 15px 15px 150px 15px !important;
}

.vAlignTop {
    vertical-align: top;
}

.stCenter {
    display: block;
    margin: 0 auto;
}

b, strong, .stBold {
    font-weight: bold;
}

.stW10px {
    width: 10px !important;
}

.stW100px {
    width: 100px !important;
}

.stW150px {
    width: 150px !important;
}

.stW200px {
    width: 200px !important;
}

.stW250px {
    width: 250px !important;
}

.stW350px {
    width: 350px !important;
}

.stW100perc {
    width: 100% !important;
}

.stTxtCenter, .center-text {
    text-align: center;
}

.stTxtRight {
    text-align: Right;
}

.stBlock {
    display: block;
    clear: both;
    float: unset;
}

.stTxtBig {
    font-size: 1.1rem;
}

.stTxtNormal {
    font-size: 1.0rem;
}

.stTxtSmall {
    font-size: 0.9rem;
}

.stTxtSmaller {
    font-size: 0.85rem;
}

.stLogoSmall {
    height: 25px;
}

.stLogoMenu {
    width: 160px;
    /*height: 63px;*/
}

.stSmallNote {
    font-size: 8pt;
    font-weight: bold;
    color: rgb(110,110,110);
    font-style: italic;
}

i, .stItalic {
    font-style: italic !important;
}

.stMarginRight {
    margin-right: 10px;
}

.stH100perc {
    height: 100% !important;
}

.stRed {
    color: darkred;
}

.stCapital {
    text-transform: uppercase;
}

.stMenuUserInfo {
    padding: 0 5px;
    color: navy;
    font-weight: bold;
    font-size: 0.80rem;
}

.stImgIconSmall {
    height: 20px;
    float: left
}

.stMRight15px {
    margin-right: 15px;
}
/* ================================================== */
.ulMainPage {
    padding-left: 15px;
}

    .ulMainPage > li > a {
        font-size: 10pt !important;
    }

table table td, table table table td {
    border: none;
}

.hrDashed {
    border-top: 1px dashed #8c8b8b;
    border-bottom: none;
    margin: 20px 0;
}


input[type=checkbox], input[type=radio] {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    cursor: pointer;
}

.tblDisplay {
    border-collapse: collapse;
    font-size: 10pt;
}

    .tblDisplay td {
        padding: 5px;
        height: 38px;
        vertical-align: middle;
        border: solid 1px silver;
    }


.tblGridView {
    border-collapse: collapse;
    width: 100%;
    font-size: 10pt;
}

    .tblGridView tr {
        height: 38px;
    }

    .tblGridView td {
        padding-left: 5px;
        padding-right: 5px;
        vertical-align: middle;
        border: solid 1px silver;
    }

.tbl4Col tr td:nth-child(odd) {
    width: 20%;
}

.tbl4Col tr td:nth-child(even) {
    width: 30%;
}

#tblHeader {
    border-collapse: collapse;
    width: 100%;
}

    #tblHeader td {
        vertical-align: top;
    }

#tblMenu1 {
    width: 180px;
    min-width: 180px;
}

#tblMenu2 {
    width: 40px;
    min-width: 40px;
    background: url("../images/bg-topnav-left.png?v=202") no-repeat;
}

#tblMenu3 {
    background: url("../images/bg-topnav-middle.png?v=202") repeat;
}

#tblMenu4 {
    width: 65px;
    min-width: 65px;
    background: url("../images/bg-topnav-right.png?v=202") no-repeat;
    height: 90px;
}

a, a:link, a:visited, a:focus, a:active {
    color: darkred; /*#4d9f1c;*/
    text-decoration: underline;
    outline: none;
    cursor: pointer;
}

.btnLink {
    padding: 5px 5px;
    text-align: center;
    background: #002949;
    color: white !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px lightblue;
}

    .btnLink:hover {
        color: black !important;
        cursor: pointer;
        background-color: lightblue;
        color: Navy;
        border: solid 1px black;
    }

a:hover,
a:active {
    color: #001dc4; /*blue*/
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.stTxtError {
    color: maroon !important;
    font-weight: bold;
    font-size: 10pt;
}

.stTxtSuccess {
    color: darkgreen !important;
    font-weight: bold;
    font-size: 10pt;
}

.divTest {
    background-color: yellow;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 10pt;
    color: Maroon;
    text-transform: uppercase;
    border: solid 5px Maroon;
    border-radius: 2px 2px;
    margin: 10px 0;
}

.divError, .message {
    display: block;
    clear: both;
    border: solid 1px Maroon;
    border-radius: 5px 5px;
    color: maroon;
    font-weight: bold;
    font-size: 10pt;
    padding: 10px 5px;
    background-color: rgba(255,0,0,0.1);
    width: 100%;
    margin: 10px 0;
}

.validator {
    font-weight: bold;
    color: maroon;
    font-size: 10pt;
    padding: 0 5px;
}

.divSuccess {
    display: block;
    clear: both;
    border: solid 1px darkgreen;
    border-radius: 5px 5px;
    color: Navy;
    font-weight: bold;
    font-size: 10pt;
    padding: 10px 5px;
    background-color: rgba(0,255,0, 0.1);
    width: 100%;
    margin: 10px 0;
}

.alert {
    font-size: medium;
    font-weight: bold;
    font-style: italic;
}

.divAlert {
    background-color: rgb(204,236,255);
    border: solid 1px Navy;
    padding: 10px 5px;
    font-weight: bold;
    color: navy;
    font-size: 10pt;
    display: block;
    clear: both;
    margin: 10px 0;
    /*text-transform: uppercase;*/
}

.divNotice {
    background-color: lightgreen;
    border: solid 1px darkgreen;
    border-radius: 5px 5px;
    padding: 10px;
    font-weight: bold;
    color: Navy;
    margin: 10px 0;
}

.divError ul, .divSuccess ul, .divAlert ul, .divNotice ul {
    margin: 0;
}

.blankErr {
    display: none;
}

#content {
    min-height: 400px;
}

    #content ul, #content ol {
        font-size: 12px;
        line-height: 1.2;
        color: #000000;
        margin-bottom: 5px;
    }

    #content li {
        padding: 5px 0 0 0;
        color: #000000;
        font-size: large;
    }

    #content img {
        border: 0;
        vertical-align: top;
    }

    #content button {
        cursor: pointer;
    }



h2 {
    color: #004990;
}

h3 {
    color: #004990;
}

.headTR {
    background-color: #ccc;
    font-weight: bold;
    padding: 5px;
}

.headTRsmall {
    background-color: #ccc;
    font-weight: bold;
    padding: 5px;
    font-size: x-small;
}

.headTDsmall {
    background-color: #ccc;
    font-weight: bold;
    padding: 5px;
    font-size: x-small
}

.normalTR {
    background-color: #FFFFFF;
    padding: 5px;
    border-bottom: solid 1px #ccc;
}

.normalTD {
    border: solid 1px silver;
    padding: 5px;
}

input:read-only, select:read-only {
    /*background-color: rgb(240,240,240) !important;
    border: solid 1px gray !important;
    color: rgb(100,100,100);*/
}

input[type="text"], input[type="number"], input[type="password"], input[type="date"], select {
    padding: 8px 8px;
    border: none;
    outline: solid 1px lightblue;
    border-radius: 5px;
    color: navy;
}

    input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus,
    input[type="text"]:active, input[type="number"]:active, input[type="password"]:active, input[type="date"]:active, select:active {
        background-color: rgb(220,235,250);
        outline: solid 2px navy;
    }

input[type=submit], button, input[type=button], .hrefButton {
    background: #002949;
    color: #fff;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px lightblue;
    min-width: 100px;
    font-size: 11pt;
}

    input[type=submit]:hover, button:hover, input[type=button]:hover, .hrefButton:hover {
        cursor: pointer;
        background-color: rgb(225,235,245);
        color: Navy;
        border: solid 1px black;
        /*font-weight: bold;*/
    }


#divpage #content {
    float: none !important;
}

.trHover:hover {
    background-color: rgb(220,235,250) !important;
}

/* ================================================== */

#content table {
    width: 100% !important;
    margin: 10px 0;
    padding: 0;
}

    #content table tr td {
        color: #000;
        padding: 15px;
        font-size: 13px;
        border: solid 1px #DDE0EC;
    }

        #content table tr td h2 {
            font-size: 24px;
            padding: 0 0 10px 0;
        }

        #content table tr td h3 {
            font-size: 17px;
            padding: 0 0 10px 0;
        }


    #content table td td {
        padding: 0;
        border: none;
    }

#content td p {
    font-size: 15px;
    color: #484848;
    padding: 0 0 15px 0;
}

#content table.no-border td {
    border: none;
}

#content table tr td .list-table {
    width: 100%;
}

    #content table tr td .list-table td {
        color: #000;
        padding: 8px;
        font-size: 15px;
        border-bottom: solid 1px #ddd !important;
    }

/* ================================================== */

.tblMainLogin {
    width: 100% !important;
    display: block !important;
    border-collapse: collapse;
}

    .tblMainLogin td {
        padding: 5px;
        height: 1px;
    }


.tblLoginCred {
    width: 100% !important;
    border-collapse: collapse !important;
    display: block !important;
    margin: 0 auto !important;
}

    .tblLoginCred td {
        padding: 5px 1px !important;
    }

.tblClear {
    border-collapse: collapse;
    width: 100% !important;
}

    .tblClear td {
        padding: 5px !important;
        border: none !important;
    }

.tblGridDisplay {
    border-collapse: collapse;
    width: 100%;
    min-width: 1200px;
}

    .tblGridDisplay thead tr th {
        border: solid 1px gray;
        padding: 5px;
        font-weight: bold;
        text-align: center;
        background-color: rgb(200,200,200);
    }

    .tblGridDisplay tbody tr td {
        border: solid 1px gray;
        padding: 10px 5px;
    }

    .tblGridDisplay tbody tr:hover {
        background-color: rgb(220,235,250);
    }

.tblGridBlank {
    border-collapse: collapse;
    width: 100%;
}

    .tblGridBlank tr td {
        vertical-align: top;
        padding: 5px;
        border: none !important;
    }

.stIframeSub {
    width: 100%;
    height: 700px;
    border: none;
}

/* ================================================== */
.tblDisplayRegister {
    border-collapse: collapse !important;
    font-size: 10pt !important;
    width: 100% !important;
}

    .tblDisplayRegister tr {
        height: 5px;
    }

    .tblDisplayRegister td {
        padding: 5px !important;
        vertical-align: middle !important;
        border: unset !important;
    }

        .tblDisplayRegister td:first-child {
            width: 450px !important;
        }

        .tblDisplayRegister td:nth-child(2) {
            width: 10px !important;
            font-weight: bold;
            color: red;
        }

.tblSubGrid {
    width: 100% !important;
    border-collapse: collapse !important;
}

    .tblSubGrid tr {
        height: 30px;
    }

    .tblSubGrid td {
        border: solid 1px gray !important;
        padding: 5px !important;
        color: black !important;
    }


#myform {
    margin: 0 0 20px 0;
}

#myform2 {
    margin: 0 0 20px 0;
    padding: 20px;
}

    #myform2 td {
        border: none;
    }



#footer {
}

.footerb {
    clear: both;
    font-size: 13px;
    padding: 0 0 30px 0;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    /*display: inline-block;*/
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.rounded-table td {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .rounded-table td table tr td {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.spanError {
    font-weight: bold;
    color: maroon;
}

.smallSpan {
    font-size: 9pt;
}

.divMenuCategory {
    display: inline-block;
    width: 33%;
    border: solid 1px silver;
    margin: 0;
    padding: 10px 5px;
}

ul.ulLinks {
    list-style-type: square;
}

.divRed {
    color: maroon !important;
}

.divBold {
    font-weight: bold !important;
}

.divItalic {
    font-style: italic;
}

.font10pt {
    font-size: 10pt !important;
}

.font11pt {
    font-size: 11pt !important;
}

.font12pt {
    font-size: 12pt !important;
}

.font14pt {
    font-size: 14pt !important;
}

.textJustify {
    text-align: justify;
}

.bgNotEligible {
    background-color: rgb(255,245,210);
    color: maroon !important;
}

divH1 {
    display: block;
    font-weight: bold;
    font-size: 18pt;
    padding: 10px 0;
}

.divH2 {
    display: block;
    font-weight: bold;
    font-size: 16pt;
    padding: 10px 0;
}

.divH3 {
    display: block;
    font-weight: bold;
    font-size: 13pt;
    padding: 8px 0;
}

.divH4 {
    display: block;
    font-weight: bold;
    font-size: 11pt;
    padding: 8px 0;
}
