scheduler .fc-prev-button, 
scheduler .fc-next-button, 
scheduler .fc-customPrev-button, 
scheduler .fc-customNext-button, 
scheduler .fc-today-button, 
scheduler .fc-dayGridMonth-button, 
scheduler .fc-resourceTimelineWeek-button, 
scheduler .fc-resourceTimelineDay-button,
scheduler .fc-customMonthView-button, 
scheduler .fc-customWeekView-button, 
scheduler .fc-customDayView-button,
scheduler .fc-resourceTimelineThreeDay-button {
    color: #333;
    background-color: #EFEFEF;
    border: 2px solid #DFDFDF;
    background-image: none !important;
    font-size: 15px !important;
    font-weight: bold !important;
    padding: 6px 9px !important;
    border-radius: 5px;
    text-shadow: none;
    box-shadow: none;
    height: 35px;
    line-height: 0;
    /* min-width: 82px; */
}
scheduler .fc-customMonthView-button.fc-state-active, 
scheduler .fc-customWeekView-button.fc-state-active, 
scheduler .fc-customDayView-button.fc-state-active,
scheduler .fc-dayGridMonth-button.fc-state-active, 
scheduler .fc-resourceTimelineWeek-button.fc-state-active, 
scheduler .fc-resourceTimelineDay-button.fc-state-active {
    background-color: #575757;
    color: #FFF;
}

scheduler .fc-center h2, scheduler .fc-right h2 {
    color: #333;
    font-size: 2rem;
    line-height: 3rem;
}

scheduler input:-webkit-autofill,
scheduler input:-webkit-autofill:hover, 
scheduler input:-webkit-autofill:focus, 
scheduler input:-webkit-autofill:active  {
    background-color: none;
}

scheduler .fc-prev-button, scheduler .fc-next-button {
    min-width: 30px;
    line-height: 0;
}

scheduler .fc-prev-button {
    border-radius: 3px !important;
}

scheduler .fc-customMonthView-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

scheduler .fc-customDayView-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

scheduler .calendar-view-remove-shift-btn {
    display: none;
}

scheduler .fc-event-container:hover .calendar-view-remove-shift-btn {
    display: inline-block !important;
}

scheduler .fc-button:hover {
    cursor: pointer;
    background-color: #DFDFDF;
    color: #333;
}

scheduler .fc-widget-content:hover {
    /* cursor: pointer; */
}

scheduler .fc-event:hover {
    cursor: pointer;
}

scheduler .fc-body .fc-resource-area .fc-cell-content {
    padding-top: 7px;
    padding-bottom: 6px;
    text-overflow: ellipsis;
}

scheduler .fc-resource-area col.fc-main-col {
    width: 30px;
}

scheduler .fc-header-toolbar {
    background: none;
    padding: 10px;
}

scheduler .fc-head {
    background: #3d3d3d;
    color: #FFF;
}

scheduler .fc-timeline .fc-cell-text .selectBox {
    cursor: pointer;
}

scheduler .selectBox:hover {
    cursor: pointer;
}

scheduler #datepicker {
    height: 35px;
}

scheduler .fc-event-time, scheduler  .fc-event-title {
    padding: 0 1px;
    white-space: nowrap;
}

scheduler .fc-event {
    border: none;
}
    
scheduler .fc-title {
    white-space: nowrap;
}

scheduler .fc-timeline-event {
    border-radius: 5px;
    overflow: hidden;
    box-sizing:border-box;
    margin: 3px 3px 0 4px;
    padding: 0;
    min-width: 60px;
}

scheduler .fc-timeline-event .fc-content {
    /* overflow: hidden; */
}

scheduler .fc-content {
    text-align: center;
}

scheduler .fc-customDatePicker-button .dropdown-menu {
    min-width: 270px;
    left: -490% !important;
    top: 43px !important;
}

scheduler .fc-customDatePicker-button {
    color: #333;
    background: #EFEFEF;
    border: 2px solid #DFDFDF;
    background-image: none !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-shadow: none;
    box-shadow: none;
    min-width: auto;
    border-radius: 5px !important;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    position: relative;
}

scheduler .fc-customDatePicker-button:hover i {
    color: #333;
}

scheduler .fc-customDatePicker-button .uib-datepicker-popup th {
    color: #000;
}

scheduler .fc-customDatePicker-button #datepicker {
    border: none;
    background: none;
}

scheduler .fc-customDatePicker-button div {
    border: none;
    background: none;
}

scheduler .fc-customDatePicker-button table {
    width: auto;
}

