﻿/* CORPO */

#canteen-title {
    margin-left: 90px;
    margin-top: 18px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(14, 101, 130, 1);
}

#canteen-sub-title {
    margin-left: 90px;
    color: rgba(14, 101, 130, 1);
    font-size: 18px;
}

#canteen-booking-calendar .dx-scheduler-header-scrollable {
    height: 70px !important;
}

#canteen-booking-calendar {
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
}

#canteen-booking-calendar .event-info {
    font-size: 14px;
    white-space: pre-wrap;
}

/* FORM */

#reservation-wizard {
    display: none;
}

#reservation-summary {
    display: none;
}

#canteen-reservation .actions-desktop .dx-button {
    margin-bottom: 15px;
}

.reservation-padding-desktop-left {
    margin-left: 25px;
    margin-bottom: 25px;
    margin-right: 12px;
}

.reservation-padding-desktop-right {
    margin-left: 20px;
    margin-bottom: 25px;
    margin-right: 15px;
}

.reservation-panel-title {
    font-size: 18px;
    margin-left: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    color: rgba(14, 101, 130, 1);
}

#canteen-reservation .cart-subtitle {
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
}

#canteen-reservation hr {
    border-top: 1px solid rgba(14, 101, 130, 1) !important;
    margin: 0 15px 10px 20px !important;
}

#canteen-reservation i {
    font-size: 18px !important;
}