.fc table,
.picker__table,
.ui-datepicker table {
    border-collapse: collapse
}

.fc table,
.handsontable .htCore,
.picker__table,
.pika-table,
.stepy-header,
.wizard>.steps>ul {
    table-layout: fixed
}

.c3-tooltip,
.fc table,
.picker__table,
.pika-table {
    border-spacing: 0
}

.AnyTime-btn,
.bootstrap-select .btn-default,
.bootstrap-select.btn-group .dropdown-menu>li>a .check-mark,
.breadcrumb-elements>li>a,
.breadcrumb>li>a,
.btn,
.checker span:after,
.choice span:after,
.dataTable .select-checkbox:after,
.dataTable .select-checkbox:before,
.dataTables_filter input,
.dataTables_paginate .paginate_button,
.datepicker-dropdown .day,
.daterangepicker td,
.daterangepicker th,
.dropdown-content-footer a,
.dropdown-menu>li>a,
.dropdown-menu>li>label,
.dt-autofill-button .btn,
.dt-autofill-list ul li,
.dt-button,
.fc-button,
.icons-list>li>a,
.list-group-item,
.media-link,
.menu-list li>a,
.multiselect.btn-default,
.nav li>a>.badge,
.nav li>a>.label,
.nav-pills>li>a,
.nav-tabs>li>a,
.nav-tabs>li>a:after,
.navbar-link,
.navbar-nav>li>a,
.noUi-handle,
.pager>li>a,
.pager>li>span,
.pagination>li>a,
.pagination>li>span,
.password-indicator-group.input-group-addon,
.password-indicator-label-absolute,
.picker__day,
.picker__footer,
.picker__footer button,
.picker__list button,
.picker__list-item,
.picker__nav--next,
.picker__nav--prev,
.pika-button,
.plupload_button,
.plupload_file_action>a,
.plupload_filelist li,
.select2-results__option,
.select2-selection--multiple:not([class*=bg-]) .select2-selection__choice,
.select2-selection--single:not([class*=bg-]),
.select2-selection__choice__remove,
.selectboxit-btn,
.selectboxit-option-anchor,
.sp-cancel,
.sp-choose,
.sp-input,
.sp-palette-toggle,
.sp-replacer,
.tokenfield .token,
.tt-suggestion,
.ui-button,
.ui-datepicker a,
.ui-datepicker-buttonpane>button,
.ui-menu-item,
.ui-selectmenu-button,
.wizard .actions a,
a.badge,
a.label {
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s
}

.fc th,
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    font-weight: 500
}

.fancybox-error,
.fc .fc-axis,
.fc-button,
.fc-day-grid-event>.fc-content,
.fc-time-grid-event.fc-short .fc-content,
.file-footer-caption {
    white-space: nowrap
}

.fancytree-ext-table .fancytree-custom-icon,
.fancytree-ext-table .fancytree-expander,
.fancytree-ext-table .fancytree-icon {
    margin-top: 1px
}

.fancytree-ext-table .fancytree-checkbox {
    margin: 0 auto;
    float: none
}

.fancytree-ext-table .checker {
    display: block;
    margin: 0 auto
}

.fancytree-ext-table tbody tr td:first-child {
    text-align: center
}

.fancytree-ext-table tbody tr.fancytree-active,
.fancytree-ext-table tbody tr.fancytree-focused {
    background-color: #f5f5f5
}

.fancytree-ext-table tbody tr.fancytree-selected {
    background-color: #2196F3;
    color: #fff
}

.fancytree-ext-table tbody tr.fancytree-selected .fancytree-checkbox {
    color: #fff;
    border-color: #fff
}

.fancytree-ext-table tbody tr.fancytree-selected .checker span {
    border-color: #fff;
    color: #fff
}

.fancytree-ext-childcounter .fancytree-childcounter {
    position: absolute;
    right: 0;
    top: 4px;
    color: #999
}