scheduler .fc-customDatePicker-button .active {
    color: #3075A6 !important
}

scheduler .fc-customDatePicker-button .input-group-btn {
    color: #333;
    background: none;
    font-size: 15px !important;
    font-weight: bold !important;
    text-shadow: none;
    box-shadow: none;
    height: 34px;
    line-height: 0;
    border: none;
}

scheduler .fc-customDatePicker-button .input-group-btn .btn {
    height: 35px;
    width: 45px;
    padding: 0;
    border: none;
    margin: 0;
}

scheduler .fc-customDatePicker-button .input-group-btn .btn i {
    margin: 0;
    padding: 0;
    left: 25%;
    top: 8px;
    position: absolute;
}

scheduler .fc-customDatePicker-button .input-group-btn .btn i.fa-caret-down {
    margin: 0;
    padding: 0;
    left: 65%;
    top: 8px;
    position: absolute;
}

scheduler .fc-button:disabled,
scheduler .fc-button-primary:not(:disabled):active, 
scheduler .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #3F8F24;
    border-color: #DFDFDF;
    color: #FFF;
}

scheduler .fc-button:disabled:hover,
scheduler .fc-button-primary:not(:disabled).fc-button-active:hover {
    background-color: #2F6B1B;
}

scheduler .btn.btn-info.active {
    background-color:#999999 !important;
}

scheduler .fc-toolbar.fc-header-toolbar {
    padding-left: 0;
    padding-right: 0;
}
/*
scheduler .fc-rows tr:nth-child(odd) {
    background: #dfdfdf;
}

scheduler .fc-unthemed td{
    border-color: #999999;
}
*/
scheduler .fc-scroller-canvas {
    width: 100%;
}

scheduler .fc-now-indicator-line, scheduler .fc-now-indicator-arrow {
    border: 0 solid #EE4A5D;
}

scheduler .fc-timeline .fc-head .fc-cell-content {
    padding-bottom: 10px;
    position: relative;
    height: 45px;
}

scheduler .fc-day-header {
    padding: 10px 0;
}

/* May 15th */

scheduler .fc-button-group {
    height: 35px;
}

scheduler .fc-button {
    height: 35px;
}

/* scheduler .fc-customDatePicker-button .input-group-btn:hover {
    background: #797979;
} */

scheduler .slotDurationSelect {
    border: 2px solid #DFDFDF;
}

scheduler .slotDurationSelect:hover {
    cursor: pointer;
    background-color: #DFDFDF;
    color: #333;
    border: 2px solid #DFDFDF;
}

scheduler .fc-right h2 {
    color: #333;
    font-size: 2rem;
    line-height: 3rem;
    display: inline-flex;
    text-align: initial;
}

scheduler .fc-timeline .fc-cell-text {
    padding: 0;
}

scheduler .fc-event h3.shift-time-title {
    color: #FFF;
    text-align: center;
}

scheduler .fc-timeline-event .fc-title {
    vertical-align: bottom;
}
  
scheduler .toggler {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    margin-left: -35px;
}

scheduler .toggler:hover {
    cursor: pointer;
}

scheduler .toggler:before {
    position: absolute;
    content: '';
    left: 2px;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    background-color: #333;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: left 400ms ease;
}

scheduler .toggler:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 20px;
    background-color: #EE4A5D;
    border-radius: 99px;
    z-index: 0;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    transition: background-color 250ms;
    cursor: pointer;
}

scheduler .toggler:hover:after {
    background-color: #cc3333;
}

scheduler #toggler {
    display: none;
}

scheduler #toggler:checked + label:before {
    left: 12px;
}

scheduler #toggler:checked + label:after {
    background-color: #70B300;
}
scheduler #toggler:checked + label:hover:after {
    background-color: #548600;
}

scheduler .show-shadow {
    -webkit-box-shadow: inset 15px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 15px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: inset 15px 0px 15px 0px rgba(0,0,0,0.3);
}

scheduler .fc-scroller {
    -webkit-transition: box-shadow 400ms; /* Safari */
    transition: box-shadow 400ms;
}

.shift-role-calendar-wrapper-div {
    overflow-x: hidden;
    top: 0;
    overflow-y: auto;
}

