/*!
* FullCalendar Scheduler v1.2.0
* Docs & License: http://fullcalendar.io/scheduler/
* (c) 2015 Adam Shaw
*/

/* TODO: break this file up */

/* Scroll Pane
--------------------------------------------------------------------------------------------------*/

.fc-scrollpane {
    overflow: hidden;
    position: relative;
}

.fc-scrollpane-inner {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.fc-scrollpane-inner > .fc-bg {
    z-index: 1;
}

.fc-scrollpane-inner > .fc-content {
    z-index: 2;
    position: relative;
}

.fc-no-scrollbars::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.fc-rtl .fc-timeline {
    direction: rtl;
}

.fc-timeline .fc-divider {
    width: 3px;
    border-style: double;
}

.fc-timeline .fc-head > tr > .fc-divider {
    border-bottom: 0;
}

.fc-timeline .fc-body > tr > .fc-divider {
    border-top: 0;
}

.fc-timeline .fc-body .fc-divider.ui-widget-header {
    background-image: none;
}

.fc-scrolled .fc-head .fc-scrollpane {
    z-index: 2;
}

.fc-timeline.fc-scrolled .fc-head .fc-scrollpane {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.075);
}

.fc-timeline .fc-body .fc-scrollpane {
    z-index: 1;
}

.fc-timeline .fc-scrollpane-inner > .fc-content,
.fc-timeline .fc-scrollpane-inner > .fc-bg {
    margin: -1px;
}

.fc-timeline th,
.fc-timeline td {
    white-space: nowrap;
}

.fc-timeline .fc-cell-content {
    overflow: hidden;
}

.fc-timeline .fc-cell-text {
    padding-left: 4px;
    padding-right: 4px;
}

.fc-timeline .fc-col-resizer {
    cursor: col-resize;
}

.fc-timeline th {
    vertical-align: middle;
}

.fc-timeline .fc-head .fc-cell-content {
    padding-top: 3px;
    padding-bottom: 3px;
}

.fc-timeline .fc-body .ui-widget-content {
    background-image: none;
}

.fc-resource-area {
    width: 30%;
}

.fc-resource-area col {
    width: 40%;
    min-width: 70px;
}

.fc-resource-area col.fc-main-col {
    width: 60%;
}


.fc-flat .fc-expander-space {
    display: none;
}


.fc-ltr .fc-resource-area tr > * {
    text-align: left;
}

.fc-rtl .fc-resource-area tr > * {
    text-align: right;
}

.fc-resource-area .fc-cell-content {
    padding-left: 4px;
    padding-right: 4px;
}

.fc-resource-area .fc-super th {
    text-align: center;
}

.fc-resource-area th > div {
    position: relative;
}

.fc-resource-area th .fc-cell-content {
    z-index: 1;
    position: relative;
}

.fc-resource-area th .fc-col-resizer {
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 5px;
    position: absolute;
}

.fc-ltr .fc-resource-area th .fc-col-resizer {
    right: -3px;
}

.fc-rtl .fc-resource-area th .fc-col-resizer {
    left: -3px;
}

tr.fc-collapsed > td,
tr.fc-transitioning > td {
    overflow: hidden;
}

tr.fc-transitioning > td > div {
    transition: margin-top 0.2s;
}

tr.fc-collapsed > td > div {
    margin-top: -10px;
}


.fc-body .fc-resource-area .fc-cell-content {
    padding-top: 8px;
    padding-bottom: 8px;
}

.fc-no-overlap .fc-body .fc-resource-area .fc-cell-content {
    padding-top: 5px;
    padding-bottom: 5px;
}

.fc-resource-area .fc-icon {
    margin-top: -2%;
    font-size: .9em;
    vertical-align: middle;
}

.fc-resource-area .fc-expander {
    color: #666;
    cursor: pointer;
}

.fc-time-area col {
    min-width: 2.2em;
}

.fc-ltr .fc-time-area .fc-chrono th {
    text-align: left;
}

.fc-rtl .fc-time-area .fc-chrono th {
    text-align: right;
}

.fc-time-area .fc-slats {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}

.fc-time-area .fc-slats table {
    height: 100%;
}

.fc-time-area .fc-slats .fc-minor {
    border-style: dotted;
}

.fc-time-area .fc-slats td {
    border-width: 0 1px;
}

.fc-ltr .fc-time-area .fc-slats td {
    border-right-width: 0;
}

