/**
 * Base style definitions for training versions of all Kardio-sydäntietojärjestelmä based healthcare applications.
 *
 * @author Jani Mustonen <jani.mustonen@cinia.fi>
 */
div.bg {
  height: 510px;
  min-width: 1200px;
  width: 100%;
  position: absolute;
  z-index: -100;
}
div#loginHeader {
  background: url("../img/logoTraining.svg") no-repeat 51% 6px !important;
  background-size: 300px !important;
  height: 95px;
}
div.header {
  background: url("../img/logoTraining.svg") no-repeat 85px 6px !important;
  background-size: 300px !important;
  height: 95px;
}
span.educationProfileHelp {
  color: #009900;
  font-size: 23px !important;
  display: block !important;
  border: 2px solid #b8e0b8;
  padding: 10px;
  margin-bottom: 25px;
  background-color: #dbf0db;
}
div#sendFeedback {
  margin-bottom: 75px;
}
div.trainingIndicator {
  display: block !important;
  background-color: #009900;
  color: #ffffff;
  text-align: center;
  position: fixed;
  z-index: 19;
  /* below pop-ups in order to make sure functionality is ok */
  width: 100%;
}
div.trainingIndicatorBottom {
  bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 50px;
  font-size: 18px;
  line-height: 1.3em;
}

