﻿html, body {
  height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

.mainContentPane {
  height: 100%;
}

.mainContent {
  padding-top: 71px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 47px;
  min-height: 100%;
}

.dashboardContentPane {
  height: 100%;
  padding-top: 61px;
  padding-bottom: 37px;
}

/* 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;*/
}

.navbar-collapse {
  padding-right: 30px;
  padding-left: 30px;
}

.navbar-brand {
  padding: 3px 15px;
}

.panel {
  margin-bottom: 0px;
}

.nav-tabs {
  margin-bottom: 15px;
}

.field-validation-error {
  color: #b94a48;
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  /*
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    */
  color: #b94a48;
  border-color: #b94a48;
}

  .input-validation-error:focus {
    border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392;
  }

.validation-summary-errors {
  /*font-weight: bold;*/
  color: #b94a48;
}

.validation-summary-valid {
  display: none;
}

.table.table-striped .table {
  background-color: transparent;
}

.pageFooter {
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  border: 1px solid #8b8b8b;
  border-width: 1px 0 0 0;
  border-radius: 0;
  background-color: #f7f7f7;
}

  .pageFooter .footerContents {
    padding: 8px;
  }

  .pageFooter .version {
    float: right;
  }
