
.calendar-container {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.calendar-instructions {
    margin-left: 76px;
    font-style: italic;
}


#calendar {
    width: 100%;
}

#calendar h2 {
    font: inherit;
    font-size: 24px;
    font-weight: bold;
    color: #616161;
    text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
    #calendar h2 {
        font-size: 22px;
    }
}

div.fc-day-grid {
    background-color: whitesmoke;
}

.fc-toolbar {
    background: #fdfdfd;
    padding: 20px;
    border: 1px solid #e7e7e7;
    margin-bottom: 0px;
}

.fc-toolbar .fc-left {
    margin: 5px 0px;
}

.fc-toolbar .fc-right {
    margin: 3px 0;
}

.fc-toolbar .fc-today-button {
    display: none;
}

#calendar.fc .fc-toolbar .fc-button-group {
    margin-left: 0px;
}

.fc-button-group button.fc-button {
    border-radius: 100%;
    background-color: #fbfbfb;
    background-image: none;
    padding: 0px;
    margin: 0 3px;
    width: 30px;
    height: 30px;
    color:  #0ab9cc;
}

.fc-button-group button.fc-button:hover {
    color: #03ccde;
    border-color: #03ccde;
}

.fc-button-group button.fc-button:focus {
    outline: none;
}

/* Month + year*/
.fc-toolbar .fc-left h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #616161;
    font-size: 20px;
    margin-top: 5px;
}

.fc-widget-header .fc-day-header {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    background: #616161;
}

.fc-row .fc-content-skeleton {
    font-size: 20px;
    padding-bottom: 0px;
    position: absolute;
    top: 50%;
    /* bring your own prefixes */
    transform: translate(0, -50%);
}

.fc-unthemed .fc-today {
    background: none;
}

.fc-unthemed .fc-today > span {
    background: #fcf8e3;
    border: 1px solid #fcf8e3;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center;
    letter-spacing: -0.5px;
}

td.fc-day-number {
    vertical-align: middle !important;
}

.fc-widget-content .fc-day.selectable,
.fc-widget-content .fc-day-number.selectable,
.fc-widget-content .fc-day-number.selectable > span {
    cursor: pointer;
}

.fc-widget-content .fc-day-number.selectable-past > span {
    background: #F2F3F5;
    border: 1px solid #F2F3F5;
}

.fc-ltr .fc-basic-view .fc-day-number > span {
    padding: 6px 7px 9px 7px;
    border-radius: 100%;
    display: inline-block;
    height: 18px;
    width: 21px;
    font-size: 0.8em;
}

@media only screen and (max-width: 480px) {
    .fc-ltr .fc-basic-view .fc-day-number > span {
        padding: 4px 3px;
    }
}

.fc-widget-content .fc-day-number.selectable > span {
    border: 1px solid #0ab9cc;
    color: #0ab9cc;
}

.fc-widget-content .fc-day-number.selectable.hovered > span {
    border: 1px solid #62D6E3;
    background: #62D6E3;
    color: white;
}

.fc-widget-content .fc-day-number.fc-past.selectable > span {
    border: 1px solid #adb0b1;
    color: #adb0b1;
}

/* Don't apply hovered style for mobile as it lingers after deselection */
@media only screen and (max-width: 748px) {
    .fc-widget-content .fc-day-number.selectable.hovered > span {
        border: 1px solid #0ab9cc;
        background: none;
        color: #0ab9cc;
    }
}

.fc-widget-content .fc-day-number.selectable.active > span {
    border: 1px solid #0ab9cc;
    background: #0ab9cc;
    color: white;
}

.fc-widget-content .fc-day-number.selectable.active:hover > span {
    background: #0BC9DC;
}

.fc-state-down,
.fc-state-active {
	box-shadow: none !important;
	text-shadow: none !important;
    /*border-color: #000000;*/
}

.fc-state-default {
    box-shadow: none !important;
    text-shadow: none !important;
    /*border-color: black;*/
}