/* Survey Result */
.qf_sr_content {
    margin: 0 auto;
}

.sr_button {
    text-align: center;
}

.sr_submission_result {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

/* End Survey Result*/

/* Payment Info */
.pi_content {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

    .pi_content > div, .pi_after_payment>div {
        margin: 5px;
    }

    .pi_content .SubTitle {
        font-weight: 600;
        margin-right: 3px;
    }

.pi_price_style{
    color:red;
}
/* End Payment Info */
.fancybox-lock {
    width: 100% !important;
}

.qf_phone_valid{
    color:red;
}

.ds_button {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    background-color: #2059a6;
    border: none;
    margin: 5px;
    color: white !important;
    border-radius: 3px;
    padding: 6px 10px;
    font-size: 13px !important;
    font-weight: normal;
    display: inline-block;
    text-align: center;
}

.ds_primary {
    background-color: #2059a6;
}

.ds_secondary {
    background-color: #545b62;
}

.qf_required_marker{
    color:red;
    font-size:14px;
}
/* for test */
/*.qf_captcha_div.qf_captcha_div445 {
    background-color: lightblue;
    width: 100px;
    height: 100px;
}*/
/* 有些网站新增的元素把透明度变成了0*/
.formError {
    opacity: 1 !important;
}

.qf_text{
    font-weight:normal;
}

.qf_agree {
    margin: 0 5px 0 10px !important;
}

.qf_uploadfile {
    background: url(/images/icon-validate-fail.png) no-repeat 5px;
    background-size: 16px 16px;
    cursor: pointer;
    padding: 5px 0px 5px 23px;
}

/* Easy Tooltip */
#easyTooltip {
    width: 200px;
    padding: 5px 8px;
    background-color: #EDF8FF;
    border: 1px solid #46A3D3;
    border-radius: 3px;
    font-size: 13px;
    z-index: 10001;
    color: #085B8F;
}

img.qf_helptext {
    margin-left: 2px;
}

.qf_form .qf_paragraph p {
    font-size: 14px;
    font-weight: normal;
    margin: 5px;
}

#droppable svg:hover {
    font-size: 20px !important;
}

#droppable svg:hover {
    color: #3498db;
}

.qf_captcha > div {
    margin: 0 auto;
}

.qf_submitresult {
    min-width: 300px;
    max-width: 765px;
    padding: 5px;
    position: relative;
}

.qf_form {
    font-family: Arial,Lucida Sans, Helvetica, Sans-Serif;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}

    .qf_form .qf_row {
        display: flex;
        position:relative;
    }

    .qf_form .qf_field {
        overflow: hidden;
        padding: 5px;
        width:100%;
    }

    /* Theme Color */
    .qf_form .qf_form legend {
        color: #1FBAEC;
    }

    .qf_form .qf_form .prev,
    .qf_form .qf_form .next {
        background: #1FBAEC;
    }

    .qf_form .qf_form .steps li.current {
        background: url(images/steps_arrow.gif) 100% 50% no-repeat #1FBAEC;
    }
    /* End Theme Color*/


    .qf_form .redbar input[type=text], .qf_form .redbar textarea {
        border-left: 5px solid red;
    }

    /* control style*/
    .qf_form .qf_form_Field {
        font-size: 14px;
    }

    .qf_form .qf_radiobuttonlist, .qf_form .qf_checkboxlist {
        margin-top: 8px;
    }

        .qf_form .qf_checkboxlist label, .qf_form .qf_radiobuttonlist label {
            font-weight: 500;
            position: relative;
            margin-bottom: 1px;
        }

        .qf_form .qf_checkboxlist label {
            /*top: -2px;*/
        }

        .qf_form .qf_radiobuttonlist label {
            top: -1px;
        }

        .qf_form .qf_checkboxlist input, .qf_form .qf_radiobuttonlist input {
            margin: 3px;
        }

    /* label control*/
    .qf_form .field_title {
        text-align: right;
        padding-left: 5px;
        padding-right: 5px;
        width: 180px;
    }

        .qf_form .field_title label {
            font-weight: bold !important;
            font-size: 14px;
            padding-top: 7px;
            display: inline-block;
        }

.field_div.qf_header, .field_div.qf_paragraph {
    text-align: left !important;
    width: 100% !important;
}

    .field_div.qf_header label {
        font-size: 20px;
        margin-left: 5px;
    }



.qf_submit_div {
    text-align: center;
    margin: 20px 0;
    height: 40px;
}

.qf_form .qf_checkbox {
    margin: 12px 5px !important;
    width: auto !important;
}

/* textbox & dropdownlist & captcha control*/
.qf_form .qf_textbox,
.qf_form .qf_textarea,
.qf_form .qf_dropdownlist,
.qf_form .qf_datepicker,
.qf_form .qf_listbox,
.qf_form .qf_phone{
    padding: 5px 8px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    margin: 0px;
    box-sizing: border-box;
}

    .qf_form .qf_textbox:focus,
    .qf_form .qf_textarea:focus,
    .qf_form .qf_dropdownlist:focus,
    .qf_form .qf_datepicker:focus,
    .qf_form .qf_listbox:focus,
    .qf_form .qf_phone:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
    }

/* submit control */
.qf_form .qf_submit {
    /*border: 1px solid #999999;*/
    border: 1px solid #d1d1d1;
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 0 -5px 6px rgba(0, 0, 0, 0.1) inset;*/
    color: #555555;
    cursor: pointer;
    padding: 7px 14px;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    /*background-color: white;*/
    text-decoration: none;
}

    .qf_form .qf_submit:hover {
        opacity:0.8;
    }

/* end control style*/


.qf_form .requiredmarker {
    color: red;
    font-size: 18px;
}

.qf_form .qf_submit {
    margin: 8px 5px;
    font-weight:normal;
}

.qf_form table {
    overflow: hidden;
}

/*--------- Responsive Form----------*/
.qf_form .field_title {
    width: 180px;
}

.qf_form .field_row {
    overflow: hidden;
    padding: 5px 0;
}

.qf_form .field_div {
    float: left;
}

.qf_form .form_button {
    text-align: center;
}

/*--------- CSS Reset for Tablet
@media only screen and (min-width: 768px) and (max-width: 959px) { ----------*/


/*--------- CSS Reset for Mobile ----------*/
@media only screen and (max-width: 767px) {
    .qf_form .fieldcontent {
        padding: 0;
    }

    .qf_form .field_title {
        text-align: left !important;
        padding-left: 5px;
    }

        .qf_form .field_title label {
            padding-bottom: 3px;
        }

    .qf_form .qf_textbox, .qf_form .qf_textarea {
        width: 100% !important;
    }

    .qf_form .field_title {
        width: 100%;
    }

    .qf_form .field_div {
        float: none;
        padding: 0 5px;
        width: 100% !important;
        box-sizing:border-box;
    }

    .qf_form select {
        width: 100%;
    }

    .qf_form .ui-datepicker-trigger {
        display: none;
    }

    .qf_form .qf_row {
        display: block;
    }

    .qffc_item{
        width:100%!important;
    }

    .ds_condition .form-control, .ds_condition .btn-search {
        margin: 5px 3px!important;
    }

    .ds_gallery .qffc_item{
        margin-bottom:15px!important;
    }
}


/*end responsive*/

