.dataTables_filter .form-control {
    margin-right:0!important;
}
#no_results {
    margin: 70px auto 20px auto;
    width: 500px;
    text-align: center;
}

#no_results em {
    font-size: 2em;
    display: block;
    padding: 20px 0;
}

.alignright{
    float: right;
    margin: 1px 0 0 4px;
    padding: 3px;
}

#pieChart {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#timeline {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.chartTitle {
    font-weight: bold;
}
.dataTables_info  {
    width: 100%;
    white-space: normal;
    text-align: left;
}
.filtro {
    white-space: normal;
    text-align: left;
    width: 100%;
}
#results_wrapper  label {
    white-space: normal;
    text-align: right;
    width: 100%;
}
.chartBody {
    background-color: #80808057;
    margin-top: 5px;
    padding: 5px;
}

.chartTitle {
    color: black;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

#container {
  height: 400px;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

