
.page-main-title,
.page-main-breadcrumbs {
    padding: 0em 0 1em 0;
    margin-bottom: 0;
}

.btn {
    padding: .47rem .75rem !important;
}

    .btn .fa,
    .btn .fad,
    .btn .fat,
    .btn .fa-brands {
        margin-right: 0.3em;
    }

        .btn .fa.fa-ellipsis,
        .btn .fa.fa-search {
            margin-right: 0;
        }

.font-size-10 {
    font-size: 10px !important
}

.font-size-11 {
    font-size: 11px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-17 {
    font-size: 17px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-22 {
    font-size: 22px !important
}

.font-size-24 {
    font-size: 24px !important
}

#toast-container > div {
    -webkit-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
    opacity: 1
}

    #toast-container > div:hover {
        -webkit-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
        box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
        opacity: .9
    }

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
    min-width: 96%;
    margin: 4px auto
}

.toast-primary {
    border: 2px solid #556ee6 !important;
    background-color: rgba(85, 110, 230, .8) !important
}

.toast-secondary {
    border: 2px solid #74788d !important;
    background-color: rgba(116, 120, 141, .8) !important
}

.toast-success {
    border: 2px solid #34c38f !important;
    background-color: rgba(52, 195, 143, .8) !important
}

.toast-info {
    border: 2px solid #50a5f1 !important;
    background-color: rgba(80, 165, 241, .8) !important
}

.toast-warning {
    border: 2px solid #f1b44c !important;
    background-color: rgba(241, 180, 76, .8) !important
}

.toast-danger {
    border: 2px solid #f46a6a !important;
    background-color: rgba(244, 106, 106, .8) !important
}

.toast-pink {
    border: 2px solid #e83e8c !important;
    background-color: rgba(232, 62, 140, .8) !important
}

.toast-light {
    border: 2px solid #eff2f7 !important;
    background-color: rgba(239, 242, 247, .8) !important
}

.toast-dark {
    border: 2px solid #343a40 !important;
    background-color: rgba(52, 58, 64, .8) !important
}

.toast-error {
    background-color: rgba(244, 106, 106, .8);
    border: 2px solid #f46a6a
}

.toastr-options {
    padding: 24px;
    background-color: #f6f8fa;
    margin-bottom: 0;
    border: 1px solid #eff2f7
}

#sidebar-menu .has-arrow:after {
    content: "\f078";
    font-family: "Font Awesome 7 Pro";
    display: block;
    float: right;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    font-size: 0.7rem;
    margin-top: 0.3em;
    font-weight: 100;
}

.form-group {
    margin-bottom: 1em;
}

.panel-loading {
    display: flex;
    align-items: center;
}

    .panel-loading .spinner-border {
        margin-right: 10px;
    }

.modal-content > .panel-loading {
    padding: 3em;
}

.breadcrumb {
    text-align: right;
    align-content: right;
    justify-content: right;
}

.details .card-title {
    margin-bottom: 2em;
}

.details .form-group {
    display: flex;
    align-items: start;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #e9ecef;
}

    .details .form-group

    .details .form-group:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .details .form-group label {
        width: 150px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .details .form-group p {
        margin-bottom: 0;
    }



a.ajax-link, a[tabindex] {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

/* TABLES */

table.table tr td {
    vertical-align: middle;
}

    table.table tr td p {
        margin-bottom: 0;
    }

/* EMPLOYEE LAYOUT */

#layout-wrapper:has(#employee-header) #page-topbar {
    box-shadow: none;
}

.page-content:has(#employee-header) {
    padding-left: 0;
    padding-right: 0;
    padding-top: 72px;
}

    .page-content:has(#employee-header) .page-content-row {
        padding-left: 12px;
        padding-right: 12px;
    }

#employee-header {
    min-height: 141px;
}

@media screen and (max-width: 767px) {
    #employee-header {
        min-height: 237px;
    }
}

#employee-header .row {
    padding-left: 1em;
}

