/* ----- CSS Reset Starts ----- */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
}

.field-validation-error {
    color: #ec1313;
    font-size: 13px;
}
/*.login .frmTxt{
    margin:30px 0px;
}*/
/* -----| HTML, Body |----- */
/* -----| Global Classes |----- */
a:hover {
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

a:focus, a:hover {
    color: #000;
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

/* -----| Form |----- */
input.input-validation-error {
    border: 1px solid red;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #ece8e8;
}

/* -----| Login |----- */
.login {
    background: rgba(170, 22, 70, 0.95);
    width: 100vw;
    height: 100vh;
}

.form-wrap {
    background: #FFF;
    padding: 30px 30px 15px;
    border-radius: 5px;
    position: absolute;
    width: 380px;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
}

    .form-wrap .logo {
        text-align: center;
    }

#loginForm .logo-img {
    margin-bottom: 24px;
    width: 220px;
}

.form-wrap .logo-imgs {
    margin-bottom: 24px;
    margin-top: 20px;
    width: 220px;
}

.login h3 {
    margin: 0 0 20px;
    font-size: 23px;
    color: #007bff;
}

    .login h3 span {
        color: #ae214f;
    }

.login .form-group {
    margin: 30px 0;
    position: relative;
    margin-bottom: 18px;
}

.txtBox {
    margin: 10px 0;
    height: 44px;
    border: 1px solid #dce3e9;
    padding-left: 42px;
    font-size: 13px;
}

    .txtBox:focus {
        border-color: #ae214f;
    }

#logUsr-flip:after {
    font-family: 'FontAwesome';
    color: #999999;
    position: absolute;
    left: 12px;
    top: 0;
    line-height: 44px;
    content: "\f007";
}

#logPwd-flip:after {
    font-family: 'FontAwesome';
    color: #999999;
    position: absolute;
    top: 0;
    left: 12px;
    line-height: 44px;
    content: "\f2d2";
}

#grp2 {
    text-align: left;
}

.btnSignIn {
    background: #8cbe47; /* Old browsers */
    background: -moz-linear-gradient(top, #ae214f 0%, #6d102e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ae214f 0%,#6d102e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #007bff 0%,#007bff 100%);
    width: 90%;
    padding: 11px 0;
    font-size: 15px;
    border-radius: 10px;
    margin: 10px 0 15px;
    color: #f2f2f2;
    text-shadow: 1px 0px 0px #737373;
}

    .btnSignIn:hover {
        color: #ffffff;
        background: #97ca51; /* Old browsers */
        background: -moz-linear-gradient(top, #97ca51 0%, #8bbd47 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #97ca51 0%,#8bbd47 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #007bff 0%,#007bff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97ca51', endColorstr='#8bbd47',GradientType=0 ); /* IE6-9 */
        border: 1px solid #6a2e42;
    }

    .btnSignIn:focus {
        outline: none;
    }

#linkForget a {
    font-size: 13px;
    color: #007bff;
}

    #linkForget a:hover {
        text-decoration: underline;
    }

.validation-summary-errors {
    color: red;
}

    .validation-summary-errors ul li {
        font-size: 13px;
        color: #f8125d;
    }

.second-btn .btn {
    margin-top: 70px;
}

.reset-error {
    color: #f20000;
    display: block;
    position: absolute;
    top: 50px;
    font-size: 12px;
    text-transform: lowercase;
}

.reset-error-for {
    color: #f20000;
    display: none;
    text-align: center;
    font-size: 12px;
    /*padding: 10px 0;*/
}

input[type="checkbox"] + label {
    color: #939393;
}

    input[type="checkbox"] + label span {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: -2px 10px 0 0;
        vertical-align: middle;
        background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) left top no-repeat;
        cursor: pointer;
    }

input[type="checkbox"]:checked + label span {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -19px top no-repeat;
}

.auto-height {
    height: auto;
}

#password-log:after, #logUsr-one:after, #logUsr:after, #logPwd:after, #logEmail:after {
    font-family: 'FontAwesome';
    color: #999999;
    position: absolute;
    left: 12px;
    top: 0;
    line-height: 44px;
}

#password-log:after {
    content: "\f023";
}

#logUsr-one:after {
    content: "\f007"
}

#logUsr:after {
    content: "\f007";
}

#logPwd:after {
    content: "\f084";
}

#logEmail:after {
    content: "\f0e0";
}

.forget-wrap p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    color: #7d7d7d;
}

.btn-group {
    width: 100%;
}

.btnChk {
    outline: none !important;
    border: 1px solid #c9c9c9;
    background-color: rgba(0,0,0,0);
    width: 20px;
    height: 20px;
    border-radius: 3px;
    padding: 0;
    color: #949494;
    font-size: 13px;
}

    .btnChk span {
        margin-right: 8px;
    }

    .btnChk span {
        font-size: 12px;
        line-height: 16px;
        top: 0;
        width: 100%;
    }

        .btnChk span.glyphicon {
            opacity: 0;
        }

    .btnChk.active span.glyphicon {
        opacity: 1;
        color: #6a6969;
    }

.display-none {
    display: none;
}

#clientPopup11 .modal-footer {
    border-top: 0;
}


.k-state-selected {
    background-color: #b61e4f !important;
    border-color: #b61e4f !important;
}

.sweet-alert h2:empty {
    display: none;
}

.sweet-alert .lead {
    font-size: 14px;
}

