﻿body {
  padding-bottom: 20px;
  background-color: #F0F0F0;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
  display: block;
  margin-bottom: 5px;
}
.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;
}
.alert-container {
  /*position: fixed;*/
  /*left:0;
	right:0;*/
  /*padding-top: 5em;*/
  height: 35px;
}
.alert-container-outer {
  height: 35px;
}
.header .main-navigation ul li a {
  padding: 28px 20px;
}
.main-body .secondary-nav .label {
  display: block;
  font-size: 14px;
  text-align: left;
  padding: 10px 15px;
}
.application-name {
  font-style: italic;
}
.application-name h2 {
  margin-top: 0;
}
.page-header {
  margin: 0 0 20px;
}
.page-header h1 {
  color: #5990c9;
  font-weight: bold;
}
.content {
  background-color: white;
  border-radius: 0.25em;
}
.dl-horizontal {
  margin: 5px 10px;
}
.teaserblock {
  min-height: 143px;
  max-height: 143px;
  background-color: #f79548;
  margin-bottom: 1px;
}
.no-border {
  border: none;
}
.homepagelinks:hover {
  color: #FFFFFF;
}
.fullWidth {
  width: 100% !important;
}
.padding-small {
  padding: 2px;
}
.padding-medium {
  padding: 10px;
}
.image-centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}
.text-centered {
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 1.8em;
}
.linkFont {
  font: normal 18px/25px arial, sans-serif;
  color: #FFFFFF;
}
.linkFont :hover {
  color: #FFFFFF;
}
.tshp-image {
  height: 25%;
  width: 100%;
}
/* ag grid override */
.ag-fresh .ag-row-hover {
  background-color: #eee !important;
  cursor: pointer;
}
.ag-fresh .ag-cell-focus {
  border: 0 !important;
}
/* return to top */
#return-to-top {
  position: fixed;
  bottom: 100px;
  right: 150px;
  /*background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);*/
  background-color: darkgrey;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background-color: #4d4d4d;
}
#return-to-top:hover i {
  color: #fff;
  /*top: 5px;*/
}
.modal-header {
  padding-bottom: 25px;
}
.error {
  color: #a94442;
  font-weight: normal;
  margin: 5px;
}