/* Quiz Ext. */

.quiz-wrapper{
    background: #fff none repeat scroll 0 0;
    margin: 15px 0 0;
    padding: 10px 35px 10px 20px;
}
.quiz-module {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-top: 15px;
    width: 100%;
}
.quiz-module .question p {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 20px;
    width: 100%;
}
.quiz-module strong {
    padding-right: 5px;
    font-size: 19px;
}
.quiz-module .question {
    float: left;
    margin: 15px 0 0;
    width: 100%;
}
.quiz-module ul,.quiz-module li{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.quiz-module .btn {
    background: transparent;
    display: inline-block;
    float: none;
    padding: 0;
}
.quiz-module .btn:hover,
.quiz-module .btn:focus{
    text-decoration: none;
    background: transparent;
    box-shadow: none;
}
.quiz-module label{
    font-family: "Oswald",sans-serif;
    color: #212121;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.quiz-module .checkbox label ,
.quiz-module .radio label {
    background: transparent;
    float: left;
    margin-right: 20px;
    padding-left: 14px;
}
.quiz-module .selected + label ,
.quiz-module .selected  label {
    background: transparent;
}
.quiz-module .checkbox {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}
.details,.details .form-group{
    float: left;
    position: relative;
    width: 100%;
}
.details{
    margin: 15px 0;
}
.quiz-module .details .checkbox {
    margin-top: 10px;
}
.details input[type="submit"] {
    background-color: #e4ebe3;
    border: 2px solid #e4ebe3;
    color: #212121;
    display: block;
    margin: 10px auto;
    min-width: 140px;
    padding: 8px 13px;
    text-align: center;
}
.details input[type="submit"]:hover{
    background-color: transparent;
}
.quiz-module input[type="text"] {
    float: left;
    max-width: 250px;
    width: 100%;
}
.quiz-module label[for="agree"] {
    float: left;
    margin-top: 3px;
    padding-left: 26px;
}
.agree-checkbox input[type="checkbox"]{
    opacity: 0;
}
.answers {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.agree-checkbox a {
    font-size: 14px;
}
.quiz-module input.btn {
    margin-top: 20px;
}
@media(max-width:767px){
    .quiz-module {
        margin: 0;
        padding: 0;
    }
    .quiz-module .details label {
        margin-bottom: 5px;
    }
    .error {
        float: left;
        padding: 5px 0 0;
    }
    .quiz-module input.btn {
        margin-top: 36px;
    }
    .agree-checkbox {
        max-width: 410px;
    }
    .quiz-wrapper {
        float: left;
        padding: 10px 30px;
    }
}
.quiz-errors{
    display: none;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    height: 24px !important;
    margin-left: 0;
    opacity: 1;
    position: relative;
    top: 3px;
    width: auto;
}
.custom-checkbox {
    border: medium none;
    display: block;
    float: left;
    height: auto;
    left: 0;
    overflow: hidden;
    position: relative;
    width: auto;
}
.radio {
    margin-bottom: 0;
}
.quiz-wrapper p { font-size: 17px }
.quiz_field_select{
    max-width: 250px;
}