﻿@font-face {
    font-family: 'Roboto';
    src: url('/adfs/portal/theme/custom/Roboto-Regular.css') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/adfs/portal/theme/custom/Roboto-Medium.css') format('truetype');
    font-weight: 500; /* Medium weight */
    font-style: normal;
}
* {
	margin:0px;
	padding:0px;
}
html, body
{
    height:100%;
    width:100%;
    background-color:#ffffff;
    color:#000000;
    font-weight:normal;
    font-family: "Roboto", "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 */

#content {
  visibility: hidden;
}

#waitingWheelDiv{
  display: none !important;
}
#fullSizeSpan{
  width: 100%;
  padding: 20px 0px 20px 0px
}

#fullPage, #brandingWrapper
{
    width:100%;
    height:100%;
    background-color:inherit;
    position: relative;
    overflow: hidden;
    overflow-y:auto;
}
#brandingWrapper
{
    background-color:white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
#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%;
    background-color:inherit;
    background-repeat: no-repeat;
    background-size:cover;
    background-position-x: left;
    background-position-y: bottom;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}
#contentWrapper
{
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    padding: 72px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    max-width: 326px;
    max-height: 100%;
    width: 70%;

    background-color:#ffffff; /* for IE7 */
}
.serverError{
    color: rgba(200, 13, 5, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
}
.serverInfo{
    color: rgba(128, 128, 128, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
}
.passwordConditionValid{
    color: rgba(31, 168, 112, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    display: flex;
}
.passwordConditionValid::before {
    content: "";
    display: inline-block;
    min-width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjMyMjIgNy45MzM1MUwwLjU2NjY1IDQuMTc3OTZMMS4zNjEwOCAzLjM4MzUxTDQuMzIyMiA2LjM0NDYzTDEwLjYyNzggMC4wMzkwNjI1TDExLjQyMjIgMC44MzM1MTJMNC4zMjIyIDcuOTMzNTFaIiBmaWxsPSIjMUZBODcwIi8+Cjwvc3ZnPgo=');
    background-repeat: no-repeat;
    margin-right: 0.4em;
    background-position: bottom;
    background-size: 16px 12px;
}

.passwordConditionInvalid{
    color: rgba(200, 13, 5, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
}
.passwordConditionInvalid::before {
    content: "";
    display: inline-block;
    min-width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTg4OSA5LjU4ODg4TDAuNDExMTMzIDguODExMTJMNC4yMjIyNSA1TDAuNDExMTMzIDEuMTg4ODhMMS4xODg5IDAuNDExMTE4TDUuMDAwMDIgNC4yMjIyM0w4LjgxMTEzIDAuNDExMTE4TDkuNTg4OSAxLjE4ODg4TDUuNzc3NzggNUw5LjU4ODkgOC44MTExMkw4LjgxMTEzIDkuNTg4ODhMNS4wMDAwMiA1Ljc3Nzc3TDEuMTg4OSA5LjU4ODg4WiIgZmlsbD0iI0M4MEQwNSIvPgo8L3N2Zz4K ');
    background-repeat: no-repeat;
    margin-right: 0.4em;
    background-position: bottom;
    background-size: 16px 12px;


}

#loginMessage, #openingMessage {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000000DE;
}

#loginMessage {
    margin-bottom: 32px;
}

#expiredNotification {
    margin-bottom: 16px;
    display: block;
}

#cancelButton{

    border : 1px solid rgba(0, 0, 0, 0.12);
    background-color: white;
    color: rgba(39, 25, 104, 1);
}

#cancelButton:hover{
    background-color: #efedf3;
}
#rememberPassword{
    font-size: 14px;
    font-weight: 500;
}
#formsAuthenticationArea{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
#header
{
    font-size:2em;
    font-weight:lighter;
    font-family: "Roboto", "Segoe UI Light" , "Segoe" , "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
    overflow:hidden;
}
#header img
{
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
    width:93px;
    height:auto;
    max-width:100%;
}
#workArea, #header
{
    word-wrap:break-word;
}

