﻿* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    font-family: "Segoe UI", "Segoe", "SegoeUI-Regular-final", Tahoma, Helvetica, Arial, sans-serif;
    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;
}

#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-right: 500px;
    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;
}

#contentWrapper {
    position: relative;
    width: 500px;
    height: 100%;
    overflow: auto;
    background-color: #ffffff;
    /* for IE7 */
    margin-left: -500px;
    margin-right: 0px;
}

#content {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -55px auto;
    padding: 0px 150px 0px 50px;
}

#header {
    font-size: 2em;
    font-weight: lighter;
    font-family: "Segoe UI Light", "Segoe", "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
    padding-top: 40px;
    margin-bottom: 60px;
    min-height: 100px;
    overflow: hidden;
}

#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: 350px;
}

#workArea {
    margin-bottom: 90px;
}

#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;
}

#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;
}

.actionLink {
    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;
}

.submitMargin {
    margin-top: 38px;
    margin-bottom: 30px;
}

.topFieldMargin {
    margin-top: 8px;
}

.fieldMargin {
    margin-bottom: 8px;
}

.groupMargin {
    margin-bottom: 30px;
}

.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;
}

span.submit,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    width: auto;
    padding: 8px 18px 8px 18px;
    border-radius: 3px;
    background-color: #235dbd;
    border: 1px solid #235dbd;
    color: #fefefe;
    border-radius: 3px;
    height: auto;
    min-width: 100px;
    cursor: pointer;
}

span.submit:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background-color: #5383e2;
}

/* verification code */
#submitDiv #signInButton {
    margin-bottom: 2.0rem;
    font-weight: normal;
}

label#verificationCode {
    font-weight: lighter;
    font-size: 1.15rem;
}

/*---*/

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-top: 40px;
        min-height: 0px;
        overflow: hidden;
    }

    #workArea {
        margin-bottom: 60px;
    }
}

/* 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 {
        margin-bottom: 40px;
    }
}

/* 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;
    }

    #workArea {
        margin-left: -12px !important;
        margin-top: 15px !important;
        padding-top: 0 !important;
        padding-bottom: 15px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #loginArea #loginForm #linksDiv {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    #header {
        padding-top: 15px !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    div#authArea.groupMargin {
        margin-top: 15px !important;
        margin-bottom: 0 !important;
    }

    #updatePasswordArea {
        margin-top: 20px !important;
    }

    h2 {
        font-size: 1.25rem !important;
        font-weight: 400 !important;
    }

    .footerLink {
        font-weight: 600 !important;
        font-size: .8rem !important;
    }
}

@media only screen and (max-width: 450px) {
    body {
        font-size: 0.8em;
    }

    #content,
    #footer {
        width: auto;
        margin-right: 33px;
        margin-left: 25px;
    }

    #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%;
    }
}

/* 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;
    }
}
























/* Custom Styles for FHSU ADFS Login Page Overrides */
/* ------------------------------------------------ */

:root {
    --banner-dur: 280ms;
    --error-text: #c62828;
    --error-link: #c62828;
    --error-link-hover: #e03636;
}

body {
    font-family: "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
    color: #333333;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
    outline: none;
}

a {
    color: #006f94;
}

a:hover {
    color: #053788;
    border-bottom: 2px solid;
}

#oldPasswordArea,
#newPasswordArea,
#confirmNewPasswordArea {
    margin-top: 15px;
}

input.text {
    font-size: 15px;
    height: 40px;
    padding: 8px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-sizing: border-box;
}

input::placeholder {
    color: #cfcfcf !important;
    font-style: italic;
}

.error {
    color: var(--error-text);
}

#updatePasswordForm label.hidden {
    display: unset !important;
    font-weight: 600;
}

#mfaGreetingDescription,
#mfaGreetingDescription h2 {
    text-align: center;
}

.mediumTopSpacing {
    margin-top: 15px;
}

.smallBottomSpacing {
    margin-bottom: 10px;
}

.actionLink {
    margin: 15px 0 15px 0;
}

