.xhdr table {
    text-align: center;
}

#no_records {
    background-color: white;
    text-align: center;
    padding: 1%;
}

#total_records_grid {
    background: #3f3f3f;
    color: white;
}

div.gridbox .objbox {
    max-height: 260px;
    overflow: auto !important;
    overflow-x: hidden !important;
}

#loading {
    display: none;
    margin-left: 5px;
    width: 50px;
}

#search {
    display: inline-flex;
    float: right;
    margin-bottom: 0.5%;
}

.radio-button {
    cursor: pointer;
}