.btn-ladda,
.btn-ladda .ladda-label,
.btn-ladda .ladda-spinner {
    -webkit-transition: all cubic-bezier(.175, .885, .32, 1.275) .3s;
    -o-transition: all cubic-bezier(.175, .885, .32, 1.275) .3s;
    transition: all cubic-bezier(.175, .885, .32, 1.275) .3s
}

.btn-ladda .ladda-spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    top: 50%;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0)
}

.btn-ladda .ladda-label {
    z-index: 3
}

.btn-ladda .ladda-progress {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
    visibility: hidden;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    opacity: 0;
    filter: alpha(opacity=0)
}

.btn-ladda[data-loading] .ladda-progress {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.btn-ladda[data-style=zoom-in],
.btn-ladda[data-style=zoom-in] .ladda-label,
.btn-ladda[data-style=zoom-in] .ladda-spinner,
.btn-ladda[data-style=zoom-out],
.btn-ladda[data-style=zoom-out] .ladda-label,
.btn-ladda[data-style=zoom-out] .ladda-spinner {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}

.btn-ladda[data-style=zoom-in] .ladda-label,
.btn-ladda[data-style=zoom-out] .ladda-label {
    position: relative;
    display: inline-block
}

.btn-ladda[data-style=zoom-in] .ladda-spinner,
.btn-ladda[data-style=zoom-out] .ladda-spinner {
    left: 50%
}

.btn-ladda[data-style=zoom-in][data-loading] .ladda-label,
.btn-ladda[data-style=zoom-out][data-loading] .ladda-label {
    opacity: 0;
    filter: alpha(opacity=0)
}

.btn-ladda[data-style=expand-down][data-loading] .ladda-spinner,
.btn-ladda[data-style=expand-left][data-loading] .ladda-spinner,
.btn-ladda[data-style=expand-right][data-loading] .ladda-spinner,
.btn-ladda[data-style=expand-up][data-loading] .ladda-spinner {
    opacity: 1;
    filter: alpha(opacity=100)
}

.btn-ladda[data-style=zoom-in][data-loading] .ladda-spinner,
.btn-ladda[data-style=zoom-out][data-loading] .ladda-spinner {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.btn-ladda[data-style=zoom-in] .ladda-spinner {
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2)
}

.btn-ladda[data-style=zoom-in][data-loading] .ladda-label {
    -webkit-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2)
}

.btn-ladda[data-style=zoom-out] .ladda-spinner {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5)
}

.btn-ladda[data-style=zoom-out][data-loading] .ladda-label {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.btn-ladda[data-style=expand-left] .ladda-spinner {
    left: 20px
}

.btn-ladda[data-style=expand-left][data-loading] {
    padding-left: 35px
}

.btn-ladda[data-style=expand-right] .ladda-spinner {
    right: 20px
}

.btn-ladda[data-style=expand-right][data-loading] {
    padding-right: 35px
}

.btn-ladda[data-style=expand-up] .ladda-spinner {
    top: -16px;
    left: 50%
}

.btn-ladda[data-style=expand-up][data-loading] {
    padding-top: 40px
}

.btn-ladda[data-style=expand-up][data-loading] .ladda-spinner {
    top: 12px;
    margin-top: 8px
}

.btn-ladda[data-style=expand-down] .ladda-spinner {
    top: 44px;
    left: 50%
}

.btn-ladda[data-style=expand-down][data-loading] {
    padding-bottom: 40px
}

.btn-ladda[data-style=slide-left] {
    overflow: hidden
}

.btn-ladda[data-style=slide-left] .ladda-label {
    left: 0;
    position: relative
}

.btn-ladda[data-style=slide-left] .ladda-spinner {
    right: 0
}

.btn-ladda[data-style=slide-left][data-loading] .ladda-label {
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0)
}

.btn-ladda[data-style=slide-left][data-loading] .ladda-spinner {
    right: 50%;
    opacity: 1;
    filter: alpha(opacity=100)
}

.btn-ladda[data-style=slide-right] .ladda-label {
    right: 0;
    position: relative
}

.btn-ladda[data-style=slide-right] .ladda-spinner {
    left: 0
}

