﻿* {
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: ProximaNova;
    src: url("Fonts/ProximaNova-Regular.otf") format("opentype");
}

@font-face {
    font-family: ProximaNova;
    font-weight: bold;
    src: url("Fonts/ProximaNova-Bold.otf") format("opentype");
}

@font-face {
    font-family: ATTAleckSans_W_Bd;
    src: url('Fonts/ATTAleckSans_W_Bd.woff2') format('woff2'),url('Fonts/ATTAleckSans_W_Bd.ttf') format('truetype');
}

@font-face {
    font-family: ATTAleckSans_W_Blk;
    src: url('Fonts/ATTAleckSans_W_Blk.woff2') format('woff2');
}

@font-face {
    font-family: ATTAleckSans_W_Md;
    src: url('Fonts/ATTAleckSans_W_Md.woff2') format('woff2');
}

@font-face {
    font-family: ATTAleckSans_W_Rg;
    src: url('Fonts/ATTAleckSans_W_Rg.woff2') format('woff2'), url('Fonts/ATTAleckSans_W_Rg.ttf') format('truetype');
}

html {
    /*background: url(../../Images/TW-Login-BG.png) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cssBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.cssBackgroundImage {
    height: 99%;
    width: 100%;
}

.cssOuterPanel {
    /*min-height: 45vh;*/
    width: 400px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    /*text-align: center;*/
    /*padding-top: 20px;*/
    /*background: white;*/
    /*border-top: 10px solid #00275A;*/
    border-top: 10px solid #000000;
    z-index: 2;
    margin-top: 1;
}

@media only screen and (min-width: 768px) {
    .cssInnerPanel {
        min-height: 150px;
        width: 400px;
    }
}

.cssInnerPanel {
    background-color: #fff;
    /*margin: 1;*/
    /*box-shadow: 1px 1px 5px #000000;
    border: 1px solid #C1D2E2;*/
    /*border-top: 10px solid #00275A;
    z-index: 2;*/
}



.divAppLogo {
    overflow: hidden;
}

.cssImage {
    max-height: 100%;
    max-width: 100%;
}

.cssAppName {
    /*color: #52A6DE;*/
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    padding: 15px;
    font-family: ATTAleckSans_W_Rg;
    overflow-x: hidden;
    text-align: center;
    overflow-wrap: break-word;
}

.cssInstructionOuter {
    /*padding-left: 1%;*/
}

.cssInstruction {
    font-family: ProximaNova;
    font-weight: bold;
    font-size: 18px;
    float: left;
    /*width: 26%;*/
    /*margin:0 auto;
    padding-top:8px;*/
}

.cssInstructionhr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em auto;
    padding: 0;
    width: auto;
    max-width: 120px;
}

.cssLoginPanel {
    text-align: left;
    padding: 20px;
    /*font-family: ATTAleckSans_W_Md;*/
    color: #505050;
    font-size: 13px;
    padding-top: 0px;
}

.cssForgotPassword {
    font-family: ATTAleckSans_W_Rg;
    color: #1e1e1e;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
}

.cssTextBox {
    margin: 0px;
    margin-top: 3px;
    height: 40px !important;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    width: 100%;
    background-color: #E6E6E6;
    border: 0px;
    font-family: ProximaNova;
    font-weight: bold;
}

.cssBtnLogin {
    -webkit-appearance: none; /*For iphone*/
    /*background-color: #21AEE7 !important;*/
    /*background-color: #000000 !important;*/
    background-color: #e5bc73 !important;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    vertical-align: middle;
    font-family: ATTAleckSans_W_Bd;
    font-weight: bold;
    color: #1e1e1e;
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 14px;
    cursor: pointer;
    /*margin-bottom: 8px;*/
}

input[type=checkbox]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
}

    input[type=checkbox]:not(old) + label {
        display: inline-block;
        margin-left: -28px;
        padding-left: 28px;
        background: url('../../Images/icon-checkbox-unchecked.png') no-repeat 0 0;
        line-height: 24px;
    }

    input[type=checkbox]:not(old):checked + label {
        display: inline-block;
        margin-left: -28px;
        padding-left: 28px;
        background: url('../../Images/icon-checkbox-checked.png') no-repeat 0 0;
        line-height: 24px;
    }

