﻿* :not(.foo) {
    font-size: 1em !important;
}

html, body {
    background-color: white;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    overflow: hidden;
}

div.footerLeft {
    padding-top: 25px;
}

div.footer {
    clear: both;
    background-position: right;
    background-repeat: no-repeat;
    height: 60px;
}

div.footerPrint {
    text-align: center;
}

.footerPrintLeft {
    float: left;
    margin: 16px 0 0 10px;
}

.inputLabel {
    color: #cee1ff;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0.2em;
}

.footer, .footerLeft {
    font-size: 0.9em !important;
}

#divFooterLeft {
}

    #divFooterLeft a, .DEMONOTE a {
        text-decoration: none;
    }

        .DEMONOTE a, .DEMONOTE a:link, .DEMONOTE a:visited {
            background-color: #a90000;
            color: #FFFFFF !important;
            padding: 0 0.2em;
        }

        #divFooterLeft a:hover {
            color: #FFFFFF !important;
            text-decoration: none;
            cursor: pointer;
        }

        .DEMONOTE a:hover {
            background-color: #ca0000;
            color: #FFFFFF !important;
            text-decoration: none;
            cursor: pointer;
        }

#liForgotUNP {
    padding-top: 1.4em;
}

    #liForgotUNP a {
        text-decoration: none;
        color: #6281b1;
        font-style: italic;
    }

        #liForgotUNP a:hover {
            color: #97a8dc;
            text-decoration: none;
            cursor: pointer;
            font-style: italic;
        }

.loginLogo {
    position: absolute;
    float: left;
    margin-top: -84px;
    margin-left: -68px;
    width: 175px;
    z-index: 9;
}

.loginPanelLogin {
    width: 100%;
    display: inline-block;
}

.TRFORM td {
    padding-top: 14px;
}

.TBLOGINUSERNAME, .TBLOGINPASSWORD, .TBVALIDATIONCODE {
    padding: 0.2em 0.3em 0.1em 0.3em !important;
    font-size: 1.2em !important;
    width: 100%;
    background-color: white;
    color: black;
}

    .TBLOGINUSERNAME:focus, .TBLOGINPASSWORD:focus {
        outline: none;
        border: 0.08em solid #049eff !important;
        background-color: white;
    }

.TBLOGINUSERNAME {
    text-transform: lowercase;
}

.TBLOGINPASSWORD {
    letter-spacing: 0.1em;
}

.MFAHINTWRAP {
    color: #9bc8ff;
    line-height: 1.4em;
}

.MFAHINT {
    font-weight: bold;
    white-space: nowrap;
}

.MFA_IMG {
    height: 1.6em;
    margin-top: -0.4em;
    vertical-align: middle;
}

.MFALBL {
    font-weight: bold;
    color: #ffdc00;
}

.LOGINBTN, .STARTOVERBTN {
    padding-left: 1.2em !important;
    padding-right: 1.2em !important;
    padding-top: 0.3em !important;
    padding-bottom: 0.3em !important;
    margin-top: 0.2em;
}

.STARTOVERBTN {
    margin-left: 1em;
}

.LOGINERR {
    margin-left: 1.3em;
    margin-right: 1.6em;
}

.FORGOTUSERNAMEPASS {
    font-size: 0.9em !important;
}

#divLoadingText {
    color: #DDD !important;
    font-size: 1.1em !important;
    margin-top: 3em !important;
}

#lblReadyProgress {
    float: right;
    color: #DDD;
    margin-left: 10px;
    font-size: 1em !important;
}

#divLoadingBar {
    width: 100%;
    height: 0.4em;
    margin-top: 0.2em;
    margin-bottom: 1em;
}

#divBody {
    display: table;
    table-layout: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100% - 60px);
    overflow: visible !important;
}

#divLeft {
    display: table-cell;
    height: 100% !important;
}

#divRight {
    display: table-cell;
    overflow: hidden;
    color: #EEEEFF;
    border-left: 0.1em solid #828995;
    width: 50%;
    height: 100% !important;
    vertical-align: top;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #c5c5c5;
    background-image: url(/common/_images/bg/bg69.webp?x2025);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#divLeftWrap {
    display: block;
    min-height: 100%;
    height: 100%;
    padding-bottom: 3em;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    background: -ms-linear-gradient(top, #fff 0%, #ddd 100%);
    background: -moz-linear-gradient(top, #fff, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff', endColorstr='#ddd');
    background-repeat: no-repeat;
    background-size: cover;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

    #divLeftWrap.X1 {
        background-image: url(/common/_images/x5.jpg);
    }

    #divLeftWrap.X2 {
        background-image: url(/common/_images/x52.jpg);
    }

    #divLeftWrap.X3 {
        background-image: url(/common/_images/x53.jpg);
    }

    #divLeftWrap.X4 {
        background-image: url(/common/_images/x54.jpg);
    }

