/*!
 * FullCalendar v1.6.1 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */

#EventCalendar {
    width: 375px;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 2px solid #a09e9f;
}

#SideSearchList {
    width: 500px;
    margin: 16px 0 0 20px;
    float: left;
}

.LeftCalendarWrapper {
    position: relative;
    margin-left: 15px;
    float: left;
}

.event-calendar {
    margin-bottom: 50px;
    padding-bottom: 15px;
    overflow: hidden;
    clear: both;
    background: #414141;
}

    .event-calendar table {
        display: table;
    }

    .event-calendar tr {
        display: table-row;
    }

    .event-calendar thead {
        display: table-header-group;
    }

    .event-calendar tbody {
        display: table-row-group;
    }

    .event-calendar td, .event-calendar th {
        display: table-cell;
        border-color: black;
    }

    .event-calendar .event-calendar-display {
        overflow: hidden;
    }

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #414141;
}

.fc-day-header {
    padding: 5px 0px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    right: 15px;
    top: 22px;
    left: inherit;
}

.ui-icon {
    background-color: #DDDDDD;
    /*background-image: none !important;*/
    height: 20px;
    width: 20px;
}

.ui-state-default .ui-icon {
    background-position: -14px -126px;
}

.ui-state-active .ui-icon {
    background-position: -46px -126px;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 12px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
}

/* Header
------------------------------------------------------------------------*/