.divLoading {
    position: absolute;
    right: 10px;
    top: 0px;
}

.divMFALoading {
    float: right;
    position: absolute;
    right: 10px;
    top: 0px;
}

.failureNotification {
    font-family: ProximaNova;
    color: Red;
    font-size: 13px;
}

.footerText {
    font-family: ProximaNova;
    font-size: 13px;
}

.CookieSecurityText {
    font-size: 1em; /*font-style: italic;*/
    font-family: ATTAleckSans_W_Rg;
    color: #fff;
    /*text-decoration: underline;*/
    padding-top: 5px;
    /*text-shadow:1px 1px 2px white;*/
}

.cssErrorPageTextBox {
    font-family: ProximaNova;
    font-size: 15px;
    border: hidden;
    color: red;
    display: inline-block;
    height: 125px;
    width: 100%;
    overflow: hidden;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 1px;
    resize: none;
    text-align: center;
}

.cssErrorPageText {
    font-family: ProximaNova;
    font-size: 15px;
    color: #52A6DE;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
}

.cssInstructionErrorPagehr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0;
    width: 100px;
}

.cssInstructionOuterErrorPage {
    padding-left: 20px;
}

.cssFooterImage {
    /*max-height: 30px;*/
    max-width: 100%;
    /*content: url("../../images/WMLogoBottom.jpg?v2") !important;*/
}

/*Rohan*/

/**
  * Less code is containing both the responsive and static code implementation.
  * Mixin contains common css code across the classes.
  * @smartphones is for mobile devices lesser than 768px width.
  *
***/
/**
  * Changing variable attributes of CSS.
***/
.zero-bottom {
    position: relative;
    bottom: 0;
}

@font-face {
    font-family: ProximaNova;
    src: url("Fonts/ProximaNova-Regular.otf") format("opentype");
}

@font-face {
    font-family: ProximaNova;
    font-weight: bold;
    src: url("Fonts/ProximaNova-Bold.otf") format("opentype");
}

.twlogo, .twfooter {
    display: block !important;
}

html,
body {
    height: 100%;
    background: #000 url('../../images/BG/2.png') no-repeat center center fixed;
    /*background-color:#E0E0E0;*/
    color: #000;
    font-size: 16px;
    padding-top: 0 !important;
    font-family: ATTAleckSans_W_Rg;
    font-size: 13px;
    background-size: cover;
}

html {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a {
    color: #000;
}

    a:hover {
        color: #000;
    }

p {
    /*font-size: 0.75em;*/
    letter-spacing: 0.5px;
}

#wrap {
    /*min-height: 96%;*/
    height: auto !important;
    margin: 0 auto 0px;
}



.main-panel {
    /*width: 375px;*/
    margin: 50px auto 30px auto;
    /*background: #fff;*/
    /*background-color: #ffffff;*/
    /* padding: 35px 20px 30px 20px; */
    word-spacing: 1px;
    letter-spacing: 0.1px !important;
    /*min-height: 300px;*/
    height: auto !important;
    position: relative;
    /*line-height: normal;*/
}

input {
    background-color: #E6E6E6 !important;
}

.main-panel input {
    background: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0;
}

.ChangePassword .main-panel input {
    background: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0;
    /*margin-top: 15px;*/
}

.main-panel div.form-group {
    margin-bottom: 3px !important;
}

.main-panel label {
    font-weight: normal;
    /*text-transform: uppercase;*/
    margin-top: 3px;
    /*font-size: 0.751042em;*/
    /*letter-spacing: 0.1em;*/
    margin-bottom: auto;
}

.main-panel ol {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
}

    .main-panel ol li {
        /*font-size: 0.75em;*/
        margin: 5px 0;
        padding: 0;
    }

    .main-panel ol .numbers {
        width: 5%;
        border-right: 1px solid #000;
        padding: 0px 5px 0px 0px;
        vertical-align: top;
        display: inline-block;
        margin-right: 8px;
    }

    .main-panel ol .li-text {
        width: 90%;
        display: inline-block;
        vertical-align: top;
    }

