﻿@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

html, body {
    font-size: 10px;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: #000;
    color: #444;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#fullPage, #noScript {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #444;
}

: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 {
    position: absolute;
    /*bottom: -28px;*/
    bottom: 0;
    top: 0;
    width: 100%;
}

a {
    color: #0067b8;
    text-decoration: none;
}

#brandingWrapper {
    background-color: #4488dd;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    /* bottom: -28px; */
    bottom: 0;
}

#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. */
    /*background-image: url('images/ADFSBackground.jpg');*/
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#contentWrapper {
    /*background-color: transparent;
    height: 0px;
    width: 100%;*/
    height: auto;
    float: none;
    background: transparent;
    margin: 10% auto 0;
    max-width: 720px;
    width: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
    padding: 0;
}

#content {
    /* Set content to center 
    position: fixed;
    top: 50%;
    left: 50%;
	
    transform: translate(-50%, -50%);*/
    position: relative;
    width: 70%;
    float: left;
    /*background: rgba(255,255,255,0.9);*/
    background: rgb(255,254,250);
    /* Set size margins */
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    min-height: 290px;
    min-width: 320px;
    max-width: 600px; /*calc(100% - 40px); */
    height: auto;
    padding: 20px 35px;
    /* Add drop shadow */
    box-shadow: 0 2px 3px rgba(0,0,0,0.55);
    border: 1px solid #223;
    border: 1px solid rgba(34,34,51,0.85);
    box-sizing: border-box;
}

    #content img {
        max-width: 100%;
    }

#auheader {
    background: rgba(255,255,255,0.35);
    border-top: 5px solid rgba(0,70,142,0.75);
    line-height: 100px;
    position: relative;
    top: 210px;
    margin-top: -105px;
    z-index: 100;
}

    #auheader img {
        max-width: 640px;
        max-height: 80px;
        display: block;
        margin: 0 auto;
        padding: 0 90px 0 50px;
    }

#aubrand {
    background: rgba(15,40,70,0.85);
    color: #fff;
    padding: 7px;
}

    #aubrand img {
        max-width: 100%;
        height: 45px;
    }

    #aubrand h1 {
        font-size: 2.4rem;
        text-transform: uppercase;
        color: #fff;
        display: inline-block;
        margin: 0;
        line-height: 30px;
        padding-left: 15px;
        vertical-align: middle;
    }

#header {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 2.4rem;
    font-weight: lighter;
    padding: 0;
    margin: 0;
    background-color: transparent;
    min-height: unset;
}

    #header h2 {
        font-size: 2.4rem;
        margin-top: 0;
    }

    #header img {
        /* Logo image recommended dimension: 108x24  or 338x24 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
        width: auto;
        height: 100%;
        position: relative;
        top: -7px;
    }

    #header p, #header a, #header div {
        font-size: 1.6rem;
        margin: 0;
    }

#loginMessage {
    box-sizing: border-box;
    color: rgb(38, 38, 38);
    direction: ltr;
    display: none;
    font-family: "Segoe UI Webfont", -apple-system, "Helvetica Neue", "Lucida Grande", Roboto, Ebrima, "Nirmala UI", Gadugi, "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", Tunga, "Lao UI", Raavi, "Iskoola Pota", Latha, Leelawadee, "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math";
    font-weight: 300;
    font-size: 1.6rem;
    height: auto;
    line-height: 2rem;
    margin: 1.6rem -0.2rem;
    padding: 0;
    text-align: left;
    text-size-adjust: 100%;
    /* width: 342px; */
    background-color: transparent;
}

#loginForm {
    /*width: 338px;*/
}

    #loginForm label {
        font-weight: normal;
    }

    #loginForm input[type=checkbox] {
        margin-top: 0;
    }

#workArea, #header {
    word-wrap: break-word;
    width: auto;
}

#workArea {
    margin: 1rem 0 0;
    background-color: transparent;
}

#introduction {
    font-size: 1.6rem;
}

