table {
  background-color: #f0f1f4;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 15px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ffffff;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ffffff;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ffffff;
}
.table .table {
  background-color: #d8dce3;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ffffff;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ffffff;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fcfcfd;
}
.table-hover > tbody > tr:hover {
  background-color: #e7e9ee;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #e7e9ee;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #d8dce3;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  width: 100%;
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ffffff;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/***** TABLES *****/
.table {
  border-collapse: separate;
  border-radius: 0px;
}
.table > thead > tr > th,
.table > tfoot > tr > th {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: bottom;
  border-bottom: 0;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: 'Roboto', sans-serif;
  background-color: #d8dce3;
  color: #3b4354;
  font-size: 12px;
}
.table > thead > tr:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.table > thead > tr:first-child > th:first-child {
  border-top-left-radius: 0px;
}
.table > thead > tr:first-child > th:last-child {
  border-top-right-radius: 0px;
}
.table > tfoot > tr:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.table > tfoot > tr:last-child > th:first-child {
  border-bottom-left-radius: 0px;
}
.table > tfoot > tr:last-child > th:last-child {
  border-bottom-right-radius: 0px;
}
.table > tbody > tr:last-child > th:first-child,
.table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 0px;
}
.table > tbody > tr:last-child > th:last-child,
.table > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 0px;
}
.table > tfoot + tbody > tr:last-child > th:first-child,
.table > tfoot + tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 0;
}
.table > tfoot + tbody > tr:last-child > th:last-child,
.table > tfoot + tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 0;
}
.table > thead > tr > th .ckbox,
.table > tbody > tr > th .ckbox,
.table > tfoot > tr > th .ckbox,
.table > thead > tr > td .ckbox,
.table > tbody > tr > td .ckbox,
.table > tfoot > tr > td .ckbox {
  margin: 0;
  display: inline-block;
}
.table > thead > tr > th .ckbox span:before,
.table > tbody > tr > th .ckbox span:before,
.table > tfoot > tr > th .ckbox span:before,
.table > thead > tr > td .ckbox span:before,
.table > tbody > tr > td .ckbox span:before,
.table > tfoot > tr > td .ckbox span:before {
  border-color: transparent;
}
.table > thead > tr > th .ckbox input,
.table > tbody > tr > th .ckbox input,
.table > tfoot > tr > th .ckbox input,
.table > thead > tr > td .ckbox input,
.table > tbody > tr > td .ckbox input,
.table > tfoot > tr > td .ckbox input {
  margin-right: 0;
}
.table > thead > tr > th .ckbox input:checked + span:before,
.table > tbody > tr > th .ckbox input:checked + span:before,
.table > tfoot > tr > th .ckbox input:checked + span:before,
.table > thead > tr > td .ckbox input:checked + span:before,
.table > tbody > tr > td .ckbox input:checked + span:before,
.table > tfoot > tr > td .ckbox input:checked + span:before {
  border-color: transparent;
}
.table > thead > tr > th .ckbox input:checked + span:after,
.table > tbody > tr > th .ckbox input:checked + span:after,
.table > tfoot > tr > th .ckbox input:checked + span:after,
.table > thead > tr > td .ckbox input:checked + span:after,
.table > tbody > tr > td .ckbox input:checked + span:after,
.table > tfoot > tr > td .ckbox input:checked + span:after {
  display: block;
}
.table-bordered {
  border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-bottom: 0;
  border-right: 0;
}
.table-bordered > thead > tr > th:first-child,
.table-bordered > tbody > tr > th:first-child,
.table-bordered > tfoot > tr > th:first-child,
.table-bordered > thead > tr > td:first-child,
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.table-bordered > thead > tr:first-child > th {
  border-top: 0;
}
/***** DATA TABLES *****/
.table.dataTable {
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}
.table.dataTable thead .sorting:after,
.table.dataTable thead .sorting_asc:after,
.table.dataTable thead .sorting_desc:after {
  top: 6px;
  font-size: 14px;
  font-weight: normal;
}
.table.dataTable td.details-control {
  cursor: pointer;
}
.table.dataTable td.details-control:before {
  font-family: 'FontAwesome';
  content: '\f105';
  display: block;
  text-align: center;
}
.table.dataTable tr.shown td.details-control:before {
  content: '\f107';
}
.table.dataTable tr.shown + tr > td {
  padding: 20px;
  background-color: #edeff2;
}
.table.dataTable tr.shown + tr > td h4 {
  margin: 0 0 15px;
}
.table.dataTable tr.shown + tr > td h4 > small {
  display: block;
  font-size: 12px;
  text-transform: none;
  margin-top: 5px;
  color: #82858e;
}
.dataTables_length label {
  margin-bottom: 10px;
}
.dataTables_filter label {
  margin-bottom: 10px;
}
.dataTables_filter .form-control {
  font-size: inherit;
  height: 28px;
  padding: 10px 12px;
}
div.dataTables_length select{
  height: 28px;
}
.dataTables_paginate .pagination > .paginate_button > a {
  padding-left: 8px;
  padding-right: 8px;
}
.dataTables_paginate .pagination > .paginate_button.next,
.dataTables_paginate .pagination > .paginate_button.previous {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.dataTables_paginate .pagination > .paginate_button.next > a,
.dataTables_paginate .pagination > .paginate_button.previous > a {
  padding: 6px 8px 5px;
}
.table > thead > tr > td,
.table > thead > tr > th {
  padding-top: 8px;
  padding-bottom: 8px;
}
.table > .success > tr > th,
.table > .success > tr > td {
  background-color: #505b72;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
.table > .success > tr:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.table > .success > tr:first-child > th:first-child,
.table > .success > tr:first-child > td:first-child {
  border-top-left-radius: 0;
}
.table > .success > tr:first-child > th:last-child,
.table > .success > tr:first-child > td:last-child {
  border-top-right-radius: 0;
}
.table-options {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.table-options > li {
  display: inline-block;
  margin-left: 5px;
}
.table-options > li:first-child {
  margin-left: 0;
}
.table-options > li > a {
  color: #9fa8bc;
  font-size: 14px;
  line-height: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.table-options > li > a > i {
  line-height: 0;
}
.table-options > li > a:hover,
.table-options > li > a:focus {
  color: #657390;
}
.table-striped-col > thead > tr th:nth-of-type(even),
.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-striped-col > thead > tr td:nth-of-type(even),
.table-striped-col > tfoot > tr td:nth-of-type(even) {
  background-color: #e4e7ec;
}
.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #f6f7f8;
}
.table-primary {
  /*background-color: #e9f3fa;*/
  background-color: #1d33a826;
}
.table-primary > thead > tr > th,
.table-primary > tfoot > tr > th {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: #3f51b5;
  color: #fff;
}
.table-primary > tbody > tr > th,
.table-primary > tbody > tr > td {
  color: #1a2226;
}
.table-primary > tbody > tr.info > th,
.table-primary > tbody > tr.info > td {
  background-color: #d0e6f5;
}
.table-primary.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #3f51b526;
}
.table-primary.table-hover > tbody > tr:hover {
  /*background-color: #d0e6f5;*/
  background-color: #f9ebd8;
}
.table-primary.table-hover > tbody > tr.info:hover > th,
.table-primary.table-hover > tbody > tr.info:hover > td {
  background-color: #c8e1f3;
}
.table-primary.table-striped-col > thead > tr th:nth-of-type(even),
.table-primary.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-primary.table-striped-col > thead > tr td:nth-of-type(even),
.table-primary.table-striped-col > tfoot > tr td:nth-of-type(even) {
  background-color: #226b9e;
}
.table-primary.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-primary.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #3f51b526;
}
.table-success {
  background-color: #e9f8fa;
}
.table-success > thead > tr > th,
.table-success > tfoot > tr > th {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: #259dab;
  color: #fff;
}
.table-success > tbody > tr > th,
.table-success > tbody > tr > td {
  color: rgba(19, 80, 87, 0.8);
}
.table-success > tbody > tr.info > th,
.table-success > tbody > tr.info > td {
  background-color: #d0f1f5;
}
.table-success.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #d8f3f7;
}
.table-success.table-hover > tbody > tr:hover {
  background-color: #d0f1f5;
}
.table-success.table-hover > tbody > tr.info:hover > th,
.table-success.table-hover > tbody > tr.info:hover > td {
  background-color: #c8eef3;
}
.table-success.table-striped-col > thead > tr th:nth-of-type(even),
.table-success.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-success.table-striped-col > thead > tr td:nth-of-type(even),
.table-success.table-striped-col > tfoot > tr td:nth-of-type(even) {
  background-color: #22919e;
}
.table-success.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-success.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #d8f3f7;
}
.table-warning {
  background-color: #fdf9f2;
}
.table-warning > thead > tr > th,
.table-warning > tfoot > tr > th {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: #bf7c1d;
  color: #fff;
}
.table-warning > tbody > tr > th,
.table-warning > tbody > tr > td {
  color: rgba(102, 67, 16, 0.8);
}
.table-warning > tbody > tr.info > th,
.table-warning > tbody > tr.info > td {
  background-color: #f9ebd8;
}
.table-warning.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #faf0e1;
}
.table-warning.table-hover > tbody > tr:hover {
  background-color: #f9ebd8;
}
.table-warning.table-hover > tbody > tr.info:hover > th,
.table-warning.table-hover > tbody > tr.info:hover > td {
  background-color: #f8e7cf;
}
.table-warning.table-striped-col > thead > tr th:nth-of-type(even),
.table-warning.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-warning.table-striped-col > thead > tr td:nth-of-type(even),
.table-warning.table-striped-col > tfoot > tr td:nth-of-type(even) {
  background-color: #b1731b;
}
.table-warning.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-warning.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #faf0e1;
}
.table-danger {
  background-color: #fcf3f3;
}
.table-danger > thead > tr > th,
.table-danger > tfoot > tr > th {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: #b52b27;
  color: #fff;
}
.table-danger > tbody > tr > th,
.table-danger > tbody > tr > td {
  color: rgba(97, 23, 21, 0.8);
}
.table-danger > tbody > tr.info > th,
.table-danger > tbody > tr.info > td {
  background-color: #f7dad9;
}
.table-danger.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9e2e2;
}
.table-danger.table-hover > tbody > tr:hover {
  background-color: #f7dad9;
}
.table-danger.table-hover > tbody > tr.info:hover > th,
.table-danger.table-hover > tbody > tr.info:hover > td {
  background-color: #f5d2d1;
}
.table-danger.table-striped-col > thead > tr th:nth-of-type(even),
.table-danger.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-danger.table-striped-col > thead > tr td:nth-of-type(even),
.table-danger.table-striped-col > tfoot > tr td:nth-of-type(even) {
  background-color: #a82824;
}
.table-danger.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-danger.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #f9e2e2;
}
.table-inverse {
  background-color: #f5f5f5;
}
.table-inverse > thead > tr > th,
.table-inverse > tfoot > tr > th {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: #505b72;
  color: #fff;
}
.table-inverse > tbody > tr > th,
.table-inverse > tbody > tr > td {
  color: rgba(38, 43, 54, 0.8);
}
.table-inverse > tbody > tr.info > th,
.table-inverse > tbody > tr.info > td {
  background-color: #d5d9e2;
}
.table-inverse.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #dbdfe6;
}
.table-inverse.table-hover > tbody > tr:hover {
  background-color: #d5d9e2;
}
.table-inverse.table-hover > tbody > tr.info:hover > th,
.table-inverse.table-hover > tbody > tr.info:hover > td {
  background-color: #cfd4dd;
}
.table-inverse.table-striped-col > thead > tr th:nth-of-type(even),
.table-inverse.table-striped-col > tfoot > tr th:nth-of-type(even),
.table-inverse.table-striped-col > thead > tr td:nth-of-type(even),
.table-inverse.table-striped-col > tfoot > tr td:nth-of-type(even) {
  background-color: #4a5469;
}
.table-inverse.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
.table-inverse.table-striped-col > tbody > tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
  background-color: #dbdfe6;
}
div.dataTables_paginate{
  margin-bottom: -10px;
}
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
  padding: 6px 15px;
  line-height: 1.3;
  font-size: 13.3px;
  font-family: 'Roboto', sans-serif;
}
.pagination>li>a, .pagination>li>span {
      padding: 4px 12px;
}