#employee-header .card {
    margin-bottom: 0em;
    border-radius: 0;
}

    #employee-header .card .card-body {
        border-radius: 0;
    }


/*Employee Profile*/
table#workingdays-table {
    width: auto !important;
}

    table#workingdays-table tr td,
    table#workingdays-table tr th {
        min-width: 55px !important;
        width: 55px !important;
        text-align: center;
    }

@media screen and (max-width: 500px) {
    table#workingdays-table {
        width: 100% !important;
    }

        table#workingdays-table tr td,
        table#workingdays-table tr th {
            min-width: auto !important;
            width: auto !important;
            padding: 10px 10px;
        }
}

table#workingdays-table tr th {
    background-color: #dedede;
}

/*Allowance Breakdown Table*/
table#allowance-breakdown-table {
    width: auto !important;
    border-radius: 10px;
}

    table#allowance-breakdown-table tr:first-child td {
        border-top-right-radius: 10px;
    }

    table#allowance-breakdown-table tr:first-child th {
        border-top-left-radius: 10px;
    }

    table#allowance-breakdown-table tr:last-child td {
        border-bottom-right-radius: 10px;
    }

    table#allowance-breakdown-table tr:last-child th {
        border-bottom-left-radius: 10px;
    }

    table#allowance-breakdown-table tr td,
    table#wallowance-breakdown-table tr th {
        text-align: center;
    }

    table#allowance-breakdown-table tr th {
        background-color: #dedede;
    }

@media screen and (max-width: 500px) {
    table#allowance-breakdown-table {
        width: 100% !important;
    }
}


/*Avatars*/
.avatar {
    width: 2em;
    min-width: 2em;
    height: 2em;
    line-height: 2.2em;
    display: inline-block;
    background: #bbc5f5 no-repeat center/cover;
    position: relative;
    text-align: center;
    color: #556ee6;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
}

    .avatar.avatar-more {
        letter-spacing: -2px;
        background-color: #3EA3DD;
    }

    .avatar.avatar-img {
        background-color: transparent;
    }

    .avatar i {
        font-size: 125%;
        vertical-align: sub;
    }

.avatar-sm {
    min-width: 2.5em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    font-size: .75em;
}

.avatar-md {
    min-width: 2.5em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.6em;
    font-size: 1em;
}

.avatar-lg {
    min-width: 2.5em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 3em;
}

.avatar-xl {
    min-width: 2.5em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 4.0em;
}

.avatar-xxl {
    min-width: 2.5em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 6em;
}

.avatar-placeholder {
    background: #ced4da url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="134" height="134" viewBox="0 0 134 134"><path fill="#868e96" d="M65.92 66.34h2.16c14.802.42 30.928 6.062 29.283 20.35l-1.618 13.32c-.844 6.815-5.208 7.828-13.972 7.866H52.23c-8.764-.038-13.13-1.05-13.973-7.865l-1.62-13.32C34.994 72.4 51.12 66.76 65.92 66.34zM49.432 43.934c0-9.82 7.99-17.81 17.807-17.81 9.82 0 17.81 7.99 17.81 17.81 0 9.82-7.99 17.807-17.81 17.807-9.82 0-17.808-7.987-17.808-17.806z"/></svg>') no-repeat center/80%;
}

.avatar-list {
    margin: 0 0 -.5em;
    padding: 0;
}

    .avatar-list .avatar {
        margin-bottom: .5em;
    }

        .avatar-list .avatar:not(:last-child) {
            margin-right: .5em;
        }

.avatar-list-stacked .avatar {
    margin-right: -.8em !important;
}

.avatar-list-stacked .avatar {
    box-shadow: 0 0 0 2px #fff;
}

.text-white .avatar {
    background-color: #ffffff !important;
    color: #3e884f !important;
}

#avatarUploadWrapper {
    display: inline-block;
    position: relative;
}

    #avatarUploadWrapper:hover #avatarUploadOverlay {
        opacity: .7;
    }

#avatarUploadOverlay {
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #556ee6;
    text-align: center;
}

