
@font-face {
    font-family: 'JosefinSans';
    src: url('../webfonts/JosefinSans-Light.woff2'), url('../webfonts/JosefinSans-Light.ttf');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Calibri';
    src: url('../webfonts/CALIBRI.woff2'),url('../webfonts/CALIBRI.ttf');
    font-style: normal;
    font-weight: 100;
}

body, html {
    margin: 0;
    padding: 0;
    height:100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Calibri';
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    background-color: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
/*YES*/
.dv_lg_holder {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color:#fff;
}

/* Background Image */
.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('../images/bg1.jpeg') no-repeat center center;
    background-size: cover;
    filter: brightness(0.8);
    z-index: -1;
}

/* Login Box */
.login-box {
    position: fixed;
    top: 50px;
    right: 50px;
    bottom: 50px;
    width: 350px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    overflow-y: auto;
    transition: transform 0.4s ease;
}

/* Shift login box when register panel is open */
body.panel-open .login-box {
    transform: translateX(420px);
}

.login-box .logo {
    text-align: center;
    margin-bottom: 30px;
}

    .login-box .logo img {
        max-width: 140px;
        filter: drop-shadow(0 0 5px white);
    }

.label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: white;
}

.txb {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: none;
    background: rgba(255,255,255,0.2);
    color: white;
    font-size: 18px;
    outline: none;
    box-shadow: inset 0 0 5px rgba(255,255,255,0.3);
    transition: box-shadow 0.3s ease;
}

.txb:focus {
    box-shadow: inset 0 0 10px rgba(255,255,255,0.6);
    background-color:#f7f299;
    color:#000;
}

.login-btn {
    width: 100%;
    padding: 14px;
    background: #014377;
    border: solid 2px #014377;
    border-radius: 8px;
    color: white;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

   .login-btn:hover {
        background: #014377;
        border: solid 2px #fff;
    }

.links {
    margin-top: 18px;
    text-align: center;
    font-size: 14px;
}

    .links a {
        color: white;
        text-decoration: none;
        margin: 0 10px;
        transition: color 0.3s ease;
    }

        .links a:hover {
            color: white;
            text-decoration: underline;
        }

/* Register Slide Panel */
.register-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 420px;
    height: 100%;
    background: #fff;
    color: #000;
    padding: 30px 25px;
    transform: translateX(0%);
    transition: transform 0.4s ease;
    z-index: 101;
    box-shadow: 5px 0 15px rgba(0,0,0,0.5);
}
.register-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: solid #ccc 1px;
    color: #014377;
}

.close-btn {
    background: none;
    color: #014377;
    font-size: 40px;
    font-weight: lighter;
    border: none;
    cursor: pointer;
    line-height: 1;
    text-decoration:none;
}

.register-form .lbl {
    display: block;
    margin-top: 0px;
    font-weight: 100;
    color: #014377;
}

.register-form .txb {
    width: 100%;
    padding: 10px;
    margin-top: 4px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: solid 1px #014377;
    background: rgba(255,255,255,0.2);
    color: #000;
    box-shadow: inset 0 0 5px rgba(255,255,255,0.2);
}
    .register-form .txb:focus {
        background-color: #f7f299;
    }
    /* Responsive */
    @media (max-width: 480px) {
        .login-box {
        position: static;
        width: auto;
        margin: 30px;
        height: auto;
        border-radius: 12px;
    }

    .register-panel {
        width: 100%;
    }

    body.panel-open .login-box {
        transform: translateX(0);
    }
}


.forgot-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 420px;
    height: 100%;
    background: #fff;
    color: #000;
    padding: 30px 25px;
    transform: translateX(0%);
    transition: transform 0.4s ease;
    z-index: 101;
    box-shadow: 5px 0 15px rgba(0,0,0,0.5);
}

