﻿body {
    color: #000;
}

.media-body h1 {
    font-size: 28px;
}

.table-planner-simple table th:first-child,
.table-planner-simple table td:first-child {
    position: sticky;
    border: 1px solid #7e7e7e !important;
    left: 0;
    z-index: 2;
    background-color: #fff;
}

.input-group-text {
    line-height: 1 !important;
}

.chat-body {
    max-height: 70vh;
    overflow-y: scroll;
}

.input-validation-error ~ .select2 .selection .select2-selection {
    border: 2px solid #a94442 !important;
}

.chat-detail .chat-body .chat-message.chat-message-right {
    max-width: 80%;
    float: right;
    clear: both;
}

.chat-detail .chat-body .chat-message.chat-message-left {
    max-width: 80%;
    text-align: left;
}

.table-planner-simple table tbody tr {
    z-index: 0;
    border: 1px solid #7e7e7e !important;
}

.vh-75 {
    height: 75vh !important;
}

.vh-70 {
    height: 67vh !important;
}

.overflow-scroll-hidden {
    overflow-y: scroll;
    overflow-x: hidden;
}

.table-planner-simple table thead tr {
    position: sticky;
    top: 0;
    border: 1px solid #7e7e7e !important;
}

.table-planner-simple table thead th {
    border: 1px solid #7e7e7e !important;
}

#doublescroll {
    overflow: auto;
    overflow-y: auto;
}

.input-validation-error:focus {
    border: 2px solid #a94442;
}

.input-validation-error {
    border: 2px solid #a94442 !important;
}

.field-validation-error {
    color: #a94442;
}

.alert ul {
    margin-bottom: 0;
}

.form-control {
    border: 1px solid #7e7e7e;
    color: #7e7e7e;
}

.input-group-text {
    border: 1px solid #7e7e7e;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.input-group-text-left {
    border: 1px solid #7e7e7e;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.dropzone {
    cursor: pointer;
    min-height: unset;
}

    .dropzone .dz-message {
        font-size: 16px;
    }

.selection-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .selection-list li {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 5px;
        margin-left: 0px;
    }

.breadcrumbbar {
    margin: 85px 30px 0px 30px;
}

.leftbar {
    width: 270px;
}

@media (max-width: 767px) {
    .leftbar {
        position: fixed;
        margin-left: -270px;
    }
}

.contentbar {
    padding: 30px 30px 30px 50px;
    margin-bottom: 30px;
}

.breadcrumbbar {
    margin: 85px 30px 0px 50px;
}

.profilebar img {
    width: 26px !important;
    margin-top: unset !important;
}

.profilebar a {
    padding: 10px 8px 10px !important;
    border-radius: 3px !important;
}

.table-details td {
    padding: 0.3rem;
}

.hidden {
    display: none;
}

.logobar .logo img {
    width: 200px;
}

.timeline-container {
    width: 100%;
    max-width: unset;
}

.table-planner td, .table-planner th {
    min-width: 175px;
}

.table-planner-simple th {
    max-width: 26px;
    padding: 10px 0px !important;
}

.table-planner-simple th {
    border: 1px solid #7e7e7e !important;
}

.table-planner-simple td {
    width: 26px;
    max-width: 26px;
    padding: 0px !important;
    border: 1px solid #7e7e7e;
}

.inner-planner-item {
    display: block;
    min-width: 175px;
    padding: 0.6rem;
    height: 100%;
    overflow: auto;
}

.table-planner td {
    vertical-align: top;
}

.alert-warning-text {
    color: #cfcfcf;
}

.inner-planner-main {
    max-width: 26px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-planner-main-unplanned {
    background-color: #e9e9e9;
}

.inner-planner-main-danger {
    color: #000000;
    background-image: linear-gradient(to right, rgb(182, 244, 146), rgb(51, 139, 147));
    border: 0px;
    font-size: 12px;
    font-weight: bold;
}

.inner-planner-main-bh {
    color: #000000;
    background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(251,221,19,1) 0.1%, rgba(255,153,1,1) 90% );
    border: 0px;
    font-size: 12px;
    font-weight: bold;
}

.inner-planner-main-weekend {
    background-color: #5a88d3;
}

.overflow-inherit {
    overflow: inherit;
}

.planner-dropdown {
    top: -2px;
    right: -7px;
}

.planner-dropdown-center {
    top: 1px;
    right: -7px;
}

