@font-face {
    font-family: 'Outfit';
    src: url(/assets/fonts/static/Outfit-Regular.ttf);
}

body {
    font-family: 'Outfit';
    flex: 1;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    /* height: fit-content; */
    font-size: 16px !important;
    max-width: 100%;
}

/* .mainDashbardArea{display: block; margin: auto;} */

.content-wrapper {
    height: auto !important;
    overflow-y: auto;
}

.my-5 {
    margin-top: 0px;
}

.fa-user {
    margin-right: 10px;
}

.navbar-light {
    height: 55px;
    background-color: #26438E;
    color: #fff;
}

.btn-default {
    border: 1px solid #084C9C;
}

    .btn-default:hover {
        border: 1px solid #084C9C !important;
        box-shadow: 7px -3px 20px -3px rgba(0,0,0,0.48) inset;
        -webkit-box-shadow: 7px -3px 20px -3px rgba(0,0,0,0.48) inset;
        -moz-box-shadow: 7px -3px 20px -3px rgba(0,0,0,0.48) inset;
    }

.login-status {
    list-style: none;
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
}

.treeview-menu {
    margin-top: 8px !important;
    width: fit-content !important;
}

.notices {
    background-color: white;
    margin-top: 14px;
    margin-left: 65px;
    width: 93.8%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.main-page-panel {
    /* background-color: #FFFFFF;  */
    background-color: var(--bs-body-bg);
    width: 93.8%;
    z-index: 2 !important;
    margin-left: 75px;
    font-family: 'Outfit';
    margin-top: 10px;
    height: 1050px !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 25px;
}

.loading {
    position: fixed;
    /* background-color: #FFFFFF; */
    left: 45%;
    top: 50%;
    display: none;
    margin: auto;
}

.loader-img {
    width: 220px;
}

.dashboard-page-panel {
    margin-left: 69px;
    margin-top: -100px;
    width: 97%;
    font-family: 'Outfit';
    height: 1080px;
}

.DashboardChart {
    background-color: #ffffff;
    margin-top: 20px;
    width: 48.5%;
}

    .DashboardChart:not(:first-of-type) {
        margin-left: 20px;
    }

.empCenter-page-panel {
    margin-left: 50px;
    margin-top: -70px !important;
    width: 97%;
    font-family: 'Outfit';
    height: 980px;
}


.dashboard-nav-top-area {
    display: none;
}

.only-dashboard {
    margin-bottom: 15px;
    /* padding-left: 49px !important; */
}

.page-description {
    background-color: #F5F7F8;
    margin-top: 95px;
    height: fit-content !important;
    /* margin-left: -12px; */
}

.wallet-card {
    border: 1px solid;
    border-color: lightgray;
    border-radius: 4px
}

.wallet-metric {
    font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', 'sans-serif';
    font-weight: bold;
}

.wallet-payee {
    font-size: 1.7em
}

.paymentrun-metric {
    font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', 'sans-serif';
    text-align: center;
    font-size: 1.8em;
    font-weight: bold
}

.paymentrun-card-label {
    text-align: center
}

.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* translucent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}





.btn-info:hover {
    background-color: #051F3D !important;
}

.snapshot-area {
    margin-top: 90px;
}

.icon-container {
    width: 100%;
}

.cardDescriptionIcon {
    display: block;
    float: right;
    margin-top: 6px;
    margin-right: 10px;
}

.other-boxes {
    background-color: #F4F2F2;
}

.cardLine {
    color: white;
}

.inner {
    height: 161.5px;
    border-radius: 8px;
    margin-top: 9px;
    padding: 5px;
}
/* properties controlling dashboard cards */
.redInnerBox {
    background-color: #F5D0D0 !important;
}

.amberInnerBox {
    background-color: #F5EFD0 !important;
}

.greenInnerBox {
    background-color: #E7F5D0 !important;
}
/* dashboard cards properties end */


.text-dark {
    text-decoration: none;
}

.dashboard-counter {
    margin-left: 3px;
    color: #3A3F3B;
}

.breadcrumb-active {
    margin-left: 24px;
    background-color: #C4D4FC;
    color: #084C9C;
    border: none;
}
/* punch in section */


