@import url('https://fonts.googleapis.com/css?family=Montserrat');


* {
	margin:0px;
	padding:0px;
}
html, body
{
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif !important;
    min-width: 500px;
    -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;
}
body {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    padding-top: 60px;
    position: absolute;
    right: 0;
    top: 0;
}
#brandingWrapper
{
    background-color:#4488dd;
	display:none;
}
#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-right:0px; margin-left:0px;
    background-color:inherit;
    background-repeat: no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
	background-image:none;
}
#contentWrapper
{
	text-align:center;
	height:100%;
}
#content
{
    min-height:100%;
    max-width: 500px;
    margin:0 auto -55px auto;
    padding:0;
    display: none;
}
#header
{
    font-size:2em;
    font-weight:lighter;
    font-family: 'Montserrat', sans-serif;
    overflow:hidden;
}
#header img
{
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
    max-width:100%;
	top:0;
	left:0;
	padding: 0 20px 40px;
}
#workArea, #header
{
    word-wrap:break-word;
    /*width:350px;*/
}
#workArea
{
    border-radius: 8px;
    background-color: rgba(255,255,255);
    -webkit-backdrop-filter: blur(5px);
	margin:0;
	margin-top:20px;
}
#footerPlaceholder
{
    height:40px;
}
#footer
{
    height:40px;
    padding:10px 50px 0px 50px;
    position:relative;
    color:#666666;
    font-size:0.78em;
}
#footerLinks
{
    float:none;
    padding-top:10px;
}
#loginMessage {display:none;}
#copyright {color:#696969; display:none;}
.pageLink { color:#000000; padding-left:16px; }

/* 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:15px; margin-bottom:-5px; }
.topFieldMargin { margin-top:8px; }
.fieldMargin { margin-bottom:8px; }
.groupMargin { 
    margin-bottom:10px;
    margin-left: 5px;
    margin-right: 5px;
} 
.sectionMargin { margin-bottom:64px; }
#idpForm .sectionMargin {margin-bottom: 0;}
.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{
    
}
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%;
}

/*Login Button*/
#workArea .btn-block {
    display: block;
    width: 100%;
}
#workArea .btn-lg, #workArea .btn-group-lg > #workArea .btn {
    border-radius: 0;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
}
#workArea .btn-warning {
    background-color: #D64309;
    border-color: #ef5112;
    color: #fff;
}
#workArea .btn-warning:focus,
#workArea .btn-warning.focus {
    color: #fff;
    background-color: #D64309;
    border-color: #7a2908
}
#workArea .btn-warning:hover {
    color: #fff;
    background-color: #D64309;
    border-color: #b83d0c
}
#workArea #cancelButton:hover,
#workArea .guest.btn-warning:hover {
    color: #fff;
    background-color: #09347a;
    border-color: #000080
}
#workArea .btn-warning:active,
#workArea .btn-warning.active {
    color: #fff;
    background-color: #da490e;
    border-color: #b83d0c
}
#workArea .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height:auto;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#workArea #cancelButton,
#workArea .disclaimer a.btn.guest {
	background-color:#003A70;
}
#workArea #cancelButton {
	display: block;
    margin: 0 auto;
	margin-top:5px;
}
#loginMessage,
#expiredNotification {
	display: inline-block;
    margin-top: 5px;
	width:400px;
	border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 400px;
    margin-bottom:0;
    font-size: 1.2em;
}
#expiredNotification {
	padding:0;
}
#error {
	display:none;
}
#openingMessage {
	display:none;
}
.login_error.alert {
	margin-bottom:0;
}
#loginMessage {
	display:none;
}
#userNameInput {
	margin-top:20px;
}

input#userNameInput:focus {
    border: 2px solid #0033A0;
}

input#passwordInput:focus {
    border: 2px solid #0033A0;
}

input#oldPasswordInput:focus {
    border: 2px solid #0033A0;
}
input#newPasswordInput:focus {
    border: 2px solid #0033A0;
}

#userNameInput,
#oldPasswordInput,
#newPasswordInput {
	margin-bottom:5px;
}
#workArea .disclaimer,
#submissionArea {
    margin-bottom: 5px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}
.fa-sign-in:before {
    content: "\f090"
}

#loginArea {
	position:relative;
}
.weather {
	bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px #000;
    position: absolute;
    right: 20px;
}

#idpSignonArea .sectionMargin {
	display: inline-block;
}

#idpSignonArea #idp_ThisRpPanel,
#idpSignonArea #idp_OtherRpPanel,
#idpSignonArea #idp_SignInPanel,
#idpSignonArea #idp_SignInToOtherRpPanel {
	text-align: left;
}

#idpSignonArea #idp_SignOutPanelRadioButtons {
	display: inline-block;
	text-align: left;
	margin-top:5px;
}

#idpSignonArea #idp_SignInThisSiteStatusLabel {
	width:400px;
	margin: 0 auto;
}

