.surveylist {
    clear: both;
}

.survey-item {
    clear: both;
    width: 100%;
    float: left;
}

    .survey-item .avatar {
        float: left;
        width: 200px;
        margin-right: 20px;
    }

        .survey-item .avatar img {
            float: left;
            width: 100%;
        }

    .survey-item h4 {
        margin-bottom: 10px;
    }

        .survey-item h4 a {
            color: #363636;
        }

    .survey-item p {
        color: #464646;
    }

    .survey-item h5 {
        clear: both;
        margin-top: 10px;
        font-weight: normal;
        font-style: italic;
        color: #777777;
    }

.survey-item-i {
}

.survey-sepitem {
    clear: both;
    float: none;
    height: 30px;
    background: url(images/sep-line.png) repeat-x left center;
}

.survey {
    clear: both;
    font-size: 16px;
}

.survey-l {
    /*width: 640px;
    float: left;*/
    clear: both;
}

.survey-r {
    clear: both;
    /*width: 300px;
    float: right;*/
}

.alertbox {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -60px;
    width: 400px;
    height: 120px;
    background-color: #FFF;
    border: #DDDDDD 5px solid;
    /*background-color: #FFF;*/
}

.alertbox-title {
    clear: both;
    position: relative;
    font-weight: bold;
    z-index: 0;
    padding: 5px 10px;
    background-color: #F0F0F0;
}

    .alertbox-title span {
        font-weight: bold;
        color: #363636;
    }

    .alertbox-title a {
        position: absolute;
        z-index: 0;
        right: 0;
        top: 0;
        width: 32px;
        height: 32px;
    }

.alertbox-content {
    clear: both;
    padding: 20px 20px;
    text-align: center;
}

.alertbox-buttons {
    clear: both;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
}

.survey-buttons {
    clear: both;
    margin-top: 30px;
    text-align: center;
}

.survey-submit-btn {
    border: 0;
    outline: 0;
    background-color: #CE1111;
    color: #FFF;
    /*font-weight: bold;*/
    padding: 10px 20px;
    font-size: 16px;
}

.survey-cancel-btn {
    border: 0;
    outline: 0;
    background-color: #2d71b9;
    color: #FFF;
    /*font-weight: bold;*/
    padding: 10px 20px;
    font-size: 16px;
}

.survey-title {
    clear: both;
    font-weight: bold;
    font-size: 24px;
    color: #363636;
    margin-bottom: 10px;
    text-align: center;
}

.survey-body {
    clear: both;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 16px;
}

.survey-rules {
    clear: both;
    line-height: 1.5;
    text-align: justify;
    padding: 10px 10px;
    background-color: #FFFFFF;
    border: #DDDDDD 1px solid;
}

    .survey-rules p {
        margin: 0 0 1em;
    }

.survey-notes {
    clear: both;
    font-style: italic;
    padding-bottom: 15px;
}

.survey-menu {
    clear: both;
    margin-bottom: 15px;
}

    .survey-menu ul {
        float: left;
        width: 100%;
        clear: both;
        list-style: none;
        background-color: #FAFDE3;
        border: #DDDDDD 1px solid;
    }

    .survey-menu li {
        float: left;
        width: 100%;
        clear: both;
        border-bottom: #DDDDDD 1px solid;
        line-height: 1.4;
    }

        .survey-menu li:last-child {
            border-bottom: 0;
        }

    .survey-menu a {
        float: left;
        color: #000;
        padding: 10px 10px 10px 24px;
        background: url(images/arrow.png) no-repeat 10px 13px;
    }

        .survey-menu a:hover {
            color: #2c3190;
        }

.survey-photo {
    clear: both;
    margin-bottom: 15px;
}

    .survey-photo img {
        max-width: 100%;
    }

.survey-form {
    clear: both;
}

.survey-questions {
    clear: both;
}

    .survey-questions table {
        border-collapse: collapse;
        width: 100%;
    }

    .survey-questions td {
        vertical-align: middle;
        padding: 5px 0;
        line-height: 1.4;
    }

.participantform {
    clear: both;
    /*width: 700px;*/
    margin: 0 auto;
    /*border: #DDDDDD 1px solid;*/
    padding: 20px 20px;
    font-size: 16px;
}

.form-field {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .form-field:after {
        content: "";
        display: table;
        height: 0;
    }

    .form-field .form-label {
        font-weight: bold;
        padding-top: .25em;
    }

        .form-field .form-label abbr {
            color: #FF0000;
            margin-left: 3px;
        }

.survey-formcontrol {
    margin: 0;
    padding: 0;
    outline: 0;
    width: 100%;
    border: #DDDDDD 1px solid;
    padding: 8px 8px;
    box-sizing: border-box;
    font-size: 16px;
}

.w-150px {
    width: 200px !important;
}

.w-450px {
    width: 500px !important;
}

.thankbox {
    clear: both;
}

.thankbox-content {
    clear: both;
    padding: 20px 20px;
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
}

.surveyquestion {
    clear: both;
    margin: 30px 0px;
    line-height: 1.5;
    font-size: 16px;
    padding:15px
}

    .surveyquestion h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .surveyquestion h4 {
        /*padding-left: 16px;*/
        font-weight: normal;
        font-style: italic;
    }

.surveyquestion-i {
    clear: both;
    padding: 5px 0;
}

.surveyquestion table {
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}

    .surveyquestion table td {
        padding: 5px 5px;
        vertical-align: top;
    }

    .surveyquestion table .td-order {
        text-align: center;
        width: 40px;
    }

    .surveyquestion table .td-text {
        width: auto;
    }

    .surveyquestion table .td-input {
        text-align: center;
        width: 40px;
    }

.tr-group > td {
    vertical-align: middle !important;
    font-weight: bold;
    font-size: 12px !important;
}

.error {
    color: #FF0000;
}

.survey-error {
    color: #FF0000;
    margin-top: 5px;
}

.survey-captcha {
    position: relative;
    z-index: 0;
    left: 0;
    top: 0;
    height: 50px;
}

    .survey-captcha a {
        position: absolute;
        right: 10px;
        bottom: 10px;
        color: #12AC36;
        font-weight: bold;
        text-decoration: underline;
    }

.surveyanswer-textbox {
    clear: both;
    padding-top: 5px;    
}

    .surveyanswer-textbox input {
        font-size: 16px;
        border: #ddd 1px solid;
        padding: 8px 8px;
        width: 100%;
        box-sizing: border-box;
    }

.input-checkbox {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .input-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .input-checkbox .input-label {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: #363636 1px solid;
    }

    .input-checkbox:hover input ~ .input-label {
        background-color: #ccc;
    }

    .input-checkbox input:checked ~ .input-label, .input-checkbox input:active ~ .input-label {
        background-color: #2196F3;
    }

    .input-checkbox .input-label:after {
        content: "";
        position: absolute;
        display: none;
    }

    .input-checkbox input:checked ~ .input-label:after {
        display: block;
    }

    .input-checkbox .input-label:after {
        left: 7px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


.input-radio {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .input-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .input-radio .input-label {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: #363636 1px solid;
        border-radius: 50%;
    }

    .input-radio:hover input ~ .input-label {
        background-color: #ccc;
    }

    .input-radio input:checked ~ .input-label, .input-radio input:active ~ .input-label {
        background-color: #2196F3;
    }

    .input-radio .input-label:after {
        content: "";
        position: absolute;
        display: none;
    }

    .input-radio input:checked ~ .input-label:after {
        display: block;
    }

    .input-radio .input-label:after {
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
