﻿/*@charset 'UTF-8';*/

/*VARIABLES*/

:root {
    --black: #1d1d1d;
    --white: #fffff;
    --lightgrey: #ebebeb;
    --color-primary: #30EA03;
}

* {
    font-family: sans-serif;
    box-sizing: border-box;
}

b, cssbold {
    font-weight: bold;
}

i {
    font-style: italic;
}

body {
    font-size: 16px;
    font-size: 16px;
    height: 100%;
    margin: 0;
}

a{
    color:var(--black);
}

a:hover{
    opacity: 0.5;
}

.btnTabNew {
    min-width: 100px;
    padding: 10px 15px;
    border-radius: 2px 2px 0 0;
    color: var(--black);
    background-color: silver; /* navy; /*rgb(224,224,224);*/
    border: solid 1px navy;
    cursor: pointer;
    font-size: 12px;
}

    .btnTabNew:hover, .btnTabNew:focus, .btnTabNew:active {
        background-color: skyblue;
        color: black;
    }

    .btnTabNew:disabled {
        background-color: rgb(230,230,230);
        color: darkgray;
        border-color: darkgray;
    }

.hPage {
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    border-bottom: solid 1px silver;
    margin-bottom: 10px;
}

.optionRadio {
    height: 25px;
    margin: 10px;
    font-style: italic;
    font-weight: bold;
}

.tblTopPageHeader {
    background-image: url("../Images/fa-Test.png?v=1.70");
    background-size: contain;
    background-repeat: repeat-x;
    opacity: 1;
}

.tblMainPageLayout {
    width: 100%;
    border-collapse: collapse;
}

.tblClearNoPadding td {
    padding: 0;
    border: solid 1px red;
}

.trHeight30 tr {
    height: 30px;
}

.Height100P {
    height: 100%;
}

.tblClear {
    width: 100%;
    border-collapse: collapse;
}

    .tblClear tr td {
        padding: 3px;
    }

.tblTiny {
    width: 100%;
    border-collapse: collapse;
}

    .tblTiny tr {
        height: 10px !important;
    }

    .tblTiny tr td {
        padding: 1px !important;
    }

.borderFix {
    border: solid 2px gray;
}

.borderBisque {
    border: solid 2px rgb(255,205,155);
}

.trBisque {
    background-color: rgb(255,235,225);
}

.borderLightBlue {
    border: solid 2px lightblue;
}

.trLightBlue {
    background-color: rgb(230,240,250);
}

.borderGreen {
    border: solid 2px Green;
}

.bgLightSilver {
    background-color: rgb(235,235,235);
}

.bgLightGreen {
    background-color: rgb(225,240,220);
}

#lblC {
    font-weight: bold;
}