.punch-div-container {
    background-color: #fff;
    background-image: url('/assets/img/dashboard_images/Cover.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: right;
    width: 100%;
}

.welcome-username {
    margin-left: 8px;
    font-weight: 400;
    font-size: 18px;
}

.spaceAboveWelcome {
    font-size: 1px;
}

.punch-in-btn {
    width: 90%;
    background-color: #051F3D;
    color: #fff;
    margin-top: 35px;
    justify-content: center;
    margin-bottom: 17px;
}

.user-initials {
    width: auto;
    height: auto;
    margin-left: 17px;
    margin-top: 14px;
}

.punch-in-link {
    color: #fff;
    text-decoration: none;
    background-color: #051F3D;
}

    .punch-in-link:hover {
        background-color: #fff;
    }

.interviews-panel {
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: 15px;
    height: 386px;
    width: auto;
}

#MainContent_div_quicklinks {
    overflow: auto;
    width: 100%;
}

.rightColumns {
    margin-top: 5px;
}

.quick-table.td:hover {
    cursor: pointer;
}

.pending-leaves-area {
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: 20px;
    height: 389px;
    width: 99%;
    margin-left: 3px;
}


.systems-notifications-area {
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: 20px;
    overflow: auto;
    height: 386px;
}

.pending-timesheets-area {
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: 20px;
    overflow: auto;
    height: 386px;
}

.pending-training-area {
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: 20px;
    overflow: auto;
    height: 386px;
}

.recent-employment-area {
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: 20px;
    overflow: auto;
    height: 386px;
}

.birthdays-area {
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: 15px;
    overflow: auto;
    height: 386px;
}


.Imminent-Anniversaries-area {
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: 20px;
    overflow: auto;
    height: 389px;
}


.quick-links-area {
    margin-top: 0px;
    margin-bottom: 40px;
}

.quick-table::-webkit-scrollbar {
    width: 0.5em;
    height: 0.1em;
}

.page-outer {
    overflow-y: scroll;
    max-height: 100%;
    position: sticky;
}

/* Ensure the scrollbar track is visible */
::-webkit-scrollbar-track {
    background-color: #f1f1f1 !important;
}

/* Apply uniform styles to all scrollbars */
::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em; /* Ensures horizontal scrollbar thumb is visible */
}

/* Thumb (draggable part of the scrollbar) */
::-webkit-scrollbar-thumb {
    background-color: slategrey !important;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    /* Ensure the horizontal scrollbar thumb is large enough */
    ::-webkit-scrollbar-thumb:horizontal {
        height: 0.5em; /* Explicitly set height for horizontal scrollbar */
    }

    /* Ensure the vertical scrollbar thumb is correctly styled */
    ::-webkit-scrollbar-thumb:vertical {
        width: 0.5em; /* Explicitly set width for vertical scrollbar */
    }

/* Ensure the table scrolls horizontally */
.interviews-table {
    overflow: auto;
    white-space: nowrap; /* Ensures content does not wrap */
}


.empCenter-page-panel::-webkit-scrollbar-track,
.main-page-panel::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.main-page-panel::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 50px;
}

.dashboard-page-panel::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.dashboard-page-panel::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 50px;
}

/* charts area*/

.company-chart-section {
    background-color: #fff;
    margin-top: 25px;
    width: 49%;
}

.employee-perf-charts {
    background-color: #FFFFFF;
    width: 32%;
}

.chart-info-footer {
    overflow: auto;
    width: 75%;
}

/* chart area ends */

.digital-applications-area {
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: 20px;
    height: 386px;
    /* margin-left: 0px; */
}

.horizontal-panel {
    width: 400%;
    overflow: auto;
}

.interview-info-area {
    width: 100%;
}

.recent-news-area {
    background-color: #fff;
    margin-top: 25px;
}

.quick-links-table {
    height: fit-content;
    overflow-x: auto !important;
}

/* Employee Center CSS */

.asset-img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: auto;
}

.main-employee-center {
    position: absolute;
    left: 0px;
    top: 150px;
    background-color: #F0F0F0;
}

#MainContent_txt_detail_Employee {
    width: 65%;
    display: inline-block;
}

.employee-search-bar {
    margin-right: 80px;
    position: relative;
    left: 5%;
    top: 1%;
    width: 100%;
    display: inline-block;
}


.btn-info {
    color: #fff;
    background-color: #051F3D;
    border: none;
}

.overhead-img {
    background-image: url(/assets/img/employee-dashboard/CoverImageBizsoft.png);
    background-repeat: repeat;
    background-size: cover;
    height: 88px;
}