.fc-button-next {
    background-image: url('../Content/images/icons/Desktop_CalendarRightArrow.png');
    height: 18px;
    width: 9px;
    margin-right: 10px;
    float: right;
    padding: 0;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.fc-button-prev {
    background-image: url('../Content/images/icons/Desktop_CalendarLeftArrow.png');
    height: 18px;
    width: 9px;
    margin-left: 10px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.fc-header-title h2 {
    padding: 0;
    margin: 0;
    color: #FFF;
}

.fc-header {
    line-height: 36px;
    border-bottom: 2px solid #A09E9F;
}

    .fc-header td {
        vertical-align: middle;
        background: none;
        color: white;
        text-transform: uppercase;
        white-space: nowrap;
    }

.fc-header-left, .fc-header-right, .fc-header-center {
    vertical-align: middle;
    border-right: none;
    border-left: none;
    border-top: none;
}

.fc-header-left {
    width: 25%;
    text-align: left;
}

.fc-header-center {
    text-align: center;
}

.fc-header-right {
    width: 25%;
    text-align: right;
}

.fc .fc-header-space {
    padding-left: 10px;
}

/* Content
------------------------------------------------------------------------*/
.fc-content {
    clear: both;
}

.fc-view {
    width: 100%; /* needed for view switching (when view is absolute) */
    overflow: hidden;
}

/* Cell Styles
------------------------------------------------------------------------*/
.fc-day-header {
    color: #90b13e;
    text-transform: uppercase;
    text-align: center;
    line-height: 18px;
}

.fc-day {
    vertical-align: middle;
    text-align: center;
    background-color: #414141;
    cursor: pointer;
    color: #FFF;
    height: 45px;
    width: auto;
    border-radius: 100%;
}

.mobileUL .fc-day {
    height: 45px;
    width: 45px;
}

.other-month,
.fc-day:not(.fc-day-has-events) {
    cursor: default;
    color: #A09E9F;
}

.fc-today {
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 5px 0 0 8px;
    background-color: #A09E9F;
}

.fc-day-selected {
    background-image: url('images/jquery.FullCalendar/CalendarDot.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 39px 39px;
}

.fc-day-has-events {
    color: white;
}

/* Calendar Buttons
------------------------------------------------------------------------*/

.fc-state-default {
    cursor: pointer;
}

.fc-state-disabled {
    cursor: default;
}

/* Search Controls
------------------------------------------------------------------------*/
.search-button {
    border-radius: 3px;
}

.searchbox-wrapper {
    position: relative;
    overflow: hidden;
}

    .searchbox-wrapper div {
        position: absolute;
        top: 26px;
        height: 20px;
        width: 20px;
        margin: 0;
        float: none;
        cursor: pointer;
    }

        .searchbox-wrapper div.search-button-search {
            top: 26px;
            right: 7%;
            background-image: url('images/SearchIcon.png');
            background-repeat: no-repeat;
            background-size: cover;
            color: #A09E9F;
        }

        .searchbox-wrapper div.calendar-clear-search-button {
            left: 7%;
            line-height: 18px;
            border-radius: 50%;
            opacity: 0;
            font-family: mission_gothicregular;
            font-size: 20px;
            text-align: center;
            color: #414141;
            background-color: #BBBBBB;
        }

.calendar-clear-search-button:hover {
    background-position: -96px -128px;
}

.calendar-search-left {
    background-image: url('../Content/images/jquery.FullCalendar/search-left-edge.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 3px;
    float: left;
}

.calendar-search-right {
    background-image: url('../Content/images/jquery.FullCalendar/search-right-edge.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 3px;
    float: left;
}

.search-list-controls {
    width: 375px;
    height: 70px;
    background-color: #414141;
}

.calendar-search-box,
.site-search-box {
    width: 90%;
    height: 38px;
    margin: 16px 5%;
    border: none;
    outline: none;
    background-color: #A09E9F;
    border-radius: 5px;
    text-indent: 10%;
}

.watermark {
    color: #414141;
}
/* Event List Results
------------------------------------------------------------------------*/
.search-list-result {
    width: 100%;
    height: 675px;
    font-size: 100%;
    overflow: hidden;
}

.event-clips-found {
    width: 100%;
    height: 40px;
    padding: 5px;
    float: left;
    border-bottom: 2px solid #a09e9f;
    color: white;
    text-decoration: none;
}

    .event-clips-found:nth-of-type(2n+1) {
        background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #212121), color-stop(0.79, #414141) );
        background-image: -o-linear-gradient(right, #212121 0%, #414141 79%);
        background-image: -moz-linear-gradient(right, #212121 0%, #414141 79%);
        background-image: -webkit-linear-gradient(right, #212121 0%, #414141 79%);
        background-image: -ms-linear-gradient(right, #212121 0%, #414141 79%);
        background-image: linear-gradient(to right, #212121 0%, #414141 79%);
    }

    .event-clips-found.event-list-empty {
        border: none;
    }

.DayEvtName {
    color: #FFFFFF;
    text-transform: uppercase;
}

.DayDescription {
    float: left;
    height: 35px;
    line-height: 12.5pt;
    padding: 0;
    margin: 3px 0 0 10px;
}

.DayShrtDescrip {
    font-family: mission_gothiclight;
    font-size: 10pt;
}

.DayEvtName {
    font-family: mission_gothicregular;
    font-size: 13pt;
}

.DayEvtName,
.DayShrtDescrip {
    width: 100%;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.DayEvtContainer {
    position: relative;
    height: 30px;
    line-height: 30px;
    width: 453px;
    padding: 5px 0;
    overflow: hidden;
    cursor: pointer;
    clear: both;
    font-family: mission_gothiclight;
    border-radius: 0px;
}

    .DayEvtContainer.ui-state-active {
        color: white;
    }

    .DayEvtContainer.ui-state-hover {
        color: white;
    }

    .DayEvtContainer span.DayDate {
        position: relative;
        height: 20px;
        line-height: 20px;
        margin: 5px 10px;
        float: left;
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
    }

    .DayEvtContainer span.DayName {
        position: relative;
        float: left;
        text-transform: uppercase;
    }

    .DayEvtContainer span.DayEvtTrigger {
        display: block;
        position: absolute;
        height: 20px;
        width: 20px;
        line-height: 20px;
        right: 10px;
        top: 10px;
        color: #000;
        background-color: #DDDDDD;
        text-align: center;
    }

.ui-accordion-header.DayEvtContainer {
    background: none;
    background-color: #a09e9f;
    border: none;
}

.ui-accordion-header-active.DayEvtContainer {
    background: none;
    background-color: #90b13e;
}

.DayEvtContainerContent.ui-accordion-content {
    padding: 0px;
    overflow: hidden;
    border: none;
    background-color: #414141;
}

.DayEvtContainerContent.ui-widget-content {
    background: none;
}

.DayEvtDate {
    height: 38px;
    width: 48px;
    margin: 0;
    padding: 0;
    float: left;
    background-color: #FFF;
    color: #414141;
}

    .DayEvtDate span {
        display: block;
        height: 19px;
        text-align: center;
    }

        .DayEvtDate span.DayNumber {
            margin-top: 5px;
        }

        .DayEvtDate span.TimeNumber {
            height: 35px;
            line-height: 14pt;
            padding-top: 3px;
            font-family: mission_gothicregular;
        }

            .DayEvtDate span.TimeNumber span.AMPM {
                font-size: 12pt;
                line-height: 12pt;
                font-family: mission_gothiclight;
            }

.SelectedEventEntry {
    /*border: 2px solid #ff0000;*/
}


/* Global Event Styles
------------------------------------------------------------------------*/
.calendar-highlights-section {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.calendarManager_loadingPanel {
    background-image: url("../Content/images/jquery.FullCalendar/LoadingAnimation.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #DDDDDD;
    opacity: 0.5;
}

.ui-widget-header .ui-icon {
    background-image: url('../Content/images/jquery-ui/ui-icons_cd0a0a_256x240.png');
}

@media all and (max-width: 640px) {
    .LeftCalendarWrapper {
        width: 100%;
        margin: 0;
        float: none;
        background-image: url('images/Mobile_CalendarBackground.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .event-calendar {
        background-color: transparent;
        font-family: mission_gothicregular;
    }

    #SideSearchList {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .search-list-controls {
        width: 100%;
        margin: 0 auto;
    }

    .search-list-result {
        overflow: hidden;
    }

    #EventCalendar {
        margin: 0 auto;
        padding: 10px 0;
        float: none;
        border: none;
    }

    .fc-content {
        margin-top: 5px;
    }

    .fc table,
    .fc-day {
        background-color: transparent;
    }

    .fc-today {
        background-color: #A09E9F;
    }

    .fc-day-selected {
        background-image: url('images/jquery.FullCalendar/CalendarDot.png');
        background-position: center;
    }

    .event-clips-found {
        height: 73px;
        width: 100%;
        padding: 10px 0;
        border-top: 2px solid #A09E9F;
        border-bottom: none;
    }

        .event-clips-found:nth-of-type(2n+1) {
            background-image: none;
        }

    .DayEvtDate span.DayNumber {
        margin-top: 10px;
        font-size: 20pt;
    }

    .DayEvtDate {
        height: 60px;
        width: 60px;
        margin: 5px 15px 0;
        background-color: #90b13e;
        color: #FFF;
    }

    .DayDescription {
        width: 70%;
        height: auto;
        margin: 0;
        padding: 15px 0;
        line-height: 16pt;
    }

        .DayDescription .DayEvtName {
            font-size: 16pt;
        }

        .DayDescription .DayShrtDescrip {
            font-size: 13pt;
        }

    .DayEvtDate span.TimeNumber {
        height: auto;
        line-height: initial;
        margin: 0;
    }

    .search-results {
        height: auto;
    }
}