#TMGExtras {
    position: relative;
    width: 30%;
    float: left;
    box-sizing: border-box;
    border: 1px solid #223;
    border: 1px solid rgba(34,34,51,0.85);
    /*background: rgba(255,255,255,0.9);*/
    background: rgb(255,254,250);
    border-left: 0;
    padding: 0;
}

    #TMGExtras > a {
        display: block;
        padding: 0 10px;
        font-size: 1.1em;
        /*color: #222;
	background: rgba(0, 79, 163, 0.3);
	background: rgba(15, 69, 126, 0.9);*/
        background: rgb(15, 69, 126);
        color: #eee;
    }

        #TMGExtras > a:first-child {
            margin-top: 0;
        }

        #TMGExtras > a span.glyphicon {
            margin-top: 3px;
            color: #eee;
        }

    #TMGExtras ul {
        list-style-type: none;
        padding-left: 10px;
    }

#Clawed {
    position: absolute !important;
}

    #Clawed .clawedContainer {
        background: rgba(51, 122, 183, 0.85) !important;
        border-bottom: 2px solid rgb(0, 88, 166);
    }

/*.etched {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    border-top: 1px solid rgb(44, 41, 36);
    background: rgba(0, 0, 0, 0) url(/adfs/portal/images/etcheddark.png) repeat-x;
}*/

#footerPlaceholder {
    height: 0;
}

#footer {
    /*background-color: rgba(0, 0, 0, 0.6);
    bottom: 0px;
    box-sizing: border-box;
    clear: both;
    color: rgb(38, 38, 38);
    direction: ltr;*/
    display: none;
    /*filter: none;
    font-family: "Segoe UI Webfont", -apple-system, "Helvetica Neue", "Lucida Grande", Roboto, Ebrima, "Nirmala UI", Gadugi, "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", Tunga, "Lao UI", Raavi, "Iskoola Pota", Latha, Leelawadee, "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math";
    font-size: 15px;
    font-weight: normal;
    height: 28px;
    line-height: 20px;
    overflow-x: visible;
    overflow-y: visible;
    position: fixed;
    text-align: left;
    text-size-adjust: 100%;
    width: 100%;*/
}

#footerLinks {
    padding-left: 10px;
}

#copyright {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    direction: ltr;
    display: inline-block;
    font-family: "Segoe UI Webfont", -apple-system, "Helvetica Neue", "Lucida Grande", Roboto, Ebrima, "Nirmala UI", Gadugi, "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", Tunga, "Lao UI", Raavi, "Iskoola Pota", Latha, Leelawadee, "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math";
    font-size: 1.2rem;
    font-weight: normal;
    height: 28px;
    line-height: 1.8rem;
    margin-left: 8px;
    margin-right: 8px;
    text-align: left;
    text-size-adjust: 100%;
}

#userNameArea, #passwordArea {
    box-sizing: border-box;
    color: rgb(38, 38, 38);
    direction: ltr;
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 2rem;
    margin-left: 0px;
    margin-right: -2px;
    text-align: left;
    text-size-adjust: 100%;
    /*width: 342px;*/
}

#passwordArea {
    position: relative;
}

#showHidePassword {
    color: rgb(90, 90, 90);
    right: 15px;
    top: 50%;
    position: absolute;
    padding: 5px;
    margin-top:-5px;
    margin-right:-5px
}

.is-safari #showHidePassword
{
    right: 40px;
}

#updatePasswordForm #submitButton, #cancelButton {
    width: 48%;
}

#oldPasswordArea, #newPasswordArea {
    margin-bottom: 7px;
}

#errorMessage {
    margin-top: 5px;
}

.pageLink {
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    direction: ltr;
    display: inline-block;
    font-family: "Segoe UI Webfont", -apple-system, "Helvetica Neue", "Lucida Grande", Roboto, Ebrima, "Nirmala UI", Gadugi, "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", Tunga, "Lao UI", Raavi, "Iskoola Pota", Latha, Leelawadee, "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math";
    font-size: 1.6rem;
    font-weight: normal;
    height: 28px;
    line-height: 2rem;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    text-size-adjust: 100%;
    text-decoration: underline;
}

