
/*======================================================
  SITECONTENT.CSS
  ======================================================

    A.  GENERAL 
    1.  BUTTONS AND LINKS 
    2.  STEPS NAVIGATION
    3.  MAIN CALENDAR PAGE
    4.  DETAILS PAGE
    5.  SUBMIT EVENT PAGE
    6.  SUBSCRIBE
    7.  USER EVENT MANAGEMENT   
    8.  MEDIA QUERIES
    9.  CALENDAR LIST




/*======================================================
  A.  GENERAL
  ===================================================== */
.calendar-main-wrapper {
    font-size: 0.824em;
    line-height: 1.5em;
}

    .calendar-main-wrapper.EVN_container-fluid {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        max-width: 1280px;
    }

    .calendar-main-wrapper .calendar-bar-color {
        background-color: transparent;
    }

    .calendar-main-wrapper .calendar-bar-color-disabled {
        background-color: #424242;
    }

    /* header color */
    .calendar-main-wrapper .EVN_col-sm-1.calendar-header, .calendar-main-wrapper .calendar-list-header, .calendar-main-wrapper .calendar-details-header {
        background-color: #B8E18E;
    }

    /* sub header and details page panel color */
    .calendar-main-wrapper .calendar-list-subHeading, .calendar-main-wrapper .detailsContent, .calendar-main-wrapper .detailsContact {
        background-color: #E5F8D9;
    }

    /*General Structure and Typography*/
    .calendar-main-wrapper h1, .calendar-main-wrapper h2, .calendar-main-wrapper h3 {
        line-height: 1.2em;
        color: #093a7f;
    }

    .calendar-main-wrapper h1 {
        font-size: 1.857em;
        font-weight: normal;
        margin-top: 0;
    }

    .calendar-main-wrapper h2 {
        font-size: 1.500em;
        font-weight: normal;
    }

    .calendar-main-wrapper h3 {
        font-size: 1.286em;
        font-weight: normal;
    }

    .calendar-main-wrapper .heading {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        background-color: #b8e18e !important;
    }

.calenderSearchContainer .heading h2 {
    line-height: 40px;
    color: #333;
    font-weight: bold;
    font-size: 1em;
    margin: 0;
}

.calendar-main-wrapper sub {
    font-size: 80%;
}

.calendar-main-wrapper sup {
    font-size: 80%;
}

.calendar-main-wrapper .alignCenter {
    text-align: center;
}


.calendar-main-wrapper .alignRight {
    text-align: right;
}

.calendar-main-wrapper .inline {
    display: inline;
}

.calendar-main-wrapper .noMarginLeft {
    margin-left: 0 !important;
}

.calendar-main-wrapper .noMarginRight {
    margin-right: 0 !important;
}


.calendar-main-wrapper .noMarginTop {
    margin-top: 0 !important;
}

.calendar-main-wrapper .noMarginBottom {
    margin-bottom: 0 !important;
}

.calendar-main-wrapper .marginBottom5 {
    margin-bottom: 5px;
}

.calendar-main-wrapper .altRow {
    background: #eaf3f7;
}

.calendar-main-wrapper .EVN_glyphicon-info-sign {
    cursor: pointer;
}

.calendar-main-wrapper .topContent {
    margin-bottom: 30px;
}

    .calendar-main-wrapper .topContent > :first-child {
        margin-top: 0;
    }

.calendar-main-wrapper .blueBg {
    background: #eaf3f7;
    padding: 15px;
}


.calendar-main-wrapper .ui-datepicker {
    z-index: 10 !important;
}

/*Clear Fix*/
.clear {
    clear: both;
}

.cf:before, .cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}



/*======================================================
  1.  BUTTONS AND LINKS
  ===================================================== */

/*.calendar-main-wrapper a, .calendar-main-wrapper a:link, .calendar-main-wrapper a:visited {
    color: #093a7f;
    text-decoration: underline;
}

    .calendar-main-wrapper a:hover, .calendar-main-wrapper a:active, .calendar-main-wrapper a:focus {
        text-decoration: underline;
    }*/

