body {
    font-family: "open_sansregular",Helvetica,Arial,sans-serif;
    font-size: 11px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.mainbg {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    overflow: hidden;
    background-image: url("../img/loginbg.png");
    background-color: #003960;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    width: 100%;
    height: 100%;
}
/*.login-box-body .row {
    height: 100%;
}*/

.div-right .clientLogo,
.div-right .login-logo {
    width: 100%;
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.right {
    right: 0;
    background-size: 100% auto;
    background-position: left center;
    background-repeat: no-repeat;
    float: right;
}

img {
    overflow: hidden;
    width: 100%;
}

.AboutEfro {
    padding: 15px;
    font-size: 13px;
}

/*Login*/
.login-box-body, .register-box-body {
    background: #fff;
    padding: 10px 20px;
    border-top: 0;
    color: #666;
    width: 78vw;
    height: 500px;
    /*margin: 7% auto;*/
    border-radius: 15px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

/*.login-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}*/

.form-group {
    margin-bottom: 8px;
}
.form-control:focus {
    border: none;
    box-shadow: 0 0 4px #003960 !important;
    border-bottom: 2px solid #003960 !important
}
.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
    width: 230px;
    margin-left: 52px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.panel-title {
    margin-bottom: 12px;
    font-size: 18px;
}

.btnLogin {
    /*background-color: #003960;
    border-radius: 5px !important;
    border: none;
    color: #fff;
    height: 40px;
    font-size: 13px;*/
    width: 80px;
    /*margin-left: 55px;*/
    float: right;
}

.btn {
    border-radius: 4px
}

.btn-primary {
    background-color: #fff !important;
    font-size: 11px !important;
    border: 1px solid #003960 !important;
    color: #003960 !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    box-shadow: 0px 1px 3px 0px #848282 !important;
    outline-style: none !important;
    margin: 2px !important;
    width: auto !important;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #003960 !important;
        font-size: 11px !important;
        border: 1px solid #003960 !important;
        /*border-color: #003960;*/
        /*opacity: .7 !important*/
    }

    .btn-primary:focus {
        color: #fff !important;
        background-color: #003960 !important;
        font-size: 11px !important;
        border: 1px solid #003960 !important;
        /*border-color: #003960;*/
        /*opacity: .7 !important*/
    }

    .btn-primary:target {
        color: #fff !important;
        background-color: #003960 !important;
        font-size: 11px !important;
        border: 1px solid #003960 !important;
        /*border-color: #003960;*/
        /*opacity: .7 !important*/
    }

    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
        color: #fff !important;
        background-color: #003960 !important;
        border: 1px solid #003960 !important;
        /*border-color: #003960 !important;*/
        /*opacity: .7 !important*/
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        color: #fff !important;
        background-color: #003960 !important;
        border: 1px solid #003960 !important;
        /*border-color: #003960;*/
        opacity: .5 !important
    }

.input {
    height: 40px;
    padding-left: 60px;
    border-radius: 5px;
}


label {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 40px;
    background-color: #3f474e;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #ffffff;
}

.imgbox {
    /*margin-top: 10px;*/
    width: 100%;
    /*height: 320px;*/
}
.imgbox .leftProductImg{
    /*margin-top: 10px;*/
    width: 100%;
    /*height: 320px;*/
}

.divcenter {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}
.loadMain {
    background: rgba(10, 0, 0, 0.5);
    height: 100vh;
    position: absolute;
    width: 100vw;
    z-index: 99999;
    display: none;
}

.loaderDiv {
    position: relative;
    left: 60rem;
    /*top: 2rem;*/
    top: 25rem;
    /*float: right;*/
    width: 350px;
    border-radius: 50%;
    /*display: flex;
    justify-content: center;
    align-content: center;
*/
}
.loaderDiv img{
    width: 50px;
}
.loaderDiv span {
    font-size: 30px;
    color: #fff;
    margin: 10px; 
}

.mainbg .loading {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    display: none;
}

    .mainbg .loading > div {
        position: relative;
        top: 30%;
        display: flex;
        justify-content: center;
    }

.imgLogoLoader {
    background: #003960;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

#lnkSIgnupPopup,
a {
    color: #003960;
    font-size: 12px;
}
#lnkSIgnupPopup:focus, #lnkSIgnupPopup:hover,
a:focus, a:hover {
    color: #003960;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*@media only screen and (max-width:800px) {
    .div-right {
        width: 100%;
        height: 100%
    }

    .div-left {
        display: none
    } 
}*/


/* Medium screens (tablets) */
@media only screen and (max-width: 1024px) {
    .div-right {
        width: 100%;
        height: 100%
    }

    .div-left {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .div-right {
        width: 100%;
        height: 100%
    }

    .div-left {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .div-right {
        width: 100%;
        height: 100%
    }

    .div-left {
        display: none;
    }
}


.strike,
.strike > span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.strike > span:before {
    right: 50%;
    margin-right: 15px;
}
.strike > span:after {
    left: 50%;
    margin-left: 15px;
}
.strike > span:after, .strike > span:before {
    content: "";
    position: absolute;
    /*top: 50%;*/
    width: 15rem;
    height: 1px;
    background: #003960;
}

#imgMainLogo {
    height: 80px;
}

/*Added By Nehal*/
/*For CORE Popup Modal CSS Start*/
:root {
    --modal-duration: 1s;
    --modal-color: #1b1a21;
}

.modal {
    display: none;
    /*position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;*/
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    margin: 7rem auto;
    width: 75%;
    height: 100%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen;
    animation-duration: var(--modal-duration);
}

.modal-header h2,
.modal-footer h3 {
    margin: 0;
}

.modal-header {
    background: #003960;
    padding: 13px;
    color: #fff;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

    .modal-header .close {
        position: absolute;
        top: 10px;
        right: 1rem;
        border: 1px solid #fff;
        font-size: 18px;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        background: #fff;
        color: #000;
        margin: 0px !important;
    }

.modal-header .close span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -8px;
}
.modal-body {
    padding: 10px 20px;
    background: #fff;
    /*height: 75vh;*/
}

.modal-footer {
    background: var(--modal-color);
    padding: 10px;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*.close {
    color: #ccc;
    float: right;
    font-size: 30px;
    color: #fff;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }*/

.modalHeading {
    font-size: 15px;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/*For CORE Popup Modal CSS END*/


.no-border {
    border-width: 0px;
}

.lnkSIgnupPopup {
    cursor: pointer;
}

.rfvInvalid {
    color: red;
    display: none;
}

.inputCompanyPin {
    width: 100%;
}

.rfvCompanyPin {
    color: red;
    margin-top: 0;
    margin-bottom: -15px;
    display: none;
}

.passwordStrength {
    margin-top: 5px;
}

.loaderSpin {
    display: none;
}

.lblError {
    color: red;
    display: none;
}
.btnSignUp{
    width: 200px !important; 

}
.fieldborder {
    border: 2px solid #c8d1de;
    padding: 1rem;
    border-radius: 8px;
}
.pnlInsingleRow {
    clear: left !important;
    padding: 4px 0px 0px 0px !important;
    width: 900px !important;
    float: left !important;
}

.pnlTwoInRow {
    padding: 4px 0px 0px 0px !important;
    /*width: 450px !important;*/
    float: left !important;
}
.pnlLableColumn {
    float: left;
    margin: 6px 2px 0 0;
    width: 106px;
    font-weight: normal;
    /* margin: 6px 2px 0 0;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 106px;
    font-size: 12.5px;
    font-weight: bold;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
}

span.pnlLableColumn {
    float: left;
    margin: 6px 2px 0 0;
    width: 106px;
    /*margin: 6px 2px 0 0;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 106px;
    font-size: 12.5px;
    font-weight: bold;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
}
.MediumTextbox {
    width: 192px !important;
}

.SmallTextbox {
    width: 95px !important;
}
.inputbox {
    width: auto;
    height: auto;
}
.labelfont {
    font-size: larger;
    color: black;
}
.dropdownlength {
    width: 220px !important;
}

.table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

    table td, table th {
        border: 1px solid #ccc;
        padding: 8px;
        text-align: center;
        vertical-align: middle;
    }

.thead{
    font-weight: bold;
    background-color: #f2f2f2;
}

table input[type="text"],
table input[type="date"],
table select {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    font-size: 14px;
}

table input[type="checkbox"] {
    transform: scale(1.2);
}