/* Navbar */

.nav-icon {
    font-size: 1.2rem !important;
}

/* Login (remember me) */

.card.card-login .form-check {
    margin-left: -33px;
}

.card-login .form-check .form-check-label {
    text-transform: initial;
}

/* Agenda */

.fc-event {
    background: rgba(100, 100, 100, 0.2)
}

.fc .fc-list-table {
    table-layout: auto;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
    background: #eee;
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px;
}

.fc-list-item-marker, .fc-list-item-time {
    white-space: nowrap;
    width: 1px;
}

.fc-ltr .fc-list-item-marker {
    padding-right: 0;
}

.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #646464;
}

.fc-list-item.event-azure .fc-event-dot {
    background-color: #23CCEF;
}

.fc-list-item.event-red .fc-event-dot {
    background-color: #FB404B;
}

.fc-list-item.event-orange .fc-event-dot {
    background-color: #FFA534;
}

.fc-list-item.event-green .fc-event-dot {
    background-color: #87CB16;
}

.fc-ltr .fc-list-heading-main {
    float: left;
}

.fc-ltr .fc-list-heading-alt {
    float: right;
}

a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline !important; 
}

.fc-list-heading td a {
    font-weight: 700;
}