﻿
div.dataTables_length {
    float: left;
}

div.dt-buttons {
    float: right;
    margin-left: 5px;
}

    div.dt-buttons button {
        height: 30px;
        line-height: 15px;
        margin-top:12px;
    }

.dataTables_wrapper .dataTables_processing {
    width: 50%;
    left: 75%;
    height: 70px;
    background: none;
    background-color: #b93030;
    color: #FFFFFF;
}

.dataTables_info {
    display: inline-block;
}

.dataTables_paginate {
    display: inline-block;
    float: right;
}

/* Fixed header table (see captalent.aspx for usage) */

.table-fixed thead {
    width: 98%;
}

.table-fixed tbody {
    height:50vh;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

    .table-fixed tbody td,
    .table-fixed tbody th,
    .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }

.table-fixed tr {
    clear:both;
}