/* Buttons */

.calendar-main-wrapper .buttonOne, .calendar-main-wrapper a.buttonOne {
    cursor: pointer;
    display: inline-block;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    margin: 5px 3px 5px 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #093a80;
    font-size: 1em;
    font-weight: bold;
    background: #d9e8ef;
    border: none;
    -webkit-transition: background 0.1s ease-in;
    -moz-transition: background 0.1s ease-in;
    -ms-transition: background 0.1s ease-in;
    -o-transition: background 0.1s ease-in;
    transition: background 0.1s ease-in;
    -webkit-backface-visibility: hidden;
}


    .calendar-main-wrapper .buttonOne:hover, .calendar-main-wrapper a.buttonOne:hover, .calendar-main-wrapper a.buttonOne:active, .calendar-main-wrapper a.buttonOne:active:focus {
        text-decoration: none;
        background: #c6d5dc;
    }

.calendar-main-wrapper .buttonTwo {
    cursor: pointer;
    display: inline-block;
    padding: 7px 10px;
    text-decoration: none;
    text-align: center;
    margin: 5px 3px 5px 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 1em;
    background: #fff;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background 0.1s ease-in;
    -moz-transition: background 0.1s ease-in;
    -ms-transition: background 0.1s ease-in;
    -o-transition: background 0.1s ease-in;
    transition: background 0.1s ease-in;
    -webkit-backface-visibility: hidden;
}

    .calendar-main-wrapper .buttonTwo:hover {
        text-decoration: none;
        background: #ddd;
        color: #000;
    }

.calendar-main-wrapper .buttonOne.buttonFixed, .calendar-main-wrapper a.buttonOne.buttonFixed {
    width: 150px;
}

.calendar-main-wrapper .searchButton {
    height: 25px;
    width: 25px;
    color: #fff;
    border: none;
    background-color: #5E7FBF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .calendar-main-wrapper .searchButton i {
        position: relative;
        top: -2px;
        right: 6px;
        color: #fff;
        pointer-events: none;
    }

    .calendar-main-wrapper .searchButton:hover, .calendar-main-wrapper .searchButton:active, .calendar-main-wrapper .searchButton.EVN_active, .calendar-main-wrapper .searchButton:focus, .calendar-main-wrapper .searchButton.EVN_focus {
        color: #fff;
        background: #2D5B9C;
    }