#avatarUploadOverlayContent {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    font-size: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.avatar-fullname {
    padding-left: 0.5em;
}

/*handbook*/
.handbook-body {
    font-size: 14px;
    line-height: 1.3em;
}

    .handbook-body a {
        text-decoration: underline !important;
    }

    .handbook-body h2 {
        font-size: 24px;
        margin-top: 1.3em;
        margin-bottom: 0.3em;
    }

    .handbook-body li {
        margin-bottom: 0.3em;
    }

        .handbook-body li p {
            margin-bottom: 0;
        }

/*modals*/

.modal-dialog:not(.modal-fullscreen) .modal-body {
    overflow: auto;
    max-height: calc(95vh - 150px);
}

.modal-dialog.modal-xxl {
    max-width: 95%;
}

.modal-dialog.modal-fs {
    max-width: 100%;
    margin: 0;
    height: 100%;
}

    .modal-dialog.modal-fs #general-modal-content {
        height: 100%;
    }

.kt-dropzone-error {
    border: solid 2px #d43f3a !important;
}

.dropzone .dz-preview .dz-error-message {
    opacity: 1 !important;
    margin-top: 20px;
}

.datepicker {
    z-index: 1060 !important; /* has to be larger than 1050 */
    border: solid 1px #ced4da !important;
}

.datepicker {
    border: 1px solid #eff2f7;
    padding: 8px;
}

    .datepicker table tr th {
        font-weight: 500
    }

    .datepicker table tr td .active.disabled, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td.active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover, .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
        background-color: #556ee6 !important;
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff !important
    }

    .datepicker table tr td span.focused, .datepicker table tr td span:hover, .datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
        background: #eff2f7
    }

    .datepicker table tr td span.new, .datepicker table tr td span.old, .datepicker table tr td.new, .datepicker table tr td.old {
        color: #adb5bd;
        opacity: .6
    }

    .datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
        background-color: #f6f6f6
    }

.table-condensed > tbody > tr > td, .table-condensed > thead > tr > th {
    padding: 7px
}

.bootstrap-datepicker-inline .datepicker-inline {
    width: auto !important;
    display: inline-block
}

.datepicker-container {
    border: 1px solid #eff2f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff
}

    .datepicker-container.datepicker-inline {
        width: 212px
    }

.datepicker-panel > ul > li {
    background-color: #fff;
    border-radius: 4px
}

    .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
        background-color: rgba(85,110,230,.25);
        color: #556ee6
    }

    .datepicker-panel > ul > li.highlighted, .datepicker-panel > ul > li.highlighted:hover, .datepicker-panel > ul > li:hover {
        background-color: #556ee6;
        color: #fff
    }

    .datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
        color: #adb5bd;
        opacity: .6
    }

.datepicker-panel > ul[data-view=week] > li {
    font-weight: 500
}

    .datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover {
        background-color: #fff
    }

.blockui {
    z-index: 1700;
    background: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: .42rem
}

    .blockui.blockui-noshadow {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .blockui > span {
        color: #464e5f;
        padding: .75rem 1.2rem;
        font-size: 1rem;
        font-weight: 400;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .blockui > span > .loader, .blockui > span > .spinner {
            margin-right: 1.25rem
        }


/*Wizards*/
.wizard-nav {
    padding: 0;
}

    .wizard-nav .wizard-steps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        list-style: none;
    }

        .wizard-nav .wizard-steps .wizard-step {
            padding: 0.75rem 0;
            -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
            margin-bottom: 1.5rem;
        }

.wizard-steps .wizard-step .wizard-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wizard-steps .wizard-step a {
    padding: 0 !important;
}

.wizard-nav .wizard-steps .wizard-step .wizard-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    min-width: 34px;
    height: 34px;
    border-radius: 12px;
    background-color: #F3F6F9;
    margin-right: 1rem;
}

    .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-check {
        display: none;
        font-size: 1.4rem;
    }

    .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-number {
        font-weight: 600;
        color: #3F4254;
        font-size: 0.8rem;
    }

