﻿a {
    color: #0C76A5;
}

#credit-type {
    height: 20px;
    width: 34px;
    padding-left: -40px;
    display: none;
}

tr.group,tr.group:hover {
    background-color: #eee !important;
}

tr.dtrg-start {
    cursor: pointer;
}

.panel-default > .panel-heading {
    background-color: #ffffff;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 1000 !important;
}

.no-wrap {
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
    top: 15%;
    left: 0%;
    width: 101%;
    height: 60%;
    margin: 0;
    position: fixed;
}

div.dataTables_wrapper div.dataTables_processing > i {
    top: 50%;
    position: fixed;
}