.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 .125rem;
    border-width: 1px 0
}

.fc-clear {
    clear: both
}

.fc-day-header > span {
    font-weight: 500;
}

.fc-week-number > a {
    font-size: 12px;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-bg {
    bottom: 0
}

.fc-bg table {
    height: 100%
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.fc-popover {
    position: absolute
}

.fc-popover .fc-header {
    padding: 0.3125rem 0.5rem
}

.fc-popover .fc-header .fc-title {
    margin: 0 .125rem;
    float: left
}

[dir=rtl] .fc-popover .fc-header .fc-title {
    float: right
}

.fc-popover .fc-header .fc-close {
    cursor: pointer;
    float: right
}

[dir=rtl] .fc-popover .fc-header .fc-close {
    float: left
}

.fc table {
    width: 100%;
    table-layout: fixed
}

.fc th {
    text-align: center;
    padding: 0;
    vertical-align: top
}

.fc td {
    padding: 0;
    vertical-align: top
}

.fc td.fc-today {
    border-style: double
}

.fc td.fc-today.alert-info {
    background: rgba(2, 188, 119, 0.05)
}

.fc-head .fc-day-header,
.fc-head .fc-week-number {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    text-transform: uppercase
}

.fc .fc-view-container .fc-nonbusiness {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.02) !important
}

a[data-goto] {
    cursor: pointer
}

a[data-goto]:hover {
    text-decoration: underline
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row {
    position: relative
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-bgevent-skeleton table {
    height: 100%
}

.fc-row .fc-bgevent-skeleton td {
    border-color: transparent
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-row .fc-highlight-skeleton td {
    border-color: transparent
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: .125rem
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td {
    background: none;
    border-color: transparent
}

.fc .fc-row .fc-helper-skeleton td {
    background: none;
    border-color: transparent
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    -webkit-overflow-scrolling: touch
}

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
    position: relative;
    width: 100%
}

.fc-event {
    position: relative;
    display: block;
    border-radius: .125rem;
    text-decoration: none !important
}

.fc-event[href],
.fc-event.fc-draggable {
    cursor: pointer
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
    display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer {
    display: block
}

.fc-event.fc-selected {
    z-index: 9999 !important;
    -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2)
}

.fc-event.fc-selected.fc-dragging {
    -webkit-box-shadow: 0 0.125rem 0.4375rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.125rem 0.4375rem rgba(0, 0, 0, 0.3)
}

.fc-event.fc-selected .fc-resizer {
    display: block
}

.fc-event.fc-selected .fc-resizer:before {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: -1.25rem;
    margin-top: -1.25rem
}

.fc-highlight {
    opacity: .05
}

.fc-bgevent {
    opacity: .1
}

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -.625rem;
    bottom: -.625rem;
    left: 0;
    right: 0
}

html:not([dir=rtl]) .fc-h-event.fc-not-start,
[dir=rtl] .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: .0625rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html:not([dir=rtl]) .fc-h-event.fc-not-end,
[dir=rtl] .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: .0625rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

html:not([dir=rtl]) .fc-h-event .fc-start-resizer,
[dir=rtl] .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -.0625rem
}

html:not([dir=rtl]) .fc-h-event .fc-end-resizer,
[dir=rtl] .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -.0625rem
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: .4375rem;
    top: -.0625rem;
    bottom: -.0625rem
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: .25rem;
    width: .375rem;
    height: .375rem;
    border: 1px solid inherit;
    background: #fff;
    top: 50%;
    margin-top: -.25rem
}

html:not([dir=rtl]) .fc-h-event.fc-selected .fc-start-resizer,
[dir=rtl] .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -.25rem
}

html:not([dir=rtl]) .fc-h-event.fc-selected .fc-end-resizer,
[dir=rtl] .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -.25rem
}

.fc-day-grid-event {
    margin: .0625rem .125rem 0;
    padding: 0.0625rem 0.1875rem
}

tr:first-child > td > .fc-day-grid-event {
    margin-top: .125rem
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -.0625rem;
    right: -.0625rem;
    bottom: -.0625rem;
    left: -.0625rem;
    background: #000;
    opacity: .25
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: bold
}

html:not([dir=rtl]) .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
[dir=rtl] .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -.125rem
}

html:not([dir=rtl]) .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
[dir=rtl] .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -.125rem
}

a.fc-more {
    margin: .0625rem .1875rem;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 13.75rem
}

