.dataTables_wrapper {
    font-family: tahoma;
    font-size: 13px;
    position: relative;
    clear: both;
    zoom: 1;
}

.fontSelect2 {
    font-size: 0.8rem;
}

.selection {
    font-size: 0.9rem;
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 33px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

td.details-control {
    background: url('https://cdn.rawgit.com/DataTables/DataTables/6c7ada53ebc228ea9bc28b1b216e793b1825d188/examples/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('https://cdn.rawgit.com/DataTables/DataTables/6c7ada53ebc228ea9bc28b1b216e793b1825d188/examples/resources/details_close.png') no-repeat center center;
}

.clbuttonrpt {
    margin-bottom: 6px;
    font-size: 14px;
    margin-left: 5px;
}