﻿
.bgimg1 {
    position: fixed;
    z-index: -999999999;
}
@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI'), url('segoeui.woff') format('woff'),url("segoeui-webfont.svg#webfontregular") format("svg");
}

.bgimg2 {
    width: 85px;
    margin: 50px auto;
    margin-bottom: 50px;
    display: block;
}

.bgtitile {
    float: left;
    margin: -3px 16px;
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
    line-height: 46px;
}

.bgtitile2 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.63);
    margin: 18px 0;
    float: left;
    margin-left: 146px;
}
/****** LOGIN MODAL ******/

.loginmodal-container {
    padding: 16px 35px 30px 35px;
    max-width: 370px;
    width: 100% !important;
    background-color: #ffffff;
    margin: 0 auto;
    overflow: hidden;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
    border-radius: 0px;
    border: 1px solid #e0e0e0;
}

    .loginmodal-container h1 {
        text-align: left;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
        font-weight: 400;
        font-size: 22px;
        line-height: 2.4rem;
    }

    .loginmodal-container input[type=submit] {
        width: 100%;
        display: block;
        position: relative;
        max-width: 298px;
        background-color: #07334a;
        height: 36px;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
        letter-spacing: 0.5px;
    }

    .loginmodal-container input[type=button] {
        width: 100%;
        display: block;
        margin-bottom: 15px;
        position: relative;
        max-width: 298px;
        background-color: #07334a;
        height: 36px;
    }

        .loginmodal-container input[type=button]:hover {
            background-color: #0c5b84;
        }


    .loginmodal-container input[type=text],
    input[type=password], input[type=email] {
        height: 36px;
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #becad0;
        border-top: 1px solid #c0c0c0;
        border-radius: 0px;
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        max-width: 298px;
        color: #666;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
    }

        .loginmodal-container input[type=text]:hover, input[type=password]:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        }

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    background-color: #07334a;
    padding: 8px 0px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
    font-size: 14px;
    border-radius: 0px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

    .loginmodal-submit:hover {
        border: 0px;
        text-shadow: 0 1px rgba(0, 0, 0, 0.3);
        background-color: #031823 !important;
        /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
    }

input.login365.loginmodal-submit:hover {
    background-color: #ec450d !important;
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
}

.login-help {
    font-size: 12px;
}

.loginmodel {
    position: absolute;
    right: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
}



@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 398px;
        padding: 6px;
        display: table-cell;
        vertical-align: middle;
    }
}
/* enable absolute positioning */

.inner-addon {
    position: relative;
}
    /* style glyph */

    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }
/* align glyph */

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}
/* add padding  */

.left-addon input {
    padding-left: 38px;
    /*margin-bottom: 22px;*/
}

.left-addon input[type="text"] {
    padding-left: 38px;
    margin-bottom: 22px;

}

.left-addon input[type="text"]#Code {
    padding-left: 38px;
    margin-bottom: 22px;
}
.inner-addon .glyphicon {
    color: #becad0;
    padding: 11px 14px;
    top: auto;
}

.login-help {
    font-size: 12px;
    margin: 0 0 10px 0;
}

    .login-help a {
        color: #1491d0;
    }

#login-modal:focus {
    outline: none;
}

input.login365.loginmodal-submit {
    background-color: #f05a28;
}

.ehcfooter p {
    text-align: center;
}

.ehcfooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 7px;
    color: #000;
    z-index: 99999999;
}
@media screen and (max-width:768px){
    .login-switch {
        display: none;
    }
    
}

    @media screen and (max-width:480px) {
        .uname_txt p {
            margin: 0px -14px 25px 0 !important;
        }

        .modal-dialog {
            padding: 0 !important;
        }

        .loginmodal-container {
            min-width: 100% !important;
        }

        .fotter_txt {
            width: 100% !important;
            padding: 0 18px;
        }

        .loginmodal-container {
            box-shadow: none;
        }

        .pw_form input#signin {
            max-width: 100% !important;
        }

        .pw_form input#back {
            max-width: 100% !important;
        }

        .pw_form input#stay_signin {
            max-width: 100% !important;
        }

        .pw_form input#pro_save {
            max-width: 100% !important;
        }

        label#error_message {
            width: 100% !important;
        }

        .ehcfooter p {
            width: 100%;
        }

        .fter_txt {
            float: left;
            width: 100%;
            text-align: center;
        }

        .fter_hr {
            width: 100%;
            margin-bottom: 7px;
            display: block !important;
        }

        .ehcfooter {
            bottom: -50px;
            position: initial;
            min-width: 360px;
        }
    }

    .main_body {
        min-height: 600px;
    }

    @media only screen and (min-width: 768px) {
        .ehcfooter p {
            height: 16px;
        }
    }

    @media screen and (max-width:350px) {
        .loginmodal-container.pw_form {
            margin-top: -38px !important;
        }
    }

@media(max-width:767px) {
    .uname_txt p {
        margin: 0px -10px 25px 0 !important;
        width: 200px !important;
    }
}

    .fter_hr {
        display: none;
    }

