.eventCalendarDefaultWrapper {
    padding: 0 0 10px;
}

.eventCalendar-wrap {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    color: #807E7E;
    width: 100% !important;
}

.eventCalendar-list {
    list-style: none outside none;
    color: #3E3E3E;
    padding: 0 6px 4px 0;
}

.eventCalendar-list li {
    border-bottom: 1px solid #D3CAD7;
    padding: 5px 0;
    overflow: hidden;
}

.eventCalendar-list li:last-child {
    border-bottom: none;
}

a.eventCalendar-eventTitle {
    font-weight: 700;
    color: #015e8c !important;
    text-decoration: none;
    padding-top: 0;
}

    a.eventCalendar-eventTitle:hover {
        text-decoration: underline;
    }

.eventCalendar-slider {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    background-color: #fff;
    display: none;
    padding: 10px;
}

.eventCalendar-list-wrap {
    width: 100% !important;
}

.eventCalendar-list li time {
    font-size: 12px;
    line-height: 13px;
    font-weight: 700;
}

    .eventCalendar-list li time small {
        font-size: 12px;
        line-height: 13px;
        color: #000;
        background-color: transparent;
        float: left;
        margin: 0 0 0 3px;
        padding: 0 7px 0 0;
    }

.eventCalendar-loading {
    border-radius: 0;
    border: 1px solid #ccc;
    background-color: #ddd;
    color: #000;
    text-align: center;
    text-shadow: 0 0 0 #aaa;
    position: absolute;
    z-index: 4;
    top: 0;
    margin: 5px auto;
    padding: 0 10px;
}

.eventCalendar-daysList {
    margin-left: 0;
    margin-top: 7px;
}

    .eventCalendar-daysList li {
        display: block;
        float: left;
        border: none;
    }

.eventCalendar-subtitle {
    color: #000;
    float: left;
    margin-bottom: 10px;
    padding: 0;
    font-weight: normal !important;
}

.eventCalendarOptionsContainer ul li {
    background-image: none !important;
    margin-left: 20px !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.eventCalendarOptionsContainer ul li input:focus {
    outline: 0 !important;
}


.eventCalendarOptionsContainer {
    color: #57595b;
    font-weight: 700;
    padding: 0 0 0 10px;
}

    .eventCalendarOptionsContainer ul {
        display: block;
        list-style-type: none;
        margin-bottom: 5px !important;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        overflow: auto;
        padding: 0;
    }

    .eventCalendarOptionsContainer li {
        float: left;
        margin-right: 20px !important;
    }

        .eventCalendarOptionsContainer li a {
            background-color: #FFF;
            border: 1px solid #ccc;
            display: block;
            font-size: 1em;
            font-weight: 400;
            text-align: center;
            text-decoration: none;
            margin: 2px 4px 2px 0;
            padding: 6px;
        }

            .eventCalendarOptionsContainer li a.Active {
                background-color: #138DA5;
                color: #fff;
            }

    .eventCalendarOptionsContainer input {
        margin-right: 5px;
    }

.eventCalendar-monthWrap {
    width: 100% !important;
    position: relative;
}

.eventCalendarOptionsContainer li a:hover {
    background-color: #dce9f9;
    font-weight: 400;
    text-decoration: none;
    color: #000;
}

.eventCalendar-list-content.scrollable {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 250px;
    overflow-y: auto;
    margin: 5px 0 5px;
    padding: 0 0 0 10px;
}

.HideCalendarItem {
    display: none;
}

.ContributionBox {
    background-color: #fbfbfb;
    border: 1px solid #E1E3E5;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
    overflow: auto;
    padding: 16px 15px 5px;
}

    

.eventCalendar-list li .eventCalendar-eventTitle {
    display: inline;
    font-weight: 400;
}

li.eventCalendar-day {
    margin: 5px;
}

.eventCalendar-eventTitle {
    clear: none !important;
}

.EventListTimeContainer {
    width: 20%;
    float: left;
}

.EventListTitleContainer {
    width: 75%;
    float: right;
    text-align: left;
}

/* Calendar Colour Codes */

span.calendarKeyEvent, 
span.calendarKeyMeeting{
    background-image: url("/Style%20Library/AssemblyCalendar/calendarKey.gif");
    background-repeat: no-repeat;
    background-position-y: 0;
    height: 9px;
    width: 9px;
    display: inline-block;
    margin: 0 5px;
}

span.calendarKeyEvent {
    background-position: -27px 0;
}

span.calendarKeyMeeting {
    background-position: -18px 0;
}

.eventCalendar-currentTitle a:focus {
    background-color: transparent !important;
}


.eventCalendar-arrow.eventCalendar-next {
    right: 11px;
}

a.eventCalendar-next:focus, a.eventCalendar-prev:focus {
    left: auto !important;
}

.eventCalendar-checkboxes {
    float: right;
}

#loading-img {
    background: url(/Style%20Library/AssemblyCalendar/ajax-loader-small.gif) center center no-repeat;
    height: 100%;
    z-index: 99999;
}

#loadingDiv {
    background: #fff;
    display: none;
    width: 24px;
    height: 24px;
    opacity: 1;
    float: left;
    margin-left: 10px;
}

.ContributionBox .ContributionBoxHeader h2 {
    font-size: 20px;
    display: block;
    float: left;
    margin: 10px 0 5px;
    padding: 0;

}

#DatePickerShow {
    float: right;
    margin-top: 1px;
    cursor: pointer;
}

.ContributionBoxHeader {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    overflow: auto;
    padding: 0 0 10px;
}

.ms-webpart-chrome-title {
    display: none;
    margin-bottom: 2px;
    position: relative;
    vertical-align: middle;
}

.DisplayCalendarDesc {
    float: right;
    text-align: right;
    margin-right: 5px;
}

.eventCalendar-daysList li a, .eventCalendar-daysList li a:focus {
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 3px 6px;
    text-align: center;
    opacity: 0.5;
    width: 15px;
}

.eventCalendar-dayWithEvents, .eventCalendar-current {
    background: none;
}