/* add sorting icons to gridview sort links */

.kv-grid-bs4 a.asc::after {
    content: "\f15d";
}

.kv-grid-bs4 a.desc::after {
    content: "\f15e";
}

.kv-grid-bs4 a.asc::after,
.kv-grid-bs4 a.desc::after {
    font-family: "FontAwesome";
}

.btn-group-assign {
    margin: 6rem auto;
}


/** fixing bug fullcalendar chrome */

.fc .fc-scrollgrid-section-liquid {
    height: 1px !important;
}