.profile-user-img {
    width: 104px;
    height: 104px;
    border: 5px solid #808FDA;
    border-radius: 50px;
    position: relative;
    bottom: 70px;
    left: 30px;
}

.view-profile {
    color: #fff;
    border: none;
    background-color: #051F3D;
    margin-top: 80px;
}

#MainContent_rv_detail_Employee {
    margin-left: 20px;
}

.btn-primary.view-profile:hover, .btn-primary.close-profile-btn:hover {
    color: #051F3D !important;
}

.header-text {
    text-decoration: none;
    color: black;
}

.profile-header-content {
    margin-top: 105px;
    height: 180px;
    width: max-content;
    padding: auto;
}

.additionalPadding {
    margin-top: 100px;
}

.paddingPreviousRole {
    margin-top: 24px;
    width: max-content;
}

.paddedSecondRow {
    margin-top: 27px;
}

#MainContent_p_JobDescription {
    display: inline-block;
}

.employeeWorkRole {
    display: inline-block;
    width: 100%;
}

.user-performance-chart {
    background-color: #FFFFFF;
}

.box-footer-info {
    height: 90px;
    overflow-y: auto;
    width: 100%;
}

.nav-stacked {
    font-size: smaller;
    height: 89px;
    overflow: auto;
    width: 100%;
    padding: 0px !important;
}

    .nav-stacked li a:not(:last-of-type) {
        margin-top: 7px;
        margin-bottom: 10px;
    }

.pull-right {
    font-size: x-small;
    padding: 1px;
    border-radius: 5px;
    text-align: right;
    display: block;
    float: right;
}

.product-title {
    color: #000000;
    text-decoration: none;
}

.profile-chart {
    display: block;
    margin: auto;
}

#p_JobDescription {
    margin-top: 20px;
}


.info-table-head-profile {
    margin-top: 17px;
}



canvas {
    height: 300px !important;
}

.graph-charts {
    width: 20vh;
    margin-right: 10px;
}

.employee-graph-charts {
    width: 80vh;
    height: auto;
}

.product-list-in-box {
    height: 410px;
    overflow-y: auto;
}


.view-details-btn {
    margin-top: 40px;
}

.alert {
    height: 70px !important;
    padding: 5px !important;
    width: 100%;
}

    .alert p {
        margin-top: 8px;
        margin-left: 15px;
    }

    .alert .close {
        margin: 5px;
        border: none;
        float: right;
    }

.login-btn:hover {
    background-color: calc("bg-theme") !important;
    color: #F0F0F0 !important;
}

.right-hand-column {
    width: 450px !important;
}



.employee-center-search-table {
    width: 100%;
}

/* profile pages start */
.btn-bizsoft {
    background-color: #051F3D;
    color: #fff;
}

    .btn-bizsoft:hover {
        border: 1px solid #051F3D !important;
        color: #051F3D !important;
    }

#MainContent_p_JobDescription {
    display: inline;
    width: max-content;
    /* font-size: 0.91vw; */
    text-overflow: inherit;
}

.close-profile-btn {
    background-color: #051F3D;
}

.btn-transparent-btn {
    border: none;
    box-shadow: 12px 11px 36px -22px rgba(0,0,0,0.75) inset;
    -webkit-box-shadow: 12px 11px 36px -22px rgba(0,0,0,0.75) inset;
    -moz-box-shadow: 12px 11px 36px -22px rgba(0,0,0,0.75) inset;
}

    .btn-transparent-btn:hover {
        background-color: #060F59 !important;
        color: #FFFFFF !important;
        border: 1px solid #060F59;
    }

input.btn-transparent {
    border: 1px solid #000000;
}

.btn-secondary {
    color: #000000;
}

    .btn-secondary:hover {
        border: 1px solid #000000;
        color: #000000 !important;
        box-shadow: 7px -3px 20px -3px rgba(0,0,0,0.48) inset;
        -webkit-box-shadow: 7px -3px 20px -3px rgba(0,0,0,0.48) inset;
        -moz-box-shadow: 7px -3px 20px -3px rgba(0,0,0,0.48) inset;
    }

.records-breadcrumb {
    height: 62px !important;
    background-color: calc("bg-theme");
    /* filter: invert(50%); */
}