.main-panel h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1em;
}

.main-panel h4 {
    color: #b3b3b3;
}

.main-panel h3 {
    color: #59595B;
    font-size: 0.875em;
}

.main-panel h6 {
    font-size: 1em;
}

.main-panel div.login-form,
.main-panel div.verify-form,
.main-panel .reset-form,
.main-panel .enroll-form,
.main-panel .message-form,
.main-panel .successForm {
    padding-top: 0px;
    /*min-height: 185px;*/
    height: auto;
    display: block;
    position: relative;
    padding-bottom: 5px;
}



.message-form {
    min-height: 235px !important;
}

.enroll-form label {
    text-transform: none;
}

.logo1 {
    margin: 0px auto;
    text-align: left;
    display: block;
}

.logo2 {
    margin: 20px auto 0 auto;
    text-align: center;
    display: block;
}

/*Fixed Css Classes Ends Here*/
.bottom-div {
    display: inline;
    table-layout: fixed;
    position: relative;
    bottom: 0;
    margin-top: 5px;
    width: 100%;
}

.bottom-nav {
    /*width: 100%;*/
    margin-top: 6px;
    table-layout: fixed;
    position: relative;
    bottom: 0;
}

    .bottom-nav ul {
        margin-top: 15px;
        padding: 0 !important;
        float: none;
        text-align: justify;
        margin-bottom: 0;
        min-width: 100%;
        height: 20px;
    }

        .bottom-nav ul:after {
            content: '';
            display: inline-block;
            width: 100%;
        }

        .bottom-nav ul li {
            display: inline-block;
            float: none;
            text-align: left;
            list-style-type: none;
            padding: 5px 0px 0px 0px !important;
        }

            .bottom-nav ul li a {
                color: #000;
                text-decoration: none;
                /*font-size: 0.75em;*/
                display: block;
                padding: 0px !important;
            }

.fgt-text {
    padding-top: 8px;
}

    .fgt-text a {
        color: #000;
        text-decoration: none;
        font-size: 0.75em;
    }

.btn-custom {
    /*background: #21AEE7 !important;*/
    background: #e5bc73 !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    text-transform: none;
    height: 45px !important;
    margin: 0 auto;
    line-height: 45px;
    vertical-align: middle;
    font-family: ATTAleckSans_W_Bd;
    font-weight: bold;
    color: #1e1e1e;
    font-size: 14px;
    min-width: 120px;
    padding:0px;
}

.text-danger {
    color: #CC0000;
}

    .text-danger p {
        font-size: 1em;
        font-weight: bold;
    }

.text-message {
    /*font-size: 0.651042em;*/
    padding: 8px 0 8px 0;
    min-height: 50px;
    word-break: keep-all;
}

.success-text {
    color: #008000;
}

.form-control {
    height: 40px;
}

.glyphicon-question-sign {
    margin-top: 3px;
}

.text-bottom {
    bottom: 0;
    position: absolute;
    margin-bottom: 0;
}

.barcode-div {
    position: relative;
    height: 82px;
}

.light-grey {
    color: #59595b;
    font-size: 0.75em;
}

#footer {
    width: 100%;
    height: 30px;
    position: relative;
    bottom: 0;
    text-align: center;
    /*margin-top: -30px;*/
    display: inline;
}

    #footer p {
        margin: 5px 0 0 0;
        /*font-size: 0.520833em;*/
        color: #cecece;
    }

img#SP_logo[src=""] {
    display: none;
}

.link {
    cursor: pointer;
    color: #000000;
}

    .link:hover {
        text-decoration: underline;
    }

.sp-logo {
    margin: 30px auto;
    max-height: 50px;
}

.bold-font {
    font-weight: bold;
}

.hidden-div {
    margin: 10px 0;
}

    .hidden-div p {
        margin: 0 !important;
        font-size: 0.651042em !important;
    }

.lt-panel-btn {
    position: relative;
    bottom: 0;
    margin-top: 40px;
}

.option {
    font-size: 1em;
}

.qrImage {
    width: 100%;
}
/** Modal Popup **/
.custom-modal-content {
    margin: auto auto 0 auto;
    padding: 0;
}

