﻿/* ------------------------------------------
  FONT CSS STYLES
--------------------------------------------- */
@font-face {
    font-family: 'GoogleSans';
    src: url('../fonts/GoogleSans-Regular.woff');
    src: url('../fonts/GoogleSans-Regular.woff') format('woff');
}

* {
    outline: none !important;
}

a {
    color: var(--bg-black);
    text-decoration: none;
    outline: none;
}

    a:hover,
    a:focus {
        color: var(--bg-black);
        text-decoration: underline;
        outline: none;
    }

body {
    font-size: 12px;
    color: var(--bg-black);
    background-color: var(--wrapper);
    background-position: top center;
    background-size: cover;
    overflow-x: hidden;
}

input {
    font-family: 'GoogleSans', sans-serif;
    border: solid 1px #c6c6c6;
    border-radius: 5px;
    color: var(--input-box);
    font-size: 12px;
    font-weight: 500 !important;
}

.input-icon {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
}

.border-top-1 {
    border-top: 1px solid var(--main-border);
}

.border-bottom-1 {
    border-bottom: 1px solid var(--main-border);
}

.border-left-1 {
    border-left: 1px solid var(--main-border);
}

.border-right-1 {
    border-right: 1px solid var(--main-border);
}

.border-top-B-1 {
    border-top: 1px dashed var(--dashed);
}

.border-right-B-1 {
    border-right: 1px dashed var(--dashed);
}

.border-bottom-dash-1 {
    border-bottom: 1px dashed var(--main-border);
}

.m--margin-top-2 {
    margin-top: 2px;
}

.m-margin-top-minus-1 {
    margin-top: -1px;
}

.margin-top-minus-5 {
    margin-top: -5px
}

.margin-top-minus-6 {
    margin-top: -6px
}

.m--margin-right-6 {
    margin-right: 6px;
}

.m--margin-top-17 {
    margin-top: 17px;
}

.m-margin--top-42 {
    margin-top: 42px;
}

.p--padding-top-8 {
    padding-top: 8px
}

.p--padding-top-10 {
    padding-top: 10px
}

.border-dash-full {
    border: 1px dashed var(--dashed);
}

.border-solid-full {
    border: 1px solid var(--main-border);
}

.border-right-red-1 {
    border-right: 1px solid var(--bg-tag-red);
}

.border-right-warn-1 {
    border-right: 1px solid var(--bg-tag-warn);
}

.border-right-green-1 {
    border-right: 1px solid #95cb8e;
}

.H-25 {
    height: 25px;
}

.H-40px {
    height: 40px;
}

.H-150px {
    height: 150px;
}

.tiny-txt {
    width: 75px !important;
}

.tiny-drop {
    width: 150px;
}

.list-combo {
    width: 164px !important;
    margin: 0px;
    border-radius: 8px 0px 0px 8px !important;
}

.k-button-solid-base {
    border-color: var(--filter-gray);
    color: #444;
    background-color: var(--filter-gray);
    border-radius: 0px 8px 8px 0px;
}


.form-select {
    font-size: 13px;
    font-weight: 600;
    color: var(--input-box) !important;
    opacity: 0.8;
}

.full-height-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

html, body, #BodyContentContainer, .full-height-container {
    height: 100%;
}

.full-height-container {
    display: table;
    padding: 0px;
    box-sizing: border-box;
}

.full-height-row {
    height: 100%;
    display: table-row;
}
/*********************************** Page Sidebar*****************************************************/
.page-sidebar {
    width: 280px;
    /*position: absolute; commented for 1280 implementation*/
    position: fixed;
    height: auto;
    left: 0;
    bottom: 0;
    top: 0;
    padding-top: 50px;
    z-index: 2;
    background-color: var(--bg-white) !important;
}

    .page-sidebar:after {
        content: "" !important;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 280px;
        background-color: var(--bg-white) !important;
        z-index: -1;
        border-right: 1px solid var(--main-border) !important;
    }

    .page-sidebar .sidebar-inner {
        position: relative;
        width: auto;
        height: 100%;
    }

    .page-sidebar.sidebar-fixed {
        position: fixed;
    }

    .page-sidebar.hide-sidebar {
        margin-left: -210px;
    }

        .page-sidebar.hide-sidebar:after {
            left: -210px;
        }

    .page-sidebar.collapse-sidebar {
        width: 60px;
        bottom: auto;
    }

        .page-sidebar.collapse-sidebar:after {
            width: 60px;
        }

        .page-sidebar.collapse-sidebar .user-info {
            display: none;
        }

        .page-sidebar.collapse-sidebar .sidebar-panel {
            display: none;
        }

        .page-sidebar.collapse-sidebar .nav li {
            border-radius: 3px;
        }

            .page-sidebar.collapse-sidebar .nav li a {
                text-align: center;
                padding: 10px 14px 9px !important;
            }

                .page-sidebar.collapse-sidebar .nav li a .sideNav-arrow {
                    display: none;
                }

                .page-sidebar.collapse-sidebar .nav li a .label {
                    display: none;
                }

                .page-sidebar.collapse-sidebar .nav li a i {
                    margin-right: 0 !important;
                    float: none !important;
                }

                .page-sidebar.collapse-sidebar .nav li a span.txt {
                    display: none;
                    position: absolute;
                    left: 45px;
                    top: 0;
                    z-index: 9998;
                }

            .page-sidebar.collapse-sidebar .nav li.hover-li {
                height: 39px;
            }

                .page-sidebar.collapse-sidebar .nav li.hover-li a {
                    z-index: 999;
                    width: 221px;
                    background-color: var(--bg-white);
                    height: 38px;
                }

                    .page-sidebar.collapse-sidebar .nav li.hover-li a span.txt {
                        display: inline-block;
                        width: auto;
                        padding: 10px 0 10px 20px;
                    }

                    .page-sidebar.collapse-sidebar .nav li.hover-li a i {
                        color: var(--text-label);
                        float: left !important;
                        margin: 0px 10px 0px 1px !important;
                    }

                    .page-sidebar.collapse-sidebar .nav li.hover-li a.notExpand {
                        border-bottom-right-radius: 0;
                        /*border-top-right-radius: 3px;*/
                        background-color: var(--bg-white) !important;
                        color: var(--border-blue);
                        width: 281px;
                    }

                    .page-sidebar.collapse-sidebar .nav li.hover-li a.active:before {
                        background-color: transparent !important;
                        border-color: transparent !important;
                    }

                .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub {
                    position: relative;
                    z-index: 9999;
                    left: 60px;
                    top: -7px;
                    width: 260px;
                    display: block;
                    margin: 0;
                    background-color: #0e436c;
                    list-style: none;
                    /*padding-top: 10px;*/
                }

                    .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li {
                        height: auto;
                    }

                        .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li a {
                            width: 100%;
                            padding: 8px 5px 0 10px !important;
                            border-radius: 0;
                            background-color: var(--bg-white);
                            box-shadow: none;
                            font-size: 12px;
                            text-align: left;
                        }

                            .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li a span.txt {
                                position: relative;
                                left: auto;
                                top: auto;
                                padding: 5px;
                            }

                            .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li a:before {
                                border: none;
                                background: none;
                                float: none;
                            }

                            .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li a:after {
                                background: none;
                            }

                        .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub a.notExpand {
                            background-color: #262d37;
                            margin-top: 8px !important;
                        }

                        .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub {
                            left: 0;
                            top: 37px;
                            background-color: var(--text-label);
                        }

                            .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub li a {
                                padding: 0 5px 0 21px !important;
                                border-radius: 0 !important;
                                background-color: var(--text-label);
                                width: 161px;
                            }

                                .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub li a:after,
                                .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub li a:before {
                                    border: none;
                                    background: none;
                                }

                            .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub li:last-child a {
                                border-bottom-right-radius: 3px !important;
                            }

                            .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub li:first-child a {
                                border-top-right-radius: 3px !important;
                            }

                        .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li + li {
                            margin-top: 0;
                        }

                            .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li + li:last-child {
                                padding-bottom: 0;
                            }

                                .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li + li:last-child a {
                                    padding-bottom: 8px !important;
                                }

                        .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li:last-child a {
                            border-bottom-right-radius: 3px;
                        }

    .page-sidebar .side-nav {
        width: 100%;
        float: left;
    }

        .page-sidebar .side-nav .nav > li a {
            padding: 14px 20px 14px;
            color: var(--text-label);
            display: inline-block;
            width: 100%;
            position: relative;
            letter-spacing: 0px;
            transition: background;
            transition-duration: 0.4s;
        }

            .page-sidebar .side-nav .nav > li a.notExpand {
                color: var(--text-label);
                transition-duration: 0.4s;
            }

            .page-sidebar .side-nav .nav > li a:hover {
                /*background: rgba(0,0,0,.2);*/
                color: #3c85f4;
            }

            .page-sidebar .side-nav .nav > li a.notExpand i {
                /*color: var(--border-blue);*/
                transition-duration: 0.4s;
            }

            .page-sidebar .side-nav .nav > li a i {
                font-size: 18px;
                width: 30px;
                /*color: #D4D4D4;*/
                float: left;
                transition: color;
                transition-duration: 0.4s;
            }

                .page-sidebar .side-nav .nav > li a i.sideNav-arrow {
                    float: right;
                    width: auto !important;
                    margin: 0;
                    font-size: 14px;
                    transition: all;
                    transition-duration: 0.4s;
                }

            .page-sidebar .side-nav .nav > li a .txt {
                display: inline-block;
            }

            .page-sidebar .side-nav .nav > li a:hover i {
                color: var(--border-blue);
            }

            .page-sidebar .side-nav .nav > li a.active {
                background: rgba(255,255,255,.3);
                color: var(--bg-white);
            }

                .page-sidebar .side-nav .nav > li a.active i {
                    color: var(--bg-white);
                }

                .page-sidebar .side-nav .nav > li a.active:before {
                    background-color: var(--bg-white) !important;
                    border-color: var(--bg-white) !important;
                }
            /*.page-sidebar .side-nav .nav > li a:focus {
  background-color: #303946;
  color: #8b929a;
}*/
            .page-sidebar .side-nav .nav > li a.expand {
                /*background: rgba(0,0,0,.2);*/
                color: var(--border-blue);
            }

            /*  .page-sidebar .side-nav .nav > li a.expand i {
                    color: var(--border-blue);
                }*/

            .page-sidebar .side-nav .nav > li a .label {
                float: right;
                border-radius: 50%;
                background-color: #505e73;
                padding: 6px 6px;
                margin-top: 0;
                line-height: 10px;
            }

        .page-sidebar .side-nav .nav > li ul.sub {
            padding-left: 0px;
            display: none;
            position: relative;
            list-style-type: none;
        }

            .page-sidebar .side-nav .nav > li ul.sub > li {
                border-bottom: none;
                position: relative;
            }

                .page-sidebar .side-nav .nav > li ul.sub > li a {
                    transition: color;
                    transition-duration: 0.4s;
                    padding: 10px 3px 4px 35px;
                    position: relative;
                }

                    .page-sidebar .side-nav .nav > li ul.sub > li a i {
                        transition: color;
                        transition-duration: 0.4s;
                        padding: 5px 5px 5px 15px;
                    }

                    .page-sidebar .side-nav .nav > li ul.sub > li a:before {
                        float: left;
                        position: absolute;
                        z-index: 12;
                        background-color: #1c2128;
                        transition: border-color;
                        transition-duration: 0.4s;
                        height: 40px;
                    }

                    .page-sidebar .side-nav .nav > li ul.sub > li a:after {
                        content: "";
                        height: 38px;
                        position: absolute;
                        z-index: 10;
                    }

                    .page-sidebar .side-nav .nav > li ul.sub > li a:hover:before {
                        border-color: var(--bg-white);
                    }

                .page-sidebar .side-nav .nav > li ul.sub > li:first-child a {
                    padding-top: 10px;
                }

                    .page-sidebar .side-nav .nav > li ul.sub > li:first-child a.expand:after {
                        height: 20px;
                    }

                .page-sidebar .side-nav .nav > li ul.sub > li:last-child a {
                    padding-bottom: 10px;
                }

                    .page-sidebar .side-nav .nav > li ul.sub > li:last-child a:after {
                        height: 18px;
                    }

            .page-sidebar .side-nav .nav > li ul.sub.show li {
                position: relative;
                height: 40px;
            }

                .page-sidebar .side-nav .nav > li ul.sub.show li a {
                    background: transparent;
                    position: relative;
                }

                    .page-sidebar .side-nav .nav > li ul.sub.show li a.expand:after {
                        height: 18px;
                    }

                .page-sidebar .side-nav .nav > li ul.sub.show li.highlight-menu:last-child:after {
                    content: "";
                    width: 12px;
                    height: 1px;
                    position: absolute;
                    left: 33px;
                    top: 14px;
                    background-color: #8b929a;
                }

                .page-sidebar .side-nav .nav > li ul.sub.show li.highlight-menu:last-child a.expand {
                    padding-bottom: 2px;
                }

                .page-sidebar .side-nav .nav > li ul.sub.show li.highlight-menu a.expand:after {
                    height: 19px;
                }

                .page-sidebar .side-nav .nav > li ul.sub.show li .sub:before {
                    content: "";
                    width: 12px;
                    height: 1px;
                    position: absolute;
                    left: 33px;
                    top: -14px;
                    background-color: #8b929a;
                }

                .page-sidebar .side-nav .nav > li ul.sub.show li .sub:after {
                    content: "";
                    width: 17px;
                    height: 1px;
                    position: absolute;
                    left: 29px;
                    bottom: 0px;
                    background-color: #8b929a;
                }

                .page-sidebar .side-nav .nav > li ul.sub.show li .sub li a {
                    padding: 3px 20px 2px 75px;
                }

                    .page-sidebar .side-nav .nav > li ul.sub.show li .sub li a:before {
                        left: 42px;
                    }

                    .page-sidebar .side-nav .nav > li ul.sub.show li .sub li a:after {
                        left: 45px;
                        height: 29px;
                        top: -13px;
                    }

                .page-sidebar .side-nav .nav > li ul.sub.show li .sub li:first-child {
                    border-top: none;
                }

                    .page-sidebar .side-nav .nav > li ul.sub.show li .sub li:first-child a {
                        padding-top: 3px;
                        padding-bottom: 2px;
                    }

                .page-sidebar .side-nav .nav > li ul.sub.show li .sub li:last-child a {
                    padding-top: 3px;
                    padding-bottom: 10px;
                }

                    .page-sidebar .side-nav .nav > li ul.sub.show li .sub li:last-child a:after {
                        height: 46px;
                    }

                .page-sidebar .side-nav .nav > li ul.sub.show li:last-child .sub:after {
                    background-color: transparent;
                }

                .page-sidebar .side-nav .nav > li ul.sub.show li:last-child .sub li:last-child a:after {
                    height: 29px;
                }

    .page-sidebar .user-info {
        float: left;
        padding: 10px 15px;
    }

        .page-sidebar .user-info img {
            border-radius: 3px;
            float: left;
            margin-right: 15px;
            width: 64px;
        }

        .page-sidebar .user-info .name {
            color: var(--bg-white);
            float: left;
            width: 100px;
            font-weight: normal;
            padding: 5px 0;
        }

        .page-sidebar .user-info button {
            font-size: 13px;
            margin-top: 2px;
        }

        .page-sidebar .user-info .btn-group .btn + .btn {
            border-left: none;
            padding-left: 3px;
        }

        .page-sidebar .user-info .dropdown-menu {
            min-width: 140px;
            border-color: #303946;
        }

            .page-sidebar .user-info .dropdown-menu li {
                border-radius: 0;
            }

                .page-sidebar .user-info .dropdown-menu li a {
                    padding: 8px 15px;
                    width: inherit;
                    line-height: inherit;
                    letter-spacing: inherit;
                    display: inherit;
                }

                    .page-sidebar .user-info .dropdown-menu li a:hover {
                        background-color: #f7f9fe;
                        color: var(--bg-black);
                    }

                        .page-sidebar .user-info .dropdown-menu li a:hover i {
                            color: var(--bg-black);
                        }

