﻿body {
  /* padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 580px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.bannerText {    
  color: #191975;
  font-weight: 600;
 text-shadow: 2px 0 0 #000000;
 padding-top:15px;
 font-size:300%;
  
}
@media only screen and (max-device-width: 480px) {
        .bannerText {    
          color: #191975;
          font-weight: 600;
         text-shadow: 2px 0 0 #000000;
         padding-top:5px;
         font-size:150%; 
        }
      .navbar {
          margin-bottom: 0px;
      }
        
	}
/* styles of list of teachers to be surveyed by students */
.studentTeacher {
    text-decoration: underline;
}
.pIndent {
    text-indent: 25px; 
}

.surveyHeader {
     text-align: left;
      padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.blue {
    border-top:4px solid red;
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.navbar-collapse {
    max-height:50px;
}
hr { margin: 0px; }
.nav > li > a:hover {
  background-color: #03A9F4;
}