.submittal {
  border-top: 1px solid black;
  padding: 10px;
}
.scholarship {
  background-color: #ffffff;
}
.ScholarshopButton {
  display: none;
}
.Complete:before {
  content: "\f058";
  font-family: fontawesome;
  color: forestgreen;
}
.Required:before {
  content: "\f06a";
  font-family: fontawesome;
  color: forestgreen;
}
.InActive:before {
  content: "\f28b ";
  font-family: fontawesome;
  color: darkred;
}
li.InActive a {
  cursor: default;
  color: GrayText;
}
.Optional:before {
  content: "\f059 ";
  font-family: fontawesome;
  color: #d9db22;
}
.scholHead {
  font-weight: bold;
}
.scholOdd,
.scholEven {
  border-bottom: 1px solid gray;
  padding: 5px;
}
.scholOdd {
  background-color: #AEDA72;
}
.scholAdd {
  margin-top: 10px;
  margin-bottom: 10px;
}
.scholarship .fa.fa-times {
  color: red;
}
.scholarship .fa.fa-plus {
  color: forestgreen;
}
#Directions {
  margin-top: 10px;
  font-weight: bold;
}
#legend {
  margin-bottom: 5px;
}
.navigation h2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.remove {
  color: darkred;
}
.remove:hover {
  color: orangered;
}
.add {
  font-weight: bold;
  color: darkgreen;
}
.add:hover {
  color: black;
}
.sfSubmitBtnSmall input[disabled="disabled"] {
  background-color: ButtonShadow;
  color: ActiveBorder;
}
.sfSubmitBtnSmall input[disabled="disabled"]:hover {
  background-color: ButtonShadow;
  color: ActiveBorder;
}
.save {
  margin: 10px 0 10px 0;
}
fieldset {
  margin-top: 10px;
}
legend {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
