* {
	margin:0px;
	padding:0px;
}
/*@import url(https://fonts.googleapis.com/css?family=Carme|Fjord+One|Dawning+of+a+New+Day);*/
html, body {
    height:100%;
    width:100%;
    background-color:#111a37;
    color:#000000;
    font-weight:normal;
    /*font-family:"Segoe UI" , "Segoe" , "SegoeUI-Regular-final", Tahoma, Helvetica, Arial, sans-serif;*/
	/*font-family:"Azo Sans",sans;*/
	/*font-family: 'Carme', sans-serif;*/
	font-family: 'Carme';
	/*font-family: 'Fjord One', serif;
	font-family: 'Dawning of a New Day', cursive;*/
    min-width:500px;
    -ms-overflow-style:-ms-autohiding-scrollbar;
}

body {
    font-size:0.9em;
}

a {
    text-decoration:none;
    background-color:transparent;
	font-weight:normal;
}
a:link, a:visited { color:#ff77c2; }
a:hover {
	color:#7daaf4;
	font-weight:bold;
	}
a:active { color:#aeba44; }

#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:#762358;
}
#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. */
    height:100%;
    margin:0px;
    background-color:inherit;
    background-repeat: no-repeat;
    background-size:cover;
	background-position:center bottom;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}
#contentWrapper
{
	background-image: url('/adfs/portal/images/shape-block-visit.png');
    background-color:None; /* for IE7 */
    position:absolute;
    width:796px;
    height:585px;
    overflow:hidden;
    margin:auto;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
#content
{
    /*min-height:100%;*/
    height: auto !important;
    margin:0 auto 0 auto;
    padding:0;
}
#header
{
    font-size:2em;
    font-weight:lighter;
    /*font-family:"Segoe UI Light" , "Segoe" , "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;*/
	/*font-family:"Azo Sans",sans;*/
	font-family: 'Dawning of a New Day', cursive;
    padding: 0;
	padding-top:40px;
    margin:auto;
    overflow:hidden;
    text-align:center;
}
#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;
}
#workArea, #header
{
    word-wrap:break-word;
    width:415px;
}
#workArea
{
	margin:auto;
    margin-bottom:10px;
}
#signoutArea{
	color:#fff;
	padding-bottom:170px;
}
#loginForm
{
	width:350px;
	margin:auto;
}
#loginMessage {
	width:415px;
	height:16px;
}
#footerPlaceholder
{
    display:none;
}
#introduction {
	margin-top:25px;
}
#introduction p, #introduction p a {
	padding:0;
	padding-bottom:10px;
	font-size:small;
	text-align:center;
}
#footer
{
	text-align:center;
    height:40px;
	width:350px;
    padding:0;
	margin:auto;
    font-size:0.78em;
}
#footerLinks
{
    padding:0;
    /*padding-top:20px;*/
	margin:auto;
}
#copyright { color:#fff; white-space: nowrap; }
.pageLink { color:#000000; padding-left:16px; white-space: nowrap; }

/* Common content styles */
.illustrationClass { background-image:url(/adfs/portal/illustration/illustration.jpg);}
.clear {clear:both;}
.float { float:none; } 
.floatReverse { float:none; } 
.indent { margin-left:16px; } 
.indentNonCollapsible { padding-left:16px; }
.hidden {display:none;}
.notHidden {display:inherit;}
.error { color:#c85305; }
.actionLink { margin-bottom:8px; display:block; }
ul { list-style-type: disc; }
h1,h2,h3,h4,h5,label { margin-bottom: 8px; }
.submitMargin { margin-top:7px; margin-bottom:10px; }
.topFieldMargin { margin-top:8px; }
.fieldMargin { margin-bottom:8px; }
.groupMargin {
	margin:7px auto 10px auto;
	padding:0;
	color:#fff;
} 
.sectionMargin { margin-bottom:64px; }
.block { display: block; }
.autoWidth { width:auto; }
.fullWidth { width:342px; }
.fullWidthIndent { width:326px; }
input
{
    max-width:100%; 
    font-family:inherit;
    margin-bottom:8px;
}
input[type="radio"], input[type="checkbox"] {
    vertical-align:middle;
    margin-bottom: 0px;
}
#submissionArea {
    text-align:right;
    margin:auto;
    margin-top:7px;
}
span.submit, input[type="submit"]
{
    border:none;
    background-color:#aeba44;
    min-width:80px;
    width:auto;
    height:30px;
    padding:4px 20px 6px 20px;
    border-style:solid;
    border-width:1px;
    transition:background 0s;
    color:#000;
    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-color:#124caa;
    color:#fff;
}
input.text{
    height:28px;
    padding:0px 3px 0px 3px ;
    border:solid 1px #BABABA;
}
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%;
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 820px) {
    #header {
		padding: 0;
		padding-top:40px;
		margin:auto;
        overflow: hidden;
    }

    #workArea
	{
		margin-bottom:10px; 
	}
	
	.groupMargin {
		margin:7px auto 10px auto;
	}
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 585px) {
    #header {
		padding: 0;
		margin:auto;
    }
    #workArea{
        margin-bottom:10px; 
    }
	
	#loginMessage {
		display:initial;
	}
	
    #contentWrapper {
		width:500px;
		height:480px;
		overflow:hidden;
		margin:auto;
		background-image:none;
		background-color:rgba(0,0,0,0.7);
		border-width:15px;
		border-style:double;
		border-color:#fff;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
		border-radius: 20px;
    }
	
	#footer
	{
		height:20px;
	}
	
	#footerLinks
	{
		padding:0;
	}
	
	.groupMargin {
		margin:7px auto 10px auto;
	}
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 500px) {
    #header {
		padding: 0;
		margin:auto;
    }
	
    #workArea{
        margin-bottom:10px; 
    }
	
	#loginMessage {
		display:initial;
	}

    #contentWrapper {
		width:500px;
		height:480px;
		overflow:hidden;
		margin:auto;
		background-image:none;
		background-color:rgba(0,0,0,0.7);
		border-width:15px;
		border-style:double;
		border-color:#fff;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
		border-radius: 20px;
    }
	
	#footer
	{
		height:20px;
	}
	
	#footerLinks
	{
		padding:0;
	}
	
	#introduction {
		margin-top:8px;
	}
	
	#introduction p {
		padding-bottom:5px;
	}
	
	.groupMargin {
		margin:7px auto 10px auto;
	}
}

