@import url("https://fonts.googleapis.com/css?family=Open+Sans|Tillana");
@media only screen and (max-width: 725px) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px !important;
  }
}
body {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  color: #333;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.skin-footer {
  position: relative !important;
  margin-top: 15px !important;
}

.statistics h1 {
  font-size: 1.2em;
  display: inline-block;
  border: 0px;
  border-bottom: 2px #383838 solid;
  border-image: linear-gradient(to right, #383838 0%, rgba(56, 56, 56, 0.85) 65%, rgba(56, 56, 56, 0.5) 75%, rgba(56, 56, 56, 0) 100%);
  border-image-slice: 100%;
  border-image-slice: 1;
  font-weight: bold;
  font-style: italic;
  margin: 15px 0px;
  padding-left: 5px !important;
  padding-right: 40px !important;
  padding-bottom: 4px !important;
}
.statistics .accordion-button:after {
  margin-left: 15px;
}
.statistics .row {
  margin-top: 13.5px;
}
.statistics .row .column {
  padding-right: 0px;
}
.statistics .row .column > .title {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  border: 1px #bbb solid;
  border-bottom: 0px;
  margin-right: 1px;
  background-color: #f8f8f8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.statistics .row .column > .content {
  border: 1px #bbb solid;
  height: 450px;
  margin-right: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.statistics .row .column:last-child {
  padding-right: 15px;
}
.statistics .row .column.class-table > .title {
  border-radius: 3px;
}
.statistics .row .column.class-table > .content {
  height: auto !important;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-radius: 0px;
}
.statistics .row .column .dt-layout-row {
  margin: 0px;
  padding: 0px !important;
}
.statistics .row .column .dt-layout-row table {
  width: auto !important;
  margin-left: 5px;
  margin-right: 5px;
}
.statistics .row .column .dt-layout-row table .dt-column-order {
  display: none;
}
.statistics .row .column .dt-layout-row table thead th {
  padding-top: 5px;
  padding-bottom: 5px;
}
.statistics .row .column .dt-layout-row table tbody tr td {
  padding: 5px 10px;
}
.statistics .row .column .dt-layout-row table tbody tr:last-child td {
  border: 0px;
}
.statistics .row:first-child {
  margin-top: 0px;
}