#idpSignonArea #idp_SignOutPanel,
#idpSignonArea #idp_SignInPanel {
	margin-bottom: 10px;
}

#idp_SignOutPanel #idp_SignOutButton {
	margin-bottom:10px;
}

body #fullPage {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0px, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    height: 200px;
    position: absolute;
    top: 0;
    width: 100%;
	padding-top:60px;
}

input.text {
    display:inline;
}

input.form-control {
	
}

input.text:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

#navbar {
	display: none;
}

#introduction .disclaimer .alert {
	display:none;
}

#navbar.navbar-inverse {
	background-image: none;
	border-radius: 0px;
	background-color: transparent;
	border-color: transparent;
	position:absolute;
	top:0;
	right:0;
}

form {
	margin-left: 5px;
    margin-right: 5px;
}

/* Sign out overrides */

#signoutArea { font-size: 1.4em; }

#signoutArea #instruction .fa-check { color: green; font-size: 1.4em; margin-right: 10px; }


/* TOAST OVERRIDES */

#toast-container > .toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAEDklEQVRIS7VWXWwUVRT+zrltY9zaxJSIvgj2zSIamlKEXSW7W02MUbeCpFqsUcGGB14QlSKGpilaUGNiTIS0itEitqHsVh400pmm2d2alpL618bE+K+IkmjiUhOXmXvMnWW222Vb5cF5u/Odc74z3/m5Q1jkGRxO1iimZgHCpGkFoJcYc818jiAzDNia1NGm8NrvFgpDpYD3R0dvcBw+wIT7tQYR0ScgmgLo15y9LCWNOg19CzOEoI45Ik9viAa/L453CUHcSj8spA+yZg3Gq1DOwdj69T+WSuTEydT1bhm2uYLtBi8jtN0XDh0ptJ1HkBhJPwNBtyaMCFTrhvCtPy0moY8ZogsK7zDodiHsbAoHX/axPIHJnAhvE3C0irKt4XDY+S/BfZtDk5Pl1/6Z7RPIJoBaYpF17xrMI/A0d/kLEI9fjeydlxu8kGRp5m8LLlYpkRX33BH6wSNIjKQH4OIuV6kbfVnON65dKXC6AJqqDE10Ugd04RdJB/h8qqETkJUQbr/KGp8xuJErqzCjRE7Eorc9SLlWxFcAd8ciwWf9IJnG1UMkdK93JjkcCJ3a4pOY4Jlk/WEGt+ZkkMGAdWqj75uw0t0g/ZQrXEMJO7Vba+nicr2ssFsyjQ0dJNibz/oiiTlnRhveZMYj+UIK9gTsiX3+edBKLyPR37LidorbqZMQVDdFQ3XFEsymVvdC6NFCktwYzL0ToZ5Ke7yNACn0P26nPmXQWUoMp88I44OmSPDx4q4xUlxCUmC0UHBjErfH3iLtRikxnMwKq5eaIut2l2rLhUgWC55rnNQLENnx/xMct9M/E/DhQhIVF3RenYDeSmviiWL950lkikyalsQag6uKi1zYil5thXpAQgRsmbPVbwSsya3FJAkr9RlEztCQnWp3tewrF1puJm9uDhq6SJCfC19zg89G63sAzjcFgfYGrPFO3zc+8vFycZ1viHkXmQOJ8zWIDsTCofZSg1ZcUAFoNtrQC+Cx3KDhWMCaeMD3HbLT+wV4UrlS462KIXus34G+u8JFrf8VmeiaWobuhNDUlfbE88USmO76K7lmj1kVrnKfq/ro9Jee9iZh15kBUzwWCbV4BGbyQDJNwOlzVVc0ttXXXyjVsv/2bmBguqKi+g9bC90sStWavZZf10MjqRYR6iPQwNmqis2XS2KCl1X/foSJN4KkORYO9V+Uby6vhDW2EyQvgpBUjmwuLPpi2XuyaLcPREFAdsQioVfye6rYMWGPPQQth1wWUkKvucDrpe5aX28WvU203q7BDivZ6me+IIEBvLuWZT8Im8ylD6bPCTxFpH/JzQNfR6LrtMhNzKwB6Ydyd5W6u0v+VfjspviK0QxBBFrXgnGNh2n8BmBamO0yV95bTMp/ADrBEHP8aTeuAAAAAElFTkSuQmCC) !important;
}