.highlight-lhs-select {
    color: #0B7FEA !important;
}

    .highlight-lhs-select i {
        color: #0B7FEA !important;
    }

.page-navbar .navbar-nav > li > a:hover {
    background-color: var(--wrapper);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
/*need to check with design team*/
.page-navbar .navbar-nav > li.open > a {
    background-color: var(--wrapper) !important;
}
/*need to check with design team*/

.page-navbar .navbar-nav > li > a {
    color: var(--text-label);
    padding: 11px 8px;
    transition: background;
    transition-duration: 0.4s;
    margin-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.navbar-nav > li > a {
    color: var(--bg-white);
    max-height: 40px;
}

.dropdown-menu > li > a {
    display: block;
    /*padding: 10px 20px;*/ /* Due to export submenu padding issues */
    font-size: 12px;
    color: var(--bg-dark-black) !important;
    clear: both;
    font-weight: normal;
}

    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        color: var(--bg-white) !important;
        background-color: var( --border-blue);
        text-decoration: none;
        border-radius: 8px;
    }

#UserPassword, #UserName, #CurrentPassword, #NewPassword, #ConfirmPassword {
    width: 100% !important;
    margin: 0;
    border: 1px solid #E5EAEF;
    padding: 12px;
    color: #666666 !important;
    font-size: 12px;
    border-radius: 8px;
    -webkit-appearance: none;
}

.wrap {
    background-color: #F6F6F6;
}

.log-in-container {
    max-width: 450px;
    margin: auto;
    color: var(--text-label);
}

.pass-field span a {
    color: var(--text-label);
}

.versionfooter {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center
}

#btnLogin {
    color: var(--bg-white) !important;
    background: var(--border-blue) !important;
    border: none;
    padding: 8px 20px;
    margin-right: 5px;
    border-radius: 12px;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
}

    #btnLogin:hover {
        background-color: var(--text-label) !important;
        border-color: var(--text-label) !important;
        border-radius: 12px;
        font-weight: 500;
        transition: 0.3s all ease-in-out;
    }

.primary-button {
    background: var(--border-blue) !important;
    border: 1px solid var(--border-blue);
    border-radius: 12px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    color: var(--bg-white);
    padding: 8px 25px;
    transition: 0.3s all ease-in-out;
}

    .primary-button:hover {
        background-color: var(--text-label) !important;
        border-color: var(--text-label) !important;
        border-radius: 12px;
        text-transform: capitalize;
        font-size: 12px;
        font-weight: 500;
        color: var(--bg-white);
        padding: 8px 25px;
        transition: 0.3s all ease-in-out;
    }

.page-navbar .navbar-right {
    margin-right: 10px !important;
}

.page-navbar .navbar-nav > li .dropdown-menu {
    margin-right: 0px !important;
    border-radius: 8px;
    margin-top: 3px !important;
}

#btnQuickSearch {
    background: #F7F8FA;
    border: solid 1px var(--main-border);
    padding: 5px 8px 3px;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
}

.fa-fw {
    color: #666;
}

.breadcrumb {
    list-style: none;
    margin-right: 15px;
    font-size: 11px;
    margin-left: 0px;
    margin-bottom: 0;
    padding: 5px 0px;
}

    .breadcrumb > li {
        display: inline-block;
        *display: inline;
        text-shadow: 0 1px 0 var(--bg-white);
        *zoom: 1;
    }

        .breadcrumb > li > .divider {
            padding: 0 5px;
            color: var(--main-border);
        }

    .breadcrumb > .active {
        color: #999999;
    }


