﻿body {
    font-size: 13px;
    font-family: "proxima-nova",sans-serif !important;
    background-color: #f7f7f7;
    background-repeat: repeat;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.f11 {
    font-size: 11px !important;
}

.color-line {
    background: #f7f9fa linear-gradient(to right, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%) no-repeat scroll 50% 100% / 100% 6px;
    height: 3px;
}

.login-card {
    box-shadow: 3px 3px 10px #ccc !important;
    border: none !important;
}

.login-container {
    /* margin: 10% auto;*/
    max-width: 800px;
    width: 100%;
    /* left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -250px;
    height: 500px;
    position: absolute;*/
}

.login-bg {
    background-image: url('../../../images/SCAQMD_Logo.png');
    background-size: 45%;
    background-position: center center;
    background-repeat: no-repeat;
}

.mfa-container {
    /* margin: 10% auto;*/
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -250px;
    height: 500px;
    position: absolute;
}

.mfa-code-input {
    border: none;
    outline-color: transparent;
    border-bottom: 2px solid #cccccc !important;
    border-radius: 0px;
    height: 32px;
}

    .mfa-code-input:focus {
        outline-color: transparent;
        box-shadow: none;
    }

.sign-in {
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #666;
    margin: 20px 0px 30px;
}

    .sign-in:before,
    .sign-in:after {
        background-color: #9c9c9c;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 25%;
    }

    .sign-in:before {
        right: 0.5em;
        margin-left: -50%;
    }

    .sign-in:after {
        left: 0.5em;
        margin-right: -50%;
    }

.overflow-hidden {
    overflow: hidden;
}

.clearfix {
    clear: both;
}

.m-b-md {
    margin-bottom: 20px;
}

.text-warning {
    color: #de900b !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

#divLoginMain h3 {
    font-family: 'Open Sans', proxima-nova, sans-serif;
}

.h3 {
    font-size: 24px;
}

.hpanel {
    border: medium none;
    box-shadow: none;
    margin-bottom: 15px;
}

    .hpanel .panel-body {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #e4e5e7;
        border-radius: 2px;
        padding: 20px;
        position: relative;
    }

.btn-block {
    display: block;
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #595959;
    border-color: #191919;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        color: #fff;
        background-color: #666;
        border-color: #444;
    }

.w30 {
    width: 30%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w100 {
    width: 100%;
}

.w150px {
    width: 150px !important;
}

.w950px {
    width: 950px !important;
}

.h40px {
    height: 40px;
}

.h50px {
    height: 50px;
}

.h-100vh {
    height: 100vh;
}

.hr {
    background-color: #e4e5e7;
    height: 2px;
    line-height: 2px;
    margin: 40px auto;
    position: relative;
    width: 75%;
}

.hr-inner {
    background-color: #f8fafc;
    height: 45px;
    left: 35%;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 30%;
}

.mAuto {
    margin: 0 auto !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt15 {
    margin-top: 15px !important;
}


.mt30 {
    margin-top: 30px;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px;
}

.ml10 {
    margin-left: 10px !important;
}

.ml13 {
    margin-left: 13px !important;
}

.text-orange {
    color: #ffbb00;
}

.bgNone {
    background: none !important;
}

.greyBg {
    background-color: #f7f7f7;
}

.whiteBg {
    background-color: #fff !important;
}

.shadowNone {
    box-shadow: none;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.vcode {
    display: inline-block;
    font-size: 18px;
    width: 38px;
    height: 38px;
}

#divForgotPassword h3 {
    margin-top: 0px;
}

.card {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 0px 0px 0 rgba(0, 0, 0, 0.12) !important;
}

@media (min-width: 992px) {
    .login-box {
        border-left: 2px dotted #ccc;
        min-height: 450px;
        padding: 20px 35px 20px 20px;
    }
}

@media (max-width: 576px) {
    .login-box {
        border: none !important;
    }

    .login-container {
        margin: 0;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        position: absolute;
    }

    .logo-container {
        height: 100px !important;
    }
}

@media (min-width: 375px) and (max-width: 991px) {
    .login-box {
        border: none !important;
        padding: 0 30px;
        min-height:350px;
    }

    .login-container {
        margin: 10% auto;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        max-width: 500px;
        width: 100%;
    }

    /*.logo-container {
        height: 100px !important;
    }*/
}

.logo-container {
    display: table;
    width: 100%;
    /*height: calc(100% - 40px);*/
    height: 100%;
}

.logo-wrapper {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    border-left: 3px solid #fc7f58;
    padding: 20px 0px 0px 30px;
}

    .logo-wrapper img {
        max-height: 100px;
        width: auto;
        max-width: 125px;
        min-width: 180px;
        height: auto;
    }

.white {
    background-color: white;
}

.greyBgFA {
    background-color: #fafafa !important;
}

/*for floating label and required icon*/
.has-float-label {
    display: block;
    position: relative;
}

    .has-float-label label,
    .has-float-label > span {
        position: absolute;
        left: 10px;
        top: 2px;
        font-weight: 500;
        cursor: text;
        font-size: 10px;
        opacity: 1;
        transition: all 0.2s;
    }

    .has-float-label label {
        padding-top: 5px;
    }

    .has-float-label select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .has-float-label input,
    .has-float-label select {
        font-size: inherit;
        padding-top: 1.6em;
        padding-left: 8px;
        margin-bottom: 5px;
        border: 0;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        font-weight: 100;
        height: 45px;
    }

        .has-float-label input::-webkit-input-placeholder,
        .has-float-label select::-webkit-input-placeholder {
            opacity: 1;
            transition: all 0.2s;
        }

        .has-float-label input:-ms-input-placeholder,
        .has-float-label select:-ms-input-placeholder {
            opacity: 1;
            transition: all 0.2s;
        }

        .has-float-label input::-ms-input-placeholder,
        .has-float-label select::-ms-input-placeholder {
            opacity: 1;
            transition: all 0.2s;
        }

        .has-float-label input::placeholder,
        .has-float-label select::placeholder {
            opacity: 1;
            transition: all 0.2s;
        }

        .has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,
        .has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder {
            opacity: 0;
        }

        .has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder,
        .has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder {
            opacity: 0;
        }

        .has-float-label input:placeholder-shown:not(:focus)::-ms-input-placeholder,
        .has-float-label select:placeholder-shown:not(:focus)::-ms-input-placeholder {
            opacity: 0;
        }

        .has-float-label input:placeholder-shown:not(:focus)::placeholder,
        .has-float-label select:placeholder-shown:not(:focus)::placeholder {
            opacity: 0;
        }

        .has-float-label input:placeholder-shown:not(:focus) + *,
        .has-float-label select:placeholder-shown:not(:focus) + * {
            font-size: 100%;
            font-weight: 500;
            top: 0.60em;
            left: 12px;
            color: #696969;
            /*top: 0.25em;*/
        }

        .has-float-label input:focus,
        .has-float-label select:focus {
            outline: none;
            border-color: rgba(0, 0, 0, 0.5);
        }

    .has-float-label select {
        padding-right: 1em;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
        background-size: 30px 10px;
        background-position: right;
        background-color: #fff;
        z-index: 0;
    }

* {
    box-sizing: border-box;
}

input,
select {
    width: 100%;
    /*margin-bottom: 0.5rem;*/
}

.has-float-label.error > input {
    border: 1px solid #ff0000;
}

.has-float-label.error > label {
    left: 10px;
    color: #ff0000 !important;
}

.required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

    .required-icon:after {
        position: absolute;
        content: "";
        right: 1px;
        top: 1px;
        z-index: -1;
        width: 0em;
        height: 0em;
        border-top: 0em solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 0em solid transparent;
        border-right-color: #fafafa;
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

    .required-icon .text {
        color: #aeaeae;
        font-size: 18px;
        margin: 1px 0 0 12px;
    }
/*END*/
/*tooltip style*/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-inner {
    background-color: #6a7a97 !important;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #6a7a97 !important;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #6a7a97;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #6a7a97;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #6a7a97;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #6a7a97;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #6a7a97;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #6a7a97;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #6a7a97;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #6a7a97;
}
/*tooltip style end*/
.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }
