html {
	height: calc(100% - 100px);
	min-height: 525px;
}
body,
body > form,
body > form > .ui-panel.ui-widget-content
{
	height: 100%;
}
.ClsDisclaimerBar
{
	background: linear-gradient(#F1F7FB, #E4F0F8, #DEEDF7);
	text-align:right;
	padding: 4px 12px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	right: 0px;
}
.ClsDisclaimerBar.ClsDisclaimerBarRS {
	background: #00214A;
	color: #B5B9BC !important;
}
.ClsDisclaimerBar.ClsDisclaimerBarRS a.ClsClickable {
	color: #B5B9BC !important;
}
.ClsTitle
{
	color: #2779AA;
	font-weight: normal;
}
.ClsSubTitle
{
	color: #2779AA;
	font-weight: normal;
	font-style: italic;
	margin: 5px 2px;
}
.ClsParaJustified p
{
	text-align: justify;
}
.ClsScrollPanel
{
	padding: 3px 12px;
}
.ClsFlagOn img, .ClsFlagOff img {
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 3px;
}
.ClsFlagOn {
	cursor: default;
}
.ClsFlagOn img {
	box-shadow: 0px 0px 3px 1px white;
}
.ClsFlagOff img {
	opacity: 0.75;
	cursor: pointer;
	filter: grayscale(0.5);
	transition-duration: 0.25s;
}
.ClsFlagOff:hover img {
	transform: scale(1.25);
	opacity: 1;
	filter: none;
}

.ClsIETDLogin > .ui-widget-header
{
	text-align: left;
    border: none;/*1px solid #2694e8;*/
    background: #3baae3 url("/rsiv/img/ui-bg_glass_50_3baae3_cupertino.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff;
	font-size: 20px;
}
.ClsLoginPanel
{
	margin: -3px;
	padding: 0px;
}
.ClsLoginPanel > .ui-panel-content
{
	padding: 0px 2px;
}
#header {
	display: block;
	margin-bottom: 25px;
	min-height: 76px;
	max-height: 76px;
	margin-bottom: 10px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 5001;
}
#header > .background-wrapper
{
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #001437;
}
#header > .background-wrapper > .background-image
{
	position: relative;
}
#header > .background-wrapper > .background-image img {
	width: 150%;
	margin-top: -65%;
	margin-left: 20%;
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
}
#header .header-wrapper {
	position: relative;
	padding-left: 67px;
	padding-top: 7px;
}
#header .header-wrapper img {
	height: 60px;
}
.ClsLoginPanelRS .ClsRSLogin .ClsLoginHeader.ui-panel-titlebar
{
	font-size: 18px;	
}
.ClsLoginHeader.ui-panel-titlebar
{
	font-size:14px;
	padding: 0.5em 1em;
}
.ClsLoginHeader .ui-button-icon-only .ui-button-text
{
	padding: 2px .3em;
}
.ui-widget-content .ClsLoginHeader
{
	text-align: left;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-bottom: 6px;
	color: #2779aa;
}
.ClsRSLogin
{
	width: 36em;
	background: white;
	border: solid 1px #DDD;
	border-radius: 6px;
	padding: 3em;
	margin-left: calc(38% - 21em);
	box-shadow: 0px 0px 16px 2px grey;
	padding-top: 2em;
	margin-top: 3em;
}
.ClsBtnLogin {
	margin-right:10px;
}
.ClsHeadLogoSymbol {
		display: none;
}
.ClsHeadLogoBanner {
	display: block;
}
.ClsLoginSep
{
	margin-top: 15px;
	margin-bottom: 15px;
}
.ClsLoginSep2Top
{
	margin-top: 5px;
	margin-bottom: 15px;
}
.ClsLoginSep2Bot
{
	margin-top: 15px;
	margin-bottom: 5px;
}
.ClsLoginBESTD
{
	text-align: center;
	width: 100%;
}
.ClsIETDLogin > .ui-widget-header
{
    color: #030303;
}

.ClsBlockLayout {
	width: 100%;
	display: table;
	clear: both;
}
.ClsBlock {
	margin-top: 0.5em; 
	float: left;
	width: 50%;
}
.ClsColLeft512 {
	max-width:512px;
	text-align:center;
}
.ClsColRightAuto512 {
	min-width:calc(100% - 512px);
	box-sizing: border-box;
	padding-left: 10px;
}

.ClsInsecureConn {
	display: inline-block;
	width:1em;
	height:1em;
	padding:0.33em;
	border-radius:100%;
	background: #BF0000;
	color: white;	
}

@media(max-width: 800px) {
	.ClsBlock {
		width: 100%;
		margin-bottom: 1em;
	}
	
	.ClsColRightAuto512 {
		padding-left: 0px;
	}
	
	.ClsRSLogin {
		width: 28em;
		padding-left: 1.5em;
		padding-right: 1em;
		margin-left: calc(50% - 15.5em);
	}
	.ClsRSLogin table .ClsWidth250 {
		width: 10em;
	}
	.ClsBtnLogin {
		margin-right:18px;
	}
	.ClsHeadLogoSymbol {
		display: block;
	}
	.ClsHeadLogoBanner {
		display: none;
	}
	#header .header-wrapper {
		padding-left: 14px;
	}
}

input:-webkit-autofill {

  -webkit-box-shadow: 0 0 0 2em #F1F7FB inset !important;

}