* {
	margin:0px;
	padding:0px;
}

@font-face {
	font-family: 'Lato';
	src: url('../images/custom/fonts/lato-regular.eot');
	src: url('../images/custom/fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
		 url('../images/custom/fonts/lato-regular.woff2') format('woff2'),
		 url('../images/custom/fonts/lato-regular.woff') format('woff'),
		 url('../images/custom/fonts/lato-regular.ttf') format('truetype'),
		 url('../images/custom/fonts/lato-regular.svg#arimoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../images/custom/fonts/opensans-regular.eot');
	src: url('../images/custom/fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
		 url('../images/custom/fonts/opensans-regular.woff2') format('woff2'),
		 url('../images/custom/fonts/opensans-regular.woff') format('woff'),
		 url('../images/custom/fonts/opensans-regular.ttf') format('truetype'),
		 url('../images/custom/fonts/opensans-regular.svg#arimoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../images/custom/fonts/raleway-light.eot');
	src: url('../images/custom/fonts/raleway-light.eot?#iefix') format('embedded-opentype'),
		 url('../images/custom/fonts/raleway-light.woff') format('woff'),
		 url('../images/custom/fonts/raleway-light.ttf') format('truetype'),
		 url('../images/custom/fonts/raleway-light.svg#arimoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
	font-family: "Segoe UI" , "Segoe" , "SegoeUI-Regular-final", Tahoma, Helvetica, Arial, sans-serif;
	min-width: 100%;
	-ms-overflow-style:-ms-autohiding-scrollbar;
}
body {
	font-size:0.9em;
}
#noScript { margin:16px; color:Black; }

:lang(en-GB){quotes:'\2018' '\2019' '\201C' '\201D';}
:lang(zh){font-family:微软雅黑;}

@-ms-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@-webkit-viewport { width: device-width;  }
@viewport { width: device-width; }

/* Theme layout styles */

#fullPage, #brandingWrapper
{
    width:100%;
    height:100%;
    background-color:inherit;
}
#brandingWrapper {
	background-color: #94918f;
}
#branding {       
    /* A background image will be added to the #branding element at run-time once the illustration image is configured in the theme. 
       Recommended image dimensions: 1420x1200 pixels, JPG or PNG, 200 kB average, 500 kB maximum. */
	width: 100%;
	height: 100%;
	background-color: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
#contentWrapper {
	display: none;
	width: 100%;
	height: 100%;
}
#content, #content > main {
	width: 100%;
	height: 100%;
	display: table;
}
#header, #workArea, #footerPlaceholder {
	display: table-row;
	width: 100%;
}
#header {
	background: rgba(255, 255, 255, 0.8);
	height: 100px;
}
#header .headerContent {
	display: block;
	width: 100%;
	height: 100px;
}
#authArea > table, #idpSignonArea > table {
	background: rgba(255, 255, 255, 0.8);
}
#header .headerContent {
	max-width: 1200px;
	margin: 0 auto;
}
#loginArea, #idpForm {
	max-width: 370px;
	margin: 0 auto;
}
#header img {
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
    width: auto;
    height: auto;
    max-width: 100%;
}
#footerPlaceholder {
	height: 60px;
	background: #18366e;
	color: #fff;
	font-size: 11px;
	font-family: 'Open Sans';
}
#footerPlaceholder > table {
	min-height: 60px;
}
#footer {
	display: none;
}

/* Common content styles */