.fc-more-popover .fc-event-container {
    padding: .625rem
}

.fc-now-indicator {
    position: absolute;
    border: 0 solid red
}

.fc.fc-bootstrap4 a {
    text-decoration: none
}

.fc.fc-bootstrap4 a[data-goto]:hover {
    text-decoration: underline
}

.fc-bootstrap4 hr.fc-divider {
    border-color: inherit
}

.fc-bootstrap4 .fc-today.alert {
    border-radius: 0
}

.fc-bootstrap4 .fc-popover.card {
    position: absolute
}

.fc-bootstrap4 .fc-popover .card-body {
    padding: 0
}

.fc-bootstrap4 .fc-time-grid .fc-slats table {
    background: none
}

.fc-toolbar {
    text-align: center
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1em
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    display: inline-block
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .btn {
    padding: 0.375rem 0.75rem
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc .fc-toolbar > * > * {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar > * > :first-child {
    margin-left: 0
}

.fc-view-container * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.fc-view-container *:before,
.fc-view-container *:after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.fc-view {
    position: relative;
    z-index: 1
}

.fc-view > table {
    position: relative;
    z-index: 1
}

.fc-view.card {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid {
    overflow: hidden
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-day-top.fc-other-month {
    opacity: .3
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: .125rem
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
    padding: 0 .125rem
}

.fc-basic-view .fc-day-top .fc-day-number {
    float: right
}

[dir=rtl] .fc-basic-view .fc-day-top .fc-day-number {
    float: left
}

.fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 .1875rem 0;
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: #808080
}

[dir=rtl] .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 .1875rem
}

.fc-basic-view td.fc-week-number {
    text-align: center
}

.fc-basic-view td.fc-week-number > * {
    display: inline-block;
    min-width: 1.25em
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row.fc-content-skeleton {
    padding-bottom: 1em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 .25rem;
    white-space: nowrap;
    text-align: right
}

[dir=rtl] .fc .fc-axis {
    text-align: left
}

.fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    position: relative;
    z-index: 1;
    min-height: 100%
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid > .fc-bg {
    z-index: 1
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-content-col {
    position: relative
}

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0
}

.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1
}

.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-highlight-container {
    position: relative;
    z-index: 3
}

.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4;
    margin: 0 2.5% 0 .125rem
}

[dir=rtl] .fc-time-grid .fc-event-container {
    margin: 0 .125rem 0 2.5%
}

.fc-time-grid .fc-now-indicator-line {
    z-index: 5
}

.fc-time-grid .fc-helper-container {
    position: relative;
    z-index: 6
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: .0625rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: .0625rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

.fc-time-grid-event.fc-selected {
    overflow: visible
}

.fc-time-grid-event.fc-selected .fc-bg {
    display: none
}

.fc-time-grid-event .fc-content {
    overflow: hidden
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 .0625rem
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\A0-\A0"
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: .5rem;
    overflow: hidden;
    line-height: .5rem;
    font-size: .75rem;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "="
}

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: .3125rem;
    border: 1px solid inherit;
    width: .5rem;
    height: .5rem;
    background: #fff;
    left: 50%;
    margin-left: -.3125rem;
    bottom: -.3125rem
}

.fc-time-grid .fc-enow-indicator-lin {
    border-top-width: 1px;
    left: 0;
    right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -.3125rem;
    left: 0;
    border-width: .3125rem 0 .3125rem calc(.3125rem + 1px);
    border-top-color: transparent;
    border-bottom-color: transparent
}

[dir=rtl] .fc-time-grid .fc-now-indicator-arrow {
    left: auto;
    right: 0;
    border-width: .3125rem calc(.3125rem + 1px) .3125rem 0
}

.fc-event-dot {
    display: inline-block;
    width: .625rem;
    height: .625rem;
    border-radius: 50%
}

.fc-list-view {
    border-width: 1px;
    border-style: solid
}

[dir=rtl] .fc-list-view {
    direction: rtl
}

.fc .fc-list-table {
    table-layout: auto
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 0.5rem 0.875rem
}

.fc-list-table tr:first-child td {
    border-top-width: 0
}

.fc-list-heading {
    border-bottom-width: 1px;
    text-transform: uppercase
}

.fc-list-heading-main {
    float: left
}

[dir=rtl] .fc-list-heading-main {
    float: right
}

.fc-list-heading-alt {
    float: right
}

[dir=rtl] .fc-list-heading-alt {
    float: left
}

.fc-list-item.fc-has-url {
    cursor: pointer
}

.fc-list-item-marker,
.fc-list-item-time {
    white-space: nowrap;
    width: 1px
}

html:not([dir=rtl]) .fc-list-item-marker {
    padding-right: 0
}

[dir=rtl] .fc-list-item-marker {
    padding-left: 0
}

.fc-list-item-title a {
    text-decoration: none;
    color: inherit
}

.fc-list-item-title a[href]:hover {
    text-decoration: underline
}

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .fc-highlight {
        display: none !important
    }
}

.default-style .fc-popover {
    border-color: rgba(24, 28, 33, 0.06);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09)
}

