﻿
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.healthValue {
    padding-left: 5px;
    font-weight: bold;
}
.healthName {
    padding-left: 5px;   
}
.dl-horizontal dt {
    white-space: normal;
}

#feedbackLink {
    margin-left: 15px;
}
#resultList {
    list-style-type: none;
    list-style: none;
    padding-left: 0;
}

#bottomMessage {
    padding-top: 25px;
}

#EmailResultsForm h2 {
    font-size: large;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.healthFooter {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: gray;
    font-size: smaller;
    text-align: right;
}

h1 {
    margin-top: 20px;
}
/*.nvbar {
    display: none;
}*/

.resultCategory {
    padding-left: 15px;
}

.referenceLink {
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border: 1px solid lightgray;
    border-radius: 7px;
}

.referenceLinkTitle {
    margin-top: 10px;
    /*margin-bottom: 3px;*/
}

#appVersion {
    color: #737373;
    float: right;
    margin-top: 20px;
    font-size: smaller;
}

.referenceNumber {
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    font-size: smaller;
    color: grey;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: right;
    top: 0;
    right: 0;
}

.organizationLogo {
    border-radius: 4px;
    margin: 0;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
}

#scrollTopButton {
  display: none;
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: gray;
  color: white;
  cursor: pointer;
  padding: 10px;
  padding-top: 15px;
  border-radius: 4px;
}