.wizard-nav .wizard-steps .wizard-step .wizard-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
        color: #181C32;
        font-weight: 600;
        font-size: 0.9rem;
    }

    .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-desc {
        color: #B5B5C3;
        font-size: 0.8rem;
    }

.wizard-nav .nav-tabs a {
    cursor: default;
}

.wizard-nav .nav-tabs .nav-link:focus, .wizard-nav .nav-tabs .nav-link:hover {
    border-color: #ffffff !important;
}

    .wizard-nav .nav-tabs .nav-link:focus i, .wizard-nav .nav-tabs .nav-link:hover i {
        color: #B5B5C3 !important;
    }

.wizard-nav .wizard-steps .wizard-step.active {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

    .wizard-nav .wizard-steps .wizard-step.active .wizard-icon {
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
        background-color: #556ee640;
    }

        .wizard-nav .wizard-steps .wizard-step.active .wizard-icon .wizard-check {
            color: #556ee6;
            display: none;
        }

        .wizard-nav .wizard-steps .wizard-step.active .wizard-icon .wizard-number {
            color: #556ee6;
        }

    .wizard-nav .wizard-steps .wizard-step.active .wizard-label .wizard-title {
        color: #181C32;
    }

    .wizard-nav .wizard-steps .wizard-step.active .wizard-label .wizard-desc {
        color: #B5B5C3;
    }

    .wizard-nav .wizard-steps .wizard-step.active:last-child .wizard-icon, .wizard-nav .wizard-steps .wizard-step.done .wizard-icon {
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
        background-color: #C9F7F5;
    }

        .wizard-nav .wizard-steps .wizard-step.done .wizard-icon .wizard-check {
            color: #34c38f;
            display: inline-block;
        }

        .wizard-nav .wizard-steps .wizard-step.done .wizard-icon .wizard-number {
            display: none;
        }

.wizard-nav .wizard-steps .wizard-step .wizard-step-seperator {
    margin-left: 1em;
    margin-right: 1em;
}

.wizard-nav .wizard-steps .wizard-step:last-child .wizard-step-seperator {
    display: none;
}

.wizard-nav .wizard-steps .wizard-step.done .wizard-label .wizard-title {
    color: #181C32;
}

.wizard-nav .wizard-steps .wizard-step.done .wizard-label .wizard-desc {
    color: #D1D3E0;
}

@media (max-width: 767.98px) {
    .wizard-nav .wizard-steps .wizard-step {
        width: 100%;
    }

        .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .svg-icon {
            display: none;
        }
}

.sw-theme-hr {
    border-radius: 5px;
    border: 1px solid #ddd;
    border: none;
}

    .sw-theme-hr > .sw-container {
        min-height: 200px;
    }

    .sw-theme-hr > .tab-content {
        padding-top: 0;
        width: 100%;
    }

    .sw-theme-hr .step-content {
        padding: 0 10px;
        border: 0px solid #D4D4D4;
        background-color: #FFF;
        text-align: left;
    }

    .sw-theme-hr .sw-toolbar {
        padding: 10px;
        margin-bottom: 0 !important;
    }


    .sw-theme-hr > ul.step-anchor {
        border: 0;
        padding: 0px;
        background: transparent;
        border-radius: 0;
        border-top-right-radius: 5px;
        list-style: none;
        overflow: hidden;
    }

        .sw-theme-hr > ul.step-anchor li + li:before {
            padding: 0;
        }


        .sw-theme-hr > ul.step-anchor > li.danger > a:after {
            border-left: 30px solid #d9534f !important;
        }

        .sw-theme-hr > ul.step-anchor > li.disabled > a, .sw-theme-hr > ul.step-anchor > li.disabled > a:hover {
            color: #eee !important;
        }

@media screen and (max-width: 768px) {
    .sw-theme-hr > ul.step-anchor {
        border: 0;
        background: #ddd !important;
    }

    .sw-theme-hr > .nav-tabs > li {
        float: none !important;
        margin-bottom: 0;
    }

    .sw-theme-hr > ul.step-anchor > li > a, .sw-theme-hr > ul.step-anchor > li > a:hover {
        padding-left: 15px;
        margin-right: 0;
        margin-bottom: 1px;
    }

        .sw-theme-hr > ul.step-anchor > li > a:after, .sw-theme-hr > ul.step-anchor > li > a:before {
            display: none;
        }
}

.modal-header.wizard-header {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.modal-body.wizard-body {
    padding-top: 0;
    max-height: calc(100vh - 100px) !important;
}

.wizard-body-inner {
    padding-top: 0;
    padding-right: 15px;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

.wizard-footer {
    margin-top: 2em;
}
 
/*Workspace*/ 
#workspace-card-mission {
    background-image: url("../images/mission/compass-white.png");
    background-repeat: no-repeat;
    background-position: bottom -4em right -4em;
}
/*Culture*/
#culture-card-moments {
    background-image: url("../images/culture/bg-moments.png");
    background-repeat: no-repeat;
    background-position: top -100px right -100px;
}
#culture-card-kudos {
    background-image: url("../images/culture/bg-kudos.png");
    background-repeat: no-repeat;
    background-position: top -100px right -100px;
}
#culture-card-mission {
    background-image: url("../images/culture/bg-compass.png");
    background-repeat: no-repeat;
    background-position: top -250px right -250px;
}
#culture-card-announcement {
    background-image: url("../images/culture/bg-announcement.png");
    background-repeat: no-repeat;
    background-position: top -250px right -250px;
}
/*getting started*/
#gettingstarted-card-main {
    background-image: url("../images/gettingstarted/rocket-background.png");
    background-repeat: no-repeat;
    background-position: bottom -250px right -250px;
}
/*Icon-cards-row*/
.icon-cards-row {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px
}

    .icon-cards-row .glide__track {
        margin-left: -3px;
        margin-right: -3px
    }

    .icon-cards-row .glide__slides {
        padding-top: 10px;
        padding-left: 3px;
        padding-right: 3px
    }

        .icon-cards-row .glide__slides .glide__slide {
            padding-left: 5px;
            padding-right: 5px
        }

    .icon-cards-row .card-body {
        padding: 2rem .5rem
    }

    .icon-cards-row .card-text {
        color: #8f8f8f;
        height: 30px;
        line-height: 26px
    }

    .icon-cards-row .lead {
        color: #34c38f;
        margin-bottom: 0
    }

    .icon-cards-row i {
        font-size: 38px;
        line-height: 66px;
        color: #34c38f
    }

    .icon-cards-row .card {
        transition: box-shadow 1s;
        cursor: pointer
    }

