﻿/* overrides for Bonfire system elements - reset of sitecss styles */
*.bfsystem {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
}
*.bfsystem p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
}
*.bfsystem .form h1, *.bfsystem div.bfform h1 {
  margin: 0px;
  padding: 2px 5px 2px 5px;
  DISPLAY: BLOCK;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: bold;
}
*.bfsystem table.form td {
  padding: 0px;
}
*.bfsystem .form h5 {
  background-color: transparent;
}
*.bfsystem div.bfform input[type=button],
*.bfsystem div.bfform input[type=submit],
*.bfsystem .form input[type=button],
*.bfsystem .form input[type=submit] {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  width: 60px;
  font-weight: normal;
  color: #333333;
  background-color: buttonface;
  padding: 3px 10px;
  border: 1px solid #333333;
  border-radius: 4px;
}
*.bfsystem a:link, *.bfsystem a:visited, *.bfsystem a:active {
  color: #007a97;
  text-decoration: none;
}
*.bfsystem a:hover {
  color: #007a97;
  text-decoration: underline;
}
*.bfsystem *.xxbfform.bfsystem {
  width: 100% !important;
}
*.bfsystem *.xxbfsystem .bfform {
  width: 95% !important;
  margin: 0 !important;
}
*.bfsystem *.xxbfsystem .bfform h1 {
  margin: 0 !important;
}
*.bfsystem .dijitContentPane.bfform {
  overflow-y: auto;
}
*.bfsystem div.validation-summary-errors {
  background-color: red;
  padding: 10px 5px 5px 5px;
}
*.bfsystem div.validation-summary-errors ul li {
  font-size: 16px !important;
  color: white;
}

.navbar-brand.bfnavbarbrand {
  font: normal 14px/20px "Helvetica Neu", Helvetica, Arial, sans-serif;
  color: #9d9d9d;
}