.btn-ladda[data-style=slide-right][data-loading] .ladda-label {
    right: -100%;
    opacity: 0;
    filter: alpha(opacity=0)
}

.btn-ladda[data-style=slide-right][data-loading] .ladda-spinner {
    left: 50%;
    opacity: 1;
    filter: alpha(opacity=100)
}

.btn-ladda[data-style=slide-up] .ladda-label {
    top: 0;
    position: relative
}

.btn-ladda[data-style=slide-up] .ladda-spinner {
    top: 100%;
    left: 50%
}

.btn-ladda[data-style=slide-up][data-loading] .ladda-label {
    top: -16px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.btn-ladda[data-style=slide-up][data-loading] .ladda-spinner {
    top: 16px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.btn-ladda[data-style=slide-down] .ladda-label {
    top: 0;
    position: relative
}

.btn-ladda[data-style=slide-down] .ladda-spinner {
    top: -100%;
    left: 50%
}

.btn-ladda[data-style=slide-down][data-loading] .ladda-label {
    top: 16px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.btn-ladda[data-style=slide-down][data-loading] .ladda-spinner {
    top: 16px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.btn-ladda[data-style=fade] .ladda-spinner {
    left: 50%
}

.btn-ladda[data-style=fade][data-loading] .ladda-label {
    opacity: 0;
    filter: alpha(opacity=0)
}

.btn-ladda[data-style=fade][data-loading] .ladda-spinner {
    opacity: 1;
    filter: alpha(opacity=100)
}

.btn-ladda[data-style=radius] {
    border-radius: 2px;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
}

.btn-ladda[data-style=radius] .ladda-spinner {
    left: 50%
}

.btn-ladda[data-style=radius][data-loading] {
    border-radius: 5px
}

.btn-ladda[data-style=radius][data-loading] .ladda-label {
    opacity: 0;
    filter: alpha(opacity=0)
}

.btn-ladda[data-style=radius][data-loading] .ladda-spinner {
    opacity: 1;
    filter: alpha(opacity=100)
}

.fc-bgevent,
.fc-highlight {
    opacity: .3;
    filter: alpha(opacity=30)
}

.headroom {
    -webkit-transition: top .2s ease-in-out, bottom .2s ease-in-out;
    -o-transition: top .2s ease-in-out, bottom .2s ease-in-out;
    transition: top .2s ease-in-out, bottom .2s ease-in-out
}

.navbar.headroom-top-pinned {
    top: 0
}

.navbar.headroom-top-unpinned {
    top: -48px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-lg.navbar.headroom-top-unpinned {
    top: -52px
}

.navbar-sm.navbar.headroom-top-unpinned {
    top: -46px
}

.navbar-xs.navbar.headroom-top-unpinned {
    top: -44px
}

.navbar.headroom-bottom-pinned {
    bottom: -48px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-lg.navbar.headroom-bottom-pinned {
    bottom: -52px
}

.navbar-sm.navbar.headroom-bottom-pinned {
    bottom: -46px
}

.navbar-xs.navbar.headroom-bottom-pinned {
    bottom: -44px
}

.navbar.headroom-bottom-unpinned {
    bottom: 0
}

.fc {
    direction: ltr;
    text-align: left
}

.fc th,
.fc-basic-view .fc-week-number,
.fc-time-grid-event .fc-resizer,
.fc-toolbar,
a.fc-more {
    text-align: center
}

.fc-view>table {
    min-width: 769px
}

.fc-events-container {
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px
}

.fc-events-container .fc-event {
    margin: 0;
    padding: 4px 11px
}

.fc-events-container .fc-event+.fc-event {
    margin-top: 10px
}

.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed hr,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #ddd
}

.fc-unthemed thead,
.fc-unthemed thead td,
.fc-unthemed thead th {
    border-bottom-color: #bbb
}

.fc-unthemed hr {
    background-color: #f5f5f5
}

.fc-unthemed .fc-popover {
    background-color: #fff;
    border-radius: 3px
}

.fc-unthemed .fc-popover .fc-header {
    background-color: #f5f5f5
}

.fc-unthemed .fc-today {
    background-color: #E8F5E9
}

.fc-highlight {
    background-color: #e5e5e5
}

.fc-bgevent {
    background-color: #81C784
}

.fc-nonbusiness {
    background-color: #ccc
}

.fc-icon {
    display: block
}

.fc-icon:after {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fc-icon-left-single-arrow:after {
    content: "\e079"
}

.fc-icon-right-single-arrow:after {
    content: "\e080"
}

.fc-icon-left-double-arrow:after {
    content: "\000AB"
}

.fc-icon-right-double-arrow:after {
    content: "\000BB"
}

.fc-button-calendar:before {
    font-family: 'Glyphicons Halflings';
    content:"\e109";
}

.fc-icon-x:after {
    content: "\ed6b";
    font-size: 12px;
    display: block
}

.fc-button {
    margin: 0;
    border: 1px solid #ddd;
    padding: 7px 12px;
    cursor: pointer;
    outline: 0
}

.fc-button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc-state-default {
    border: 1px solid #ddd;
    background-color: #fff
}

.fc-state-default.fc-corner-left {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.fc-state-default.fc-corner-right {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.fc-state-hover {
    background-color: #ecf0f1;
    border-color: #e5e5e5;
}

.fc-state-active,
.fc-state-down {
    background-color: #fafafa
}

.fc-button.fc-state-active,
.fc-button.fc-state-down {
    border-color: #ddd;
}

.fc-state-disabled {
    color: #999;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group>:first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .05)
}

.fc-popover .fc-header {
    padding: 10px
}

.fc-ltr .fc-popover .fc-header .fc-title {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close {
    float: right
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    margin-top: 2px;
    opacity: .6;
    filter: alpha(opacity=60)
}

.fc-unthemed .fc-popover .fc-header .fc-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.fc hr {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-style: solid;
    border-width: 1px 0
}

.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-clear {
    clear: both
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-event,
.fc-row,
.fc-scroller>* {
    position: relative
}

.fc-bg {
    bottom: 0
}

.fc table {
    width: 100%
}

.fc td,
.fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

.fc th {
    padding: 12px 20px
}

.fc td.fc-today {
    border-style: double
}

.fc-row {
    border-style: solid;
    border-width: 0
}

.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 td,
.fc-row .fc-highlight-skeleton td {
    border: 0
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent;
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc-scroller {
    overflow-y: scroll;
    overflow-x: hidden
}

.fc-scroller>* {
    width: 100%;
    overflow: hidden
}

.fc-event {
    display: block;
    border: 1px solid #fc7c00;
    background-color: #fc7c00;
    font-weight: 400;
    border-radius: 2px
}

.fc-day-grid-event .fc-time,
.fc-time-grid-event .fc-time {
    font-weight: 500
}

.fc-event,
.fc-event:hover {
    color: #fff;
    text-decoration: none
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-day-grid-event {
    margin: 0;
    padding: 4px;
}

.fc-day-grid-event>.fc-content {
    overflow: hidden;
    text-overflow: ellipsis
}

.fc-day-grid-event .fc-resizer {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 7px
}

.fc-ltr .fc-day-grid-event .fc-resizer {
    right: -3px;
    cursor: e-resize
}

@media (min-width:1200px) {
    .fc-day-grid-event>.fc-content {
        background-color: inherit
    }
    .fc-day-grid-event .fc-time {
        float: right;
        padding-left: 5px;
        display: inline-block;
        z-index: 2;
        position: relative;
        background-color: inherit
    }
    .fc-day-grid-event .fc-title {
        z-index: 1;
        position: relative
    }
}

a.fc-more {
    margin: 1px 5px;
    background-color: #fafafa;
    display: block;
    padding: 5px;
    border-radius: 3px;
    color: #999;
    font-size: 12px
}

a.fc-more:hover {
    background-color: #f5f5f5;
    color: #333
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px 5px
}

.fc-toolbar {
    margin-bottom: 20px
}

.fc-toolbar h2 {
    margin: 5px 0;
    font-size: 17px
}

.fc-toolbar .fc-left {
    float: left;
    width: 33%
}

.fc-toolbar .fc-right {
    float: right;
    width: 33%
}

.fc-toolbar .fc-right .fc-button-group {
    float: right
}

.fc-toolbar .fc-left>.fc-button,
.fc-toolbar .fc-right>.fc-button {
    margin-left: 10px
}

.fc-toolbar .fc-center {
    display: inline-block;
    vertical-align: middle
}

.fc-toolbar>*>* {
    float: left
}

.fc-toolbar>*>:first-child {
    margin-left: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar button:focus {
    z-index: 5
}

.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-view-container {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    overflow: auto;
    max-width: 100%
}

.fc-row.fc-rigid,
.fc-time-grid-event {
    overflow: hidden
}

.fc-view-container .fc-view>table td,
.fc-view-container .fc-view>table th {
    border-right-width: 0
}

.fc-view-container .fc-view>table tr:first-child td:first-child,
.fc-view-container .fc-view>table tr:first-child th:first-child {
    border-left-width: 0
}

.fc-view-container *,
.fc-view-container:after,
.fc-view-container:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fc-view,
.fc-view>table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
    padding-top: 5px;
    padding-bottom: 10px
}

.fc-basic-view tbody .fc-row {
    min-height: 100px;
    min-width: 100px
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 10px
}

.fc-axis,
.fc-basic-view .fc-day-number {
    text-align: right
}

.fc-basic-view .fc-week-number span {
    display: inline-block;
    min-width: 1.25em
}

.fc-basic-view .fc-day-number.fc-other-month {
    opacity: .3;
    filter: alpha(opacity=30)
}

.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-top: 5px;
    padding-bottom: 0
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 2px 10px;
    height: 20px;
}

.fc-time-grid,
.fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    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-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-time-grid .fc-bgevent-skeleton {
    z-index: 3
}

.fc-time-grid .fc-highlight-skeleton {
    z-index: 4
}

.fc-time-grid .fc-content-skeleton {
    z-index: 5
}

.fc-time-grid .fc-helper-skeleton {
    z-index: 6
}

.fc-slats td {
    border-bottom: 0
}

.fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-highlight-container {
    position: relative
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-time-grid .fc-bgevent-container,
.fc-time-grid .fc-event-container {
    position: relative
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1;
    padding: 4px;
    min-height: 20px;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-time-grid-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.fc-time-grid-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.fc-time-grid-event>.fc-content {
    position: relative;
    z-index: 2
}

.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:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0"
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event .fc-resizer {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 10px;
    font-size: 12px;
    font-family: monospace;
    cursor: s-resize;
    background-color: rgba(0, 0, 0, .05);
    padding: 1px
}

.fc-time-grid-event .fc-resizer:hover {
    background-color: rgba(0, 0, 0, .1)
}

.fc-time-grid-event .fc-resizer:after {
    content: "="
}

table a:not(.btn), .table a:not(.btn) {
    text-decoration: none;
}

.fc-day-header a {
	color: #2c3e50;
}

td.fc-sat { 
	background-color:#ddd; 
	opacity: 0.2;
}
td.fc-sun { 
	background-color:#ddd; 
	opacity: 0.2;
}

.fc-time-grid .fc-slats td {
    height: 22px;
}

.fc .fc-axis {
    padding: 0 10px;
}

.fc th {
    padding: 10px 20px;
}

.fc-event {
	font-size: 13px;
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
    padding: 2px;
}

.fc-scroller {
	overflow-y: visible !important;
}

@media (max-width:990px) {

}

@media (max-width:768px) {
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-left .fc-button-group,
    .fc-toolbar .fc-left>.fc-button,
    .fc-toolbar .fc-right,
    .fc-toolbar .fc-right .fc-button-group,
    .fc-toolbar .fc-right>.fc-button {
        float: none;
        width: auto;
        vertical-align: top
    }
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        display: block;
        margin-bottom: 10px
    }
}