#footerPlaceholder
{
}
#footer
{
    position:relative;
    color:#666666;
    font-size:0.78em;
}
#footerLinks
{
    float:none;

}
#copyright {
    color:#696969;
    display: none;
}
.pageLink { color:#000000; padding-left:16px; }

#errorsDiv{
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
/* 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-bottom:8px; display:block; }
a
{
    color:#271968;
    text-decoration:none;
    background-color:transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;

}
a:hover {
    color: #2f226e;
}

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:16px; margin-bottom:24px; }
.topFieldMargin { margin-top:8px; }
.fieldMargin { margin-bottom:8px; }
.groupMargin {  }
.sectionMargin { margin-bottom:64px; }
.block { display: block; }
.autoWidth { width:auto; }
.fullWidth { width:100%; }
.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;
}
input[type="radio"], input[type="checkbox"] {
    vertical-align:middle;
    margin-bottom: 0px;
}
span.submit, input[type="submit"]
{
    text-transform: uppercase;
    display: inline-block;

    border-radius: 4px;
    background-color:#271968;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-align: center;

    border:none;
    min-width:120px;
    width:auto;

    padding:10px 16px 10px 16px;

    transition:background 0s;
    color:rgb(255, 255, 255);
    cursor:pointer;
    margin-bottom:8px;
    margin-right: 12px;

    -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: #2f226e;
}

input[type="submit"]:disabled,span.submit:disabled
{
    background-color: #e7e6e8;
    color: rgba(0, 0, 0, 0.38);
    cursor: default;
}

input[type="submit"]:hover:disabled,span.submit:hover:disabled
{
    background: rgb(212, 227, 251);
    color: rgba(0, 0, 0, 0.38);
    cursor: default;
}

input.text{
    box-sizing: border-box;
    padding: 8px 0px 8px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;

    border: 1px solid #0000001f;
    border-radius: 4px;
    outline: none;
}


input.text:hover
{
    border: 1px solid #0000001f;
    border-radius: 4px;
    outline: none;
    background-color: #2719680A;
}
input.text:focus
{
    border: 1px solid #271968;
    border-radius: 4px;
    outline: none;
    background-color: #FFFFFF;
}


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%;
}

#mfaGreeting {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}

span.submit.secondaryButton, input[type="submit"].secondaryButton {
  background: transparent;
  border: 1px solid #0000001f;
  color: #271968;
}

#logoutDiv {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

#loginForm{
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

#updatePasswordForm{
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
#instructionList{
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
#authArea{
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
#signoutArea{
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

#authOptionLinks{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

#authOptionLinks div {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}


.instruction{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

#instructionList li::marker {
  font-weight: 500;
}

/* corte Laptop */
@media only screen and (max-width: 1440px) {

    #contentWrapper {
        right: 13%;
    }

}
/* Form factor: intermediate height layout. Reduce space of the header. */
/* corte tablet */
@media only screen and (max-height: 820px) {
    #header {
        #padding-top: 40px;
        #min-height:0px;
        overflow: hidden;
    }

    #workArea
    {
        #margin-bottom:60px;
    }
}


@media only screen and (max-width: 1240px){

    .submitMargin {
        margin-top:32px;
    }

    #header img {
         width: 100%;
         content: url(/adfs/portal/theme/custom/logo_tablet.png);
    }

    #fullPage{
        display: flex;
        justify-content: center;
    }
    .illustrationClass{
        background-image:url(/adfs/portal/theme/custom/background_tablet.jpg) !important;
        background-size: cover;
        background-position-x: center;
        background-position-y: top;
    }
    #contentWrapper{

        right: unset;
        max-width: 796px;
        padding: 60px;
    }
    .serverError{
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.15px;
    }
    .passwordConditionValid{
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.15px;
    }
    .passwordConditionInvalid{
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.15px;
    }
    #loginMessage, #openingMessage {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.15px;
        margin-bottom:0px;
    }

    #loginMessage {
        margin-bottom: 48px;
    }

    a{
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.15px;
    }
    span.submit, input[type="submit"]{

        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1.25px;
        padding: 20px 32px 20px 32px;
    }
    input{
        height: 64px;
    }
    input.text{
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.15px;
    }

    #rememberPassword {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.15px;
        font-weight: 500;
    }

    #expiredNotification {
        margin-bottom: 32px;
        display: block;
    }

}
@media only screen and (max-width: 905px) {
    #contentWrapper{
        width: 75%;
    }
}
/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
/* corte movil */
@media only screen and (max-width: 600px) {
    #header img {
        width: 100%;
        content: url(/adfs/portal/theme/custom/logo_mobile.png);
    }


    #fullPage{
        display: flex;
        flex-direction: row;
    }

    html, body {
        min-width: 260px;
    }

    #brandingWrapper {
        display: none;
    }

    #contentWrapper {
        float: none;
        width: auto;
        box-shadow: none;
        position: relative;
        right: 0px;
        padding: 0px;

        max-width: unset;
        margin-left: 32px;
        margin-right: 32px;
    }

    #content, #footer, #header {
        padding-left: 0px;
        padding-right: 0px;
    }
    #header {
        margin-bottom: 64px;
        margin-top: 32px;
    }
    #workArea {
        width: 100%;
    }

    .fullWidth {
    }

    .fullWidthIndent {
        width: 376px;
    }


    span.submit, input[type="submit"] {
        line-height: 64px;
        display: block;
        text-align: center;
        vertical-align: middle;

        padding: 0px;
        width: 100%;
    }




}

/* 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;
    }
}


/*@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;
    }
}*/

/* 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;
    }
}
