﻿:focus {
    outline: none;
}

/* PARENT PAGE
---------------------------------------------------------*/
#wrapper,
.pageContainer,
#content-body {
    height: 100%;
}

.pageContainer#pageContainer {
    height: calc(100% - 150px);
    margin-top: 120px;
    margin-bottom: 150px;
}
/* NAVBAR
---------------------------------------------------------*/
#fixedNav .nav-item {
    margin-left: 24px;
}

#navProfile .dropdown-item {
    padding: 0;
}

    #navProfile .dropdown-item a {
        display: flex;
        align-items: center;
        padding: 0.25rem 1.5rem;
    }

        #navProfile .dropdown-item a .btn,
        #logoutForm .btn {
            padding-left: 24px;
        }

    #navProfile .dropdown-item:active i {
        color: #5a5c69 !important;
    }

#logoutForm {
    padding: 0.25rem 1.5rem;
}

.kameleon__time-registration .pagination .dropdown .dropdown-item .active,
.kameleon__time-registration .pagination .page-item .page-link:hover,
.dropdown-item:active {
    background-color: #ffffff;
}

    .dropdown-item:active i {
        background-color: #ffffff;
    }

#fixedNav .img-circle {
    margin-right: 10px;
}

.img-circle {
    width: 56px;
    height: 56px;
    border: 1px solid var(--background-color, #1c85e8);
    border-radius: 100%;
}

    .img-circle > div {
        height: 100%;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
/* SIDEBAR
---------------------------------------------------------*/
.sidebar .sidebar-brand {
    margin: 0;
    height: 200px;
}

    .sidebar .sidebar-brand > div {
        width: 180px;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .sidebar .sidebar-brand > #icon {
        width: 90px;
    }

.sidebar .nav-item .collapse,
.sidebar .nav-item .menu-child {
    margin-left: 54px !important;
}
/* ALIGNMENTS
---------------------------------------------------------*/

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* SCROLLBAR
---------------------------------------------------------*/
body:not(.rz-default-scrollbars) ::-webkit-scrollbar-thumb {
    background: var(--background-color, #1c85e8) !important;
    background-clip: padding-box !important;
    border-radius: 8px !important;
}

body:not(.rz-default-scrollbars)::-webkit-scrollbar-thumb {
    background: var(--background-color, #1c85e8) !important;
    background-clip: padding-box !important;
    border-radius: 8px !important;
}
/* NOTIFICATION
---------------------------------------------------------*/
.rz-notification {
    position: fixed !important;
    bottom: auto !important;
    top: 0px !important;
    right: 10px !important;
    z-index: 100000 !important;
    float: none !important;
}
/* BACKGROUND IMAGES
---------------------------------------------------------*/
.form-group .img-input {
    margin-top: 0;
}

.img-input > div {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.btn-input .d-flex .btn-primary,
.btn-input .d-flex .btn-primary:not(:disabled):not(.disabled):active {
    font-size: 14px;
    background-color: white !important;
    color: var(--background-color, #1c85e8);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-input .custom-file {
    width: 100%;
}

.btn-input .btn i {
    margin-left: 0;
}

.btn-input .d-flex label,
.btn-input .d-flex input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

    .btn-input .d-flex label:hover {
        cursor: pointer;
    }

.img-input > .img-preview {
    height: 370px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 10px;
}
/* ICON PICKER
---------------------------------------------------------*/
.iconpicker-popover.popover {
    width: auto;
}
/* TIMELINE
---------------------------------------------------------*/
/*#timeline .timeline-item .timeline-content.right {
    position: absolute;
    right: 0;
    float: none;
}
#timeline .timeline-item .timeline-content.right:before {
    left: -8px;
}*/
/* FILE
---------------------------------------------------------*/
.custom-file {
    width: 85%;
}

.custom-file-lg {
    width: 93%;
}

.custom-control.custom-file {
    width: 100%;
    padding: 0px;
}

.table-icons .btn {
    width: auto !important;
}

    .table-icons .btn.btn-success i {
        margin-left: 0;
    }
/* TAB
---------------------------------------------------------*/
.tab {
    margin-top: 15px;
}
/* BUTTONS
---------------------------------------------------------*/
.btn {
    background-color: transparent;
}

.btn-success {
    border-color: transparent;
}

.btn-light {
    border-radius: 14px;
}

    .btn-light:disabled {
        background-color: transparent;
    }

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
    font-size: var(--font-size-s);
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled):active {
    border-color: transparent;
    border-radius: 14px;
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active {
    font-size: var(--font-size-base);
    color: var(--background-color, #1c85e8);
    background: var(--white);
    border: solid 1px var(--background-color, #1c85e8);
    border-radius: var(--border-radius);
}

    .btn-secondary:hover {
        color: var(--white);
        background: var(--background-color, #1c85e8);
        border: solid 1px var(--white);
    }

.btn-group.btn-group-toggle .btn-primary,
.btn-group.btn-group-toggle .btn-secondary {
    border-color: rgb(209, 211, 226);
}

    .btn-group.btn-group-toggle .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-group.btn-group-toggle .btn-secondary:not(:disabled):not(.disabled).active {
        text-shadow: .5px 0 0 var(--background-color, #1c85e8);
        font-size: 14px;
        background: var(--white) !important;
        color: var(--background-color, #1c85e8) !important;
    }

.btn-group.btn-group-toggle .btn-secondary {
    font-size: 14px;
    color: var(--light-grey);
}

    .btn-group.btn-group-toggle .btn-secondary:hover {
        border-color: var(--background-color, #1c85e8);
        color: var(--background-color, #1c85e8) !important;
        background-color: white;
    }

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    background-color: transparent;
}
/* TABLES
---------------------------------------------------------*/

.table.b-datagrid {
    table-layout: auto !important;
    color: black;
}

    .table.b-datagrid thead tr th:first-of-type,
    .table.b-datagrid tbody tr td:first-of-type {
        max-width: 120px !important;
        min-width: 120px !important;
        width: 120px !important;
    }

    .table.b-datagrid th,
    .table.b-datagrid td {
        padding: 0.3rem !important;
    }

        .table.b-datagrid th .form-control {
            height: 30px !important;
            margin-bottom: 10px !important;
        }

    .table.b-datagrid thead tr:first-of-type th:first-of-type .btn-light {
        height: 30px !important;
        width: auto !important;
        padding: 10px 8px 10px 8px !important;
        display: inline-block !important;
    }

    .table.b-datagrid thead tr:last-of-type th:first-of-type .btn-light:active,
    .table.b-datagrid thead tr:last-of-type th:first-of-type .btn-light:not(:disabled):not(.disabled):active:focus,
    .table.b-datagrid thead tr:last-of-type th:first-of-type .btn-light {
        display: block !important;
        padding: 10px 8px 10px 8px !important;
        width: 100% !important;
        text-align: left !important;
    }

    .table.b-datagrid thead tr th:first-of-type .btn-light:hover,
    .table.b-datagrid thead tr th:first-of-type .btn-light:active,
    .table.b-datagrid thead tr th:first-of-type .btn-light:not(:disabled):not(.disabled):active:focus {
        background-color: transparent !important;
        border-color: transparent !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .table.b-datagrid td:first-of-type .btn-light,
    .table.b-datagrid td:first-of-type .btn-light:not(:disabled):not(.disabled):active,
    .table.b-datagrid td:first-of-type .btn-light:not(:disabled):not(.disabled).active,
    .table.b-datagrid td:first-of-type show > .btn-light.dropdown-toggle,
    .table.b-datagrid .show > .btn-light.dropdown-toggle:focus {
        padding: 6px 4px !important;
        background-color: transparent !important;
        border-color: transparent !important;
        box-shadow: none !important;
        display: inline-block !important;
    }

    .table.b-datagrid > tbody > tr:nth-of-type(even) {
        background-color: white !important;
    }

    .table.b-datagrid > tbody > tr:nth-of-type(odd) {
        background-color: ghostwhite !important;
    }

    .table.b-datagrid tbody td {
        width: auto !important;
        vertical-align: middle !important;
        padding: 0 !important;
        font-size: 12px !important;
        padding: 10px 8px 10px 8px !important;
        border: 0 !important;
    }

    .table.b-datagrid tr td,
    .table.b-datagrid tr th {
        height: 50px !important;
    }

    .table.b-datagrid th.col-l:not(:first-of-type) tbody tr td,
    .table.b-datagrid th.col-l:not(:first-of-type) .form-control {
        max-width: 500px !important;
    }

    .table.b-datagrid th.col-m:not(:first-of-type) tbody tr td,
    .table.b-datagrid th.col-m:not(:first-of-type) .form-control {
        max-width: 330px !important;
    }

    .table.b-datagrid th.col-s:not(:first-of-type) tbody tr td,
    .table.b-datagrid th.col-s:not(:first-of-type) .form-control {
        max-width: 200px !important;
    }

    .table.b-datagrid .table-primary {
        box-shadow: 0 0 0 .5px var(--background-color, #1c85e8) inset !important;
    }

        .table.b-datagrid .table-primary td {
            background-color: transparent !important;
        }

    .table.b-datagrid thead tr th button,
    .table.b-datagrid thead tr th html [type="button"] {
        -webkit-appearance: media-slider !important;
    }

    .table.b-datagrid .thead-light th:not(:first-of-type),
    .table.b-datagrid th:not(:first-of-type),
    .table.b-datagrid td:not(:first-of-type) {
        min-width: auto !important;
        max-width: auto !important;
        width: auto !important;
    }

    .table.b-datagrid td span.badge.badge-primary,
    .badge.badge-tag {
        display: inline-block !important;
        width: auto !important;
        padding: 10px 10px !important;
        margin: 8px 8px 0 0 !important;
        border-radius: 0.25rem !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        background: var(--background-color, #1c85e8) !important;
        color: var(--text-color, #fff) !important;
        text-transform: uppercase !important;
        right: auto !important;
    }

.table.table-bordered {
    display: table;
    table-layout: auto;
}

    .table.table-bordered td,
    .table.table-bordered tbody td {
        background-color: var(--white);
        border: 1px solid #dbdbdb;
    }

        .table.table-bordered td input:disabled {
            cursor: not-allowed;
        }

        .table.table-bordered td.weekend-day,
        .table.table-bordered td.weekend-day input,
        .table.table-bordered td.weekend-day .form-control:disabled,
        .table.table-bordered td.weekend-day .form-control[readonly] {
            background-color: #f4f4f4;
        }

        .table.table-bordered td.holiday,
        .table.table-bordered td.holiday input,
        .table.table-bordered td.holiday .form-control:disabled,
        .table.table-bordered td.holiday .form-control[readonly] {
            background-color: #fcf6e4;
        }

        .table.table-bordered tbody td.current-day input,
        .table.table-bordered tbody td.current-day span {
            border-left: 1px solid var(--background-color, #1c85e8) !important;
            border-right: 1px solid var(--background-color, #1c85e8) !important;
            border-width: 1px 1px !important;
        }

    .table.table-bordered tbody tr:last-of-type td.current-day span {
        border-bottom: 1px solid var(--background-color, #1c85e8) !important;
    }

    .table.table-bordered tbody tr td:first-of-type {
        width: 200px;
    }

    .table.table-bordered thead tr th {
        font-weight: 500;
        background-color: var(--background-color, #1c85e8);
        color: var(--white);
    }

        .table.table-bordered thead tr th:not(:first-of-type) {
            text-align: center;
            padding: 2px 0;
        }

    .table.table-bordered thead tr th,
    .table.table-bordered thead tr td {
        font-size: 12px;
        height: 40px;
        width: 40px !important;
        max-width: 40px !important;
        min-width: 40px !important;
    }

        .table.table-bordered thead tr th span {
            display: block;
        }

    .table.table-bordered td {
        padding: 0;
        height: 40px;
    }
.table.table-bordered .dropdown-menu.show {
    max-height: 180px;
    overflow: auto;
    width: calc(100% + 2px);
    top: 1px;
    border-radius: 0;
    padding: 0;
    transform: translate3d(-1px, 34px, 0px) !important;
    z-index: 10000;
}

        .table.table-bordered .dropdown-menu.show .dropdown-item {
            font-size: 12px;
            height: 40px;
            display: flex;
            align-items: center;
        }

            .table.table-bordered .dropdown-menu.show .dropdown-item i {
                margin-right: 10px;
            }

    .table.table-bordered tbody tr td .btn-primary,
    .table.table-bordered tbody tr td .btn-primary:not(:disabled):not(.disabled):active,
    .table.table-bordered tbody tr td button {
        color: #454548;
        font-size: 12px;
        justify-content: space-between;
        background: var(--white) !important;
        border-color: var(--white) !important;
    }

        .table.table-bordered tbody tr td .btn-primary span {
            display: block;
            padding: 0;
        }

    .table.table-bordered tbody tr td button,
    .table.table-bordered tbody tr td input,
    .table.table-bordered .form-control:disabled,
    .table.table-bordered .form-control[readonly] {
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: 0;
        text-align: center;
        font-size: 12px;
        color: #212529;
        background-color: var(--white);
    }

    .table.table-bordered tbody tr:nth-last-child(2) td:first-of-type .dropdown-toggle::after {
        content: none;
    }

    .table.table-bordered tbody tr:nth-last-child(2) td:first-of-type .btn i {
        margin-right: 0;
        color: #454548;
    }

    .table.table-bordered tbody tr:last-of-type .dropdown-menu .dropdown-item:not(:last-of-type) {
        border-bottom: 1px solid #eaecf4;
    }

    .table.table-bordered .dropdown-item:hover,
    .table.table-bordered .dropdown-item:focus {
        background-color: var(--white);
    }

    .table.table-bordered .dropdown-divider {
        margin: 0;
    }

    .table.table-bordered tr td:first-of-type span {
        display: block;
        text-align: left;
        padding: 6px 12px;
        width: 100%;
    }

    .table.table-bordered tr td span {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table.table-bordered tr td:first-of-type .btn i {
        margin-right: 10px;
        font-size: 10px;
        color: #f6ae06;
    }

    .table.table-bordered tbody tr:last-of-type td {
        background-color: #f4f4f4;
        color: #454548;
    }

.timesheet__filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

    .timesheet__filter .rz-dropdown {
        max-width: 200px;
    }

        .timesheet__filter .rz-dropdown:first-of-type {
            margin-right: 24px;
        }

.timesheet__legend {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    .timesheet__legend > div div {
        font-size: 12px;
        color: #616161;
        display: flex;
        align-items: center;
        margin-right: 35px;
    }

        .timesheet__legend > div div div:not(:last-of-type):before {
            content: "";
            display: inline-block;
            width: 15px;
            height: 15px;
            margin-right: 10px;
        }

    .timesheet__legend .legend__currentday:before {
        border: 1px solid var(--background-color, #1c85e8) !important;
    }

    .timesheet__legend .legend__weekend:before {
        background-color: #ebebeb;
    }

    .timesheet__legend .legend__holiday:before {
        background-color: #ffe9aa;
    }

    .timesheet__legend .legend__holiday-list div {
        background-color: var(--white);
        border-radius: 5px;
        height: 40px;
        border: solid 1px #e8e8e8;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: var(--space-none);
    }

    .timesheet__legend .btn:first-of-type {
        margin-right: 20px;
    }

    .timesheet__legend .btn {
        font-size: var(--font-size-s);
        padding: var(--space-xxs);
        width: 100%;
        max-width: 220px;
        text-transform: uppercase;
    }
.tab-content > .tab-pane {
    padding: 1.25rem;
}

.showtable {
    display: block;
    overflow-x: auto;
}

    .showtable th,
    .showtable td {
        padding: 12px 10px;
    }

    .showtable tbody {
        display: table;
        width: 100%;
    }

    .showtable .thead-light th,
    .showtable thead tr,
    .showtable thead tr th,
    .showtable th,
    .showtable th:not(:first-of-type),
    .showtable th:not(:last-of-type),
    .showtable td {
        min-width: 168px !important;
        max-width: 168px !important;
        width: 160px !important;
    }

        .showtable th:first-of-type,
        .showtable td:first-of-type,
        .showtable th:last-of-type,
        .showtable td:last-of-type {
            min-width: 70px !important;
            max-width: 70px !important;
            width: 70px !important;
        }

    .showtable td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}
/* CARD
---------------------------------------------------------*/
.card-header span {
    color: var(--text-color, #ffffff);
}

.card_feedback {
    height: 170px;
    max-width: 90%;
    margin-top: 30px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
    border: 0;
    border-radius: var(--border-radius);
}

    .card_feedback .card-title {
        font-size: 20px;
    }

    .card_feedback .card-text {
        font-size: 16px;
    }

    .card_feedback .card-title,
    .card_feedback .card-text {
        text-align: center !important;
    }

    .card_feedback .btn {
        position: absolute;
        bottom: 20px;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

.accordion .card-header span {
    color: unset;
}

.accordion .collapse.show .card-body {
    padding: 1.25rem !important;
}
/* LOADER
---------------------------------------------------------*/
#loading {
    Width: 100%;
    padding: 30vh;
}

#loadingImage {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
/* ORGANIZATIONS THUMBNAIL
---------------------------------------------------------*/
.org-thumbnail .btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.img-thumbnail {
    height: 200px;
    margin: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* ORGANIZATIONS TREE
---------------------------------------------------------*/
.tree.header {
    position: relative;
    height: 84px;
    display: flex;
    align-items: baseline;
    background: transparent;
    border: 0;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 12%);
    border-radius: var(--border-radius);
}

    .tree.header p {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0;
        margin-right: 40px;
        height: 40px;
    }

    .tree.header .btn.d-block.btn-secondary {
        padding: 0;
        margin-right: 20px;
        height: 38px;
        width: 200px;
    }

        .tree.header .btn.d-block.btn-secondary a {
            display: block;
        }

        .tree.header .btn.d-block.btn-secondary:hover a {
            color: var(--white);
            text-decoration: none;
        }

        .tree.header .btn.d-block.btn-secondary:disabled {
            color: #3a3b45;
            background-color: transparent;
            border-color: transparent;
        }

    .tree.header button:disabled a {
        pointer-events: none;
        color: #3a3b45;
    }

    .tree.header .btn.d-block.btn-secondary i {
        text-align: left;
        width: 30px;
    }

.tree ul {
    width: 100%;
    display: flex;
    justify-content: stretch;
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.tree li {
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

    .tree li::before, .tree li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid var(--background-color, #1c85e8);
        width: 50%;
        height: 20px;
    }

    .tree li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid var(--background-color, #1c85e8);
    }

    .tree li:only-child::after, .tree li:only-child::before {
        display: none;
    }

    .tree li:only-child {
        padding-top: 0;
    }

    .tree li:first-child::before, .tree li:last-child::after {
        border: 0 none;
    }

    .tree li:last-child::before {
        border-right: 1px solid var(--background-color, #1c85e8);
        border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
    }

    .tree li:first-child::after {
        border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
    }

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% + 5px);
    border-left: 1px solid var(--background-color, #1c85e8);
    width: 0;
    height: 20px;
}

.tree li button {
    margin: auto;
    width: 220px;
    min-height: 90px;
    height: auto;
    background: var(--background-color, #1c85e8);
    border: 1px solid var(--background-color, #1c85e8);
    padding: 20px 20px;
    text-decoration: none;
    color: var(--white);
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 12%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

    .tree li button:hover {
        color: var(--background-color, #1c85e8);
        box-shadow: none;
        background: transparent;
    }

        .tree li button:hover + ul li button {
            background: transparent;
            color: var(--background-color, #1c85e8);
            border-color: transparent;
            box-shadow: 0 3px 10px 0 rgb(0 0 0 / 12%);
        }

        .tree li button:hover + ul li::after,
        .tree li button:hover + ul li::before,
        .tree li button:hover + ul::before,
        .tree li button:hover + ul ul::before {
            border-color: #94a0b4;
        }
/* DROPDOWN
---------------------------------------------------------*/
.rz-dropdown-item:hover,
.rz-menuitem:hover,
.rz-autocomplete-list-item:hover,
.rz-multiselect-item:hover,
.rz-dropdown-items li:hover,
.rz-autocomplete-items li:hover,
.rz-multiselect-items li:hover
.rz-dropdown-item.rz-state-highlight,
.rz-state-highlight.rz-menuitem,
.rz-state-highlight.rz-autocomplete-list-item,
.rz-state-highlight.rz-multiselect-item,
.rz-dropdown-items li.rz-state-highlight,
.rz-autocomplete-items li.rz-state-highlight,
.rz-multiselect-items li.rz-state-highlight {
    background: var(--background-color, #1c85e8) !important;
}

.rz-dropdown-item,
.rz-menuitem,
.rz-autocomplete-list-item,
.rz-multiselect-item,
.rz-dropdown-items li,
.rz-autocomplete-items li,
.rz-multiselect-items li,
.rz-dropdown-item,
.rz-menuitem,
.rz-autocomplete-list-item,
.rz-multiselect-item,
.rz-dropdown-items li,
.rz-autocomplete-items li,
.rz-multiselect-items li {
    padding: 0.55rem 0.625rem !important;
}

.rz-dropdown-panel,
.rz-multiselect-panel {
    z-index: 1060 !important;
}

/* MODALS
---------------------------------------------------------*/
.modal {
    overflow: auto;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1000px !important;
    }
}
/* PAGINATOR
---------------------------------------------------------*/
.rz-paginator {
    display: inline-flex;
}

.rz-paginator-pages {
    display: flex;
    justify-content: flex-start;
}

.rz-paginator-page {
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #dddfeb;
    opacity: 1;
    padding: 8px 14px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-items: center;
}

.rz-button:not(.rz-state-disabled),
.rz-paginator-element:not(.rz-state-disabled) {
    width: 40px;
    height: 40px;
    align-items: center;
    color: inherit;
    display: flex;
    justify-content: center;
    background: white;
    background-color: #fff;
    border: 1px solid #dddfeb;
    opacity: 1;
    margin: 0;
    border-radius: 0;
}

    .rz-button:not(.rz-state-disabled):hover:not(:active),
    .rz-paginator-element:not(.rz-state-disabled):hover:not(:active),
    .rz-button:not(.rz-state-disabled):active,
    .rz-paginator-element:not(.rz-state-disabled):active {
        background-color: #eaecf4;
        box-shadow: none;
    }

.rz-button.rz-state-disabled,
.rz-state-disabled.rz-paginator-element,
.rz-paginator-page.rz-state-active {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #858796;
    pointer-events: none;
    cursor: auto;
    margin: 0;
    background-color: #fff;
    border: 1px solid #dddfeb;
    opacity: 1;
    border-radius: 0;
    margin: 0;
}
/* FORMS
---------------------------------------------------------*/
.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group > label:first-of-type {
    margin-bottom: 5px;
}

.form-control,
.btn-group {
    margin-top: 0;
    overflow: initial;
}

label {
    display: block;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-footer .btn.btn-success,
.modal-footer .btn.btn-danger {
    width: 130px;
}

.btn.btn-success i,
.btn.btn-danger i {
    font-size: 14px;
    margin-left: 6px;
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active {
    border-radius: .35rem;
}

    .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: var(--white) !important;
        background: var(--background-color, #1c85e8);
    }

.btn-group.btn-group-toggle .btn-secondary:first-of-type:not(:disabled):not(.disabled):active {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group.btn-group-toggle .btn-secondary:last-of-type:not(:disabled):not(.disabled):active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-success,
.btn-success:hover,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff !important;
    background: var(--background-color, #1c85e8);
    border-color: var(--background-color, #1c85e8) !important;
}

    .btn-success:focus,
    .btn-success.focus,
    .btn-success:not(:disabled):not(.disabled):active:focus,
    .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: var(--grey);
        border-color: var(--grey);
    }

.btn-danger,
.btn-danger:hover,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: transparent;
    border-color: var(--background-color, #1c85e8);
    color: var(--background-color, #1c85e8);
}

    .btn-danger.disabled,
    .btn-danger:disabled {
        color: var(--grey);
        background-color: transparent;
        border-color: var(--grey);
    }

    .btn-success:focus,
    .btn-success.focus,
    .btn-danger:not(:disabled):not(.disabled):active:focus,
    .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus,
    .btn-danger:focus,
    .btn-danger.focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.form-control:focus .btn {
    color: white;
}

.btn-input.iconpicker .btn-primary {
    border: 1px solid #d1d3e2;
}

.btn-input.iconpicker input {
    border-right: none;
}
/* LOGIN
---------------------------------------------------------*/
.step-pwd .card--login {
    height: auto !important;
}

.card--login .form-group input {
    margin-top: 0;
}

.step-pwd .card--login .btn-primary#show_password,
.step-pwd .card--login .btn-primary#show_password:not(:disabled):not(.disabled):active {
    width: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* SURVEYS
---------------------------------------------------------*/
.card.survey-card .card-img-top {
    background-position: top !important;
}
#adminResults .table_mysurveys tr td:first-of-type {
    padding-left: 12px;
}
#adminResults .table_mysurveys .quest-label {
    margin-bottom: 24px;
}
#adminResults .table_mysurveys .accordion-feedback__result {
    padding: 10px 0 10px 64px;
}
.filters-feedback {
    display: block;
}
.filters-feedback .select2-selection {
    max-height: 200px;
    overflow: auto;
}
.filters-feedback .select2-selection:after {
  content: "▼";
  font-size: 10px;
  padding: 10px 0px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
/* FEATURE ITEMS
---------------------------------------------------------*/
#mapList .card-img {
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 14px 0;
}

#mapContainer {
    height: calc(100vh - 400px);
}

#mapList {
    height: calc(100vh - 290px);
    overflow: auto;
}

#listView .card-body > .row:last-of-type > .col-3:first-of-type a div {
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* TIMESHEETS
---------------------------------------------------------*/

/* TIPPER
---------------------------------------------------------*/
.accordion.tipper-distribution .collapse.show .card-body {
    padding: 20px;
}

    .accordion.tipper-distribution .collapse.show .card-body input {
        max-width: 100px;
    }

.tipper-distribution .card-body .btn-success,
.tipper-distribution .card-body label {
    margin-top: 14px;
}

.tipper-distribution .card-body label {
    width: 240px;
}

.tipper-distribution .card-body {
    padding-bottom: 20px !important;
}

.tipper-distribution .card-header > .row {
    width: 100% !important;
}

.tipper-history td, .tipper-history tbody td {
    padding-left: 10px !important;
}

.tipper-distribution .card-body > .row {
    width: 100% !important;
}
.search-table-dates > div:last-of-type .form-group:last-of-type {
    padding-left: 36px;
}
.search-table-dates > div:last-of-type .col-md-9.form-group:last-of-type {
    padding-left: 46px;
}
.search-table-dates {
    align-items: flex-end;
}
.search-table-dates .rz-dropdown.form-control {
    height: 38px;
    -webkit-box-shadow: none;
    box-shadow: 0;
}
.search-table-dates .form-group:last-of-type {
    padding-left: 4px;
}

.filters-ongoing-surveys {
    display: flex;
    justify-content: flex-end;
}

    .filters-ongoing-surveys > div:last-of-type {
        margin-left: 14px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
     --bs-table-accent-bg: none; 
}

.account-div{
    padding:20vh;
}

tbody, td, tfoot, th, thead, tr {
    border-style: none;
}

.notification-ul{
    left: auto !important;
}

.profile-img-div {
    height: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.general-menu-i {
    float: left;
    margin-top: 3.5px;
    margin-right: 10px;
}