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: 800px;
    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;
}
.md-calendar-date-disabled > span{
    color: rgba(182, 169, 169, 0.2);
}
.bookings-mrgin-schedule {
    margin-top: 20px;
}
.card-bookings .md-calendar-date:not(.md-calendar-date-disabled):not(.bookings-schedule-selected) > span{
    border: 1px solid rgba(0,174,239,0.6);
}
.bookings-schedule-notify {
    border: 2px solid orange;
}
.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;*/
}

.bookings-select-comment {
    margin-bottom: 20px;
    font-size: 13px;
    color: grey;
    font-style: italic;
}

.bookings-select-description {
    margin-bottom: 20px;
    font-size: 16px;
    color: grey;
}

.option-white-space-select div {
    white-space: pre-line;
}

div.card-bookings div.card-title > div.card-title-img {
    background-image: url("../../shared/assets/img/home_menu_calendar_nobg.svg");
    background-repeat: no-repeat;
}

md-autocomplete[md-floating-label] .md-show-clear-button input {
    color: black;
}
md-input-container md-autocomplete md-autocomplete-wrap md-input-container {
/*    margin: 0px;*/
}

.highlight {
    color: black;
    font-weight: bold;
}

.message-bookings-for-confirmed {
    color: red;
    font-style: italic;
}

.autocomplete-standard-template .md-autocomplete-suggestion,
.autocomplete-virtual-template .md-autocomplete-suggestion {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
}
.autocomplete-virtual-template .md-autocomplete-suggestion:last-child,
.autocomplete-standard-template .md-autocomplete-suggestion:last-child {
  border-bottom-width: 0;
}
.autocomplete-virtual-template .item-bookings-title,
.autocomplete-virtual-template .item-bookings-libelle,
.autocomplete-standard-template .item-bookings-title,
.autocomplete-standard-template .item-bookings-libelle {
    display: block;
    line-height: 2;
    height: 35px;
}

.autocomplete-virtual-template .item-desc,
.autocomplete-standard-template .item-desc {
  font-size: 12px;
  margin: 0.8em 0 .8em;
  max-width: 300px;
}
.standard-container,
.virtual-container {
  width: 300px;
}
.instance-wrapper {
  padding: 0 8px;
}

.md-autocomplete-suggestions li {
/*
    line-height: 70px;
    height: 70px;
*/
    height: auto;
}
.md-virtual-repeat-container {
    min-height: 120px
}
.date-choice-container {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
}

.bookings-input-container .autoComplete_wrapper input.custom-autocomplete, .bookings-input-container .autoComplete_wrapper>ul>li {
    font-size: 20px;
}

.bookings-input-container .autoComplete_wrapper .item-bookings-libelle{
    display: block;
    line-height: 2;
    height: 35px;
}

.card-bookings-with-iframe.card-title-bookings {
    display: flex;
    flex-flow: column;
    height: calc(100% - 3px);
}

.card-bookings-with-iframe.card-title {
    flex: 0 1 auto;
}

.card-bookings-with-iframe.card-content {
    flex: 1 1 auto;
}

div.card-bookings-with-iframe div.card-title > div.card-title-img {
    background-image: url("../../shared/assets/img/home_menu_calendar_nobg.svg");
    background-repeat: no-repeat;
}

body.layout-portrait div.th-page.card.card-container.card-bookings-with-iframe {
    height: calc(100vh - 50px);
}