.dataTables_wrapper{
  margin-bottom: 50px;
}
.dt-buttons {
  position: absolute;
  bottom: -40px;
  left: 0;
  text-align: center;
}
.dt-buttons .excelExport {
  border: none;
  outline: none;
  background: none;
  padding-left: 0;
}
.dt-buttons .excelExport img {
  height: 30px !important;
  padding-right: 10px;
}
.dt-buttons span:hover {
  text-decoration: underline;
}
.table-responsive{
  overflow: hidden;
}
table.table {
  display: table;
  margin-bottom: 24px;
  border-radius: 10px;
  width: 100%;
  border-collapse: separate;
  font-family: "Open Sans", sans-serif !important;
  border: 1px solid #cfd7e5;
}

table.table thead th,
table.table tr td {
  margin-right: -1px;
  padding: 8px 11px 8px 10px;
  color: #323a47;
  font-size: 1.1em;
  border-collapse: collapse;
  font-weight: 400;
}

table.table thead {
  background-color: #e6ecf5;
}

table.table thead th {
  min-height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #cfd7e5;
  line-height: 1.3em;
  text-align: left;
  color: #fff;
  background-color: #a73222;
  font-weight: bold;
}

table.table thead tr th:last-child {
  border-right: none;
}

table.table thead tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

table.table thead tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

table.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

table.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

table.table tr td {
  position: relative;
  border-right: 1px solid #cfd7e5;
  border-bottom: 1px solid #cfd7e5;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2em;
}

/* table.table tr td:last-child {
  border-right: 0 solid #cfd7e5;
} */

table.table tr:last-child td {
  border-bottom: none;
}

table.table tr .table-main-header {
  padding: 12px;
  background-color: #0081a0;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.para-list li,
table.table tr td.footnote .footnote {
  font-family: "Open Sans", sans-serif;
}

table.table tr td.footnote {
  padding: 12px;
  background-color: #e6ecf5;
}

table.table tr td.footnote .footnote {
  position: relative;
  margin-bottom: 6px;
  padding-left: 26px;
  color: #323a47;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 300;
}

table.table tr td.footnote .footnote-info {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 15px;
  min-width: 15px;
  padding-right: 3px;
  padding-left: 3px;
  border: 1px solid #cfd7e5;
  border-radius: 16px;
  background-color: #fff;
  color: #323a47;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}

table.dataTable.no-footer {
  margin-bottom: 1rem;
  border-bottom: 2px solid #dddddd !important;
}

/* .dataTables_wrapper .dataTables_length {
  float: right !important;
  padding-right: 5px;
} */
table.dataTable thead th,
table.dataTable thead td{
  padding: 15px 18px;
  border-bottom: 1px solid #ddd !important;
}
.dataTables_wrapper .dataTables_length label {
  /* font-weight: 100; */
  margin-top: 10px;
  padding-left: 5px;
}

.dataTables_wrapper .dataTables_filter {
  padding-right: 10px;
  float: left;
}

.dataTables_wrapper .dataTables_filter input {
  font-weight: 100;
  margin-top: .5rem;
  margin-bottom: 1rem;
  outline: none;
  margin-left: 0;
}

.dataTables_wrapper thead th:hover {
  cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: not-allowed !important;
  opacity: 0.5;
  border: 1px solid transparent !important;
  background: transparent !important;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #6c6b73;
  background: #c85b53 !important;
  color: #FFF !important;
  border-radius: 5px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #787878 !important;
  border: 1px solid #979797 !important;
}

table.dataTable thead .sorting_asc {
  background-color: #7e7e7e !important;
  background-image: url("/SiteAssets/img/tableUp.png") !important;
  background-repeat: no-repeat;
  background-position: right;
}

table.dataTable thead .sorting_desc {
  background-color: #7e7e7e !important;
  background-image: url("/SiteAssets/img/tableDown.png") !important;
  background-repeat: no-repeat;
  background-position: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: not-allowed !important;
  opacity: 0.5;
  border: 1px solid transparent !important;
  background: transparent !important;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #6c6b73;
  background: #c85b53 !important;
  color: #FFF !important;
  border-radius: 5px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #787878 !important;
  border: 1px solid #979797 !important;
}

/*# sourceMappingURL=mkk-dynamic-data.css.map */