.breadcrumb {
    background-color: calc("bg-theme");
    height: 40px !important;
    margin-top: 1px;
    /* filter: invert(100%); */
}

.bg-theme {
    background-color: #26438E
}

.active.breadcrumb-item {
    color: #7998e9 !important;
    font-weight: bolder;
    border: none;
}

.w-100 {
    /* margin-top: 10px; */
    width: 100%;
}

.breadcrumb-item {
    margin-top: 1px;
    margin-bottom: 9px;
    color: #FFFFFF;
}


.dashboard-breadcrumb {
    background-color: #F5F7F8;
}


.my-payslips-page,
.my-deductions-page,
.locations-list,
.employee-payslips-page,
.deductions-payment-page,
.manage-deductions,
.employee-list-page,
.issue-query,
.leave-section,
.attendance-section {
    margin-top: 35px;
}

.col-md-5 h5 {
    font-weight: bold;
}

.manage-payslips-table,
.locations-list-table,
.deductions-payment-list-table,
.employee-list-table,
.query-table,
.leave-table,
.lateness-table {
    overflow-x: auto;
}

    .manage-payslips-table::-webkit-scrollbar,
    .locations-list-table::-webkit-scrollbar,
    .deductions-payment-list-table::-webkit-scrollbar,
    .employee-list-table::-webkit-scrollbar,
    .query-table::-webkit-scrollbar,
    .leave-table::-webkit-scrollbar,
    .lateness-table::-webkit-scrollbar {
        width: 0.4em !important;
        height: 0.7em !important;
    }

    .manage-payslips-table::-webkit-scrollbar-track,
    .locations-list-table::-webkit-scrollbar-track,
    .deductions-payment-list-table::-webkit-scrollbar-track,
    .employee-list-table::-webkit-scrollbar-track,
    .query-table::-webkit-scrollbar-track,
    .leave-table::-webkit-scrollbar-track,
    .lateness-table::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .manage-payslips-table::-webkit-scrollbar-thumb,
    .locations-list-table::-webkit-scrollbar-thumb,
    .deductions-payment-list-table::-webkit-scrollbar-thumb,
    .employee-list-table::-webkit-scrollbar-thumb,
    .query-table::-webkit-scrollbar-thumb,
    .leave-table::-webkit-scrollbar-thumb,
    .lateness-table::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
        border-radius: 50px;
    }


.attendance-table {
    overflow: auto !important;
}

.leaveRulesSelector {
    width: 400px;
}

.manage-payslips-table::-webkit-scrollbar,
.locations-list-table::-webkit-scrollbar,
.deductions-payment-list-table::-webkit-scrollbar,
.employee-list-table::-webkit-scrollbar,
.query-table::-webkit-scrollbar,
.leave-table::-webkit-scrollbar,
.lateness-table::-webkit-scrollbar,
.attendance-table::-webkit-scrollbar {
    width: 0.4em !important;
    height: 0.7em !important;
}

.attendance-table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.attendance-table::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 50px;
}

.deductions-panel-page {
    margin-top: 0px;
    padding-top: 15px;
    border: none;
}

.calendar-user-img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
    border-radius: 47px;
}

.leave-item-box {
    border: 1px solid black;
}

.lateness-section {
    margin-top: 70px;
}

.leave-rules-action-btn {
    margin-left: 21%;
    padding-bottom: 60px;
}

.bg-bizsoft {
    background-color: #060F59;
    color: #F0F0F0 !important;
}

    .bg-bizsoft .active {
        color: #FFFFFF !important;
    }

.btn-link {
    text-decoration: none !important;
    color: #000000 !important;
}

.btn-light, .btn-transparent-btn {
    border: 1px solid #000000;
}


.form-control-static.col-md-12.col-sm-12.col-xs-12.form-answer::before {
    content: "\a";
    white-space: pre;
    font-size: 30px;
}

.form-control-static.col-md-12.col-sm-12.col-xs-12.form-answer {
    font-weight: bold;
}
/* span .form-answer::before{
        content: "\a";
} */

/* .form-answer{
        margin-bottom: 500px !important;
        color: red !important;
} */

.leave-rules-main {
    border: 1px solid #CCCCCC;
    border-style: none none none solid;
    padding-left: 45px;
    /* border-radius: 10px; */
}

.jobtitle-component {
    margin-bottom: 20px;
}