/* 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: #e81123;
}

.actionLink {
    margin-top: 5px;
    margin-bottom: 8px;
    display: block;
}

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: 18px;
    margin-bottom: 18px;
}

.topFieldMargin {
    margin-top: 8px;
}

.fieldMargin {
    margin-bottom: 8px;
}

.groupMargin {
    margin-bottom: 0px;
}

.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;
}

#openingMessage {
    margin-bottom: 4px;
}

input {
    max-width: 100%;
    font-family: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
}

    input[type="radio"], input[type="checkbox"] {
        vertical-align: middle;
        margin-bottom: 0px;
    }

    a.submit, span.submit, input[type="submit"] {
        align-items: flex-start;
        direction: ltr;
        display: block;
        width: 200px;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
        text-align: center;
        touch-action: manipulation;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap;
    }

    input.text {
        /* 	background-color: rgba(255, 255, 255, 0.4);
    background-image: none;
    border-bottom-color: rgba(0, 0, 0, 0.6);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgba(0, 0, 0, 0.6);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.6);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.6);
    border-top-style: solid;
    border-top-width: 1px;*/
        border-radius: 5px;
        box-sizing: border-box;
        color: rgb(38, 38, 38);
        cursor: auto;
        direction: ltr;
        display: block;
        /* font-family: "Segoe UI Webfont", -apple-system, "Helvetica Neue", "Lucida Grande", Roboto, Ebrima, "Nirmala UI", Gadugi, "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", Tunga, "Lao UI", Raavi, "Iskoola Pota", Latha, Leelawadee, "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math"; */
        font-size: 1.5rem;
        font-stretch: normal;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-weight: normal;
        height: 36px;
        letter-spacing: normal;
        line-height: 20px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        max-width: 100%;
        outline-color: rgb(38, 38, 38);
        outline-style: none;
        outline-width: 0px;
        padding-bottom: 6px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 6px;
        text-align: start;
        text-indent: 0px;
        text-rendering: auto;
        text-shadow: none;
        text-size-adjust: 100%;
        text-transform: none;
        user-select: text;
        /* width: 338px; */
        word-spacing: 0px;
        writing-mode: horizontal-tb;
        -webkit-appearance: none;
        -webkit-locale: "en";
        -webkit-rtl-ordering: logical;
        -webkit-border-image: none;
    }

        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: 1em;
    font-weight: normal;
}

h4 {
    font-size: 0.7em;
    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;
    cursor: pointer;
}

    .idp:hover {
        background-color: #cccccc;
        cursor: pointer;
    }

.idpDescription {
    width: 80%;
    cursor: pointer;
}

.identityBanner {
    color: #222;
    background: #F2F2F2;
    text-align: left;
    white-space: nowrap;
    line-height: 3rem;
    height: 3rem;
    margin: 0;
    padding: 0px 70px 0px 20px;
    font-size: 2rem;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/*
.identityBannerImage {
 height:48px;
 width:48px;
 margin:-17px -26px -17px 0;
 overflow:hidden;
 position: relative;
 float: right;
 top: -32px;
 left: -33px;
}*/
.identityBannerImage {
    height: 48px;
    width: 46px;
    margin: -17px -26px -17px 0;
    overflow: hidden;
    position: relative;
    float: right;
    top: -24px;
    left: -23px;
}

.submit.backButton {
    max-width: 165px;
    float: left;
    color: #337ab7;
}

.submit.nextButton {
    margin-left: -2px;
}

.submitMargin.submitModified {
    margin-bottom: 75px;
}

.submit.modifiedSignIn {
    float: right;
}

#submissionArea {
    margin-top: 14px;
}

@media (max-width: 640px) {
    #auheader {
        margin-top: -55px;
        top: 105px;
        line-height: 50px;
    }

        #auheader img {
            height: 40px;
        }

    #contentWrapper {
        max-width: 600px;
        margin-top: 50px;
        padding: 0 10px;
    }

    #content {
        width: 100%;
    }

    #TMGExtras {
        width: 100%;
        border-top: 0;
        border-left: 1px solid #223;
    }

    #Clawed #clawedBubbleContent {
        border-radius: 5px;
        padding-left: 10px;
    }
}

