md-step-label-wrapper {
    margin-right: 8px;
}
.bookings {
    max-width: 940px;
    margin: auto;
}
.bookings-input-container {
    padding: 0px 15px;
}
.bookings-text-center {
    text-align: center;
}
.bookings-next-button {
    float: right;
}
.bookings-back-button {
    float: left;
}
.bookings-select-agenda-reason {
    max-width: 500px;
    margin: auto;
}
.bookings-choice-schedule {
    background-color:white;
    margin: 5px 5px;
    border-radius: 5%;
}
.bookings-schedule-selected > span{
    border: 1px solid orange;
}
.bookings-schedule-selected:hover > span{
    background-color: orange;
}
.bookings-schedule-notify {
    border: 2px solid orange;
}
.bookings-mrgin-schedule {
    margin-top: 20px;
}
.bookings-list-schedule {
    vertical-align: middle;
    margin: 25px 0px;
}
.bookings-color-schedule {
    padding: 15px;
    background: lightgray;
}
.bookings-schedule-between {
    display: contents;
    font-size: 30px;
}
button.booking-cancel-modal{
    width: 40%;
    color: rgba(255, 0, 0, 1);
    background: none;
    box-shadow: none;
}
.scroll-hidden {
    overflow-y: hidden;
}
