

.tablePanel {
    overflow-y: scroll;
    overflow-x: scroll;
    position: absolute;
    width: 100%;
    background-color:#FFFFFF;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    opacity: 0.9;
    border-radius: 0.5rem;
}

table.dataTable {
	margin-top: 0px !important;
}

div.dataTables_info {
	padding-top:4px !important;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
	background-color: #08C;
}

.tablePanel table {
    width: 100%;
}

.tablePanel th {
    white-space: nowrap;
    font-size: 1rem;
    color: #000;
    font-weight: bold;
}

.tablePanel td {
    white-space: normal;
    font-size: 1rem;
}

td.nowrap {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
}

.tablePanel a {
    color: black
}

div.DTS div.dataTables_scrollBody {
	background: #FFF;
}

th.dt-center, td.dt-center {
    text-align: center;
}
th.dt-right, td.dt-right { 
    text-align: right;
}

th.dt-head-center {
    text-align: center;
}

td.dt-body-center {
    text-align: center;
}

th.dt-head-right { 
    text-align: right;
}

td.dt-body-right {
    text-align: right;
}

td.dt-ellipsis {
    text-overflow: ellipsis;
    width: 100%;
}

div.dtNotes {
    min-width: 40rem;
    max-width: 40rem;
    max-height: 10rem;
    text-overflow: ellipsis;
    overflow: scroll;
    white-space: pre-wrap !important;
}



.tablePanel thead, .tablePanel tfoot {
    background:#ddd;
}

.table_btn {
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    text-align: center;
    margin:0;
    padding:0;
    background-color: transparent;
    border: 0;
    transition-duration: 0.5s;
    transition-property: transform;
}

.table_btn:hover {
    background-color: transparent;
    -webkit-transform: scale(1.8)  ;
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    position: relative;
    z-index: 15000;
}

.btnSpacer {
    margin-right: 10px !important;
}

.table_btn_row {
    margin-left: 3px;
    margin-right: 3px;
}

.dt-buttons .disabled {
    display: none;
}