#calendar {
    margin-bottom: 25px;
}
.fc-nonbusiness {
    background: #9C9C9C !important;
}
.fc-time-grid-event .fc-time {
    color: #000;
    font-size: 13px;
    line-height: 15px;
}
.fc-time-grid-event .fc-title {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: #000;
}
.fc-row.fc-widget-header table th {
    height: 30px;
    vertical-align: middle;
    background-color: #F1F1F1;
    color: #1A4EA1;
}
.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 {
    border-color: #d6d6d6;
}
.fc-event-inner{
    text-align: center;
    cursor: pointer;
}
#calendar .popover{
    width: 400px !important;
    max-width: 400px !important;
    z-index: 999 !important;
    background-color: #ffffff !important;
}
#calendar .popover-content {
    padding: 9px 14px !important;
}
#calendar .popover-content .color-danger{
    color: #d9534f !important;
}
#calendar hr{
    margin-top: 15px;
    margin-bottom: 3px;
}
span.popover-agenda {
    display: block;
    margin-bottom: 10px;
}
.fc-row.fc-rigid {
    overflow: visible;
}
.fc-event:hover,
.fc-title:hover {
    cursor: pointer;
}
.fc-time-grid-container {
    overflow: inherit !important;
    height: 100% !important;
}
.fc-axis.fc-time {
    font-weight: bold;
    background-color: #F1F1F1;
}
.fc-event {
    margin-bottom: 2px;
    margin-top: 2px;
}
.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: solid;
}
.fc-time-grid .fc-event-container {
    z-index: inherit !important;
}
.fc-toolbar {
    display: none;
}
#datepicker {
    margin-left: -15px;
}

.form-inline .form-group {
    width: 100%;
}