.calendar-main-wrapper .deleteDateButton {
    height: 25px;
    width: 25px;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .calendar-main-wrapper .deleteDateButton i {
        font-size: 1.7em;
        position: relative;
        top: -5px;
        right: 12px;
        color: #000;
    }

        .calendar-main-wrapper .deleteDateButton i:hover, .calendar-main-wrapper .deleteDateButton i:active, .calendar-main-wrapper .deleteDateButton i.EVN_active, .calendar-main-wrapper .deleteDateButton i:focus, .calendar-main-wrapper .deleteDateButton i.EVN_focus {
            color: #555;
        }


.calendar-main-wrapper .socialButton {
    display: inline-block;
    margin-left: 5px;
}

    .calendar-main-wrapper .socialButton img {
        display: block;
        width: 18px;
        height: 18px;
    }



/*======================================================
  2.  STEPS NAVIGATION
  ===================================================== */

.calendar-main-wrapper .steps {
    margin-bottom: 30px;
}

.calendar-main-wrapper .stepsNav, .calendar-main-wrapper .stepsNav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .calendar-main-wrapper .stepsNav li {
        display: inline-block;
        margin-right: 3px;
    }

        .calendar-main-wrapper .stepsNav li a {
            display: block;
            padding: 5px 12px;
            font-size: .9em;
            font-weight: bold;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            color: #767676;
            text-decoration: none;
        }

            .calendar-main-wrapper .stepsNav li a:hover {
                background: #eaf3f7;
            }

            .calendar-main-wrapper .stepsNav li a.current {
                background: #b8e18e;
                color: #fff;
            }

            .calendar-main-wrapper .stepsNav li a .EVN_badge {
                background: #b31b18;
            }

            .calendar-main-wrapper .stepsNav li a.current .EVN_badge {
                background: #fff;
                color: #b8e18e;
            }



/*======================================================
  3.  MAIN CALENDAR PAGE
  ===================================================== */

/*Mini Calendar*/
.calendar-main-wrapper .miniCalendar {
    margin: 0px 0px 15px 0px;
    padding: 0;
}

    .calendar-main-wrapper .miniCalendar td {
        padding: 7px 10px;
        color: #333;
    }

    .calendar-main-wrapper .miniCalendar, .calendar-main-wrapper .miniCalendar table {
        width: 100%;
    }

        .calendar-main-wrapper .miniCalendar .titlerow {
            background: #b8e18e;
            padding: 0 !important;
            text-align: center;
        }

            .calendar-main-wrapper .miniCalendar .titlerow td {
                color: #333;
                padding: 0;
            }

.miniCalendar .titlerow table tbody tr td h2 {
    font-size: 1em;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.calendar-main-wrapper .miniCalendar .titlerow .EVN_prev, .calendar-main-wrapper .miniCalendar .titlerow .EVN_next {
    width: 40px;
}

.calendar-main-wrapper .miniCalendar .titlerow a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #333;
    height: 40px;
    line-height: 40px;
    font-size: 2em;
    font-weight: normal;
}

    .calendar-main-wrapper .miniCalendar .titlerow a:hover {
        text-decoration: none;
    }

    .calendar-main-wrapper .miniCalendar .titlerow a:focus {
        text-decoration: underline;
    }

.calendar-main-wrapper .calendarContainer {
    padding: 0 !important;
}

.calendar-main-wrapper .DayHeader {
    background: #eaf3f7;
}

.calendar-main-wrapper .Calendar th {
    padding: 10px 0;
}

.calendar-main-wrapper .Calendar td {
    text-align: center;
    font-weight: bold;
    padding: 3px 0;
}

.calendar-main-wrapper .Calendar td {
    width: 13%;
    border-top: solid 1px #ccc;
}

.calendar-main-wrapper .Calendar tr.first td {
    border: none;
}

.calendar-main-wrapper .Calendar td.Selector {
    width: 9%;
}

.calendar-main-wrapper .Calendar td a {
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 7px 0;
    text-decoration: none;
}

.calendar-main-wrapper .Calendar a:hover, .calendar-main-wrapper .Calendar a:focus {
    text-decoration: none;
}

.highlight {
    color: #333;
    background: #b8e18e;
}

.calendar-main-wrapper .Calendar .Highlight a {
    color: #333;
    background: #b8e18e;
}

.calendar-main-wrapper .Calendar .OtherMonthDay a {
    color: #767676;
}


/*Search Form*/
.calendar-main-wrapper .searchForm {
    padding: 15px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #5472AD !important;
    background: #5B7BB8;
}

/* Loading */
.loading-container {
    position: fixed;
    padding: 11rem 4rem 3rem;
    top: 50vh;
    left: 50vw;
    text-align: center;
    font-size: 1.5em;
    color: white;
    background: rgba(120,120,120,.9) url('../img/searching.svg') top 2rem center no-repeat;
    background-size: 7rem 7rem;
    border-radius: .5rem;
    box-shadow: .25rem .5rem 1rem rgba(0,0,0,.2);
    transform: translate(-50%,-50%);
    z-index: 9999;
}

/*Search Results*/
.calendar-main-wrapper .searchResultsContainer {
    padding-top: 20px;
}

.calendar-main-wrapper .resultsNumber {
    margin-top: 0;
}

.calendar-main-wrapper .resultsLegend {
    padding: 15px 25px;
}

.calendar-main-wrapper .legendItem {
    display: inline-block;
    margin-right: 20px;
    color: #767676;
}

    .calendar-main-wrapper .legendItem span {
        display: inline-block;
        height: 15px;
        width: 15px;
        vertical-align: -10%;
        margin-right: 10px;
    }

    /*Category Colors*/
    .calendar-main-wrapper .legendItem.catOne span, .calendar-main-wrapper .catOne .dateContainer .date {
        background: #836f32;
    }

    .calendar-main-wrapper .legendItem.catTwo span, .calendar-main-wrapper .catTwo .dateContainer .date {
        background: #b31b18;
    }

    .calendar-main-wrapper .legendItem.catThree span, .calendar-main-wrapper .catThree .dateContainer .date {
        background: #002d56;
    }

    .calendar-main-wrapper .legendItem.catFour span, .calendar-main-wrapper .catFour .dateContainer .date {
        background: #006325;
    }


.calendar-main-wrapper .featuredEvents {
    background: #f1e8c1;
    border-bottom: solid 5px #666;
}

.calendar-main-wrapper .featuredEventsTitle {
    font-weight: bold;
    color: #fff;
    background: #666;
    padding: 5px 15px;
}


/*Event Items*/
.calendar-main-wrapper .eventContainer {
    padding: 15px;
    position: relative;
}

.calendar-main-wrapper .eventDetails {
    padding-left: 65px;
    overflow: hidden;
}

.calendar-main-wrapper .dateContainer {
    width: 50px;
    position: absolute;
    left: 15px;
    top: 15px;
}

    .calendar-main-wrapper .dateContainer .date {
        width: 50px;
        height: 50px;
        padding-top: 7px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.calendar-main-wrapper .eventDetails h3 {
    margin: 0;
}

.calendar-main-wrapper .eventsTitle a {
    text-decoration: none;
}

.calendar-main-wrapper .eventDate, .eventLocation {
    font-weight: bold;
}

.calendar-main-wrapper .eventContent {
    width: 100%;
    color: #767676;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*Pagination*/
.calendar-main-wrapper .EVN_pager {
    margin-top: 10px;
    text-align: left;
}

    .calendar-main-wrapper .EVN_pager button {
        display: inline-block;
        height: 33px;
        width: 33px;
        line-height: 33px;
        border: none;
        outline: none;
        color: #093a80;
        font-weight: bold;
        text-align: center;
        margin: 0 3px 3px 0;
        background: #eaf3f7;
    }

        .calendar-main-wrapper .EVN_pager button.EVN_prev, .calendar-main-wrapper .EVN_pager button.EVN_next {
            width: auto;
            padding: 0 10px;
        }

        .calendar-main-wrapper .EVN_pager button:hover, .calendar-main-wrapper .EVN_pager button:active {
            text-decoration: none;
            background: #c6d5dc;
        }



/*======================================================
  4.  DETAILS PAGE
  ===================================================== */

.calendar-main-wrapper h3.sectionHeader {
    margin-bottom: 0;
    color: #000;
    font-weight: bold !important;
}

.calendar-main-wrapper .contentLeft {
    width: 75%;
    float: left;
    padding-right: 5px;
}

.calendar-main-wrapper .contentRight {
    width: 25%;
    float: right;
}

.calendar-main-wrapper .detailsContent {
    padding: 15px;
}

.calendar-main-wrapper .detailsPic {
    margin-bottom: 5px;
    height: 150px;
    overflow: hidden;
}

    .calendar-main-wrapper .detailsPic img {
        display: block;
        width: 100%;
        height: auto;
    }

.calendar-main-wrapper .detailsContact {
    padding: 15px;
}

.calendar-main-wrapper .contactLinks {
    padding-top: 10px;
}

    .calendar-main-wrapper .contactLinks a {
        display: block;
    }

.calendar-main-wrapper .mapContainer {
    margin-top: 20px;
}

.calendar-main-wrapper .map {
    height: 400px;
    overflow: hidden;
}

    /* PLACEHOLDER */

    .calendar-main-wrapper .map img {
        display: block;
        width: 100%;
        height: auto;
    }



/*======================================================
  5. SUBMIT EVENT
  ===================================================== */
.calendar-main-wrapper .EVN_form-control.inline {
    display: inline-block;
    width: auto;
}

    .calendar-main-wrapper .EVN_form-control.inline.xs {
        width: 70px;
    }

.calendar-main-wrapper .login {
    margin-top: 30px;
}

.calendar-main-wrapper .recurrencePanel {
    display: none;
}

.calendar-main-wrapper .recurrencePanelContainer.EVN_open {
    background: #f5f9fc;
    padding: 10px 15px;
}

    .calendar-main-wrapper .recurrencePanelContainer.EVN_open .recurrencePanel {
        display: block;
    }

.calendar-main-wrapper .multiplePanel {
    background: #f5f9fc;
    padding: 10px 15px;
    display: none;
}

    .calendar-main-wrapper .multiplePanel.EVN_open {
        display: block;
    }

.calendar-main-wrapper table.itemsTable {
    width: 100%;
    border: solid 1px #ccc;
    border-left: none;
}

.calendar-main-wrapper .itemsTable th {
    padding: 10px 7px;
    background: #fff;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.calendar-main-wrapper .itemsTable td {
    text-align: center;
    padding: 7px;
    background: #eaf3f7;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.calendar-main-wrapper .itemsTable input {
    display: inline-block;
}

.calendar-main-wrapper .itemsTable label {
    display: none;
}

.calendar-main-wrapper .itemsTable .EVN_form-control-feedback {
    top: 0;
}

.calendar-main-wrapper .deleteButton {
    display: inline-block;
}

.calendar-main-wrapper .deleteText {
    display: none;
}

.calendar-main-wrapper .deleteButton img {
    display: block;
    width: 24px;
    height: auto;
}



/*======================================================
  6. SUBSCRIBE
  ===================================================== */

.calendar-main-wrapper .generalInformation {
    margin-bottom: 20px;
}

.calendar-main-wrapper .subscribeToEvent {
    margin-bottom: 20px;
}



/*======================================================
  7. USER EVENT MANAGEMENT 
  ===================================================== */

.calendar-main-wrapper table.approvalsTable td {
    text-align: left;
}

    .calendar-main-wrapper table.approvalsTable td.alignCenter {
        text-align: center;
    }

.calendar-main-wrapper .approvalsTable strong {
    display: block;
}

.calendar-main-wrapper .changePassPanel {
    padding-top: 10px;
    display: none;
}

    .calendar-main-wrapper .changePassPanel.EVN_open {
        display: block;
    }



/*======================================================
  8.  MEDIA QUERIES
  ===================================================== */
@media only screen and (max-width : 991px) {
    .calendar-main-wrapper .socialButton img {
        width: 40px;
        height: 40px;
    }

    .calendar-main-wrapper .miniCalendarContainer {
        display: none;
    }

    .calendar-main-wrapper .EVN_pager button {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .calendar-main-wrapper .detailsPic {
        display: none;
    }

    /* PLACEHOLDER */

    .calendar-main-wrapper .map img {
        display: block;
        height: 100%;
        width: auto;
    }
}

@media only screen and (max-width : 767px) {

    .calendar-main-wrapper .alignCenterSmall {
        text-align: center;
    }

    .calendar-main-wrapper a:hover {
        text-decoration: none !important;
    }

    /* Buttons */

    .calendar-main-wrapper .buttonOne.buttonFixed, .calendar-main-wrapper a.buttonOne.buttonFixed {
        display: inline-block;
        width: auto;
    }

    .calendar-main-wrapper .mediaqueries .stepsNav {
        text-align: center;
    }

        .calendar-main-wrapper .mediaqueries .stepsNav li {
            display: block;
        }

            .calendar-main-wrapper .mediaqueries .stepsNav li a {
                border-bottom: solid 1px #ccc;
            }

    .calendar-main-wrapper #printArea h1 {
        text-align: center;
    }


    .calendar-main-wrapper .calendarTopButtons {
        padding: 7px 0;
        text-align: center;
    }

    .calendar-main-wrapper .printViewButton {
        display: none !important;
    }

    .calendar-main-wrapper .resultsNumber {
        margin: 0;
        text-align: center;
    }

    .calendar-main-wrapper .resultsParams h2 {
        display: none;
    }

    .calendar-main-wrapper .resultsLegend {
        padding: 10px 15px;
    }

    .calendar-main-wrapper .legendItem {
        display: block;
        margin-right: 0;
    }

        .calendar-main-wrapper .legendItem span {
            display: inline-block;
            height: 15px;
            width: 15px;
            vertical-align: -10%;
            margin-right: 10px;
        }

    .calendar-main-wrapper .eventContainer {
        padding-left: 25px;
    }

    .calendar-main-wrapper .eventDetails {
        padding: 0;
    }

    .calendar-main-wrapper .dateContainer {
        width: 10px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }

        .calendar-main-wrapper .dateContainer .date {
            position: absolute;
            padding: 0;
            width: 100%;
            height: auto;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

            .calendar-main-wrapper .dateContainer .date * {
                display: none;
            }

    .calendar-main-wrapper .contentLeft {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .calendar-main-wrapper .contentRight {
        width: 100%;
        float: none;
        margin-top: 5px;
    }

    .calendar-main-wrapper .map {
        height: 300px;
    }

        /* PLACEHOLDER */

        .calendar-main-wrapper .map img {
            display: block;
            height: 100%;
            width: auto;
        }

    .calendar-main-wrapper .reviewButton {
        text-align: center;
    }

    .calendar-main-wrapper .signInForm {
        margin-bottom: 5px;
    }

    .calendar-main-wrapper .recurrencePanel .EVN_checkbox-inline {
        display: block;
        margin-left: 20px;
        padding: 3px 0;
    }
}

@media only screen and (max-width : 479px) {
    .calendar-main-wrapper .mobileNav a {
        font-size: .8em;
    }

    .calendar-main-wrapper table.itemsTable {
        border-top: none;
    }

    .calendar-main-wrapper .itemsTable tbody, .calendar-main-wrapper .itemsTable th, .calendar-main-wrapper .itemsTable tr, .calendar-main-wrapper .itemsTable td {
        display: block;
        width: 100% !important;
    }

    .calendar-main-wrapper .itemsTable th {
        display: none;
    }

    .calendar-main-wrapper .itemsTable tr:nth-child(odd) td {
        background: #fff;
    }

    .calendar-main-wrapper .itemsTable input {
        width: 100%;
    }

    .calendar-main-wrapper .itemsTable label {
        display: block;
    }

    .calendar-main-wrapper .itemsTable .EVN_form-control-feedback {
        top: 25px;
    }

    .calendar-main-wrapper a.deleteButton {
        display: block;
        background: #b31b18;
        padding: 10px 20px;
        color: #fff;
        font-weight: bold;
    }

        .calendar-main-wrapper a.deleteButton:hover, .calendar-main-wrapper a.deleteButton:active {
            background: #a31916;
        }

    .calendar-main-wrapper .deleteText {
        display: inline-block;
    }

    .calendar-main-wrapper .deleteButton img {
        display: none;
    }

    .calendar-main-wrapper .searchButton {
        width: 100%;
    }

    .calendar-main-wrapper .approvalsTable td {
        text-align: center !important;
    }

    .calendar-main-wrapper .approvalsTable tr:nth-child(odd) td {
        background: #fff;
    }
}


/*======================================================
  9.  CALENDAR LIST
  ===================================================== */
.calendar-main-wrapper .calendar-list-container {
    font-size: 0.824em;
    line-height: 1.5em;
}

    .calendar-main-wrapper .calendar-list-container .EVN_row {
        margin-right: 0;
        margin-left: 0;
    }

.calendar-main-wrapper .calendar-list-header {
    font-weight: 700;
    margin: 50px 0 0 0;
    padding: 10px 4px 6px 4px;
    font-size: 1.286em;
}

.calendar-list-container .calendar-list-header h2 {
    font-size: 1em;
    font-weight: 700;
    color: #000;
    display: inline-block;
    margin: 0;
}

.calendar-main-wrapper .calendar-list-subHeading {
    font-weight: 700;
    color: #5c5c5c;
    margin: 0;
    padding: 6px 0 0 20px;
}

.calendar-main-wrapper .results-showing {
    font-size: 0.700em;
    font-weight: 300;
    position: relative;
    top: -2px;
    white-space: nowrap;
}

.calendar-main-wrapper .calendar-list-date {
    font-size: 0.800em;
    font-weight: 300;
    text-align: right;
}

.calendar-main-wrapper .calendar-list-legend {
    display: inline-block;
    padding-right: 75px;
}

    .calendar-main-wrapper .calendar-list-legend .calendar-bar-color {
        width: 20px;
    }

.calendar-main-wrapper .calendar-list-legendText {
    position: relative;
    bottom: 8px;
    display: inline-block;
    padding-left: 5px;
}

.calendar-main-wrapper .calendar-bar-transparent {
    height: 28px;
    margin: 0 2px 2px 2px;
}

.calendar-main-wrapper .calendar-bar-1day, .calendar-main-wrapper .calendar-bar-2day, .calendar-main-wrapper .calendar-bar-3day, .calendar-main-wrapper .calendar-bar-4day, .calendar-main-wrapper .calendar-bar-5day, .calendar-main-wrapper .calendar-bar-6day, .calendar-main-wrapper .calendar-bar-7day {
    color: #FFF;
    font-size: 1.071em;
    font-weight: 400;
    text-align: left;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    margin: 0 2px 2px 2px;
    background-color: #7A7A7A;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.09) 50%, rgba(0,0,0,0.09) 51%, rgba(0,0,0,0.09) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.09)), color-stop(50%,rgba(255,255,255,0.09)), color-stop(51%,rgba(0,0,0,0.09)), color-stop(100%,rgba(0,0,0,0.09))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.09) 0%,rgba(255,255,255,0.09) 50%,rgba(0,0,0,0.09) 51%,rgba(0,0,0,0.09) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.09) 0%,rgba(255,255,255,0.09) 50%,rgba(0,0,0,0.09) 51%,rgba(0,0,0,0.09) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.09) 0%,rgba(255,255,255,0.09) 50%,rgba(0,0,0,0.09) 51%,rgba(0,0,0,0.09) 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.09) 0%,rgba(255,255,255,0.09) 50%,rgba(0,0,0,0.09) 51%,rgba(0,0,0,0.09) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0affffff', endColorstr='#0a000000',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
}

.calendar-main-wrapper .calendar-bar-2day {
    width: 198.5%;
}

.calendar-main-wrapper .calendar-bar-3day {
    width: 298.5%;
}

.calendar-main-wrapper .calendar-bar-4day {
    width: 399.5%;
}

.calendar-main-wrapper .calendar-bar-5day {
    width: 500%;
}

.calendar-main-wrapper .calendar-bar-6day {
    width: 600.5%;
}

.calendar-main-wrapper .calendar-bar-7day {
    width: 701%;
}

.calendar-main-wrapper .calendar-bar-color {
    width: 10px;
    height: 28px;
    display: inline-block;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.04) 50%, rgba(0,0,0,0.04) 51%, rgba(0,0,0,0.04) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.04)), color-stop(50%,rgba(255,255,255,0.04)), color-stop(51%,rgba(0,0,0,0.04)), color-stop(100%,rgba(0,0,0,0.04))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.04) 0%,rgba(255,255,255,0.04) 50%,rgba(0,0,0,0.04) 51%,rgba(0,0,0,0.04) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.04) 0%,rgba(255,255,255,0.04) 50%,rgba(0,0,0,0.04) 51%,rgba(0,0,0,0.04) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.04) 0%,rgba(255,255,255,0.04) 50%,rgba(0,0,0,0.04) 51%,rgba(0,0,0,0.04) 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.04) 0%,rgba(255,255,255,0.04) 50%,rgba(0,0,0,0.04) 51%,rgba(0,0,0,0.04) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0affffff', endColorstr='#0a000000',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.calendar-main-wrapper .calendar-bar-end .calendar-bar-color {
    float: right;
}

