﻿/* Simple Intranet Events StyleSheet */

/*events calendar styles*/
#script-warning {
    display: none;
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: red;
}

#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.fc .fc-daygrid-day-top {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: row-reverse;
    background-color: #b2b2b2;
    color: #fff;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
    background: #2c3e50;
}

.fc-col-header th.fc-col-header-cell {
    border: 0;
}

.fc .fc-daygrid-day-frame:hover {
    box-shadow: rgba(0, 0, 0, .2) 0 0 10px;
    cursor: pointer;
}

.fc-col-header-cell .fc-scrollgrid-sync-inner {
    background: #2c3e50;
    color: #fff;
    line-height: 2.5em;
}

/*events widgets styles*/
.si-events-adv-list-widget .type-si_events, .si-mini-calendar-list-wrapper .type-si_events {
    margin: 0;
    padding: 0;
}

.si-mini-calendar-event {
    overflow: hidden;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #2f2f2f;
}

    .si-mini-calendar-event .list-date {
        float: left;
        overflow: hidden;
        font-weight: bold;
        margin: 10px 5% 10px 0;
        padding: 3px;
        width: 15%;
        text-align: center;
        display: inline;
        background: #666;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .si-mini-calendar-event .list-date .list-dayname {
            background: #fff;
            color: #666;
            padding: 3px;
            font-size: 9px;
            text-transform: uppercase;
            width: 100%;
            text-align: center;
            display: block;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .si-mini-calendar-event .list-date .list-daynumber {
            color: #fff;
            font-size: 15px;
            width: 100%;
            line-height: 22px;
            display: block;
            text-align: center;
        }

    .si-mini-calendar-event .list-info {
        font-size: 13px;
    }

    .si-mini-calendar-event .list-info {
        margin: 10px 0;
        display: inline;
        line-height: 1;
        float: left;
        width: 80%;
    }

        .si-mini-calendar-event .list-info h2 {
            font-size: 14px;
            font-weight: bold;
            line-height: 18px;
            margin-top: 0;
            margin-bottom: 10px;
        }