.bread-nav {
    background-color: var(--bg-white) !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-right: 0;
}

.selected {
    color: #acacac;
}

.page-content #page-header {
    padding-bottom: 5px;
}

.label-field {
    padding: 7px 0px 7px 25px;
}

.label-text {
    padding: 7px 0px 7px 25px;
}

.container {
    width: 100% !important;
    max-width: 100%;
}

.footer-extend-set-height {
    height: 50px;
}

footer {
    border-top: 1px solid #cacaca;
    background-color: rgba(255, 255, 255, 1);
    height: 65px;
    margin: 15px 0px 0px 0px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    left: 0px;
}

.signtop-field {
    padding: 0px;
    font-size: 12px;
    font-weight: normal !important;
    color: var(--text-label);
}

    .signtop-field span.fieldRequiredLabel {
        font-weight: 500;
    }

    .signtop-field span.ErrorMsg {
        display: none !important;
    }

.signbtm-field {
    padding: 0px;
    font-size: 12px;
}

.signlft-field {
    padding: 5px 0px 5px 15px;
    font-size: 12px;
}

.signrgt-field {
    padding: 5px 0px 0px 0px;
    font-size: 12px;
}

.terms-link {
    text-decoration: underline !important;
    color: var(--bg-white);
    padding-left: 5px;
}

.ErrorMsg {
    font-size: 12px;
    color: var(--bg-red);
    padding-left: 3px;
}

.check-field {
    /*padding-top: 15px;*/
    cursor: pointer;
}

.pass-field {
    font-size: 12px;
}

    .pass-field span {
        float: right;
        margin: 3px 0px 5px 0px;
    }

.mrg-top {
    margin-bottom: 15px;
}

.forgot-ahref {
    color: var(--grays);
    text-decoration: underline;
}

.sig-foot {
    float: left;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    border-top: none;
    width: 100%;
    padding-bottom: 15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

input:-webkit-autofill {
    background-color: rgb(250, 255, 189) !important;
    background-image: none !important;
}

#UserName:-webkit-autofill, #UserPassword:-webkit-autofill, #CurrentPassword:-webkit-autofill, #NewPassword:-webkit-autofill, #ConfirmPassword:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="text"]:-webkit-autofill, input[type="password"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="text"], input[type="password"] {
    color: var(--input-box);
    outline: none;
    padding: 8px 10px;
    border: solid 1px var(--main-border);
    font-size: 12px;
    width: 100%;
    border-radius: 8px;
    background-color: var(--bg-white);
    font-family: 'GoogleSans', sans-serif;
}

input[type="submit"] {
    color: var(--bg-white);
    outline: none;
    margin-right: 20px;
    padding: 10px 20px 10px 20px;
    border: solid 1px #b57505;
    background-color: #faa819;
    font-size: 12px;
    width: max-content;
    margin-top: 5px;
    border-radius: 3px;
    font-family: 'GoogleSans', sans-serif;
    transition: 0.3s;
}

.k-rounded-md {
    border-radius: 8px;
}

.k-input, .k-widget.k-input {
    border: none;
    color: var(--input-box);
    background-color: var(--bg-white);
    font-family: 'GoogleSans', sans-serif;
    line-height: 0px;
}

/*****************************************************************************************/


.ui-accordion-header-active {
    background-color: #455a64 !important;
    color: #cfd8dc !important;
}

.body-content {
    margin-left: 250px;
}

.body-content-register {
    margin: 0px auto;
    text-align: center;
}

.topNav {
    width: 100%;
    height: 48px;
    display: inline-block;
    background-color: #36a9e1;
    position: fixed;
    z-index: 9999;
    text-align: right;
    left: 0;
}

ul.navbar-nav > li:last-child > a {
    margin-right: 0;
}

.body-minwidth {
    min-width: 1280px;
}
/*ul.navbar-nav> li:last-child .dropdown-menu {
	right: 0;
}

ul.navbar-nav> li> a {
	margin-right: 15px;
	height: 32px;
    width: 32px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    margin-top: 8px;
    background-color: #1e8fc6 !important;
    border-radius: 3px;
	padding: 0;
}

ul.navbar-nav> li> a i {
	font-size: 20px;
	line-height: 32px;
	color: var(--bg-white);
}

ul.navbar-nav li a:hover i, ul.navbar-nav li a:focus i {
	color: #72ccf8;
	padding: 0;
}*/

.leftNav {
    width: 100%;
    height: 48px;
    display: inline-block;
    background-color: #1e8fc6;
}

div.toggle-menu {
    height: 32px;
    width: 32px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    margin-top: 8px;
    margin-right: 8px;
    float: right;
    background-color: #36a9e1;
    border-radius: 3px;
    cursor: pointer;
}

    div.toggle-menu i {
        color: var(--bg-white);
        line-height: 32px;
    }

div.toggle-menu:hover i {
    color: #72ccf8;
}

.dropdown-menu li.title {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    clear: both;
}

.dropdown-menu li.user {
    padding: 10px 20px;
    font-size: 14px;
    color: var(--bg-black);
    font-weight: 600;
}

    .dropdown-menu li.user .ficon {
        font-size: 13px;
        line-height: 13px;
        color: var(--bg-black);
    }

    .dropdown-menu > li > a .ficon {
        color: #0090f1;
    }

.dropdown-menu > li > span {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    color: var(--bg-black);
    clear: both;
}

.dropdown-border {
    background-color: #454e59;
    border-bottom: 0px solid #7d838b;
    /*height: 58px;*/
}

.lhs-lft {
    float: left;
    width: 85% !important;
    height: 35px !important;
    text-decoration: none !important;
    cursor: pointer;
}

.lhs_rgt {
    float: left;
    width: 15% !important;
    height: 35px !important;
    text-decoration: none !important;
}

.user-logon {
    padding: 10px 20px;
}

/*
.highlight-lhs-select
 { 
    background: var(--text-label) !important;
    color: #fba81c !important;
}

.highlight-lhs-select i
 { 
    color: #fba81c !important;
}
*/

h1, h2, h3 {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}
/*
.nav > li > a:hover,
.nav > li > a:focus
{
    background-color: #454e59;
    border-bottom: 4px solid #7d838b;
    height: 58px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus
{
    background-color: #454e59;
    border-bottom: 4px solid #7d838b;
    height: 58px;
}


.navbar-right .ficon {
	font-size: 30px;
	line-height: 27px;
	color: var(--bg-white);
}
*/

/* ------------------------------------------
  INNER PAGES CSS STYLES
--------------------------------------------- */
::placeholder {
    font-size: 12px;
}

.background-white {
    background-color: var(--bg-white)
}

.color-white {
    color: var(--bg-white);
}

.B-Head {
    background-color: var(--bg-gray);
    border: 1px solid var(--main-border);
    border-radius: 8px 8px 0px 0px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px 1rem;
}

.notif-Head {
    background-color: var(--bg-gray);
    border: 1px solid var(--main-border);
    border-radius: 8px 8px 0px 0px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px 0rem;
}

.clock-Head {
    background-color: var(--bg-gray);
    border: 1px solid var(--main-border);
    border-radius: 8px 8px 0px 0px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px 1rem;
    padding: 10px 10px 15px 10px;
}

.B-stage {
    background-color: var(--bg-white);
    border: 1px solid var(--main-border);
    border-radius: 0px 0px 8px 8px;
    border-top: 0px;
    padding-bottom: 1rem;
    margin: 0px 1rem;
}

.notif-stage {
    background-color: var(--bg-white);
    border: 1px solid var(--main-border);
    border-radius: 0px 0px 8px 8px;
    border-top: 0px;
    padding-bottom: 1rem;
    margin: 0px 0rem;
}

.B-grid {
    background-color: var(--bg-gray);
    border-radius: 0px 0px 8px 8px;
    font-weight: normal;
    margin: 0px 1rem;
}

.form-label {
    font-size: 12px;
    color: var(--grays);
}

.mf {
    color: var(--require);
}

.B-upload {
    background-color: var(--bg-blue);
    border: 1px solid var(--main-border);
    margin-top: 1rem;
}

.upload-width {
    height: auto;
    margin: 15px 0px 0px 0px;
    padding-left: 20px;
}

.uploads {
    background: url(../images/photo-upload.png);
    background-color: #fbfbfb;
    border: 1px solid var(--main-border);
    font-weight: bold;
    height: 215px !important;
    text-align: left;
    width: 255px !important;
    overflow: hidden;
    border-radius: 5px;
}

.uploads-btn {
    width: 256px;
    height: auto;
}

.E-upload {
    background-color: rgba(0, 0, 0, 0.5);
    width: 225px;
    height: 35px;
    position: absolute;
    transform: translateY(175px);
    color: var(--bg-white);
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0px;
    font-weight: 500;
    border-radius: 0px 0px 8px 8px;
    border: 0;
}

.E-delete {
    border: 0;
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: var(--bg-white);
    border-radius: 8px;
    transform: translateX(180px);
    margin-top: 15px;
}

.P-uploads {
    border: 1px solid var(--main-border);
    font-weight: bold;
    height: 205px !important;
    text-align: left;
    width: 256px !important;
    overflow: hidden;
    border-radius: 5px;
    margin: 20px 0 0 10px;
}

.profile_upload {
    width: 255px;
    height: 225px;
}

.carosel {
    width: 100%;
    border: 1px solid var(--main-border);
    margin: 0px;
    float: left;
}

.carosel-thumb {
    width: 140px;
    float: left;
    margin-left: 1px;
    height: 161px;
}