@media (max-width: 600px), (max-height: 392px) {
    /*#content {
        /* Set content to center */
    /*position: relative;
        top: 0;
        left: 0;
        transform: none;
        background-color: #fff;
        /* Set size margins */
    /*margin-bottom: 28px;
        margin-left: auto;
        margin-right: auto;
        min-height: 290px;
        min-width: 320px;
        max-width: 412px;
        width: calc(100% - 40px);
        height: auto;
        padding: 23px 18px 0px 18px;
        /* Add drop shadow */
    /*box-shadow: 0 0 0 rgba(0,0,0,0);
        border: 0px solid rgba(0,0,0,0);
    }*/

    #footer {
        background-color: rgba(0, 0, 0, 0.6);
        bottom: 0px;
        box-sizing: border-box;
        clear: both;
        color: rgb(38, 38, 38);
        direction: ltr;
        display: none;
        filter: none;
        font-family: "Segoe UI Webfont", -apple-system, "Helvetica Neue", "Lucida Grande", Roboto, Ebrima, "Nirmala UI", Gadugi, "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", Tunga, "Lao UI", Raavi, "Iskoola Pota", Latha, Leelawadee, "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math";
        font-size: 15px;
        font-weight: normal;
        height: 28px;
        line-height: 20px;
        overflow-x: visible;
        overflow-y: visible;
        position: fixed;
        text-align: left;
        text-size-adjust: 100%;
        width: 100%;
    }

    #brandingWrapper {
        display: block;
    }

    input.text {
        font-size: 16px;
    }

    .identityBanner {
        margin: 16px 0px;
        padding: 0px 80px 0px 40px;
    }

    .identityBannerImage {
        left: -50px;
    }
}

@media (max-width: 480px) {
    #contentWrapper {
        margin: 42px 0 0;
        padding: 0;
    }

    #content {
        padding: 20px 15px 10px;
    }

    #auheader img {
        padding: 0;
    }

    a.submit, span.submit, input[type="submit"], .submit.backButton {
        width: 40%;
    }
}

/* Targets displays using any of Windows’ High Contrast Mode themes: */
@media screen and (-ms-high-contrast: active) {
    textarea::-webkit-input-placeholder {
        color: #00FF00;
    }

    textarea:-moz-placeholder { /* Firefox 18- */
        color: #00FF00;
    }

    textarea::-moz-placeholder { /* Firefox 19+ */
        color: #00FF00;
    }

    textarea:-ms-input-placeholder {
        color: #00FF00;
    }
}

/* Targets displays using the Windows’ "High Contrast Black" theme: */
@media screen and (-ms-high-contrast: white-on-black) {
    #contentWrapper {
        background-color: #000000;
        color: #ffffff;
    }

    .idp:hover {
        background-color: #ffffff;
        color: #000000;
    }

    #brandingWrapper {
        background-color: #000000;
        color: #ffffff;
    }

    html, body {
        background-color: #000000;
        color: #ffffff;
    }

    textarea::-webkit-input-placeholder {
        color: #ffffff;
    }

    textarea:-moz-placeholder { /* Firefox 18- */
        color: #ffffff;
    }

    textarea::-moz-placeholder { /* Firefox 19+ */
        color: #ffffff;
    }

    textarea:-ms-input-placeholder {
        color: #ffffff;
    }
}

/* Targets displays using the Windows’ "High Contrast White" theme: */
@media screen and (-ms-high-contrast: black-on-white) {
    #contentWrapper {
        background-color: #ffffff;
        color: #000000;
    }

    .idp:hover {
        background-color: #000000;
        color: #ffffff;
    }

    #brandingWrapper {
        background-color: #ffffff;
        color: #000000;
    }

    html, body {
        background-color: #ffffff;
        color: #000000;
    }

    textarea::-webkit-input-placeholder {
        color: #000000;
    }

    textarea:-moz-placeholder { /* Firefox 18- */
        color: #000000;
    }

    textarea::-moz-placeholder { /* Firefox 19+ */
        color: #000000;
    }

    textarea:-ms-input-placeholder {
        color: #000000;
    }
}
