.headerContent {
    background-color: #00915A;
}

.welcomeUser {
    font-size: 14px;
    text-align: center;
}

.specificClientInformation {
    font-size: 14px;
    color: red;
    margin: 0 5px;
    max-width: 800px;
    text-align: center;
}

.contactContainer {
    padding-bottom: 0;
    padding-top: 5px;
}

.contentContainer, .footer, .contactContainer {
    background-color: transparent;
}

.contentContainer {
    flex-flow: row wrap;
}

.corpoDayContainer {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    margin: 0 5px;
    max-width: 450px;
    width: 100%;
}

.corpoDayDate {
    display: flex;
    padding-top: 10px;
    justify-content: center;
    align-content: center;
    background-color: white;
    color: #e39746;
    font-weight: bold;
}

.corpoDaySlot {
    display: flex;
    padding: 10px;
    background-color: #F1EFEF;
}

.corpoDaySlotTimeContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 10px;
    justify-content: center;
}

.corpoDaySlotTimeInnerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.corpoDaySlotTime {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    width: 70px;
    height: 70px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
}

.corpoDaySlotTimezone {
    font-size: 12px;
    margin-top: 3px;
}

.corpoDaySlotTime .from, .corpoDaySlotTime .to {
    font-weight: bold;
}

.corpoDaySlotSpeakerContainer {
    border: solid 1px lightgrey;
}

.corpoDaySlotSpeakerContainer {
    display: flex;
    flex-direction: column;
    background-color: white;
    justify-content: center;
    width: 100%;
}

.corpoDaySlotSpeaker, .corpoDaySlotSpeakerDetails {
    display: flex;
    flex-direction: row;
    background-color: white;
    justify-content: center;
    width: 100%;
    padding: 10px;
}

.corpoDaySlotSpeaker {
    padding: 10px 5px 5px 10px;
}

.corpoDaySlotSpeakerDetails {
    padding: 0;
    height: 100%;
}

.corpoDaySlotSpeaker {
    position: relative;
}

.corpoDaySlotSpeaker:after {
    content: "";
    background: #F1EFEF;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
}

.corpoDaySlotButtons {
    display: block;
    flex-direction: row;
    background-color: white;
    align-items: start;
    justify-content: center;
    font-size: 13px;
}

.corpoDaySlotSpeakerDetails {
    flex-direction: column;
}

.corpoDaySlotSpeakerNameContainer {
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;

}

.corpoDaySlotSpeakerName {
    font-size: 13px;
    flex-grow: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 230px;
}

.corpoDaySlotSpeakerJob {
    color: grey;
    font-size: 12px;
    font-weight: normal;
}

.lastCorpoDaySlotSpeaker:after {
    content: "";
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 3%;
    right: 3%;
    height: 2px;
}

.bookButton, .cancelButton {
    background-color: #00915A;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.fullyBookedButton, .bookButton, .cancelButton {
    width: 90px;
}

.bookedButton {
    background-color: #e39746;
    line-height: 15px;
}

.slotItemBooked {
    color: black;
}

.corpoDayDate sup {
    top: +.5em;
    font-size: x-small;
}

.corpoDaySlotCorporateName {
    display: flex;
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    margin-right: 5px;
    color: #00915A;
}

.corpoDaySlotSectorLabel {
    color: grey;
    font-size: 12px;
}

.corpoDaySlotSpeakerCorpoSector {
    display: flex;
    flex-direction: column;
    align-items: start;
}


.multiselect-reset .btn {
    background-color: #F1EFEF;
}

.multiselect-reset .input-group {
    margin-left: 0;
}


.headerVisualCorporateSeminar {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-top: 0;
}

.fullyBookedButton {
    color: white;
    font-weight: bold;
    text-align: center;
}

.bookButton {
    text-align: center;
}

.timezoneFilterContainer .multiselect-container li label.radio input, .dayFilterContainer .multiselect-container li label.checkbox input {
    display: none;
}

.timezoneFilterContainer .multiselect-container li.active label,
.dayFilterContainer .multiselect-container li.active label,
.sectorFilterContainer > span > div > ul > li.active label {
    color: #e39746;
    font-weight: bold;
}

.sectorFilterContainer, .analystFilterContainer, .dayFilterContainer, .hoursFilterContainer {
    margin-left: 0;
}

.timezoneFilterContainer .dropdown-menu {
    text-align: center;
    width: 160px;
}

.dayFilterContainer .dropdown-menu {
    text-align: center;
    width: 180px;
}

.timezoneFilterContainer .dropdown-menu {
    padding: 0;
}

.timezoneFilterContainer .multiselect-container li.active label,
.dayFilterContainer .multiselect-container li.active label,
.sectorFilterContainer > span > div > ul > li.active label {
    color: #e39746;
    font-weight: bold;
}

/** Media queries */
@media (max-width: 675px) {

    .corpoDaySlotCorporateName {
        text-align: center;
    }

    .corpoDaySlotSpeakerDetails {
        align-items: center;
    }

    .corpoDaySlot {
        padding-right: 0;
    }

    .corpoDaySlotSpeakerName {
        text-align: center;
    }

    .corpoDaySlotSpeaker, .corpoDaySlotSpeakerCorpoSector {
        flex-direction: column;
        align-items: center;
    }

    .bookButton, .cancelButton {
        margin-top: 5px;
    }

    .timezoneCombo {
        width: 100%;
    }

    .corpoDayContainer {
        margin: 0;
    }

    .ebookingFilterContainer {
        flex-direction: column;
        align-items: center;
    }

    .modal-body {
        font-size: 13px;
    }

    .sectorFilterContainer {
        margin-left: 0;
    }

    .sectorFilterContainer, .timezoneFilterContainer, .analystFilterContainer, .dayFilterContainer, .hoursFilterContainer {
        margin-top: 0;
    }

    .corpoDaySlotTime {
        width: 50px;
        height: 50px;
        font-size: 14px;
    }

    .corpoDaySlot {
        padding: 5px;
    }

    .corpoDaySlotTimeContainer {
        padding-right: 5px;
    }
}

.bookAllButton {
    width: 110px;
    font-size: 13px;
    margin: 0 5px;
}

.bookAllMessage {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    align-items: center;
}
