﻿/* Base Form Styles do not change only override */



.form tr.pager .page_text
{
    float: right;
    padding-top: 5px;
}

.form tr.pager .buttons
{
    float: left;
}

.form
{
    clear: both;
}

.form_instruction
{
    margin-bottom: 10px;
    clear: both;
}

.form legend
{
    font-size: 12pt;
    font-weight: bold;
}

.hide_me
{
    display: none !important;
}

.form_table > tbody > tr > td,
.form_table > tbody > tr > th,
.form_table > tfoot > tr > td,
.form_table > tfoot > tr > th,
.form_table > thead > tr > td,
.form_table > thead > tr > th
{
    padding: 8px 10px 8px 10px;
    vertical-align: top;
}



.form_table tr.altrow
{
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #f5f5f5;
}

.form_table tr.form_field_password > td,
.form_table tr.form_field_password > th
{
    border-top: solid 1px #777;
}

.form_table tr.single_row > td
{
    border-left: none;
    width:100%;

}

.form_table tr.single_row > th
{
    border-right: none;
}

.form_table tr.double_row.row_num_1
{
    border-bottom: none;
}

.form_table tr.altrow.double_row.row_num_1.instruction
{
    border-bottom: solid 1px #ccc;
}


.form_table tr.double_row.row_num_1 > th
{
    padding-bottom: 5px;
}


.form_table tr.double_row.row_num_1.instruction > th,
.form_table tr.double_row.row_num_1.heading > th
{
    padding: 8px 10px;
}



.form_table tr.double_row.row_num_2
{
    border-top: none;
}

.form_table tr.double_row.row_num_2 > td
{
    padding-top: 0px;
}


.form_table > tbody > tr > th
{
    min-width: 160px;
    max-width: 25%;
}

.form_table > tbody > tr.double_row > th
{
    width: auto;
}


.form .singleline, .form .email, .form .url, .form .dropdown
{
    width: 100%;
}





input.time
{
    width: 90px;
}


input.date, input.numeric, input.zip, input.currency
{
    width: 116px;
}

input.date-time
{
    width: 180px;
}

.cal-icon
{
    vertical-align: text-bottom;
    padding-left: 3px;
}

.form .fillintheblank
{
    width: 150px;
}


.form .list
{
    width: auto !important;
}

.form .list label
{
    font-weight: normal;
}

.form .productlist
{
    border: solid 1px #ccc;
}



.form .height_inches, .form .height_feet
{
    width: 20px;
}

.form .multiline
{
    height: 110px;
    width: 100%;
}

.form .form_table
{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
}

.form tr.instruction label
{
    display: block;
    font-weight: normal;
}

.form .instructions
{
    font-weight: normal;
    font-style: italic;
    clear: both;
}

.form tr.heading
{
    color: #222;
    background-color: #D6D6D5;
    font-weight: bold;
}

.form tr.heading h2
{
    padding: 0;
    margin: 0;
}

.form .file_title
{
    width: 300px;
}

.form .upload_title
{
    padding-top: 5px;
}


.address label, .address td[data-title]:before
{
    font-weight: normal !important;
}

.address .country-dropdown-view
{
    display: inline-block;
    margin-right: 25px;
}


.address .country,
#editor select.country
{
    min-width: 238px;
}


.address .address_one, .address .address_two
{
    width: 286px;
}

.address .city
{
    width: 132px;
}

.address .state
{
    min-width: 160px;
}





.rating_label
{
    font-size: 9pt;
    display: block;
}

.submit_form
{
    margin-top: 10px;
    text-align: center;
}



.form .field_image
{
    max-width: 530px;
    max-height: 530px;
}

.form .field_image_thumbnail
{
    max-width: 300px;
    max-height: 300px;
}

.form .fileupload
{
    position: relative;
}

.form .fileupload .sort_order input
{
    width: 45px;
}

.form .fileupload .sort_order
{
    text-align: center;
}


.form .fileupload .description
{
    width: 70%;
}

.form .fileupload .description input
{
    width: 100%;
}








