.dataTables_wrapper {
    margin: 10px 8px;
    float: left;
}
table{
  box-shadow: 0px 0px 15px -5px;
}
table th {
    padding: 21px 25px 22px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #004884;
    color: #fff;
    outline: none;
    font-weight: 400;
}
table td {
    padding: 18px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
}
table td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}
table th:first-child {
    text-align: center;
}
table tbody div{
  text-align: center;
}
td.rotate > div > span {
    font-size: 24px;
    color: #004884;
}
table.dataTable.no-footer{
  margin: 10px 0;
  float: left;
}
table tr:hover td{
  background: #cad5df;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.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;
    box-shadow: none;
    color: rgb(102, 102, 102);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    background: transparent;
}
.dataTables_wrapper .dataTables_paginate a.previous {
    border-radius: 4px 0 0 4px;
}
.dataTables_wrapper .dataTables_paginate a.previous, .dataTables_wrapper .dataTables_paginate a.next {
    background-color: #fff!important;
    border-color: #ccc!important;
    margin: 0 10px!important;
    cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    margin-left: 2px;
    text-align: center;
    cursor: pointer;
    padding: 0.5em 1em;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ccc;
    color: rgb(102, 102, 102);
}
.dataTables_wrapper .dataTables_paginate a.current {
    background: #004884;
    color: #fff;
    border: 1px solid #004884;
}
.dataTables_wrapper .dataTables_paginate a.next {
    border-radius: 0 4px 4px 0;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
}
.dataTables_filter input {
    padding: 3px 5px;
    border-radius: 2px;
    border: 1px solid #ccc;
}
.dataTables_length select{
  width: 70px!important;
  padding: 3px;
  padding-left: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