scheduler .fc-body .fc-resource-area .fc-cell-content {
    text-overflow: ellipsis;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.middle-row-ticker {
    overflow: hidden;
}
.middle-row-ticker .middle-row-col-ticker {
    display: inline-block;
    box-sizing: border-box;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.shift-block-row-col.ellipsis {
    overflow-x:hidden;
    text-overflow:ellipsis;
}

scheduler .fc-timeline-event .fc-title .shift-block-row {
    margin:0;
    padding:0;
    width: 100%;
}

scheduler .fc-timeline-event .fc-title .shift-block-row-col {
    margin:0;
    padding:0 5px 4px;
    box-sizing:border-box;
}

scheduler .fc-timeline-event .fc-title .shift-block-info-icon {
    text-align: center;
}

scheduler .fc-timeline-event .fc-title .shift-block-info-icon i {
    width: 25px;
}

scheduler .fc-timeline-event .fc-title .shift-block-info-text {
    vertical-align:middle;
    line-height: 25px; 
    margin:0; 
    font-size:12px;
}

scheduler .fc-timeline-event .fc-title .shift-block-role-info-icon {
    width: 20px;
    padding-left: 30px;
    font-size: 10px;
    margin: 3px 0 0 0px;
}

scheduler .fc-timeline-event .fc-title .shift-block-role-info-text {
    vertical-align:middle;
    line-height: 21px; 
    margin:0 0 0 5px; 
    font-size:10px;
}

scheduler .fc-scroller-canvas > .fc-content {
    border-right: 1px solid #ddd;
}

scheduler .fc-dayGridMonth-view .fc-content {
    text-align: left;
}

scheduler .fc-dayGridMonth-view .fc-content:hover {
    background: #f1f3f4;
}

scheduler .fc-dayGridMonth-view .fc-more, scheduler .fc-dayGridMonth-view .fc-day-number {
    font-weight: 600;
}

scheduler .fc-dayGridMonth-view .fc-more {
    color: #3F8F24;
}

scheduler .fc-dayGridMonth-view .fc-more:hover {
    color: #2F6B1B;
}

scheduler .fc-dayGridMonth-view .fc-day-top {
    position: relative;
}

scheduler .fc-dayGridMonth-view .fc-day-top .create-new-shift-btn {
    visibility: hidden;
}

scheduler .fc-dayGridMonth-view .fc-day-top:hover .create-new-shift-btn {
    visibility: visible;
}

scheduler .fc-more-popover .fc-event-container {
    padding: 3px;
}

scheduler .fc-unthemed .fc-popover .fc-header {
    background: #3d3d3d;
    color: #FFF;
}

scheduler .fc-more-popover .fc-header .popoverDaySelect {
    zoom: 1.4;
    margin: 3px 2px 3px 3px;
}

scheduler .fc-more-popover .fc-header .fc-title {
    width: 100%;
    margin-left: 3px;
    font-weight: 600;
}

scheduler .fc-more-popover .fc-event-container {
    max-height: 250px;
    overflow-y: scroll; 
}

scheduler .fc-more-popover {
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
}

scheduler .fc-dayGridMonth-view .fc-day-grid-event.ticker {
    overflow: hidden;
}
scheduler .fc-dayGridMonth-view .fc-day-grid-event .fc-title.ticker {
    display: inline-block;
    box-sizing: border-box;
    padding-right: 600%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

scheduler .mv-event-role-name.ellipsis {
    overflow-x:hidden;
    text-overflow:ellipsis;
}

scheduler .create-new-shift-btn:hover i {
    cursor: pointer;
    color: #999999 !important;
}

scheduler .shift-day-redirect span, scheduler .shift-day-redirect a {
    color:#3F8F24;
}

scheduler .shift-day-redirect:hover span, scheduler .shift-day-redirect:hover a {
    color: #2F6B1B;
}

scheduler .fc-resource-area .fc-rows tbody tr:nth-of-type(odd) {
    /* background: #f9f9f9; */
    background: rgba(108,111,115,0.1)
}

scheduler .fc-time-area .fc-rows tbody tr:nth-of-type(odd) {
    /* background: #f9f9f9; */
    background: rgba(108,111,115,0.1)
}

scheduler .fc-unthemed td.fc-today {
    background: #409CDD;
    opacity: 0.25;
}

scheduler .fc-body .fc-scroller {
    height: auto;
}

scheduler .fc-left .toolbar-group div {
    margin-left: .75em;
}

scheduler .fc-customDatePicker-button .open>.dropdown-menu {
    right: 0 !important;
    left: initial;
}

scheduler .fc-button:disabled {
    opacity: 1;
}

scheduler .selection-indicator-filter-bar .dropdown-menu>li>a {
    padding: 3px 9px;
}

scheduler .fc-resourceTimelineDay-view .fc-time-area .fc-rows td > div, scheduler .fc-ltr .fc-resourceTimelineDay-view .fc-resource-area .fc-rows tr td.fc-widget-content div {
    padding-bottom: 10px;
}

scheduler .fc-time-area .fc-widget-content div:hover {
    cursor: url('./create-new-shift-icon-cursor.png'), copy;
}

scheduler .fc-time-area .fc-widget-content a.fc-event:hover, scheduler .fc-time-area .fc-widget-content a.fc-event div:hover {
    cursor: pointer;
}

scheduler .fc-day-grid-event {
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
}

scheduler .fc-day-grid-event .day-threshold {
    white-space: nowrap;
    overflow: hidden;
}

scheduler .fc-day-grid-event .day-threshold div {
    white-space: nowrap;
}

scheduler .day-threshold {
    overflow: hidden;
}

scheduler #calendar {
    position: relative;
}

scheduler .fc-toolbar.fc-header-toolbar {
    position: absolute;
    width: 98% !important;
}

scheduler .selection-indicator-filter-bar {
    position: absolute;
    width: 98%;
    top: 57px;
    height: 42px;
}

scheduler .fc-view-container {
    position: absolute;
    top: 99px;
    width: 98%;
}

scheduler #scheduleSearchHolder {
    min-width: 200px;
    width: 50%;
    max-width: 300px;
    position:relative;
    float: left;
}

scheduler #scheduleSearchHolder .schedule-search-icon-before {
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ccc;
}

