﻿html {
    font-size: 62.5%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #232323;
    font-size: 1.4rem;
    background-color: #f6f6f6;
}

.display-none {
    display: none !important;
}

.form-control {
    /* height: 26px; */
    font-size: 1.4rem;
    border-radius: 4px;
}

.form-group {
    margin-bottom: 1.5rem;
}

/*Login page specific styling Start*/
.login-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-size: cover;
    background: #e8e8e8;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

    .login-wrap .login-content {
        min-width: 80%;
    }

.loginBG {
    background: url(../images/login_img_optimized.svg) left top no-repeat;
    background-size: cover;
    border-radius: 10px 0px 0px 10px;
    background-position: bottom;
}

.signInFormBG {
    background: #fff;
    border-radius: 0px 15px 15px 0px;
}

.signinLogo {
    width: 100%;
    margin-bottom: 0;
    display: block;
    max-width: 350px;
}

.signInBox {
    width: 80%;
    margin: 40px auto;
}

    .signInBox span {
        font-size: 1.4rem;
        display: block;
        padding-left: 0.7rem;
        margin-bottom: 2rem;
    }

h1 {
    margin-bottom: 43px;
    font-size: 2.8rem;
    width: 100%;
}

    h1.logintitle {
        margin-bottom: 35px;
        font-size: 2.2rem;     
    }

.sign {
    padding: 10px 30px;
    background: #5ca6e9;
    color: #fff;
}

.box-forgotPass {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0px;
}

.box-signBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-primary:hover, .btn-primary:focus {
    background: #be1a2d;
    border: 1px solid #d92337;
}

.btn-primary {
    background: #d92337;
    font-size: 1.4rem;
    border-radius: 7px;
    border: 1px solid #d92337;
}

.btn-primary-azure {
    background: #0074cd;
    font-size: 1.5rem;
    border-radius: 7px;
    margin-bottom: 50px;
    padding: 9px 18px;
}

    .btn-primary-azure:hover {
        color: #ffffff;
        background: #0f88e4;
    }
.btn-primary-azure img{
    width: 22px;
    margin-right: 10px
}

.btn-secondary {
    color: #717171;
    background-color: #fff;
    border-color: #717171;
    border-radius: 7px;
    font-size: 1.4rem;
}

.btn {
    cursor: pointer;
}

.checkbox-custom {
    display: none;
}

.checkbox-custom-label {
    margin: 0px;
    cursor: pointer;
    padding-left: 28px;
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border-radius: 0px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    position: absolute;
    left: 0px;
}

.checkbox-custom:checked + .checkbox-custom-label:after {
    content: "";
    height: 6px;
    width: 11px;
    top: 9px;
    left: 10px;
    position: absolute;
    border-left: 2px solid #1d1f1e;
    border-bottom: 2px solid #1d1f1e;
    transform: translate(-50%, -50%) rotate(-45deg);
}

input[type=checkbox]:disabled + .checkbox-custom-label:before {
    opacity: 0.5;
    background: #ddd;
    cursor: not-allowed;
}