@media (max-width: 1439px) {
    .icon-cards-row .card-text {
        height: 48px;
        line-height: 18px
    }

    .icon-cards-row .lead {
        font-size: 1.6rem
    }

    .icon-cards-row i {
        font-size: 32px;
        line-height: 47px
    }
}

.alert {
    -webkit-justify-content: center;
    align-items: center;
    border-radius: 12px;
}

    .alert .alert-icon {
        font-size: 2em;
        padding-right: 12px;
        padding-left: 0;
    }

@media screen and (max-width: 500px) {
    .alert .alert-icon {
        display: none;
    }
}

.alert.alert-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: center;
    padding: 0.5rem 1rem
}

    .alert.alert-custom .alert-text {
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

.alert-text p:last-child {
    margin-bottom: 0
}

.alert-help {
    background-image: url("../images/help/help-alert-background.png");
    background-repeat: no-repeat;
    background-position: bottom -4em right -4em;
}

.alert-transparent {
    background-color: transparent;
    border-color: transparent;
}

.card {
    /*border: solid 1px #ebebee;*/
    border-radius: 12px;
}

    .card .card-header {
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        background-color: #fff;
        border-bottom: solid 1px #ebebee;
    }

.dropdown-menu .dropdown-item {
    padding-left: 1em;
    padding-right: 1em;
}

    .dropdown-menu .dropdown-item i {
        width: 18px;
    }

/* APP SPECIFIC STUFF */



table.heatmap {
}

    table.heatmap tr th,
    table.heatmap tr td {
        text-align: center;
        font-size: 12px;
        padding: 10px 20px;
    }

td.heatmap-10 {
    background-color: #f9ebed;
}


@media (max-width: 600px) {
    table.heatmap tr th,
    table.heatmap tr td {
        font-size: 15px;
        padding: 5px 8px !important;
    }
}

td.heatmap-20 {
    background-color: #fbdddd;
}

td.heatmap-30 {
    background-color: #facbcb;
}

td.heatmap-40 {
    background-color: #f8bbbb;
}

td.heatmap-50 {
    background-color: #f6aaaa;
}

td.heatmap-60 {
    background-color: #f59898;
}

td.heatmap-70 {
    background-color: #f38787;
}

td.heatmap-80 {
    background-color: #f27777;
    color: #fff;
}

td.heatmap-90 {
    background-color: #f06666;
    color: #fff;
}

td.heatmap-100 {
    background-color: #EF5555;
    color: #fff;
}

/*absence table*/
.absence-calendar {
    font-size: 11px;
    width: auto;
}

    .absence-calendar tr th {
        text-wrap: nowrap;
    }

    .absence-calendar tr td {
        font-size: 16px;
        padding: 0px;
        vertical-align: middle;
        max-width: 40px;
    }

        .absence-calendar tr td.add {
            font-size: 8px;
        }

            .absence-calendar tr td.add a {
                padding: 16px;
            }

        .absence-calendar tr td a {
            padding: 12px;
            display: flex;
            flex-grow: 1;
            align-items: center;
        }

            .absence-calendar tr td a:not(:has(i)) {
                padding: 20px !important;
            }

    .absence-calendar tr td, .absence-calendar tr th {
        text-align: center;
    }

        .absence-calendar tr td.fixed-row, .absence-calendar tr th.fixed-row {
            text-align: left;
        }

        .absence-calendar tr td.outsidemonth {
            background-color: #aaa;
        }

        .absence-calendar tr td.weekend {
            background-color: #eee;
        }

            .absence-calendar tr td.weekend a i.fa-plus {
                color: #aaa;
            }

        .absence-calendar tr td.publicHoliday {
            background-color: #50a5f1;
        }

            .absence-calendar tr td.publicHoliday i {
                color: #ffffff;
            }

        .absence-calendar tr td.today {
            background-color: #d4e9f7;
        }

            .absence-calendar tr td.today a i.fa-plus {
                color: #fff;
            }

        .absence-calendar tr td.Approved {
            background-color: #34c38f !important;
            background-color: #34c38f;
            color: #fff;
        }

        .absence-calendar tr td.StartIsHalf,
        .absence-calendar tr td.EndIsHalf {
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: 100% 100%;
            background-color: inherit; /* keep underlying colour where gradient is transparent */
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

        .absence-calendar tr td.StartIsHalf {
            background-image: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,0) 26% );
        }

        .absence-calendar tr td.EndIsHalf {
            background-image: linear-gradient(225deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,0) 26% );
        }

        .absence-calendar tr td.Approved a {
            color: #fff;
        }

        .absence-calendar tr td.Requested {
            background-color: #f1b44c;
        }

            .absence-calendar tr td.Requested a {
                color: #fff;
            }

        .absence-calendar tr td.Sickness {
            background-color: #f46a6a;
        }

            .absence-calendar tr td.Sickness a {
                color: #fff;
            }

        .absence-calendar tr td.add a {
            color: #ccc;
            font-weight: 100;
        }

        .absence-calendar tr td.Declined, .absence-calendar tr td.Declined a {
            background-color: #f46a6a;
            color: #fff;
        }

