﻿/* ------------------------------- *\
        $Calendar
    Created: August 12, 2013
    Updated: Dec 16, 2013
\* ---- -------------------------- */



.calendar-wrapper {
    width: 720px;
}

    .calendar-wrapper hr {
        margin: 10px 0;
        clear: left;
    }

.calendar-header-wrapper {
    display: inline-block;
}

    .calendar-header-wrapper h2 {
        margin: 0 0 10px;
    }

.calendar-type-toggle {
    float: right;
    display: block;
    width: 10%;
    padding-top: 2px;
}

.calendar-type-toggle-on {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #236c92;
    padding: 5px;
    cursor: hand;
    cursor: pointer;
}

    .calendar-type-toggle-on:hover {
        background-color: #236c92;
        cursor: hand;
        cursor: pointer;
    }

.calendar-type-toggle-off {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #7BA7BE;
    padding: 5px;
    cursor: hand;
    cursor: pointer;
}

    .calendar-type-toggle-off:hover {
        background-color: #236c92;
        cursor: hand;
        cursor: pointer;
    }

.calendar-date-picker {
    display: block;
    clear: left;
    padding-bottom: 5px;
}

.addCalPicker {
    display: block;
    float: right;
}

/* EVENT STYLES */
.calendar-event-wrapper {
    display: block;
    margin: 10px 0 0 15px;
    clear: left;
    width: 96%;
}

.calendar-date-wrapper {
    margin: 0 0 0 15px;
}

.calendar-event-title {
    font-size: 14px;
    color: #C04D00;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: 100;
}

    .calendar-event-title a {
        text-decoration: none;
    }

.calendar-event-time {
}

.calendar-event-description {
    margin: 0 0 0 15px;
}

.calendar-button {
    float: right;
    display: block;
    width: 150px;
    height: 16px;
}

.calendar-button-orange {
    height: 16px;
    padding: 0 5px 8px 35px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: Arial;
    font-weight: bold;
    color: #fff !important;
    float: right;
    background-color: #bf5700;
    background-image: -moz-linear-gradient(left, #aa9c8f 0, #aa9c8f 26px, #fff 26px, #fff 29px, #bf5700 29px, #bf5700 100%); /* FF3.6+ */
    background-image: -webkit-linear-gradient(left, #aa9c8f 26px, #fff 26px, #fff 29px, #bf5700 29px, #bf5700 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #aa9c8f 0,#aa9c8f 26px,#fff 26px, #fff 29px,#bf5700 29px, #bf5700 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #aa9c8f 0,#aa9c8f 26px,#fff 26px,#fff 29px, #bf5700 29px, #bf5700 100%); /* IE10+ */
    background: linear-gradient(to right, #aa9c8f 0,#aa9c8f 26px,#fff 26px,#fff 29px, #bf5700 29px, #bf5700 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf5700', endColorstr='#bf5700',GradientType=1 );*/ /* IE6-9 */
}

    .calendar-button-orange:hover {
        background-color: #000;
        background-image: -moz-linear-gradient(left, #aa9c8f 0, #aa9c8f 26px, #fff 26px, #fff 29px, #000 29px, #000 100%); /* FF3.6+ */
        background-image: -webkit-linear-gradient(left, #aa9c8f 26px, #fff 26px, #fff 29px, #000 29px, #000 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #aa9c8f 0,#aa9c8f 26px,#fff 26px, #fff 29px,#000 29px, #000 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #aa9c8f 0,#aa9c8f 26px,#fff 26px,#fff 29px, #000 29px, #000 100%); /* IE10+ */
        background: linear-gradient(to right, #aa9c8f 0,#aa9c8f 26px,#fff 26px,#fff 29px, #000 29px, #000 100%); /* W3C */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );*/ /* IE6-9 */
        cursor: hand;
        cursor: pointer;
    }

.calendar-month {
    color: #236C92;
    font-size: 18px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: 100;
    display: block;
    float: left;
    margin: 5px 0 10px;
}

.calendar-event-date {
    color: #3C2B20;
    font-size: 15px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: 100;
}

.calendar-button-img {
    height: 15px;
    width: 18px;
    display: block;
    position: absolute;
    margin: 5px 12px;
}

/* TELERIK CALENDAR CONTROLS */
.calendar-view {
    clear: both;
    padding-top: 10px;
}

.RadScheduler .rsHeader h2 {
    color: white;
}

.RadScheduler .rsHeader ul li {
    background: none;
}

.rcbItem {
    background: none;
}

.rsApt {
    width: 100% !important;
}

/*.calendar-month-wrapper {
    display: inline-block;
    margin: 10px 0 10px;
    width: 95%;
}

.calendar-event-icons {
    background-image: url("/images/McCombsCalendar/ics.png");
    display: block;
    float: right;
    height: 36px;
    width: 34px;
    cursor: hand;
    cursor: pointer;
}*/

/*--------------------------------End McCombs Calendar-----------------------------------------*/


/* Calendar Feed */

.calendar-feed-wrapper {
    display: block;
    width: 100%;
}

    .calendar-feed-wrapper hr {
        margin: 10px 0 0 0;
    }


.calendar-feed-event-wrapper h4 {
    margin: 10px 0 5px 0;
    line-height: 100%;
}


.calendar-feed-event-date {
    margin: -10px 0 0;
    color: #C04D00;
}

.calendar-feed-event-time {
    margin: -10px 0 0;
    color: #C04D00;
}


.calendar-feed-event-content {
    margin: 0 0 0 10px;
    line-height: 100%;
}

/* Main Calendar */

.main-calendar-checkbox ul li {
    background: none repeat scroll 0 0 #ffffff;
    list-style: none;
}


/* Home Page Feed */

.calendar-home-feed {
    color: #303030;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 10px;
    padding-left: 12px;
}

.home-feed-group1, .home-feed-group2 {
    padding-bottom: 10px !important;
}

.homepage-feed-content {
    clear: both;
    padding: 0 0 6px 12px;
}

.homepage-feed-item {
    display: block;
}

.homepage-feed-date {
    color: #303030;
    font-family: Interstate,Calibri,Trebuchet MS,Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    padding-left: 1px;
    margin: 5px 0 -5px 0;
}

.homepage-feed-link {
    font-family: Interstate,Calibri,Trebuchet MS,Sans-Serif;
    font-weight: 100;
    /*color: #4c3b0f; darkened for accessibility 10.09.14 - gmertens*/
    color: #42320d;
    font-size: 14px;/* changed from 16px 10.09.14*/
    text-align: left;
    line-height: 1.4em;
    padding: 0 15px 0 0;
}
