body {
    font-family: 'Montserrat', sans-serif;
    background: #FFFFFF;
    /* padding-top: 70px; */
}

.calendar-related .title {
    margin-top: 8px;
    font-size: 32px;
    font-family: 'Mark';
    font-weight: 600;
    margin-bottom: 16px;
    color: #000013;
    letter-spacing: 0;
    line-height: 32px;
}

.calendar-iframe {
    background: white;
    border-radius: 6px;
}

.location {
    /* position: fixed;
    z-index: 3;
    top: 0px; */
    width: 100%;
    background: #f3f3f3;
}

.app {
    /* margin-top: 54px; */
}

/* .app {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 54px;
    background: white;
    border-radius: 6px;
} */

/* .calendar-container {
    margin-top: 138px;
} */

.location select {
    margin-bottom: 20px;
    height: 34px;
    width: 250px;
    padding: 0px 12px;
    background: #E7E7E7;
    border-radius: 6px;
    font-weight: 500;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #000013;
    letter-spacing: 0.21px;
    line-height: 15px;
    text-indent: 12px;
    outline: none;
}

.calendar-wrapper {
    /* width: 100%; */
    /* height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999; */
    display: flex;
    /* position: absolute; */
    justify-content: center;
}

.app {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.app .top-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.app .top-section .title {
    margin-top: 20px;
    font-weight: 500;
    font-size: 25px;
    color: #000013;
    letter-spacing: 0;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer
}

.app .top-section .title img {
    margin-left: 10px;
    margin-bottom: 2px;
}

.app .today {
    font-weight: 700;
    font-size: 16px;
    color: #00A8CD;
    cursor: pointer;
    text-transform: uppercase;
    margin: 6px 0px 4px 0px;
    letter-spacing: 0;
    user-select: none;
}

.app .dates {
    user-select: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 12px;
}

.app .dates .control {
    cursor: pointer;
    user-select: none;
    margin: 0px 30px;
    background: none;
    border: none;
    width: 44px;
    height: 44px;
    user-select: none;
    padding-left: -5px;
    border-radius: 88px;
    display: flex;
    justify-content: center;
    align-items: center; 
}


.app .dates .control:hover {
    background-color: #F9F9F9;
}

.app .dates .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 8px;
}

.app .dates .date .name {
    font-family: "Mark";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    color: #C1C1C1;
    letter-spacing: -0.22px;
}

.app .dates .date .number {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
}

.app .dates .date .number:hover {
    background-color: #F9F9F9;
}

.app .dates .date .number.active {
    background-color: #FFD100;
}

.calendar-container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.time-fixed {
    left: 10px;
    /* top: -38px; */
    background: white;
    z-index: 10;
    width: 40px;
    height: 100%;
    position: fixed;
}

.time-fixed > div {
    position: absolute;
    font-size: 12px;
    color: #000013;
    text-align: right;
    line-height: 9px;
}  

.fc-axis.fc-time span {
    display: inline-flex;
    flex-shrink: 0;
    flex-direction: column;
}

.fc-axis.fc-time.fc-widget-content {
    width: 35px !important;
    background: white;
}

.fc-axis.fc-widget-content {
    width: 35px !important;
    background: white;
}

.fc-axis.fc-widget-header {
    width: 35px !important;
    background: white;
}

.fc-axis {
    width: 35px !important;
    background: white;
}

.room-calendar {
    align-self: center;
    margin: 10px;
}

.fc-unthemed td {
    /* background: #f3f3f3 !important; */
}

/* .fc-unthemed td.fc-today {
    background: #fafafa;
} */

.fc-axis.fc-time span {
    font-size: 10px;
    color: #C1C1C1;
    text-align: right;
    line-height: 9px;
}

.fc-widget-header .fc-resource-cell {
    height: 55px;
    min-width: 129px !important;
    background: #F3F3F3;
    border-radius: 6px;
}

.fc-widget-header .fc-resource-cell > div {
    margin: 12px;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    align-items: flex-start;
    justify-content: center;
}

.fc-widget-header .fc-resource-cell > div .resource-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.fc-widget-header .fc-resource-cell > div .resource-info img {
    margin-right: 7px;
}

.fc-widget-header .fc-resource-cell > div .resource-info span {
    font-size: 14px;
    color: #928D91;
    letter-spacing: -0.22px;
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0px 1px !important;
}

.fc-unthemed th {
    border-color: white;
}

.fc-unthemed thead {
    border-color: white;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: white;
}

.fc-time-grid .fc-slats td {
    /* height: 48px !important; */
    height: 24px !important;
    height: 29px !important;
    margin-right: 6px !important;
}

.fc-time-grid .fc-bg td {
    position: relative;
}