.select2-container .select2-search--inline .select2-search__field {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin-top: 8px;
}

    .select2-container .select2-search--inline .select2-search__field::placeholder {
        color: #6c757d;
        opacity: 1;
        font-weight: normal;
        font-family: Poppins, sans-serif;
    }

.select2-dropdown--below {
    min-width: 350px !important;
}

select.select2[multiple] {
    height: 1em !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    color: #6c757d;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 5px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.select2-keyboard-tooltip {
    width: 200px;
    bottom: 100%;
    position: static;
    left: 2em;
    transition: opacity .4s ease-in;
    visibility: hidden;
}

    .select2-keyboard-tooltip .arrow {
        left: 95px;
    }

.select2-container--focus:not(.select2-container--open):not(.select2-hide-tooltip) .select2-keyboard-tooltip {
    visibility: visible;
    transition: opacity .4s ease-out;
    opacity: 100;
}

select.select2 {
    display: none;
}

.select2-container {
    /*max-width: 100%;*/
    width: auto !important;
}

form:not(.form-inline) .select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-dropdown {
    z-index: 2101 !important;
}

.select2-selection__rendered:not(:empty) {
    padding-right: 33px !important;
    width: auto;
}

.select2-selection__clear {
    right: 20px !important;
}

.select2-search__field {
    min-width: 120px;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    padding-left: 20px;
    padding-right: 0px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0px;
}