.carosel-img {
    margin-left: 6px;
    margin-top: 5px;
    width: 128px;
    height: 96px;
}

    .carosel-img img {
        max-width: 128px;
        max-height: 96px;
        width: auto;
        height: auto;
        margin: auto;
    }

.carosel-span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.carosel-desc {
    margin-left: 6px;
    font-size: 11px;
}

.carosel-col {
    font-size: 11px;
}

.carosel-pag {
    background-color: var(--main-border);
    height: 40px;
    float: left;
    width: 100%;
    padding: 8px 0px 0px 15px;
}

.caro-upload {
    background-color: var(--bg-white);
    height: 226px;
    width: 726px;
    overflow-y: auto;
    border: 1px solid var(--main-border);
    /*border-radius: 6px;*/
}

#photoListView {
    border: 1px solid var(--bg-white) !important;
}

.print-filed {
    float: right;
    margin: 20px;
}

.progressbar {
    width: 98.5%;
    height: 10px;
    background-color: #51a825;
    border: 1px solid #457229;
    margin: 15px;
}

.rect-mas {
    border: 1px solid var(--main-border);
    padding-left: 10px;
}

#usr-view {
    height: 60px;
    width: 40px;
    position: relative;
}

.usr-image {
    position: absolute;
    height: 40px;
    width: 40px;
}

.btn-primary {
    background-color: var(--color-1) !important;
    border-radius: 12px;
    text-transform: capitalize;
    font-size: 12px;
    padding: 8px 25px;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
}

    .btn-primary:hover {
        background-color: var(--text-label) !important;
        border-color: var(--text-label) !important;
        border-radius: 12px;
        padding: 8px 25px;
        font-weight: 500;
        color: var(--bg-white);
        transition: 0.3s all ease-in-out;
    }

.btn-close-wt {
    background-color: var(--primary-color) !important;
    border-radius: 12px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
    color: var(--bg-white);
    margin-top: 10px;
    padding: 8px 25px;
    margin-right: 15px;
}

    .btn-close-wt:hover {
        background-color: var(--text-label) !important;
        border-color: var(--text-label) !important;
        border-radius: 12px;
        font-weight: 500;
        color: var(--bg-white);
        transition: 0.3s all ease-in-out;
    }

