﻿.logo-image {
    background-color: white;
    border-radius: 0.5rem;
    padding: 7px;
    width: 55px;
}

.logo-text {
    font-size: 20px;
}

.page-layout {
    padding: 1.25rem
}

.user-menu {
    float: right;
    margin: 20px -20px 20px 0;
}

.align-middle {
    vertical-align: middle;
}

.validation-message {
    color: rgba(211, 41, 41, 1);
}

.Approved {
    --tw-bg-opacity: 1;
    background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
}

.NotSubmitted {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
}

.NotFilled {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 194, 252, var(--tw-bg-opacity));
}

.Pending {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
}

.left-border-action {
    border-left: 2px solid #bcbcbc;
}

.disable-icon {
    cursor: not-allowed;
}

.display-action-icon-mobile {
    flex-wrap: wrap;
    width: 100%;
}

    .display-action-icon-mobile a {
        padding: 5px 8px;
        border: 0;
    }

input.holiday:disabled, .holiday {
    background-color: #d8afe4 !important;
}


input.restricted-holiday:disabled, .restricted-holiday {
    background-color: #e3c82e !important;
}

.holiday-circle {
    position: relative;
    display: inline-block;
    left: 10px;
    top: 3px;
    border: 7px solid #c7c7c7;
    border-radius: 50%;
    border-color: #d8afe4;
    background-color: #d8afe4
}

.restricted-holiday-circle {
    position: relative;
    display: inline-block;
    left: 10px;
    top: 3px;
    border: 7px solid #c7c7c7;
    border-radius: 50%;
    border-color: #e3c82e;
    background-color: #e3c82e;
}

.custom-event-circle {
    position: relative;
    display: inline-block;
    left: 10px;
    top: 3px;
    border: 7px solid #c7c7c7;
    border-radius: 50%;
    border-color: #15a35c;
    background-color: #15a35c;
}


@media (max-width:575px) {
    .hidden-element-smallDevice {
        display: none !important;
    }
}

@media (min-width:576px) and (max-width: 900px) {
    .hidden-element-mobile {
        display: none !important;
    }
}

@media (min-width:901px) and (max-width:1130px) {
    .hidden-element-laptop {
        display: none !important;
    }
}

@media (min-width:1131px) {
    .hidden-element-desktop {
        display: none !important;
    }
}

@media (max-width: 639px) {
    .search-users,
    .mobile-add {
        float: none;
    }
}

/*loader*/
.loader {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #FFF url('/images/loader.svg') 50% 50% no-repeat;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80)
}

/* loader within container */
.box-loader {
    background: url(/images/loader.svg) 50% 50% no-repeat;
    opacity: 0.80;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .logo-image {
        width: 40px;
    }

    .filter-mb {
        display: block
    }

        .filter-mb .form-select {
            width: 100% !important;
            margin: 0;
        }

    .mb-input {
        width: 100% !important;
        margin: 0;
    }

    .mb-label {
        display: block;
        margin-bottom: 0.5rem;
    }

    .filter-mb .form-inline {
        display: block;
        margin-bottom: 1rem;
    }
}

.animation-delay-0\.1s {
    animation-delay: 0.1s !important;
}

button.btn.btn-primary.tab-inactive {
    background-image: none;
    background-color: transparent !important;
    color: #07123d;
}

.Resent {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
}

.Rejected {
    --tw-bg-opacity: 1;
    background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
}

/*MyEntry*/
.outer td, .outer th {
    vertical-align: top;
    padding: 8px;
    text-align: center;
    min-height: 45px;
}

.outer th {
    text-align: center;
}

.hard_left {
    min-width: 110px;
}

.next_left {
    min-width: 150px;
}