.clear {clear:both;}
.float { float:left; } 
.floatReverse { float:right; } 
.indent { margin-left:16px; } 
.indentNonCollapsible { padding-left:16px; }
.hidden {display:none;}
.notHidden {display:inherit;}
.error { color:#c85305; }
.actionLink { margin-bottom:8px; display:block; }
a
{
    color:#2672ec;
    text-decoration:none;
    background-color:transparent;
}
ul { list-style-type: disc; }
ul,ol,dd { padding: 0 0 0 16px; }
h1,h2,h3,h4,h5,label { margin-bottom: 8px; }
.submitMargin { margin-top:38px; margin-bottom:30px; }
.topFieldMargin { margin-top:8px; }
.fieldMargin { margin-bottom:8px; }
.groupMargin { margin-bottom:30px; } 
.sectionMargin { margin-bottom:64px; }
.block { display: block; }
.autoWidth { width:auto; }
.fullWidth { width:342px; }
.fullWidthIndent { width:326px; }
.smallTopSpacing { margin-top:15px; }
.mediumTopSpacing { margin-top:25px; }
.largeTopSpacing { margin-top:35px; }
.smallBottomSpacing { margin-bottom:5px; }
.mediumBottomSpacing { margin-bottom:15px; }
.largeBottomSpacing  { margin-bottom:25px; }
input
{
    max-width:100%; 
    font-family:inherit;
    margin-bottom:8px;
}
input[type="radio"], input[type="checkbox"] {
    vertical-align:middle;
    margin-bottom: 0px;
}
span.submit, input[type="submit"]
{
    border:none;
    background-color:rgb(38, 114, 236);
    min-width:80px;
    width:auto;
    height:30px;
    padding:4px 20px 6px 20px;
    border-style:solid;
    border-width:1px;
    transition:background 0s;
    color:rgb(255, 255, 255);
    cursor:pointer;
    margin-bottom:8px;
    
    -ms-user-select:none;
    -moz-transition:background 0s;
    -webkit-transition:background 0s;
    -o-transition:background 0s;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select:none;
}
input[type="submit"]:hover,span.submit:hover
{
    background: rgb(212, 227, 251);
}
input.text {
	height: 43px;
	border: 1px solid #ddd;
	font-family: 'Open Sans';
	width: 96%;
	padding-left: 10px;
	margin: 0;
}
input.text:focus {
	border: 1px solid #6B6B6B;
}
select
{
    height:28px;
    min-width:60px;
    max-width:100%; 
    margin-bottom:8px;
    white-space:nowrap;
    overflow:hidden;
    box-shadow:none;
    padding:2px;
    font-family:inherit;
}
h1, .giantText
{
   font-size:2.0em; 
   font-weight:lighter;
}          
h2, .bigText
{
   font-size:1.33em;
   font-weight:lighter;
}
h3, .normalText
{
    font-size:1.0em;
    font-weight:normal;
}
h4, .smallText
{
    font-size:0.9em;
    font-weight:normal;
}
h5, .tinyText
{
    font-size:0.8em;
    font-weight:normal;
}
.hint
{
    color:#999999;
}
.emphasis
{
    font-weight:700;
    color:#2F2F2F;
} 
.smallIcon
{
    height:20px;
    padding-right:12px;
    vertical-align:middle;
}
.largeIcon
{
    height:48px;
    /* width:48px; */
    vertical-align:middle;
}
.largeTextNoWrap
{
    height:48px;
    display:table-cell; /* needed when in float*/
    vertical-align:middle;
    white-space:nowrap;
    font-size:1.2em;
}
.idp
{
    height:48px;
    clear:both;
    padding:8px;
    overflow:hidden;
}
.idp:hover 
{
    background-color:#cccccc;
}
.idpDescription
{
    width:80%;
}

#authArea, #idpSignonArea {
	display: table-cell;
	vertical-align: middle;
}
#userNameArea {
	margin-bottom: 30px;
}
#passwordArea {
	margin-bottom: 10px;
}
#submissionArea {
	margin: 25px 0 0;
}
#loginMessage {
	font-family: 'Raleway';
	font-weight: bold;
	font-size: 20px;
}
#authOptions #authOptionLinks {
	margin: 0;
}
#kmsiArea {
	font-family: 'Open Sans';
	line-height: 1.5;
}
#kmsiArea label {
	vertical-align: middle;
	margin: 0;
}
#submitButton, #idp_SignOutButton, #idp_SignInButton {
	width: 100%;
	display: block;
	padding: 5px 0;
	border: 0;
	background: #00a7e5;
	line-height: 1.8;
	text-align: center;
	margin: 0;
}
#idp_SignOutButton, #idp_SignInButton {
	height: 40px;
}
#submitButton:hover, #idp_SignOutButton:hover, #idp_SignInButton:hover {
	background: #54c6f0;
}
#introduction a {
	color: #000;
	font-family: 'Open Sans';
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (min-width: 1920px) {
	#branding {
		background-size: 100% 100%;
	}
}
@media only screen and (max-height: 775px) {
	#authArea > table, #idpSignonArea > table {
		height: 400px;
	}
}


.headerContent h4 {
	display: none;
}
.illustrationClass{
	background-image: url("../images/custom/background.jpg") !important;
}
.headerContent {
	background-image: url("../images/custom/logo.png") !important;
	background-repeat: no-repeat;
	background-position: left;
}