﻿/* Common Styles Start*/
html, body, form {
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
    width: 100%;
    height: 100%;
    background-color: #F8F5F0;
    font-family: Arial;
}
a {
    color: rgb(112,112,112);
    text-decoration: none;
    cursor: pointer;
}
    a:hover {
        text-decoration: underline;
    }
.row{
    width: 100%;
}
.header{
    background:white;
    text-align: center;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-justify {
    text-align: justify !important;
}
.text-danger {
    color: rgb(112,0,12) !important;
}
.eqBlueColor {
    color: rgba(0, 92, 185, 1) !important;
}
.eqBlueBackground {
    background: #005cb9 !important;
    color: white !important;
}
.secondaryBackgroundColor {
    background-color: #707070 !important;
}
.pt-20{
    padding-top: 20px;
}
/* Common Styles End*/
/* Login Start*/
.header{
    height: 13%;
}
.body {
    height: 74%;
    display: flex;
    flex-direction: column;
    overflow-x: auto;
}
.footer{
    height: 13%;
}
.lblVersionNumber {
    position: absolute;
    right: 0;
    padding-right: 20px;
    padding-top: 10px;
    color: rgb(112,112,112);
    font-size: small;
}
#loginBox, #noticeContainer {
    width: 20%;
    min-width: 400px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 60px 60px 40px 60px;
    align-self: flex-start;
    margin-top: 50px;
    position: relative;
}
#noticeContainer:empty{
    display:none;
    }
#noticeContainer {
    width: 35%;
    margin-top: 20px;
    padding: 0 15px;
}

.email-field {
    display: flex !important;
    text-wrap: nowrap !important;
}
.userName {
    margin-top: -1%;
    margin-left: 2%;
}
.heading {
    display: flex;
    justify-content: center;
}

#loginBox .inputContainer {
    position: relative;
    padding-bottom: 12px;
}
#loginBox input[type=text], #loginBox input[type=password] {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    padding: 4.5px 8px;
    box-sizing: border-box;
}
#loginBox .error {
    color: rgb(112,0,12);
    visibility: visible;
    position: absolute;
    padding: 9px;
    right: 0;
    top: 0;
    cursor: pointer;
}
.error {
    color: rgb(112,0,12) !important;
}
.loginButton {
    width: 100%;
    color: white;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    cursor: pointer;
}
#passwordRecovery{
    padding-top: 20px;
}
.footer {
    font-size: 15px;
    display: flex;
    flex-direction: column;
}
#privacy {
    padding-top: 15px;
    padding-bottom: 7px;
}
#lblLogonMessage {
    color: #5E6E66;
    white-space: pre-wrap;
}
#lblNotice {
    /*padding: 30px 0 30px 0 !important;*/
    color: black;
    font-weight: bold;
}
#userMessages {
    color: #5E6E66;
}
    #userMessages:empty {
        display: none;
    }
#userMessages .loginMessage{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
#userMessages .notificationTitle{
        font-weight: bold;
    }
.invalidBrowserLabel {
    text-align: center !important;
    padding: initial !important;
    margin: initial !important;
    border: none !important;
    background-color: none !important;
    width: auto !important;
    height: auto !important;
    padding: 30px 0 30px 0 !important;
}

.poweredByContainer {
    background: white;
    margin-top: auto;
}
    .poweredByContainer:empty {
        display: none;
    }
.poweredByContainer img{
        height: 40px;
    }
/*Login End*/
/*Terms Start*/
.acknowledgement {
    margin-top: 70px;
}

.acknowledgement-buttons {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

.btn-accept, .btn-cancel {
    height: 35px;
    width: 100px;
    background-color: white;
    color: rgba(0, 92, 185, 1);
    border: 1px rgba(0, 92, 185, 1) solid;
    border-radius: 5px;
    margin-right: 15px;
    cursor: pointer;
}

    .btn-accept:hover, .btn-cancel:hover {
        background-color: #A5E3F4;
    }

input:disabled,
input[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    pointer-events: none;
}


.chkaccept {
    margin: 0 20px 0 0;
    width: 15px;
    height: 15px;
}

.divterms {
    text-align: left;
    line-height: 1.5em;
    font-size: 1.2em;
    margin-left: 25%;
    margin-right: 25%;
}

    .divterms p {
        font-size: 30px;
        margin-left: -20px;
    }

.error-message {
    color: rgb(112,0,12);
    margin-top: 30px;
}

.terms-form {
    text-align: center;
    display: inline-block;
    color: rgba(0, 92, 185, 1);
}

.terms-heading {
    font-size: 45px;
    margin-bottom: 70px;
}
.errorContainer{
    display: flex;
    flex-direction: column;
}
.validationText {
    text-align: left;
    color: #dc3545;
}
/*Terms End*/
/*Customized Checkbox*/
/* hide the checkbox*/
.acknowledgement input[type="checkbox"] {
    display: none;
}

/*Add a square before the label*/
.acknowledgement label::before {
    content: "";
    display: inline-block;
    border: 2px solid rgba(0, 92, 185, 1);
    height: 14px;
    width: 14px;
    border-radius: 5px;
    margin-right: 5px;
}

/*Put a tick mark after the label*/
.acknowledgement label::after {
    content: "";
    display: inline-block;
    height: 5px;
    width: 8px;
    border-left: 2px solid rgba(0, 92, 185, 1);
    border-bottom: 2px solid rgba(0, 92, 185, 1);
    transform: rotate(-45deg);
}

/*Put the tick inside the box*/
.acknowledgement label {
    position: relative;
    display: inline-block;
    padding-left: 40px;
}
    .acknowledgement label::before, .acknowledgement label::after {
        position: absolute;
    }
    .acknowledgement label::before {
        top: 0;
        left: 0;
    }
    .acknowledgement label::after {
        top: 4px;
        left: 4px;
    }

/*by default hide the checkmark*/
.acknowledgement input[type="checkbox"] + label::after {
    content: none;
}
.acknowledgement input[type="checkbox"]:checked + label::after {
    content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.acknowledgement input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 0 1px blue;
    border-radius: 5px;
}

.logo{
    height: 100%;
}


/* terms modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10px auto;
    max-height: 90%;
    overflow-x: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: rgb(112,112,112);
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(112,112,112);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(112,112,112);
    ;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(112,112,112);
    ;
}