﻿
/*#region MAIN FORM LAYOUT CSS*/
#header {
    position: fixed;
    width: 100%;
    top: 0px;
    height: 3.9rem;
    background: #20317F;
    border-bottom: 0.2rem solid #910505;
}
.lblTerms { 
    font-size: 20px;
    font-weight: bold;
    font-style:italic;
    text-align:justify;
}

.personPhoto, .signPhoto {
    height: 10rem;
    width: 10rem;
}
.clstdImage{
    width: 10rem;
}
.tdRight {
text-align:right; 
}
/*#ComposeBar {
    top: 3.9rem;
    height: 1.5rem;
    background: #0c6fb3;
    position: fixed;
    padding-top: 0.5rem;
    width: 100%;
    /*border-bottom: 0.1rem solid #00B0F0;
    border-top: 0.1rem solid #DA251C;
}*/
/*#Content {
    position: fixed;
    top: 3.9rem;
    bottom: 3.5rem;
    width:100%;
    overflow: auto;
    background-color:white;
}*/
#checkApplication {
    position: fixed;
    bottom: 2.3rem;
    height: 2.3rem;
    background: #FFF;
    width: 100%;
}
.mnuItm{
    color:#e2f5ff;
    float:right;
    padding-right:1rem;
    cursor:pointer;
    font-size:1.2rem;
    padding-top:0.5rem;
}
.mnuItm:hover{
    color:#f98989;
}
.dwnlinks {
    color: #000;  
    cursor: pointer;
    font-size: 1.2rem;
    padding-top: 0.5rem;
}
    .dwnlinks:hover {
        color: #ffffff;
    }
#progressBarFooter {
    position: fixed;
    bottom: 2rem;
    /*height: 0.2rem;*/
    background: #00B0F0;
    width: 100%;
}



/*#footer {
    position: fixed;
    bottom: 0rem;
    height: 1.70rem;
    background: #20317F;
    width: 100%;
    color: white;
    padding: 1px 0px;
    text-shadow: 1px 1px 1px gray;
    padding-top: 0.25rem;
}*/

#homeBtnsCapt{
    font-size:2rem;
}
#homeBtnContainer{
    padding:0rem;
    height:auto;
    width:51rem;
    margin: auto;
    text-align:center;
    bottom:2rem;
}

#otherOptionContainer{
    padding:1rem;
    height:auto;
    width:48rem;
    margin:2.5rem auto;
    background-color:#e2f5ff;
    border:1px solid #efefef; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.homeMainBtn{
    font-size:1.5rem;
    padding-left:0.5rem;
    padding-top:0.5rem;
    background-repeat:no-repeat;
    background-size: 4rem 2.7rem;
    background-position:right;

    cursor:pointer;
    color:#074977;
    background-color:white;
    height:2.4rem;
    width:40rem;
    margin:0.7rem auto;
    border:1px solid #efefef; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    transition:background-color 1s, color 1s,height 0.5s,width 0.5s;
    
}
.homeMainBtn:hover {
    background-color:#20317F;
    color:white;
    height:2.6rem;
    width:43rem;
}

#mainPage {
    position: fixed;
    left: 0rem;
    right: 0rem;
    bottom: 1.7rem;
    top: 3.9rem;
    background-image: url('../img/echsback.jpg');
    background-repeat: no-repeat;
    background-color: #20317F;
    background-size: contain;
    background-position: left;
}


/*APPLICATION FORM CSS*/
table {
    border-collapse: collapse;
    margin: 0;
    border: 0px solid black;
    padding: 0;
}

    table td {
        border: 0 solid;
        padding: 0.25rem;
        margin: 0;
    }

    table input {
        width: 100%;
        margin: 0;
        height: 2rem;
        border-color: #43acf5;
        font-weight: 600;
        padding: 0rem;
        border-style: solid;
        border-width: 1px;
    }

    table select {
        width: 100%;
        margin: 0;
        height: 2.15rem;
        border-color: #43acf5;
        font-weight: 600;
        padding: 0;
        border-style: solid;
        border-width: 1px;
    }

    table label {
        display:block;
        width: 100%;
        margin: 0;
        height: 1.5rem;
        border-color: #e2f5ff;
        font-weight: 600;
        padding: 0;
        border-style: solid;
        border-width: 1px;
        padding-top:0.5rem;
    }
/*#appFormCaption {
    width: 100%;
    text-align: right;
    font-size: 1.5rem;
}*/

/*Style for Table Row with Three Cells*/
.tblFourCol > td:nth-child(1),
.tblFourCol > td:nth-child(2),
.tblFourCol > td:nth-child(3),
.tblFourCol > td:nth-child(4) {
    width: 200px;
    text-align: left;
}

/*Style for Table Row containing Headers with Three Cells*/
.tblFourColHdr > td:nth-child(1),
.tblFourColHdr > td:nth-child(2),
.tblFourColHdr > td:nth-child(3),
.tblFourColHdr > td:nth-child(4) {
    padding-bottom: 0;
    width: 200px;
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
}


/*/*Style for Table Row with One Cells covering entire 3 spans*/
.tblOneCol > td:nth-child(1) {
    width: 800px;
    text-align: left;
}
/*Style for Table Row Header with One Cells covering entire 3 spans*/
.tblOneColHdr > td:nth-child(1) {
    padding-bottom: 0;
    width: 800px;
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
}

/*Style for Table Row with Two Cells*/
.tblTwoCol > td:nth-child(1),
.tblTwoCol > td:nth-child(2) {
    width: 400px;
    text-align: left;
}

/*Style for Table Row Header with Two Cells*/
.tblTwoColHdr > td:nth-child(1),
.tblTwoColHdr > td:nth-child(2) {
    padding-bottom: 0;
    width: 400px;
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
}

/*Style for Table Row with Two Cells*/
.tblThreeCol > td:nth-child(1),
.tblThreeCol > td:nth-child(2) {
    width: 200px;
    text-align: left;
}
.tblThreeCol > td:nth-child(3) {
    width: 400px;
    text-align: left;
}

/*Style for Table Row Header with Two Cells*/
.tblThreeColHdr > td:nth-child(1),
.tblThreeColHdr > td:nth-child(2) {
    padding-bottom: 0;
    width: 200px;
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
}
.tblThreeColHdr > td:nth-child(3) {
    padding-bottom: 0;
    width: 400px;
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
}
.lbl_deleteDP {
    cursor: pointer;
    background-color: #910505;
    color: white;
    border-radius: 2px 2px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top:5px;
    padding-bottom:5px;
}
/*.imgView {
height:1.5rem;
cursor:pointer;
padding:0.2rem;
}
.imgView:hover {
    background-color:#43acf5;
}
.lbl_deleteDP:hover {
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}
  .divBoxShadow, .divDependant, .divPrimary {
    margin-top: 0.5rem;
    padding: 0.5rem;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2), 0 0px 2px 0 rgba(0, 0, 0, 0.19);
} 
 

.divLinks {
    color: #0c73af;
    cursor: pointer;
    font-size:0.9rem;
}
.divLinks:hover{
    color:#00B0F0;
    text-decoration:underline;
}

.clsDivFile {
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-family: fontBold;
}*/