.pageCounter, .pageFirstLast, .pagePrevNextNumber {
    border-radius: 3px;
    border: 2px solid grey;
    background-color: white;
    text-decoration: none;
    color: #060F59;
}

.pagerLink {
    text-decoration: none;
    color: #060F59;
    padding: 10px;
}

.pager-icon, #imgNextPage, #ImgimgPrevPage {
    padding: 10px;
}


.login-page {
    background-color: #FFFFFF;
    width: auto;
}

.captcha-area {
    /* border: 1px solid #084C9C; */
    text-align: center;
    font-weight: bolder;
    color: #26438E;
    background-color: #DDFD98;
    height: 41px;
    font-size: 26px !important;
}

.Login-Logo {
    width: 134px;
    height: 64px;
    padding: 5px;
    margin: auto;
}

.fa-universal-access {
    margin-right: 5px;
}


.login-form {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    margin-top: 90px;
    /* width: 483px; */
    margin-bottom: 112px;
}

.form-holder {
    background-color: #F2F2F2;
    width: 100%;
    height: auto;
    margin: 0px;
}

small {
    font-size: 12.8px;
    cursor: pointer;
    color: #FFFFFF;
}

li, .nav-item, .nav-link {
    list-style-type: none;
}

.tasks-menu {
    display: inline;
    text-align: center;
    margin: 10px;
}

.notification-icon {
    font-size: 24px;
}

.notices {
    background-color: white;
    margin-top: 14px;
    margin-left: 65px;
}

.nav-tabs {
    margin-top: 32px;
}

.navbar-nav {
    text-decoration: none;
    list-style-type: none;
}

.btn-social {
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 10px 54px;
    margin-bottom: 37px;
    display: block;
    margin-top: 28px;
    width: 182.5px !important;
    border: none !important;
    margin: auto;
}

.social-text-option {
    margin-top: 49px;
}

.social-text {
    font-weight: bolder;
    font-size: 16px;
    line-height: 20.16px;
    color: #060F59;
    margin-left: 6.8px;
    margin-top: 5px;
}

.warning-message {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px;
    color: #222222;
    padding-bottom: 18px;
}

.bizsoft-bg {
    background-color: #F2F2F2;
}

footer {
    background-color: #26438E;
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 20px;
    height: 150px;
    padding-left: 300px;
    /* position: absolute;
        width: 100%;
        bottom: 0; */
}


.viewerLogo {
    width: 150px;
    height: auto;
}

.social-logo {
    width: 50px;
    margin-left: 20px;
    margin-top: 5px;
    box-shadow: none !important;
    border: none !important;
}

.input-name {
    font-size: 14px;
}


#Message {
    width: 85%;
    padding: 0px !important;
    margin: auto;
    max-height: 300px !important;
    padding-bottom: 50px;
}

#MessageText {
    height: 8px !important;
}

.showPwd {
    cursor: pointer;
}

#div_MainContentWrapper {
    overflow-x: hidden;
}


    #div_MainContentWrapper.active {
        position: relative;
        margin-left: 105px;
        margin-top: 19px !important;
        height: 1080px !important;
        z-index: 10;
    }

.sidebarhidden {
    display: none;
}


.small-screen-only {
    display: none;
}