.calendar-main-wrapper .calendar-list-list, .calendar-main-wrapper .calendar-list-disabled {
    padding: 18px 20px;
    border-bottom: 1px solid #cccccc;
}

.calendar-main-wrapper .calendar-list-disabled {
    background: #F7F7F7;
}

.calendar-main-wrapper .calendar-list-list .EVN_col-sm-1 {
    padding: 0;
}

.calendar-main-wrapper .calendar-list-calendar-wrapper {
    width: 88px;
    float: left;
}

.calendar-main-wrapper .calendar-list-calendar {
    text-align: center;
    width: 68px;
    height: 68px;
    background-color: #F7F7F7;
    border: 1px solid #CCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .calendar-main-wrapper .calendar-list-calendar span {
        font-size: 2.143em;
        font-weight: 700;
        text-align: center;
        color: #5c5c5c;
        display: inline-block;
        padding-top: 6px;
    }

.calendar-main-wrapper .calendar-list-calendarDate {
    font-size: 1.571em;
    font-weight: 700;
    color: #000;
    padding-top: 5px;
    width: 66px;
    height: 30px;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.04) 50%, rgba(0,0,0,0.04) 51%, rgba(0,0,0,0.04) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.04)), color-stop(50%,rgba(255,255,255,0.04)), color-stop(51%,rgba(0,0,0,0.04)), color-stop(100%,rgba(0,0,0,0.04))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.04) 0%,rgba(255,255,255,0.04) 50%,rgba(0,0,0,0.04) 51%,rgba(0,0,0,0.04) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.04) 0%,rgba(255,255,255,0.04) 50%,rgba(0,0,0,0.04) 51%,rgba(0,0,0,0.04) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.04) 0%,rgba(255,255,255,0.04) 50%,rgba(0,0,0,0.04) 51%,rgba(0,0,0,0.04) 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.04) 0%,rgba(255,255,255,0.04) 50%,rgba(0,0,0,0.04) 51%,rgba(0,0,0,0.04) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0affffff', endColorstr='#0a000000',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.calendar-main-wrapper .calendar-list-info {
    margin-left: 88px;
}

