body {
  padding-top: 15px;
}

hr {
  margin-bottom: 5px;
  margin-top: 5px;
}

input, textarea, .uneditable-input {
  width: 125px;
}

.nav {
  margin-bottom: 10px;
}

.nav a {
  color: #828282;
  font-size: 110%;
}

.nav .dropdown-toggle .black-caret {
  margin-top: 6px;
  border-top-color: #000;
  border-bottom-color: #000;
}

.nav .dropdown-toggle:hover .black-caret {
  border-top-color: #000;
  border-bottom-color: #000;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  background-color: #007A9F;
  border-color: #CCCCCC #CCCCCC transparent;
  border-width: 2px;
  color: #FFFFFF;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #007A9F;
  background-image: -moz-linear-gradient(top, #007A9F, #007A9F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007A9F), to(#007A9F));
  background-image: -webkit-linear-gradient(top, #007A9F, #007A9F);
  background-image: -o-linear-gradient(top, #007A9F, #007A9F);
  background-image: linear-gradient(to bottom, #007A9F, #007A9F);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #007A9F;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #007A9F;
  *background-color: #007A9F;
}

/*
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
  font-size: small;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 400px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /*-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);*/
/*}

.popover-content p, .popover-content ul, .popover-content ol {
  margin-bottom: 0;
}
*/

.popover-content {
  padding: 10px;
  background-color: #ffffff;
  font-size: 90%;
  /*-webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;*/
}

.popover-title {
  color: #ffffff;
  font-size: small;
  padding: 12px 15px;
  line-height: 1;
  background-color: #999999;
  border-bottom: 2px solid #8BAF42;
  border-top: 4px solid #007A9F;
  /*-webkit-border-radius: 1px 1px 0 0;
  -moz-border-radius: 1px 1px 0 0;
  border-radius: 1px 1px 0 0;*/
}

.popover-link {
  color: #000;
  text-decoration: none;
}

.popover-link-fiscal-year {
  color: #007A9F;
  text-decoration: none;
}

.footer {
  background-color: #F5F5F5;
  border-top: 4px solid #999999;
  margin-top: 40px;
  padding-bottom: 350px;
}

.page-title {
  color: #828282;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
}

.section-title {
  color: #007A9F;
  font-size: large;
  font-weight: bold;
}

.si-institution, .si-cao, .si-contact, .si-data {
  background-color: #F1F1F1;
  border-bottom: 2px solid #8BAF42;
  border-top: 4px solid #007A9F;
  font-size: small;
  font-weight: bold;
  padding: 10px;
}

.de-instructional-courseload {
  background-color: #F1F1F1;
  border-bottom: 2px solid #8BAF42;
  border-top: 4px solid #007A9F;
  padding-bottom: 15px;
  padding-top: 15px;
}

.si-instructions {
  background-color: #FFFFFF;
  border-bottom: 2px solid #8BAF42;
  border-top: 4px solid #007A9F;
  font-size: small;
  font-weight: normal;
  padding: 10px;
}

.section-title-blue {
  color: #007A9F;
  font-weight: bold;
}

.member-home-right {
  background-color: #F5F5F5;
  border-bottom: 2px solid #8BAF42;
  border-top: 4px solid #007A9F;
  font-size: smaller;
  padding: 10px;
}

legend {
  background-color: #007A9F;
  color: #EAEAEA;
  padding-left: 10px;
}

#subscriber-information-view legend {
  color: #DE6A00;
  font-size: larger;
  font-weight: bold;
}

#subscriber-information-view table {
  border-collapse: collapse;
}

#subscriber-information-view th {
  background-color: #007D9D;
}

#subscriber-information-view .td-bg-light-gray {
  background-color: #EAEAEA;
}

#subscriber-information-view .td-bg-light-yellow {
  background-color: #FFFFD9;
  font-weight: bold;
}

#subscriber-information-view .td-required-field {
  color: red;
  font-weight: bold;
}

.red-bold {
  color: red;
  font-weight: bold;
}

.red-italic-bold {
  color: red;
  font-style: italic;
  font-weight: bold;
}

.green-italic-bold {
  color: green;
  font-style: italic;
  font-weight: bold;
}

.align-center {
  text-align: center;
}

.align-right, .table td.align-right {
  text-align: right;
}

.border-top-two {
  border-top: 2px solid #000;
}

.form-label {
  font-size: small;
  font-weight: bold;
  padding-left: 5px;
}