.select2-container.select2-container--open.select2-container--below .select2-selection--single,
.select2-container.select2-container--open .select2-selection--multiple {
    border-bottom-style: none !important;
}

.select2-dropdown.select2-dropdown--below {
    border-top: solid 1px rgba(0, 0, 0, .15);
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

    table.dataTable td,
    table.dataTable th {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        padding: 7px 4px;
    }

    table.dataTable th {
        padding: 5px 3px;
    }

        table.dataTable td.dataTables_empty,
        table.dataTable th.dataTables_empty {
            text-align: center;
        }

    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: nowrap;
    }

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: auto;
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
        justify-content: flex-end;
    }

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

    table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:after {
        position: absolute;
        bottom: 0.9em;
        display: block;
        opacity: 0.3;
    }

    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:before {
        right: 1em;
        content: "\2191";
    }

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after {
        right: 0.5em;
        content: "\2193";
    }

    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:after {
        opacity: 1;
    }

    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:after {
        opacity: 0;
    }

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    div.dataTables_scrollBody table thead .sorting:before,
    div.dataTables_scrollBody table thead .sorting_asc:before,
    div.dataTables_scrollBody table thead .sorting_desc:before,
    div.dataTables_scrollBody table thead .sorting:after,
    div.dataTables_scrollBody table thead .sorting_asc:after,
    div.dataTables_scrollBody table thead .sorting_desc:after {
        display: none;
    }

    div.dataTables_scrollBody table tbody tr:first-child th,
    div.dataTables_scrollBody table tbody tr:first-child td {
        border-top: none;
    }

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box;
}

    div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
        margin-top: 0 !important;
        border-top: none;
    }

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}

table.dataTable.table-sm > thead > tr > th {
    padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}

    table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
    table.table-bordered.dataTable td:last-child,
    table.table-bordered.dataTable td:last-child {
        border-right-width: 0;
    }

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
        padding-left: 0;
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
        padding-right: 0;
    }

/*Badge*/
.badge {
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    font-weight: normal;
    vertical-align: middle;
    padding-bottom: 0.15em;
    /*margin-bottom: 0.3125em;*/
}

    .badge.bg-primary {
        border-color: #c4cbf5;
        background-color: #eef0fc !important;
        color: #556ee6 !important;
    }

    .badge.bg-secondary {
        border-color: #bbbbc9;
        background-color: #f1f1f4 !important;
        color: #74788d !important;
    }

    .badge.bg-info {
        border-color: #50a5f1;
        background-color: #edf6fe !important;
        color: #1176d0 !important;
    }

    .badge.bg-danger {
        border-color: #f8c2c2;
        background-color: #fdeeee !important;
        color: #f46a6a !important;
    }

    .badge.bg-success {
        border-color: #9fe4cd;
        background-color: #eaf9f4 !important;
        color: #2a9c72 !important;
    }

    .badge.bg-warning {
        border-color: #f9ce90;
        background-color: #fef7ed !important;
        color: #b0740e !important;
    }

