/* Minification failed. Returning unminified contents.
(81,39): run-time error CSS1046: Expect comma, found '198'
(81,47): run-time error CSS1046: Expect comma, found '/'
(195,36): run-time error CSS1046: Expect comma, found '110'
(195,43): run-time error CSS1046: Expect comma, found ')'
(200,37): run-time error CSS1046: Expect comma, found '53'
(200,42): run-time error CSS1046: Expect comma, found ')'
(205,36): run-time error CSS1046: Expect comma, found '135'
(205,42): run-time error CSS1046: Expect comma, found ')'
 */
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


html,
body {
    height: 100%;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px;
    padding: 0px;
    background-color: #dce3eb;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

    body::after {
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 476px;
        height: 264px;
        background-image: url('../Images/logo_login_bg.png');
        background-repeat: no-repeat;
        background-position-x: -100px;
        background-position-y: 100px;
        z-index:1;
    }

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    background-color: rgba(0,0,0,0.5);
    z-index: 100000;
    text-align: center;
}

    #loading .loader {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        width: 100px;
        height: 100px;
        transform: translate(-50%, -50%);
        background-image: url('../Images/web_loading.gif');
        background-size: contain;
        background-repeat: no-repeat;
    }

.login-card {
    border-radius: 10px;
    border: 0px;
    box-shadow: 0 10px 30px 0 rgb(172 198 234 / 30%);
    background-color: #fbfcfd;
    margin-top: 70px;
    z-index: 2;
}

.login-header {
    text-align: center;
    background-color: transparent;
    background-image: url(../Images/login-top-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 25px;
    margin-top: -70px;
}

.custom-dropdown {
    padding:5px 8px;
}

.custom-dropdown .nav-link {
    color: black;
    padding: 10px 15px;
}

    .custom-dropdown .nav-link span {
        padding: 0px 15px;
    }

    .custom-dropdown .dropdown-menu {
        padding: 0px;
        margin: 0px;
    }

    .custom-dropdown .dropdown-divider {
        margin: 0px;
    }

    .custom-dropdown > .dropdown-menu a {
        padding: 0px 15px;
        height: 38px;
        line-height: 38px;
    }

    .custom-dropdown > .dropdown-menu a svg,
    .custom-dropdown > .dropdown-menu a .icon {
        margin-right: 10px;
    }

    .custom-dropdown .dropdown-menu-arrow {
        margin-top: 5px;
    }

    .custom-dropdown .dropdown-menu a:first-child {
        border-radius: 0.25em 0.25em 0px 0px;
    }

    .custom-dropdown .dropdown-menu a:last-child {
        border-radius: 0px 0px 0.25em 0.25em;
    }

.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 8px 8px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
}

.dropdown-menu-arrow:after {
    right: 16px;
    top: -12px;
    border-width: 6px 6px;
    border-bottom-color: #fff;
}

.dropdown-menu-arrow:before {
    right: 14px;
    top: -16px;
    border-bottom-color: #d9d9d9;
}

.login-form {
    margin-top: 60px;
    padding-bottom: 25px;
}

    .login-form .form-floating > .form-control:focus ~ label,
    .login-form .form-floating > .form-control:not(:placeholder-shown) ~ label {
        transform: scale(1.2) translateY(-1.8rem) translateX(-0.3rem);
    }

.form-group-clear .input-group-text {
    background-color: transparent;
    border: 0px;
    color: #1c61ad;
}

.form-group-clear .form-control {
    border: 0px;
    border-bottom: 1px solid #c6d0db;
    background-color: transparent;
}

    .form-group-clear .form-control:focus {
        color: #212529;
        background-color: transparent;
        border-color: #1c61ad;
        outline: 0;
        box-shadow: 0px 1px rgb(13 110 253);
    }

    .form-group-clear .form-control.is-invalid:focus, .was-validated .form-group-clear .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0px 1px rgb(220 53 69);
    }

    .form-control.is-valid:focus, .was-validated .form-group-clear .form-control:valid:focus {
        border-color: #198754;
        box-shadow: 0px 1px rgb(25 135 84);
    }

.form-group-clear .close-text {
    right: 40px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16.25px;
    color: #1c61ad;
    cursor: pointer;
}

.btn-primary {
    background-image: linear-gradient(to bottom, #258ed5, #1c61ad);
    border-radius: 10px;
}

.hidden{
    display:none;
}

.k-widget.k-window {
    border-radius: 10px;
    border: 0px;
}

.k-widget.k-window .k-window-titlebar.k-header,
.k-widget.k-window .k-window-titlebar,
.k-widget.k-window .k-window-titlebar.show-title {
    background: #141e30;
    background: -webkit-gradient(linear,left top,right top,from(#1d4a70),color-stop(60%,#578cb8),to(#2a5788));
    background: linear-gradient(90deg,#1d4a70 0,#578cb8 60%,#2a5788);
    color: white;
    font-size: 14px !important;
    letter-spacing: 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 12px 16px;
    border-width: 0 0 1px;
    border-style: solid;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: row nowrap;
}
.k-widget.k-window .k-window-content {
    border-radius: 0 0 10px 10px;
}

.k-window-title {
    padding: 0.5em 0;
    margin: -0.5em 0;
    font-size: 16px;
    line-height: 1.25;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    align-items: center;
}
.k-window-titlebar .k-window-actions {
    position: inherit;
    margin: -5em 0;
    -webkit-margin-end: -4px;
    margin-inline-end: -4px;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
}

.btn-blue {
    height: 40px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #258ed5, #1c61ad) !important;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 0 10px;
    border: 0;
}

.btn-gray {
    height: 40px;
    border-radius: 5px;
    border: solid 1px #c6d0db;
    background-image: linear-gradient(to top, #f0f2f5, #ffffff);
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    padding: 0 10px;
    letter-spacing: normal;
    color: #1c61ad;
}

input.popup-btn {
    min-width: 120px;
    margin: 0 10px;
    border: solid 1px #c6d0db;
    width: auto;
    padding: 0 8px;
    height: 40px;
    font-size: 16px;
}

.customDisabled, .disabled {
    pointer-events: none;
    opacity: 0.6;
}

img.wicon {
    margin-right: 10px;
    filter: invert(1);
}


.img-widget {
    width: 120px;
    height: 120px;
    float: left;
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #c6d0db;
    margin: 0 10px 10px 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .img-widget img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100%;
        right: -100%;
        height: 100%;
        margin: auto;
        width: auto;
    }


.cir-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    width: 120px;
    opacity: 0;
    transition: .3s ease;
    /*background-color: #000;*/
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    text-align: center;
}

.cir-overlay-100 {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 27px;
    right: 0;
    height: 60px;
    width: 60px;
    transition: .3s ease;
    background-color: rgba(255,255,255,0.4);
    border-radius: 50%;
    text-align: center;
    display: none;
}

.cir-overlay img {
    width: 30px;
    height: 22px;
    min-height: initial;
}

.cir-overlay a.icon {
    line-height: 100px;
}

.img-widget:hover .cir-overlay, .active-lang {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

