@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
    float: left;
    width: 50%;
}
.dataTables_length,
.dataTables_filter {
    margin-bottom: 10px;
}
.dataTables_length select {
    width: 100px;
    display: inline-block;
    margin: 0 5px;
}
.dataTables_info,
.dataTables_paginate {
    margin-top: 10px;
}

.dataTables_filter,
.dataTables_paginate {
    text-align: right;
}
.dataTables_filter input {
    margin-left: 10px;
    width: 300px;
    display: inline-block;
}
.dataTables_wrapper {}
.dataTables_wrapper
.data__table {
    clear: both;
    max-width: none !important;
    border-collapse: separate !important;
    border: 1px solid #ddd;
    font-size: 14px;
}

.data__table th,
.data__table td {
    text-align: left;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}
.data__table th {
    border-left-width: 0;
}
.data__table td {
    border-left-width: 0;
    border-bottom: 0;
}
.data__table th:last-child,
.data__table td:last-child {
    border-right-width: 0;
}
.data__table th.right,
.data__table td.right {
    text-align: right;
}
.data__table thead th {
    border-bottom: 2px solid #ddd;
    border-top: 0;
}
.data__table tfoot th {
    border-bottom: 0;
}

.data__table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
    font-weight: 300;
}
table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "\e150";
}
table.dataTable thead .sorting_asc:after {
    content: "\e155";
}
table.dataTable thead .sorting_desc:after {
    content: "\e156";
}

.dataTables_paginate {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.dataTables_paginate a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
}
.dataTables_paginate a.disabled {
    cursor: not-allowed;
}
.dataTables_paginate a:hover,
.dataTables_paginate a.current {
    background: #f79433;
    color: #fff;
}
.dataTables_paginate a.previous,
.dataTables_paginate a.next {
    border: 1px solid #ddd;
}
.dataTables_paginate a.previous {
    border-radius: 3px 0 0 3px;
}
.dataTables_paginate a.next {
    border-radius: 0 3px 3px 0;
}
.dataTables_paginate a.current {
    cursor: default;
}

table.fixedHeader-floating{position:fixed !important;background-color:white}table.fixedHeader-floating.no-footer{border-bottom-width:0}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}}