table.dataTable tbody td {
    vertical-align: top;
  }
  table.dataTable tbody tr:not(.child):nth-child(odd) td {
    background-color:#f1f1f1!important
  }
  table.dataTable tbody tr h5{
    margin-top:0;
    margin-bottom:.75em;
  }
  #wrapContent #contentPrimary table.dataTable tbody tr td p{
    margin-top:0!important;
    padding-top:0!important;
  }

  table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 8%;
    border-radius: 5px;
    box-shadow:none;
    padding:2px 0 0 0;
    background-color: #005696
}
table.dataTable tr td.sorting_1, table.dataTable tr td.sorting_1:hover{
  background-color:transparent!important
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '-';
    background-color: #7996BB
}
table.dataTable tr.child td:first-of-type{
  border-left:solid 2px #7996BB
}

table.dataTable tr td h6{
  color:#555;
  position:relative;
  top:5px;
}

table.dataTable tr.child  ul li {
    display: inline;
    float: left;
    margin:0 1em;
}

.responsive-dt{
  border-top:solid 1px #000;
  padding-top:1.25em
}


.responsive-dt .dataTables_length, .responsive-dt .dataTables_filter{
  margin-bottom:1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #005696;
    background:none;
    background-color: #005696;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #004F84;
    background:none;
    background-color: #004F84;
}

table.dataTable thead .sorting {
  background-image: url("../png/sort_both.png")
}

table.dataTable thead .sorting_asc {
  background-image: url("../png/sort_asc.png")
}

table.dataTable thead .sorting_desc {
  background-image: url("../png/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../png/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../png/sort_desc_disabled.png")
}
