﻿.fc-other-month.fc-past,
.fc-other-month.fc-future {
    /*background-color: rgba(158, 158, 158, 0.12);*/
    background-color: rgba(235,235,235, 1);
}

.fc-unthemed .fc-today {
    background: rgba(33, 150, 243, 0.15);
}


.fc-head-container.fc-widget-header {
    background-color: rgb(1,79,162);
    color: #fff;
}

.fc-event {
    border-radius: 0;
    /*border: 1px solid #092854;
    background-color: #092854;*/
}

.fc button {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    font-size: 0.8em;
    margin-right: 0px;
    margin-bottom: 13px;
    min-width: 35px;
    background-color: rgb(1,79,162);
    color: #fff;
    padding: 6px 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
}

.fc-toolbar .fc-state-active {
    z-index: 4;
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*td.fc-event-container > a[type="reminder"] {
        border: 1px solid rgb(245,150,39);
    background-color: rgb(245,150,39);
}*/

.event_event {
    border: 1px solid #092854;
    background-color: #092854;
    color: #fff;
}


    .event_event a,
    .event_reminder a {
        color: #fff;
    }

.event_reminder {
    border: 1px solid rgb(245,150,39);
    background-color: rgb(245,150,39);
    color: #fff;
}

#calender1 .fc table {
    table-layout: inherit;
}

#calendar1 > div.fc-view-container > div > div > table,
#calendar2 > div.fc-view-container > div > div > table,
#calendar3 > div.fc-view-container > div > div > table {
    table-layout: inherit;
}

.fc-list-item:hover td {
    background-color: black;
}

#calendar1 .fc-toolbar.fc-header-toolbar,
#calendar2 .fc-toolbar.fc-header-toolbar,
#calendar3 .fc-toolbar.fc-header-toolbar {
    background-color: rgb(9,40,84);
    color: #fff;
    margin-bottom: 0;
    padding: 5px;
}

#calendar1 .fc-toolbar h2,
#calendar2 .fc-toolbar h2,
#calendar3 .fc-toolbar h2 {
    font-size: 24px;
}



@media screen and (max-width: 1024px) {
    .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0;
    }

    #monthEvent h3,
    #monthEvent .h3 {
        font-size: 18px;
    }

    h2, .h2 {
        font-size: 24px;
    }
}

.header-padding {
    padding-top: 0px;
}

@media (min-width: 768px) {
    .header-padding {
        padding-top: 2px;
    }
}
