* {
	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;
}


html, body {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	color: #fff;
	font-weight: normal;
	font-family: "Open Sans";
	font-size: 13px;
	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;
	
}
.illustrationClass{
	background-image: url("../images/custom/background.jpg") !important;
}
#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 {
	width: 100%;
	height: 100%;
}
#content .contentBlock {
	max-width: 630px;
    min-height:380px;
	height: 380px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #fff;
    margin: 10px auto;
    width: 98%;
	display: table;
}
.MainContent {
	width: 100%;
}
#workArea {
	display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#loginArea, #idpForm {
	max-width: 420px;
	text-align: left;
	margin: 0 auto;
	width: 100%;
}
#header {
	background:url("/adfs/portal/images/custom/dart_logo.png");
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
	background-color: inherit;
	background-repeat: no-repeat;
	
}

.headerContent table td {
//display:none;
}

#idpSignonArea, #footerPlaceholder {
	font-size: 13px;
	font-family: 'Open Sans';
	width: 100%;
}
#footer {
	display: none;
}
.Content_Main {
	min-height: 700px;
	height: 700px;
}
/* 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; }
.sectionMargin { margin-bottom:64px; }
.block { display: block; }
.autoWidth { width:auto; }
.fullWidth { width: 97.5%; padding: 0 0 0 2%; height: 43px; }
.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"],#nextButton
{
    border:none;
    background-color:#e249b1;
    min-width:80px;
    width:auto;
    height:32px;
    padding:4px 20px 6px 20px;
    border-style:solid;
    border-width:1px;
    transition:background 0s;
    color:#fff;
    cursor:pointer;
    margin-bottom:8px;
    text-align:center;
    font-size:20px;
    font-weight:700;
   
    -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;
    width: 97.5%;
    padding: 0 0 0 2%;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}

}
input[type="submit"]:hover,span.submit:hover
{
    background: rgb(212, 227, 251);
}
.input.text {
	width: 95.75%;
	height: 43px;
	border: 1px solid #e5e5e5;
	font-family: 'Open Sans';
	padding-left: 2%;
	margin: 0;
	font-size: 13px;
}
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%;
}
#userNameArea {
	margin-bottom: 25px;
}
#passwordArea {
	margin-bottom: 10px;
}
#submissionArea {
	margin: 25px 0 0;
}
#loginMessage {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #000000;
	width: 100%;
    margin: 0 0 5% 0;
	text-align: center;
}
#authOptions #authOptionLinks {
	margin: 0;
}
#kmsiArea {
	font-family: 'Open Sans';
	line-height: 1.5;
}
#kmsiArea label {
	vertical-align: middle;
	margin: 0;
	font-size: 13px;
	font-family: 'Open Sans';
	color: #000000;
}
#submitButton, #idp_SignOutButton, #idp_SignInButton {
	width: 100%;
	display: flex;
	padding: 5px 0;
	border: 0;
	background: #e24ab2;
	text-align: center;
	margin: 0;
	color: #ffffff;
	font-family: 'Open Sans';
	font-size: 22px;
}
#idp_SignOutButton, #idp_SignInButton {
	height: 40px;
}
#submitButton:hover, #idp_SignOutButton:hover, #idp_SignInButton:hover {
	background: #dc76bc;
}
#introduction a {
	color: #000;
	font-family: 'Open Sans';
}
.HeadContain {
	height: 108px;
    width: 100%;
    background: #ffffff;
}
#header {
	width: 98%;
    max-width: 1235px;
    margin: 0 auto;
}
#footerPlaceholder {
	display: table;
	vertical-align: middle;
	height: 100%;
	max-width: 1235px;
    margin: 0 auto;
	width: 98%;
}
.bottomtd {
	background: transparent;
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.social_links  {
	float: right;
}
.social_links a {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.social_links a:last-child {
	margin-right: 0;
}
.social_links a:hover {
	opacity: 0.8;
}
.footermain {
	font-family: 'Open Sans';
    font-size: 11px;
    color: #ffffff;
	float: left;
	margin: 1% 0 0 0;
}
.FootTr {
	height: 70px;
	background: #382f35;
}
#idp_SignInThisSiteStatusLabel {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #000000;
	text-align: center;
}
@media all and (max-width:450px) {
	.footermain {
		margin: 1% 0 3% 0;
	}
}
@media (min-width: 451px) and (max-width: 761px) {
	.footermain {
		margin: 1% 0 1% 0;
	}
}
@media all and (max-width:761px) {
	.social_links .fright, .FootCtn, .social_links a.Foot_Link {
		float: none;
	}
	.FootCtn {
		width: 100%;
		text-align: center;
	}
	.FootTr {
		height: 90px;
	}
	.social_links {
		margin: 2% 0 0 0;
	}
	.footermain  {
		margin: 1% 0 0 0;
	}
	#content .contentBlock {
		padding: 0 1%;
		width: 95%;
	}
}
/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 775px) {
	#authArea > table, #idpSignonArea > table {
		height: 400px;
	}
}

.headerContent h4 {
	display: none;
}