/*


*/

@import url(base/global.css);
table.dataTable thead .sorting_asc::after {
  content: "\e627";
  font-family: themify;
  opacity: 1;
  color: red; }
table.dataTable thead .sorting_desc::after {
  content: "\e62a";
  font-family: themify;
  opacity: 1;
  color: red; }
table.dataTable thead .sorting::after {
  opacity: 1;
  color: red;
  content: "\e63f";
  font-family: themify; }
table.dataTable th {
  text-align: center; }
table.dataTable td {
  vertical-align: middle !important; }

.dataTables_filter input {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

div.dataTables_wrapper div.dataTables_length {
  display: inline-block; }
  div.dataTables_wrapper div.dataTables_length select {
    padding: 6px 18px;
    border: 1px solid #979997;
    border-radius: 4px;
    background-color: gray;
    color: white; }
div.dataTables_wrapper div.dataTables_filter {
  float: right; }

.dataTables_paginate a {
  padding: 6px 11px;
  font-size: 12px;
  border: 1px solid lightgray;
  border-right: none;
  background-color: white;
  color: gray;
  cursor: pointer; }
.dataTables_paginate > a:last-child {
  border-right: 1px solid lightgray; }
.dataTables_paginate a.disabled {
  cursor: not-allowed;
  color: gray; }
.dataTables_paginate a.current {
  background-color: lightgray;
  color: white;
  border: 1px solid gray; }

@media screen and (max-width: 1250px) {
  div.dataTables_filter {
    width: 100%; }
    div.dataTables_filter label {
      width: 100%; }
      div.dataTables_filter label input {
        width: 95% !important; }
          table.dataTable th {
display: none; 
}
  table.dataTable td {
    padding-left: 50% !important;
    display: block;
    position: relative;
    min-height: 20px;
    text-align: left !important; }
    table.dataTable td:before {
      content: attr(data-content);
      position: absolute;
      left: 20px;
      top: 10px; }
    
  table.dataTable tr {
    margin-top: 10px;
    display: block;
    padding-top: 10px; } }
