a {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}



.agenda-legenda-wrap {
    display: block;
    position: relative;
    padding-right: 220px;
    z-index: 85;
}
.agenda-legenda-wrap > .agenda-legenda {
    display: block;
    position: absolute;
    top: 0; right: 0;
    width: 200px;
}
.agenda-legenda-wrap > .agenda-legenda .table-wrap {
    margin-bottom: 20px;
}
.agenda-legenda-wrap > .agenda-legenda .table-wrap td.legend {
    padding: 4px 4px !important;
}


.agenda-legenda {
    display: block;
    position: relative;
    z-index: 85;
}
.agenda-legenda .ui.label.full {
    width: 100%;
}
.agenda-legenda .theme-grey {
    background-color: rgba( 224, 225, 226, 1 ) !important;
    background-color: #e0e1e2;
}
.agenda-legenda .theme-blue {
    background-color: rgba( 102, 176, 203, 1 ) !important;
    background-color: #66b0cb;
}
.agenda-legenda .theme-red {
    background-color: rgba( 250, 195, 195, 1 ) !important;
    background-color: #fac3c3;
}
.agenda-legenda .theme-yellow {
    background-color: rgba( 255, 220, 145, 1 ) !important;
    background-color: #ffdc91;
}
.agenda-legenda .theme-green {
    background-color: rgba( 125, 215, 165, 1 ) !important;
    background-color: #7dd7a6;
}

.agenda-legenda .theme-light-grey {
    background-color: rgba( 249, 250, 251, 1 ) !important;
}
.agenda-legenda .theme-light-blue {
    background-color: rgba( 67, 154, 186, 0.25 ) !important;
    background-color: #def5e8;
}
.agenda-legenda .theme-light-red {
    background-color: rgba( 250, 195, 195, 0.25 ) !important;
    background-color: #fef0f0;
}
.agenda-legenda .theme-light-yellow {
    background-color: rgba( 255, 220, 145, 0.25 ) !important;
    background-color: #fff6e4;
}
.agenda-legenda .theme-light-green {
    background-color: rgba( 125, 215, 165, 0.25 ) !important;
    background-color: #def5e8;
}







/* Button above calendar */
.calendar-wrap .button {
    margin-left: 5px;
    height: auto;
}
.calendar-wrap .fc-toolbar .fc-left {
    float: left;
    margin-top: 5px;
}
.calendar-wrap .fc-toolbar .fc-left h2 {
    font-weight: 400 !important;
}
.calendar-wrap .fc-toolbar .fc-today-button {
    -webkit-transform: translateX(135px);
    transform: translateX(135px);
}
.calendar-wrap .fc-toolbar .fc-prev-button {
    -webkit-transform: translateX(-116px);
    transform: translateX(-116px);
}


/* Vertical time's (13, 14, 15 etc.) */
.calendar-wrap .fc-axis {
    text-align: center;
    width: 42px !important;
}

/* Horizontal date's (5-7, 5-8, 5-9 etc.) */
.calendar-wrap .fc-widget-header {
    height: 30px !important;
}
.calendar-wrap .fc-widget-header span {
    margin-top: 5px;
    font-weight: 500;
    display: inline-block;
}

/* Column height of block */
.calendar-wrap .fc-slats td {
    line-height: 1em;
    height: 16px !important;
}

/* Background current day */
.calendar-wrap td.fc-today {
    background: #ebf5ff;
}


/* Events */
.calendar-wrap .fc-event-container {
    margin: 0 !important;
    margin-right: 2px !important;
}
.calendar-wrap .fc-event {
    max-width: 90%;
    /*min-height: 29px;*/
    /*left: 0 !important;*/
    border-radius: 0px;
    border: 1px solid #449aba;
    background: #449aba;
}
.calendar-wrap .fc-event .fc-bg {
    opacity: 0 !important;
}

.calendar-wrap .fc-event .fc-time {
    position: absolute;
    right: 2px;
    top: 3px;
    width: 25px;
}

.calendar-wrap .fc-event.event-closed .fc-time {
    display: none;
}
.calendar-wrap .fc-event .fc-title {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding: 4px 6px 0;
    width: 100%;
}
.calendar-wrap .fc-event.event-taken .fc-title {
    text-align: left;
    padding: 2px 4px 0;
    width: 100%;
}
.calendar-wrap .fc-event.event-closed {
    color: #454545;
    border: 1px solid #eaeaea;
    background: #eaeaea;
}
.calendar-wrap .fc-event.event-closed-start {
    border-bottom: 1px solid #ddd;
}
.calendar-wrap .fc-event.event-closed-end {
    border-top: 1px solid #ddd;
}


.calendar-wrap .fc-event.event-taken {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    outline: 1px solid #ccc;
}


/* Fix: Remove white row at bottom */
.calendar-wrap .fc-time-grid-container {
    margin-bottom: -20px;
}



@media all and (max-width: 1200px) {

    .agenda-legenda-wrap {
        display: block;
        position: relative;
        padding-right: 0;
        z-index: 85;
    }
    .agenda-legenda-wrap > .agenda-legenda {
        display: block;
        position: relative;
        width: 100%;
    }


}


@media all and (max-width: 768px) {

    .calendar-wrap .fc-toolbar .fc-right > div {
        margin: 0;
        float: none;
        display: block;
    }
    .calendar-wrap .fc-toolbar {
        margin: 0;
    }
    .calendar-wrap .fc-toolbar .fc-right {
        margin: 0 !important;
    }
    .calendar-wrap .fc-toolbar .fc-right .fc-today-button {
        -webkit-transform: none;
        transform: none;
        float: none;
        margin-bottom: 10px;
    }
    .calendar-wrap .fc-toolbar .fc-right .fc-prev-button,
    .calendar-wrap .fc-toolbar .fc-right .fc-next-button {
        -webkit-transform: none;
        transform: none;
        float: none;
        margin: 0 5px;
    }

}