.background-slat {
    position: absolute;
    left: 0;
    right: 0;
    /* height: 49px; */
    height: 59px !important;
    background-color: #FAFAFA;
    border-radius: 6px;
}

.fc-content-skeleton .fc-highlight-container .background {
    position: absolute;
    left: 0px;
    right: 0px;
}

.fc-content-skeleton .fc-highlight-container .background .background-container {
    border-radius: 6px; 
    top: 4px;
    bottom: 4px;
    right: 4px;
    left: 4px;
    position: absolute;
    background: #FAFAFA;
    background: yellow;
}

/* .fc-row:first-child table {
    border-collapse: separate;
    border-spacing: 6px;
} */

.fc-time-grid .fc-content-skeleton > table {
    border-collapse: separate;
    border-spacing: 0;
}

/* .fc-time-grid>.fc-bg > table {
    border-collapse: separate;
    border-spacing: 6px;
} */

.fc-slats table {
    /* border-collapse: separate;
    border-spacing: 6px; */
}

/* .fc-slats table .fc-widget-content {
    background: black;
}

.fc-unthemed td.fc-today {
    background: red;
} */


.fc-time-grid .fc-highlight {
    border-radius: 6px;
    background: rgba(0,168,205,0.15);
    opacity: 1; 
    border: 2px solid #00A8CD;
}

.fc-time-grid .fc-highlight:before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 22px;
    position: absolute;
    background: #00A8CD;
    top: -6px;
    left: calc(50% - 6px);
}

.fc-time-grid .fc-highlight:after {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 22px;
    position: absolute;
    background: #00A8CD;
    bottom: -6px;
    left: calc(50% - 6px);
}

.fc-time-grid .fc-bg td {
    /* min-width: 128px !important; */
}

.fc-event {
    background: #FFD100;
    cursor: pointer;
    border-radius: 6px;
    border: 0px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    margin: 2px 0px !important;
    font-size: 10px;
    color: #000013;
    text-align: right;
}

.fc-event.not-my-business-event {
    background: #FFE366 !important;
    color: #000013 !important;
}

.fc-event.not-my-business-event.fc-helper {
    background: #FFD100 !important;
}

.fc-event.not-my-business-event:after {
    position: absolute;
    right: 6px;
    top: 8px;
    width: 12px;
    background: url('../img/blocked.png')no-repeat;
    background-size: cover;
    content: '';
    z-index: 10000;
    height: 12px;
}

.fc-event.not-my-business-event.fc-helper:after {
    display: none !important;
}

.fc-event.my-business-event .fc-content .fc-title {
    color: #000013 !important;
}

.fc-content {
    height: 100%;
}

.fc-event .fc-bg {
    opacity: 1;
    background: inherit;
}


.fc-time-grid-event .fc-time {
}

.fc-time-grid-event .fc-time span {
}

.fc-time-grid-event .fc-time {
    font-size: 12px;
}

.hour-axis {
    font-size: 12px;
    color: #000013;
    text-align: right;
    line-height: 9px;
}

.fc-widget-content {
    position: relative;
}

.time-line {
    left: 58px;
    z-index: 15 !important;
    right: 13px;
    position: fixed;
    height: 2px;
    background: #00A8CD;
}

.fc-event, .fc-event:hover {
    color: inherit;
    text-decoration: none;
}

.fc-event .fc-content {
    flex-direction: column-reverse;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 4px;
    padding-top: 6px;
    padding-left: 6px;
    width: 100%;
}

.fc-event .fc-content .fc-title {
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    margin-bottom: 4px;
    color: #000013;
    letter-spacing: -0.19px;
}

.fc-view-container { 
    overflow-x: scroll; 
}

.fc-view.fc-agendaDay-view.fc-agenda-view .fc-resource-cell.resized{
    width: 128px !important;
}

#header-container .fc-resource-cell.resized {
    width: 128px !important;
}


.fc-view.fc-agendaDay-view.fc-agenda-view .fc-resource-cell.resized.auto{
    width: auto !important;
}

.fc-view.fc-agendaDay-view.fc-agenda-view .fc-day.resized {
    width: 128px !important;
    border-radius: 6px !important;
    background: #f3f3f3 !important;
}

.fc-view.fc-agendaDay-view.fc-agenda-view .fc-day.resized.auto {
    width: auto !important;
}

.fc-unthemed td.fc-today {
    border-radius: 6px !important;
    background: #f3f3f3 !important;
}

.fc-view.fc-agendaDay-view.fc-agenda-view .fc-content-skeleton td:not(.fc-axis).resized{
    width: 127px !important;
}

.spacer-vertical.small {
    width: 4px !important;
}

.fc-time-grid .fc-content-col {
    /* margin-left: 6px; */
}

.fc-view-container table {
    overflow-x: visible;
    table-layout: fixed;
}

