﻿body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}



/*  MASTER HEADER  */
#masterHeader {
    float: left;
    width: 100%; 
    height:115px;
    padding: 4px 0 0 0; 
    color: #eee;
}

#bannerLogoImage {
    /*height: 121px;*/
    /*width: 317px;*/
    height:100px;
    border: none;
    padding: 0 0 4px 20px;
}

#bannerBreakLine {
    clear: both;
    float: left;
    width: 100%;
    height: 2px;
    background-color: black;
    font-size: 1px;
    font-family: sans-serif;
}

#bannerMenu {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    min-height:22px;
    padding-top:4px;
    /*background-color: #295c05;*/

    background-color:#0d3c4a;
    font-size: 14px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
}

.bannerMenuItems {
    height: 20px;
    padding: 4px 8px;
}

a.bannerMenuItems {
    text-decoration: none;
    color: #fff;
}

    a.bannerMenuItems:hover {
        /*color: #295c05;
        background-color: #3b8e01;*/
        color:black;
        background-color:white;
    }



/*  MASTER FOOTER  */
#masterFooter {
    float: left;
    clear: both;
    width: 100%;
    padding:8px 10px 8px 10px;
    background-color: #0d3c4a;
    color: #ccc;
    font: 12px verdana, sans-serif;
    text-align:center;
}





/*  BODY CONTENT MAIN  */
#contentMain {
    clear: both;
    float: left;
    padding: 10px;
    font-family: Verdana;
    font-size: 14px;
    color: #132c02;
    width:100%;
}

@media only screen and (min-width: 1200px) {
    .Section-Container {
        clear: both;
        float: left;
        margin-top: 10px;
        width: 80%;
    }
}

@media only screen and (max-width: 1200px) {
    .Section-Container {
        clear: both;
        float: left;
        margin-top: 10px;
        width: 100%;
    }
}

.Section-ContainerHeader {
    /* h2 defaults */
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    /* customization */
    background-color: #0d3c4a;
    border: 2px solid #0d3c4a;
    border-radius: 5px 5px 0 0;
    margin: 0px;
    padding: 10px 20px;
    color: white;
    width:  100%;
}

.Section-ContainerBox {
    float:left;
    border-radius: 0 0 5px 5px;
    border-top: 4px solid #0d3c4a;
    border-right: 2px solid #0d3c4a;
    border-bottom: 2px solid #0d3c4a;
    border-left: 2px solid #0d3c4a;
    /* border-top-color: #8a1538; */
    padding: 0 10px;
    margin-top: 0px;
    width: 100%;
}
.Section-ItemLabel {
    clear:both;
    float:left;
    margin-top:10px;
    margin-right:10px;
    width:300px;
    /*height:24px;*/
    text-align:right;
    vertical-align:middle;
}
.Section-ItemTextBox {
    float:left;
    width:400px;
    margin-top:10px;
    height:18px;
}
.Section-ItemDDLBox {
    float:left;
    width:400px;
    margin-top:10px;
}
.Section-ItemTextBoxLg {
    float:left;
    width:400px;
}
.Section-ItemRadio {
    float:left;
    width:100px;
    margin-top:10px;
}
.Section-ItemCheckBox {
    /*float:left;
    width:300px;*/
    margin-top:10px;
}
.Section-ItemChkBoxList li {
    float:left;
}
.Section-ItemButtonHeader {
    float:left;
}
.Section-ItemButtonSubmit {
    /*clear:both;*/
    float:left;
}

.Section-Container #bannerBreakLine {
    padding: 0 22px 0 22px;
}


/*  SPECIFIC PAGES  ****************************************************************************************** */
/* HOME PAGE */
.homeSelectProcess {
    clear:both;
    /*float:left;*/
    margin-top:10px;
}
.homeSelectProcessTitle {
    /*color:#653e00;*/
    color:#069;
    font-weight:bold;
    font-size:16px;
}
.homeSelectOption {
    clear:both;
    float:left;
    margin:10px 10px 10px 20px;
    padding: 0;
    /*width:90%;*/
    border: 2px solid #8a1538;
}
.homeSelectOption a {
    text-decoration:none;
    color:#4444cc;
    margin:10px;
}
.homeSelectOption a:hover {
    background-color:#ccc;
}



 
#applicationalertbox {
    clear: both;
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #f2f2f2;
    text-align:center;
}