.fotter_txt {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
    text-align: center;
}

    .ehcfooter p {
        float: left;
        margin-bottom: 3px;
    }

    input.button_add {
        background: #ff9900 url(../Images/office.png) no-repeat 28px center;
    }

    #login365 {
        margin-bottom: 5px;
    }

    .bgimg1:after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.6);
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

.uname_txt p {
    padding: 4px 0 4px 10px;
    margin: 20px -45px 25px 0;
    text-align: left;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
    border-top: 1px dashed #e0e0e0;
    border-bottom: 1px dashed #e0e0e0;
    width: 225px;
    white-space: nowrap;
    overflow: hidden !important;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .uname_txt img.img-responsive {
        float: left;
        margin: -10px 0px;
    }

    .pw_form input#back {
        max-width: 135px;
        float: left;
        margin: 7px 7px 0 0;
        background-color: #cccaca;
        color: #000;
    }

    .pw_form input#signin {
        max-width: 135px;
        float: right;
        margin: 7px 0 0 0;
        background-color: #07334a;
    }

    .login-check {
        float: left;
        margin: 10px 0;
    }

        .login-check p {
            float: left;
            font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
            font-weight: 400;
            cursor: pointer;
            font-size: 12px;
            margin-bottom: -5px;
            padding-top: 1px;
        }

        .login-check a {
            font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
            font-size: 13px;
            color: #0067b8;
        }

        .login-check input {
            float: left;
        }

    input#keepsign_in {
        margin: 3px 10px 0 0;
        cursor: pointer;
    }

.pick_txt p {
    padding: 18px 20px;
    float: left;
    margin: 0;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
    max-width: 230px;
    text-align: left;
    font-size: 13px;
}

    .pick_txt img.img-responsive {
        float: left;
        margin: 5px 0;
    }

    .pick_txt {
        width: 98%;
        float: left;
        background-color: #fff;
        padding: 0 10px;
        margin: 2px 2px;
    }

    form.acc-form {
        height: 210px;
        overflow: auto;
    }

    a.acc_link {
        width: 100%;
        opacity: 1;
    }

    .pick_txt img.img-responsive.more {
        float: right;
        margin: 20px 0;
        z-index: 99999;
    }

    .pick_txt:hover {
        background-color: #e6e6e6;
    }

    .loginmodal-container.sign_in {
        padding: 33px 24px;
    }

    .loginmodal-container.pw_form {
        padding: 30px 44px;
    }

    .first_log {
        display: block;
    }

    .lg_fst {
        margin-left: -22px;
        width: 180px;
    }

    /* The starting CSS styles for the enter animation */
    .main.ng-enter {
        transition: 0.5s linear all;
        opacity: 0;
    }

        /* The finishing CSS styles for the enter animation */
        .main.ng-enter.ng-enter-active {
            opacity: 1;
        }

    /* now the element will fade out before it is removed from the DOM */
    .main.ng-leave {
        transition: 0.5s linear all;
        opacity: 1;
    }

        .main.ng-leave.ng-leave-active {
            opacity: 0;
        }

    .pw_form input#back:hover {
        background-color: #b5b3b3 !important;
    }

    .loginmodal-container hr {
        visibility: hidden;
        margin-bottom: 12px;
        margin-top: 11px;
    }

    @font-face {
        font-family: 'SEGOEUIL';
        src: url('../fonts/SEGOEUIL.eot');
        src: local('SEGOEUIL'), url('../fonts/SEGOEUIL.woff') format('woff'), url('../fonts/SEGOEUIL.ttf') format('truetype');
    }

    #cover {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 9999;
        font-size: 60px;
        text-align: center;
        padding-top: 200px;
        color: #fff;
    }

    input#login {
        cursor: pointer !important;
    }

.accsess a {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
    font-size: 13px;
    color: #0067b8;
    padding: 6px 0;
    float: left;
    margin: 4px 0;
}

    .pick_txt:active {
        border: 1px dashed #3c3c3c;
    }

    Input#back1 {
        float: left;
        margin: 7px 7px 0 0;
        background-color: #cccaca;
        color: #000;
        width: 100%;
        max-width: 322px;
    }

        Input#back1:hover {
            background-color: #b5b3b3 !important;
        }

    .pwinput input {
        margin-bottom: 12px;
    }

    input#n_password {
        margin-bottom: 10px;
    }

    .acc_link:nth-child(2) .pick_txt {
        /*border: 1px dashed;
        background-color: rgba(230, 230, 230, 0.52);*/
    }

    .current {
        text-decoration: underline;
    }

    ul {
        list-style-type: none;
    }

    a {
        text-decoration: none;
    }

        a:hover {
            text-decoration: none !important;
        }

    .body-content {
        float: left;
        margin-left: -15px;
    }

label.error {
    color: #ef4a4a;
    font-weight: 400;
    margin: 0;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
    font-size: 14px;
    text-align: left;
    padding: 7px 0;
    width: 100%;
    border: none;
}

    .login-switch {
        position: absolute;
        right: 10px;
        bottom: 20px;
        margin: 30px;
        background-color: #ddd;
        padding: 12px 20px;
        min-width: 370px;
        border-radius: 3px;
    }