.btn-secondary {
    color: #545454;
    outline: none;
    padding: 8px 20px 8px 20px;
    border: solid 1px var(--main-border);
    background-color: var(--bg-white);
    font-size: 12px;
    font-weight: 500;
    width: max-content;
    float: right;
    border-radius: 12px;
    text-transform: capitalize;
    font-family: 'GoogleSans', sans-serif;
    transition: 0.3s all ease-in-out;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary.focus,
    .btn-secondary:active,
    .btn-secondary.active,
    .open > .dropdown-toggle.btn-secondary {
        color: var(--bg-white) !important;
        outline: none;
        padding: 8px 20px 8px 20px;
        border: solid 1px var(--text-label);
        background-color: var(--text-label);
        font-size: 12px;
        font-weight: 500;
        width: max-content;
        float: right;
        border-radius: 12px;
        text-transform: capitalize;
        font-family: 'GoogleSans', sans-serif;
        transition: 0.3s all ease-in-out;
    }

.buttonAdd {
    background-color: var(--primary-color) !important;
    border: solid 1px var(--primary-color);
    border-radius: 12px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    color: var(--bg-white);
    margin-top: 10px;
    padding: 8px 25px;
    transition: 0.3s all ease-in-out;
}

    .buttonAdd:hover {
        background-color: var(--text-label) !important;
        border-color: var(--text-label) !important;
        border-radius: 12px;
        font-weight: 500;
        color: var(--bg-white);
        padding: 8px 25px;
        transition: 0.3s all ease-in-out;
    }

.buttonCancel {
    background-color: var(--accent-color) !important;
    border-radius: 12px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    color: var(--grays);
    padding: 8px 25px;
    transition: 0.3s all ease-in-out;
}

    .buttonCancel:hover {
        background-color: var(--text-label) !important;
        border-color: var(--text-label) !important;
        border-radius: 12px;
        font-weight: 500;
        color: var(--bg-white);
        transition: 0.3s all ease-in-out;
    }


.btn-normal {
    background-color: var(--bg-white) !important;
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
    color: var(--primary-color);
}

    .btn-normal:hover {
        background-color: var(--text-label) !important;
        border-color: var(--text-label) !important;
        border-radius: 12px;
        font-weight: 500;
        color: var(--bg-white);
        transition: 0.3s all ease-in-out;
    }

.btn-blue {
    background-color: var(--bg-white) !important;
    border: 1px solid var(--border-blue);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
    color: var(--border-blue);
}

    .btn-blue:hover {
        background-color: var(--text-label) !important;
        border-color: var(--text-label) !important;
        border-radius: 12px;
        font-weight: 500;
        color: var(--bg-white);
        transition: 0.3s all ease-in-out;
    }

.btn-delete {
    background-color: var(--bg-white) !important;
    border: 1px solid var(--secondary-color);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    color: var(--secondary-color);
}

    .btn-delete:hover {
        background-color: var(--secondary-color) !important;
        color: var(--bg-white);
        font-weight: 500;
        transition: 0.3s all ease-in-out;
    }

.btn-grays {
    background-color: var(--accent-color-1) !important;
    border: 1px solid var(--accent-color-1) !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: var(--text-label);
    background-color: var(--tab-button);
    border-color: var(--tab-button) var(--tab-button);
    border-radius: 12px 12px 0px 0px;
    margin-right: 10px;
    cursor: pointer;
}

.nav-tabs .nav-link {
    color: var(--text-label);
    background-color: var(--tab-alternate);
    border-color: var(--tab-alternate) var(--tab-alternate);
    border-radius: 12px 12px 0px 0px;
    margin-right: 10px;
    cursor: pointer;
}

.nav-tabs {
    border-bottom: none;
    background-color: var(--bg-white);
    padding: 0rem 1rem 0px 1rem;
}

.grid-placeholder {
    border: 1px solid #E6EDF2;
    min-height: 250px;
    height: auto;
}

.k-grid-header .k-header .k-link, .k-grid-header .k-link {
    color: var(--grid-heading-text);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.k-grid td {
    padding: 0.929em 1.286em;
    font-size: 12px;
}

/*WT-1126 - grid column resizing space issue*/
.k-grid table {
    width: 100% !important;
}

.k-pager-wrap {
    font-size: 13px;
}

.k-pager-sizes .k-dropdown {
    width: 7em;
}

.k-list-item.k-selected {
    color: var(--bg-white);
    background-color: var( --border-blue);
    box-shadow: none;
}

.k-list-item {
    font-size: 12px;
}

.role-row {
    background-color: var(--bg-gray);
    border: 1px solid var(--main-border);
    border-radius: 8px 8px 0px 0px;
    font-weight: normal;
    margin: 0px 1rem;
}

.rolegrid-col1 {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0px;
    text-transform: uppercase
}

.role-row-1 {
    background-color: var(--bg-white);
    padding: 1rem 0;
    border-bottom: 1px solid var(--pop-border) !important;
}

.role-row-2 {
    background-color: var(--wrapper);
    padding: 1rem 0;
}

.bg-green {
    background-color: var(--bg-green) !important;
    color: var(--bg-white) !important;
}

.bg-red {
    background-color: var(--bg-red) !important;
    color: var(--bg-white) !important;
}

.bg-orange {
    background-color: var(--bg-orange) !important;
    color: var(--bg-white) !important;
}

.G-active {
    background-color: var(--bg-white);
    border-radius: 8px 0px 0px 8px;
    padding: 7px 0px;
    text-align: center;
    border: 1px solid var(--main-border);
    cursor: pointer;
    width: 33%;
    transition: 0.3s all ease-in-out;
}

    .G-active:hover, .G-active.selected {
        background-color: var(--bg-green);
        border-radius: 8px 0px 0px 8px;
        padding: 7px 0px;
        text-align: center;
        color: var(--bg-white);
        border: 1px solid var(--bg-green);
        cursor: pointer;
        width: 33%;
        transition: 0.3s all ease-in-out;
    }

.R-active {
    background-color: var(--bg-white);
    border-radius: 0px;
    padding: 7px 0px;
    text-align: center;
    border: 1px solid var(--main-border);
    border-left: 0px;
    border-right: 0px;
    cursor: pointer;
    width: 33%;
    transition: 0.3s all ease-in-out;
}

    .R-active:hover, .R-active.selected {
        background-color: var(--bg-red);
        border-radius: 0px;
        padding: 7px 0px;
        text-align: center;
        color: var(--bg-white);
        border: 1px solid var(--bg-red);
        border-left: 0px;
        border-right: 0px;
        cursor: pointer;
        width: 33%;
        transition: 0.3s all ease-in-out;
    }

.O-active {
    background-color: var(--bg-white);
    border-radius: 0px 8px 8px 0px;
    padding: 7px 0px;
    text-align: center;
    border: 1px solid var(--main-border);
    cursor: pointer;
    width: 33%;
    transition: 0.3s all ease-in-out;
}

    .O-active:hover, .O-active.selected {
        background-color: var(--bg-orange);
        border-radius: 0px 8px 8px 0px;
        padding: 7px 0px;
        text-align: center;
        color: var(--bg-white);
        border: 1px solid var(--bg-orange);
        cursor: pointer;
        width: 33%;
        transition: 0.3s all ease-in-out;
    }

.tag-bg {
    background-color: var(--tag-bg) !important;
}

.dot {
    height: 9px;
    width: 9px;
    border-radius: 99em;
    display: inline-block;
}

.dot-D {
    width: 9px;
    height: 9px;
    background-color: var(--disable-color);
    border-radius: 99em;
}

.pw-required-settig {
    background-color: #F1F4F7;
    padding: 15px;
    margin: 15px 15px 0 0;
    line-height: 26px;
    border-radius: 12px;
    border: 1px solid #E5EAEF;
}

.required-ticks {
    float: left;
    padding-right: 4px;
    margin-top: 4px;
}

.required-alerts {
    float: left;
    padding-right: 4px;
    margin-top: 4px;
}

.input-group-text {
    background-color: var(--bg-white) !important;
    border: 1px solid var(--main-border) !important;
}

textarea {
    border: 1px solid var(--main-border) !important;
    font-size: 12px !important;
}

.pay-bg {
    background-color: var(--bg-light-blue);
    border: 1px solid var(--border-blue);
    padding: 20px 15px 15px 15px;
    border-radius: 8px;
}

.pay-bg-gray {
    background-color: var(--bg-light-gray);
    border: 1px solid var(--border-gray);
    padding: 20px 15px 15px 15px;
    border-radius: 8px;
}

.form-check {
    min-height: 0;
}

.width-calendar {
    width: 140px;
    height: 140px
}

.schdule-box {
    position: absolute;
    width: 120px;
    margin-top: 5px;
    margin-bottom: 40px;
}

.schdule-box-date {
    position: absolute;
    width: 125px;
    margin-top: -10px;
    margin-bottom: 40px;
}

.bg-textbox-gray {
    background: var(--textbox-gray) !important;
    text-align: center !important;
    height: 35px !important;
    margin-top: 24px;
}

.schdule {
    background-color: var(--border-blue) !important;
    border-radius: 8px;
    text-transform: capitalize;
    font-size: 10px;
    color: var(--bg-white);
    cursor: pointer;
    margin-right: 5px;
    padding: 5px 0px;
}

.schdule-alter {
    background-color: var(--bg-dark-gray) !important;
    border-radius: 8px;
    text-transform: capitalize;
    font-size: 10px;
    color: var(--bg-mild-gray);
    cursor: pointer;
    margin-left: 5px;
    padding: 5px 0px;
}

.S-bar {
    background: var(--bg-blue);
    width: max-content;
    padding: 5px 15px;
}

aside {
    width: 100%;
}

    aside ul {
        padding-left: 0px;
        list-style-type: none;
    }

    aside .accord {
        background: var(--bg-white);
        padding: 15px 25px;
        font-size: 13px;
        font-weight: 600;
        border-bottom: 1px solid #E4E5E7;
        text-transform: uppercase;
        transition: all .4s ease;
    }

        aside .accord i {
            padding: 2px 10px 0px 0px;
        }

        aside .accord:hover {
            cursor: pointer;
        }

    aside .drob-list {
        display: none;
    }

        aside .drob-list li {
            padding: 10px 20px;
            border-bottom: 1px solid white;
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            transition: all .4s ease;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
        }

            aside .drob-list li:last-child {
                border: none;
            }

            aside .drob-list li:hover {
                background: white;
                cursor: pointer;
            }

div.switcher + div.switcher {
    margin-top: 10px;
}

div.switcher label {
    padding: 0;
}

    div.switcher label * {
        vertical-align: middle;
    }

    div.switcher label input {
        display: none;
    }

        div.switcher label input + span {
            position: relative;
            display: inline-block;
            margin-right: 10px;
            width: 35px;
            height: 20px;
            background: var(--switcher);
            border: 2px solid var(--switcher);
            border-radius: 50px;
            transition: all 0.3s ease-in-out;
            cursor: pointer;
        }

            div.switcher label input + span small {
                position: absolute;
                display: block;
                width: 50%;
                height: 100%;
                background: var(--bg-white);
                border-radius: 50%;
                transition: all 0.3s ease-in-out;
                left: 0;
            }

        div.switcher label input:checked + span {
            background: var(--bg-green);
            border-color: var(--bg-green);
        }

            div.switcher label input:checked + span small {
                left: 50%;
            }

        .S-breaks {
            background: var(--bg-blue);
            width: 100%;
            padding: 0px 15px 0px 15px;
            border: 1px solid var(--main-border);
            border-top: none;
            border-radius: 8px 0px 0px 0px;
            height: 40px;
        }

            .S-breaks input {
                background-color: var(--bg-white) !important;
                padding: 3px 10px 3px 10px !important;
                border-radius: 4px !important;
                width: 250px !important;
                font-size: 11px;
            }

    .dropdown-toggle::after {
        margin: 7px 0px 0px 10px !important;
    }

/****************** My Schedule **********************/
.sd-profile {
    width: 50px;
    height: 50px;
}

#myDIV {
    transition: opacity 0.2s;
}

.S-bg {
    background: var(--bg-light-blue);
    padding: 8px 15px;
    border-radius: 8px 8px 0 0;
    border: 1px solid var(--main-border);
    margin: 0px 15px;
    color: var(--primary-color);
    font-weight: 500;
}

.S-row-1 {
    border: 1px solid var(--main-border);
    border-top: none;
    border-radius: 0 0;
    margin: 0px 15px;
    padding: 8px 15px;
}

.S-row-alter {
    border: 1px solid var(--main-border);
    border-top: none;
    border-radius: 0 0 8px 8px;
    margin: 0px 15px;
    padding: 8px 15px;
}

.S-tag-bg {
    background: var(--tag-bg-br);
    display: inline-block;
    padding: 2px 8px;
    color: #D88627;
}

.S-bg-gray {
    background: var(--tab-alternate);
    padding: 8px 12px 0px 12px;
    border-radius: 0 0 8px 8px;
    border: 1px solid var(--main-border);
    margin: 0px 15px;
    color: var(--primary-color);
    font-weight: 500;
    border-top: none;
}

.S-height {
    height: 580px;
}

.S-cal-height {
    height: 560px;
}

.time-cal-height {
    height: 250px;
}

.S-shadow {
    box-shadow: 0px -3px 9px #00000014;
    position: fixed;
    bottom: 0;
    width: 100%
}

.bg-tag-green {
    background: var(--bg-tag-green);
}



.emp-arrow-bg {
    background: var(--tag-bg);
    width: 25px;
    height: 25px;
    border: 1px solid var(--main-border);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.emp_profile {
    width: 100px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center
}

.icon-stack {
    width: 140px;
    height: 30px;
}

.emp-stack {
    width: 35px;
    height: 35px;
    z-index: 2;
    margin-left: -10px;
}

.emp-stack-after {
    width: 25px;
    height: 25px;
    z-index: 1;
    margin-left: -10px;
}

.emp-stack-before {
    width: 25px;
    height: 25px;
    z-index: 1;
    margin-left: -10px;
}

.alert-green {
    font-size: 12px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    margin: 10px 0px;
    padding: 8px 5px 8px 15px;
    color: #527812;
    background-color: #d8eccf;
    list-style: none;
    line-height: 22px;
}

.alert-red {
    font-size: 12px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    margin: 10px 0px;
    padding: 8px 15px 8px 15px;
    color: #da4932;
    background-color: #ffe3df;
    line-height: 22px;
}

.font-green {
    font-size: 12px;
    font-weight: bold;
    color: #527812;
}

.font-red {
    font-size: 12px;
    font-weight: bold;
    color: #da4932;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover {
    background-color: #f1f1f1
}

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }

.dropdown-menu {
    padding: 0;
}

.employee-list-arrow {
    width: 6%;
    /*height: 350px;*/ /*removed due to height auto alignment*/
    padding: 0px 0px 0px 15px;
}

.w-47 {
    width: 47%
}

.toast {
    background: var(--bg-white) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 26px #0000001A;
    border: 1px solid #E6EDF2;
    border-radius: 5px;
    width: 400px;
    position: relative;
    font-size: 12px;
}

.toast-fill {
    width: 4px;
    height: 100% !important;
    background: var(--bg-green-toast) 0% 0% no-repeat padding-box;
    border-radius: 0px;
    position: absolute;
    margin-left: 0 !important;
    margin-top: 0px !important;
}

.toast-bg {
    color: var(--bg-green-toast);
}

.toast-body {
    padding: 1rem 0.75rem;
}

.cursor-hand {
    cursor: pointer;
}

.cursor-text {
    cursor: text;
}

.k-window {
    border-radius: 5px;
}

.SR-alert-position {
    z-index: 11;
    margin-top: 40px;
    margin-right: 0px
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    border: none;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--pay-border);
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #2196F3;
}

input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 29px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.log-manage {
    width: auto;
    border: 1px solid var(--main-border);
    margin: 0px 0px 0px 0px;
    height: 50px;
}

.log-lic {
    font-size: 12px;
    color: #6e6e6e;
    padding: 15px 0px 0px 10px;
}

.log-avai {
    font-size: 12px;
    color: var(--bg-green);
    padding: 15px 0px 0px 10px;
}

.m--margin-top-10 {
    margin-top: 10px;
}

.k-switch-thumb {
    width: 15px;
    height: 15px;
}

.k-switch .k-switch-thumb {
    border-color: white !important;
    background-color: white !important;
    border-width: 3px !important;
}

.k-switch .k-switch-track {
    border: 10px solid var(--bg-green) !important;
    height: 10px !important;
}

.k-switch-track {
    width: 45px !important;
    flex: none;
}

.k-switch-off .k-switch-thumb-wrap {
    left: 1.2em;
}

.k-switch-on .k-switch-thumb-wrap {
    left: calc(100% - 2.2em);
}

.pending-In {
    background: var(--bg-gray);
    height: auto;
    padding: 10px;
    border-radius: 8px;
    margin-top: 40px
}

.user-In {
    background: var(--bg-gray);
    height: auto;
    padding: 10px;
    border-radius: 8px;
}

.check-lists {
    float: right;
    padding: 8px 8px 0px;
}


.floatright {
    float: right !important;
}

.popup-bg-attach {
    background-color: var(--bg-white);
    height: 250px;
    overflow: auto;
}