.last-next_left {
    min-width: 210px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.bg-white {
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.form-control.timeinput {
    padding-left: 4px !important;
    padding-right: 4px !important;
    max-width: 50px;
    min-width: 50px;
    text-align: center;
}

.hide-upload {
    width: 1px;
    line-height: 0px;
    opacity: 0;
    cursor: context-menu;
    float: right;
}

.btn-primary.disabled, .btn-primary:disabled, .btn-success.disabled, .btn-success:disabled {
    opacity: 0.65;
    pointer-events: none;
}

.ml-9 {
    margin-left: 3rem;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.calendar-wrap {
    color: #fff;
    padding: 10px 0;
}

.side-menu--active .arrow-active {
    --tw-text-opacity: 1;
    color: rgba(46, 81, 187, var(--tw-text-opacity));
    font-weight: bold;
}

.search-icon-position {
    position: absolute;
    left: 10px;
    top: 6px;
    z-index: 999;
}

.multi-select {
    overflow: hidden;
    overflow-y: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
    line-height: 26px;
    max-height: 38px;
    left: 0px;
    z-index: 999;
}

    .multi-select.form-select {
        background-position: top 10px right 0.6rem !important;
    }

    .multi-select:active, .multi-select:focus, .multi-select:hover {
        overflow-y: scroll;
        position: absolute;
        display: flex;
        flex-direction: column;
        height: max-content;
        max-height: inherit;
        white-space: nowrap;
        background-color: #fff;
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

details[open] .icon-plus, details .icon-minus {
    display: none;
}

details[open] .icon-minus, details .icon-plus {
    display: block;
}

.icon-plus, .icon-minus {
    left: 14px;
    color: #fff;
    font-weight: 800;
    position: absolute;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity));
    border-radius: 100%;
    width: 20px;
}

    .icon-plus:hover, .icon-minus:hover {
        background-color: rgba(160, 174, 192, 0.7);
    }

a.prev[disabled], a.next[disabled], option[disabled], select[disabled], .form-control:disabled, .form-control[readonly] {
    opacity: 0.8;
    /*pointer-events: none;*/
    background-color: #e9ecef !important;
    cursor: not-allowed;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.mx-content {
    max-width: max-content;
}
/* Dropdown Content (Hidden by Default) */
.sign-out-content {
    display: none;
    position: absolute !important;
    min-width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    top: 42px;
    right: 0;
}
    /* Links inside the dropdown */
    .sign-out-content a {
        text-decoration: none;
        display: block;
    }

.show-content {
    display: block;
}

.Cancelled {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity));
}

.newtask.alert-success {
    color: #fff;
    --tw-bg-opacity: 1;
    background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
}

.newtask.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: block;
}

    .newtask.alert:not(.show) {
        display: block !important;
    }

[hidden] {
    display: none !important;
}

.chkbox {
    transform: scale(1.9);
}

@media (max-width: 1023px) {
    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .left-border-action {
        border-left: 0;
    }
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
}

    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
    }

    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 10px;
        width: max-content;
        max-width: 300px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 10px;
        background-color: #343232;
        color: #fff;
        content: attr(data-tooltip);
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
        white-space: pre-line;
    }

    /* Triangle hack to make tooltip look like a speech bubble */
    [data-tooltip]:after {
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #343232;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

@media (min-width: 768px) {
    .md\:ml-2 {
        margin-left: 0.5rem;
    }
}

.tk-table-cell {
    margin: 0px 30px;
    min-width: 15%;
    text-align: left;
}

@media (max-width: 1280px) {
    /* Position tooltip above the element */
    [data-tooltip]:before {
        margin-left: -150px;
        width: 200px;
    }
}

.mobile-login {
    background: url(../images/illustration.svg);
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #1f1859;
}

.mob-logo {
    box-shadow: 0px 0px 5px;
}

.mob-logo-wrapper {
    transform: translate(-50%, -50%);
    left: 50%;
}

.tbox-width {
    min-width: 35px;
    padding: 7px 2px 7px 2px;
}

@media (max-width: 426px) {
    .tbox-width {
        min-width: 32px !important;
        max-width: 32px !important;
        padding: 7px 2px 7px 2px;
    }

    .lable-xs .text-xs {
        font-size: 0.70rem !important;
    }
}

#custom-icon {
    color: green !important;
    text-align: left;
}

.justify-between {
    justify-content: space-between !important;
}

.text-min-height {
    min-height: 38px !important;
}

.w-56-imp {
    width: 14rem !important;
}

@media (max-width:426px) {
    .full-calendar table tr th {
        padding-left: 0.15rem !important;
        padding-right: 0.25rem !important;
    }

    .fc-view-harness {
        height: 401.444px !important;
    }

    .fc-scrollgrid-sync-table {
        height: 350px !important;
    }
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

.dash-box {
    position: relative;
    background-color: #FFF;
    border-color: #2b0f5073;
    border-width: 1px;
    border-radius: 6px;
    box-shadow: 0 0 4px #141e5e;
}

.dash-box-bottom {
    border-bottom: 2px solid #2b0f5073;
}

.dash-icon {
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-repeat: no-repeat;
}

    .dash-icon.notification {
        background-image: url('/images/dash-notifications.png');
    }

    .dash-icon.quicklinks {
        background-image: url('/images/dash-quicklinks.png');
    }

    .dash-icon.contacts {
        background-image: url('/images/dash-contacts.png');
    }

    .dash-icon.faq {
        background-image: url('/images/dash-faq.png');
    }

    .dash-icon.calendar {
        background-image: url('/images/dash-calendar.png');
    }

    .dash-icon.timeoffs {
        background-image: url('/images/dash-timeoffs.png');
    }
