/* Custom Uvic Style sheet */
header .wrapper h3 {
  color: #fff;
  height: 5.6rem;
  border-left: 1px solid #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 2.1rem;
  padding-left: 0.8rem;
  line-height: 2.35em;
  font-family: OpenSansRegular, sans-serif;
  float: left;
}

form .error, .error, .form-error {
  color: #C00;
}

form .buttons button:focus, form .buttons button:hover {
  background-color: #002754;
  color: #fff!important;
  text-decoration: none;
  cursor:pointer;
}

ul.list-unstyled {
  list-style-type: none;
}

form .inputgroup ul.list-unstyled.notes {
  list-style-type: none;
  margin-bottom: 1.6rem !important;
  margin-left: .25rem;
}

.service_name {
    font-weight: bold;
}

form input.btnlink:hover {
    color: #069!important;
    text-decoration: none!important;
}

form input.btnlink, form input.btnlink:focus {
    background: none!important;
    border: none;
    padding: 0!important;
    color: #069!important;
    text-decoration: underline!important;
    cursor: pointer;
    width: auto;
}

#serviceMessagePlaceholder #systems-status th:first-child{
	width:55%;
}

@media print, screen and (min-width:768px){

  form .buttons button {
    display: inline;
    float: none;
    padding: 0 1em;
    width: auto;
    border-radius: 16px;
    border-radius: 1.6rem;
    background-color: #005493;
    color: #fff!important;
    text-decoration: none;
    clear: left;
    margin-right: 16px;
    margin-right: 1.6rem;
    height: 3.2rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-style:none;
    border-width:0;
  }

  .buttons {
    clear: both;
    display: block;
    float: left;
    padding-bottom: .1rem;
    margin-bottom: 1.6rem;
    margin-top: 1.6rem;
    width: 100%;
  }

  .buttons input[type="submit"] {
    display: inline;
    float: none;
    padding: 0 1em;
    width: auto;
  }

}

@media print, screen and (min-width: 990px) {
  #header .edge {
      height: 100%!important;
  }

}
