.fc-center > div{
	display: flex !important;
}
.fc-day-grid-event .fc-content{
	overflow:inherit !important;
}
.fc-body .btn{
	padding:0;border-radius:0;height:24px;width: 100%;
}
.fc-event-container .btn-green {
    color: #fff;
     background-color: #258839;
    border-color: #258839;
    border-radius: 10px;
    padding: 5px 0;
   
}

.fc-event-container .btn-green:hover{ color: #fff;}

.fc-event-container .dropdown-toggle::after{
    background: url(/themes/custom/apws/icons/icn-chevron-fill-white-down.svg) no-repeat center center;
    width: 22px;
    height: 15px;
    border: none;
    vertical-align: 2px;
    position: absolute;
    right: 11px;
}
a.fc-event.fc-draggable{
    background: none;
    border: none;
}

.fc-event-container  .dropdown-menu{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 10px 20px;
    border: solid 1px #cecece;
    border-radius: 10px;
}

.fc-container{
    font-family: NBCTinker-Bold;
}

.fc-prev-button,
.fc-next-button{
   background: none;
    background-color: transparent !important ;
    border-color: transparent !important ;
}

.fc-header-toolbar .fc-icon-chevron-left:before {
   content: url(/themes/custom/apws/icons/icn-chevron-lg-left.svg) ;
}
.fc-header-toolbar .fc-icon-chevron-right:before {
   content: url(/themes/custom/apws/icons/icn-chevron-lg-right.svg) ;
}

/* .fc-row.fc-widget-content .fc-day-grid .fc-row {
    z-index: inherit;
}

.fc-row.fc-widget-content .fc-content-skeleton{
	z-index: 4;
}  */

.fc-day-grid .fc-row {
    z-index: inherit !important;
}
.fc-row.fc-week .fc-content-skeleton{
	z-index: inherit;
} 
.fc-row.fc-week .fc-bg{
    z-index: inherit;
}

.fc-widget-content .fc-row .fc-bgevent-skeleton{
    z-index: 1;
}

.fc-content .lnk{
    margin-left: 12px;
    vertical-align: text-bottom;
}