.custom-modal-header {
    min-height: 20px;
}

.custom-modal-body {
    min-height: 285px;
    max-height: 285px;
    overflow-y: auto;
    margin-bottom: 2px;
    word-break: normal;
}

.custom-modal-content,
.custom-modal-header {
    max-width: 560px;
    min-width: 552px;
    word-break: break-all;
}

/**Customized scroll bar for Chrome browser**/
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #D9D9D9;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px #000000;
    background-color: rgba(0, 0, 0, 0.6);
}

.btn:hover,
.btn:focus {
    color: #ffffff;
}

.mfaBack > a {
    color: white;
}

    .mfaBack > a:hover {
        text-decoration: none;
    }

.zoom {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.zoom-okta {
    margin: 1.2em auto -0.4em 1.2em;
}

.zoom-google {
    margin: 1em auto 1em 0.9em;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.updateMfa {
    padding: 12px 0;
}

    .updateMfa label {
        font-size: 1em;
        letter-spacing: 0.05em;
        width: 58%;
        font-weight: bold;
        margin-top: 12px !important;
        margin-bottom: 0 !important;
    }

.btn-custom-grey {
    background: #eee;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000;
    border: 1px solid #999;
    padding: 9px 0px;
    width: 100%;
    /*font-size: 0.8em;*/
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .cssInnerPanel {
        min-height: 200px;
        max-width: 370px;
        /*width: 93%;*/
        background-color: #fff;
        margin: 0 auto;
        /*border-top: 10px solid #00275A;*/
        z-index: 2;
    }

    #notificationBar + #wrap {
        margin-top: 30px;
    }

    .cssOuterPanel {
        width: 300px;
    }

    .container-fluid.ChangePassword > .row {
        /*margin-left: -28px !important;*/
    }

    .main-panel {
        /*width: 295px;*/
        margin: auto auto;
        padding: 25px 10px;
        /*min-width: 345px;*/
    }

    #footer {
        padding-right: 0px !important;
    }

    .main-panel div.login-form,
    .main-panel div.verify-form,
    .main-panel .reset-form,
    .main-panel .enroll-form,
    .main-panel .message-form,
    .main-panel .successForm {
        /*min-height: 174px !important;*/
        padding-top: 0px !important;
    }

    .main-panel img {
        /*width: 100%;*/
    }

    .logo1 {
        margin-bottom: 5px;
        text-align: center;
    }

    .logo2 {
        text-align: center;
        margin: 61px auto 20px auto;
    }

    .btn-custom {
        width: auto;
        padding:0px;
        min-width: 100px;
    }

    .sp-logo {
        margin: 0;
        width: 100px !important;
        max-height: 40px;
    }

    .custom-modal-content {
        margin: auto auto 0 auto;
    }

    .custom-modal-content,
    .custom-modal-header {
        max-width: 268px;
        min-width: 260px;
    }

    .btn-custom-grey {
        font-size: 0.7em;
        padding: 11px 0;
    }

        .btn-custom-grey span {
            margin-right: 0px;
        }
        .dropdown.mfadropdown{
            padding: 0% 23% !important;
        }
}

.btn-custom-grey span {
    margin-right: 6px;
}

.btn-custom-grey:hover {
    background: #fff;
    color: #000;
}

.notification-panel {
    background-color: transparent;
    border: 1px solid #666;
    border-radius: 12px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: auto;
    height: 45px;
    margin: 1em 0 0 0;
}

.body-container {
    display: inline-block;
}

#PushNotification {
    margin-top: 2%;
    display: none;
}

.msg {
    vertical-align: middle;
    margin: 3px 0;
    /*font-size: 0.651042em;*/
    font-weight: 500;
    color: #007d00;
}

.status-success {
    width: 50px;
    padding: 0px;
    height: 43px;
    float: left;
    background-color: #4FBE9D;
    margin-right: 5px;
    border-radius: 12px 0 0 12px;
    text-align: center;
}

    .status-success .glyphicon-ok-sign {
        margin-top: 12px;
    }

.OR {
    width: auto;
    position: absolute;
    margin-left: 52%;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
}

