body {
  background-color: #aaaaaa;
}

.form-horizontal {
  font-size: 0.9em;
  font-weight: normal;
  color: #777777;
}

#titleContainer {
  font-weight: bold;
  height: 60px;
  color: #efefef;
  background-color: #0A3D90;
  text-align: center;
  padding: 5px;
}

#title1 {
  font-size: 1.4em;
}

#title2 {
  font-size: 1.4em;
}

#menu {
  background-color: #dddddd;
  overflow-y: auto;
}

#main {
  background-color: #f8f8f8;
  overflow-y: auto;
}

#menu, #main, #comments {
  padding-top: 10px;
}

.menuItem, .menuItemSelected {
  display: table;
  width: 95%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 7px;
  padding: 2px;
}

.menuItem {
  background-color: #f8f8f8;
  cursor: pointer;
  border: 1px solid #777777;
}

.menuItemSelected {
  color: #ffffff;
  background-color: #0A3D90;
}

.menuText {
  display: table-cell;
  vertical-align: middle;
}

.menuCommand {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.form-group {
  border-bottom: 1px solid #dddddd;
}

.level0 {
  padding-left: 5px;
}

.level1 {
  padding-left: 30px;
}

.level2 {
  padding-left: 55px;
}

.titleRow {
  background-color: #dddddd;
}

.titleRow label {
  font-weight: bold;
}

/*Comments*/
#comments {
  background-color: #dddddd;
  overflow-y: auto;
}

.commentTable, .infoTable {
  font-size: 0.9em;
  border-spacing: 0;
}

.commentTable th, .infoTable th {
  font-weight: bold;
  color: #ffffff;
  background-color: #0A3D90;
}

.commentTable td, .infoTable td {
  background-color: #dddddd;
}

.commentTable th:first-child, .infoTable th:first-child {
  border-radius: 6px 0 0 0;
}

.commentTable th:last-child, .infoTable th:last-child {
  border-radius: 0 6px 0 0;
}

.commentTable th:only-child, .infoTable th:only-child {
  border-radius: 6px 6px 0 0;
}

.commentTable td {
  background-color: #f8f8f8;
}

.infoTable th {
  background-color: #5bc0de;
}

/* Standard table */
.standardTable th {
  font-weight: bold;
  color: #ffffff;
  background-color: #0A3D90;
}

.standardTable td {
  background-color: #dddddd;
}

.standardTable optgroup {
  font-size: 10px;
}

.fa {
  cursor: pointer;
  padding: 0 3px 0 3px;
}

/* info button */
.fa-info {
  color: blue;
  width: 25px;
  margin-left: 5px;
}

/* modal 2 popup */
.modal.modal-wide .modal-dialog {
  width: 90%;
}

.modal-wide .modal-body {
  overflow-y: auto;
}

#tallModal .modal-body p {
  margin-bottom: 900px;
}

.modal-header {
  color: white;
  font-weight: bold;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #0A3D90;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-header button {
  color: white;
  opacity: 1;
}

.fa-exclamation-triangle {
  color: #d9534f;
}

#legend {
  font-size: 0.7em;
}