.popup-upload {
    background-color: var(--bg-white);
    height: 243px;
    width: 445px;
    overflow-y: scroll;
}

.uploads-nobg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.message-center {
    width: 100%;
    height: 610px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.form-check .form-check-input {
    margin-left: 0;
}

/*#divLoading {
    display: none !important;
}*/

.prt-1 {
    position: relative;
    top: 1px;
}

.alert-icon {
    width: 10px;
    height: 10px;
}

.grid-title-none > .k-cell-inner {
    display: none !important;
}

.timecard-tags {
    background: var(--tab-alternate);
    padding: 8px 15px 4px 15px;
    border-radius: 8px;
    border: 1px solid var(--border-gray);
    font-size: 14px;
    cursor: pointer;
}

    .timecard-tags:hover {
        background: var(--border-blue);
        padding: 8px 15px 4px 15px;
        border-radius: 8px;
        border: 1px solid var(--border-gray);
        color: var(--bg-white);
        font-size: 14px;
        cursor: pointer;
    }

.ul {
    text-decoration: underline;
}

.export-menu > li > a:focus, .export-menu > li > a:hover {
    background: transparent !important;
    color: #000 !important;
}

.k-header {
    color: var(--bg-black) !important;
}

.m--padding-left-10 {
    padding-left: 10px;
}

.accordion-button:not(.collapsed) {
    color: var(--bg-black);
    background-color: var(--bg-white);
    box-shadow: none;
}

.accordion-body {
    padding: 0.5rem 1.25rem 1rem 1.25rem;
}

.accordion-item {
    background-color: var(--bg-white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.7rem;
}

    .accordion-item:first-of-type {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

.accordion-button:focus {
    box-shadow: none;
}

.accordian-color {
    background-color: #f0f1f3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 9px;
    text-align: center;
}

.burger {
    background: url('../images/burger.png') no-repeat right bottom;
}

.cup {
    background: url('../images/cup.png') no-repeat right bottom;
}

/************************** Profile Hover Delete Icon******************************/
#btnDeletePhoto {
    position: absolute;
    top: 15px;
    right: 14px;
    background: var(--bg-white) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E5EAEF;
    border-radius: 8px;
    color: var(--bg-red);
    display: none;
    padding: 7px 10px;
}

#dvUploadPhoto {
    position: relative;
    border-radius: 0px 0px 8px 8px;
    width: 255px !important;
    border: 1px solid var(--main-border) !important;
    height: 215px;
    overflow: hidden;
}

:is(.button_profile_hover_icon, .button_profile_hover_icon:hover) {
    position: absolute;
    width: 255px !important;
    margin-top: -37px !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-radius: 0px 0px 8px 8px;
    text-transform: capitalize;
    font-size: 13px;
    color: var(--bg-white);
    padding: 8px 25px;
    transition: 0.3s all ease-in-out;
}

.upload-errors {
    background-color: var(--bg-tag-red);
    border: 1px solid var(--bg-red) !important;
}

.k-tooltip-button .k-icon, .k-tool-icon {
    margin-top: 7px !important;
}

.H-allclear {
    float: right;
    padding-bottom: 10px;
    width: 100%;
    margin-right: -20px;
    margin-top: 5px;
}

.H-allfilter {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}

.H-allsearch {
    float: left;
    padding-bottom: 10px;
}

.H-W-200 {
    max-width: 200px
}

.H-95 {
    height: 95px
}

.H-80 {
    height: 60px
}
/************************* Settings ****************************************/
.def-width {
    width: 250px !important
}

.mtlink {
    margin-top: 15px !important;
}

.mtlink-settings {
    font-size: 25px;
    font-weight: bold;
    border: 1px solid var(--main-border);
    padding: 10px 80px;
    border-radius: 50px;
    margin-top: 10px;
}

.stage-field {
    width: 100%;
    background-color: var(--bg-white);
    padding: 7px 10px 10px 10px;
    float: left;
    border-top: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.headings {
    width: 100%;
    background-color: var(--bg-gray);
    padding: 10px 0px 10px 15px;
    font-weight: 600;
    border-top: 1px solid var(--main-border);
    border-left: 1px solid var(--main-border);
    border-right: 1px solid var(--main-border);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-font-smoothing: antialiased;
}

.set-act-link {
    text-decoration: underline;
    color: var(--border-blue);
}

.num-text {
    padding: 4px 8px 4px 8px !important;
    text-align: center;
}

.ET-section {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

/*hide the value for username and password from google password manager*/
.hdn-google-password-manager-autofill-field {
    left: 0;
    margin: 0;
    max-height: 1px;
    max-width: 1px;
    opacity: 0;
    outline: none;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1;
}

/*Added for kendo grid select select text-overflow*/
.remove-text-overflow {
    text-overflow: unset !important;
}

.emptyRow {
    display: none !important;
}

.divborder .B-Head {
    transition: border-color 0.5s;
    border-top: 2px solid var(--border-blue);
    border-left: 2px solid var(--border-blue);
    border-right: 2px solid var(--border-blue);
}

.divborder .B-stage {
    transition: border-color 0.5s;
    border: 2px solid var(--border-blue);
    border-top: 1px solid #ddd;
}

.circle {
    width: 11em;
    height: 11em;
    border-radius: 100%;
    background: linear-gradient(360deg, var(--bg-white) 100%, transparent 42.34%) 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pie {
    width: 115px;
    height: 115px;
    display: block;
    border-radius: 83%;
    background-color: transparent;
    float: left;
    margin: 0em;
    position: relative;
}

#clock-in-range {
    border-radius: 50%;
}

/*Added for show and hide scrollbar*/
.no-scrollbar .k-grid-header {
    padding: 0 !important;
}

.no-scrollbar .k-grid-content {
    overflow-y: visible;
}

.k-grid-norecords {
    height: auto;
    min-height: 200px;
}

.k-virtual-scrollable-wrap > .k-grid-norecords {
    height: 100%;
}

.k-state-selected .txt-highlight {
    color: var(--bg-white) !important;
}

.user-profile-ico {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: -4px;
    margin-left: -3px;
}

.profi-ico {
    height: 25px;
    width: 25px;
    border-radius: 99em;
    /*background-color: var(--theme-color);*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: var(--bg-white);
    font-size: 11px;
}

.profi-ico-letter-avatar {
    height: 25px;
    width: 25px;
    border-radius: 99em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 11px;
    color: var(--bg-white);
}

.profi-ico-home {
    height: 50px;
    width: 50px;
    border-radius: 99em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: var(--bg-white);
}

.profi-ico-timecard {
    height: 48px;
    width: 48px;
    border-radius: 99em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: var(--bg-white);
}

.toast-head {
    font-weight: 600;
    margin-left: -15px;
    font-size: 13px;
}

.wid-120 {
    width: 120px;
}

.wid-90 {
    width: 90px;
}


/*Notification class taken from IC*/
.noti-precise-time {
    width: 320px;
    overflow-y: auto;
    max-height: 350px;
}

.notification-list {
    position: absolute !important;
    right: 0 !important;
}

.noti-hd {
    width: 100%;
    border-bottom: 1px solid var(--border-gray);
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    float: left
}

.noti-hdp {
    padding-left: 15px;
    margin-top: 12px !important;
}

.noti-content {
    width: 100%;
    height: auto;
    font-size: 11px;
    float: left;
    border-bottom: 1px solid var(--main-border);
    padding: 10px 0px
}

.noti-lftico {
    width: 40px;
    height: auto;
    float: left;
    margin: 5px 10px 10px 10px;
    text-align: center
}

.noti-txt {
    width: 218px;
    height: auto;
    float: left;
}

    .noti-txt div {
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
        color: var(--grays);
    }

.StiPageContainer {
    height: auto !important;
    min-height: 40px;
    margin-bottom: 10px;
}

.StiPageContainerNoti {
    height: auto !important;
    line-height: 17px;
}

    .StiPageContainerNoti > div {
        height: auto !important;
    }

.noti-txt span {
    font-family: 'GoogleSans', sans-serif;
    color: var(--grays);
}

.noti-rgtclose {
    width: 12px;
    height: auto;
    float: right;
    text-align: right;
    cursor: pointer;
    margin: 1px 13px 0px 0px;
}

.noti-btn {
    outline: none;
    padding: 2px 10px 2px 10px;
    width: max-content;
    position: relative;
    float: right;
    margin: 8px 10px 8px 0px;
    background-color: var(--bg-white) !important;
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    font-size: 12px !important;
    transition: 0.3s all ease-in-out;
    color: var(--primary-color);
}

    .noti-btn:hover {
        background-color: var(--text-label) !important;
        border-color: var(--text-label) !important;
        border-radius: 12px;
        color: var(--bg-white);
        transition: 0.3s all ease-in-out;
    }

.noti-clear {
    width: 300px;
    height: auto;
    float: left;
}

.notification {
    background: red;
    position: absolute;
    margin-left: 10px;
    margin-top: -9px;
    color: var(--bg-white);
    z-index: 10001;
    padding: 4px;
    border-radius: 20px;
}

.noti_padding {
    min-width: 9px;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    padding: 0px;
    line-height: 9px;
}

#notifylist > li:hover {
    background-color: var(--bg-white) !important;
    border-radius: 7px;
}
/*Notification class taken from IC*/

.emp-prof-m {
    margin: 0px 0px 0px -5px;
}

.chk-rgt {
    margin-left: 10px;
}

#ViewNumberSeries.k-grid .k-state-selected {
    background: var(--border-blue) !important;
}

/*Number series page styles*/

/*time Employee Page Auto Number*/
.employee-auto-number-edit {
    position: relative;
    top: 4px;
    margin-left: 10px;
    width: 15px;
    height: 25px;
}

.field-opacity {
    background-color: var(--textbox-gray) !important;
    clear: both !important;
}
/*time Employee Page Auto Number*/


/********************************** Help Window Changes  ***************************************/
.headerRowPopup {
    height: 40px;
}

.headerSubRowPopup {
    height: 3px;
}

.fontsize {
    font-size: 14px;
    font-weight: bold;
}

.fontNormal {
    font-weight: normal;
    font-size: 12px
}

.about_subheader_padding {
    padding-top: 3px;
}

.about_subheader_fontSize {
    font-size: 10px;
}

.about_linkblue {
    text-decoration: underline;
    cursor: pointer;
    color: blue
}
/********************************** Help Window Changes  ***************************************/


/*************************** New CSS Added ******************************/
.wid-pix-150 {
    width: 120px
}

.highlightControl {
    border: 1px solid var(--bg-red) !important;
    border-radius: 8px;
    outline: medium none;
}

.highlightKendoUI {
    border: 1px solid var(--bg-red) !important;
}

.input-group {
    border-radius: 8px;
}

.import-error-highlight {
    background-color: var(--bg-red);
    border: 1px solid var(--main-border);
}

.import-error-normal {
    border: 1px solid var(--main-border);
}

#Clock-InRound-Example_table {
    width: 300px;
    position: relative;
    left: 30px;
    line-height: 2.5;
    border: 1px solid var(--pop-border);
    text-indent: 10px;
}

.edit-txt {
    color: var(--border-blue);
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

.access-link {
    color: var(--border-blue);
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

.txt-highlight {
    color: var(--border-blue);
}

.txt-highlight-select {
    color: var(--bg-white) !important;
    font-weight: bold;
}

.rgt-field {
    padding-top: 3px;
}

.m-margin--top-28 {
    margin-top: 28px;
}

.m-margin--top-30 {
    margin-top: 34px;
}

.m-margin--top-50 {
    margin-top: 50px;
}

.autocomplete-heading {
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid var(--main-border);
}

.auto-multiline {
    padding: 0px 0px -10px 0px !important;
    font-size: 12px;
    width: 50% !important;
    word-wrap: break-word !important;
    white-space: normal
}
    /*TODO : Need stop check with design team*/
    .auto-multiline > .col1 {
        white-space: pre-wrap;
        margin-bottom: 2px;
    }

    .auto-multiline > .col2 {
        white-space: pre-wrap;
        margin-bottom: 2px;
    }
/*TODO : Need stop check with design team*/

.grd-checkbox {
    position: relative;
    font-size: 11px !important;
    margin-top: 4px !important;
}

.grd-chk-align {
    text-align: center !important;
    float: none !important;
    padding-right: 2px;
}

.rect {
    border: 1px solid var(--pop-border);
    padding-bottom: 10px;
}

.look-head {
    position: absolute;
    margin: -10px 0px 0px 10px;
    background-color: #f6f6f6;
    padding: 0px 5px 0px 5px;
}

.rect-rpt {
    border: 1px solid var(--pop-border);
    margin-bottom: -10px;
}

.rect-address {
    border: 1px solid var(--pop-border);
    height: 365px;
}

.rect-company-address {
    border: 1px solid var(--pop-border);
    height: 435px;
}

.rect-supplier-address {
    border: 1px solid var(--pop-border);
    height: 395px;
}

.rect-rgt {
    margin-right: 15px;
}

.rect-rgt-progress {
    margin-right: 15px;
    height: 270px;
}

.rect-datetimer {
    margin-left: -17px;
}


.look-subhead {
    border-bottom: 1px solid var(--pop-border);
    margin: 5px 15px 0px 15px;
    padding: 5px 0px 15px 0px;
}

.look-word-wrap {
    word-wrap: break-word;
}

.edit-pen {
    float: right;
}

.look-pad {
    margin-top: 15px;
    margin-left: 15px;
    float: left;
}

.btm-border {
    border-bottom: 1px solid var(--pop-border);
    padding-bottom: 10px;
}

.img-ico {
    width: 14px;
    height: 14px;
}

.api-stage {
    height: 300px;
    width: 100%
}

.k-window-content {
    margin: 15px;
    padding: 0px;
    overflow-x: hidden;
}


.divanimation {
    margin-top: 20% !important;
    margin-right: 30% !important;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 20%;
    height: 20%;
    z-index: 30001;
    opacity: .8;
    display: block;
}

.divanimationToggleClick {
    margin-top: 20% !important;
    margin-right: 40% !important;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 20%;
    height: 20%;
    z-index: 30001;
    opacity: .8;
    display: block;
}

.divanimationSize {
    position: absolute;
    top: 40%;
    left: 45%;
    color: White;
}

.export-BS {
    margin: 0px 0px 0px 0px !important;
}

.icon-Tick {
    color: #00B47E !important;
}

#wtGridContainer {
    position: relative;
}

#row-delete-button, #row-save-button,
#pay-row-delete-button, #pay-row-save-button {
    position: absolute;
}

#row-delete-button, #pay-row-delete-button {
    z-index: 1;
    background-color: #FFCACA;
    width: 50px;
    border: none;
}

