body {color:#393E45; color: #000;} 
/** Table sort icons */
.table-sortable th { position: relative; }
.table-sortable th a[data-provide="navigator"]  {
    display: block;
    color: #000;
}
.table-sortable th a[data-provide="navigator"]:hover {
    text-decoration: underline;
}
.table-sortable th a[data-provide="navigator"] i {
    position: absolute;
    right: 3px;
    top:18px;
    color: #ddd;
}
.table-sortable th a[data-provide="navigator"].sort-up i, #genericTable th a[data-provide="navigator"].sort-down i {
    color: #000;
}
.table-scrollable {
    max-height: 400px;
    overflow-y: auto;
}
/* jsGrid Fix */
.grid-container {
    /*  height: 60vh;
      max-height: calc(100vh - 230px); */
    min-height: calc(100vh - 230px); 
    display: flex;
    flex-direction: column;
} 
.grid-header, .grid-body {


}
.grid-body {
    flex-grow: 1;
}
/* Widget card fancy */
.card-title-clickable:hover {
    cursor: pointer;
}
.card-title-clickable:hover .card-main-title {
    text-decoration: underline;
    cursor: pointer;
}
/* Calendar sliders */
.grm-calendar .carousel-indicators li {
    cursor: pointer;
    text-align: center;
    width: auto;
    padding:5px 10px;
    text-indent: 0;
    height: 30px;
    color: black;
    white-space: nowrap;
}
.grm-calendar .grm-calendar-td {
    min-height: 47px;
    height: 47px;
    box-sizing: border-box;
    position: relative;
}

.grm-calendar .calendar-table tbody {

}
@media (max-width: 991px) {
    .calendar-table td {
        min-width: 250px;
    }
}
.grm-calendar-td .grm-calendar-slot {
    position: absolute;
    width: calc(100% - 1em);
    z-index: 99999;
}
.grm-calendar .grm-calendar-td .grm-calendar-new {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.grm-calendar .grm-calendar-td:hover .grm-calendar-new {
    opacity: 1;
}
.grm-calendar ol {
    flex-wrap: wrap;
}
.grm-calendar-slot .grm-calendar-remove {
    display: none;
}
.grm-calendar-slot:hover .grm-calendar-remove {
    opacity: 1;
    width: 100%;
    display: block;
}