.page-header {
  padding-bottom: 0px;
  margin: 0px;
  border-bottom: 0px solid #eeeeee;
}
.page-header h1 {
  font-size: 20px;
  color: #999;
  font-weight: 300;
  line-height: 1;
}
.page-header-subject {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 9px 10px 10px;
    margin-top: 5px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}
label,
.table th {
  font-weight: 500;
}
.radio,
.checkbox {
  font-weight: 300;
}
legend {
  font-size: 22px;
  color: #0087d8;
  font-weight: 300;
  margin-bottom: 0px;
}
.sprout-heading {
  border-top: 1px solid #e5e5e5;
  font-size: 20px;
  font-weight: 300;
}
.control-group {
  padding: 10px 20px;
  margin-bottom: 0px;
}
.control-group {
  /*border: 1px solid #ffffff; */
}
.control-group-focus {
  background-color: #f5f5f5;
}
.control-group.error {
  border: 1px solid red;
}
.sprout-child-block {
  padding-left: 30px;
}
select.sprout-child-block {
  padding-left: 0px;
}
td .sprout-child-block {
  padding-left: 0px;
}
.sprout-composite-slim .controls .control-group {
  padding: 0px 20px;
}
.sprout-composite-child-checkbox-control-group-block {
  padding-top: 0px;
  padding-bottom: 0px;
}
.input-height-short,
.height-short {
  height: 20px;
}
.input-height-medium,
.height-medium {
  height: 40px;
}
.input-height-tall,
.height-tall {
  height: 60px;
}
.checkbox input.input-checkbox-no-label {
  margin-left: 0px;
}
.help-block {
  font-style: italic;
  font-weight: 300;
}
.form-required-mark {
  color: #b0232a;
  font-size: 12px;
  font-style: italic;
}
.editor {
  position: absolute;
  width: 800px;
  height: 550px;
}
label.error {
  float: none;
  color: #b94a48;
  /*padding-left: .5em;*/
  vertical-align: top;
}
.sprout-hidden-object {
  display: none;
}
.sprout-forms-modal-view-print-content {
  background-color: #FFFFFF;
}
.sprout-forms-saving-alert {
  width: 60px;
  height: 20px;
  text-align: center;
  position: fixed;
  left: 50%;
  margin-left: -30px;
  padding: 2px 10px 2px 10px;
}
.sprout-forms-processing-alert {
  width: 500px;
  height: 40px;
  text-align: center;
  position: fixed;
  left: 50%;
  margin-left: -250px;
  padding: 20px 10px 2px 10px;
  font-size: 30px;
}
.sprout-forms-saving-alert-error {
  width: 500px;
  height: 60px;
  text-align: center;
  position: fixed;
  left: 50%;
  margin-left: -250px;
  padding: 2px 10px 2px 10px;
}
.sprout-forms-status-message-footer-block {
  /*float: right;*/
  display: inline-block;
  vertical-align: bottom;
  padding: 2px 10px 2px 10px;
  color: #585858;
}
.sprout-forms-nav-btn {
  min-width: 110px;
  vertical-align: bottom;
}
.sprout-forms-submit-btn {
  min-width: 110px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #ffffff;
  background-color: #0087d8;
}
.progress-info .bar {
  background-color: #0087d8;
  height: 20px;
}
.icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
#overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;
}
div.loadingDiv {
  width: 400px;
  height: 200px;
  margin: auto;
  color: #ffffff;
}
.form-page-actions {
  padding: 19px 20px 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: none;
  border-top: 1px solid #e5e5e5;
}
.sprout-form-row [class*="span"] {
  min-height: 0px;
}
@media (max-width: 979px) {
  .sprout-progress {
    margin-top: 5px;
  }
  .nav-collapse .nav-tabs .sprout-nav-tab > a {
    color: #0088cc;
    font-weight: normal;
  }
  .nav-collapse .nav-tabs > .active > a {
    color: #ffffff;
  }
}
.sprout-conditional-cascade-alert-bar {
  font-weight: bold;
  z-index: 2000;
  background-color: rgba(213, 149, 149, 0.7);
  color: #000;
  min-height: 35px;
  padding-top: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.well-sprout {
  background-color: #60a74a;
  font: "Cambria", Georgia, Times, "Times New Roman", serif;
  color: #FFFFFF;
}
.progress .sprout-init-progress-bar {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
 label.sprout-eval-conditional-label-trigger {
  vertical-align: top;
  display: inline-block;
  padding: 4px;
}
radio.sprout-eval-conditional {
  vertical-align: top;
  /*width: 1.5em;*/
  /*height: 1.5em;*/
}
label.sprout-eval-conditional-label-trigger {
  vertical-align: top;
  display: inline-block;
  padding: 4px;
}
radio.sprout-eval-conditional {
  vertical-align: top;
  /*width: 1.5em;*/
  /*height: 1.5em;*/
}
input[type="checkbox"] {
  margin: 6px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.likert tr {
  font-size: .9em;
  vertical-align: middle;
}
.likert td {
  text-align: center;
  margin: 0 auto;
  vertical-align: center;
}
.likert th {
  white-space: normal;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
td.likert-question {
  min-width: 250px;
  text-align: left;
}
.control-header,
.likert-header {
  display: none;
}
@media (min-width: 770px) {
  .input-4em {
    width: 4em;
  }
  .input-7em {
    width: 4em;
  }
  .input-12em {
    width: 12em;
  }
  .input-20em {
    width: 20em;
  }
  .input-25em {
    width: 25em;
  }
  .input-30em {
    width: 30em;
  }
}
/*
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.(min-device-width: 768px) and (max-device-width: 1024px)
	*/
@media only screen and (max-width: 769px) {
  /* Force table to not be like tables anymore */
  table.responsive-table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-table tr {
    border: 2px solid #ccc;
  }
  /* .responsive-table td:before {
			top: 6px;
			left: 6px;
			padding-right: 10px;
			display: block;
			font-weight:bold;
		} */
  .responsive-table .control-header {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .responsive-table td.control-group {
    margin-bottom: 0px;
  }
  .likert-table .likert-question {
    font-weight: bold;
  }
  .likert-table .control-header {
    font-weight: normal;
  }
  .likert-table .likert .input,
  .likert-table .likert label,
  .likert-header {
    display: inline;
  }
  .likert td {
    text-align: left;
  }
  .sprout-hidden-object tr {
    border: 0px solid #ccc;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    padding: 0;
    margin: 0;
    width: 320px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    width: 495px;
  }
}

.progress .sprout-init-progress-bar {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}​

/*https://support.mozilla.org/en-US/questions/667285*/
/*http://briancaos.wordpress.com/2008/12/05/firefox-only-prints-first-page-of-contents/*/
@media print {
    marquee { -moz-binding: none; }
    body{overflow:visible !important;}
}

label.sprout-eval-conditional-label-trigger {
    vertical-align: top;
    display: inline-block;
    padding: 4px;
}

radio.sprout-eval-conditional {
    vertical-align: top;
    /*width: 1.5em;*/
    /*height: 1.5em;*/
}

.highlight {
  background-color: #f8ff00;
}

.sprout-transform-locate {
  cursor: pointer;
  margin-left: 5px;
  color: #971885;
  vertical-align: baseline;
}

