﻿body {
    font-size: 12px;
    font-family: Sans-Serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.asterisk
{
    font-size: 0.5em;
    color: #D64142;
}


.button {
    border-radius: 20px;
    font-family: Sans-Serif;
    font-size: 12px;
    color: #014891;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: 1px #014891 solid;
    background-color: transparent;
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
}

    .button:hover {
        font-family: Sans-Serif;
        font-size: 12px;
        color: White;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        background-color: #014891;
        background-repeat: repeat-x;
        border: 1px #3366CC solid;
        padding-left: 5px;
        padding-right: 5px;
        /*height: 20px;
height:5%;*/
    }

.smallButton {
    font-family: Sans-Serif;
    font-size: 12px;
    color: White;
    font-weight: bold;
    width: 10%;
    text-align: center;
    cursor: pointer;
    border: 1px #3366CC solid;
    background-color: #006699;
    background-repeat: repeat-x;
    border: 1px #3366CC solid;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
}


.fieldLabel {
    font-family: Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: Black;
    text-align: right;
    padding-right: 10px;
}

.validationMessage {
    font-family: Sans-Serif;
    font-size: 10px;
    color: Red;
}

.declaration {
    font-family: Sans-Serif;
    font-size: 12px;
}

.fieldDescription {
    font-family: Sans-Serif;
    font-size: 12px;
}

.authorization {
    font-family: Sans-Serif;
    font-size: 12px;
}


.textbox {
    border: 1px solid #6699CC;
    font-family: Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}


.radio {
    font-family: Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: Black;
    vertical-align: middle;
    height: 20px;
}

.textboxMultiline {
    border: 1px solid #6699CC;
    font-family: Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    width: 500px;
    height: 79px;
}


.control-label-section {
    font-family: Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: Black;
    text-align: right;
    padding-right: 10px;
}

.section-header {
    font-family: Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    color: White;
    background-color: #006699;
    vertical-align: middle;
    text-align: left;
    height: 20px;
    width: 100%;
    padding-left: 5px;
}

.gridHeader {
    background-color: #014891;
    /*text-indent:5px;*/
    font-family: Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: White;
    height: 20px;
}

tr.gridHeader td {
    background-color: #014891;
    position: sticky;
    top:0px;
}

.gridItemStyle {
    /*text-indent:5px;*/
    color: Black;
    font-family: Sans-Serif;
    font-size: 12px;
    background-color: White;
    text-align: left;
    height: 20px;
    line-height:1.3;
    margin-bottom:10px;
}

.divGrid
{
    overflow:scroll; 
    width:100%;
    height:130px;    
    overflow-x: hidden;
}

.searchdivGrid
{
    overflow:scroll; 
    width:100%;    
    height:500px;    
    overflow-x: hidden;
}
.sectionHeading {
    font-family: Sans-Serif;
    font-size: 120%;
    color: #0062FF;
    font-weight: bold;
}
.normalText {
    font-family: Sans-Serif;
    font-size: 12;
}

.pdfDownloadSuccessText {
    font-family: Sans-Serif;
    font-size: 14;
    font-weight: bold;
}
.errorText {
    color: Red;
    font-family: Sans-Serif;
    font-size: 12;
}
.sectionSubHeading {
    font-family: Sans-Serif;
    font-size: 100%;
    color: #0062FF;
    font-weight: bold;
}

.subHeadingContent {
    font-family: Sans-Serif;
    font-size: 80%;
    color: #0062FF;
    font-weight: bold;
}

.searchFound {
    font-family: Sans-Serif;
    font-size: 80%;
    color: #0062FF;
    font-weight: bold;
}

.legend 
{  
    vertical-align:middle;
    border-style:inset;
    border-color:Black;
    border-width:1;
    padding:5 5 5 5;
  color:#292C29;
  border:1%;
  border-color:black;  
}

.hide {
    border: 1px solid #6699CC;
    font-family: Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    height: 20px;
    display: none;
}

.disabledText {
    background: #dddddd;
    color: Black;
    border: 1px solid #6699CC;
    font-family: Sans-Serif;
    font-size: 12px;
    font-weight: bolder;
    vertical-align: middle;
    height: 20px;
}

.tooltip {
    margin: 8px;
    padding: 8px;
    border: 1px solid black;
    background-color: white;
    position: absolute;
    z-index: 2;
    font-family: Sans-Serif;
    font-size: 12;
}

.loading {
    font-family: Sans-Serif;
    font-weight: bold;
    font-size: 11pt;
    border: 5px solid #67CFF5;
    width: 250px;
    height: 100px;
    display: none;
    position: absolute;
    background-color: White;
    z-index: 999;
    top: 45%;
    left: 45%;
    color: black;
}
    