.extraSmall {
    font-size: 10px;
}

.foodContainer {
    font-size: 15px;
    color: #000 !important;
}

.foodContainer .nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: none;
    text-align: center;
    margin-right: 5px;
}

.food-nav-link {
    background: #9ad19c !important;
    font-weight: bold !important;
    color: #8c8c8c;
}

.food-nav-link.active {
    background: #90ba54 !important;
    font-weight: bold !important;
    color: #fff;
}

.foodContainerWeekTitle {
    position: relative;
    background-color: #90ba54;
    color: #000;
    font-weight: bold;
}

.weekTitleInfo {
    position: absolute;
    left: 20px;
}

.week-row {
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
}

.week-row_day_coloring {
    padding-bottom: 0px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0px;
}

.sticky-food-dates {
    position: sticky;
    top: 104px;
    background: #b9452f;
    z-index: 98;
    color: #fff;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

.sticky-food-submit {
    position: sticky;
    bottom: 0;
    z-index: 9999;
}

.week-menu {
    position: relative;
    background-color: #fffbe0;
    width: 17%;
}

.week-days {
    width: 16.6%;
    position: relative;
    padding-bottom: 80px;
    padding-top: 5px;
    border-right: 1px dotted #c5c5c5;
}

.week-row .week-days:last-child {
    border-right: none;
}

.week-row .week-days:first-child {
    border-left: 1px dotted #c5c5c5;
}

.day-custom-date {
    padding-bottom: 0px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #000;
}

.week-days-no-padding {
    padding: 0px;
}

.weekSummary {
    position: absolute;
    right: 20px;
}

.weekPricesContainer {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.menu-title {
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-weight: bold;
}

.day-title {
    text-align: center;
}

.day-date {
    color: #b6b9ba;
}

.day-price {
    position: absolute;
    bottom: 52px;
    left: 13px;
}

.day-food p {
    font-size: 15px;
    color: #000;
}

.day-food-order {
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 60%;
}

.food-order-input {
    background: #fff;
    font-size: 15px;
    height: 30px;
}

.food-input-group-append {
    height: 30px;
}
.food-input-group-text {
    padding-top: 3px;
}

.day-food-order .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #eeeeee;
}

.foodSubmit {
    color: #000 !important;
}

.husos_leves_row {
    background: #fffbe0;
}
.magyaros_row {
    background: #ffe0e0;
}
.bundazott_row {
    background: #fff1e0;
}
.gyumolcsleves_row {
    background: #f2e0ff;
}
.kedvenc_row {
    background: #e0ebff;
}
.vega_row {
    background: #edffe0;
}
.fitt1_row {
    background: #e0ffe4;
}
.fitt2_row {
    background: #e0ffe4;
}
.a_menu_row {
    background: #f3f3f3;
}
.a_menu_foetel_row {
    background: #f3f3f3;
}
.b_menu_row {
    background: #f3f3f3;
}
.b_menu_foetel_row {
    background: #f3f3f3;
}

.day_0_row {
    background: #fff1e0;
}
.day_1_row {
    background: #fff6ec;
}
.day_2_row {
    background: #fff1e0;
}
.day_3_row {
    background: #fff6ec;
}
.day_4_row {
    background: #fff1e0;
}
.day_5_row {
    background: #fff6ec;
}
.day_6_row {
    background: #fff1e0;
}

label.error {
    width: 100%;
    position: absolute;
    top: 50px;
    color: #f00;
}

#progress {
    height: 3px;
    width: 100%;
    margin-top: 0.6em;
    position: absolute;
    bottom: 1px;
    z-index: 9999;
}

#progress-bar {
    width: 0%;
    height: 100%;
    transition: width 500ms linear;
    border-radius: 10px;
    opacity: 0.8;
    box-shadow: 3px 2px 0px 0px #d8d8d8;
}

.progress-bar-danger {
    background: #d00;
}

.progress-bar-warning {
    background: #f50;
}

.progress-bar-success {
    background: #080;
}

.slick-next:before,
.slick-prev::before {
    color: #000 !important;
    font-size: 25px !important;
}

.consumer_table {
    font-size: 12px;
}

.consumerInput {
    width: 55px;
    height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ff8e8e;
    opacity: 1;
}

.week-slide {
    overflow-x: auto;
}

.fixedTableHeader {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.fixedTableHeaderMonthly {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.btnStickyBottom {
    position: sticky;
    bottom: 0;
    z-index: 9999;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
    outline: 2px dashed #95bd24 !important;
}

.row_meal_kind_N {
    background-color: rgb(229 245 255) !important;
}

.filters-border-right {
    border-right: 1px solid #000;
}

@media only screen and (max-width: 996px) {
    .filters-border-right {
        border-right: none;
    }
}
