/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 15 September 2026 21:20:19
*/


/*
Breakpoints
*/
#content-container .esri-popup__header-title:hover {
  background-color: inherit !important;
}
#content-container td.green {
  background-color: #beec8f !important;
}
#content-container td.red {
  background-color: #f9b1b1 !important;
}
#content-container table thead th {
  border-bottom-color: #fff;
}
#content-container table thead tr th:nth-child(4) {
  min-width: 165px;
}
#content-container table thead tr th:nth-child(5) {
  min-width: 200px;
}
#content-container table tbody td {
  text-align: right;
}
#content-container table tbody td:first-child {
  text-align: left;
}
#content-container #map_div {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 500px;
  box-shadow: 0 10px 21px #0000001a;
}
#content-container ul.legend {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1rem 0;
  background: var(--qld-light-background, #e5eef0);
}
#content-container ul.legend span.circle {
  opacity: 0.7;
  margin-right: 0.2em;
  border-radius: 50%;
  border: 1px solid #666;
  display: inline-block;
  height: 1.3em;
  width: 1.3em;
  vertical-align: middle;
}
#content-container ul.legend span.square {
  margin-right: 0.2em;
  border: 1px solid #666;
  display: inline-block;
  height: 1.3em;
  width: 1.3em;
  vertical-align: middle;
}
#content-container ul.legend li {
  margin-right: 0.5em !important;
  margin-bottom: 0 !important;
  line-height: 1.8em;
}
#content-container .chart-container {
  margin: var(--between-component-margin-top, 2em) 0 var(--between-component-margin-bottom, 2.5rem);
  padding: 0;
  display: block;
}
#content-container .chart-container.divider {
  padding: 0 0 2em;
}
#content-container .chart-container table {
  margin: 0.5em auto 1.5em;
}
#content-container .chart-container table td, #content-container .chart-container table th {
  padding: 0.5em 0.8em;
  max-width: 12em;
}
#content-container .chart-container table thead > tr > th {
  background: #b7bec3;
  color: #000;
  font-weight: normal;
}
#content-container .chart-container .chart {
  width: 100%;
  height: 350px;
  margin: 0 0 0.5em;
  box-shadow: 0 10px 21px #0000001a;
}
#content-container .chart-container .chart.pie {
  height: 300px;
}
#content-container .chart-container .chart.donut {
  height: 200px;
}
#content-container .chart-container .chart.bar {
  height: 450px;
}
#content-container .chart-container .chart.bar.mini {
  height: 350px;
}
#content-container .chart-container .chart.bar.maxi {
  height: 550px;
}
#content-container .chart-container #content a.button {
  font-size: 0.8em;
  border: 1px solid #ccc;
  color: #13578b;
  background: #fff;
  display: block;
  padding: 0.5em 1em;
  margin: 0 auto;
  min-width: 10em;
  max-width: 15em;
  text-align: center;
}
#content-container .chart-container #content a.button:hover {
  background: #eee;
}
#content-container .chart-container .chart-caption {
  font-size: 0.9em;
  font-style: italic;
  margin: 0.5em 0 1em;
  /* Example of use
    
        element {
            @include breakpoint(md) {
                float: right;
                width: 350px;
            }
        }
    */
}
@media (min-width: 768px) {
  #content-container .chart-container .chart-caption {
    margin-left: 4em;
    margin-right: 4em;
  }
}
#content-container .chart-container .chart-caption > p:last-child, #content-container .chart-container .chart-caption > ul:last-child {
  margin-bottom: 0;
}
#content-container .chart-container > div:last-child, #content-container .chart-container > table:last-child, #content-container .chart-container > p:last-child {
  margin-bottom: 0;
}
