.ui-autocomplete {
    width: inherit;
    position: absolute;
    z-index: 1000;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.ui-autocomplete > li {
    padding: 6px 12px;
    cursor: pointer;
    cursor: hand;
    transition: background-color ease-in-out 0.15s;
}

.ui-autocomplete > li.terminated {
    text-decoration: line-through;
}

.ui-autocomplete > li.ui-state-focus {
    background-color: rgb(238, 238, 238);
}

.ui-helper-hidden-accessible {
    display: none;
}

.bg-light-green {
    background-color: lightgreen !important;
}
.bg-light-red {
    background-color: lightcoral !important;
}
.fixed-table-toolbar {margin-right: 15px;}

.hours-1 {height:27px}
.hours-2 {height:54px}
.hours-3 {height:81px}
.hours-4 {height:108px}
.hours-5 {height:135px}
.hours-6 {height:162px}
.hours-7 {height:189px}
.hours-8 {height:216px}

.showcase__mark {
    display: block;
    position: absolute;
    top: 45px;
    background: #f00;
    transform: rotate(-45deg);
    padding: 1px 3px;
    border-radius: 3px;
    color: #fff;
    margin-left: -10px;
}