﻿@media screen and (min-width: 60em) {
  main {
    margin-top: 6em;
  }
}
body {
    padding-top: 50px;
    padding-bottom: 20px;
}
.field-validation-error {
  color: crimson;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}
/* QR code generator */
#qrCode {
  margin: 15px;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}
@media screen and (min-width: 60em) {
  .modal-overlay {
    height: calc(100% - 8em);
    top: 9em;
  }
}
.modal-overlay h1,
.modal-overlay h2,
.modal-overlay h3,
.modal-overlay h4,
.modal-overlay h5,
.modal-overlay h6 {
  font-family: none;
}
#mapLegend {
  text-align: right;
}
#mapLegend > ul {
  list-style: none;
}
#mapLegend > ul > li {
  display: inline-block;
  min-width: 5em;
  text-align: center;
  vertical-align: text-bottom;
  cursor: pointer;
  min-height: 3em;
}
#mapLegend > ul > li:hover {
  background-color: #808080;
}
.products-list > li {
  margin: 1em;
  border: solid 1px #7a7f82;
}
p.smalltext {
  font-size: 75%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Corporateacon', serif !important;
  font-weight: 500;
  line-height: 1.35;
}
body > main > div > ul > li > a > h4 > span {
  font-family: 'Corporates', serif !important;
  line-height: 1.35;
}
.logo-text {
  font-family: 'CorpOA', serif !important;
}
.header-ci {
  font-family: 'CorpOA', serif !important;
}
.error-message {
  color: crimson;
  font-size: bold;
}
.simpleList {
  list-style: none;
}
.rightText {
  text-align: right !important;
}
.Green {
  color: green;
  font-weight: bold;
}
.Amber {
  color: orange;
  font-weight: bold;
}
.Red {
  color: red;
  font-weight: bold;
}
.smallButton {
  background-color: #00aef2 !important;
  border: 2px solid transparent;
  color: #fff;
  display: inline-block;
  padding: 0.1em 0.5em;
  width: 100%;
  transition: background 0.3s;
}
.smallButton:hover {
  background-color: #7a7f82;
  color: #fff;
}
.alignBottom {
  vertical-align: bottom;
}