.margin-bottom-eighteen {
  margin-bottom: 18px;
}

.margin-zero-auto {
  margin: 0 auto;
}

.orange-asterisk {
  color: #D46F34;
  font-weight: bold;
}

.padding-bottom-nine-border-bottom-one {
  padding-bottom: 9px;
  border-bottom: 1px solid #ddd;
}

.small {
  font-size: small;
}

.small-bold {
  font-size: small;
  font-weight: bold;
}

.small-center {
  font-size: small;
  text-align: center;
}

.small-padding-bottom-five {
  font-size: small;
  padding-bottom: 5px;
}

.small-white {
  background-color: #ffffff;
  font-size: small;
}

.smaller {
  font-size: smaller;
}

.x-small {
  font-size: x-small;
}

.underline {
  text-decoration: underline;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-top {
  vertical-align: text-top;
}

.input-prepend-span3 {
  width: 327px;
}

.input-prepend-span4 {
  width: 339px;
}

.input-prepend-span7 {
  width: 579px;
}

.hr-themed {
  background-color: #007A9F;
  color: #007A9F;
  height: 3px;
}

.our-staff-photo-text {
  float: left;
  margin-bottom: 8px;
  margin-right: 8px;
}

/* Peer Institutions - US Map */
#us-map {
  height: 400px;
  width: 940px;
}

/* Reports */
#example .light-orange-center {
  background-color: #DC8A5A;
  text-align: center;
}

#example .light-yellow-center-border-bottom-two {
  background-color: #FCF8E3;
  border-bottom: 2px solid #000000;
  text-align: center;
}

#example .report-category {
  border-right: 1px solid #000;
}

#example .light-yellow-center {
  background-color: #FCF8E3;
  text-align: center;
}

#example .light-green-center-border-bottom-two {
  background-color: #DFF0D8;
  border-bottom: 2px solid #000000;
  text-align: center;
}

#example .light-green-center {
  background-color: #DFF0D8;
  text-align: center;
}

#example .light-blue-center-border-bottom-two {
  background-color: #D9EDF7;
  border-bottom: 2px solid #000000;
  text-align: center;
}

#example .light-blue-center {
  background-color: #D9EDF7;
  text-align: center;
}

#example .align-center {
  text-align: center;
}

#example .light-gray-center {
  background-color: #FFF;
  text-align: center;
}

.gray-center, th.gray-center {
  background-color: #DDD;
  text-align: center;
}

.light-gray {
  background-color: #F2F2F2 !important;
}

.border-bottom-two {
  border-bottom: 2px solid #000000;
}

#example .light-gray-italic {
  background-color: #FFF;
  color: #AAA;
  font-style: italic;
}

#example .width-twenty {
  width: 20px;
}

#example .width-fifty {
  width: 50px;
}

#example .width-one-hundred-fifty {
  width: 150px;
}

#example .width-two-hundred {
  width: 200px;
}

#example .center-width-twenty {
  text-align: center;
  width: 20px;
}

#example .center-width-fifty {
  text-align: center;
  width: 50px;
}

#example .center-width-eighty {
  text-align: center;
  width: 80px;
}

#example .center-width-two-hundred {
  text-align: center;
  width: 200px;
}

#example .right-width-fifty {
  text-align: right;
  width: 50px;
}

#example .font-ninety-italic {
  font-size: 90%;
  font-style: italic;
}

#example .font-eighty {
  font-size: 80%;
}

#example .font-seventy-five {
  font-size: 75%;
}

#example .font-seventy {
  font-size: 70%;
}

#example .display-none {
  display: none;
}

#example .border-bottom-two {
  border-bottom: 2px solid #000000;
}

#example .center-border-bottom-two {
  border-bottom: 2px solid #000000;
  text-align: center;
}

input.exampleInputText {
    color: #CCC;
}

.boxPlotDescription {
    width: 48%;
}

h4.resultsDisciplineLabel {
    font-size: 130%;
}

/* Peer comparison */
table.peerComparison {
    width: 400px;
}
table.peerComparison th {
    text-align: right;
}
table.peerComparison td {
    font-weight: normal;
}

.peer-comparision-discipline-rollup {

}

.peer-comparision-discipline-individual {
    margin-left: 50px;
}

.peer-comparision-results-discipline-individual .resultsDisciplineLabel {
    font-size: 110%;
}

div.messages {
    margin-bottom: 20px;
}
