﻿
.survey
{
    line-height: 1.25;
}

.survey li
{
    font-weight: 600;
    clear: both;
}

.survey td label
{
    padding-left: 4px;
    font-weight: normal;
}

.required::before
{
    color: #f00;
    font-weight: 600;
    font-size: 1.2rem;
    content: "*";
    line-height: .85;
    float: left;
    margin-right: 1.25rem;
}

.survey li.required::before
{
    margin-left: -2em;
}

.ans
{
    padding: 4px 0 24px;
    clear: both;
}
.ans-lbl
{
    float: left;
    padding-right: 5px;
    min-width: 170px;
    font-weight: bold;
}
.ans-edit
{
    margin-left: 22px;
}
.req 
{
    margin-left: 26px;
}
.ans ul
{
    padding: 0;
    margin: 0 0 0 16px;
    list-style-type: square;
}
.ans ul li 
{
    font-weight: normal;
}

.survey .form control {
    font-size: inherit;
}

.survey .input-group-addon {
    width: 200px;
}

.survey .input-group > .form-control{
    max-width: 100%;
    min-width: 300px;
}

.survey input[type=checkbox],.survey input[type=radio] {
    margin-right: .5rem;
}

.survey input[type=checkbox] + label,.survey input[type=radio] + label {
    margin-right: 2rem;
}
