.fc-toolbar .fc-center {
    /*width:33.33%;*/
    margin-left: 76px;
}

.fc .fc-axis {
    padding: 0 10px;
}

.fc-unthemed .fc-axis > span {
    font-size: 12.6px;
    color: #575962;
}

th.fc-resource-cell {
    color: #898b96;
    font-size: 13px;
    line-height: 1.75;
    padding: 0.75rem 0.5rem
}

.fc-unthemed .fc-toolbar .fc-button {
    background: #f4f5f8;
    border: 0;
    text-shadow: none !important;
    outline: none !important;
    height: 3.5rem;
    padding: 0 2.25rem;
    font-size: 1em;
}

.fc-unthemed .fc-event, .fc-unthemed .fc-event-dot {
    padding: 1rem;
    background: #fff;
    border: 1px solid #ebedf2;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(113, 106, 202, 0.15);
    -moz-box-shadow: 0px 2px 10px 2px rgba(113, 106, 202, 0.15);
    box-shadow: 0px 2px 10px 2px rgba(113, 106, 202, 0.15);
}

.fc-widget-content {
    background-color: #F8F8FA;
}

.fc-axis.fc-time.fc-widget-content {
    background: #fff;
}

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.shortSession {
    padding: 0 !important;
}

.shortSession .fc-time, .shortSession .fc-title {
    display: inline !important;
    font-size: 12px !important;
}

/*Agenda Information Window*/
.modal-content.agenda_info {
    width: 100%;
}

.modal-content.agenda_info .modal-header {
    display: block;
}

.modal-content.agenda_info ul {
    list-style-type: none;
}

.modal-content.agenda_info .session-description {
    white-space: normal;
    padding: 0px 8px 0px 8px;
}

.speaker-data {
    padding-left: 15px;
}

li.session-speaker.speaker_image {
    width: 128px;
    padding-right: 5px;
}

li.session-speaker.speaker_image img {
    margin-top: 5px;
}

.modal-content.agenda_info li.session-speaker.speaker_profile {
    white-space: normal;
}

.modal-content.agenda_info li.session-speaker.speaker_first_name,
.modal-content.agenda_info li.session-speaker.speaker_last_name {
    font-weight: bold;
}

.mb-web .event-calendar .fc-slats td.fc-widget-content {
    width: 100%;
}

.mb-web .event-calendar .fc-content-skeleton, .mb-web .fc-content-skeleton > table {
    height: 100%;
}

.mb-web .event-calendar hr.fc-divider {
    margin: 0 !important;
}