﻿div#admin_login_panel, div#user_login_panel, div#survey_login_panel
{
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

/*----------------------------------------- Survey Form ------------------------------------------ */

div#survey_research_question
{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

div#survey_form_question
{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
}

div#survey_form
{
    height: 440;
}

div#survey_form .survey_btn_finish
{
    margin-left: auto;
    margin-right: auto;
}

div#survey_form_welcome
{
    padding-top: 20px;
    text-align: center;
}

div#survey_form_welcome .survey_btn_start
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

div#survey_form_welcome .survey_lbl_welcome
{
}

div#survey_form_finish
{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 200px;
}

div#survey_form_error
{
    text-align: center;
    padding-top: 50px;
}

div#survey_form_navigation .survey_btn_left
{
    float: left;
}

div#survey_form_navigation .survey_btn_right
{
    float: right;
}

div#survey_form_help
{
    clear: both;
}

div#survey_form_help .survey_lbl_left
{
    float: left;
    padding-left: 190px;
}

div#survey_form_help .survey_lbl_right
{
    float: right;
    padding-right: 190px;
}

div#survey_form_progress
{
    margin-top: 50px;
}


/*----------------------------------------- Survey Wizard ------------------------------------------ */

div.survey_wizard_nav
{
}

div.survey_wizard_content
{
    margin-top: 20px;
}

div.survey_wizard_commands
{
    margin-top: 15px;
}

div.survey_wizard_commands .survey_btn_next
{
    float: right;
    width: 150px;
}

div.survey_wizard_commands .survey_btn_previous
{
    float: left;
    width: 150px;
}

table.survey_wizard_summary_table .summary_section_header
{
    font-weight: bold;
    width: 250px;
    height: 40px;
}

table.survey_wizard_summary_table .summary_detail
{
    padding-left: 15px;
    width: 250px;
}

div.summary_success
{
    padding-top: 100px;
    padding-bottom: 100px;
}

div#survey_results_report
{
    width: 100%;
    border-width: 1px;
    border-style: solid;
    background-color: White;
}

div#survey_results_report div#survey_results_report_inner
{
    width: 680px;
    margin-left: auto;
    margin-right: auto;
}

div#survey_results_report div#survey_results_empty_report
{
    text-align: center;
    padding-top: 15px;
}

.premium_labeled_input
{
    margin-top: 7px;
    clear: both;
}

.premium_labeled_input span
{
    float: left;
    width: 320px;
    margin-top: 7px;
}

.premium_labeled_input div
{
    float: left;
    padding: 5px 25px 5px 5px;
    margin-bottom: 4px;
}

.premium_labeled_input .button
{
    float: left;
    width:150px;
}