.default-style .fc-event {
    color: #4E5155 !important;
    font-size: .75rem;
    line-height: 1.5
}

.default-style .fc-toolbar .btn {
    font-size: .75rem !important;
    line-height: 1.5 !important
}

.default-style .fc-toolbar h2 {
    font-size: 18px;
    font-weight: 300
}

.default-style .fc-head .fc-day-header,
.default-style .fc-list-heading,
.default-style .fc-head .fc-week-number {
    font-size: .75rem !important;
    line-height: 1.5;
    font-weight: 500
}

.default-style .fc-popover .fc-header .fc-close {
    line-height: 1.54
}

.default-style .fc-event-secondary.fc-event,
.default-style .fc-event-secondary.fc-event-dot {
    background: rgba(136, 151, 170, 0.15) !important
}

.default-style .fc-event-success.fc-event,
.default-style .fc-event-success.fc-event-dot {
    background: rgba(2, 188, 119, 0.15) !important
}

.default-style .fc-event-info.fc-event,
.default-style .fc-event-info.fc-event-dot {
    background: rgba(40, 195, 215, 0.15) !important
}

.default-style .fc-event-warning.fc-event,
.default-style .fc-event-warning.fc-event-dot {
    background: rgba(255, 217, 80, 0.15) !important
}

.default-style .fc-event-danger.fc-event,
.default-style .fc-event-danger.fc-event-dot {
    background: rgba(217, 83, 79, 0.15) !important
}

.default-style .fc-event-light.fc-event,
.default-style .fc-event-light.fc-event-dot {
    background: rgba(24, 28, 33, 0.15) !important
}

.default-style .fc-event-dark.fc-event,
.default-style .fc-event-dark.fc-event-dot {
    background: rgba(24, 28, 33, 0.15) !important
}

.material-style .fc-popover {
    border-color: rgba(24, 28, 33, 0.06);
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.07), 0px 4px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.07), 0px 4px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.03)
}

.material-style .fc-event {
    color: #4E5155 !important;
    font-size: .75rem;
    line-height: 1.5
}

.material-style .fc-toolbar .btn {
    font-size: .75rem !important;
    line-height: 1.5 !important
}

.material-style .fc-toolbar h2 {
    font-size: 1.563rem;
    font-weight: 300
}

.material-style .fc-head .fc-day-header,
.material-style .fc-list-heading,
.material-style .fc-head .fc-week-number {
    font-size: .75rem !important;
    line-height: 1.5;
    font-weight: 500
}

.material-style .fc-popover .fc-header .fc-close {
    line-height: 1.54
}

.material-style .fc-event-secondary.fc-event,
.material-style .fc-event-secondary.fc-event-dot {
    background: rgba(136, 151, 170, 0.15) !important
}

.material-style .fc-event-success.fc-event,
.material-style .fc-event-success.fc-event-dot {
    background: rgba(2, 188, 119, 0.15) !important
}

.material-style .fc-event-info.fc-event,
.material-style .fc-event-info.fc-event-dot {
    background: rgba(40, 195, 215, 0.15) !important
}

.material-style .fc-event-warning.fc-event,
.material-style .fc-event-warning.fc-event-dot {
    background: rgba(255, 217, 80, 0.15) !important
}

.material-style .fc-event-danger.fc-event,
.material-style .fc-event-danger.fc-event-dot {
    background: rgba(217, 83, 79, 0.15) !important
}

.material-style .fc-event-light.fc-event,
.material-style .fc-event-light.fc-event-dot {
    background: rgba(24, 28, 33, 0.15) !important
}

.material-style .fc-event-dark.fc-event,
.material-style .fc-event-dark.fc-event-dot {
    background: rgba(24, 28, 33, 0.15) !important
}