.goMobile table,
.goMobile thead,
.goMobile tbody,
.goMobile th,
.goMobile td,
.goMobile tr {
  display: block;
}
.goMobile tr {
  border: none !important;
}
.goMobile thead tr {
  margin: 0 !important;
}
.goMobile thead tr th {
  border: none !important;
}
.goMobile thead tr th:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.goMobile thead tr th:last-child {
  border-top-right-radius: 0 !important;
}
.goMobile > thead.full-header {
  display: none !important;
}
.goMobile > thead.mobile-header {
  display: block !important;
}
.goMobile tbody th,
.goMobile thead th {
  /* Behave  like a "row" */
  border: none;
  padding-left: 50%;
  white-space: normal;
  text-align: left;
  font-size: 0.8em;
}
.goMobile tbody td:before,
.goMobile thead td:before {
  /* Now like a table header */
  position: static;
  /* Top/left values mimic padding */
  top: 6px;
  left: 6px;
  width: 45%;
  padding-right: 10px;
  white-space: nowrap;
  text-align: left;
  font-weight: bold;
  /*The content property is used with the :before and :after pseudo-elements, to insert generated content.*/
  content: attr(data-title);
}
.goMobile tbody > tr:first-child > td:first-child {
  border-top: 1px solid #314A24;
}
.goMobile tbody > tr:first-child > td {
  border-bottom: 1px solid #cccccc;
  border-top: none;
}
.goMobile tbody > tr {
  margin: 0;
}
.goMobile tbody > tr > td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #314A24;
}
.goMobile tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
  border-top: none;
}
.goMobile tbody > tr:last-child > td:last-child {
  border-bottom: 1px solid #314A24;
}
.dtmb-table-container {
  margin-bottom: 20px;
}
.dtmb-table-container .btn.reset-filter {
  padding: 0.2em 0.35em 0.1em 0.3em;
  background-color: #314A24;
  border: 1px solid #CECED8;
  color: #FFFFFF;
}
.dtmb-table-container .btn.reset-filter:hover,
.dtmb-table-container .btn.reset-filter:focus {
  background-color: #CECED8;
  border: 1px solid #314A24;
  color: #000000;
}
.dtmb-table-container table {
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 0;
}
.dtmb-table-container thead {
  color: #FFFFFF;
}
.dtmb-table-container thead .dtmb-table-header-sort-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.dtmb-table-container thead tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.dtmb-table-container thead tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.dtmb-table-container thead td,
.dtmb-table-container thead th {
  cursor: default;
  background-color: #678D3C;
  border: none !important;
}
.dtmb-table-container thead.full-header {
  display: table-header-group;
}
.dtmb-table-container thead.mobile-header {
  display: none;
}
.dtmb-table-container td .searchField,
.dtmb-table-container th .searchField {
  width: 100%;
  color: #000000;
  font-weight: normal;
}
.dtmb-table-container th {
  white-space: nowrap;
  /*span,input,div,select{
            cursor: default;
        }*/

}
.dtmb-table-container th span.dtmb-ascending:after {
  content: '<i class="fa fa-chevron-circle-up"></i>';
}
.dtmb-table-container th span.dtmb-descending:after {
  content: '<i class="fa fa-chevron-circle-down"></i>';
}
.dtmb-table-container tr {
  border: 1px solid #000000;
  margin: 0 0 0.5em 0;
}
.dtmb-table-container tbody tr:nth-child(even) {
  background-color: #DBEDC7;
}
.dtmb-table-container tbody tr td:last-child {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #314A24;
}
.dtmb-table-container tbody tr td {
  border-left: 1px solid #314A24;
  border-bottom: 1px solid #cccccc;
  border-top: none;
}
.dtmb-table-container tbody tr:first-child td {
  border-top: 1px solid #314A24;
  border-bottom: none;
}
.dtmb-table-container tbody tr:last-child td {
  border-bottom: 1px solid #314A24;
}
.dtmb-table-container .dtmb-tfoot {
  background-color: #678D3C;
  border-radius: 0 0 5px 5px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: top;
  border: none;
  cursor: default;
}
.dtmb-table-container .dtmb-tfoot .form-control:focus {
  border-color: #314A24;
}
.dtmb-table-container .dtmb-tfoot tr,
.dtmb-table-container .dtmb-tfoot td {
  padding: 0 !important;
  border: none !important;
  background-color: #678D3C;
}
.dtmb-table-container .dtmb-tfoot td:first-child {
  border-bottom-left-radius: 5px;
}
.dtmb-table-container .dtmb-tfoot td:last-child {
  border-bottom-right-radius: 5px;
}
.dtmb-table-container .dtmb-tfoot select {
  background-color: #314A24;
  color: #FFFFFF;
  font-weight: bold;
  border-bottom-color: #CECED8;
}
.dtmb-table-container .select-page {
  width: 50px;
  text-align: center;
}
.dtmb-table-container .pagination {
  margin: 0.5em 0 0.25em 0;
}
.dtmb-table-container .pagination li a {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #314A24;
  border-color: #CECED8;
}
.dtmb-table-container .pagination li a input {
  padding: 0;
  margin: -5px 0;
  color: #314A24;
}
.dtmb-table-container .pagination li a:hover,
.dtmb-table-container .pagination li a:focus {
  color: #000000;
  background-color: #CECED8;
  border-color: #314A24;
}
.dtmb-table-container .form-group {
  margin: 0;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 320px) {
  .dtmb-table .pagination {
    margin: 0;
  }
  .dtmb-table .pagination > li > a {
    padding: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .dtmb-table table,
  .dtmb-table thead,
  .dtmb-table tbody,
  .dtmb-table th,
  .dtmb-table td,
  .dtmb-table tr {
    display: block;
  }
  .dtmb-table tr {
    border: none !important;
  }
  .dtmb-table thead tr {
    margin: 0 !important;
  }
  .dtmb-table thead tr th {
    border: none !important;
  }
  .dtmb-table thead tr th:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .dtmb-table thead tr th:last-child {
    border-top-right-radius: 0 !important;
  }
  .dtmb-table > thead.full-header {
    display: none !important;
  }
  .dtmb-table > thead.mobile-header {
    display: block !important;
  }
  .dtmb-table tbody th,
  .dtmb-table thead th {
    /* Behave  like a "row" */
    border: none;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    font-size: 0.8em;
  }
  .dtmb-table tbody td:before,
  .dtmb-table thead td:before {
    /* Now like a table header */
    position: static;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    /*The content property is used with the :before and :after pseudo-elements, to insert generated content.*/
    content: attr(data-title);
  }
  .dtmb-table tbody > tr:first-child > td:first-child {
    border-top: 1px solid #314A24;
  }
  .dtmb-table tbody > tr:first-child > td {
    border-bottom: 1px solid #cccccc;
    border-top: none;
  }
  .dtmb-table tbody > tr {
    margin: 0;
  }
  .dtmb-table tbody > tr > td {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #314A24;
  }
  .dtmb-table tbody > tr:last-child > td {
    border-bottom: 1px solid #cccccc;
    border-top: none;
  }
  .dtmb-table tbody > tr:last-child > td:last-child {
    border-bottom: 1px solid #314A24;
  }
}
