﻿body {
}

.WizHeader {
    font-family: Verdana !important;
    padding-bottom: 10px !important;
}



    .WizHeader .WizpagingHeader {
        float: right;
        font-weight: 600;
        font-size: smaller;
    }

    .WizHeader .WizTitle {
        float: left;
        text-align: center;
        font-weight: 600;
        font-size: large;
    }

    .WizHeader .WizSectionName {
        padding-top: 25px;
        font-size: larger;
        font-weight: 600;
        text-align: left;
        position: relative;
    }

.WizButton {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    /* background-color:#ededed;*/
    background-color: #EFE8D8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    text-indent: 0;
    border: 1px solid #828282;
    display: inline-block;
    color: #444;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    height: 25px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}

.WizNavStyle {
    text-align: left;
}

.WizHideAttribute {
    display: none !important;
}

.ResponseTextBox {
    width: 100%;
    vertical-align: top;
}

.ResponseDateTextBox {
    width: 100px;
    vertical-align: top;
}

.ResponseTextBoxSmall {
    width: 100px;
    vertical-align: top;
}

.ResponseTextBoxMed {
    width: 300px;
    vertical-align: top;
}

.ResponseTextBoxLarge {
    width: 600px;
    vertical-align: top;
    height: 100px;
}

.WizCommentTextBox {
    width: 100%;
    min-width: 400px;
    height: 75px;
}

.WizQuestion {
    font-family: Verdana !important;
    font-weight: 500;
    font-size: 14px;
}

.WizQuestionDiv {
    vertical-align: top;
}

.WizResponseDiv {
    padding-bottom: 10px !important;
}


.QuestionCommentLabel {
    font-family: Verdana;
    font-weight: 400;
    padding-bottom: 10px !important;
}

.ResponseReview {
    font-family: Verdana;
    font-weight: 700;
}

.QuestionRequired {
    font-family: Verdana;
    color: red;
    font-size: small;
    font-weight: 400;
}

.QuestionRequiredLabel {
    position: relative;
    top: 50px;
    font-family: Verdana;
    color: red;
    font-size: small;
    font-weight: 400;
}

.ResponseRequiredErrorRadioButton {
    position: relative;
    color: red;
    left: -10px;
    top: -38px;
    font-size: larger;
    font-weight: 500;
}

.ResponseRequiredError {
    position: relative;
    color: red;
    left: 5px;
    font-size: larger;
    font-weight: 500;
}

.ResponseListControl {
}

    .ResponseListControl input {
        width: 1.5em;
        height: 1.5em;
    }

    .ResponseListControl label {
        display: inline;
        font-family: Verdana !important;
        vertical-align: super;
        color: #000;
        padding-bottom: 1px;
        cursor: pointer;
        text-indent: 20px;
        white-space: nowrap;
    }


.ResponseCheckBoxLabel {
    white-space: nowrap;
}

.ResponseCheckbox input {
    width: 1.5em;
    height: 1.5em;
}

.ResponseCheckbox label {
    display: inline;
    font-family: Verdana !important;
    vertical-align: super;
    color: #000;
    padding-bottom: 1px;
    cursor: pointer;
    text-indent: 20px;
    white-space: nowrap;
}