@keyframes TICKERANIM {
    0% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.TICKERWRAP {
    position: absolute;
    float: left;
    bottom: 60px;
    height: 1.8em;
    background-color: #264477;
    color: #b6ccff;
    left: 0;
    z-index: 1000;
    width: 50%;
    overflow: hidden;
}

.TICKER {
    font-size: 1.4em !important;
    margin-top: 0.1em;
    display: inline-block;
    white-space: nowrap;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: TICKERANIM;
    animation-name: TICKERANIM;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
}

    .TICKER * {
        font-size: inherit !important;
    }

.MAINTENANCE {
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#divLoginPanel {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#4666A7E7), to(#010C4FE7));
    background: -ms-linear-gradient(top, #4666A7E7 0%, #010C4FE7 100%);
    background: -moz-linear-gradient(top, #4666A7E7, #010C4FE7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4666A7E7', endColorstr='#010C4FE7');
    color: #203060;
    margin: 0 auto;
    padding: 1.3em 1.3em 0.8em 1.3em;
    border: 0.05em solid #1d3071;
    max-width: 360px;
    -webkit-border-radius: 0.3em !important;
    -moz-border-radius: 0.3em !important;
    border-radius: 0.3em !important;
}

#divFormWrap {
    display: block;
    overflow: hidden;
}

#divLeftCenter {
    padding: 90px 0 0 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (min-width: 1200px) {
    #divRight {
        width: 55%;
    }
}

@media only screen and (max-width: 840px) {
    html, body {
        overflow: auto !important;
    }

    #divBody {
    }

    #divLeft {
        width: 100%;
        height: 100%;
    }

    .TICKERWRAP {
        width: 100%;
    }

    #divRight {
        display: none;
    }

    .footer {
        position: fixed !important;
    }

    .LOGINPANELNOTES {
        padding: 1em 0.5em !important;
    }
}

@media only screen and (max-width: 480px) {
    #divLeftCenter {
        left: inherit;
        padding-top: 90px !important;
        max-width: 100%;
        margin-left: inherit;
    }

    #divFormWrap {
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

    input[type="text"], input[type="password"] {
        font-size: 1em !important; /* no auto-zooming on iOS devices */
    }

    .loginLogo {
        margin-left: -36px;
    }
}

.loginIssuesHeader {
    font-weight: bold;
    font-size: 1.1em !important;
    padding-top: 0.2em;
    color: #447;
}

@media only screen and (min-height: 1200px) {
    #divLeftCenter {
        padding-top: 190px;
    }
}

@media only screen and (max-height: 1200px) {
    #divLeftCenter {
        padding-top: 190px;
    }
}

@media only screen and (max-height: 1000px) {
    #divLeftCenter {
        padding-top: 170px;
    }
}

@media only screen and (max-height: 900px) {
    #divLeftCenter {
        padding-top: 160px;
    }
}

@media only screen and (max-height: 736px) {
    #divLogoWrapper {
        height: 70px;
        margin-bottom: 10px;
    }

    #divLeftCenter {
        padding-top: 90px;
    }
}

@media only screen and (max-height: 670px) {
    #divLogoWrapper {
        height: 70px;
        margin-bottom: 10px;
    }

    #divLeftCenter {
        padding-top: 80px;
    }
}

@media only screen and (max-height: 610px) {
    #divLogoWrapper {
        height: 73px;
        margin-bottom: 0.1em;
    }

    #divLeftCenter {
        padding-top: 70px;
    }
}

.footerRight, .footerRightTOP {
    position: absolute;
    right: 7px;
    margin-top: 12px;
    cursor: pointer;
}

.footerRightTOP {
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-direction: alternate;
}