#toast-container > .toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB/UlEQVRIS82UP4gTQRTG3zdziIXFmcZCsPIP2txdY3fFiYVgoeA1djY2l8xsSCGC4I0WNkLizMZOCNdocZUiCNpYyWF7FulEhGuEGMwVouw82ZCVzWU3u1wMON2w877ffN+bt6A5L8xZn/4vQLvdPsvM+0qpvbLOSzsIw/ASM78joh9CiOVarfalDKQUoNPpHB0MBrtEdHok+kprfe2fAcIw3GRmkxZk5utBELwsghQ6sNaeAfCJiI4cEPsqpbxQrVb3p0GmApgZzrm3AC7HIt7730S0IIQY1nnvH9fr9TuHBjjnbhLR80SAmVeJaAWAGwEiKeWKUiruT+bKddBqtRallF0iOpFUAjjvvV8G8CKl9qHX660aY3wWIRdgrX0KYCNdlAMgZr4dBMGz0gDn3EXv/U6SdYGDuBffhRDntNbfDkImHBhjFiqVysc464nD2RENjwHYUkrdKgSEYRgw85Msu8wcN30JwN3MOIA1pdT7sVjTm2azeVII0RVCHCsaoKzv3vtuv99fMsb8+htr+qBzbpuI1nOfHLDFzKeIaG3KBe5prR9NAKy1VwC8mXbzoohGs/EznnCl1OdhbxJBa+1rAFcPE01GzUOt9eYYwDl3n4gezArw3kcAbiQ/wrFnGjdZSnl8FkgURXuNRqOX2eRZhHMfxjxEc+dgHrA/vNC8GeD7WH4AAAAASUVORK5CYII=) !important;
}

#toast-container .toast-error .toast-title {
    color: red
}

.toast-message a {
    color: #006BA6 !important;
}

.toast-message a:hover {
    color: #003A70 !important;
    text-decoration: underline;
}

.toast {
    background-color: #f8f8f8 !important;
}

.toast-close-button {
    color: #000 !important;
}

#toast-container .toast-error .toast-title {
    color: red
}

#toast-container .toast-warning .toast-title {
    color: #D64309
}

#toast-container > div {
    box-shadow: 0 0 12px #333 !important;
    cursor: pointer !important;
    color: #000 !important;
    opacity: 1 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}



.toast-error {
    background-color: inherit;
}

@media (max-width: 768px) {
    #toast-container > div {
        box-shadow: 0 0 0 !important;
        width: 100% !important;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
    }
    .toast-top-right {
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
    }

    #toast-container .toast-info {
        background-color: #006aa7;
    }
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #696969 !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #696969 !important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #696969 !important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #696969 !important;
}


/* Search Query Styles */

#searchFormWrapper {
    position: absolute;
    top: 10px;
    display: none;
}
#searchQuery {
    background: rgba(0,0,0,0.5);
    border: 1px #000;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif, FontAwesome;
}

#searchQuery:focus {
    background: rgba(255,255,255,0.8);
}

input#searchQuery::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f8f8f8;
}
input#searchQuery::-moz-placeholder { /* Firefox 19+ */
  color: #f8f8f8;
}
input#searchQuery:-ms-input-placeholder { /* IE 10+ */
  color: #f8f8f8;
}
input#searchQuery:-moz-placeholder { /* Firefox 18- */
  color: #f8f8f8;
}



/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 820px) {
    #header {
        overflow: hidden;
    }

    #workArea {
    }
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 500px) {
    #header {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    #workArea{
    }
}

@media only screen and (max-width: 767px) {
    #content {
        margin-left: 100px;
        margin-right: 100px;
    }
}

/* 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 {
        float: none;
        width: 100%;
        margin: 0px auto;
    }

    #content, #footer, #header {
        width: 400px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    #workArea {
        width: 100%;
    }

    .fullWidth {
        width: 392px;
    }

    .fullWidthIndent {
        width: 376px;
    }
	
	#header {
		margin-bottom: 0;
		padding-top: 0;
	}
	
	#header img {
		padding: 0;
	}
	
	#footerPlaceholder {
		height: 0;
	}
	
	#workArea .disclaimer, #submissionArea {
		/*display: inline-block;*/
		/*margin-bottom: -10px;*/
	}
	

    .disclaimer a {
        font-weight: 500;
        color: #0033A0 !important;
    }
	
	
	body #fullPage {
		padding-top:60px;
	}
	
	button.navbar-toggle {
		float: right;
		margin-right: 15px;
		padding: 9px 10px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-color: black;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 0;
		display: block;
		position: absolute;
		right: 30px;
		top: 0;
	}
	button.navbar-toggle:focus {
		outline: 0
	}

	button.navbar-toggle .icon-bar {
		background-color: #fff;
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
	}
	
	#navbar {
	}
}

@media only screen and (max-width: 450px) {
    body {
        font-size: 0.8em;
    }

    #content, #footer {
        width:auto;
    }

    #header {
        width: auto;
    }

    span.submit, input[type="submit"] {
        font-size: 0.9em;
    }

    .fullWidth {
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    .fullWidthIndent {
        width: 85%;
    }

    .idpDescription {
        width:70%;
    }

    /* Fixes Android keyboard issue */
    .weather {
        display: none;
    }
}

/* 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 {
        width:260px;
    }
    .idpDescription {
        max-width:160px;
        min-width:100px;
    }
}
