﻿.find-data-export .dt-buttons {
    float: right;
}

.find-data-export .dt-buttons .flat-buttons {
    border: none;
}

.table-responsive {
    width: 100%;
}

table.dataTable thead th .title {
    /* a little separation of table header and sort icon */
    /*padding-right: 5px;*/
    margin-right: 3px;
}

.icon-space {
    /* a little separation of table header and sort icon */
    /*padding-right: 5px;*/
    margin-right: 10px;
}

/* For scrolling DataTables, aligns columns with header widths.*/
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.table > thead > tr > th {
    vertical-align: middle !important;
}

.hide-expand {
visibility:hidden;

}