.row {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mandatory {
    color: #f86d80 !important;
}

.rowLabel {
    font-family: 'Calibri';
    font-size: 16px;
    text-align: left;
    color: #000;
    text-transform: capitalize;
}

.rowio {
    margin-bottom: 4px;
    text-align: left;
    height: auto;
    vertical-align: top;
}

.lgnreaderio {
    border: 1px solid #CCC;
    height: 45px;
    border-radius: 2px;
    font-size: 18px;
    margin-bottom: 5px;
    background-color: #f2f2f2;
    font-family: 'Calibri';
    font-weight: bold;
}

    .lgnreaderio:hover {
        border: 1px solid #808080;
        background-color: #ffff99;
    }

    .lgnreaderio:focus {
        outline: none !important;
        border: 1px solid #808080;
        background-color: #ffff99;
    }

.loginaction {
    height: 45px;
    cursor: pointer;
    margin: 0px;
    border: solid 1px #CCC;
    border-radius: 2px;
    font-size: 18px;
    font-family: 'Calibri';
    font-weight: bold;
}

    .loginaction:hover {
        background-color: #ffff99;
        -webkit-transition: background-color 1000ms linear;
        border-radius: 3px;
        border: solid 1px #ffba00;
    }

.lnktt {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
    font-family: 'Calibri';
    font-weight: bold;
}


.searchholder {
    width: 100%;
    border: solid 1px #ccc;
    height: 40px;
    position: sticky;
    top: 0px;
    background-color: #fff;
    z-index: 2;
}
    .searchholder .box {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 38px;
        border: none;
        width: calc(100% - 38px);
        color: #000;
        outline: none;
        background-color: #fff;
        font-size: 14px;
        border-right: solid 1px #ccc;
    }
    .searchholder .btt {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 38px;
        width: 40px;
        text-align: center;
        vertical-align: middle;
        background-color: #fff;
        border: none;
    }
        .searchholder .btt img {
            width: 60%;
            height: 60%;
            margin: 7px;
            cursor: pointer;
        }
        .searchholder .btt:hover {
            background-color: #faf7c9;
        }
.dataTable {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ccc;
    margin-top: 2px;
    margin-bottom: 2px;
}
    .dataTable td, th {
        padding: 5px;
        border: solid 1px #ccc;
    }

    .dataTable tr:nth-of-type(odd) {
        background: #fff;
        /*border-bottom: solid 1px #eee;*/
    }

    .dataTable tr:nth-of-type(even) {
        background: #f2f2f2;
        /*border-bottom: solid 1px #eee;*/
    }

    .dataTable th {
        background: #d9d9d9;
        color: #000;
        font-weight: 100;
        text-align: center;
        vertical-align: middle;
        position: sticky;
        top: 39px;
    }

    .dataTable td {
        text-align: center;
        vertical-align: middle;
        height: auto;
    }

    .dataTable th:nth-of-type(1) {
        /*border-top-left-radius: 10px;*/
    }

    .dataTable th:nth-last-of-type(1) {
        /*border-top-right-radius: 10px;*/
    }

    .dataTable .chkcol {
        width: 30px;
        text-align: center;
        vertical-align: middle;
    }

    .dataTable .edtcol {
        width: 40px;
        text-align: center;
        vertical-align: middle;
        height: 40px;
    }

        .dataTable .edtcol img {
            margin: 6px;
            height: 22px;
            width: 22px;
            cursor: pointer;
        }

        .dataTable .edtcol:hover {
            background-color: #faf7c9;
        }

    .dataTable .leftalignhdr {
        text-align: left;
    }

    .dataTable .centeralignhdr {
        text-align: center;
    }

    .dataTable .leftalignrow {
        text-align: left;
    }

    .dataTable .centeralignrow {
        text-align: center;
    }

    .dataTable .rightalignrow {
        text-align: right;
    }

    .dataTable tr:hover {
        background: #faf7c9;
    }

    .dataTable tr:focus {
        outline: none;
        background: #40bf80;
    }

.wizardTitle {
    color: #000000;
    font-size: 2em;
}

.div_nb_right {
    position: absolute;
    top: 100px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #fff;
}
.div_nb_right_mdl {
    position: absolute;
    top: 10px;
    bottom: 100px;
    left: 10px;
    right: 10px;
    background-color: #fff;
}

.div_nb_right_bttm {
    position: absolute;
    left: 10px;
    right: 10px;
    height: 100px;
    bottom: 0px;
    border-top: solid 1px #cccc;
}

.div_nb_left {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    width: 300px;
    border-left: solid 1px #ccc;
    background-color: #f2f2f2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.wizardaction {
    height: 45px;
    cursor: pointer;
    margin: 0px;
    border: solid 1px #CCC;
    border-radius: 2px;
    font-size: 18px;
    font-family: 'Calibri';
    font-weight: bold;
    background-color: #014377;
    color: #fff;
}

    .wizardaction:hover {
        background-color: #ffff99;
        -webkit-transition: background-color 1000ms linear;
        border-radius: 3px;
        border: solid 1px #ffba00;
        color: #000;
    }