/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
@media only screen and (max-width: 796px) {
    html, body {
        min-width: 260px;
    }

    #contentWrapper {
		width:500px;
		height:450px;
		overflow:hidden;
		margin:auto;
		background-image:none;
		background-color:rgba(0,0,0,0.7);
		border-width:15px;
		border-style:double;
		border-color:#fff;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
		border-radius: 20px;
    }

    #content, #footer, #header {
        width: 400px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
	
	#loginMessage {
		display:initial;
	}
	
	#loginForm {
		margin-top:10px;
	}

    #workArea {
        width: 100%;
    }
	
	#header {
		padding: 0;
		padding-top:5px;
		margin:auto;
	}
	
	#footerLinks
	{
		padding:0;
	}

    .fullWidth {
        width: 392px;
    }

    .fullWidthIndent {
        width: 376px;
    }
	
	.groupMargin {
		margin:7px auto 10px auto;
	}
}

/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
@media only screen and (max-width: 600px) {
    html, body {
        min-width: 260px;
    }

    #brandingWrapper {
        display: none;
    }

    #contentWrapper {
		width:100%;
		padding: 0;
		max-height:450px;
		overflow:auto;
		border:none;
		background-image:none;
		background-color:rgb(17,26,55);
    }

    #content, #footer, #header {
        width: 100%;
		padding: 0;
		margin:auto;
    }
	
	#loginMessage {
		display:none;
	}

    #workArea {
        width: 100%;
    }
	
	#introduction, #introduction p, #introduction p a	{
		font-size:12px;
	}

    .fullWidth {
        width: 392px;
    }

    .fullWidthIndent {
        width: 376px;
    }
	
	.groupMargin {
		margin:7px auto 10px auto;
	}
	
	#footer
	{
		height:20px;
	}
	
	#footerLinks
	{
		padding:0;
	}
}

/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
@media only screen and (max-height: 480px) {
    html, body {
        min-width: 260px;
    }

    #brandingWrapper {
        display: none;
    }

    #contentWrapper {
		width:100%;
		height:100%;
		overflow:auto;
		border:none;
		background-image:none;
		background-color:rgb(17,26,55);
    }

    #content, #footer {
        width: 100%;
		margin:auto;
		padding: 0;
		padding-top:20px;
    }

    #header {
        width: auto;
		padding: 0;
		padding-top:20px;
		margin:auto;
    }
	
	#introduction {
		margin-top:10px;
	}
	
	#loginMessage {
		display:none;
	}

    #workArea {
        width: 100%;
    }

    .fullWidth {
        width: 392px;
		margin:0;
		margin-bottom:8px;
        margin-left:auto;
        margin-right:auto;
    }

    .fullWidthIndent {
        width: 85%;
    }
	
	.groupMargin {
		margin:7px auto 10px auto;
	}

    .idpDescription
	{
		width:70%;
    }
	
	#footer
	{
		height:20px;
		padding-top:20px;
	}
	
	#footerLinks
	{
		padding:0;
	}
}

/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
@media only screen and (max-width: 450px) {
    body {
        font-size: 0.8em;
    }
	
	#contentWrapper	{
		background-color:rgb(17,26,55);
		overflow:auto;
	}

    #content, #footer {
        width:auto;
        margin-right:33px;
        margin-left:25px;
    }

    #header {
        width: auto;
		padding: 0;
		margin:auto;
    }

    span.submit, input[type="submit"] {
        font-size: 0.9em;
    }

    .fullWidth, #loginForm 	{
        width:250px;
        margin-left:auto;
        margin-right:auto;
    }

    .fullWidthIndent {
        width: 85%;
    }
	
	.groupMargin {
		margin:7px auto 10px auto;
	}
	
	#loginMessage {
		display:none;
	}
	
	#introduction {
		margin-top:10px;
	}

    .idpDescription {
		width:70%;
    }
	
	#footer {
		height:10px;
		padding: 0;
	}
	#footerLinks {
		padding:0;
	}
}

/* Form factor: snapped WAB (for WAB to work in snapped view, the content wrapper width has to be set to 260px) */
@media only screen and (max-width:280px)
{
    #contentWrapper
    {
		background-color:rgb(17,26,55);
    }
	.idpDescription
	{
		max-width:160px;
		min-width:100px;
	}
	
	.groupMargin {
		margin:7px auto 10px auto;
	}
	
	#header{
		padding-top:10px;
	}
	
	#footer
	{
		height:10px;
		padding-top:10px;
	}
	#footerLinks
	{
		padding:0;
	}
}

/* fixes for IE */
@media screen\0 {
	body {
		text-align:center;
	}
    #contentWrapper{
		margin: 0 auto;
		margin-top: auto;
		margin-bottom: auto;
		text-align: left;
		width: 796px;
	}
}
@media screen\9 {
	body {
		text-align:center;
	}
    #contentWrapper{
		margin: 0 auto;
		margin-top: auto;
		margin-bottom: auto;
		text-align: left;
		width: 796px;
	}
}