@keyframes inAndOut {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* remove text decoration and underline for table data elements */
td a {
    text-decoration: none !important;
    /* color: #000000 !important; */
}

th a {
    text-decoration: none !important;
    /* color: #000000 !important; */
}

.perfviewerContent {
    /* margin-top: -1900px;  */
    width: 100%;
    margin-left: 70px;
    padding: 20px;
    height: fit-content !important;
}

.perf-btn {
    margin-left: 120px;
}

.btn-special {
    border: 1px solid #084C9C;
}

    .btn-special:hover {
        box-shadow: -11px -10px 23px 0px rgba(0,0,0,0.46) inset;
        -webkit-box-shadow: -11px -10px 23px 0px rgba(0,0,0,0.46) inset;
        -moz-box-shadow: -11px -10px 23px 0px rgba(0,0,0,0.46) inset;
    }

/* styling organizational chart items */
.org-card {
    /* border: 1px solid #000000; */
    display: block;
    margin: auto;
    padding: 25px !important;
    text-align: center !important;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: -4px 13px 27px -6px rgba(0,0,0,0.75);
    -webkit-box-shadow: -4px 13px 27px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 13px 27px -6px rgba(0,0,0,0.75);
    width: 300px !important;
    height: 400px !important;
}

.orgchartStaffName:hover {
    background-color: #060F59 !important;
    color: #F0F0F0 !important;
}

/* add spacing to the right side of all buttons except for btn at end of the row */
.btn:not(:last-of-type) {
    margin-right: 8px;
}

/* style checkbox container in leave rules page */
.checkboxContainer {
    border: 1px solid #CCCCCC;
    overflow: auto !important;
    /* width: auto; */
    height: 180px;
    padding-top: 10px;
    padding-bottom: 5px;
}


    .checkboxContainer input {
        margin-left: 10px;
        margin-right: 10px;
    }

/* style modals and modal headers  */
.text-center h5 {
    margin-bottom: 15px;
    background-color: #060F59;
    color: #F0F0F0;
    padding: 5px;
    font-weight: bold;
}

#MainContent_Panel2 {
    z-index: 10002 !important;
}

    #MainContent_Panel2 h5 {
        margin-bottom: 15px;
        background-color: #060F59;
        color: #F0F0F0;
        padding: 5px;
        font-weight: bold;
    }

#MainContent_Panel2, #MainContent_Panel1, #MainContent_Panel5 {
    box-shadow: -5px 6px 19px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -5px 6px 19px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -5px 6px 19px 0px rgba(0,0,0,0.75);
    display: block;
    margin: auto;
}
/* end of modal styling */

/* these only applies to Employee Survey forms only */
#MainContent_txt_3_Kindly_give_reasons_to_your_chosen_ans {
    width: 350px;
}

#MainContent_txt_5_Kindly_give_reasons_to_your_chosen_ans {
    width: 350px;
}

#MainContent_txt_8_If_Other_Kindly_state_reasons {
    width: 350px;
    margin-bottom: 15px;
}

#MainContent_txt_9_What_did_you_not_like_about_the_game {
    width: 350px;
}

#MainContent_lbl_9_What_did_you_not_like_about_the_game {
    margin-top: 15px;
}

#MainContent_txt_10_What_other_activites_would_you_like_t {
    width: 350px;
}

#MainContent_txt_12_If_Other_Kindly_state_reasons {
    width: 350px;
}

#MainContent_txt_14_If_Other_Kindly_state_reasons {
    width: 350px;
    margin-bottom: 15px;
}

#MainContent_txt_16_If_Other_Kindly_state_reasons {
    width: 350px;
    margin-bottom: 15px;
}

#MainContent_txt_18_If_Other_Kindly_state_reasons {
    width: 350px;
    margin-bottom: 15px;
}

#MainContent_txt_19_What_are_your_general_observations_re {
    width: 350px;
}

#MainContent_txt_20_What_are_your_recommendations_as_rega {
    width: 350px;
}
/* these end */

/* video help page */
.helpVideoHeader {
    color: #000000 !important;
    font-weight: bold;
}

.VideoArea {
    width: 71.25rem;
    height: 31.375rem;
    display: block;
    margin: auto !important;
}
/* video help ends */

/* adjust pim employee report schedule modal here */
.pimScheduleReportModal {
    box-shadow: none !important;
}

/* Earnings section of PIM > Payment History */

#MainContent_lbl_Income_Basic ~ Earnings {
    width: fit-content;
}

/* add overflow to table on Perforamance Viewer */
#MainContent_grd_Scorecard {
    overflow: auto;
    width: 95%;
}

.fa-chevron-down {
    font-size: 11px;
}

.changePassword {
    margin-top: -250px;
}

.textFixedWidth {
    width: 50% !important;
    padding-left: 0px !important;
}

.sideDashTable {
    margin: 0;
    table-layout: fixed;
    border: none;
}



.doesNotShow {
    display: none;
}


.text-end {
    width: 100%;
}

.btn-on-Top {
    margin-bottom: 10px;
}

.footer-Content {
    position: absolute;
    left: 42%;
    margin: auto;
    width: fit-content;
    text-align: center;
}

.emptySlot {
    width: 1%;
}

.filledSlot {
    width: 99% !important;
}

.hidden-content {
    display: none !important;
}

.noLeftPad {
    margin-left: -10px !important;
    margin-top: 15px;
    width: auto;
    border: none;
    padding: 0;
    text-overflow: ellipsis;
}


