/* CSS for the form */
.contactbutt { min-width: 100px;}
.removeQuestion {
    padding: 5px 10px;
    background: none;
    color: #ff4500 !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.labeltrue{
  width: 120px;
}
.radiotrue {
  float: left;
  width: 20px;
  margin-right: 30px;
}

#questionsContainer {
  margin-bottom: 20px;
}

.questionRow {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #00ADB1 !important;
}

.label-question {
  font-weight: bold;
  margin-bottom: 5px;
}

.question {
  width: 96.3%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom:0px !important;
}

.answersContainer {
  margin-top: 10px;
}

.answerRow {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.answerText {
  flex: 1;
  margin-right: 10px;
  width: 70%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.removeAnswer {
  padding: 5px 10px;
  background: none;
  /* background-color: #dc3545; */
  color:#ff4500 !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.addAnswer {
  padding: 5px 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#addQuestion {
  padding: 10px 20px;
  background-color: #2a6806;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  float:right;
}

#submit {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width:790px) {
 .question {
    width: 88% !important;
	}
.answerText{
min-width: 300px;
margin-bottom: 6px
	}
.answerRow {
		display: inline-block !important;
		border-bottom: 1px dashed #00ADB1 !important;
	}
 .labeltrue {
    float: left;
    margin-top:0px;
    width: 120px;
}
.radiotrue {
margin-top: 7px;
}
        }

        .dataresponse{
            margin-left: 50px;
            color: red;
         }
        
        input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
                border:0 !important
            }
        .contact-top div.label{
            padding:0 !important;
        }
        .contact-top div input[type="text"], .contact-top div textarea {
            width: 100%;
            padding: 0.7em;
            margin: 0.4em 0 0;
            background: none;
            outline: none;
            border: 1px solid #BEBDBD !important;
            -webkit-appearance: none;
        }
         
        .panell-primary {
            border-color: #00ADB1 !important;
        }
        
        .panell {
            margin-bottom: 20px;
            background-color: #fff;
            border: 1px solid #00ADB1 !important;
            border-radius: 4px;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05) !important;
            box-shadow: 0 1px 1px rgba(0,0,0,.05) !important;
        }
        
        .panell-body {
            padding:20px;
        }
        
        
        .panell-primary>.panell-heading {
            color: #fff !important;
            background-color: #00ADB1 !important;
            border-color: #00ADB1 !important;
        }
        
        .panell-heading {
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }
         
        
        .input-xxlarge{
            display: block;
            width: 100%;
            /* height: 34px; */
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        }
        
        .contact-top div.label{
            display: inline-block;
            max-width: 100%;
            margin-bottom: 5px;
            font-weight: 700;
        }