#authOptionLinks .actionLink {
    margin: 15px 0 15px 0;
    background-color: #fdb913;
    border: 1px solid #fdb913;
    padding: 14px;
    border-radius: 3px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

#authOptionLinks .actionLink:hover {
    background-color: #ffc845;
    text-decoration: none;
}

#upn-helper {
    margin-bottom: 6px;
    font-size: 0.75rem;
    color: #404040;
}

/* footer tweaks */
#footer {
    /* center the div */
    margin: 0 auto;
    text-align: center;
}

#footer a:hover {
    color: #676767;
}

.pageLink {
    padding-left: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

/* */

h3 {
    font-size: 1.05rem;
}

#updatePasswordForm #openingMessage {
    font-size: 1.5rem;
    font-weight: lighter;
}

.error {
    font-size: unset;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid;
    border-radius: 3px;
    background-color: #f4dcdc;
    padding: 8px;
    /* color: #ac0000; */
    color: var(--error-text);
}

a .error {
    /* color: #ac0000; */
    color: var(--error-link);
    text-decoration: underline;
    border: unset !important;
}

a .error:hover {
    /* color: #720000; */
    color: var(--error-link-hover);
    text-decoration: underline;
    border: unset !important;
}

.info,
#expiredNotification {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid;
    background-color: #e2f0f8ff;
    color: #0b3d91;
    padding: 8px;
    display: block;
    font-weight: 600;
    border-radius: 2px;
}

#instructions,
#instructionsDiv {
    margin-bottom: 15px;
    text-align: center;
}

h2#instructions {
    margin-bottom: 30px;
}

a[id^="verificationOption"] {
    padding: 8px;
}

a[id^="verificationOption"],
a[id^="differentVerificationOption"] {
    margin: 15px 0 15px 0;
    display: block;
    background-color: #235dbd;
    color: #fff;
    padding: 16px !important;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #235dbd;
    border-radius: 3px;
}

a[id^="verificationOption"]:hover,
a[id^="differentVerificationOption"]:hover {
    background-color: #5383e2ff;
    padding: 8px;
    text-decoration: none;
}

#workArea {
    border: 1px solid #ccc;
    padding: 1.25rem;
    background-color: #f9f9f9;
    margin-top: 30px;
}

#introduction {
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
    font-size: .8rem;
    color: #555;
    margin-bottom: 0;
}

#customAuthArea {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
}

#phone {
    margin-top: 45px;
    margin-bottom: 15px;
    font-size: large;
}

#verificationCodeInput {
    font-size: 15px;
    height: 40px;
}

/* dateWarning = date highlight for Duo shutdown */
.dateWarning {
    color: var(--error-text);
}

#loginArea #loginForm #linksDiv {
    text-align: center !important;
    width: 300px;
    margin: 0 auto !important;
    padding-top: 4px;
    padding-bottom: 32px;
}

.logoImage {}

#loginMessage {
    font-size: 1.1rem;
    font-weight: 300;
}

a .error {}

#viewDetailsLink {
    margin: 5px 0 5px 0;
}

a#viewDetailsLink {
    text-decoration: underline;
    border: unset;
    /* color: #b71c1c; */
    color: var(--error-link);
}

a#viewDetailsLink:hover {
    text-decoration: none;
    border: unset;
    /* color: #8b1515; */
    color: var(--error-link-hover);
}

#viewDetailsDiv {
    font-size: smaller;
}

/* 
#submitButton,
#cancelButton {
    padding: 8px 18px 8px 18px;
    border: 1px solid #2672ec;
    font-weight: bold;
    font-size: 14px;
    height: auto;
    width: auto;
    border-radius: 3px;
    background-color: #2672ec;
}

#submitButton:hover,
#cancelButton:hover {
    background-color: #5383e2ff;
} */

div#authArea.groupMargin {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

/* add space to content below the horizontal progress bar*/
div#Progress {
    /* 15px should match the spacing above the verification area */
    margin-bottom: 15px;
    overflow: clip
}