#dvAppPay{
    clear:both;
    float:left;
    width:100%;
    padding:10px;
    background-color:#f2f2f2;
}

#applicationSubmittedBox {
    clear:both;
    float:left;
    width:100%;
    padding:10px;
    background-color:#f2f2f2;
    font-size:1.8em;
    font-weight:bold;
    line-height:1.5em;
}

#applicationInstuctions {
    clear:both;
    float:left;
    margin-top:10px;
}
.applicationPublic2 {
    /* grey shaded background - just like printed applciation */
    background-color:#ccc;
    /*text-align:right;*/
    margin-left:6px;
    margin-right:-5px;
 
}

.applicationPublic {
    background-color:#ccc;
}
#txtApplicationID, #txtApplicationCode {
    width:75px;
}


/*  Submitted Results Page */
.SubmittedLabel {
    clear:both;
    float:left;
    width:140px;
    padding-right:4px;
    font-weight:bold;
    text-align:right;
}
.SubmittedValue {
    float:left;
    width:140px;
}


   .hide {
        display: none !important;
    }

   
/* For the Alert Box */
/*///////////////////////////////////////////////////////////////////////////*/

#modalContainer {
    z-index: 10000;
  
        position: fixed; /* or absolute */
     /*transform: translate(-50%, -50%);*/
    /*transform:  translate(-50%,-50%) perspective(1px);
    top: 50%;
    left: 50%;*/
    top:0;
    left:0;
 max-height:1000px !important;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.1);
    background-image: url(tp.png) ; /* required by MSIE to prevent actions on lower z-index elements */
}

.tooltipcss {
 z-index: 10000;
    position:relative;
    top: 20px;
    left: 20px;
    height: 500px;
    min-width:250px;
    overflow:scroll;
    font-size:12px;
    border:solid black 2px;
    background-color: #fff;
    background-image: url(tp.png) ; /* required by MSIE to prevent actions on lower z-index elements */
}


#alertBox {
       /*transform:  translate(-50%,-50%) perspective(1px);*/
    top: 10%;
    left: 20%;
    position:fixed;
    /*position: relative;*/
    width: 450px;
    margin-top: 100px;
    min-height: 50px;
    max-height: 60%;
    /*border: 2px solid rgb(48, 105, 10);*/
    border: 2px solid #8a1538 ;
    border-radius: 15px;
    background-color: #fff;
    background-position: 20px 30px;
    background-repeat: no-repeat;
    /*overflow:scroll;*/
}

#modalContainer > #alertBox {
    position: fixed;
}

#alertBox h1 {
    margin: 0;
    padding: 2px 2px 2px 10px;
    border-bottom: 1px solid #000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /*font: bold 0.9em verdana,arial;*/
    font: bold 1.2em verdana,arial;
    /*background-color: #30690a;*/
    background-color:#0d3c4a;
    color:white;
}

#alertSuccess, #alertSuccesstext {
    width:100%;
    margin-top:15px;
    text-align:center;
    line-height:1.5;
}

#alertBox p {
    margin-left: 5px;
    padding-left: 5px;
    /*font: 0.7em verdana,arial;*/
    font:  verdana,arial;
}

#alertBox h3 {
    margin-left: 5px;
    padding-left: 5px;
    font:  verdana,arial;
}

#alertBox div {
 
    text-align:center;
}

#alertBox #closeBtn {
    display: block;
    position: relative;
    width: 70px;
    margin: 5px auto;
    padding: 7px;
    border: 0 none;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    /*font: 0.7em verdana,arial;*/
    font:  verdana,arial;
    color: black;
    background-color: #b7b7b7;
}

 
#alertBox #closeBtn:hover {
    color: white !important;
}
 

#alertBox #YesBtn  {
    display: inline-block;
    position: relative;
    width: 70px;
    margin: 5px;
    padding: 7px;
    border: 0 none;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    /*font: 0.7em verdana,arial;*/
     font:  verdana,arial;
    color: black;
    background-color: #b7b7b7;
}

#alertBox #YesBtn:hover {
    color: white !important;
}
#alertBox #NoBtn  {
    display: inline-block;
    position: relative;
    width: 70px;
    margin: 5px;
    padding: 7px;
    border: 0 none;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    /*font: 0.7em verdana,arial;*/
    font:  verdana,arial;
    color: black;
    background-color: #CFCFCF;
}

#alertBox #NoBtn:hover  {
    color: white !important;
}

