.nk-block-search > .card {
    border: 1px solid #D6DDEB;
}

.custom-form-inline > div {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem !important;
    border-bottom: 1px solid #f7f7f7;
    padding-top: 1.2rem !important;
}

.custom-form-inline > div > div {
    margin-top: 0;
}

#citi-loading {
    background-color: rgba(255,255,255,.75);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: opacity 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s, z-index 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 0;
    display: none;
}

#citi-loading.open {
    opacity: 1;
    z-index: 1101;
    display: block;
}

#citi-loading span {
    background: url('../images/ajax_loading.gif') no-repeat!important;
    display: block;
    width: 70px;
    height: 70px;
    margin: 25% auto 0;
}

.custom-form-inline .custom-checkbox .custom-control-label {

}

.oc-border {
    border: 1px solid #D6DDEB;
}

@media (max-width: 480px) {
    .form-search-btn > label {
        display: none;
    }
}

.invoice-desc {
    width: 320px;
}

.fc-h-event .fc-event-main-frame {
    display: block; /* for make fc-event-title-container expand */
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-prev-button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-prev-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-next-button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-next-button:focus {
    background: rgb(0, 0, 0) !important;
}

.fc-time-grid-container .fc-slats td:hover,
.fc-time-grid-container .fc-major td:hover {
    background-color:#9769ff;
}

.hover{
    background-color: #9769ff;
}

.overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
}

.overlay-cell {
    position: absolute;
    pointer-events: auto;
    transition: background-color 0.2s;
}

.overlay-cell.hover {
    background-color: rgba(0, 0, 0, 0.1);
}


.hover-table{
    background-color: #fff;

}

.hover-table {
    overflow: hidden;
}

.hover-table tr:hover {
    background-color: #fff;
}

.hover-table td, th {
    position: relative;
}

.hover-table td:hover::after,
.hover-table th:hover::after {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 0;
    top: -5000px;
    height: 10000px;
    width: 100%;
    z-index: -1;
}
.hover-table td {
    border: none;
}

.fc-timeline-slot-lane:hover {
    background: #fff linear-gradient(#9769ff, #9769ff) no-repeat left var(--top, 0px) / 100% var(--height, 0px);
}

.fc-timeline-lane.hover {
    background-color: #fff;
}