scheduler #scheduleSearchHolder .schedule-search-icon-after {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ccc;
}

scheduler #scheduleSearchHolder #scheduleSearch {
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url(../img/.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}

scheduler .fc-left {
    display: block;
    width: 50%;
    float: none;
    padding-bottom: 0;
}
scheduler .fc-right {
    display: block;
    width: auto;
    float: none;
    text-align: left;
    padding-bottom: 0;
}
scheduler .fc-right h2 {
    font-size: 2rem;
}

scheduler .fc-timeline .fc-cell-text {
    text-decoration: none;
    color: #FFF;
    cursor: default;
}

scheduler .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    color: #3d3d3d;
    text-decoration: none;
}
scheduler .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number:hover {
    color: #999;
}

scheduler #moveBack {
    position: absolute;
    top: 15px;
    left: 5px;
    z-index: 1000;
    font-size: 2rem;
}
scheduler #moveBack i {
    opacity: 0.5;
}
scheduler #moveForward {
    position: absolute;
    top: 15px;
    right: 5px;
    z-index: 1000;
    font-size: 2rem;
}
scheduler #moveForward i {
    opacity: 0.5;
}
scheduler #moveBack:hover > i, scheduler #moveForward:hover > i {
    opacity: 1;
    cursor: pointer;
}

scheduler .fc-timeline th, scheduler .fc-timeline td {
    position: relative;
}

scheduler .selection-indicator-filter-bar .dropdown-menu {
    left: -6px;
}

scheduler .fc-dayGridMonth-view .fc-day-grid-event .fc-time {
    display: none;
}

scheduler .fc-resourceTimelineWeek-view .fc-head .fc-cell-content .go-to-date-clicker {
    color: #FFF;
    text-decoration: none;
}

scheduler .fc-resourceTimelineWeek-view .fc-head .fc-cell-content .go-to-date-clicker:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1600px) and (max-height: 900px) {
    .shift-staff-calendar-wrapper-div {
        overflow-y: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .shift-staff-calendar-wrapper-div {
        overflow-y: auto;
    }

    scheduler .fc-toolbar.fc-header-toolbar {
        height: 100px !important;
    }

    scheduler .selection-indicator-filter-bar {
        top: 96px !important;
    }

    scheduler .fc-view-container {
        position: absolute !important;
        top: 138px !important;
    }

    scheduler .fc-header-toolbar {
        display: block !important;
        width: 100% !important;
    }

    scheduler .fc-left {
        display: block !important;
        width: 100% !important;
        float: left !important;
        padding-bottom: 5px !important;
    }
    scheduler .fc-right {
        display: block !important;
        width: 100% !important;
        float: right !important;
        text-align: right !important;
        padding-bottom: 5px !important;
    }
    scheduler .fc-right h2 {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 1300px) {
    scheduler .fc-timeline .fc-body .fc-scroller {
        width: 99.5%;
    }
}

@media only screen and (max-width: 1000px) {
    scheduler .fc-timeline .fc-body .fc-scroller {
        width: 99%;
    }
}