/* Password Update Form */
.pw-feedback {
    margin-top: 0.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 0.75rem 0.9rem;
    background: #ffffff;
    font-size: 0.75rem;
    width: 311px;
}

.pw-feedback .heading {
    color: #333;
    font-weight: 700;
    margin-top: 0.25rem;
}

.pw-section {
    margin-top: 0.6rem;
}

.pw-list {
    list-style: none;
    margin: 0.4rem 0 0 0;
    padding: 0;
}

.pw-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.22rem 0;
}

.pw-list li.neutral {
    color: #444;
}

.pw-list li.neutral::before {
    content: '●';
    font-size: 0.8rem;
    color: #777;
    display: inline-block;
    width: 1rem;
    text-align: center;
}

.pw-list li.valid {
    color: #2e7d32;
}

.pw-list li.valid::before {
    content: '✔';
    color: #2e7d32;
    display: inline-block;
    width: 1rem;
    text-align: center;
}

.pw-list li.invalid {
    /* color: #b71c1c; */
    color: var(--error-text);
}

.pw-list li.invalid::before {
    content: '✖';
    /* color: #c62828; */
    color: var(--error-text);
    display: inline-block;
    width: 1rem;
    text-align: center;
}

.pw-list li.muted-strike {
    color: #888;
    text-decoration: none;
}

.pw-list li.muted-strike::before {
    content: '-';
    color: #bebebeff;
    display: inline-block;
    width: 1rem;
    text-align: center;
}

.pw-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    filter: grayscale(30%);
}

.pw-input-error {
    /* border-color: #c62828 !important; */
    border-color: var(--error-text) !important;
    box-shadow: 0 0 0 0.1rem rgba(198, 40, 40, 0.15) !important;
    background-color: #fff6f6 !important;
}

.confirm-hint {
    display: none;
    font-size: .65rem;
    /* color: #c62828; */
    color: var(--error-text);
    margin-top: 0;
}

.confirm-hint.show {
    display: block;
}

.pw-msg {
    display: none;
    font-size: .75rem;
    margin-top: 0.25rem;
}

.pw-msg.show {
    display: block;
}

.pw-msg.error {
    /* color: #c62828; */
    color: var(--error-text);
}

.pw-msg.ok {
    color: #2e7d32;
}


.banner {
    font-size: .8rem;
    margin-top: -3px;
    margin-bottom: 15px;
    border: 1px solid;
    border-radius: 4px;
    padding: 8px 10px;
    position: relative;
    font-weight: normal;
    font-size: smaller;
    width: 320px;
}

.banner.is-hidden {
    position: absolute;
    left: -10000px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: none;
}

.banner.is-shown {
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 1000px;
    transition: opacity var(--banner-dur) ease, visibility var(--banner-dur) ease, transform var(--banner-dur) ease, max-height var(--banner-dur) ease, margin-bottom var(--banner-dur) ease, padding var(--banner-dur) ease;
}

.banner.success {
    background-color: #e6f4e8;
    color: #1b5e20;
    border-color: #1b5e20;
}

.banner.info {
    background-color: #e2f0f8ff;
    color: #0b3d91;
    border-color: #0b3d91;
}

.banner.warn {
    background-color: #fff3d2;
    color: #333333;
    border-color: #febd11;
}

.banner.error {
    background-color: #f4dcdc;
    /* color: #ac0000; */
    color: var(--error-text);
    /* border-color: #ac0000; */
    border-color: var(--error-text);
}

form#loginForm div#error {
    transition: opacity var(--banner-dur) ease, visibility var(--banner-dur) ease;
}

form#loginForm div#error.fade-out {
    opacity: 0;
    visibility: hidden;
}

#upn-helper .default-suffix {
    font-weight: 700;
    color: #0b3d91;
}

#upn-helper .helper-tip {
    cursor: help;
    font-size: 0.85em;
    margin-left: 4px;
}

#upn-helper .helper-tip:hover {
    text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {

    .banner.is-shown,
    form#loginForm div#error {
        transition: none;
    }
}

/* ------------------------------------------------ */
/* End FHSU overrides */