
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

BODY {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #444;
}

div.scrollWrapper{
  height:800px;
  width:1400px;
  overflow:scroll;
}

.heaText {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
}

.hr-separator {
	color: #CCCCCC;
	border: dotted;
}

.hr-line {
	color: #000000;
}

.conTitle {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f2784b !important;
	white-space: nowrap;
}

.conLabel {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
}

.conText {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

input {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #DDE7F2;
	border-top: 1px solid #b1c5e6;
	border-right: 1px solid #b1c5e6;
	border-left: 1px solid #b1c5e6;
	border-bottom: 1px solid #b1c5e6;
	padding: 2px 4px; 
	line-height: 4px;
}

textarea {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #DDE7F2;
	border-top: 1px solid #b1c5e6;
	border-right: 1px solid #b1c5e6;
	border-left: 1px solid #b1c5e6;
	border-bottom: 1px solid #b1c5e6;
}

select {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #DDE7F2;
	border-top: 1px solid #b1c5e6;
	border-right: 1px solid #b1c5e6;
	border-left: 1px solid #b1c5e6;
	border-bottom: 1px solid #b1c5e6;
	padding: 1px 4px; 
	line-height: 4px;
}

.frmReadOnly {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #DDE7F2;
	border-top: 1px solid #b1c5e6;
	border-right: 1px solid #b1c5e6;
	border-left: 1px solid #b1c5e6;
	border-bottom: 1px solid #b1c5e6;
}

.invisibleHtmlText {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	font-weight: plain;
	color: #000000;
	text-decoration: none;
	background-color: white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}

.frmWriteAble {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #DEDEBB;
}

.frmInput {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #DDE7F2;
	border-top: 1px solid #b1c5e6;
	border-right: 1px solid #b1c5e6;
	border-left: 1px solid #b1c5e6;
	border-bottom: 1px solid #b1c5e6;
	padding: 2px 4px; 
	line-height: 4px;	
}

.frmInputNumber {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #DDE7F2;
	border-top: 1px solid #b1c5e6;
	border-right: 1px solid #b1c5e6;
	border-left: 1px solid #b1c5e6;
	border-bottom: 1px solid #b1c5e6;
	padding: 2px 4px; 
	line-height: 4px;
	text-align: right;
}

.frmInputMandatory {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #FFC8E3;
	border-top: 1px solid #b1c5e6;
	border-right: 1px solid #b1c5e6;
	border-left: 1px solid #b1c5e6;
	border-bottom: 1px solid #b1c5e6;
	padding: 2px 4px; 
	line-height: 4px;
}

.frmInputNumberMandatory {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #FFC8E3;
	border-top: 1px solid #b1c5e6;
	border-right: 1px solid #b1c5e6;
	border-left: 1px solid #b1c5e6;
	border-bottom: 1px solid #b1c5e6;
	padding: 2px 4px; 
	line-height: 4px;
	text-align: right;	
}

.frmNumberReadOnly {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #DDE7F2;
	border-top: 1px solid #b1c5e6;
	border-right: 1px solid #b1c5e6;
	border-left: 1px solid #b1c5e6;
	border-bottom: 1px solid #b1c5e6;
	padding: 2px 4px; 
	line-height: 4px;
	text-align: right;	
}

.frmNumberReadOnlyDark {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CDCDCD;
	border-top: 1px solid #b1c5e6;
	border-right: 1px solid #b1c5e6;
	border-left: 1px solid #b1c5e6;
	border-bottom: 1px solid #b1c5e6;
	padding: 2px 4px; 
	line-height: 4px;
	text-align: right;	
}

.frmReadOnlyDark {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CDCDCD;
	border-top: 1px solid #b1c5e6;
	border-right: 1px solid #b1c5e6;
	border-left: 1px solid #b1c5e6;
	border-bottom: 1px solid #b1c5e6;
	padding: 2px 4px; 
	line-height: 4px;
}

.frmButton {
	font-family: "Open Sans", sans-serif;
	padding: 8px 10px;
  	font-size: 10px;
	font-weight: bold;
  	text-align: center;
  	cursor: pointer;
  	outline: none;
  	color: #fff;
  	background-color: #FF6A1C;
  	border: none;
	border-top: 1px solid #FF6A1C;
	border-right: 1px solid #FF6A1C;
	border-bottom: 1px solid #FF6A1C;
	border-left: 1px solid #FF6A1C;
	white-space: nowrap;

  	border-radius: 2px;
  	
  	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 2px 4px 0 rgba(0,0,0,0.19);
}

.frmButton:hover {
	background-color: #84a5d9;
	box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 9px 25px 0 rgba(0,0,0,0.19);
}

.frmButton:active {
  background-color: #95baf5;
  box-shadow: 0 5px #939dad;
  transform: translateY(2px);
}

.frmNav {
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #DDE7F2;
	width: 25px;
	font-weight: bold;
	font-size: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
}

.tblHeader {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #FF6A1C;
	font-weight: bold;
	text-decoration: none;
}

.tblHeaderRed {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #FF6666;
	font-weight: bold;
	text-decoration: none;
}

.celHeader {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #f7f9fa;
	font-weight: bold;
	text-decoration: none;
}

.tblBorder {
	border: 1px solid #FF6A1C;
}

.tblSwing {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ABABAB;
	font-weight: bold;
	text-decoration: none;
}

.tblExcel { 
	border: 1px solid #006699;
	border-collapse:collapse; 
}

.celBorder {
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	vertical-align: text-top;
}

.celBorder2 {
	font-family: "Open Sans", sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: text-middle;
}

.celBorder3 {
	font-family: "Open Sans", sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	vertical-align: text-middle;
}

.bottomBorder {
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.upperBorder {
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.celBorderBlue {
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	background-color: #ADD8E6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	vertical-align: text-top;
}

.celBorderGrey {
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	vertical-align: text-top;

}

.celBorderDarkGrey {
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	background-color: #DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	vertical-align: text-top;
}

.celBorderRed {
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	vertical-align: text-top;
	background-color: #FFDCDC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.celBorderHighlight {
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	vertical-align: text-top;
	background-color: #FCDFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.highlight { background-color: #FCDFFF }
.highlight2 { background-color: #EFEFBB }

.celBorderYellowGrey {
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	background-color: #EFEFBB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	vertical-align: text-top;
}

.celBorderDarkYellowGrey {
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	background-color: #DDDDBB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	vertical-align: text-top;
}



.tblText {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.dlgTable {
	background-color: #FFAE56;
	border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.dlgTitle {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}

.dlgText {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #003366;
}

.msgBorder {
	border: 1px solid #006699;
	border-collapse: collapse;
}

a:link {
	color: #006699;
}

a:visited {
	color: #006699;
}

a:hover {
	color: #006699;
}

a:active {
	color: #006699;
}

.evenRow {
	color: #006699;
}

.oddRow {
	color: #000000;
}

.nonActive {
	background-color: #EEEEBB;
}

.evenRowAnal {
	background-color: #DDE7F2;
}

.oddRowAnal {
	background-color: #FFFFFF;
}

.radioSwing {
	background-color: #ABABAB;
	border: none;
}

/* Html Loader Css */

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {            
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingDiv {
    position:absolute;;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#DDE7F2;
    background-size: cover;
    opacity:0.6;
}

