.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.responsive .fc-view-harness {
    background: white;
}

.responsive .fc-view-harness .fc-view {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.responsive .agenda .agenda-header {
    min-height: 75px;
    padding-bottom: 15px;
}

.responsive .agenda .agenda-header.no-resources {
    min-height: 0;
}

.responsive .agenda .agenda-header .select2-container {
    width: 100%;
}

.responsive .agenda .select2-container-multi .select2-choices .select2-search-field input {
    line-height: normal;
}

.responsive .agenda .fc-v-event .fc-event-main {
    line-height: 1.1;
}

.responsive .agenda .fc-v-event .fc-event-title,
.responsive .agenda .fc-customList-event .fc-customList-event-title {
    white-space: pre-line;
}

.responsive .agenda .fc-h-event.dark .fc-event-main,
.responsive .agenda .fc-v-event.dark .fc-event-main {
    color: #ffffff;
}

.responsive .agenda .fc-h-event.light .fc-event-main,
.responsive .agenda .fc-v-event.light .fc-event-main {
    color: #333333;
}

.responsive .agenda .fc-v-event.dark {
    border: 1px solid transparent !important;
    border-radius: 5px;
}

.responsive .agenda .fc-h-event.dark {
    border: 1px solid transparent !important;
}

.responsive .agenda .fc-v-event.light {
    border: 1px solid #cccccc !important;
    border-radius: 5px;
}

.responsive .agenda .fc-h-event.light {
    border: 1px solid #cccccc !important;
}

.responsive .agenda .fc-timegrid-event .fc-event-time {
    margin-bottom: 0;
}

.responsive .fc-view[class*="fc-customList"] {
    background-color: #E5E5E5;
    box-shadow: none;
    border: none;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-date {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-date .fc-date-label {
    margin-bottom: 5px;
    font-size: 16px;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-date .fc-date-label::first-letter {
    text-transform: uppercase;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-day {
    display: none;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-event-time {
    display: none;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-event-graphic {
    display: none;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-event-title {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    background-color: white;
    color: inherit;
    border-color: transparent;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 13px;
    min-height: 20px;
    padding: 0;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-event.display-photo.highlighted .fc-list-event-title {
    background: #f044db; /* Old browsers */
    background: -moz-linear-gradient(left, #f044db 0%, #ef88e1 36%, #edd7e9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f044db 0%, #ef88e1 36%, #edd7e9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f044db 0%, #ef88e1 36%, #edd7e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f044db', endColorstr='#edd7e9', GradientType=1); /* IE6-9 */
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-event.display-photo {
    min-height: 60px;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-event.display-photo .fc-event-listColor {
    width: 10px;
    height: auto;
    padding: 10px 0;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-event.display-photo .fc-event-listColor .event-color,
.responsive .agenda .fc-view[class*="fc-customList"] .fc-event.display-photo .fc-event-listColor .secondary-color {
    height: 10px;
    width: 10px;
    border-radius: 3px;
    margin: 2px 0 2px 0;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-event.display-photo .fc-event-listColor .event-color.no-color,
.responsive .agenda .fc-view[class*="fc-customList"] .fc-event.display-photo .fc-event-listColor .secondary-color.no-color {
    border: 1px solid #CCCCCC;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-event .fc-event-color {
    display: inline-block;
    float: left;
    height: 13px;
    width: 13px;
    margin-top: 1px;
    margin-left: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-event.light .fc-event-color {
    border: 1px solid #CCCCCC;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-event .fc-event-time {
    display: inline-block;
    float: left;
    padding-left: 5px;
    min-width: 80px;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-event .fc-event-title {
    display: inline-block;
    float: left;
    padding-left: 5px;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-event .fc-event-listPhoto {
    display: inline-block;
    float: left;
    height: auto;
    width: auto;
    margin-right: 5px;
    padding: 5px 0 0 5px;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-event .fc-event-listPhoto div.image {
    height: 50px;
    width: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center top;
    border-radius: 50%;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-event .fc-event-listContent {
    display: flex;
    float: left;
    width: calc(100% - 55px);
    padding: 5px;
    flex-direction: column;
    justify-content: center;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-event .fc-event-listActions {
    display: flex;
}

.responsive .agenda .fc-event .fc-event-listActions > .title {
    font-weight: bold;
    margin-right: 5px;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-event .fc-event-listActions .fc-event-listAction {
    border: 1px solid #00BBE3;
    color: #00BBE3;
    padding: 0 5px;
    border-radius: 5px;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-event .fc-event-listActions .fc-event-listAction .fa-video::after {
    content: "Deelnemen";
    font-family: 'Lato-Regular', sans-serif;
    margin-right: 5px;
    float: left;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-event .fc-event-listActions .fc-event-listAction:hover {
    color: white;
    background-color: #00BBE3;
}

.responsive .agenda .fc-view[class*="fc-customList"] .fc-list-empty {
    display: none;
}

.responsive .agenda .fc-event .fc-event-actions {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    right: 0;
    z-index: 1;
    padding: 3px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 2px;
    margin-right: 6px;
}

.responsive .agenda.addEventList {
    position: absolute;
    z-index: 100;
    padding-top: 5px;
}

.responsive .agenda.addEventList > div {
    color: #ffffff;
    font-weight: bold;
    padding: 5px 15px 6px 15px;
    border-radius: 5px;
    text-align: center;
    min-height: 20px;
    cursor: pointer;
    margin-bottom: 3px;
}

.responsive .agenda .fc-secondary-color {
    width: 5px;
    height: calc(100% + 2px);
    z-index: 1;
    position: absolute;
    margin-top: -1px;
    margin-left: calc(100% - 5px);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.responsive .agenda .fc-timeline-event .fc-secondary-color {
    border-radius: 0;
    margin-top: -3px;
    margin-left: calc(100% - 4px);
}

.responsive .agenda .fc-customList-secondary-color {
    float: right;
    height: 100%;
    width: 33%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.responsive .agenda .agenda-select2-color {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}

.responsive .agenda .agenda-clickable {
    cursor: pointer;
}

.responsive .agenda .fc-event:not(.agenda-clickable) {
    cursor: default;
}

.responsive .fc .fc-daygrid-week-number:hover {
    color: grey;
}

@media screen and (max-width: 400px) {
    .responsive .agenda .fc-view[class*="fc-customList"] .fc-event .fc-event-listActions .fc-event-listAction {
        padding: 5px;
    }
}
