.table-sorted th:hover {
  cursor: pointer;
  background-color: #e6e6e6;
}

.table_controls {
  overflow: hidden;
}

.table_controls .pagination {
  float: right;
  margin: 0;
}

.table-controls-top {
  float: left;
  width: 100%;
}

.table-records {
  float: left;
  width: 100%;
}

.table-controls-bottom {
  float: left;
  width: 100%;
}

.table_controls.top {
  margin-bottom: 6px;
  margin-top: 8px;
}

.table_controls.bottom {
}

.table_records {
}

.table_records table tbody tr:hover > td {
  background-color: #6dcb99 !important;
  cursor: pointer;
  border-color: #6dcb99;
}

.data_section {
  float: left;
  width: 100%;
}

.data_section.open_det {
  width: 70%;
  transition: width 1s;
}
.data_section.close_det {
  width: 100%;
  transition: width 1s;
}

.table_record_details {
  float: right;
  width: 0%;
  height: 300px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.table_record_details.open_det {
  width: 30%;
  transition: width 1s;
}

.table_record_details.close_det {
  width: 0%;
  transition: width 1s;
}

.table_record_detail_area {
  margin-left: 10px;
  margin-top: 8px;
  height: 100%;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  padding: 8px;
}

.table_record_detail_area h4 {
  float: left;
}

.close_details {
  float: right;
  cursor: pointer;
}

.details {
  float: left;
  width: 100%;
}

.details p {
  margin: 0 0 4px 0;
  padding: 0px;
}
