body {
    font-family: "Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height:22px;
}

.img-responsive {
    width: 100%;
}

.logo {
    max-height: 100px;
}

#content,
#formname,
#survey
{
    width: 100%;
}
#content img
{
    max-width:650px;
}
#formname
{
    font-size: 24px;
    line-height:30px;
}
.wrap-question
{
    margin:10px 0;
}
.wrap-question .question-label-wrapper
{
    display: block;
}
label.question
{
    font-weight:bold;
    padding-bottom: 6px;
    display: inline-block;
}
input:not([type='radio']):not([type='checkbox']),
textarea,
select
{
    height:52px;
    width: 100%;
    border:1px solid #CCC;
    border-radius: 4px;
    padding:15px;
    box-sizing: border-box;
}
textarea
{
    height:150px;
}

.hide
{
    display: none !important;
}

.question-label-wrapper br {
    display: none;
}

.red
{
    color: #F00;
}

#formPageNav {
    margin-top: 44px;
}

#formPageNav a.active
{
    font-weight: bold;
}

/* Remove checkbox/radio and use border to indicate selection */
.radio-image-table td,
.checkbox-image-table td {
    vertical-align: top;
}

label.cbx-img,
label.cbx-img
{
    display: inline-block;
    position: relative;
    padding: 10px 10px 0 10px;
    text-align: center;
}

.question-label-wrapper {
    display: inline-block;
}

label.cbx-img input {
    display: none;
}

label.cbx-img img {
    max-height: 200px;
}

.checkbox_img_layer {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    border: 2px solid rgba(0,0,0,0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label.cbx-img input:checked ~ .checkbox_img_layer,
label.cbx-img:hover input:checked ~ .checkbox_img_layer,
label.cbx-img:hover input:not([disabled]) ~ .checkbox_img_layer
{
    border-color: #ff0000;
    cursor: pointer;
}

.checkbox-image-name {
    text-align: center;
    line-height: 2em;
}

.wrap-question input[type=radio]:not(:checked) ~ input.other,
.wrap-question input[type=checkbox]:not(:checked) ~ input.other {
    display: none;
}

.btn-style {
    padding: 12px 30px;
    border-color: #C3B6A3;
    border-width: 1px;
    border-radius: 32px;
    display: inline-block;
    border-style: solid;
    color: #3C3C3B;
    text-decoration: none;
    cursor: pointer;
}

.alert {

}

h3.alert-success {
    color: #018837;
}

h3.alert-danger {
    color: #841C26;
}

.back {
    color: #3C3C3B;
    text-decoration: none;
}

.pt-6 {
    padding-top: 6rem;
}

.pb-6 {
    padding-bottom: 6rem;
}

#formPageNav span[data-page] {
    padding: 6px 6px;
    border-color: #C3B6A3;
    border-width: 1px;
    border-radius: 6px;
    display: inline-block;
    border-style: solid;
    color: #3C3C3B;
    text-decoration: none;
    cursor: pointer;
}

#formPageNav span[data-page].active {
    background-color: #C3B6A3;
    color: #ffffff;
}

.question-type-radio label {
    display: block;
    margin-bottom: 0.7rem;
}