.sweet-alert .btn {
    padding: 6px 20px;
    font-size: 14px;
}

#ContentContainer {
    height: calc(100vh - 280px) !important;
}

@media screen and (max-width: 1024px) {
    .eye-login1, .eye-login2{
        top:-43px !important;
    }
    body {
        font-size: 12px;
    }
    /* -----| Login |----- */
    .form-wrap {
        padding: 25px 25px 10px;
        width: 310px;
    }

    #loginForm .logo-img {
        margin-bottom: 14px;
        width: 180px;
    }

    #loginForm h3 {
        margin: 0 0 14px;
        font-size: 17px;
    }

    .login .form-group {
        margin-bottom: 15px;
    }

    .txtBox {
        margin: 7px 0;
        height: 40px;
        padding-left: 36px;
    }

    #logUsr-flip:after {
        line-height: 40px;
    }

    #logPwd-flip:after {
        line-height: 40px;
    }

    .btnSignIn {
        padding: 9px 0;
        font-size: 13px;
    }

    #linkForget a {
        font-size: 12px;
    }

    .validation-summary-errors ul li {
        font-size: 12px;
    }
}

.btn.focus, .btn:focus, .btn:hover {
    color: #a2a2a2;
}

div.log-section ul li.log-out a {
    background: #0288d0;
    color: #fff;
    border-color: #0288d0;
}


    div.log-section ul li.log-out a:hover {
        background-color: #23527c;
        border-color: #23527c;
        opacity: 1;
        color: #fff;
    }


div.log-section ul li a:hover {
    opacity: 1;
    color: #23527c;
}

.k-button.k-state-active, .k-button:active, .k-button:hover, .k-button:focus {
    background-color: transparent;
    border-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}

.k-grid-filter.k-state-active {
    background-color: #fff;
}

.k-grid .k-icon:hover {
    color: #fff;
}

.k-grid-filter.k-state-active .k-icon:before {
    color: #535252;
}

.table-grid .k-grid .k-button {
    box-shadow: none;
}

div #linkForget a {
    font-size: 14px;
    color: #007bff;
    font-weight: 500;
}

section.login {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
}

.form-wrap.forget-wrap {
    background-color: #ffffff;
    border-color: #ebebeb;
    border-width: 3px;
    border-style: solid;
}

.form-wrap {
    position: absolute;
    background: #FFF;
    padding: 30px 30px 15px;
    border-radius: 5px;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    width: 380px;
}

.txtBox {
    margin: 10px 0;
    height: 44px;
    border-radius: 3px;
    background-color: rgba(0,0,0,0);
    border: 1px solid #007bff;
    padding: 0 0 0 42px;
    font-size: 13px;
    position: relative;
}

#linkForget {
    text-align: center;
}

div.form-wrap h3 span {
    color: #007bff;
}

/* CSS for 10 july 2023 */

/*login eye button*/

.eye-login {
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 0;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.eye-login1,.eye-login2 {
    top: -48px;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-left: 285px;
}

.d-grid-resp {
    display: grid;
}

#errmsg {
    position: absolute;
    top: 0;
    right: -78px;
    padding: 6px;
}

.chckbox {
    display: flex;
    margin-top: 10px;
    padding-left: 20px;
}


#errmsg {
    position: absolute;
    top: 0;
    right: -78px;
    padding: 6px;
}

.error-msg {
    position: absolute;
}
/*div#logPwd .error-msg {
    position: absolute;
}*/

@media(max-width:1280px) {
    .site-name.site-branding__name {
        text-align: left;
    }

        .site-name.site-branding__name a {
            font-size: 30px;
        }

    span.site-slogan.site-branding__slogan {
        font-size: 12px;
    }
}


@media(max-width:1024px) {
    .site-name.site-branding__name {
        text-align: left;
    }

        .site-name.site-branding__name a {
            font-size: 30px;
        }

    header.clearfix {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo-img.pull-left .logo-section.clearfix {
        display: flex;
    }

    .log-section {
        padding: 0 !important;
    }

    .logo-img.pull-left .inner-box-logo {
        float: left;
        width: auto;
    }

    .logo-img.pull-left {
        width: 40%;
    }

    .step-section.step-wrapper .wizard .wizard-inner {
        padding: 20px 8%;
    }
}

@media(max-width:912px) {
    .site-name.site-branding__name a {
        font-size: 20px;
    }

    span.site-slogan.site-branding__slogan {
        font-size: 10px;
    }

    .logo-img.pull-left {
        width: 30%;
        padding: 8px 0px 4px 4px;
    }

    .log-section.pull-right ul li a {
        padding: 5px 8px !important;
    }

    .logo-img.pull-left .logo-section.clearfix {
        display: flex;
        align-items: center;
    }

    .logo-img.pull-left .logo {
        width: 16%;
    }

    .logo-section.clearfix .logo {
        padding: 0;
    }

    .step-section.step-wrapper {
        padding-top: 40px;
    }

    .form-group.one.custom-dropdown-btn.ui-autocomplete-input, .form-group.two, .form-group.three {
        width: 30%;
    }
}

@media(max-width:800px) {
    .step-section.step-wrapper .wizard ul {
        width: 380px;
    }
}

@media(max-width:540px) {
    .form-group.one.custom-dropdown-btn.ui-autocomplete-input, .form-group.two, .form-group.three {
        width: 100%;
    }
}