.fc-view-container .fc-scroller {
    /* overflow: visible !important; */
    width: 100%;
}

/* .fc-view {
    overflow: hidden;
} */

.fc-minor {
    position: relative;
}

/* .fc-minor .fc-widget-content {
    position: absolute;
    display: block;
    top: -6px;
    width: 100%;
} */

.spacer {
    height: 6px;
}

.fc-time-grid .fc-slats .spacer td {
    height: 6px !important;
    background: white !important;
    width: 100%;
}

.spacer-vertical {
    width: 6px;
}

.fc-view.fc-agendaDay-view.fc-agenda-view .fc-content-skeleton td:not(.fc-axis) {
    border-color: transparent !important;
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: '';
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: '';
}

.fc-time-grid-event.fc-short .fc-time span {
    display: block;
}

.fc-axis.fc-widget-header {
    background: white;
}

.create-event {
    z-index: 20;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 15px 0px;
    position: absolute;
    width: 431px;
    display: flex;
    flex-direction: column;
}

.create-event .header {
    justify-content: flex-end;
    display: flex;
    margin-bottom: 4px;
    margin: 0px 20px;
}

.room-detail {
    padding: 0px 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 12px;
}

.room-detail .info,
.event-advanced .info {
    font-weight: 600;
    font-size: 14px;
    display: flex;
    margin-top: 4px;
    flex-direction: row;
    color: #000013;
    letter-spacing: -0.22px;
}

.room-detail .info .capacity,
.event-advanced .info .capacity {
    margin: 0px 6px;
}

.create-event .body {
    padding: 0px 20px;
}

.text {
    font-weight: 700;
    font-family: 'Mark';
    font-size: 24px;
    color: #000013;
    letter-spacing: 0;
    margin-bottom: 10px;
    line-height: 28px;
}

.close {
    display: flex;
    top: 0;
    cursor: pointer;
}

.input-group {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 12px;
}

.input-group label {
    font-size: 12px;
    color: #000013;
    letter-spacing: 0;
}

.input-group input {
    border: 1px solid #F0F0F0;
    background: white;
    padding: 12px 0px;
    font-size: 16px;
    outline: none;
    color: #000013;
    letter-spacing: 0;
    text-indent: 12px;
    border-radius: 6px;
    margin-top: 6px;
}

.input-group textarea {
    border: 1px solid #F0F0F0;
    background: white;
    padding: 12px;
    font-size: 16px;
    outline: none;
    color: #000013;
    letter-spacing: 0;
    border-radius: 6px;
    margin-top: 6px;
}

.input-group input::placeholder {
    color: #979797;
    font-size: 15px;
}

.input-group input:focus,
.input-group textarea:focus {
    border: 1px solid #00A8CD;
}

.input-group input:focus + label,
.input-group textarea:focus + label {
    color: #00A8CD;
}

.input-group select {
    background: #F3F3F3;
    border-radius: 6px;
    text-indent: 12px;
    padding: 12px 0px;
    outline: none;
    border: 0px;
    height: 34px;
    margin-top: 6px;
    width: 159px;
}

.list {
    display: flex;
    margin-top: 6px;
    flex-direction: column;
}

.list .guest {
    display: flex;
    flex-direction: row;
    padding: 12px 0px;
    align-items: center;
    justify-content: space-between;
}

.list .guest .delete {
    margin-left: 6px;
}

.create-event .buttons {
    display: flex;
    margin-top: 9px;
    justify-content: flex-end;
    align-items: center;
}

.create-event .buttons .more-options {
    font-weight: 400;
    font-size: 14px;
    color: #928D91;
    letter-spacing: -0.39px;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
}

.btn.default {
    cursor: pointer;
    margin-left: 26px;
    outline: none;
    border: none;
    background: #FFD100;
    border-radius: 6px;
    padding: 9px 16px;
    font-weight: 500;
    font-size: 16px;
    color: #000013;
    letter-spacing: -0.39px;
    text-align: center;
    line-height: 22px;
}

.layer {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: black;
    opacity: 0.15;
    z-index: 5;
    pointer-events: none;
}

.shine {
    z-index: 8 !important;
    background: #FFD100;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
    border-radius: 6px;
}

.fc-resource-cell {
    cursor: pointer;
    user-select: none;
}

.fc-resource-cell:hover {
    color: #00A8CD;
}

.resource-detail {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    position: absolute;
    z-index: 100;
    top: 358px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    border-radius: 6px;
}