@-webkit-keyframes fade {
    0% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    10% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    90% {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-moz-keyframes fade {
    0% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    25% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    75% {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@keyframes fade {
    0% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    25% {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    75% {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

.loginReleaseNotes {
    all: unset;
    display: block;
    width: 100%;
    vertical-align: top;
    line-height: 1.1em;
    color: #293e65;
}

    .loginReleaseNotes ul {
        margin: 0.5em 0;
    }

.loginReleaseNotesHeader {
    font-family: Tahoma,Arial;
    font-size: 1.3em !important;
    font-weight: normal !important;
    margin: 0.1em 0 0.8em 0;
}

.loginReleaseNotesHeader, .loginReleaseNotesSectionTitle {
    color: #e7f5ff;
}

.loginLeftSubHeader {
    font-style: italic;
}

.loginReleaseNotesSectionTitle {
    margin-top: 1.4em;
    padding-top: 0.4em;
    font-style: italic;
}

.latestImprovementsText {
    font-weight: normal !important;
    margin: 0 !important;
    padding-bottom: 0.15em;
    color: #c5caec;
    line-height: 1.2em;
}

    .latestImprovementsText i {
        color: #b2d0ff;
    }

.IMPORTANTPREVVERSIONITEM {
    background-color: #6d009e !important;
}

.latestImprovementsText a:not(.SCREENSHOTLINK) {
    background-color: #b9009c;
}

.latestImprovementsText a, .latestImprovementsText a:link, .latestImprovementsText a:visited, .latestImprovementsText a:hover {
    color: #fff !important;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.latestImprovementsText b:first-child, .latestImprovementsText .OTHERTITLE {
    color: #3ABEFF;
    font-weight: normal;
}

li {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

.latestImprovementsSubitem {
    list-style-type: none;
}

.SCREENSHOTLINK img {
    margin: 0 0.2em 0 0em;
    height: 1.2em;
    border: 1px solid #8c9bab;
    vertical-align: middle;
}

.LOCATIONINFO {
    float: right;
    position: relative;
    margin-right: -16px;
    margin-top: -38px;
    color: #82a1d4;
}

.MAINVERSION, .VERSIONHIGHLIGHTS_MAIN, .VERSIONHIGHLIGHTS, .VERSIONHIGHLIGHTS_NEXTVERSION {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 1px;
    padding-right: 0.4em;
}

    .MAINVERSION ul, .VERSIONHIGHLIGHTS_MAIN ul, .VERSIONHIGHLIGHTS ul, .VERSIONHIGHLIGHTS_NEXTVERSION ul {
        padding-left: 2.3em !important;
    }

.MAINVERSION {
    color: #d3e4ff;
}

.VERSIONHIGHLIGHTS_MAIN b, .VERSIONHIGHLIGHTS b, .VERSIONHIGHLIGHTS_NEXTVERSION b,
.VERSIONHIGHLIGHTS_MAIN u, .VERSIONHIGHLIGHTS u, .VERSIONHIGHLIGHTS_NEXTVERSION u,
.VERSIONHIGHLIGHTS_MAIN i, .VERSIONHIGHLIGHTS i, .VERSIONHIGHLIGHTS_NEXTVERSION i,
.VERSIONHIGHLIGHTS_MAIN span, .VERSIONHIGHLIGHTS span, .VERSIONHIGHLIGHTS_NEXTVERSION span {
    font-size: inherit !important;
}

.VERSIONHIGHLIGHTS_MAIN {
    background-color: #dd7100;
    /*-webkit-animation: VHLTransition 5s ease infinite;
    -moz-animation: VHLTransition 5s ease infinite;
    animation: VHLTransition 5s ease infinite;*/
}

.VERSIONHIGHLIGHTS_NEXTVERSION {
    background-color: #0040b1;
}

.VERSIONHIGHLIGHTS {
    background-color: #003886;
}

@-webkit-keyframes VHLTransition {
    0% {
        background: #09185b;
    }

    50% {
        background: #1a3078;
    }

    100% {
        background: #09185b;
    }
}

@-moz-keyframes VHLTransition {
    0% {
        background: #09185b;
    }

    50% {
        background: #1a3078;
    }

    100% {
        background: #09185b;
    }
}

@keyframes VHLTransition { /*Chrome*/
    0% {
        background: #09185b;
    }

    50% {
        background: #1a3078;
    }

    100% {
        background: #09185b;
    }
}

.GREENLABEL {
    display: inline-block;
    padding: 0 0.3em 0 0.5em;
    background-color: #0765af;
    color: #a2e8ce;
    font-size: 0.9em !important;
    margin-right: 0.1em;
}


    .GREENLABEL .LED_BLINKGREEN {
        display: inline-block;
        width: 0.6em;
        height: 0.6em;
        margin-left: 0.4em;
    }

.imgshadingLOGIN {
    -moz-box-shadow: 3px 3px 7px #06154a;
    -webkit-box-shadow: 3px 3px 7px #06154a;
    box-shadow: 3px 3px 7px #06154a;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#06154a')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#06154a');
    margin-right: 4px;
}

.INPROGRESS {
    font-style: italic;
}

.WHITELLINK, .WHITELLINK:link, .WHITELLINK:visited, .WHITELLINK:hover {
    color: #fff !important;
    background-color: inherit !important;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.LOGINCOMPANYLOGO {
    float: right;
    margin-top: 0.2em;
    margin-right: 0.2em;
    padding: 0.1em 0.3em;
    text-align: right;
}

    .LOGINCOMPANYLOGO img {
        height: 3.2em;
        -webkit-border-radius: 0.3em;
        -moz-border-radius: 0.3em;
        border-radius: 0.3em;
        padding: 0.2em 0.5em !important;
    }

.TBLTOPLEFTMESSAGE {
    position: absolute;
    left: 0;
    top: 0;
    color: #5b6783;
    border-collapse: collapse;
}

    .TBLTOPLEFTMESSAGE td {
        vertical-align: middle;
        padding: 0.1em 0.3em;
        font-family: Georgia,Arial;
        font-size: 1em !important;
    }

    .TBLTOPLEFTMESSAGE img {
        height: 2.4em;
    }

.LOGINPANELIMGTOPRIGHT {
    position: absolute;
    margin-top: -1.3em;
    width: 80px;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

.italicbg {
    background-color: #004e85;
    padding: 0 0.2em;
}

.LOGINPANELNOTES {
    position: absolute;
    bottom: 0;
    padding: 1em;
    overflow: auto;
}

.ADDONIMG {
    vertical-align: middle;
    padding: 0.4em;
    background-color: #3d569266;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

.MOBILELINK {
    display: inline-block;
    white-space: nowrap;
}

    .MOBILELINK a {
        color: #fff !important;
        padding-left: 0.2em;
        padding-right: 0.2em;
        background-color: #005292 !important;
        margin-right: 0.2em;
    }

        .MOBILELINK a:hover {
            background-color: #006dc3 !important;
        }

.DEMONOTE {
    display: inline-block;
    color: #fff;
    background-color: #0062bfde;
    margin-top: 0.2em;
    margin-right: 0.4em;
    padding: 0.2em 0.5em;
    font-size: 0.85em !important;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    -webkit-border-radius: 0.3em !important;
    -moz-border-radius: 0.3em !important;
    border-radius: 0.3em !important;
}

.DEPLOYMENTNOTE {
    background-color: #396bbf;
    color: white;
    padding: 0.2em;
    font-size: 0.9em !important;
    -webkit-animation: DEPLOYMENTNOTE_ANIM 1.5s infinite; /* Safari 4+ */
    -moz-animation: DEPLOYMENTNOTE_ANIM 1.5s infinite; /* Fx 5+ */
    -o-animation: DEPLOYMENTNOTE_ANIM 1.5s infinite; /* Opera 12+ */
    animation: DEPLOYMENTNOTE_ANIM 1.5s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes DEPLOYMENTNOTE_ANIM {
    0%, 49% {
        background-color: #d00;
    }

    50%, 100% {
        background-color: #dd7100;
    }
}

@-moz-keyframes DEPLOYMENTNOTE_ANIM {
    0%, 49% {
        background-color: #d00;
    }

    50%, 100% {
        background-color: #dd7100;
    }
}

@-ms-keyframes DEPLOYMENTNOTE_ANIM {
    0%, 49% {
        background-color: #d00;
    }

    50%, 100% {
        background-color: #dd7100;
    }
}

@-o-keyframes DEPLOYMENTNOTE_ANIM {
    0%, 49% {
        background-color: #d00;
    }

    50%, 100% {
        background-color: #dd7100;
    }
}

@keyframes DEPLOYMENTNOTE_ANIM { /*Chrome*/
    0%, 49% {
        background-color: #d00;
    }

    50%, 100% {
        background-color: #dd7100;
    }
}

.TBLOPTICMOBILE img {
    -webkit-border-radius: 0.3em !important;
    -moz-border-radius: 0.3em !important;
    border-radius: 0.3em !important;
}

.DIVADDONS {
    margin-top: 1em;
    font-size: 0.9em !important;
}

    .DIVADDONS * {
        font-size: 1em !important;
    }

    .DIVADDONS b {
        color: #7294f3;
    }

.fieldSetLegend {
    font-size: 0.9em !important;
}


.NOTEWITHICON {
    margin-top: 1em;
    font-size: 0.9em !important;
}

    .NOTEWITHICON img {
        float: left;
        margin: 0 1em 0 0.2em;
        height: 2.5em;
    }

    .NOTEWITHICON * {
        font-size: inherit !important;
    }

.SOCIALMEDIAWRAP {
    float: right;
}

    .SOCIALMEDIAWRAP a {
        margin: 0 0.25em;
    }

    .SOCIALMEDIAWRAP img {
        display: inline-block;
        width: auto !important;
        height: 1.4em !important;
    }

.ACASE {
    display: none;
}

.TBLPROMO tr:first-child td {
    padding-top: 0.25em;
}

.SCROLLERPH {
    position: absolute;
    left: 16em;
    right: 178px;
    margin-top: 0.8em;
}

.VERSION {
    float: right;
    color: #626991;
    font-size: 0.82em !important;
    font-style: italic;
    margin-right: -0.8em;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .VERSION:hover {
        color: #b3c3e5;
    }
