﻿*, :after, :before {
    box-sizing: border-box
}

html {
    -ms-overflow-style: scrollbar;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
    line-height: 1.15
}

body {
    background-color: #fff;
    color: #212529;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

h1, h2 {
    font-weight: 300
}

h3, h4, h5, h6 {
    font-weight: 600
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
    color:  #0072CE;/* #007bff;*/
    text-decoration: none
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

label {
    display: inline-block;
    margin-bottom: .25rem
}

small {
    font-size: 80%;
    font-weight: 400;
    line-height: 1.3
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

    input[type=checkbox] {
        bottom: 1px;
        height: 21px;
        position: relative;
        vertical-align: middle;
        width: 21px
    }

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.clearfix {
    display: block
}

.hidden {
    display: none
}

.header-centered {
    text-align: center
}

h1 {
    font-size: 24px;
    font-size: 1.5rem;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.px {
    padding-left: 2rem;
    padding-right: 2rem
}

.footer {
    background-color: hsla(0,0%,100%,.9);
    border-top: 1px solid;
    bottom: 0;
    left: 0;
    min-width: 300px;
    overflow: hidden;
    padding: 0 2rem;
    position: fixed;
    right: 0
}

    .footer a {
        font-size: 80%;
        font-weight: 600;
        line-height: 2rem
    }

.cookie-notice-container {
    background-color: #fff;
    border: 1px solid;
    border-width: 1px 0 0;
    left: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    bottom: 33px;
    z-index: 1;
}

@media (min-width:600px) {
    .cookie-notice-container {
        border-width: 0 0 1px;
        top: 0;
        bottom: auto;
    }
}

@media (min-width:600px) {
    .cookie-notice {
        margin: 0 auto;
        max-width: 600px
    }

    .cookie-notice-confirm, .cookie-notice-text {
        float: left;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .cookie-notice-text {
        width: 80%
    }

        .cookie-notice-text p {
            margin: 7px 0 0
        }

    .cookie-notice-confirm {
        width: 20%
    }
}

.main-container {
    margin: 0 auto;
    max-width: 400px;
    min-width: 300px
}

@media (min-width:600px) {
    .main-container {
        background-color: #fff;
        border: 1px solid #888;
        border-radius: 3px;
        margin-top: 120px
    }
}

.main-container-header {
    padding: 2rem 2rem 1rem
}

.main-container-header-img {
    display: block;
    text-align: center
}

.main-container-content {
    padding-bottom: 2rem;
    padding-top: 1rem
}

.header-instruction {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center
}

@media (min-width:992px) {
    .main-container-social {
        margin-top: 120px;
        max-width: 733px
    }

    .social-inline {
        margin-bottom: 1rem;
        margin-left: -1rem;
        margin-right: -1rem
    }

    .social-divide, .social-left, .social-right {
        float: left;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .social-left {
        width: 50%
    }

    .social-left-full {
        width: 100%;
        float: none;
    }

    .social-divide {
        position: relative;
        width: 10%
    }

    .social-right {
        width: 40%
    }

    .social-right-full {
        width: 100%
    }
}

.divider {
    margin: 2rem 2rem 1rem;
    position: relative
}

.divider-label {
    background: #fff;
    display: block;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 30px
}

.divider:before {
    background: #8b8b8b;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%
}

@media (min-width:992px) {
    .divider {
        height: 228px;
        margin: 0 auto;
        position: absolute;
        text-transform: uppercase
    }

    .divider-label {
        top: 44%
    }

    .divider:before {
        content: "";
        height: 100%;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 1px
    }
}

@media (min-width:992px) {
    .main-container-security {
        margin-top: 120px;
        max-width: 733px
    }

        .main-container-security .header-instruction {
            padding-left: 10rem;
            padding-right: 10rem
        }
}

.main-container-security .main-container-content > hr {
    margin: 1rem auto;
    width: 60%
}

@media (min-width:992px) {
    .main-container-security .main-container-content > hr {
        display: none
    }
}

@media (min-width:992px) {
    .form-inline {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .form-answer, .form-question {
        float: left;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .form-question {
        width: 60%
    }

    .form-answer {
        width: 40%
    }
}

.btn {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0
}

.btn:not(:disabled) {
    cursor: pointer
}

.btn:disabled {
    /*background-color: #eee;*/
    border-color: #ccc;
    box-shadow: none;
    color: #ccc;
    opacity: .65
}

.btn-afforded {
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    transition: box-shadow .15s linear,background-color .15s linear,color .15s linear,-webkit-transform .15s linear;
    transition: box-shadow .15s linear,background-color .15s linear,color .15s linear,transform .15s linear;
    transition: box-shadow .15s linear,background-color .15s linear,color .15s linear,transform .15s linear,-webkit-transform .15s linear;
    will-change: box-shadow,background-color,color,transform
}

    .btn-afforded:focus, .btn-afforded:hover {
        box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
    }

    .btn-afforded:not(:disabled):active, .btn-afforded:not(:disabled):active:focus {
        -webkit-transform: translateY(2px);
        box-shadow: none;
        transform: translateY(2px)
    }

.btn-primary {
    background-color:  #0072CE;/* #007bff;*/
    border-color: #006fe6;
    color: #fff
}

    .btn-primary:hover {
        background-color: #1a88ff;
        color: #fff
    }

    .btn-primary:not(:disabled):active {
        background-color: #006fe6;
        color: #fff
    }

.btn-signin {
    background-color: #fff;
    border-color: rgba(0,0,0,.05);
    color: rgba(0,0,0,.9);
    line-height: 2rem;
    text-align: left;
    margin-bottom: 16px;
}

.social-btns .btn + .btn {
    margin-top: 1rem
}

.btn-icon + .btn-text {
    margin-left: 1rem
}

.btn-icon svg {
    height: 1.3rem;
    position: relative;
    top: 5px;
    width: 1.3rem
}

.form-group small {
    display: block;
    margin: .25rem 0 0;
    opacity: .8
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    border-radius: .25rem;
    display: block;
    font-size: 1rem;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control:focus, .form-control:hover {
    background-color: #fff;
    border-color: #80bdff;
    outline: 0
}

.form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control + .invalid-feedback {
    color: red;
    display: none
}

.was-validated .form-control:invalid {
    border-color: red;
    box-shadow: 0 0 0 .2rem rgba(255,0,0,.25)
}

    .was-validated .form-control:invalid + .invalid-feedback {
        display: block
    }

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #999;
    font-style: italic;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999;
    font-style: italic;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #999;
    font-style: italic;
    opacity: 1
}

.form-control::placeholder {
    color: #999;
    font-style: italic;
    opacity: 1
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.alert, .form-group {
    margin-bottom: 1rem
}

.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    padding: .75rem;
    position: relative
}

    .alert.alert-w {
        background-color: #f8d7da;
        border-color: #f5c6cb;
        color: #721c24
    }

.alert-icon {
    float: left
}

    .alert-icon svg {
        height: 1em;
        position: relative;
        top: .2em;
        width: 1em
    }

.alert-text {
    display: block;
    overflow: hidden
}

.alert-icon + .alert-text {
    padding-left: .5rem
}

.login-bg-image {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -5
}

@media (min-width:600px) {
    .login-bg-image {
        display: block
    }

        .login-bg-image.simsprimary-bg {
            background-image: url(/Content/images/simsprimary_bg.jpg)
        }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
        margin-top: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.text-danger {
    color: red;
}

password-strength {
    position: relative;
    display: block;
    width: 170px;
    height: 23px;
    line-height: 20px;
    border-radius: 4px;
    border: solid 1px #ffffff;
}

.password-strength .inner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.password-strength .text {
    font-size: 15px;
    font-style: oblique;
    text-align: center;
    position: relative;
    z-index: 10;
}

#pswd_info {
    width: 100%;
    padding: 15px;
    background: #fefefe;
    font-size: small;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}

    #pswd_info .invalid {
        background: url(/Content/Images/cross.png) no-repeat 0 50%;
        padding-left: 22px;
        line-height: 24px;
        color: #ec3f41;
    }

    #pswd_info .valid {
        background: url(/Content/Images/accept.png) no-repeat 0 50%;
        padding-left: 22px;
        line-height: 24px;
        color: #3a7d34;
    }

    #pswd_info ul {
        list-style: none;
    }

.loading-pane {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 70px;
    text-align: center;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: progress;
}



    /* :not(:required) hides these rules from IE9 and below */
    .loading-pane:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        cursor: progress;
    }

        .loading-pane:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            border-radius: 0.5em;
            cursor: progress;
        }

    .loading-pane > div {
        width: 18px;
        height: 18px;
        background-color: white;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .loading-pane .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loading-pane .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.text-center {
    text-align: center;
}

[hidden] {
    display: none;
}