.invalid-msg {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.statusmsg {
    display: flex;
    font-size: 2rem;
    padding: 5px 30px;
    align-items: center;
    /*margin-left: -12px;
    margin-top: -12px;
    margin-right: -12px;*/
    margin-bottom: 30px;
}

.statusmsg {
    color: #fff;
    padding-left: 60px;
    background-size: 2.5%;
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: center;
}

    .statusmsg span {
        width: 100%;
        display: block;
        font-size: 1.4rem;
    }

.success-status {
    background-color: #28a745;
    background-size: 30px;
    background-image: url(../images/success_msg_white_icon.svg);
}

.toastwrapper .toast {
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1060;
    /*nikhil*/
    max-width: 100%;
    margin-top: 0px;
    border-radius: 0px;
    position: absolute;
}

.toast-body {
    display: flex;
    align-items: center;
}

.statusName {
    width: 98%;
}


.errorhandlerModel .close {
    font-size: 2rem;
    font-weight: normal;
    text-shadow: none;
    margin-right: 3px;
}

.errorhandlerModel .modal-body {
    background: #fff;
    padding: 0.5rem;
    border: 5px solid #ddd;
}

.errorhandlerModel .MainMessage .ModelStatusIcon {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: right;
    padding-right: 20px;
}

    .errorhandlerModel .MainMessage .ModelStatusIcon img {
        width: 50px;
    }

.errorhandlerModel .MainMessage .ModelStatusMsg {
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .errorhandlerModel .MainMessage .ModelStatusMsg .MainMsg {
        display: flex;
        flex-wrap: wrap;
        font-size: 2.2rem;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .errorhandlerModel .MainMessage .ModelStatusMsg span.msgsmall {
        color: #000;
        width: 100%;
        font-size: 1.3rem;
        word-break: break-word;
    }

    .errorhandlerModel .MainMessage .ModelStatusMsg .actionbtn {
        width: 100%;
        text-align: center;
    }

.toastwrapper .toast {
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1060; /*nikhil*/
    max-width: 100%;
    margin-top: 0px;
    border-radius: 0px;
    position: absolute;
}

.toast-body {
    display: flex;
    align-items: center;
}

.statusName {
    width: 98%;
}

.closetoast {
    width: 2%;
    cursor: pointer;
    text-align: center;
}

    .closetoast .fa {
        color: #fff;
    }

.errorhandlerModel .MainMessage .ModelStatusMsg.height-260 {
    height: 260px;
}

    .errorhandlerModel .MainMessage .ModelStatusMsg.height-260 .ModelStatusIcon {
        flex: 0 0 15%;
        text-align: center;
    }

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

.is-invalid {
    border: 1px solid #dc3545 !important;
}

    .is-invalid ~ .invalid-feedback {
        display: block;
    }

.iconPW {
    display: flex;
    cursor: pointer;
    margin-left: -20px;
    position: relative;
    align-items: center;
}

.passwordField {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

    .passwordField .is-invalid ~ .invalid-feedback {
        flex: 0 0 100%;
    }

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

/* Login cookies */
.cookiesContainer {
    position: absolute;
    background: #fff;
    padding: 15px;
    bottom: 0;
    border-top: 1px solid #aeaeae;
    width: 100%;
    z-index: 9999;
}

.btn-secondary.loginbtn {
    background: #f0f0f0;
    color: #000;
    border-color: #dadada
}

.btn-primary.loginbtn {
    background: #84b219;
    border-color: #84b219;
}

.cookiesModal .modal-header, .cookiesModal .modal-body {
    background: #fff;
}

.cookiesSubTitle {
    font-size: 13px
}

.toggle {
    --width: 44px;
    --height: calc(var(--width) / 3);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
    margin-bottom: 0;
}

    .toggle input {
        display: none;
    }

    .toggle .slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: var(--height);
        background-color: #ccc;
        transition: all 0.4s ease-in-out;
    }

        .toggle .slider::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: calc(var(--height));
            height: calc(var(--height));
            border-radius: calc(var(--height) / 2);
            background-color: #fff;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
            transition: all 0.4s ease-in-out;
        }

    .toggle input:checked + .slider {
        background-color: #84b219;
    }

        .toggle input:checked + .slider::before {
            transform: translateX(calc(var(--width) - var(--height)));
        }

.azureSignin {
    color: #007bff;
    margin-top: 10px;
    display: block;
    font-size: 1.4rem;
    text-align: center;
}

.newClass {
    visibility: visible
}
.hidden_element
{
    visibility:hidden
}
/* Login cookies */

/*OTP popup start*/
.modal-header,
.modal-body {
    background: #d7dbdd;
    border-bottom: 0;
}

.newFormPop .modal-header .modal-title {
    line-height: 24px;
}

.modal-header .modal-title {
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
}

.modal-header .close {
    font-size: 2.5rem;
}

.aduserwrapper {
    padding: 12px;
    background: #f6fafa;
}

.masterformBox {
    position: relative;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 20px 10px 10px 15px;
}

    .masterformBox .formtitle {
        top: -9px;
        left: 15px;
        font-weight: bold;
        position: absolute;
        background: #fff;
    }

.newFormPop .masterformBox .formtitle {
    background: #f6fafa;
}

.loaderWrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
}

    .loaderWrap i {
        top: 50%;
        position: relative;
        font-size: 4rem;
        color: #fff;
    }

.max-width-400 {
    max-width : 400px;
}
.z-index-5000 {
    z-index: 5000;
}
.margin-top-10 {
    margin-top: 10px;
}
.generate-otp {
    height: 35px;
    margin-top: 10px
}
.btn-validate {
    display: none;
    float: right;
    margin-top: 5px;
}
.btn-resend {
    color: #007bff;
    cursor: pointer;
}
/*OTP popup end*/