/**************************************************
* $File: //p4-wdpro/Projects/Sites/ESPNWWOS/main-minify/web-app/src/public/static/css/calendar.css $
*
* $Author: flegp001 $
* $Revision: #1 $
* $Change: 1457315 $
* $Date: 2014/03/31 $
**************************************************/

.calendar-intro {
    margin: 21px 20px -36px;
    text-align: right;
}

.calendar-intro .spectator-calendar-key-item.purchase {
    margin-right: 23px;
}

.calendar-intro .spectator-calendar-key-item .icon {
    display: inline-block;
    position: relative;
}

.calendar-intro .spectator-calendar-key-item.purchase .icon {
    background-position: -253px -220px;
    height: 12px;
    top: 2px;
    width: 16px;
}

.calendar-intro .spectator-calendar-key-item.promotional .icon {
    background-position: -219px -220px;
    height: 14px;
    top: 3px;
    width: 14px;
}

.calendar-intro .spectator-calendar-key-item .text {
    font-family: 'Playoff Pro Sans Regular',sans-serif;
    font-size: 13px;
}

.calendar-intro .spectator-calendar-key-item.purchase .text {
    color: #84888B;
}

.calendar-intro .spectator-calendar-key-item.promotional .text {
    color: #A8996E;
}

.calendar {
    background-color: #FFF;
    box-shadow: 0 3px 3px #555;
    margin: -40px auto 49px;
    max-width: 902px;
    padding: 0 19px 31px;
}

.calendar.spectator-calendar {
    box-shadow: none;
    margin: 0;
    padding-bottom: 4px;
}

#spectator-calendar-1.calendar.spectator-calendar {
    padding-bottom: 29px;
}

.calendar.spectator-calendar .fc-grid {
    overflow: visible;
}

.fc-grid table {
    border: 1px solid #8F9495;
}

.calendar.spectator-calendar .fc-grid table {
    border-bottom: none;
    border-color: #363636;
}

.fc-header-title h2 {
    color: #363636;
    font-family: "Playoff Pro Sans Regular", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

.calendar.spectator-calendar .fc-header-title h2 {
    font-size: 20px;
}

.fc-button-prev,
.fc-button-next {
    display: inline-block;
    height: 23px;
    margin: 14px 0 18px;
    width: 14px;
}

.calendar.spectator-calendar .fc-button-prev,
.calendar.spectator-calendar .fc-button-next,
.calendar.spectator-calendar .fc-header-space {
    display: none;
}

.fc-button-prev, .fc-button-prev.fc-state-disabled:hover {
    background-position: -206px -38px;
}

.fc-button-prev:hover {
    background-position: -216px -61px;
}

.fc-button-next, .fc-button-next.fc-state-disabled:hover {
    background-position: -220px -38px;
}

.fc-button-next:hover {
    background-position: -230px -61px;
}

.fc-header-title {
    margin-top: 9px;
    position: relative;
    text-align: center;
    width: 200px;
}

.calendar.spectator-calendar .fc-header-title {
    margin-bottom: 6px;
    text-align: left;
}

.fc-grid .fc-widget-header {
    background-color: #000;
    border: 1px solid #000;
    color: #FFF;
    font-family: "Playoff Pro Sans Regular",sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 19px;
    line-height: 19px;
    text-transform: uppercase;
}

.fc-content > .fc-grid > div {
    top: 20px !important;
}

#espnwwos-events-page .fc-content > .fc-grid > div {
    top: 0 !important;
}

.fc-grid .fc-event {
    border: none;
    border-radius: 0 !important;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    line-height: 22px;
}

.no-touch .fc-grid .fc-event.hover {
    background-color: #C00 !important;
}

.calendar.spectator-calendar .fc-grid .fc-event {
    display: none;
}

.fc-grid .fc-event .sport-icon-white {
    margin-left: 4px;
    width: 0;
    visibility: hidden;
}

#espnwwos-events-page .fc-grid .fc-event .sport-icon-white {
    margin-left: 5px;
    position: relative;
    top: 2px;
    width: 22px;
    visibility: visible;
}

.fc-grid .fc-event .fc-event-title {
    padding: 0 7px 0 6px;
    position: relative;
    top: -4px;
}

.fc-grid .fc-event .producer-icon {
    display: inline-block;
    position: relative;
    top: -2px;
}

.fc-grid .fc-event .producer-icon.disney {
    background-position: -27px -58px;
    height: 11px;
    width: 13px;
}

.fc-grid .fc-event .producer-icon.client {
    background-position: -52px -58px;
    height: 12px;
    width: 12px;
}

.fc-grid .fc-week {
    height: 75px;
}

#espnwwos-events-page .fc-grid .fc-week {
    height: 185px;
}

.fc-grid .fc-day {
    border: none;
    border-bottom: 1px solid #8C9192;
    overflow: hidden;
}

.calendar.spectator-calendar .fc-grid .fc-day {
    border-bottom-color: #363636;
    overflow: visible;
}

.fc-grid .fc-day.ie-fix {
    position: relative;
}

.fc-grid .fc-day > div {
    border-right: 1px solid #D0D1D2;
    margin: 12px 0 14px;
    min-height: 74px !important;
}

.calendar.spectator-calendar .fc-grid .fc-day > div {
    border-color: #C0C2C3;
    margin: 9px 0;
    min-height: 60px !important;
    position: relative;
}

#espnwwos-events-page .fc-grid .fc-day > div {
    min-height: 219px !important;
}

.fc-grid .fc-day.fc-last > div {
    border-right: none;
}

.fc-grid .fc-day .fc-day-content {
    height: 74px;
}