#sidebar-menu .badge {
    font-size: 10px;
    border-radius: 50%;
    line-height: 1em;
    padding: 0;
    height: 13px;
    width: 13px;
    margin-top: 5px !important;
}

    #sidebar-menu .badge.bg-primary {
        border-color: #556ee6;
        background-color: #556ee6 !important;
        color: #ffffff !important;
    }

    #sidebar-menu .badge.bg-success {
        border-color: #34c38f;
        background-color: #34c38f !important;
        color: #ffffff !important;
    }

    #sidebar-menu .badge.bg-warning {
        border-color: #f1b44c;
        background-color: #f1b44c !important;
        color: #ffffff !important;
    }

    #sidebar-menu .badge.bg-danger {
        border-color: #f46a6a;
        background-color: #f46a6a !important;
        color: #ffffff !important;
    }

.badge-card {
    margin-top: 2px;
    margin-left: 2px;
    border-radius: 10px 0 4px 0;
}

.badge-card-full {
    margin-right: 2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
}
/*Card Items*/
.card-item {
    padding: 1em 0.75em;
    margin-bottom: 1em;
    border: solid 1px #dddddd;
    background-color: #f6f6f6;
    color: #495057;
    border-radius: 7px;
}

    .card-item a {
        color: #495057;
    }

    .card-item .fad {
        color: #495057;
    }

.card-item-primary {
    border-color: #a5afde;
    background-color: #eceef8;
}

    .card-item-primary .fad {
        color: #4458b8;
    }


.card-item-success {
    border-color: #e1f0ec;
    background-color: #f1f8f6;
}

    .card-item-success .fad {
        color: #34c38f;
    }

.card-item-danger {
    border-color: #f9c5c5;
    background-color: #fbdada;
}

    .card-item-danger .fad {
        color: #f46a6a;
    }

    .card-item-danger a.btn.text-white .fad {
        color: #ffffff !important;
    }



.card-item-warning {
    /*
        border-color: #f9ce90;
        background-color: #fef7ed !important;
        color: #b0740e !important;

    */
    border-color: #f9ce90;
    background-color: #fef7ed;
}

    .card-item-warning .fad {
        color: #b0740e;
    }

    .card-item-warning a.btn.text-white .fad {
        color: #ffffff !important;
    }

/*SEARCH CONTROLS*/

.search-controls-item {
    margin-right: 0.2em;
    margin-bottom: 0.5em;
    padding: 2px 0.7em;
    border-radius: 5px;
    display: flex;
}

    .search-controls-item:last-child {
        margin-right: 0.15em;
    }

    .search-controls-item:hover {
        background-color: #efefef;
    }

.search-controls-item-label {
    margin-right: 0.5em;
    white-space: nowrap;
    margin-top: 9px;
}

@media screen and (max-width: 767px) {
    .search-controls-item {
        width: 100%;
    }

    .search-controls {
        margin-bottom: 0.5em;
    }

    .btn-search-main {
        width: 100%;
    }

    .search-controls-item-label {
        min-width: 30% !important;
        width: 30% !important;
        max-width: 30% !important;
        display: inline-block !important;
        white-space: wrap !important;
    }
}

.search-controls-item .input-group.date {
    height: 37.5px !important;
}

.input-group .input-group-btn .btn,
.input-group .input-group-btn .btn {
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-date-year{
    width: 8em;
}
.input-group-date-year-month {
    width: 14em;
}

@media screen and (min-width: 767px) {
    .search-controls-button {
        border-left: solid 1px #dddddd;
        padding-left: 0.5em;
        margin-bottom: 0.5em;
    }
}

@media screen and (max-width: 766px) {
    .search-controls-button {
        border-top: solid 1px #dddddd;
        padding-top: 0.5em;
        width: 100%;
        text-align: right;
    }
}