.fa-phone, .fa-envelope {
    margin-right: 9px;
}

.employment-information {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin: auto;
    width: 180px;
    height: 120px;
}

.subjective_eval {
    margin-left: 45px;
    margin-bottom: 15px;
}

.PIM-active {
    background-color: #051F3D !important;
    color: #FFFFFF !important;
}

.reset-bg {
    background-color: #FFFFFF;
}

.dash-bread-item {
    color: #000000;
}

    .dash-bread-item:hover {
        color: #084C9C;
    }


/* had to adjust the height of the inout field (appraisal deadline) on Views/Performance/WorkmateAppraisals.aspx to fit in properly */
.appraisal {
    height: 39px !important;
}

.first-line-items {
    margin-left: -10px;
}

.quicklinks-row {
    margin-bottom: 10px;
    width: 100%;
}

.profileIcon {
    margin-right: 7px;
}

#MainContent_a_Email.header-text,
#MainContent_a_Phone.header-text {
    overflow: scroll;
    width: max-content;
    padding-left: 1.23px;
    padding-right: 1.23px;
}

#MainContent_btn_Save.btn-transparent,
.col-md-1 .btn-transparent,
.col-md-2 .btn-transparent,
#MainContent_btn_main_Close, .profile-header-content {
    border: none !important;
    width: max-content;
}

.user-profile-content-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.expiryDate {
    width: 25%;
}

.employeeName {
    width: 70%;
}

.separator {
    width: 5%;
}



@media screen and (max-width: 1592px) {
    .main-page-panel {
        margin-left: 4.05em;
    }

    #div_MainContentWrapper {
        width: calc(".main-page-panel");
    }
    /* .snapshot{order: 2;} */
    /* .punch-div-container{order: 1;} */
    .DashboardChart:not(:first-of-type) {
        margin-left: 15px;
    }

    .quick-links-div {
        overflow: auto;
        height: fit-content;
    }

    .quick-table {
        height: auto;
        table-layout: auto;
        overflow-y: auto;
    }

    .quicklinks-row {
        margin-left: -10px;
    }

    #MainContent_h_ProfileName {
        font-size: 1rem;
        height: 30px;
    }

    #MainContent_p_JobDescription,
    #MainContent_a_Email,
    #MainContent_a_Phone,
    .profileIcon {
        height: 12px;
    }
    /* .footer-Content{width: 100%; margin-left: 5%;} */
    .first-line-items {
        margin-left: -20px;
    }

    .leftColumn {
        order: 2;
    }
}

@media screen and (max-width: 986px) {
    .navbar-collapse {
        background-color: #26438E;
        padding-left: 25px;
        overflow: auto;
        height: fit-content;
        padding-bottom: 30px;
    }

    .user-Account {
        position: static;
        margin-right: 80em;
        width: 12em;
        padding: 0px;
        margin-left: -10px;
        margin-bottom: 0px;
        height: fit-content;
    }

    .user-Account-Link {
        margin-left: 0px;
    }

    .main-page-panel, .notices, .empCenter-page-panel {
        width: auto;
        font-size: 0.8em;
    }

    .only-dashboard {
        margin-left: -20px;
    }

    .snapshot {
        margin-top: 10px;
    }

    .punch-div-container,
    .snapshot,
    .DashboardChart {
        width: 39em;
    }

        .DashboardChart:not(:first-of-type) {
            margin-left: 0px;
        }

    .DashboardChart {
        margin-top: 10px;
    }

    .punch-div-container {
        margin-left: -12px;
        margin-bottom: 15px;
    }

    .btn {
        font-size: 0.8em;
        margin-top: 8px;
    }

    .fa {
        font-size: 0.8em;
    }

    .breadcrumb {
        overflow-x: auto;
    }

    .col-lg-4:not(:last-child) {
        margin-bottom: 1.2em;
    }

    .employeebreadcrumb {
        width: 100%;
        overflow: hidden;
        z-index: 1;
    }

    .employeebreadcrumb {
        height: 65px !important;
    }

    #MainContent_up_Leaves,
    .systems-notifications-area,
    .pending-timesheets-area,
    .pending-training-area,
    .recent-employment-area,
    .Imminent-Anniversaries-area,
    .birthdays-area,
    .interviews-panel {
        margin-left: -15px;
        margin-top: 10px;
        width: 39em;
    }

    .digital-applications-area {
        width: 39em;
        margin-top: 10px;
        margin-left: -10px;
    }

    .quick-table {
        width: 39em;
        height: 80px;
        overflow: auto;
    }

    .profile-header-content {
        width: 100%;
        margin-top: 0px;
    }

    .additionalPadding,
    .paddedSecondRow,
    .paddingPreviousRole {
        margin-top: 0px;
    }

    .myEmployeeProfileTable {
        width: 100%;
    }

        .myEmployeeProfileTable tr {
            display: block;
            float: left;
            width: 100%;
        }

        .myEmployeeProfileTable td {
            display: block;
        }

    #MainContent_btn_main_Close {
        width: 100%;
    }

    .people-image {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:996px) and (max-width:1236px) {
    .col-md-5 {
        width: 80%;
    }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
    .punch-div-container,
    #MainContent_pnl_PendingLeave,
    .systems-notifications-area,
    #MainContent_pnl_PendingTimesheets, .pending-timesheets-area,
    .pending-training-area,
    .recent-employment-area,
    .Imminent-Anniversaries-area,
    .interviews-panel,
    #MainContent_div_quicklinks {
        width: 35em;
    }

    .snapshot {
        max-width: 35em;
    }

    .digital-applications-area {
        width: 35em;
    }

    .DashboardChart, .page-description .only-dashboard {
        max-width: 35em;
    }

    .rightColumns {
        width: 100%;
    }

    .quick-links-area {
        width: 33em;
    }

    .birthdays-area {
        margin-left: 0px;
    }

    #MainContent_div_quicklinks {
        margin-left: 5px;
        max-width: 35em;
    }

    .menucardItems {
        display: flex;
    }

    .leftColumn {
        order: 2;
    }
}

