.navbar-default {
  /*background-image: url("/images/PELS-logo-horizontal-2-lines.png");*/
  background-image: url("/images/pels-logo-w-text.png");
  background-repeat: no-repeat;
  min-height: 75px;
  background-color: rgb(47, 47, 47, 0.85);
}

.has-bg {
  background-image: url("/images/pels-background.png");
}

.active {
  font-weight: bold;
}


b#legend {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 2px 2px 2px 2px;
  font-size: 8pt;
  font-weight: normal;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  line-height: 20px;
}

div#legend {
  font-size: 8pt;
  margin-top: 5px;
}

div#reviewer {
  font-size: 10pt;
}

.backdone {
  background-color: #66CC00;
}

.backneedinfo {
  background-color: #FF9900;
}

.backreceived {
  background-color: #FFFF66;
}

.backnotreceived {
  background-color: cornsilk;
}

.backplain {
  background-color: white;
}

.small_comments {
  font-size: 8pt;
}

div#contactinfo {
  margin-top: 10px;
  margin-bottom: 10px;
}

div#statustrack {
  margin-left: 0px;
  margin-top: 3px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0px 0px 0px 0px;
  width: 715px;
  /*border-top: 1px solid blue;
  border-left: 1px solid blue;
  border-bottom: 1px solid blue;
  border-right: 1px solid blue;*/
}

div#stagescontainer {
  /*border-top: 1px solid red;
  border-left: 1px solid red;
  border-bottom: 1px solid red;
  border-right: 1px solid red;*/
  margin-bottom: 5px;
  margin-left: -10px;
  position: relative;
  float: left;
  padding-bottom: 0px;
  vertical-align: middle;
  width: 100%;
}

div#statusdesc {
  clear: left;
  /*background-color: #999999;*/
  margin-left: 0px;
  width: 100%;
  position: relative;
  float: left;
  /*
  border-top: 1px solid green;
  border-left: 1px solid green;
  border-bottom: 1px solid green;
  border-right: 1px solid green;
  z-index: -1;
  */
  padding: 2px 0px 2px 0px;
  margin-right: 0px;

}

/* menu */
ul#stages, ul#stages ul { /* all lists */
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
}

ul#stages li#top {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  margin-right: 5px;
  /* margin-bottom: 10px;
  height: 20px;
  line-height: 20px;*/
  margin-top: -5px;
  background-color: #EBEBEB;
  color: black;
  float: left;
  padding: 5px 10px 5px 10px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;

}

ul#stages li#top.current {
  background-color: #999999;
  font-weight: bold;
  color: black;
}

ul#stages li#top.previous {
  background-color: #EBEBEB;
  font-style: italic;
  color: gray;
}

ul#stages li#top.next {
  background-color: #EBEBEB;
  color: black;
  font-weight: normal;
}


ul#stages li#top ul { /* second-level lists */
  position: absolute;
  width: 20em;
  left: -999em; /* using left instead of display to hide content because display: none isn't read by screen readers */
  z-index: 1;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

ul#stages li#top ul li {

  background-color: #EBEBEB;
  padding-left: 5px;
  z-index: 1;
  /*
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  */
}

ul#stages li#top:hover ul, #stages li#top.sfhover ul { /* lists nested under hovered list items */
  left: auto;
  clear: left;
}