.warning {
    width: 50px;
    padding: 0px;
    height: 56px;
    float: left;
    background-color: #FFFF60;
    margin-right: 5px;
    text-align: center;
}

.warning-msg {
    font-size: 0.7em;
    word-break: break-word;
    text-align: justify;
    word-spacing: initial;
}

.head {
    font-size: 0.8em !important;
    text-align: justify;
    word-spacing: initial;
    word-break: break-word;
    text-transform: none !important;
    margin: 15px 0 !important;
}

.warning-border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.custom-row {
    margin-left: -15px;
    margin-top: -15px;
    margin-right: -15px;
}

.warning .glyphicon-exclamation-sign {
    margin-top: 20px;
}

ol.numeric {
    list-style-type: decimal;
    padding: 0px 14px !important;
}

#footer {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    text-align: center;
    margin-top: -8px;
    display: block;
}

.ShowMFAProcessing {
    /* The Fallback */
    background-color: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0cffffff, endColorstr=#0cffffff);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0cffffff, endColorstr=#0cffffff);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    /*color: #19AEEF;*/
    color: #000000;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    letter-spacing: 1px;
}

    .strike > span {
        position: relative;
        display: inline-block;
    }

        .strike > span:before,
        .strike > span:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 1px;
            background: #ddd;
        }

        .strike > span:before {
            right: 100%;
            margin-right: 15px;
        }

        .strike > span:after {
            left: 100%;
            margin-left: 15px;
        }

/**CSS FOR THE RING**/

.glyphicon-ring {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid white;
    color: white;
    display: inline-table;
    text-align: center;
}
    /**CSS FOR ICON WITH NO BACKGROUND COLOR**/

    .glyphicon-ring .glyphicon-bordered {
        font-size: 20px;
        vertical-align: middle;
        display: table-cell;
    }
/**WITH AN ADDED BACKGROUND COLOR**/

.glyphicon-white {
    background: white;
    color: black;
    border: 4px solid black;
}

.glyphicon-teal {
    background: teal;
    color: orange;
}

.glyphicon-red {
    background: red;
}

.glyphicon-circle {
    position: relative;
    border-radius: 50%;
    width: 15%;
    height: auto;
    padding-top: 10%;
    background: #19AEEF;
}

i.fa-mobile ~ i.fa.fa-exclamation.fa-stack-1x.fa-inverse {
    font-size: medium !important;
}

.twfooter {
    display: none !important;
    margin: 0 auto;
}



#MFAOptions li {
    display: block;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    position: relative;
}

    #MFAOptions li a {
        line-height: 30px !important;
        padding: 3px 35px !important;
        color: #5e5e5e;
        font-size: 13px;
        /*padding: 10px 5px 10px 30px;*/
        display: block;
        vertical-align: top;
        position: relative;
        box-sizing: border-box;
    }

    #MFAOptions li > a.icon-16 > span.icon {
        width: 30px;
        height: 30px;
        left: 2;
        position: absolute;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }

#MainContent_MfaTokenVerificationForm .dropdown-toggle::after {
    display: none;
}


#SelectionImage {
    border-radius: 50%;
    cursor: pointer;
    margin: auto;
    display: block;
}


#MfaTokenVerificationForm #dropdownMenu1 {
    cursor: pointer;
    margin: auto;
    display: inline;
}

.factor-icon.mfa-okta-verify-30 {
    background-image: url(../../images/smallOV.png);
    width: 30px;
    height: 30px;
}

.factor-icon.mfa-onprem-30 {
    background-image: url(../../images/smallRSA.png);
    width: 30px;
    height: 30px;
}

.factor-icon.mfa-YUBICO-30 {
    background-image: url(../../images/smallYUBICO.png);
    width: 30px;
    height: 30px;
}

#up_MFAverify .main-panel h4 {
    /*margin-left: -5%;*/
    margin: auto;
}

#up_MFAverify .main-panel P {
    margin-bottom: 0px;
}

.cssLoginPanel label > span {
    display: inline !important;
}

.container-fluid.ChangePassword > .row {
    margin: 0;
}

.cssInnerPanel #mainpanel {
    width: 370px;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}