.planner-sickness {
    background-color: #BA0021;
    color: #fff;
}

    .planner-sickness a {
        color: #fff;
    }

.btn-sickness {
    color: #fff;
}

    .btn-sickness:hover {
        color: #fff;
    }

.planner-annual-leave {
    background-color: #5072A7;
    color: #fff;
}

    .planner-annual-leave a {
        color: #fff;
    }

.btn-annual-leave {
    color: #fff;
}

    .btn-annual-leave:hover {
        color: #fff;
    }

.modal-header {
    background-color: #263a5b;
    border: 1px solid #263a5b;
}

.select2-selection {
    border: 1px solid #7e7e7e !important;
    color: #7e7e7e !important;
}

.select2-container {
    width: auto !important;
    display: block;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(0, 0, 0, 0.1);
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #7e7e7e !important;
    color: #7e7e7e !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    padding-left: 15px;
    color: #000;
}

.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    font-size: 15px;
    color: #7e7e7e;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 3px;
}

.input-group > .select2-container--bootstrap {
    width: auto;
    flex: 1 1 auto;
}

    .input-group > .select2-container--bootstrap .select2-selection--single {
        height: 100%;
        line-height: inherit;
        padding: 0.5rem 1rem;
    }

.auth-box.error-box .error-logo {
    width: 400px;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #18d26b !important;
}

.accordion-single h2 {
    color: #ffffff !important;
    background-color: #18d26b !important;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding: 15px;
}

.timesheet-approved .fa-circle {
    color: #28a745;
}

.logout-navigation {
    background-color: #dc3545 !important;
}

    .logout-navigation > a:hover {
        color: #ffffff !important;
    }

.feedback-navigation {
    background-color: #F77F00 !important;
}

    .feedback-navigation > a:hover {
        color: #ffffff !important;
    }

    .feedback-navigation.active > a {
        color: #ffffff !important;
    }

.bootstrap-timepicker-widget.dropdown-menu {
    z-index: 99999 !important;
}

.opacity-0 {
    opacity: 0;
}

.z-index-top {
    z-index: 99999999999 !important;
}

.label-container {
    margin-bottom: 2px;
}

.switch-container {
    display: flex;
    justify-content: start;
}

.bg-blackrow {
    background-color: #15284B !important;
}

.bg-blackrow-alt {
    background-color: #3BB0C9 !important;
}

.mt-55 {
    margin-top: 55px;
}

.breadcrumb-thin {
    background-color: #ffffff;
    border: none;
    border-radius: 3px;
}

    .breadcrumb-thin .breadcrumb-item a {
        color: #8A98AC;
    }

    .breadcrumb-thin .breadcrumb-item.active {
        color: #263a5b;
    }

.border-radius-3 {
    border-radius: 3px;
}

.gauge-container {
    position: relative;
    text-align: center;
}

.gauge-text {
    position: absolute;
    width: 100%;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.gauge-labels {
    display: flex;
    justify-content: space-between;
    margin: -30px auto;
    color: #555;
}
    .gauge-labels .min-value {
        position: relative;
        right: -45px;
    }

    .gauge-labels .max-value {
        position: relative;
        left: -45px;
    }

.alert-amber {
    color: #fff !important;
    background-color: #ff9500;
    border: 1px solid #ff9500;
}

.alert-amber td {
    color: #fff !important;
}

    .alert-amber td a {
        color: #fff !important;
    }

.btn-a-p {
    padding: 7px 12px;
}

.form-height-38 {
    min-height: 38px;
}

.select2-selection__choice {
    background-color: #0073e6 !important;
    color: white !important;
    border-color: #0073e6 !important;
}

.select2-selection__choice__remove {
    color: white !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    box-shadow: none !important;
}

.chat-body {
    padding: 10px !important;
}

.chat-detail {
    margin-bottom: 0px;
}

    .chat-detail .chat-body .chat-message.chat-message-right .chat-message-text {
        background-color: #263a5b;
    }

        .chat-detail .chat-body .chat-message.chat-message-right .chat-message-text:after {
            border: 6px solid #263a5b;
            border-color: transparent transparent #263a5b #263a5b;
        }

.form-control {
    color: #000;
}

    .form-control:focus {
        color: #000;
    }

.table td {
    color: #000;
}

.highlight-row {
    cursor: pointer;
}

.highlighted-row {
    background-color: #3BB0C9 !important;
}