.sec2 {
    float: right;
    margin: 23px 0;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
}

.sec1 {
    float: left;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
}

        .sec1 p {
            margin: 2px 0;
        }

        .sec1 span {
            font-weight: 600;
        }

    .swth_meg {
        float: left;
        width: 100%;
        font-weight: 400;
    }

        .swth_meg input {
            margin: 4px 7px 0 0;
            float: left;
        }

    label#error_message {
        width: 280px;
        text-align: left;
        border: none;
        padding: 7px 0;
        margin: 0;
    }

    .error_meg h1 {
        text-align: center;
    }

    .error_meg #error_message {
        text-align: center;
        font-size: 19px;
        margin: 0px 0 15px 1px;
    }

    input#stay_signin {
        max-width: 135px;
        float: right;
        margin: 7px 0 0 0;
    }

    .succ_msg label#error_message {
        color: #379a0f;
        font-size: 16px;
        padding: 17px 0;
        text-align: center;
        border: 1px solid #379a0f;
        margin: 5px 0 20px 0;
    }

    input#m_Back {
        max-width: 135px;
        float: left;
        margin: 7px 7px 0 0;
        background-color: #cccaca;
        color: #000;
    }

    input#pro_save {
        max-width: 135px;
        float: right;
        margin: 7px 0 0 0;
        background-color: #07334a;
    }

    input#m_Back:hover {
        background-color: #b5b3b3 !important;
    }

    .succ_msg label#error_message {
        color: #379a0f;
        font-size: 16px;
        padding: 17px 0;
        text-align: center;
        border: 1px solid #379a0f;
        margin: 5px 0 20px 0;
    }

    input#new_password {
        margin-bottom: 10px;
    }

    input#old_value {
        margin-bottom: 10px;
    }

    .Aduser .radio {
        margin: 15px 0;
    }

    .Aduser h1 {
        margin-bottom: 23px;
        float: left;
    }

    .loginmodal-container.pr_form {
        padding: 30px 44px;
    }

    .pr_form input#Deny {
        max-width: 135px;
        float: left;
        margin: 7px 7px 0 0;
        background-color: #cccaca;
        color: #000;
    }

        .pr_form input#Deny:hover {
            background-color: #b5b3b3 !important;
        }

    .pr_form input#Allow {
        max-width: 135px;
        float: right;
        margin: 7px 0 0 0;
        background-color: #07334a;
    }

    .pr_form h1 {
        text-align: center;
        line-height: 24px;
    }

    .pr_form h3 {
        font-size: 15px;
        text-align: center;
    }

    .pr_form ul {
        list-style: unset;
    }

    .pr_form hr {
        visibility: visible;
        margin: 18px 0;
    }

    .loginmodal-container input[disabled] {
        opacity: 0.6;
    }

    .fter_txt {
        width: 100%;
        text-align: center;
        margin-bottom: 6px;
    }

    .ft_term a {
        color: #337ab7;
    }

/*.inner-addon .glyphicon {
    color: #becad0;
    padding: 2px 0 0 10px;
    top: auto;
}*/

    .error {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black;
    }

        .error .tooltiptext {
            visibility: hidden;
            width: 210px;
            background-color: #000000de;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px 0;
            position: absolute;
            z-index: 1;
            right: -75px;
            bottom: -145px;
        }

    #error_message i:hover .tooltiptext {
        visibility: visible;
        cursor: help;
    }

    .tooltiptext ul {
        list-style-type: circle;
        padding: 0px 29px;
    }

.tooltiptext li {
    text-align: left;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
    line-height: 19px;
}

    .error .glyphicon-exclamation-sign {
        top: 2px;
    }

    /* Center the loader */
    #loader {
        position: absolute;
        left: 65%;
        top: 65%;
        z-index: 1;
        width: 37px;
        height: 37px;
        margin: -75px 0 0 -75px;
        border: 3px solid #e8e7e7;
        border-radius: 50%;
        border-top: 3px solid #3498db;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /* Add animation to "page content" */
    .animate-bottom {
        position: relative;
        -webkit-animation-name: animatebottom;
        -webkit-animation-duration: 1s;
        animation-name: animatebottom;
        animation-duration: 1s
    }

    @-webkit-keyframes animatebottom {
        from {
            bottom: -100px;
            opacity: 0
        }

        to {
            bottom: 0px;
            opacity: 1
        }
    }

    @keyframes animatebottom {
        from {
            bottom: -100px;
            opacity: 0
        }

        to {
            bottom: 0;
            opacity: 1
        }
    }

    @media only screen and (min-width: 480px) and (max-width: 1024px) {
        .ehcfooter {
            bottom: -200px !important;
        }
    }

@media(max-width:767px) {
    form.acc-form {
        height: 150px;
    }
}


div#set-default-site-1 {
    font-size: 14px;
}