﻿* {margin:0px;padding:0px}
html,body{
    height:100%;width:100%;background-color:#ffffff;color:#262626;font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;min-width:500px;-ms-overflow-style:-ms-autohiding-scrollbar;
}
body{font-size:0.8em;}
#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:#4488dd;}
#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-left:0px;background-color:#154398;background-repeat:no-repeat;background-size:cover;
    -webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;
}
#content{
    width:800px; height:440px; position:absolute; top:50%; margin-top:-220px; left:50%; margin-left:-400px;
    background-color:#fff; box-sizing:border-box; display:flex; border-radius:5px; box-shadow:2px 4px 4px 0px rgba(0,0,0,0.3);
}
#header{font-size:0;font-weight:lighter;overflow:hidden;width:400px;padding:25px 35px;
	box-sizing:border-box;background-image:url(/adfs/portal/img/img-library.png);background-repeat:no-repeat;background-position:21px 138px;
}
#header img{
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
    height:58px;
}
#workArea,#header{word-wrap:break-word;}
#workArea{width:400px;height:440px;padding:20px 40px;box-sizing:border-box;background-color:#eee;border-radius:0 5px 5px 0;}
#footerPlaceholder {height:40px; display:none;}
#footer{background-color:rgba(0, 0, 0, 0.6); padding:5px 20px;position:fixed; bottom:0; left:0; width:100%; box-sizing:border-box;text-align:right; font-size:12px; display:none;}
#copyright{color:#fff;font-size:0;}
.pageLink{color:#000000;padding-left:16px}
#footer .pageLink{ color:#fff; }

/* Common content styles */

.clear {clear:both;}
.float { float:left; } 
.indent { margin-left:16px; } 
.indentNonCollapsible { padding-left:16px; }
.hidden {display:none;}
.notHidden {display:inherit;}
.error { color:#ed1b24; }
.actionLink { margin-bottom:8px; display:block; }
a{color:#2672ec;text-decoration:none;background-color:transparent;}
ul{list-style-type:disc}
h1,h2,h3,h4,h5,label{margin-bottom:8px;}
.topFieldMargin{margin-top:8px}
.fieldMargin{margin-bottom:8px}
#loginMessage{margin:0 0 30px;font-size:24px;font-weight:700}
.sectionMargin{margin-bottom:64px}
.block{display: block}
.autoWidth{width:auto}
.fullWidth{width:100%}
.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;
}
span.submit, input[type="submit"]
{
    border:none;
    background-color:#0067b8;
    min-width:50px;
    width:auto;
    padding:10px 15px;
    border:0;
    transition:background 0s;
    color:rgb(255, 255, 255);
    cursor:pointer;
	border-radius:5px;
	font-weight:600;
    
    -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;
}
span.submit{
	display:block; text-align:center; 
}
input[type="submit"]:hover,span.submit:hover
{
    background-color:#0860a5;
}
input.text{
    padding:10px 15px; margin-bottom:20px; font-size:13px;
    border:0; box-sizing:border-box; border-radius:5px;
}
input.text:focus{
  outline:none;
}
input.text:hover{
	border-color:#3398dc;
}
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%;
}
#updatePasswordArea input.text{ margin-bottom: 10px; }
#updatePasswordForm>#openingMessage{margin:0 0 17px;font-size:22px;font-weight:700}
#updatePasswordArea .submitMargin>input[type="submit"]{ margin-right:7px; }
#introduction>a{ position: absolute; bottom: 20px; }
#introduction>a:hover{ text-decoration:underline; }

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 820px) {
   
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 500px) {
    
}

/* 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;
    }


    .fullWidth {
        width: 392px;
    }

    .fullWidthIndent {
        width: 376px;
    }
}

@media only screen and (max-width: 450px) {
    body {
        font-size: 0.8em;
    }


   

    span.submit, input[type="submit"] {
        font-size: 0.9em;
    }

    .fullWidth
    {
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    .fullWidthIndent {
        width: 85%;
    }

    .idpDescription
    {
        width:70%;
    }
}
#introduction{margin-top:-5px}
#introduction ul{margin-top:10px}
#introduction ul li{padding:2px 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 {
        width:260px;
    }
    .idpDescription {
        max-width:160px; min-width:100px;
    }
}