:root {
  --asa-brand-font-header: 'brandon-grotesque', sans-serif;
  --asa-brand-font-body: 'Lato', sans-serif;
  --asa-brand-blue-dark: #003858;
  --asa-brand-blue-dark-rgb:0, 56, 88;
  --asa-brand-blue-light: #29abe2;
  --asa-brand-blue-light-rgb:41, 171, 226;
  --asa-brand-red: #ed2024;
  --asa-brand-green-light: #74d546;
  --asa-brand-green-light-rgb: 116, 213, 70;
  --asa-brand-grey: #292929;
  
  --asa-footer-height: 80px;
}

body {
  padding-top: 70px;
  padding-bottom: 30px;
/*   background-color: #74339b; */
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}


.navbar-toggle.navbar-left {
  float: left;
  margin-left: 10px;
}

span.subheader {
	font-size: 22px;
}

/*
.studentRow {
	border-bottom: black;
	border-bottom-width:1px;
	border-bottom-style: solid;

}
*/

#jq_studentContainer .row {
	border-top: 1px solid #eee;
	padding: 12px 0;
}

.jq_clearResult{
	margin-top: 20px;
}

.surveyResults{
	font-size: 22px;
	color: #0085b2;
}

.wrapper {
  margin-bottom: 36px;
}

.survey-question-wrapper {
  margin-bottom: 24px;
}
.submit-survey-btn {
  margin-top: 24px;
}

.question-letter-label {
  padding-right: 4px;
}

.answers {
  display: block;
  margin: 0 auto;
}

.radio-label-vertical-wrapper {
  padding-bottom: 13px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.radio-label-vertical-wrapper label:not(.radio-label-vertical) {
  display: block;
  width: 100%;
}

.radio-label-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
}

.radio-label-vertical input {
  position: absolute;
  top: 28px;
  left: 50%;
  margin-left: -6px;
  display: block;
  cursor: pointer;
}

.banner-dev-mode{background:red;color:white;text-align:center;padding:12px 0 10px 0;font-weight:bold;font-size: 1.5em;letter-spacing: 0.25em;overflow: hidden;white-space: nowrap;line-height: 0.75em;}
.banner-dev-mode span{font-size: 0.6em;letter-spacing: normal;color: #EEE;}

.banner-dev-mode.banner-staging-mode{background:green;}