#row-save-button, #pay-row-save-button {
    z-index: 1;
    width: 50px;
    border: none;
}

.white-space {
    white-space: normal;
}

.wasp-anchor-disabled, .wasp-anchor-disabled:hover {
    background-color: var(--bg-white) !important;
    border: 1px solid var(--disable-line) !important;
    border-radius: 12px;
    font-size: 12px;
    transition: 0.3s all ease-in-out;
    color: var(--dashed);
    pointer-events: none;
}

.decoration-none {
    text-decoration: none !important;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.line-height-21 {
    line-height: 21px
}

.line-height-23 {
    line-height: 23px
}

/***************************** Payroll Settings**************************************/
.payrol-bg {
    background: var(--bg-gray) 0% 0% no-repeat padding-box;
    border: 1px solid var(--pay-border);
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.ruler-container {
    display: table;
    border-bottom: 1px solid var(--pop-border);
    width: 100%;
}

    .ruler-container > .table-row {
        display: table-row;
    }

.day-value-container > div.date-value {
    background: var(--bg-blue);
    padding: 7px;
}

.day-value-container > div {
    display: block;
    text-align: center;
}

.highlight-start-working-day {
    font-weight: bold;
    color: var(--primary-color) !important;
}

.ruler-line {
    position: relative;
}

.pay-period-start-line {
    border-left: 1px solid var(--pop-border);
    border-top: 1px solid var(--pop-border);
    margin-left: 50%;
    height: 30px;
    width: 50%;
    position: relative;
}

.pay-period-end-line {
    border-right: 1px solid var(--pop-border);
    border-top: 1px solid var(--pop-border);
    margin-right: 50%;
    position: relative;
    top: 1px;
}


.pay-period-line {
    border-top: 1px solid var(--pop-border);
    width: 100%;
    height: 30px;
}

.pay-period-text {
    width: 75px;
    background: var(--bg-white);
    position: absolute;
    top: -8px;
    left: 100px;
    z-index: 2;
}

div#pay-period-ruler {
    overflow: auto;
}

th.k-header:has(.grd-chk-align) {
    padding: 0.929em 1.286em;
}

.day-value-container {
    width: auto;
    min-width: 40px;
    position: relative;
    height: 95px;
    display: table-cell;
}

.bg-control {
    background: var(--tag-bg) 0% 0% no-repeat padding-box;
    border: 1px solid var(--main-border);
    border-radius: 8px;
    opacity: 1;
    padding: 0px 15px;
}

input[type="text"]:disabled {
    background-color: var(--textbox-gray) !important;
    clear: both !important;
    color: var(--accent-color-1);
}

.noti-precise-time > .noti-content:last-child {
    border-bottom: none !important
}

.setting-minheight {
    height: auto;
    min-height: 738px
}

.payroll-textarea {
    height: 550px;
    width: 100%;
    padding: 15px;
}

.nb-series-ico {
    color: var(--bg-black);
    cursor: pointer;
}

    .nb-series-ico:hover {
        color: var(--grays);
        cursor: pointer;
    }

.inactive-employee-visual {
    background: var(--bg-danger-O);
    display: flex;
    padding: 8px 20px 8px 20px;
    border-radius: 0px;
    text-align: center;
    font-family: 'GoogleSans', sans-serif;
    transition: 0.3s;
    margin: 0 -20px;
}

/*TODO : need to revisit for check the animation based on div element*/
.setting-scroll-container {
    height: calc(100vh - 300px);
    overflow-y: auto
}

/* --------------- Timecard --------------- */
.clock-input {
    border: none !important;
    padding: 8px 2px !important;
    border-radius: 0 !important;
}

    .clock-input:hover {
        background: var(--tab-alternate) !important;
    }

    .clock-input.absence-input:hover {
        background: var(--bg-orange-elite) !important;
    }

.edited-ribbon {
    border: 5px solid var(--border-blue);
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    margin-top: -7px;
    margin-left: -4px;
}

.legends-ribbon {
    border: 7px solid var(--border-blue);
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    margin-top: 4px;
}

.time-week {
    /*min-width: 130px;
    width: 100%;*/
    height: 70px;
    background: var(--bg-blue);
    border-radius: 8px 0 0 0;
}

.time-week-W {
    min-width: 130px;
    width: 100%;
    background: var(--bg-white);
    border-radius: 0;
    padding: 0px 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.time-week-L {
    width: 25%;
    height: 70px;
    background: var(--tab-alternate);
    border-radius: 0 8px 0px 0px;
    padding: 10px 0 0 10px;
    border-left: 1px solid var(--bg-gray);
}

.time-week-alter-1 {
    /*min-width: 130px;
    width: 100%;*/
    height: auto;
    background: var(--bg-blue);
    border-radius: 0;
}

.time-week-W-alter-1 {
    min-width: 130px;
    width: 100%;
    height: auto;
    background: var(--bg-white);
    border-radius: 0;
    padding: 10px 10px 0px 10px;
}

.time-week-L-alter-1 {
    background: var(--tab-alternate);
    border-radius: 0;
    padding: 10px;
    border-left: 1px solid var(--border-gray);
    display: flex;
    flex-direction: column;
    width: 25%;
    height: auto;
}

.time-week-list {
    background: var(--bg-blue-fade);
    padding: 5px 8px;
    height: 100%;
}

.time-week-list-R {
    background: var(--bg-blue-fade-R);
    padding: 5px 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.timecard-week-col {
    display: flex;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
}

    /* Hide scrollbar for IE, Edge and Firefox */
    .timecard-week-col:not(.timecard-week-col-scroll) {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

        /* Hide scrollbar for Chrome, Safari and Opera */
        .timecard-week-col:not(.timecard-week-col-scroll)::-webkit-scrollbar {
            display: none;
        }

#timecard_calendar .day-template {
    border: 1px solid var(--border-gray);
    cursor: pointer;
    position: relative;
}

    #timecard_calendar .day-template.day-off-template {
        background-color: var(--bg-gray);
        color: var(--border-blue);
    }

    #timecard_calendar .day-template.day-template-empty {
        cursor: default;
    }

    #timecard_calendar .day-template.calendar-selected {
        border: 2px solid var(--border-blue);
    }

    #timecard_calendar .day-template .day-template-ribbon {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    #timecard_calendar .day-template.calendar-edited .day-template-ribbon {
        border: 10px solid var(--border-blue);
        border-left-color: transparent;
        border-bottom-color: transparent;
    }

    #timecard_calendar .day-template .day-template-header {
        color: var(--bg-black);
    }

    #timecard_calendar .day-template .timecard-error {
        color: var(--bg-red);
        background-color: rgba(219, 83, 83, 0.16);
    }

    #timecard_calendar .day-template .timecard-overtime {
        color: var(--calendar-ot);
        background-color: var(--bg-calendar-ot);
    }

    #timecard_calendar .day-template .timecard-absence {
        color: var(--calendar-warn);
        background-color: var(--bg-calendar-warn);
    }

    #timecard_calendar .day-template .timecard-schedule {
        color: var(--calendar-so);
        background-color: var(--bg-calendar-so);
    }

