html {
    position: relative;
    min-height: 100%;
}

body {
  background-size: cover;
  background-attachment: fixed;
  background-color: #fff;
  color: #000;
  height: 100%;
}

.logo-transparent {
    opacity: 0.45;
}

.single-block {
  min-height: 230px;
  margin-bottom: 20px;
  padding: 15px 15px 0px 15px;
}

.single-block p {
    font-size: 120%;
    margin-bottom: 2px;
}

.single-block h2 {
    margin-top: 10px;
    font-size: 37px;
}

.disclaimer-block {
  background-color: rgba(120, 120, 120, 0.3);
  min-height: 250px;
  margin-bottom: 20px;
  padding: 15px 15px 0px 15px;
}

.disclaimer-block p {
    font-size: 100%;
    margin-bottom: 2px;
}

.disclaimer-block h2 {
    margin-top: 10px;
    font-size: 28px;
}

.disclaimer-link {
    color: white;
}

.disclaimer-link:hover,
.disclaimer-link:focus {
    color: rgba(255, 255, 255, 0.5);
}

.pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.report .graph,
.problem .graph {
  height: 180px;
}
.report .history_graph {
  width: 95%;
}

.info ul {
  list-style-type: none;
  padding: 0;
}

.info ul li {
  padding-left: 0;
}

#placeholder {
  width: 100%;
  height: 450px;
}

#tooltip {
  position: absolute;
  display: none;
  border: 1px solid #fdd;
  padding: 10px;
  background-color: #fee;
  opacity: 0.9;
}

.form-inline label {
  display: none;
}

.showlabel label {
  display: inline-block;
}

form .separated > div {
  padding: 1em 0 0;
}

table.metric th:nth-child(2) { width: 150px; }

td > div.progress {
  margin-bottom: 0px;
}

/* border around nav-stacked just like in boostrap v1 */
.nav-stacked > li + li {
  margin-top: -1px
}

.nav-pills > li > a {
  padding: 8px;
  line-height: 18px;
}

.nav-pills.nav-stacked > li > a {
  border: 1px sold #DDD;
  border-radius: 0;
}

.nav-pills.nav-stacked > li:first-child > a {
  border-radius: 4px 4px 0px 0px;
}

.nav-pills.nav-stacked > li:last-child > a {
  border-radius: 0px 0px 4px 4px;
}

#date_stats h3 {
  font-size: 120%;
  font-weight: bold;
}

.footer-panel {
  max-width: 100%;
  background-color: white;
  text-align: center;
  min-height: 25px;
}

.wide-panel {
  max-width: 100%;
  padding: 50px 0px 50px 0px;
  text-align: center;
}

.wide-panel h1 {
  padding: 10px 5px 10px 5px;
  font-size: 60px;
  margin: 0px 0px 0px 0px;
}

.row.no-gutters {
    margin: 0px 0px 0px 0px;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding: 0px 0px 0px 0px;
}

.wide-panel:nth-child(even) {
  color: black;
  background-color: white;
}

.wide-panel:nth-child(odd) {
  color: white;
  background: #2A4A79;
}

.wide-panel:nth-child(odd) .border-right {
  border-right: 1px solid white;
}

.wide-panel:nth-child(even) .border-right {
  border-right: 1px solid black;
}

.wide-panel:nth-child(odd) .single-block p,
.wide-panel:nth-child(odd) .disclaimer-block p {
    color: white;
    margin: 5px 0px 30px 0px;
}

.wide-panel:nth-child(odd) .single-block h2,
.wide-panel:nth-child(odd) .disclaimer-block h2 {
  color: white;
  margin: 5px 0px 15px 0px;
}

.wide-panel:nth-child(even) .single-block p,
.wide-panel:nth-child(even) .disclaimer-block p {
    color: black;
    margin: 5px 0px 15px 0px;
}

.wide-panel:nth-child(even) .single-block h2,
.wide-panel:nth-child(even) .disclaimer-block h2 {
  color: black;
  margin: 5px 0px 15px 0px;
}

.navbar-pf .navbar-brand {
    padding: 3px 0px 2px;
}

.navbar-pf .brand-title {
  margin-right: 1em;
}

.input-group .bootstrap-tagsinput {
  margin-bottom: 0;
}

tr.stripe {
  background-color: #f5f5f5;
}

table.counts-table th:nth-child(2) { width: 150px; }

.three-columns {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
}
