/* jQuery UI + FullCalendar + Event Organiser. Third-party widget CSS, adapted once to the
   theme's tokens. url() paths are relative to this directory. */
.fc-button-inner {
    display: none
}
.fc-left {
    display: inline-block
}
.fc-right {
    margin-left: var(--space-lg);
    display: inline-block
}
.fc-prev-button {
    font-size: 28px;
    cursor: pointer;
    color: #fff;
    margin-right: var(--space-md);
    background: none;
    padding: 0;
    border: 0
}
.fc-prev-button:hover {
    color: #fff;
    background: none
}
.fc-next-button {
    font-size: 28px;
    cursor: pointer;
    color: #fff;
    background: none;
    padding: 0;
    border: 0
}
.fc-next-button:hover {
    color: #fff;
    background: none
}
.eo-venue-map {
    z-index: 1000
}
.eo-venue-map img {
    max-width: none
}
body.single-event .eo-event-venue-map,
body.single-event .eo-event-meta {
    float: none;
    width: 100%
}
@media (min-width: 600px) {
    body.single-event .eo-event-meta {
        width: 40%;
        float: left
    }
    body.single-event .eo-event-venue-map {
        width: 40%;
        float: right
    }
}
.eo_calendar_headline {
    display: inline-block
}
#eo_fullcalendar_1_loading {
    position: static !important;
    display: inline-block;
    width: auto !important;
    height: 48px;
    line-height: 48px;
    font-weight: 300;
    float: right;
    background: transparent !important
}
#eo_fullcalendar_1_loading img {
    display: none
}
.eo-agenda-widget ul {
    list-style: none;
    margin: 0
}
.eo-agenda-widget .agenda-nav {
    overflow: hidden
}
.eo-agenda-widget .next,
.eo-agenda-widget .prev {
    float: right;
    padding: var(--space-5) 0;
    background: var(--color-gray-lighter);
    margin: var(--space-xs)
}
.eo-agenda-widget ul.dates {
    border-bottom: var(--border-width) solid var(--color-gray-lighter);
    font-weight: bold
}
.eo-agenda-widget ul.a-date {
    margin: 0
}
.eo-agenda-widget li.date {
    border-top: var(--border-width) solid var(--color-gray-lighter);
    padding: var(--space-10) 0
}
.eo-agenda-widget li.event {
    padding: var(--space-5) 0 var(--space-5) var(--space-10);
    font-weight: normal;
    background: var(--color-gray-lighter);
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    opacity: 0.75;
    color: #333;
    margin: 1px 0;
    position: relative
}
.eo-agenda-widget li.event:hover {
    opacity: 1;
    background: var(--color-gray-lighter)
}
.eo-agenda-widget li.event .cat {
    padding: var(--space-10) var(--space-xs);
    background: none;
    margin-right: var(--space-5);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.eo-agenda-widget li.event .meta {
    font-size: 0.9em
}
.eo-agenda-widget li.event a.eo-agenda-event-permalink {
    display: block;
    text-decoration: none;
    color: #333
}
.eo-agenda-widget li.event a.eo-agenda-event-permalink:hover {
    text-decoration: none;
    color: #333
}
.ui-helper-hidden {
    display: none
}
.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}
.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.ui-helper-clearfix {
    display: inline-block
}
* html .ui-helper-clearfix {
    height: 1%
}
.ui-helper-clearfix {
    display: block
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}
.ui-state-disabled {
    cursor: default !important
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}
* html .ui-autocomplete {
    width: 1px
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    box-sizing: content-box
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: var(--space-2);
    width: 1.8em;
    height: 1.8em
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}
.ui-datepicker .ui-datepicker-prev {
    left: var(--space-2)
}
.ui-datepicker .ui-datepicker-next {
    right: var(--space-2)
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}
.ui-datepicker td {
    border: 0;
    padding: 1px
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}
.ui-datepicker.ui-datepicker-multi {
    width: auto
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em
}
.ui-datepicker-rtl {
    direction: rtl
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: var(--space-2);
    left: auto
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: var(--space-2);
    right: auto
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: var(--border-width)
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: var(--border-width)
}
.ui-datepicker-cover {
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px
}
.ui-menu {
    list-style: none;
    padding: var(--space-2);
    margin: 0;
    display: block;
    outline: none
}
.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    width: 100%
}
.ui-menu .ui-menu-divider {
    margin: var(--space-5) -2px var(--space-5) -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: var(--border-width) 0 0 0
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: var(--space-2) .4em;
    line-height: 1.5;
    zoom: 1;
    font-weight: normal
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px
}
.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5
}
.ui-menu .ui-state-disabled a {
    cursor: default
}
.ui-menu-icons {
    position: relative
}
.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}
.ui-menu .ui-menu-icon {
    position: static;
    float: right
}
.ui-widget {
    font-size: 13px
}
.ui-widget .ui-widget {
    font-size: 1em
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: sans-serif;
    font-size: 1em
}
.ui-widget-content {
    color: #fff
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: var(--color-dark-deep);
    font-weight: 700
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #333333
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: var(--border-width) solid var(--color-red-error);
    background: #ffebe8;
    color: var(--color-red-error)
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: var(--color-red-error)
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: var(--color-red-error)
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}
.ui-icon-carat-1-e {
    background-position: -32px 0
}
.ui-icon-carat-1-w {
    background-position: -96px 0
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible
}
.ui-button-icon-only {
    width: 2.2em
}
button.ui-button-icon-only {
    width: 2.4em
}
.ui-button-icons-only {
    width: 3.4em
}
button.ui-button-icons-only {
    width: 3.7em
}
.ui-button .ui-button-text {
    display: block;
    line-height: 1.4
}
.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}
input.ui-button {
    padding: .4em 1em
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}
.ui-buttonset {
    margin-right: 7px
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.eo-fullcalendar {
    margin-bottom: 48px
}
.eo-fullcalendar-key ul.eo_fullcalendar_key {
    display: inline-block;
    font-size: 0.8em
}
.eo-fullcalendar-key ul.eo_fullcalendar_key li {
    display: inline-block;
    margin: 0 var(--space-xs)
}
.eo-fullcalendar-key span.eo_fullcalendar_key_colour {
    margin: var(--space-4) var(--space-2) var(--space-4) var(--space-5);
    border: var(--border-width) solid var(--color-gray-border);
    border-radius: 4px 4px 4px 4px;
    font-size: 0.9em;
    vertical-align: top;
    padding: 0 var(--space-sm)
}
.view-button {
    float: right;
    height: 30px;
    line-height: 28px;
    margin-top: var(--space-xs);
    padding: 0 11px
}
#calendar-view {
    clear: both;
    height: 34px;
    margin-bottom: var(--space-15);
    border-bottom: var(--border-width) solid var(--color-gray-border);
    padding-right: 100px;
    position: relative
}
#calendar-view .nav-tab {
    font-size: 15px
}
#loading {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: var(--space-5)
}
#loading:before {
    content: url("images/loading-image.gif");
    padding-right: var(--space-5)
}
.ui-datepicker {
    z-index: 100 !important
}
.ui-selectmenu-menu {
    z-index: 10 !important
}
.cat .ui-selectmenu-item-icon {
    height: 14px;
    width: 14px;
    border: var(--border-width) solid var(--color-gray-border);
    border-radius: 4px
}
.cat .ui-selectmenu-item-icon {
    background-image: none !important
}
.eo-fullcalendar div,
.eo-fullcalendar a {
    transition: none;
    max-width: none
}
/*!
 * FullCalendar v1.6.1 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */

