.table thead th a{
    color: #000;
}

.grid-page-disbtn span {
    line-height: 16px;
    color: #888888;
    border: 1px solid #dee2e6;
    font-size: 14px;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    background-color: #fff;
    cursor: not-allowed;
}


th.sortable a::after {
    font-family: "Font Awesome 5 Free";
    padding-right: 3px;
    padding-left: 5px;
    vertical-align: middle;
    display: inline-block;
    top: 1px;
    line-height: 1;
    content: "\f0dc";
    color: #999;
    font-weight: 600;
}
th.sortable a:hover::after {
  color: #333 !important;
}

/* add sorting icons to gridview sort links */
/* CSS Document */
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    font-family: "Font Awesome 5 Free";
    padding-right: 3px;
    padding-left: 5px;
    vertical-align: middle;
    display: inline-block;
    top: 1px;
    line-height: 1;
/*    color: #333 !important;*/
}

a.asc:after {
    /*        content: "\e113" "\e151";*/
    content: "\f0de" !important;
}

a.desc:after {
    content: "\f0dd" !important;
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/*.grid-view td {
    white-space: nowrap;
}*/

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}