﻿body,
html {
  height: 100%;
}
body {
  padding-top: 50px;
  padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}
.page-title-banner {
  color: white;
  background-color: #2397dc;
}
.page-title-banner h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h4,
h5,
h6 {
  color: #2397dc;
}
.hide-element {
  display: none;
}
/* This is a jQuery UI bug fix which hides the selected id from the autocomplete*/
.ui-helper-hidden-accessible {
  display: none !important;
}
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}
/*.field-validation-valid {
    display: none;
}*/
input.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
.warning-bg {
  background-color: #fca40c;
}
/*td.row{ border-top: none; }*/
/* td[scope=col] {*/
/*.table-no-top-border td {
    border-top: none;
}

.table > tbody > tr > td{

         }*/
/*.table-no-top-border td[scope=row] {
    border-top: none;
}*/
.validation-summary-valid {
  display: none;
}
.field-validation-valid {
  display: none;
}
.form-group-spacer {
  padding-right: 15px;
}
.valign-middle {
  vertical-align: middle !important;
}
.float-right {
  float: right;
}
a {
  color: #2397dc;
}
.column-header {
  color: #2397dc;
}
#map {
  height: 600px;
  /* The height is 400 pixels */
  width: 800px;
  /* The width is the width of the web page */
  text-align: left;
}
* {
  box-sizing: border-box;
}
.bg-image {
  /* The image used */
  background-image: url("assets/images/Hi_vis_image.png");
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Position text in the middle of the page/image */
.bg-text {
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}