.calendar-list-container .calendar-list-list .calendar-list-info h3 {
    font-weight: 700;
    font-size: 1.286em;
    margin: 0;
}

.calendar-main-wrapper .calendar-list-title {
    color: #5c5c5c;
    overflow: hidden;
}

.calendar-main-wrapper .calendar-list-disabled .calendar-list-title {
    padding-top: 24px;
}

.calendar-main-wrapper .calendar-list-time, .calendar-list-location {
    font-weight: 700;
    color: #5c5c5c;
    overflow: hidden;
}

.calendar-main-wrapper .calendar-list-content {
    color: #5c5c5c;
}

@media (max-width: 767px) {
    .calendar-main-wrapper .calendar-list-header {
        margin: 0;
        text-align: center;
    }

    .calendar-main-wrapper .calendar-list-date {
        text-align: center;
    }

    .calendar-main-wrapper .calendar-list-calendar {
        width: 10px;
        border: none;
        border-right: 0;
    }

    .calendar-main-wrapper .calendar-list-calendarDate {
        width: 10px;
        text-indent: -9999em;
        outline: 0;
        border-radius: 3px;
    }

    .calendar-main-wrapper .calendar-list-info {
        margin-left: 30px;
    }

    .calendar-main-wrapper .calendar-list-calendar span {
        display: none;
    }

    .calendar-main-wrapper .calendar-list-calendar-wrapper {
        width: 30px;
    }
}

@media (min-width: 768px) {

    .calendar-main-wrapper .calendar-list-container {
        /*width:96%;*/
    }
}

@media (min-width: 1300px) {
    .calendar-main-wrapper .calendar-list-container {
        /*max-width:1250px;
        width:96%;*/
    }
}
