/*@mixin short-transition ($properties: all) {
    transition: .5s $properties ease-in-out;
}

@mixin text-shadow($x: .05em,$y: .05em,$blur: .1em,$color: $bof-dark-bg) {
    text-shadow: $x $y $blur $color;
}*/
table.dataTable > tbody > tr.child span.dtr-title {
  display: block; }

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 {
  border: 0px solid white !important;
  border-radius: 0px !important;
  box-shadow: 0 0 0px #444 !important;
  background-color: transparent !important;
  content: '' !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: '' !important;
  background-color: transparent !important; }

table.dataTable tr.even, table.dataTable tr.odd {
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: 12px 23px !important;
  background-size: 11px !important; }

table.dataTable tr.even.parent, table.dataTable tr.odd.parent {
  background-image: none !important; }

/*mp*/
table.dataTable.collapsed tr.even, table.dataTable.collapsed tr.odd {
  background-image: url(/static/img/theme/bg-tab-arrow-all.png) !important; }

table.dataTable.collapsed tr.even.parent, table.dataTable.collapsed tr.odd.parent {
  background-image: url(/static/img/theme/bg-tab-arrow-all-down.png) !important; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e8eff8 !important; }

table.dataTable > tbody > tr.child ul.dtr-details {
  margin-left: 20px !important; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
  border: 1px solid transparent !important; }

.dataTables_wrapper .table-bordered {
  border: transparent 1px solid; }

.dataTables_wrapper .table > thead > tr > th, .dataTables_wrapper .table > thead > tr > td, .dataTables_wrapper .table > tbody > tr > th, .dataTables_wrapper .table > tbody > tr > td, .dataTables_wrapper .table > tfoot > tr > th, .dataTables_wrapper .table > tfoot > tr > td {
  padding: 12px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd; }

/*
.dataTables_wrapper .table > thead > tr > th {
    background: $fiva-blue;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
}

.dataTables_wrapper table.dataTable thead th:after {
    content: "" !important;
}

.dataTables_wrapper .table {
    margin-bottom: 30px !important;
}
*/
.table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
  background: #006fb9;
  color: #fff;
  font-weight: normal;
  font-size: 18px; }

table.dataTable thead th:after, table.dataTable thead td:after {
  content: "" !important; }

.table {
  margin-bottom: 30px !important; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  border-color: #337ab7 !important;
  margin: 0px 2px !important; }

.pagination > li > a, .pagination > li > span {
  border: 1px solid #337ab7 !important;
  margin: 0px 2px !important; }

.pagination > li.disabled > a, .pagination > li.disabled > span {
  border: 1px solid #ddd !important;
  margin: 0px 2px !important; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  font-size: 16px !important; }

div.dataTables_wrapper .pagination > li > a:hover, div.dataTables_wrapper .pagination > li > span:hover {
  color: #fff !important;
  background-color: #006fb9; }

div.dataTables_wrapper .pagination > li.disabled > a:hover, div.dataTables_wrapper .pagination > li.disabled > span:hover {
  color: #777 !important;
  background-color: #fff !important; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important; }

.dataTables_length .input-sm, .dataTables_filter .input-sm {
  font-size: 16px !important;
  border: 1px #006fb9 solid; }

div.dataTables_wrapper .btn-group > .btn {
  border: solid 1px #006fb9;
  border-radius: 0px;
  font-size: 17px;
  color: #006fb9;
  margin-bottom: 20px !important; }

div.dataTables_wrapper .btn-group > .btn > span {
  display: inline-block;
  margin: 0px 30px;
  border-radius: 0px; }

/*# sourceMappingURL=TableBlock.css.map */