.divGroup {
    border: solid 2px darkblue;
    display: block;
    clear: both;
    overflow: auto;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.divGroup2 {
    border: solid 2px darkblue;
    display: block;
    clear: both;
    overflow: auto;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.divObject {
    width: 100%;
    overflow: auto;
}

.hrTop {
    height: 15px;
    box-shadow: inset 5px 15px 5px -10px darkgray;
    border: none;
    clear: both;
    display: block;
}

.btnSubButton {
    font-style: italic;
    padding: 5px 10px;
    border: none;
    margin-left: 15px;
    background-color: lightgray;
    color: blue;
}

    .btnSubButton:hover {
        color: darkblue;
        background-color: aqua;
        cursor: pointer;
    }

.hrMain {
    clear: both;
    display: block;
    border: solid 1px rgb(230,230,230);
    width: 100%;
}

.gridTotals {
    width: 100%;
    color: darkblue;
    font-weight: bold;
    display: block !important;
    clear: both !important;
    margin-bottom: 15px;
}

.gridPages {
    width: 100%;
    color: cadetblue;
    font-weight: bold;
    border: solid 1px silver;
    text-align: right;
    padding: 5px;
    background-color: rgb(230,230,230);
    display: block;
    clear: both;
}

    .gridPages div {
        display: inline-block;
    }

.iFrameMain {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.btnifClose {
    position: absolute;
    float: Right;
    top: 25px;
    left: 45px;
    height: 35px;
    width: 45px;
    font-size: 16pt;
    font-weight: bold;
    border: solid 1px red;
    background-color: rgba(255,0,0,0.2);
    cursor: pointer;
}

.btnifCloseNew {
    position: absolute;
    float: Right;
    top: 115px;
    left: 45px;
    height: 35px;
    font-size: 16pt;
    font-weight: bold;
    border: solid 1px red;
    background-color: rgba(255,0,0,0.2);
    cursor: pointer;
}

.divBody {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

.lblDisplay {
    font-weight: bold;
    color: var(--black);
}

.tdDisplayHead {
    font-weight: bold;
    color: navy;
    font-size: 12px;
}

.lblData {
    color: blue;
    display: block;
    clear: both;
}

.divButtonsAlert {
    text-align: right;
    display: block;
    color: var(--black);
    font-weight: bold;
    width: 100%;
    padding: 5px;
    border: solid 1px navy;
    background-color: rgb(0,30,90);
    line-height: 35px;
    margin-bottom: 25px;
    /*background-color: rgb(230,230,230);*/
}

.divButtons {
    text-align: right;
    display: block;
    color: white;
    font-weight: bold;
    width: 100%;
    padding: 5px;
    /*border: solid 1px navy;*/
    /*background-color: rgb(230,230,230); /*Navy; rgb(0,30,90);*/
    /*line-height: 35px;*/
    /*min-height: 49px;*/
}

.lblDivButtons {
    float: left !important;
}

.divAction {
    border: solid 2px navy;
    overflow: auto;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    background-color: rgba(0,255,0,0.1);
}

    .divAction > .divButtons {
        margin-bottom: 0px;
    }

.divButtonLogin {
    text-align: right;
    display: flex;
    flex-direction:row-reverse;
    justify-content:space-between;
    width: 100%;
}

.text-center {
    text-align: center;
}

.divFooter {
    height: 80px;
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
}

.divNav2 {
    display: block;
    overflow: auto;
    width: 100%;
    min-height: 170px;
    margin-bottom: 15px;
    margin-left: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border: solid 2px silver;
    border-radius: 10px 10px;
    -webkit-box-shadow: 3px 4px 8px gray inset; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 4px 8px gray inset; /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 4px 8px gray inset; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.divNav {
    display: inline-table;
    overflow: auto;
    width: 46%;
    min-height: 185px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    border: solid 2px silver;
    border-radius: 10px 10px;
    -webkit-box-shadow: 3px 4px 8px gray inset; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 4px 8px gray inset; /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 4px 8px gray inset; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.divMain {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    min-height: 55px;
    padding: 5px;
}

.divLogin {
    margin: 0 auto;
    width: 100%;
    max-width: 375px;
    min-height: 55px;
    padding: 20px;
    border: solid 7px gray;
    border-radius: 10px 10px;
}

.divInner {
    line-height: 30px;
    width: 100%;
    margin-bottom: 10px;
    min-height: 35px;
}

.divForm {
    display: inline-block;
    width: 33.33%;
    float: left;
    padding: 10px 10px;
    border-bottom: solid 1px rgb(230,230,230);
    border-right: solid 1px rgb(230,230,230);
}

.divFormFull {
    display: block;
    width: 100%;
    padding: 10px 5px;
}

.borderLight {
    border: solid 1px rgb(230,230,230);
}

.tdFormHalfPage {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.divData {
    display: inline-block;
    width: 33.3%;
    float: left;
    padding: 5px;
    border-bottom: solid 1px rgb(230,230,230);
    border-right: solid 1px rgb(230,230,230);
}

@media screen and (min-width:601px) {
    .divForm {
        height: 90px;
        overflow: auto;
    }

    .divData {
        height: 60px;
        overflow: auto;
    }
}

.divNote {
    color: blue;
    font-weight: bold;
    display: block;
    clear: both;
    padding: 5px;
}

.divError {
    background-color: rgba(255,0,0,0.1);
    border: solid 1px maroon;
    border-radius: 2px;
    padding: 10px;
    font-weight: bold;
    color: maroon;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.txtError {
    color: maroon;
    font-size: 12px;
}

.divAlert {
    background-color: rgb(204,236,255);
    border: solid 1px Navy;
    border-radius: 2px;
    padding: 10px;
    font-weight: bold;
    color: navy;
    width: 100%;
    margin-bottom: 15px;
}

.divSuccess {
    margin-bottom: 15px;
    background-color: rgba(0,255,0,0.1);
    border: solid 1px green;
    border-radius: 2px;
    padding: 10px;
    font-weight: bold;
    color: darkgreen;
    width: 100%;
}

.divInform {
    margin-bottom: 15px;
    background-color: rgb(0, 161, 255, 0.10);
    border: solid 1px navy;
    border-radius: 2px;
    padding: 10px;
    font-weight: bold;
    color: navy;
    width: 100%;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 15pt;
}

h3 {
    font-size: 12pt;
}

.divTitle {
    color: white;
    font-style: italic;
    font-weight: bold;
    width: 100%;
    line-height: 35px;
    background-color: rgb(75,75,75); /*rgb(230,230,230);*/
    padding-left: 5px;
    display: block !important;
    clear: both !important;
}

.btnLogOff {
    float: right !important;
    margin: 0 auto;
    border: solid 1px gray;
    border-radius: 2px;
    color: var(--black) !important;
    padding: 7px;
    text-decoration: none;
    background-color: silver;
}

    .btnLogOff:hover {
        cursor: pointer;
        font-weight: bold;
        border-color: var(--black);
        background-color: rgba(0,0,255,0.9);
        color: white !important;
    }

.btnHelp {
    font-weight: bold;
    color: blue !important;
}

.lblHello {
    float: right !important;
    color: Navy;
    padding: 10px;
}

.imgTopLogo {
    float: left !important;
    height: 50px;
}

.imgFCLogo {
    height: 30px;
}

.divContent {
    width: 45%;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}

.divTest {
    width: 100%;
    padding: 10px 5px;
    background-color: yellow;
    border: solid 5px red;
    border-radius: 2px;
    font-weight: bold;
    color: maroon;
    font-size: 10pt;
}

.tblTopMainPage {
    min-height: 150px;
    background-color: White;
    color: white;
    font-weight: bold;
    padding: 0;
}

    .tblTopMainPage a:visited {
        color: white;
    }

#lblTitle {
    font-size: 24pt;
}

.tblMain {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    background-color: silver;
}

    .tblMain tr {
        height: 45px;
    }

    .tblMain td {
        vertical-align: middle;
        border: solid 1px silver;
        padding: 5px;
    }


.btnInfo {
    color: blue;
    font-style: italic;
    border: none;
    font-weight: bold;
    background-color: none;
}

.tblhelpPopUp {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

    .tblhelpPopUp tr {
        min-height: 25px;
    }

    .tblhelpPopUp td {
        vertical-align: middle;
        border: solid 1px silver;
        padding: 5px;
    }

.lst100p {
    width: 90%;
    width: 90%;
}

.headerbgColor {
    background-color: var(--color-primary);
    font-weight: bold;
    font-size: 12pt;
    color: white;
}

.tdBtn {
    text-align: right;
}

.table-menu td:first-child {
    width: 25%;
    min-width: 150px;
}

.btnNEWMenuLink {
    font-weight: bold;
    color: blue;
    display: block;
    /*vertical-align: middle;*/
    background: none;
    text-align: left;
    padding: 10px;
    width: 95%;
    max-width: 450px;
    /*margin-left: 15px;*/
    border: none;
    cursor: pointer;
}

    .btnNEWMenuLink:hover, .btnNEWMenuLink:active, .btnNEWMenuLink:focus {
        color: white;
        text-decoration: underline;
        background: #025582;
    }

.btnMenuLink {
    font-weight: bold;
    display: block;
    /*vertical-align: middle;*/
    padding: 5px;
    width: 90%;
    margin-left: 15px;
    border: none;
    text-align: left;
    background-color: transparent;
    color: blue;
    cursor: pointer;
    height: 30px;
    border-radius: 7px 0;
}

    .btnMenuLink:enabled:hover {
        color: navy;
        text-decoration: underline;
        /*background-color: skyblue;*/
        background: rgb(190,215,240); /* Old browsers */
        background: -moz-linear-gradient(left, rgb(190,215,240) 1%, rgb(220,235,250) 50%, #ffffff 90%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgb(190,215,240) 1%, rgb(220,235,250) 50%, #ffffff 90%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgb(190,215,240) 1%, rgb(220,235,250) 50%, #ffffff 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed7f0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    }

    .btnMenuLink:disabled {
        color: gray;
        text-decoration: none;
        background-color: none;
    }

.gvCommand {
    width: 75px;
    text-align: center;
}

.gvCmdIcon {
    width: 40px;
    text-align: center;
}

.gvExport {
    font-size: 9pt;
    font-family: Verdana;
}

.gvDisplay {
    width: 100%;
    background-color: white;
}

    .gvDisplay tr {
        height: 40px;
    }

        .gvDisplay tr th {
            color: var(--black);
            background-color: silver;
            font-size: 9pt;
        }

    .gvDisplay td {
        padding-left: 5px;
        padding-right: 5px;
    }

.btnGvImage {
    height: 20px;
    display: block;
}


.btnGv {
    width: 95%;
    height: 25px;
    color: darkblue;
    background-color: rgb(230,240,250); /*rgb(204,236,255); /*lightblue;*/
    border: solid 1px navy;
    font-size: 9pt;
}

    .btnGv:hover {
        background-color: navy; /*aqua;*/
        color: white;
        cursor: pointer;
    }

    .btnGv:disabled {
        background-color: rgb(230,230,230);
        color: darkgray;
        border-color: darkgray;
    }

.btnBack {
    min-width: 100px;
    padding: 10px 15px;
    border-radius: 2px;
    color: var(--black);
    background-color: silver; /* navy; /*rgb(224,224,224);*/
    border: solid 1px navy;
    cursor: pointer;
    font-size: 9pt;
}

    .btnBack:hover, .btnBack:focus, .btnBack:active {
        background-color: silver;
        color: var(--black);
        border-color: var(--black);
    }

    .btnBack:disabled {
        background-color: rgb(230,230,230);
        color: darkgray;
        border-color: darkgray;
    }


.btn {
    min-width: 100px;
    padding: 10px 15px !important;
    color: var(--black);
    background-color: var(--color-primary); /* light green; */
    border: none;
    cursor: pointer;
    font-weight: 800;
    transition: all 0.5s ease-out;
}

.btn-sml {
    min-width: 60px;
    padding: 5px 1px !important;
    color: var(--black);
    background-color: var(--color-primary); /* light green; */
    border: none;
    cursor: pointer;
    font-weight: 800;
    transition: all 0.5s ease-out;
}

    .btn:hover, .btn:focus, .btn:active {
        background-color: var(--black);
        color: white;
    }

    .btn:disabled {
        background-color: rgb(230,230,230);
        color: darkgray;
        border-color: darkgray;
        /*min-width: 100px;
        padding: 10px 5px;*/
    }


.lblAlert {
    font-style: italic;
    color: darkgreen;
}

.validator {
    font-weight: bold;
    color: red;
}

.valOrange {
    font-weight: bold;
    color: darkorange;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-style: italic;
    color: gray;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-style: italic;
    color: gray;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-style: italic;
    color: gray;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-style: italic;
    color: gray;
}

.txt100p:disabled, .txt100p:disabled, .ddl100p:disabled, .ddl100p:disabled, .ddl100MM:disabled,
.ddl100MM:disabled, .ddl100YY:disabled, .ddl100YY:disabled, .txt250:disabled, .txt250:disabled, select:disabled {
    font-weight: bold !important;
    color: navy !important;
    border: silver !important; /*solid 1px rgb(220,220,220);*/
    background-color: none !important;
}

.txt100p:focus, .txt100p:active, .ddl100p:active, .ddl100p:focus, .ddl100MM:active,
.ddl100MM:focus, .ddl100YY:active, .ddl100YY:focus, .txt250:active, .txt250:focus,
.ddlCompact:focus, .txtCompact:focus, .ddlCompact:active, .txtCompact:active,
.txtComments:focus, .txtComments:active {
    background-color: var(--lightgrey);
    border-color: var(--color-primary);
}

.txt100p {
    width: 100%;
    height: 40px;
    border-radius: 2px;
    border: solid 1px silver;
    padding-left: 10px;
}

.txt250 {
    display: block;
    width: 250px;
    height: 40px;
    border-radius: 2px;
    border: solid 1px silver;
    padding-left: 10px;
    margin-top: 5px;
}

.txtComments {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: 60px;
    max-height: 60px;
    min-height: 60px;
    border-radius: 2px;
    border: solid 1px silver;
    padding-left: 10px;
    padding-top: 5px;
    resize: none;
}

.txtUnique {
    background-color: silver; /*rgba(0,255,0,0.3);*/
}

.ddl100p {
    width: 100%;
    border-radius: 2px;
    padding-left: 5px;
    height: 40px;
    border: solid 1px silver;
    margin-top: 5px;
}

.ddl100MM {
    width: 150px;
    border-radius: 2px;
    padding-left: 5px;
    height: 40px;
    border: solid 1px silver;
    margin-top: 5px;
}

.ddl100YY {
    width: 100px;
    border-radius: 2px;
    padding-left: 5px;
    height: 40px;
    border: solid 1px silver;
    margin-top: 5px;
}

.ddlCompact, .txtCompact {
    width: 100%;
    max-width: 200px;
    border-radius: 2px;
    padding-left: 5px;
    height: 40px;
    border: solid 1px silver;
}

    .ddlCompact:disabled, .txtCompact:disabled {
        font-weight: bold;
        color: navy;
        border: none;
    }

.gvUser {
    width: 150px;
}

.gvDate {
    width: 150px;
}

.btnGvPage {
    width: 40px;
    height: 25px;
    font-size: 8pt;
    margin-left: 3px;
    margin-right: 2px;
    cursor: pointer;
}

.italic {
    font-style: italic;
}

.GvRowHover:hover {
    background-color: rgb(230,240,250);
    color: darkblue;
}

.SubFrame {
    width: 99%;
    height: 95%;
    border: none;
    background-color: white;
}

.SubFrameSub {
    width: 100%;
    border: none;
    background-color: aliceblue;
    border: solid 1px silver;
}

.fileUpload {
    width: 100%;
    height: 35px;
    border-radius: 2px;
    border: solid 1px silver;
    padding-left: 10px;
    margin-top: 5px;
}

/*GRID VIEW COLUMN SHOW WEB RESPONSIVE*/
@media screen and (min-width: 1300px) {
    .gvShowSML, .gvShowMED {
        display: none;
    }
}

@media screen and (max-width: 1299px) and (min-width: 601px) {
    .gvShowBIG, .gvShowSML {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .gvShowBIG, .gvShowMED {
        display: none;
    }
}


.divGroupCustom .validator {
    font-weight: bold;
    color: red;
    font-size: 14px;
}