.fc-event-selected {
    border: 1px solid white !important;
    padding-left: 6px !important; 

}

.fc-event {
    border-width: 1px;
    border-left-width: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    cursor: pointer;
}

.fc-event .fc-bg {
    background: none;
}

.fc-title {
    font-size: 1em !important;
    font-weight: bold;
    padding: 0;
    width: 100%;
    margin: 2px;
    display: block;
}

.fc-event-description {
    font-size: 1em !important;
    font-weight: normal;
    padding: 0;
    margin-left: 2px;
    margin-top: 2px;
    display: inline-block;
    height: 100%;
}

.fc-inline-description {
    width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.fc-overflowing-desc {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fc-today {
    background: none !important;
} 

.fc-widget-content {
    border-top-style: solid !important;
}

.fc-day-number:hover {
    cursor: pointer;
}

.fc-day-header:hover {
    cursor: pointer;
}

.fc-calendar-context-menu {
    padding: 8px 8px 8px 15px;
    cursor: pointer;
}

.fc-calendar-context-menu:hover {
    background-color: #BFD4F0;
}

.popover {
    max-width: none !important;
}

.loading-popover-container {
    min-height: 400px;
}
