/*          Body Table          */
.table tbody tr td:nth-child(1){
  width: 30%;
}

.table tbody tr td:nth-child(2){
  width: 25%;
}

.table tbody tr td:nth-child(3){
  width: 10%;
}

.table tbody tr td:nth-child(4){
  width: 10%;
}

.table tbody tr td:nth-child(5){
  width: 25%;
}

/*          Table Search       */ 

.dataTables_wrapper .dataTables_length {
    float: left;
  }

  .dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
  }



.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    padding: 0.75rem 1.25rem; 
  }

  .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: black;
    margin-left: 3px;
  }

  @media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
      float: none;
      text-align: center;
    }
    .dataTables_wrapper .dataTables_filter {
      margin-top: 0.5em;
    }
  }






table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
 





/*      Table Information       */
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left; 
    padding: 0.75rem 1.25rem;    
  }

/*      Table Paginate       */

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding: 0.75rem 1.25rem;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 2px;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: inherit !important;
    border: 1px solid #aca8a8;
    background-color: rgba(230, 230, 230, 0.1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* W3C */
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #bf0b0b;
    background-color: #f66363;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f66363), color-stop(100%, #bf0b0b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f66363 0%, #bf0b0b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #f66363 0%, #bf0b0b 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #f66363 0%, #bf0b0b 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #f66363 0%, #bf0b0b 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #f66363 0%, #bf0b0b 100%);
    /* W3C */
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #ef0e0e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef0e0e), color-stop(100%, #b50a0a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ef0e0e 0%, #b50a0a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #ef0e0e 0%, #b50a0a 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #ef0e0e 0%, #b50a0a 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #ef0e0e 0%, #b50a0a 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #ef0e0e 0%, #b50a0a 100%);
    /* W3C */
    box-shadow: inset 0 0 3px #111;
  }
  .dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
  }

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    color: inherit;
  }

  @media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}