.form_field
{
    display: block;
    float: left;
    padding: 0px 10px 10px;
}

.form_field .form_label
{
    display: block;
    float: left;
    padding-right: 10px;
}

.form_field .form_label.new_line
{
    padding-bottom: 5px;
    padding-right: 0px;
}

.form_field .form_input
{
    float: left;
}


.form_field_password .tooltip_link
{
    text-decoration: none !important;
    font-weight: bold;
}

.form .parent_label
{
    display: inline-block;
    width: 95px;
    margin-right: 5px;
}

.form .child_label
{
    float: left;
    margin-right: 16px;
}

.form .sub_required
{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    font-style: italic;
}

.form .option_list
{
    float: left;
}

ul.image_set
{
    list-style-type: none;
    margin-left: 0;
    margin-right: 3px;
}

ul.image_set a
{
    border: none 0;
}

ul.image_set li
{
    display: inline-block;
    border: none 0;
    margin-right: 5px;
}

td.field_display ul.image_set li
{
    display: none;
}

td.field_display ul.image_set li.image_0
{
    display: inline-block;
}

td.field_display ul.image_set li.image_0
{
    display: inline-block;
}

.jump_bottom
{
    display: none;
}

.form_table > tbody > tr > th > label
{
    
}


.form_table .list td
{
    padding-right: 60px;
}


.form_table .list td:last-child
{
    padding-right: 0px;
}


.side-column .filter .filter_item
{
    float: none;
    width: auto;
    margin: 0px;
    margin-bottom: 10px;
}


.side-column input, .side-column select, .side-column textarea
{
    width: 100% !important;
    display: block;
    margin: 0px !important;
    float: none !important;
    min-height: 0px;
}

.side-column .form_table > tbody > tr > td,
.side-column .form_table > tbody > tr > th
{
    padding: 4px 5px;
}

.side-column.form_table tr.altrow > th
{
    border-right: none;
}

.side-column .form_table tr.altrow > td
{
    border-left: none;
}

.side-column .form_table,
.side-column .form_table > tbody,
.side-column .form_table > tbody > tr,
.side-column .form_table > tbody > tr > th,
.side-column .form_table > tbody > tr > td
{
    display: block;
    width: auto !important;
    clear: left;
}

.side-column .form tbody td,
.side-column .form tbody th
{
    width: auto !important;
}

.side-column .form_table > tbody > tr > th > label
{
    display: block;
    clear: left;
    float: none;
}

.side-column tr.heading label, .side-column tr.instruction label
{
    float: none;
}

.side-column .address .city-heading-row
{
    display: none;
}

.side-column .address table,
.side-column .address tbody,
.side-column .address th,
.side-column .address td
{
    display: block;
    width: auto !important;
    clear: both;
    padding: 4px 0px;
}


.side-column td[data-title]:before
{
    content: attr(data-title);
}


@media only screen and (max-width: 768px)
{




    .filter .filter_item
    {
        float: none;
        width: auto;
        margin: 0px;
        margin-bottom: 10px;
    }

    input[type="text"], input[type="password"], select, textarea
    {
        width: 100% !important;
        margin: 0px !important;
        float: none !important;
        min-height: 0px;
    }

    .form_table > tbody > tr > td,
    .form_table > tbody > tr > th
    {
        padding: 4px 5px;
    }

    .form_table tr.altrow > th
    {
        border-right: none;
    }

    .form_table tr.altrow > td
    {
        border-left: none;
    }


    .form .option_list
    {
        float: none;
    }

    .form_table,
    .form_table > tbody,
    .form_table > tbody > tr,
    .form_table > tbody > tr > th,
    .form_table > tbody > tr > td
    {
        display: block;
        width: auto !important;
        clear: left;
        max-width:none;
        min-width:0;
    }

    .form_table > tbody > tr > th > label
    {
        clear: left;
        float: none;
    }

    tr.heading label, tr.instruction label
    {
        float: none;
    }
}

@media only screen and (max-width: 480px)
{
    .address .city-heading-row
    {
        display: none;
    }
}
