/* Styles moved from PHP home view */
.fc-button-group{
    font-size: 14px;
}

.fc-widget-header{
    color: #76b3d8 !important;
}
.fc-time-grid .fc-event, .fc-time-grid .fc-bgevent{
    background-color: #76b3d8 !important;
    border-color: #76b3d8 !important;
}

.fc-event .fc-bg{
    cursor: pointer;
    background: none !important;
}

.fc-event .fc-bg:hover{
    background: #4e9dcd;
}

.fc-toolbar {
    margin-top: 52px !important;
    margin-bottom: -10px !important;
}

#calendar h2 {
    font-size: 20px !important;
    font-weight: bold;
}

.fc-toolbar .fc-center {
    top: 8px !important;
}

.fc-toolbar fc-header-toolbar {
    background-color: #76b3d8 !important;
}
.modal-header .close {
    margin-top: 5px !important;
}

p {
    margin: 0 0 5px !important;
}

.form-control {
    height: 40px !important;
}
.input-sm {
    font-size: 14px !important;
}
.modal-footer, .modal-header {
    background: #efefef;
    margin-top: -10px !important;
    padding-bottom: 0px !important;
    padding-top: 5px !important;
    margin-bottom: 10px !important;
}

.modal-body, .modal-body-import {
    padding-top: 5px !important;
}
.fc-state-disabled{
    opacity: initial !important;
}
.fc-time-grid{
    background: #eeeeee;
}
.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: none;
}
.fc-day-header .fc-widget-header .fc-mon .fc-past{
    border-style: none;
}
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border-color: white;
}
.fc-content {
    cursor: pointer;
}
.fc-event{
    min-height: 30px;
    margin-bottom: 4px;
}
.fc-time-grid-event.fc-short .fc-time span {
    display: block;
    font-size: .95em;
    white-space: nowrap;
    box-sizing: content-box;
}
.fc-time-grid-event.fc-short .fc-time:after {
    content: none;
}
.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
    vertical-align: none;
    white-space: break-spaces;
    margin-top: 2px;
    box-sizing: content-box;
}
.fc-scroller.fc-time-grid-container {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
}
/* Increase width of Add Appointment modal */
#calendarModal .modal-dialog {
    max-width: 600px;
}