.timecard-carouls {
    background: var( --tag-bg) 0% 0% no-repeat padding-box;
    border: 1px solid var(--main-border);
    border-radius: 6px;
    padding: 2px 5px 0px 5px;
    opacity: 1;
}

#myTimecardCalendarClockInfo .S-row-1 .spanDeletePunch,
#myTimecardCalendarClockInfo .S-row-1 .spanDeleteAbsence {
    display: none;
}

#myTimecardCalendarClockInfo .S-row-1:hover .spanDeletePunch,
#myTimecardCalendarClockInfo .S-row-1:hover .spanDeleteAbsence {
    display: block;
}

#myTimecardCalendarClockInfo .S-row-1 .spanDeletePunch:hover,
#myTimecardCalendarClockInfo .S-row-1 .spanDeleteAbsence:hover {
    display: block;
    color: var(--bg-red);
    cursor: pointer;
}

#myTimecardCalendarClockInfo .S-row-absence {
    background-color: var(--bg-orange-fade);
}

.timecard-tooltip-left .tooltip-inner {
    text-align: left;
}

.timecard-status-td {
    width: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
}

    .timecard-status-td.timecard-status-notrequired {
        color: var(--bg-mild-gray);
    }

.timecard-approval-alert {
    border-radius: 8px;
    display: flex;
    text-align: center;
    justify-content: space-around;
}

    .timecard-approval-alert.timecard-approval-alert-1,
    .timecard-approval-alert.timecard-approval-alert-2 {
        color: var(--bg-green);
        background: var(--bg-alert-success);
    }

    .timecard-approval-alert.timecard-approval-alert-3 {
        color: var(--bg-red);
        background: var(--bg-danger-O);
    }

    .timecard-approval-alert .timecard-approval-alert-submitted,
    .timecard-approval-alert .timecard-approval-alert-approved,
    .timecard-approval-alert .timecard-approval-alert-rejected {
        font-weight: bold;
        display: none;
    }

    .timecard-approval-alert.timecard-approval-alert-1 .timecard-approval-alert-submitted {
        display: block;
    }

    .timecard-approval-alert.timecard-approval-alert-2 .timecard-approval-alert-approved {
        display: block;
    }

    .timecard-approval-alert.timecard-approval-alert-3 .timecard-approval-alert-rejected {
        display: block;
    }

.timecard-day-superscript {
    font-size: 10px;
    color: red;
    vertical-align: super;
    margin-left: -2px;
}
/* --------------- end of Timecard --------------- */
/* ----- custom card ----- */
.wt-card {
    border: 1px solid var(--border-gray);
    border-radius: 8px;
}

.wt-card-head {
    background: var(--bg-light-blue);
    padding: 8px 15px;
    border-radius: 8px 8px 0 0;
    color: var(--primary-color);
    border-bottom: 1px solid var(--main-border);
    font-weight: 500;
}

.wt-card-btn-icon:hover {
    color: var(--bg-red);
}

.wt-card-body {
    padding: 0.5rem;
}

.wt-card-footer {
    padding: 0 0.5rem 0.5rem;
}
/** ---- custom card ---- **/

.MH-30 {
    height: 30px;
}

.k-grid-content {
    min-height: 200px;
}

#ViewClockEmployeesAssignment .k-pager-numbers-wrap, #ViewClockEmployeesAssignment .k-pager-sizes {
    display: none;
}

.span-top-minus-1 {
    position: relative;
    top: -1px;
}

.report-list-category-name {
    font-weight: 600;
    font-size: 14px;
}

.report-list-report-item {
    font-weight: 400;
}


.report-list-signature {
    margin-left: 10px !important;
}

.report-list-sub-report {
    font-size: 12px;
    margin-left: 15px !important;
}

/* OVERRIDE Kendo UI - switch arrow direction from the default kendo material design */
.k-i-collapse {
    background-position-x: 0px;
    background-position-y: -192px;
}

.k-i-expand {
    background-position-x: 0px;
    background-position-y: -224px;
}

.report-list-tree {
    border: 1px solid var(--main-border) !important;
    background-color: var(--bg-white) !important;
    padding: 15px 15px 15px 0px;
}

    .report-list-tree .k-icon {
        margin-left: 10px !important;
    }

.padding-cons {
    padding: 5px 15px;
}

.dvAlertApproved-container {
    position: absolute;
    width: 100%;
    top: -50px !important;
}

.land-bg {
    background-color: var(--bg-light-blue);
    border: 1px solid var(--border-blue);
    padding: 15px;
    border-radius: 8px;
}

.xs-btn-padding {
    padding: 5px 15px !important;
}

.TC-min-height {
    height: auto;
    min-height: 712px;
}

input[type=checkbox][disabled] {
    background-color: var(--dashed);
    cursor: not-allowed;
    pointer-events: all;
    border-color: var(--dashed);
}

.info-warning-visual {
    background: var(--bg-alert-warn);
    display: flex;
    padding: 8px 20px 8px 20px;
    border-radius: 0px;
    text-align: center;
    font-family: 'GoogleSans', sans-serif;
    transition: 0.3s;
    margin: 0 -20px;
}


/* Scrollbar */
::-webkit-scrollbar-thumb {
    background-color: var(--dashed);
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar {
    height: .45rem; /* height of horizontal scrollbar ← You're missing this */
    width: .45rem; /* width of vertical scrollbar */
    /*border: 1px solid var(--dashed);*/
}

.text-ellipses {
    width: calc(100% - 10%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timecard-emp-highlight {
    border: 1px solid var(--border-blue);
    padding: 6px 10px;
}

.filter-highlight {
    border: 1px solid var(--bg-green);
    border-radius: 8px !important;
}

.filter-alignment {
    padding: 5px 10px;
    margin-top: -8px;
}

.weektotal-cell-alignment {
    /*max-width: 280px;*/
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.3fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.3fr);
}

/* ----- override bootstrap tooltip styles ----- */
.tooltip > .tooltip-inner {
    background-color: var(--border-blue);
    color: var(--bg-white);
    border-radius: 25px;
    font-style: normal;
    font-size: 12px;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: var(--border-blue);
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: var(--primary-color);
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: var(--primary-color);
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: var(--primary-color);
}

.tooltip.show {
    opacity: 1;
}
/* ----- end of override bootstrap tooltip styles ----- */

.dvMapColumnHeader .k-grid tbody tr:first-child {
    font-weight: 600;
}

.RS-head {
    background-color: var(--bg-gray);
    border: 1px solid var(--main-border);
    border-radius: 8px 8px 0px 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.RS-stage {
    background-color: var(--bg-white);
    border: 1px solid var(--main-border);
    border-radius: 0px 0px 8px 8px;
    border-top: 0px;
    padding-bottom: 1rem;
}

.DWM-bg {
    background: var(--bg-gray) 0% 0% no-repeat padding-box;
    border: 1px solid var(--pay-border);
    border-radius: 8px;
}

.DWM-gray {
    background-color: var(--bg-light-blue);
    border: 1px solid var(--border-blue);
    padding: 10px 15px 10px 15px;
    border-radius: 8px;
}

.dropdown-width {
    width: 50% !important;
}

.overlay-disable {
    position: relative !important;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.dv-break-name {
    padding: 0 5px;
}

.dv-break-name:hover {
    background-color: var(--textbox-gray) !important;
}

.geo-map {
    position: absolute;
    margin-left: 5px;
    margin-top: -20px;
}

.geo-ico-mark {
    position: absolute;
    right: 5px;
    top: 0px;
}

.geo-ico-clock{
    position: absolute;
    margin-top: -5px;
}