#header .header-wrapper {
	padding-left: 1px;
}

#header .header-ctr-left,
#header .header-ctr-right {
	top: 13px;
}

.ClsDisclaimerBar {
	background: #00214A;
	text-align:right;
	padding: 4px 12px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	right: 0px;
	color: #B5B9BC;
}
.ClsDisclaimerBar a {
	color: #B5B9BC;
	text-decoration: none;
}

.ClsDisclaimerBar a:hover {
	border-bottom: dashed 1px;
}

.ClsFlagOn, .ClsFlagOff {
	padding-left: 3px;
	padding-right: 3px;
}
.ClsFlagOn {
	cursor: default;
}
.ClsFlagOff {
	opacity: 0.5;
	cursor: pointer;
}
.ClsFlagOn img {
	border-radius: 2px;
	box-shadow: 0 0 6px 2px white;
}
.ClsFlagOff img {
	border-radius: 2px;
	box-shadow: 0 0 6px 2px black;
}
.ClsFlagOff img:hover {
	box-shadow: 0 0 6px 2px #888;
}
.ClsFlagOff:hover {
	opacity: 0.75;
}

.ClsLogin {
	user-select: none;
	width: 38.5em;
	background: white;
	border: solid 1px #DDD;
	border-radius: 6px;
	padding: 1em 1.25em;
	margin-left: calc(60% - 21em);
	box-shadow: 0px 0px 16px 2px #444;
	margin-top: 3em;
	transition-property: margin-left;
	transition-duration: 0.5s;
}
.ClsLogin .ui-panel-titlebar .ui-panel-title {
	font-size: 18px;	
}
.ClsLogin .ui-panelgrid-cell > .ClsWidth250 {
	width: 235px;
	margin-right:15px;
}
.ClsLogin .ui-widget-header {
	background: #003d7c;
	border-radius: 9px;
	color: white;
	box-shadow: 3px 3px 6px #444;
}

.ClsBtnLogin {
	margin-right:15px;
	margin-bottom:3px;
	height: 24px;
	width: 100px;
}

.ClsBtnLogin .ui-button-text {
	font-size: 12.8px;
	font-weight: bold;
}


@media(max-width:1000px) {
	body #header .header-actions {
		width: 150px;
	}
	body #header .header-actions .ui-button {
		display: inline;	/* show anyway */
	}
	body #header .header-ctr-left {
		display: block;	/* show anyway */
	}
}