fieldset {
  display: none;
}


/*#first{
    display:block;
}*/

#survey_feedback, #standards_responses, #more_output, #employee_survey, #results_page, #results_buttons, #assessment_tool_intro_page, #progress_container, #survey_errors {
  display: none;
}

.question {
  padding: 20px 10px 10px 20px;
}

label {
  display: inline;
}


/* so labels and radio buttons stick if page gets narrow*/

.hearing_input {
  white-space: nowrap;
}


/*input[type="radio"} {
   why not working???
    border: 1px black solid;
}*/

#progressHolder {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: grey;
}

#ProgressBar {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: green;
}


/*added already to master file; just needs to be uploaded once permissions issue is fixed */

.question {
  font-size: 1.25em;
}

label {
  padding-right: 50px;
}

input[type="radio"] {
  width: 1.5em;
  height: 1.5em;
}


/*input[value="Start Over"] {
  background: #3399ff;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 15%;
  margin: 0 40px 0 0;
}*/


/*I don't even know
input[value="Start Over"], {

}
input[value="Previous"], {

}

input[value="Next"], input[value="Submit"] {
  background-color: #3399ff;
  margin: 0 10px 0 0;
  padding: 15px 45px;
  font-size: 2em;
  line-height: 1;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
} */


/*below needs to be added to master file once i figure out how to make both columns of equal height  */

#opening_page, #cost_calculator_page {
  padding-bottom: 2em;
}

#self_assessment_options td {
  border: 1px solid #000;
  padding: 15px;
  vertical-align: top;
}

.no_results, .na_results {
  margin: 0 0 1em 3em;
}

.div1, .div2, .div3 {
  margin-left: 3em;
}

.div1 {
  font-style: italic;
}

.div3 {
  font-weight: bold;
  margin-bottom: 10px;
}

.employee_survey_answer {
  margin-left: 3em;
  margin-bottom: 10px;
}

.btn-styling, #osha_compliant_indicator {
  display: inline-block;
  font-family: 'Encode Sans Condensed';
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: none;
  line-height: 24px;
  border-style: none;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 5px;
}

#osha_compliant_indicator, .allotherbtn-styling {
  background-color: #85754d;
  color: white;
  
}

.allotherbtn-styling:active {
  background-color: #d9d9d9;
  transform: translateY(1px);
}

.next-styling, .previous-styling {
  background-color: #e8e3d3;
  color: #5a5a5a;
}

.btn-styling:disabled {
  opacity: .65;
  cursor: not-allowed;
}

.submit-styling {
  background-color: #4b2e83;
  color: #fff;
}

.float-right {
  margin-left: 70%;
}
