/*.dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left;
}*/
/*div.dt-buttons {
    position: relative;
    float: right;
}*/

/*div#example_length {
  float: right;
position: relative;
z-index: 100;
}*/

.dt-buttons {
  margin-top: 25px;
  margin-bottom: 10px;
}

div#example_wrapper {
    background-color: #f3f0eb;
}

div#example_info {
    margin-left: 10px;
}

.dropdown.col-sm-1 {
    display: none;
}

td.dataTables_empty {
    text-align: left !important;
}

label {
  margin: 10px;
}

table td {
  font-size: 12px;
  border: 1px solid #eceeef;
  /*min-width: 100px;*/
}

table {
  border-collapse: collapse;
}

table, td, th {
  border: 1px solid #eceeef;
}

.dataTables_wrapper .dataTables_paginate {
  float: left;
  padding-top: 0.25em;
}

table td:nth-child(1), table th:nth-child(1) {
  max-width: 20px !important;
  min-width: 20px !important;
}

.dataTable th {
  position:static !important;
  z-index:999;
	max-width:20px;
}