@media screen and (min-width:601px) and (max-width:741px) {
    /* .btn-adjust, .toggle-btn{display: block;} */
    .main-page-panel {
        margin-left: 30px;
    }
}

@media screen and (min-width:601px) and (max-width:740px) {
    #MainContent_box_Perfromance, .employee-perf-charts {
        margin-bottom: 10px;
    }

    .personal-chart-section {
        width: 100%;
    }
}

@media screen and (min-width:200px) and (max-width:600px) {
    #div_MainContentWrapper {
        width: 100%;
    }

    .page-description {
        width: 100%;
    }

    .main-page-panel, .empCenter-page-panel {
        margin-left: 1.8rem;
    }

    .employee-perf-charts, #MainContent_box_Perfromance {
        margin-bottom: 10px;
    }

    .dashboard-page-panel {
        margin-left: 30px;
    }

    .punch-div-container,
    .snapshot, .notices {
        width: auto
    }

    .notices {
        margin-left: 25px;
    }

    .digital-applications-area {
        margin-left: -18px;
    }

    .only-dashboard {
        margin-left: -10px;
    }

    .systems-notifications-area,
    .digital-applications-area,
    .pending-timesheets-area,
    .pending-training-area,
    .recent-employment-area,
    #MainContent_up_Leaves,
    .Imminent-Anniversaries-area,
    .interviews-panel {
        width: auto;
        overflow: auto;
    }

    #MainContent_div_quicklinks {
        margin-left: -10px;
    }

    .footer-Content {
        width: max-content;
        position: absolute;
        right: 100%;
        left: 14%;
    }

    #MainContent_txt_detail_Employee {
        height: 1.8em;
        font-size: 1.3em;
    }

    .DashboardChart, .DashboardChart:not(:first-of-type) {
        margin-left: -10px !important;
    }

    .birthdays-area {
        margin-left: -10px;
        width: auto;
    }

    .menucardItems {
        display: flex;
    }

    .leftColumn {
        order: 2;
    }

    .passwordHolder {
        z-index: 999;
    }

    .page-outer {
        overflow-y: auto
    }

        .page-outer::-webkit-scrollbar {
            display: none;
        }
}

@media screen and (min-width: 415px) and (max-width: 767px) {
    #sidebar {
        position: fixed;
    }

    #div_MainContentWrapper {
        width: 100%;
    }

    .btn-adjust {
        display: block;
    }
}

.formsActionBtn {
    z-index: 1;
}

#MainContent_myUpdatePanel {
    overflow-y: scroll;
    scroll-behavior: smooth;
}
