﻿* {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 13px;
}

/* mac hide \*/
html, body {
    height: 100%;
    width: 100%;
}
/* end hide */

body, form {
    background-color: #c6c6c6;
    height: 100%;
}

.sts-outer {
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.sts-container {
    position: relative;
    vertical-align: middle;
    display: table-cell;
    height: 468px;
}

.sts-body {
    width: 520px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

    .sts-body .sts-header {
        background-color: #fff;
        border-bottom: 1px solid #eaeaea;
    }

        .sts-body .sts-header img {
            margin: 15px 15px 15px 40px;
        }

    .sts-body .sts-footer {
        background-color: #ededed;
        border-top: 1px solid #eaeaea;
    }

        .sts-body .sts-footer .sts-footer-right {
            float: right;
            margin-right: 30px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .sts-body .sts-footer .sts-footer-left {
            float: left;
            margin-left: 20px;
            margin-top: 7px;
            margin-bottom: 7px;
        }

    .sts-body .sts-footer-correct {
        border: 1px solid #ededed;
    }

    .sts-body .left, .sts-body .right {
        margin: 5px 0px 20px 45px;
        float: left;
        width: 180px;
        border: 0px solid Red;
    }

    .sts-body .right {
        border: 0px solid Lime;
        margin-left: 30px;
        margin-top: 20px;
        width: 220px;
        line-height: 21px;
    }

        .sts-body .right .validation {
            margin: 0px 0px 15px 0px;
            color: red;
        }

        .sts-body .right .password-change-validation {
            margin: 85px 15px 15px 45px;
            color: red;
        }
        .sts-body .full .validation {
            margin: 15px 15px 15px 15px;
            color: red;
        }

form .right p, form .left p {
    margin: 0px 0;
}

form .left .input-field, .btn-login {
    margin-top: 15px;
}

button {
    width: 200px;
    height: 30px;
}

.reset-password-link a:link, .reset-password-link a:visited, .click-here-link {
    color: #53575a;
}

a, a:visited, a:active {
        color: #53575a;
        text-decoration: underline
}

    a.link-regular {
    color: #53575a;
    text-decoration: underline
    }

    a:hover,a.link-regular:hover, .reset-password-link a:hover, .click-here-link:hover {
         color: #0909B7;
        text-decoration: underline;
    }

ul li {
    margin-left: 30px;
}

input {
    width: 200px;
    height: 30px;
}

.checkbox input {
    width: 13px;
    height: 13px;
}

iframe {
    border: 1px solid #000;
    margin: 5px 0;
    background-color: #FFF;
}

form p.input-field label {
    left: 3px;
    position: absolute;
    top: 0;
    line-height: 30px;
    color: #848282;
    cursor: text;
}

.input-field input {
    line-height: 30px;
}

form p.input-field br {
    display: none;
}

form p.input-field {
    margin: 10px 0;
    position: relative;
    vertical-align: middle;
}

form fieldset p.input-field input, form fieldset p.input-field textarea {
    display: block;
    margin: 0;
    padding: 4px;
    width: 400px;
}

.error-message, .lockout-message {
    color: Red;
}

.lockout-message {
    width: 400px;
}

.error-message a:link, .error-message a:visited, .error-message a:hover {
    color: #2b5fa7;
}

.content {
    padding: 10px;
}
/*.new-terms-and-conditions-info {
    background-color: #ffff00;
}*/
.terms-and-conditions {
    margin: 5px 0;
}

.val-title {
    font-weight: bold;
    margin: 0 0 6px 0;
}

.val-error {
    white-space: nowrap;
    margin: 0 0 6px 0;
    width: 320px;
}

.val-error-inner, .val-error-inner-2 {
    padding: 0 6px 6px 0;
    float: left;
    display: inline-block;
    white-space: normal;
    float: left;
}

.val-error-inner-2 {
    padding: 0;
    max-width: 280px;
    width: 280px;
    float: left;
}

.challenge-container {
    margin-top: 5px;
    width: 500px;
}

.otp-container {
    margin-top: 5px;
    width: 500px;
}

.password-requirements {
    width: 350px;
}

.challenge-form .topm5 {
    margin-top: 5px !important;
}

.no-resize {
    overflow: auto;
    resize: none;
}

.terms-wrapper {
    width: 400px;
    padding: 0px;
    margin-left: 0px;
}

    .terms-wrapper textarea {
        width: 400px;
        padding: 0px;
        margin-left: 0px;
        resize: none;
    }

.clear {
    clear: both;
}

.no-wrap {
    white-space: nowrap;
}

.debug1 {
    border: 1px solid Red;
}

.debug2 {
    border: 1px solid Lime;
}

.debug3 {
    border: 1px solid Blue;
}

.debug4 {
    border: 2px solid Orange;
}

.m5 {
    margin: 5px;
}

.m8 {
    margin: 8px;
}

.m10 {
    margin: 10px;
}

.p5 {
    padding: 5px;
}

.p8 {
    padding: 8px;
}

.p10 {
    padding: 10px;
}

.topbotm5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.topbotm8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.top5 {
    padding-top: 5px;
}

.top8 {
    padding-top: 8px;
}

.top10 {
    padding-top: 10px;
}

.topm0 {
    margin-top: 0px;
}

.topm1 {
    margin-top: 1px;
}

.topm2 {
    margin-top: 2px;
}

.topm3 {
    margin-top: 3px;
}

.topm5 {
    margin-top: 5px;
}

.topm8 {
    margin-top: 8px;
}

.topm10 {
    margin-top: 10px;
}

.topm15 {
    margin-top: 15px;
}

.topm20 {
    margin-top: 20px;
}

.right5 {
    padding-right: 5px;
}

.right8 {
    padding-right: 8px;
}

.right10 {
    padding-right: 10px;
}

.rightm5 {
    margin-right: 5px;
}

.rightm8 {
    margin-right: 8px;
}

.rightm10 {
    margin-right: 10px;
}

.rightm20 {
    margin-right: 20px;
}

.bl10 {
    padding-left: 10px;
    padding-bottom: 10px;
}

.bot5 {
    padding-bottom: 5px;
}

.bot8 {
    padding-bottom: 8px;
}

.bot10 {
    padding-bottom: 10px;
}

.botm5 {
    margin-bottom: 5px;
}

.botm8 {
    margin-bottom: 8px;
}

.botm10 {
    margin-bottom: 10px;
}

.botm20 {
    margin-bottom: 10px;
}

.left5 {
    padding-left: 5px;
}

.left8 {
    padding-left: 8px;
}

.left10 {
    padding-left: 10px;
}

.leftm5 {
    margin-left: 5px;
}

.leftm8 {
    margin-left: 8px;
}

.leftm10 {
    margin-left: 10px;
}

.leftm20 {
    margin-left: 20px;
}

.bold {
    font-weight: bold;
}

.inline {
    display: inline-block;
}

.inline2 {
    display: inline;
}

.clear {
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.noFloat, .no-float {
    float: none;
}

.no-display, .nodisplay, .hide-overflow, .cell-display-off {
    display: none;
}

button.cancelLast,.cancelLast button,
.new-advisory-request-btn,
.blue-button {
    cursor:pointer;
   color: #2A2A2A !important;
   border: 1px solid #e2e2e2 !important;
   background-color: #fff !important;
   background-image: none !important;
   outline: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

button.cancelLast:hover,.cancelLast button:hover,
.new-advisory-request-btn:hover,
.blue-button:hover {
    color: #0909B7 !important;
    text-decoration: none;
    border: 1px solid #e2e2e2 !important;
    background-color: #fff !important;
    background-image: none !important;
    outline: none !important;
        -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

button.submitLast,.submitLast button {
    cursor:pointer;
    background-color: #0909B7;
    color: #fff !important;
    border: 1px solid #0909B7 !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
        -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

button.submitLast:hover,.submitLast button:hover {
    border: 1px solid #001A5B !important;
    background-color: #001A5B ;
        color: #fff !important;
    outline: none !important;
        -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.disabledbutton {
    background: #a7a7c3 !important;
    cursor: default !important;
}

.btn.disabled {
    pointer-events: none;
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #ccc !important;
    border: 1px solid #ccc !important;
    color: #888 !important;
}

    .btn[disabled] {
        pointer-events: none;
        cursor: default;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        filter: alpha(opacity=45);
        -moz-opacity: 0.45;
        opacity: 0.45;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: #ccc !important;
        border: 1px solid #999 !important;
        color: #999 !important;
    }

    .sts-body .center {
        margin: 5px 0px 20px 45px;
        float: left;
        width: 400px;
        border: 0px solid Red;
    }

    .red-headline {
        color: #0909B7
    }



#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}


#toast-container > .toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #FFF;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity = 80);
}


#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}


.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.toast-error {
    background-color: #BD362F;
}


.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #ffffff;
    width: 20px !important;
    /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}

/*Additional properties for button version
iOS requires the button element instead of an anchor tag.
If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    width: 20px !important;
}

.loading-spinner {
    vertical-align: middle;
    text-align: center;
}

.hidden {
    display: none;
}