.fc {
    direction: ltr;
    text-align: left
}
.fc table {
    border-collapse: collapse;
    border-spacing: 0
}
html .fc,
.fc table {
    font-size: 1em
}
.fc th {
    text-align: center
}
.fc td,
.fc th {
    vertical-align: top;
    padding: var(--space-2);
    box-sizing: border-box;
    width: 14.28571428571429%
}
.fc-header td {
    white-space: nowrap
}
.fc-header-left {
    width: 25%;
    text-align: left
}
.fc-header-right {
    width: 25%;
    text-align: right
}
.fc-header-title {
    display: inline-block;
    vertical-align: top
}
.fc-header-title h2 {
    margin-top: 0;
    white-space: nowrap;
    font-weight: 300
}
.fc .fc-header-space {
    padding-left: var(--space-10)
}
.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
    margin-right: 0
}
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
    z-index: 2
}
.fc-header .fc-state-down {
    z-index: 3
}
.fc-header .fc-state-active,
.fc-header .ui-state-active {
    z-index: 4
}
.fc-content {
    clear: both
}
.fc-view {
    width: 100%;
    overflow: hidden
}
.fc-widget-header,
.fc-widget-content {
    border: 0
}
.fc-state-highlight {
    background: var(--color-near-black);
    font-weight: 700
}
.fc-bg td {
    background: var(--color-dark) !important
}
.fc-cell-overlay {
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30)
}
.fc-text-arrow {
    font-size: 2em;
    font-family: "Courier New", Courier, monospace;
    vertical-align: baseline;
    margin: 0 .1em
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333;
    background-color: #e6e6e6
}
.fc-state-down,
.fc-state-active {
    background-color: #ccc;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none
}
.fc-event {
    color: #fff
}
@media only screen and (max-width: 480px) {
    .fc-event {
        display: block !important;
        padding: 0 0 var(--space-md) 0
    }
}
a.fc-event {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 11px
}
.fc-event span {
    line-height: 1.2
}
.fc-time {
    line-height: 28px !important;
    margin-bottom: var(--space-xs)
}
a.fc-event,
.fc-event-draggable {
    cursor: pointer
}
.fc-rtl .fc-event {
    text-align: right
}
.fc-inner {
    width: 100%;
    height: 100%;
    min-height: 28px;
    overflow: hidden
}
.fc-content {
    background: var(--color-violet) !important;
    border-color: var(--color-violet) !important
}
.fc-title {
    font-size: 12px;
    font-weight: 400;
    padding: 0 var(--space-sm);
    display: inline-block;
    color: #fff !important;
    word-break: break-all
}
@media only screen and (max-width: 480px) {
    .fc-title {
        word-break: normal;
        width: 100%;
        display: block
    }
}
.screen-reader-text {
    display: none !important
}
.fc-time {
    background: rgba(0, 0, 0, 0.2);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: top;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    white-space: nowrap;
    padding: 0 var(--space-sm);
    color: #fff !important
}
.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    font-size: 300%;
    line-height: 50%
}
.fc-event-hori {
    margin-bottom: var(--space-xs)
}
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.fc-event-hori .ui-resizable-e {
    top: 0 !important;
    right: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: e-resize
}
.fc-event-hori .ui-resizable-w {
    top: 0 !important;
    left: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: w-resize
}
.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px
}
.fc-border-separate th,
.fc-border-separate td {
    border-width: 0
}
.fc-border-separate td {
    padding-top: 18px
}
@media only screen and (min-width: 1441px) {
    .fc-border-separate td {
        padding-top: var(--space-lg)
    }
}
@media only screen and (max-width: 720px) {
    .fc-border-separate td {
        padding-top: var(--space-md)
    }
}
@media only screen and (max-width: 480px) {
    .fc-border-separate td {
        padding-top: var(--space-sm)
    }
}
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
    border-bottom-width: var(--border-width)
}
.fc-week {
    border-top: var(--border-width) solid var(--color-dark-deep)
}
.fc .fc-week-number {
    width: 22px;
    text-align: center
}
.fc .fc-week-number div {
    padding: 0 var(--space-2)
}
.fc-grid .fc-day-number {
    text-align: center
}
.fc-day-header {
    line-height: 36px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase
}
.fc-other-month {
    opacity: 0.3
}
.fc-grid .fc-day-content {
    clear: both;
    padding: var(--space-2) var(--space-2) 1px
}
.fc-day-number {
    text-align: center
}
.fc-rtl .fc-grid .fc-event-time {
    float: right
}
.fc-agenda .fc-agenda-axis {
    width: 50px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: 400;
    padding: 0 var(--space-4)
}
.fc-agenda .fc-day-content {
    padding: var(--space-2) var(--space-2) 1px
}
.fc-agenda-days .fc-col0 {
    border-left-width: 0
}
.fc-agenda-allday .fc-day-content {
    min-height: 34px;
    height: 34px
}
.fc-agenda-divider-inner {
    height: var(--space-2);
    overflow: hidden
}
.fc-widget-header .fc-agenda-divider-inner {
    background: #eee
}
.fc-agenda-slots th {
    border-width: var(--border-width) var(--border-width) 0
}
.fc-agenda-slots td {
    background: none;
    border-width: var(--border-width) 0 0
}
.fc-agenda-slots td div {
    height: 20px
}
.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
    border-top-style: solid
}
.fc-event-vert.fc-event-start {
    border-top-width: var(--border-width);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.fc-event-vert.fc-event-end {
    border-bottom-width: var(--border-width);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}
.fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px
}
.fc-event-vert .fc-event-inner {
    position: relative;
    z-index: 2
}
.fc-event-vert .fc-event-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25)
}
.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
    display: none\9
}
.fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
    width: 100% !important;
    height: var(--space-8) !important;
    overflow: hidden !important;
    line-height: var(--space-8) !important;
    font-size: 11px !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}
.fc-agenda .ui-resizable-resizing {
    _overflow: hidden
}
.fc-header-center,
.fc-grid th,
.fc-agenda-days th {
    text-align: center
}
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last,
.fc-agenda-days .fc-agenda-axis {
    border-right-width: var(--border-width)
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th,
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0
}
.fc-agenda-allday th,
.fc-event-vert {
    border-width: 0 var(--border-width)
}
