/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#calendar-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc-header-toolbar {
    /*
    the calendar will be butting up against the edges,
    but let's scoot in the header's buttons
    */
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

td.fc-bgevent {
    background: rgba(255, 0, 0, 0.5)!important;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    font-size:9px;
    color: #ff0000 !important;
    cursor: not-allowed;
}

.fc-event {
    border: 1px solid #fff!important; /*none!important;*/
}

@media (max-width: 640px) {
    .fc-today-button {
        margin-right:12px!important
    }
    .fc-left {
        float:none!important;
        display:inline-block;
        padding-bottom:10px!important;;
    }

    .fc-right {
        float:none!important;
        display:inline-block;
        padding-bottom:10px!important;
    }
}
#cal-login, #cal-logout, #btn-admin {
    width:128px!important;
}

.iconbutton {
    cursor: pointer;
}

.fc-scroller {
    overflow: hidden !important;
}