.resource-detail .closable {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.resource-detail .image img {
    height: 280px;
    width: 440px;
}

.resource-detail .description {
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
}

.resource-detail .description .title {
    font-weight: 700;
    font-family: 'Mark';
    font-size: 24px;
    color: #000013;
    letter-spacing: 0;
    line-height: 28px;
}

.resource-detail .description .info {
    font-weight: 600;
    font-size: 14px;
    display: flex;
    margin-top: 4px;
    flex-direction: row;
    color: #000013;
    letter-spacing: -0.22px;
}

.resource-detail .description .info .capacity {
    margin: 0px 6px;
}

.event-advanced {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 6px;
}

.event-advanced .header {
    display: flex;
    justify-content: space-between;
    padding: 32px 32px 0px 32px;
}

.event-advanced .header .text {
    font-weight: 500;
    font-size: 14px;
    color: #000013;
    letter-spacing: 0;
    line-height: 12px;
}

.event-advanced .room {
    margin-bottom: 16px;
    padding: 0px 32px 16px 32px;
    border-bottom: 1px solid #f3f3f3;
}

.event-advanced .body .text {
    margin-bottom: 10px;
   font-weight: 700;
   padding: 0px 32px;
    font-size: 24px;
    color: #000013;
    margin-top: 16px;
    letter-spacing: 0;
    line-height: 28px;
    font-family: 'Mark';
}

.event-advanced > .body {
    padding: 0px 32px;
}

.event-advanced .guests {
    border-bottom: 1px solid #F2F2F2;
}

.event-advanced .guests .title {
    padding: 12px 32px;
    font-family: 'Mark';
    font-weight: 500;
    font-size: 16px;
    color: #000013;
    letter-spacing: 0;
    line-height: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #F2F2F2;
}

.event-advanced .guests > span {
    font-size: 13px;
    color: #585056;
    letter-spacing: 0.17px;
    text-align: left;
    line-height: 19px;
    padding: 0px 32px;
    margin-top: 17px;
    display: block;
}

.event-advanced .guests .body {
    margin-top: 13px;
    margin-bottom: 92px;
}


.event-advanced .buttons {
    padding: 12px 32px;
    display: flex;
    justify-content: flex-end;
}

.input-group .list .guest img {
    margin-top: -1px;
    cursor: pointer;
}

.input-group .list .guest span {
    width: 400px;
}

.btn.default:hover {
    background: #FFD619;
}

.btn {
    transition: all .15s ease;
}

.btn:hover {
    transition: all .15s ease;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12), 0 0 2px 0 rgba(0,0,0,0.24);
    transform: translateY(-2px);
}

.btn:active {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12);
    transform: translateY(-1px);
}

.event-advanced .parking {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: #585056;
    margin-bottom: 12px;
}

.event-advanced .parking span:first-child {
    font-size: 15px;
    color: #000013;
    letter-spacing: 0;
}

.row {
    display: flex;
    flex-direction: row;
}

.row .input-group {
    width: 100%;
}

.guests .row button {
    height: 44px;
    width: 86px;
    align-self: flex-end;
    margin-bottom: 12px;
}

.guests .row input {
    width: 430px;
}

.guests .row.button .input-group {
    width: inherit;
}

.guests .body .row {
    padding: 0px 32px;
}

.guests .body .list > span {
    font-weight: 500;
    font-size: 14px;
    color: #000013;
    letter-spacing: 0;
    line-height: 14px;
    padding: 6px 32px;
    border-bottom: 1px solid #f3f3f3;
}

.guests .body .list > div
{
    border-bottom: 1px solid #f3f3f3;
    padding: 12px 32px;
    font-size: 15px;
    color: #979797;
    letter-spacing: 0;
}

.guests .body .list > div img {
    cursor: pointer;
}

.guests .tabs {
    display: flex;
    padding: 0px 32px;
    border-bottom: 1px solid #F3F3F3;
}

.guests .tabs div {
    padding: 12px 32px;
    font-size: 15px;
    color: #979797;
    letter-spacing: 0;
    line-height: 14px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.guests .tabs div.active {
    font-weight: 700;
    font-size: 15px;
    color: #1A181B;
    letter-spacing: 0;
    line-height: 14px;
    border-bottom: 2px solid #1A181B;
}

.guests .emails > span {
    font-size: 15px;
    color: #000013;
    letter-spacing: 0;
    padding: 0px 32px;
    margin-top: 17px;
    display: flex;
}

.guests .parking {
    padding: 17px 32px;
}

.guests .parking .row {
    margin-top: 13px;
}

/* .fc-head {
    visibility: hidden;
    height: 0px;
} */

/* .fc-head.on-display {
    visibility: inherit;
    height: inherit;
} */

.fc-axis.fc-time span {
    color: white;
}

.fc-bg .fc-day {
    background: #F3F3F3 !important;
}

.fc-content.half {
    flex-direction: row-reverse;
}

.fc-content.half .fc-time {
    margin-left: 10px;
    padding-right: 20px;
}

@media(max-width: 600px) {
    .fc-resource-cell {
        width: 129px !important;
    }
}

.scrolled-top {
    margin-top: -54px;
}