/* #############################
/* MAIN */

body {
  font-size: 0.9em;
}

h1 {
  color: #922139;
}

.theme {
  color: #922139;
}

.fa-bars {
  display: none !important;
}

/* #############################
/* CONTAINERS */

.wrapper {
  margin: 0 10px 0 10px;
}

#mac {
  text-indent: -2em;
  padding-left: 2em;
  margin-top: 0px;
  padding-top: 0px;
}

.mat_row {
  margin-top: 5px;
}

.col-xs-3 {
  margin-right: 5px;
}

#twocolumn {
  column-count: 2;
  column-gap: 1.5em;
}

#twocolumn .d-flex {
  break-inside: avoid-column;
}

.wrapper-login {
  max-width: 400px;
  margin: auto;
}

.wrapper-survey {
  margin: 10px auto;
  max-width: 800px;
}

.wrapper{
  margin: 10px auto;
  max-width: 800px;
}

#faq{
  text-indent: -1em;
  padding-left: 1em;
}

.faq-quest {
  margin-bottom: 0px;
}

.contact{
  
  margin-bottom: 0px;
}

.mailing-address{
  margin-left: 2em;
}

/* #############################
/* BUTTONS */

.btn {
  border-radius: 0 !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.btn-theme {
  background-color: #8f2033;
  color: #fff;
}

.btn-addrow {
  background-color: #8f2033;
  color: #fff;
  font-size: 0.8em;
  padding: 2px 5px;
  margin: 10px 0;
}

.fa-pencil-alt {
  color: green;
}
.fa-trash-alt {
  color: #8f2033;
}

.help-block {
  color: red;
}

label {
  color: #8f2033;
}

/* #############################
/* FORM INPUTS */

.survey textarea {
  padding: 10px;
  border: 1px solid #aaaaaa;
  margin-bottom: 2em;
}

.survey textarea.sm {
  width: 300px;
  height: 40px;
}

.survey textarea.lg {
  width: 600px;
  height: 100px;
}

.survey input[type="checkbox"],
.survey input[type="radio"] {
  margin: 0 5px 0 15px;
}

.survey input[type="text"] {
  margin: 0 0 0 0;
}

.survey label {
  margin: 8px 0 2px;
}

.answerhead {
  background-color: black;
  color: #fff;
  text-transform: uppercase;
}

.answerresponder {
  padding: 0px;
  margin: 0px;
  background-color: rgb(209, 209, 209);
  color: #000;
}

/* #############################
/* #############################
/* ####### MultiPartForm #######
/* #############################
/* #############################

/* Style the form */
#regForm {
  background-color: #ffffff;
  margin: 20px auto;
  /* padding: 10px 40px; */
  /* width: 70%; */
  /* min-width: 300px; */
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4caf50;
}

/* ###################### 
RESPONSIVE LAYOUT CSS
/* ###################### */

@media (max-width: 650px) {
  /* responsive layout break point */
  .wrapper {
    margin: 0 5px 0 5px;
  }

  .mat_row {
    margin-top: 15px;
  }

  #twocolumn {
    column-count: 1;
  }

  .survey textarea.sm {
    width: 75%;
    height: 40px;
  }

  .survey textarea.lg {
    width: 100%;
    height: 100px;
  }

  .fa-bars {
    display: flex !important;
  }
}
