/*
 * Contact Us Survey Component CSS
 */

#customersurvey_issues_form {
    width: 100%;
}

#customersurvey_issues_form input[type="text"] {
    float: none;
}


#customersurvey_issues_form #feedback_contact .input_helper_text{
    float: right;
}
#customersurvey_issues_form #survey_list_container #feedback_contact,
#customersurvey_issues_form #survey_list_container #locationAcceptanceFacilityNationalPassportInformationCenter{
    display: none;
}

#customersurvey_issues_form #survey_list_container #feedback_contact ul, 
#customersurvey_issues_form #survey_list_container ul
#locationAcceptanceFacilityNationalPassportInformationCenter ul {
    list-style-type: none;
}
#customersurvey_issues_form p {
    margin: 0;
    padding: 0;
}

#customersurvey_issues_form span.required {
    color: #c00000;
}
#customersurvey_issues_form #survey_list {
    margin-bottom: 5px;
}
#customersurvey_issues_form label {
    color: #5E5E5E;
    font: 14px/1.5 Verdana,sans-serif;
}
#customersurvey_issues_form .short-text > input {
    width: 100%
}
#customersurvey_issues_form .long-text > input {
    width: 100%
}

#customersurvey_issues_form #txtOther {
    width: 100%;
    display: none;
}

#customersurvey_issues_form #search_description textarea,
#customersurvey_issues_form #issue_description textarea {
    height: 200px; 
    width: 100%;
}

#customersurvey_issues_form .long-text > input,
#customersurvey_issues_form .short-text > input,
#customersurvey_issues_form #issue_description textarea,
#customersurvey_issues_form #txtOther {
    color: #5E5E5E;
    font: 12px/1.5 Verdana,sans-serif;
}
#customersurvey_issues_form .long-text > label,
#customersurvey_issues_form #issue_description > textarea,
#customersurvey_issues_form .desc-wrapper > label,
#customersurvey_issues_form .short-text > label {
    display: inline;
    margin-bottom: 5px;
}
#customersurvey_issues_form #survey_btn{
    text-align: center;
    overflow: hidden;
    background: none;
    padding: 15px;
}
    
#customersurvey_issues_form #survey_btn #btnSubmit {
    font-family: 'robotocondensed-bold-webfont';
    font-size: 18px;
    font-weight: 100;
    padding: 8px 20px;
    border: 1px solid black;
    background: #003875;
    border-image: none;
    text-align: center;
    color: rgb(255, 255, 255);

}

#customersurvey_issues_form #survey_btn #btnReset {
    font-family: 'robotocondensed-bold-webfont';
    font-size: 18px;
    color:black;
    font-weight: 100;
    padding: 8px 20px;
    background: #DDDDDD;
    border: 1px solid black;
    border-image: none;
    text-align: center;
}

#customersurvey_issues_form #contactus_form_error_msg {
    position: relative;
    display: none;
}
#customersurvey_issues_form #contactus_form_error_msg.showErrorBanner {
    display: block;
    padding-top: 60px;
    height: auto;
}
#customersurvey_issues_form #contactus_form_error_msg.showErrorBanner #error_container p {
    margin-bottom: 0;
}
#customersurvey_issues_form #recaptcha_area
{
     width: 150px !important;
     height: 140px !important;
     transform:scale(0.77);
     -webkit-transform:scale(0.77);
     transform-origin:0 0;
     -webkit-transform-origin:0 0;
}