.fc-rtl .fc-time-area .fc-slats td {
    border-left-width: 0;
}

.fc-time-area .fc-bgevent-container,
.fc-time-area .fc-highlight-container {
    top: 0;
    width: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
}

.fc-ltr .fc-time-area .fc-helper-container,
.fc-ltr .fc-time-area .fc-bgevent-container,
.fc-ltr .fc-time-area .fc-highlight-container {
    left: 0;
}

.fc-rtl .fc-time-area .fc-helper-container,
.fc-rtl .fc-time-area .fc-bgevent-container,
.fc-rtl .fc-time-area .fc-highlight-container {
    right: 0;
}

.fc-time-area .fc-bgevent,
.fc-time-area .fc-highlight {
    top: 0;
    bottom: 0;
    position: absolute;
}

.fc-time-area .fc-rows {
    z-index: 3;
    position: relative;
}

.fc-time-area .fc-rows .ui-widget-content {
    background: none;
}

.fc-time-area .fc-rows td > div {
    position: relative;
}

.fc-time-area .fc-rows .fc-bgevent-container,
.fc-time-area .fc-rows .fc-highlight-container {
    z-index: 1;
}

.fc-time-area .fc-event-container {
    width: 0;
    z-index: 2;
    position: relative;
}

.fc-time-area .fc-helper-container {
    top: 0;
    z-index: 3;
    position: absolute;
}

.fc-time-area .fc-event-container {
    top: -1px;
    padding-bottom: 8px;
}

.fc-time-area tr:first-child .fc-event-container {
    top: 0;
}

.fc-no-overlap .fc-time-area .fc-event-container {
    top: 0;
    padding-bottom: 0;
}

.fc-timeline .fc-now-indicator {
    top: 0;
    z-index: 3;
}

.fc-time-area .fc-now-indicator-arrow {
    margin: 0 -6px;
    border-width: 6px 5px 0 5px;
    border-left-color: transparent;
    border-right-color: transparent;
}

.fc-time-area .fc-now-indicator-line {
    bottom: 0;
    margin: 0 -1px;
    border-left-width: 1px;
}

.fc-timeline-event {
    padding: 2px 0;
    border-radius: 0;
    position: absolute;
    margin-bottom: 1px;
}

.fc-no-overlap .fc-timeline-event {
    padding: 5px 0;
    margin-bottom: 0;
}

.fc-ltr .fc-timeline-event {
    margin-right: 1px
}

.fc-rtl .fc-timeline-event {
    margin-left: 1px
}

.fc-timeline-event .fc-content {
    padding: 0 1px;
    overflow: hidden;
    white-space: nowrap;
}

.fc-timeline-event .fc-time {
    padding: 0 1px;
    font-weight: bold;
}

.fc-rtl .fc-timeline-event .fc-time {
    display: inline-block;
}

.fc-timeline-event .fc-title {
    padding: 0 1px;
}

.fc-timeline-event .fc-resizer:after {
    width: 1px;
}

.fc-ltr .fc-timeline-event .fc-title {
    margin-left: -8px;
    padding-left: 10px;
}

.fc-rtl .fc-timeline-event .fc-title {
    margin-right: -8px;
    padding-right: 10px;
}

.fc-ltr .fc-timeline-event.fc-not-start .fc-title {
    margin-left: -2px;
}

.fc-rtl .fc-timeline-event.fc-not-start .fc-title {
    margin-right: -2px;
}

.fc-timeline-event.fc-not-start .fc-title,
.fc-body .fc-time-area .fc-following {
    position: relative;
}

.fc-timeline-event.fc-not-start .fc-title:before,
.fc-body .fc-time-area .fc-following:before {
    top: 50%;
    opacity: .5;
    content: "";
    margin-top: -5px;
    position: absolute;
    border: 5px solid #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fc-ltr .fc-timeline-event.fc-not-start .fc-title:before,
.fc-ltr .fc-body .fc-time-area .fc-following:before {
    left: 2px;
    border-left: 0;
}

.fc-rtl .fc-timeline-event.fc-not-start .fc-title:before,
.fc-rtl .fc-body .fc-time-area .fc-following:before {
    right: 2px;
    border-right: 0;
}

.fc-license-message {
    left: 1px;
    bottom: 1px;
    z-index: 99999;
    font-size: 12px;
    padding: 2px 4px;
    background: #eee;
    border-color: #ddd;
    position: absolute;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-top-right-radius: 3px;
}