.calendar.spectator-calendar .fc-grid .fc-day .fc-day-content {
    font-size: 12px;
    height: 63px;
    left: 0;
    line-height: 15px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    width: 72px;
}

#espnwwos-events-page .fc-grid .fc-day .fc-day-content {
    height: auto;
}

.fc-grid .fc-day .fc-day-content > div {
    height: 74px !important;
    position: relative;
    top: -20px;
}

#espnwwos-events-page .fc-grid .fc-day .fc-day-content > div {
    height: 120px !important;
    top: 0;
}

.calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div {
    height: 62px !important;
    top: 1px;
}

.calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-icons {
    position: relative;
    right: -2px;
    top: 0;
}

.calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-icons .spectator-icon {
    float: right;
    position: relative;
}

.calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-icons .spectator-icon.purchase {
    background-position: -233px -220px;
    height: 14px;
    width: 20px;
}
.calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-icons .spectator-icon.promotional {
    background-position: -200px -220px;
    cursor: pointer;
    height: 19px;
    top: -3px;
    width: 19px;
}

.m .calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-icons .spectator-icon.promotional {
    margin-right: 7px;
}

.calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-icons .spectator-tooltip {
    background-color: #FFF;
    box-shadow: 1px 0 3px #555;
    behavior: url(/public/static/css/pie.htc);
    bottom: 18px;
    display: none;
    overflow: visible;
    padding: 17px;
    position: absolute;
    left: 0;
    width: 276px;
    z-index: 1;
}

.t .calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-icons .spectator-tooltip.screen-right-side {
    left: auto;
    right: 0;
}

.m .calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-icons .spectator-tooltip {
    width: 93%;
    margin-left: -15px;
}

.d .calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-icons .spectator-icon.promotional:hover + .spectator-tooltip {
    display: block;
}

.calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-icons .spectator-tooltip .tooltip-image {
    margin-bottom: 15px;
}

.calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-icons .spectator-tooltip .tooltip-content {
    display: block;
    position: relative;
}

.calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-icons .spectator-tooltip .tooltip-title {
    border-bottom: 1px solid #BFBFBF;
    color: #4F4F4F;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 6px;
    padding-bottom: 8px;
}

.calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-icons .spectator-tooltip .tooltip-body {
    font-size: 12px;
}

.calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-icons .spectator-tooltip .tooltip-triangle {
    background-position: -185px -38px;
    bottom: -32px;
    height: 15px;
    left: 9px;
    position: absolute;
    width: 17px;
    z-index: 1;
}

.calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-icons .spectator-icon-separator {
    float: right;
    height: 15px;
    width: 5px;
}

.calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-info {
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 72px;
}

.fc-grid .fc-day .fc-day-content .calendar-image-outer-wrapper {
    height: 116px !important;
    overflow: hidden;
    top: -29px;
    width: 123px;
}

.fc-grid .fc-day .fc-day-content .calendar-image-inner-wrapper {
    height: 180px;
    position: relative;
    top: 25px;
    width: 125px;
}

.fc-grid .fc-day.fc-state-highlight {
    background: none;
}

.fc-grid .fc-day .fc-day-number {
    color: #8C9192;
    float: left;
    font-family: "Playoff Pro Serif Regular", serif;
    font-size: 20px;
    line-height: 34rrpx;
    margin: -8px 0 -6px 1px;
    padding: 0 10px;
}

.fc-grid .fc-day.fc-today .fc-day-number {
    border-top: 5px solid #CC0000;
    color: #C00;
    line-height: 20px;
    padding-top: 3px;
    position: relative;
    text-align: center;
    top: -3px;
}

.calendar.spectator-calendar .fc-grid .fc-day .fc-day-number {
    font-size: 16px;
    margin: -4px 0;
}

.modal-overlay {
    filter: alpha(opacity=0);
    opacity: 0;
}

.column-wrap {
    overflow: visible;
}

.t .column-wrap {
    padding-right: 0;
    padding-left: 0;
}

.m .calendar-intro {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: left;
}

/* Spectator Calendar Responsive Styles */
.m .calendar.spectator-calendar table.fc-header {
    background-color: #363636;
}

.m .calendar.spectator-calendar table.fc-header .fc-header-title {
    margin: 0;
}

.m .calendar.spectator-calendar table.fc-header .fc-header-title h2 {
    color: #FFF;
    margin-left: 10px;
}

.m .calendar.spectator-calendar thead,
.m .calendar.spectator-calendar .fc-grid .fc-day:not(.active) {
    display: none;
}

.m .calendar.spectator-calendar .fc-grid .fc-day {
    display: block;
    background: none;
}

.m .calendar.spectator-calendar .fc-grid .fc-day.no-border-bottom {
    border-bottom: none;
}

.m .calendar.spectator-calendar .fc-grid .fc-day .fc-day-content {
    width: 98%;
    padding: 0;
}

.m .calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-info {
    width: auto;
}

.m .calendar.spectator-calendar .fc-grid table,
.m .calendar.spectator-calendar .fc-grid .fc-day > div {
    border: none;
}

.m .calendar.spectator-calendar .fc-grid .fc-day .fc-day-number {
    color: #363636;
    font-size: 20px;
    padding-left: 0;
}

.m .calendar.spectator-calendar .fc-grid .fc-day .fc-week-day {
    margin: -1px 0;
    float: left;
    font-size: 16px;
    color: #8C9192;
}

.m .calendar.spectator-calendar .fc-grid .fc-day .fc-day-content > div .spectator-info {
    bottom: 7px;
}

.m .calendar-intro .spectator-calendar-key-item.purchase {
    margin-right: 0;
}

.m .calendar-intro .spectator-calendar-key-item.promotional {
    padding-left: 10px;
}
