BODY {
    Margin: 0px;
    padding: 0px;
    height: 100%;
    color: black;
    font-family: 'Open Sans', sans-serif;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: auto;
}
section { 
    display: block;
    background-color:ButtonFace;
    color:black;
    font-weight:bold;
       
    
}
/* Create two unequal columns that floats next to each other */
.column {
    float: left;
    padding: 10px;
    height:60%;   
}


.left {
    width: 55%;
}
.middle {
    width: 20%;
}
.right {
    width: 20%;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


TABLE
{
	border-collapse:collapse;
	
	
}
RB
{
    border-style:none;
}
.primary
{
	font-size: 100%;
}

TD.reportSubTitle
{
	text-align: center;
	color:  #1b6cd3;
	text-transform: capitalize;
	font-weight: bolder;
	font-size: 100%;
}

TR.noBorder td {border: 0; }

TR.menuBar
{
	background-color:  #1b6cd3;
	vertical-align: middle;
	color: white;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	line-height: 20px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
TR.menuBar IMG
{
	height: 15px;
	width: 4px;
	vertical-align: bottom;
}
TD.topmenu {
    text-align: left;
    color: white;
    vertical-align: top;
    font-size: 8pt;
    font-family: 'Open Sans', sans-serif;
}
TD.Bottommenu {
    text-align: right;
    color: white;
    vertical-align: top;
    font-size: 8pt;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bolder;
    line-height: 15px;
}

TD.CopyRight {
    text-align: right;
    color: white;
    vertical-align: top;
    font-size: 70%;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bolder;
    line-height: 10px;
}



TD.sidemenu {
    text-align: left;
    vertical-align: middle;
    color: white;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 20px;
    height: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 5px;
    font-family: 'Open Sans', sans-serif;
}	

h3
{
  color: #1b6cd3;
  font-size:10pt;
  font-weight:bolder;
  font-style:normal; 
}

p
{
  color:Black;
  font-size:8pt; 
  font-weight:bold;
  font-style:normal  
}

INPUT
{
	color:  #1b6cd3;
}
A {
    color: Maroon;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
    A:visited {
        background-color: Transparent;
        color: Red;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
    }
    A:hover {
        color: Blue;
        text-decoration: underline;
        font-family: 'Open Sans', sans-serif;
    }
.payload
{
	padding: 4px;
	padding-top: 10px;
	text-align: center;
}
IMG.trans
{
	border: none;
	height: 1px;
	width: 1px;
}
.errorMessage {
    text-align: center;
    color: #f00;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.errorMessage_green {
    text-align: center;
    color: Green;
    font-weight: bolder;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.welcomeMessage {
    color:  #1b6cd3;
    font-weight: bolder;
    font-size: 8pt;
    font-family: 'Open Sans', sans-serif;
}
P.customerrorMessage {
    text-align: center;
    color: Maroon;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.TextBoxData {
    color:  #1b6cd3;
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    font-weight: bolder;
    font-variant: normal;
}
.ddlist {
    color:  #1b6cd3;
    font-weight: bolder;
    font-size: 8pt;
    font-family: 'Open Sans', sans-serif;
}

TR.alt
{
	background-color: #F4F1FF;
}
.title
{
	color: black;
	font-size: 105%;
	font-weight: bolder;
	text-align: center;
}
.shaded
{
	background-color: #F0F0F0;
}
.leftCell
{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	text-align: right;
}
.rightCell
{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	text-align: right;
}
.middleCell
{
	border: 2px solid black;
	text-align: right;
}
.singleCell
{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: right;
}
.underline
{
	border-bottom: 1px solid black;
}
.line
{
	border-top: 2px solid black;
	margin-top: 10px;
	padding-top: 3px;
}
.lineBottom
{
	border-bottom: 2px solid black;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
TD.reportTitle
{
	text-align: center;
	width: 80%;
	padding-bottom: 5px;
	color:  #1b6cd3;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 105%;
}
TABLE.reportTitle
{
	margin-bottom: 15px;
}
TD.reportSubTitle
{
	text-align:left;
	color:  #1b6cd3;
	text-transform: capitalize;
	font-weight: bolder;
	font-size: 95%;
}
TD.reportDate
{
	color:  #1b6cd3;
	width: 10%;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
}
TD.reportPage
{
	text-align: right;
	width: 10%;
	color:  #1b6cd3;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
}
.data
{
	text-align: right;
	vertical-align: bottom;
}
.level1
{
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
}
TH.level1
{
	font-size: 90%;
	text-align: left;
}
.level2
{
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
TH.level2
{
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
.level3
{
	padding-left: 60px;
}
TH.level3
{
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.level4
{
	padding-left: 90px;
}
.level5
{
	padding-left: 120px;
}
.level6
{
	padding-left: 150px;
}
.level7
{
	padding-left: 180px;
}
.level8
{
	padding-left: 210px;
}
TH.level8
{
	font-weight: normal;
	font-size: 90%;
	text-align: left;
	vertical-align: top;
}
.attachment
{
	font-size: 60%;
	text-align: right;
}
.right
{

	text-align: right;
	padding-right: 5px;
}
TH.right
{
	font-size: 80%;
	font-weight: normal;
}
TH.left
{
	font-weight: normal;
	text-align: left;
}
TH.bold
{
	font-weight: bolder;
}
TH.top
{
	vertical-align: top;
}
.bold
{
	font-weight: bolder;
}
.textfield {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: black;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 2px 6px;
}
/*#006EB1*/
.mainheadtxt {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    text-transform: none;
    color: #006EB1;
    font-weight: bold;
    text-decoration: none;
}
.mainheadtxt2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    text-transform: none;
    color: #006EB1;
    font-weight: bolder;
    text-decoration: none;
}
.mainheadtxt3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    text-transform: none;
    color: Maroon;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 0;
}
.mainheadtxt4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    text-transform: none;
    font-weight: 400;
    text-decoration: none;
}
.mainheadtxt10 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    text-transform: none;
    color: black;
    font-weight: bold;
    text-decoration: none;
    background-color: #F5F5F5 !important;
}

.validationtxt {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-style: normal;
    text-transform: none;
    color: Red;
    font-weight: bold;
    text-decoration: none;
    line-height: 18px;
}
.validationtxt2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    font-style: normal;
    text-transform: none;
    color: Red;
    font-weight: bold;
    text-decoration: none;
}
.Promotxt {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-style: normal;
    text-transform: none;
    color:  #1b6cd3;
    font-weight: bold;
    text-decoration: none;
}
.mainheadtxthdr {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    text-transform: none;
    color: white;
    font-weight: bolder;
    text-decoration: none;
}
.mainheadtxt5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-style: normal;
    text-transform: none;
    color:  #1b6cd3;
    font-weight: bolder;
    text-decoration: none;
}
.mainheadtxt {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    text-transform: none;
    color: #006EB1;
    font-weight: bold;
    text-decoration: none;
}
.mainheadlogin {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-style: normal;
    text-transform: none;
    color: white;
    font-weight: 700;
    text-decoration: none;
}
.mainheadtxt6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-style: normal;
    text-transform: none;
    color: black;
    font-weight: bolder;
    text-decoration: none;
}

.button1
{
	background-color: #F4F1FF;
	border: 1px solid  #1b6cd3;
	margin: 2px;
}
.paystubfooter
{
		font-size: 60%;
		font-style: normal;
		font-weight: bolder;
		font-variant: normal;
		color: #006EB1;
		line-height: 20px;
		width: 5%;
		
}
	
.RedTheme
{
  background-color:Red;	
  border: 1px solid  #1b6cd3;
  margin: 2px;
}	
.NavyTheme
{
  background-color: #1b6cd3;
  border: 1px solid  #1b6cd3;
  margin: 2px;
}
.GreenTheme
{
  background-color:Green;	
  border: 1px solid  #1b6cd3;
  margin: 2px;
}
.OrangeTheme
{
  background-color:DarkOrange;
  border: 1px solid  #1b6cd3;
  margin: 2px;
}
.GrayTheme
{
  background-color:white;
  border: 1px solid  #1b6cd3;
  margin: 2px;
}

TD.SubTitle {
    color: White;
    vertical-align: middle;
    font-size: 9pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
    line-height: 10px;
    text-align: center;
}

TR.Colheader {
    background-color: #1b6cd3;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-variant: normal;
    font-weight: bolder;
}
TD.colheader {
    background-color: #1b6cd3;
    text-align: center;
    color: white;
    vertical-align: top;
    font-size: 10pt;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bolder;
}

Table.Partgrayblock {
    background-color: white;
    border-bottom: #6699CC 1px solid;
    border-left: #6699CC 1px solid;
    border-right: #6699CC 1px solid;
    border-top: #6699CC 1px solid;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-variant: normal;
    font-weight: bold;
}

TR.PartWhite {
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-variant: normal;
    font-weight: bolder;
}
TD.PartWhite {
    text-align: left;
    color: #1b6cd3;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    font-weight: bolder;
    font-variant: normal;
}

TR.PartBrown {
    background-color: lightgray;
    font-family: 'Open Sans', sans-serif;
    font-variant: normal;
    font-weight: bolder;
    font-size: 10pt;
}
TR.LoginHeader 
{ 
	background-color:Teal;
	color:White;
	font-family: 'Open Sans', sans-serif;
	font-variant: normal;
	font-weight: bolder;
	font-size: 10pt;
}
TD.PartBrown {
    text-align: left;
    color: #1b6cd3;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    font-variant: normal;
    font-weight: bolder;
}

TR.PartBlack 
{ 
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal; 
	font-variant: normal;
	font-weight: bolder;
}
TD.PartBlack {
    text-align: left;
    color: #1b6cd3;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    font-weight: normal;
    font-variant: normal;
    font-weight: bolder;
}
.textsmall {
    text-align: left;
    color: #1b6cd3;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 85%;
    font-weight: normal;
    font-variant: normal;
    font-weight: normal
}

.textheader {
    text-align: left;
    color: #1b6cd3;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 95%;
    font-weight: normal;
    font-variant: normal;
    font-weight: bolder;
}	
	

.LabelAlignRight
{
  text-align:right;	
  
}
.RedTheme {
    background-color: Red;
    border: 1px solid #1b6cd3;
    margin: 2px;
}
. navyTheme {
    background-color: #1b6cd3;
    border: 1px solid #1b6cd3;
    margin: 2px;
}
.GreenTheme {
    background-color: Green;
    border: 1px solid #1b6cd3;
    margin: 2px;
}
.OrangeTheme {
    background-color: DarkOrange;
    border: 1px solid #1b6cd3;
    margin: 2px;
}
.GrayTheme {
    background-color: white;
    border: 1px solid #1b6cd3;
    margin: 2px;
}
@media screen {
    .forPrint {
        display: none;
    }

    .outline {
        border: 1px solid #DDDDDD;
        padding: 10px;
    }

    .payload {
        width: 700px;
        height: 100%;
    }

    TEXTAREA {
        border: 1px solid #999999;
    }

    .radioButton INPUT {
        border: none;
    }

    .checkbox INPUT {
        border: none;
    }

    .button1 {
        -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
        -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
        box-shadow: inset 0px 1px 0px 0px #bbdaf7;
        background-color: #79bbff;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #2181e0;
        display: inline-block;
        color: #ffffff;
        font-family: arial;
        font-size: 13px;
        font-weight: bold;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 1px 1px 0px #528ecc;
    }

        .button1:hover {
            background-color: #378de5;
        }

        .button1:active {
            position: relative;
            top: 1px;
        }
    /* This imageless css button was generated by CSSButtonGenerator.com */

    .button {
        background-color: #3C4042;
        color: White;
        margin: 2px;
        font-style: normal;
        font-weight: bolder;
        font-variant: normal;
        vertical-align: middle;
        font-family: 'Open Sans', sans-serif;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border: 5px solid #009900;
        padding: 5px;
    }

    .button1:hover {
        background-color: #378de5;
    }

    .menu TD.menuBar {
        padding-left: 0px;
        padding-right: 0px;
    }

    .menu TD.subMenuBar {
        padding-left: 8px;
        padding-right: 8px;
    }

    .mainMenu TD {
        padding-right: 5px;
    }

    .SubTitle {
        color: white;
        font-size: 100%;
        font-style: normal;
        font-weight: bolder;
        line-height: 40px;
        padding-left: 100px;
        text-align: right;
        text-decoration: none;
        vertical-align: middle;
        width: 100%;
        padding: 4px;
    }

    .appTitle {
        color: #1b6cd3;
        font-size: 200%;
        font-style: normal;
        font-weight: bolder;
        line-height: 40px;
        padding-left: 100px;
        text-align: right;
        text-decoration: none;
        vertical-align: middle;
        width: 100%;
        padding: 4px;
    }

        .appTitle A {
            color: #1b6cd3;
        }

            .appTitle A:visited {
                color: #1b6cd3;
            }

            .appTitle A:hover {
                color: #1b6cd3;
                text-decoration: none;
            }

    .tagLine {
        color: white;
        background-color: #330099;
        font-size: 80%;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        line-height: 5px;
        width: 200px;
        padding: 4px;
        vertical-align: middle;
        font-family: 'Open Sans', sans-serif;
    }

    TD.logo {
        vertical-align: middle;
        height: 80px;
        padding: 4px;
        padding-right: 5px;
        width: 80px;
    }

    IMG.logo {
        height: 80px;
        width: 80px;
    }

    .centeredMenu {
        text-align: center;
        width: 50%;
    }

    .subMenuBar {
        text-align: center;
    }

    .breadcrumb {
        color: #1b6cd3;
        font-size: 80%;
        font-style: normal;
        font-variant: normal;
        font-weight: bolder;
        line-height: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 10px;
        padding-top: 4px;
    }

        .breadCrumb A {
            font-size: 80%;
            color: #1b6cd3;
            font-weight: bolder;
            text-decoration: none;
        }

            .breadCrumb A:visited {
                font-size: 80%;
                color: purple;
                font-weight: bolder;
                text-decoration: none;
            }

            .breadCrumb A:hover {
                font-size: 80%;
                color: blue;
                font-weight: bolder;
                text-decoration: underline;
            }

    .footer {
        font-size: 60%;
        font-style: normal;
        font-weight: bolder;
        font-variant: normal;
        color: #1b6cd3;
        line-height: 20px;
        width: 5%;
        border-top: 2px solid #1b6cd3;
    }

    .paystubfooter {
        font-size: 60%;
        font-style: normal;
        font-weight: bolder;
        font-variant: normal;
        color: black;
        line-height: 20px;
        width: 5%;
    }

    .helpLink {
        color: maroon;
        font-size: 90%;
        font-style: normal;
        font-weight: bolder;
        font-variant: normal;
    }

        .helpLink:visited {
            color: maroon;
            font-size: 90%;
            font-style: normal;
            font-weight: bolder;
            font-variant: normal;
        }

    .Grid {
        border: solid 1px Tan;
    }

        .Grid td {
            border: solid 3px #FFFFFF;
            margin: 3px 3px 3px 3px;
            font-family: Arial;
            padding: 5px 5px 5px 5px;
            text-align: left;
        }

    .GridHeader_DB {
        font-weight: bold;
        background-color: #25476a;
        text-align: left;
        font-size: 80%;
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        Text-transform: none;
        color: white;
        text-decoration: none;
    }

    .GridHeader {
        font-weight: bold;
        background-color: #25476a;
        text-align: left;
        font-size: 80%;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        Text-transform: none;
        color: white;
        text-decoration: none;
    }

    .GridFooter {
        font-weight: bold;
        background-color: lightblue;
    }

    .Grid a {
        padding: 0px 15px 0px 15px;
        font-weight: bold;
        background-color: silver;
        text-align: left;
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        Text-transform: none;
        color: #006EB1;
        text-decoration: none;
    }

        .Grid a:hover {
            text-decoration: underline;
            background: silver;
            text-align: left;
            font-weight: bold;
        }

    a.Dashboard:link {
        padding: 0px 13px 0px 13px;
        font-weight: bold;
        font-size: 13px;
        font-size: 85%;
        text-align: left;
        font-family: 'Open Sans', sans-serif;
        Text-transform: none;
        color: #1b6cd3;
        text-decoration: none;
    }

    .GridItem {
        background-color: lightGray;
        font-size: 75%;
        font-weight: normal;
        font-size: 14px;
    }

    .GridItem_DB {
        background-color: lightGray;
        font-size: 85%;
        font-weight: normal;
        font-size: 13px;
    }

    .GridLinkButton {
        background-color: silver;
        font-size: 75%;
        font-weight: bold;
    }

    .GridAltItem_DB {
        background-color: Aqua;
        font-size: 85%;
        font-weight: normal;
        font-size: 13px;
    }

    .GridSelectedItem_DB {
        background-color: silver;
        font-size: 85%;
        font-weight: normal;
        font-size: 13px;
    }

    .GridAltItem {
        background-color: Aqua;
        font-size: 85%;
        font-weight: normal;
        font-size: 13px;
    }

    .GridSelectedItem {
        background-color: silver;
        font-size: 75%;
        font-weight: normal;
        font-size: 13px;
    }

    .GridPagerItem span {
        color: Maroon;
        font-weight: bold;
        font-size: 13pt;
        font-weight: bolder;
    }

    .EmptyGrid {
        background-color: gray
    }

    .Grid Caption {
        text-align: Center;
        font-weight: bold;
        font-size: 100%;
        padding: 2px;
        background-color: gray
    }


    div#container {
        height: 250px;
        background-color: Transparent
    }

    div#scrollable_content {
        height: 100%;
        overflow: scroll;
        overflow-y: auto;
        border: 1px solid lightgray;
        padding: 10px;
    }

    .printable {
        border: 1px dotted #CCCCCC;
        padding: 10px 10px 10px 10px;
    }

    .buttonClass {
        padding: 1px 10px;
        text-decoration: none;
        border: solid 1px black;
        background-color: #1b6cd3;
        color: White;
        font-weight: bolder;
    }

        .buttonClass:hover {
            border: solid 1px Black;
            background-color: #ffffff;
        }

    .Tabs {
        color: #494949 !important;
        text-transform: uppercase;
        background: #ffffff;
        padding: 20px;
        border: 4px solid #494949 !important;
        border-radius: 6px;
        display: inline-block;
    }


        .Tabs:hover {
            color: #ffffff !important;
            background #f6b93b;
            border-color: #f6b93b !important;
            transition: all 0.4s ease 0s;
        }

    .item {
        position: relative !important;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        overflow: hidden;
        white-space: nowrap;
    }

    .header {
        margin-left: 2px;
    }

    .c1 {
        width: 25px;
    }

    .c2 {
        margin-left: 10px;
        width: 180px;
    }

    .c3 {
        margin-left: 10px;
        width: 90px;
    }



    table.blueTable {
        border: 1px solid #1C6EA4;
        background-color: #EEEEEE;
        width: 100%;
        text-align: left;
        border-collapse: collapse;
    }

        table.blueTable thead {
            background: #1C6EA4;
            background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
            background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
            background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
            border-bottom: 2px solid #444444;
        }

            table.blueTable thead th {
                font-size: 15px;
                font-weight: bold;
                color: #FFFFFF;
                border-left: 2px solid #D0E4F5;
            }


    .State1 {
        color: White;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }

    .State2 {
        border: 1px solid #1C6EA4;
        background-color: Green;
        width: 100%;
        text-align: left;
        border-collapse: collapse;
        padding: 3px 2px;
    }

    .img {
        vertical-align: middle;
    }

    .p {
        display: inline;
    }

    .Consentform {
        font-weight: bold;
        font-size: 10px;
        color: White;
        text-align: left;
        vertical-align: top;
    }

    .button1 {
        background-color: #4CAF50;
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
    }

    /* VJ_Build_001 Starts */
    .mainheadtxt7 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-style: normal;
        text-transform: none;
        color: #898989;
        font-weight: normal;
        text-decoration: underline;
        padding: 5px;
    }

    .errMsgCls {
        text-align: center;
        color: Red;
        font-weight: bold;
        font-size: 12px;
        font-family: Arial, Helvetica, Sans-Serif;
    }

    .successMsgCls {
        text-align: center;
        color: Green;
        font-weight: bold;
        font-size: 12px;
        font-family: Arial, Helvetica, Sans-Serif;
    }
    /* VJ_Build_001 Ends */
    /* progress bar */
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
    }

    .loading {
        font-family: Arial;
        font-size: 10pt;
        border: 5px solid #67CFF5;
        width: 300px;
        height: 125px;
        display: none;
        position: fixed;
        background-color: #1b6cd3;
        color: White;
        font-weight: bold;
        z-index: 999;
    }
    /* progress bar end */

    .GridHD {
        background: #ecf5ff;
        padding: 0;
    }

        .GridHD td {
            font-weight: 600;
            background: #ecf5ff;
            padding: 6px 6px !important;
            color: #111111 !important;
        }

            .GridHD td * {
                color: #111111 !important;
            }
}

    .padding-right-5px {
        padding-right: 5px;
    }