.post-entry table.frontend_form a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}

.post-entry table.frontend_form a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}

.post-entry table.frontend_form a:active, .post-entry table.frontend_form a:hover {
    color: #bd5a35;
    text-decoration:underline;
}

.post-entry table.frontend_form {
    color:#666;
    font-size:12px;
    text-shadow: none;
    background:#eaebec;
    margin:20px 20px 20px 0;
    border:#ccc 1px solid;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;

    width: 100%;
}

.post-entry table.frontend_form th {
    padding:21px 25px 22px 25px;
    border-bottom:1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

.post-entry table.frontend_form th:first-child {
    text-align: left;
    padding-left:20px;
}

.post-entry table.frontend_form tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}

.post-entry table.frontend_form tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}

.post-entry table.frontend_form tr {
    text-align: left;
    padding-left:20px;
}

.post-entry table.frontend_form td:first-child {
    text-align: left;
    padding-left:20px;
    border-left: 0;
}

.post-entry table.frontend_form td {
    padding:18px;
    border-top: 1px solid #cccccc;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

.post-entry table.frontend_form tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

.post-entry table.frontend_form tr:last-child td { border-bottom:0; }

.post-entry table.frontend_form tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}

.post-entry table.frontend_form tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}

.post-entry table.frontend_form tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
}

.post-entry table.frontend_form .frontend_description {
    font-style: italic;
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
}

.post-entry table.frontend_form button > i.paypal {
    margin-left: 10px;
}

/* input text */
table.frontend_form input[type=text], table.frontend_form input.text_input {
    width: 150px;
    line-height: 18px;
    font-size: 12px;
    padding: 3px 5px;

    max-width: 100%;
}

table.frontend_form input[type=text].medium, table.frontend_form input.text_input.medium {
    width: 350px;
}

table.frontend_form input[type=text].large, table.frontend_form input.text_input.large {
    width: 600px;
}

/* wp_editor reset */
table.frontend_form .wp-editor-wrap button:hover {
    background-color: transparent;
}

table.frontend_form .wp-switch-editor {
    border-bottom: 0;
    border-radius: 0;
}

table.frontend_form .wp-switch-editor:hover {
    color: #777;
}

table.frontend_form .wp-editor-container {
    border: 1px solid #E5E5E5;
}

/* textarea */
table.frontend_form textarea.small {
    width: 200px;
    min-height: 60px;
}

table.frontend_form textarea.medium {
    width: 400px;
    min-height: 100px;
}

table.frontend_form textarea.large {
    width: 100%;
    min-height: 200px;
}

/* Date */
table.frontend_form .date_input .month, table.frontend_form .date_input .day, table.frontend_form .date_input .year {
    width: 50px;
    display: inline-block;
    text-align: center;
}

table.frontend_form .date_input .month label, table.frontend_form .date_input .day label, table.frontend_form .date_input .year label {
    display: block;
}

table.frontend_form .date_input input {
    display: block;
    width: 50px;
}

/* Price */
table.frontend_form .cents {
    width: 50px;
}

/* select */
table.frontend_form select {
    width: auto;
    line-height: 18px;
    font-size: 12px;
    padding: 3px 5px;
    float: none;
}

/* file */
table.frontend_form input[type="file"] {
    width: auto;
    padding: 1px 5px;
}

/* checkboxes & radio buttons */
.frontend_form .form_list {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    padding-left: 0;
}

.city_mpg_wrap {
    padding-right: 10px;
}

/* no_style table */
.post-entry table.no_style a {
    color: #F7D22D;
    font-weight:bold;
    text-decoration:none;
}

.post-entry table.no_style a:active, .post-entry table.no_style a:hover {
    color: #F7D22D;
    text-decoration:underline;
}

.post-entry table.no_style {
    color:#2d2d2d;
    font-size:12px;
    text-shadow: none;
    background:#eaebec;
    margin:20px 20px 20px 0;
    border:0;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    background: none;
}

.post-entry table.no_style th {
    /*padding:21px 25px 22px 25px;*/
    padding: 4px;
    border-bottom:0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);

    background: none;
    padding: 0;
}

.post-entry table.no_style th:first-child {
    text-align: left;
    padding-left:0;
}

.post-entry table.no_style tr:first-child th {
    font-size: 16px;
    padding-right: 30px;
}

.post-entry table.no_style tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}

.post-entry table.no_style tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}

.post-entry table.no_style tr {
    text-align: center;
    padding-left:0;
}

.post-entry table.no_style td:first-child {
    text-align: left;
    padding-left:0;
    border-left: 0;
}

.post-entry table.no_style td {
    padding:0 0 15px 0;
    border: 0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
    text-align: left;

    background: none;
}

.post-entry table.no_style tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);

    background: none;
    padding: 10px 0px;
}

.post-entry table.no_style tr:last-child td { border-bottom:0; }

.post-entry table.no_style tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}

.post-entry table.no_style tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}

.post-entry table.no_style tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  

    background: none;
}

#google-map {
    max-width: 600px;
    max-height: 400px;
    width: 600px;
    height: 400px;
    display: inline-block;
}

#slider-vertical {
    display: inline-block;
    margin-left: 15px;
}

/*****************************************/
span.required {
    color: #ff1d00;
    font-size: 12px;
    vertical-align: top;
    margin-left: 5px;
}

.field_description {
    line-height: 22px;
    font-style: italic;
    color: #A5A5A5;
}

#auto_frontend_form-box select {
    float: none;
}

.field_section {
    margin-bottom: 25px;
}

.post-entry table.no_style td input {
    width: 100%;
}

#auto_frontend_form .field_section .checkboxes {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

#auto_frontend_form .field_section .checkboxes label {
    width:100%;
}

#auto_frontend_form .wp-editor-container {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

#auto_frontend_form .single_field.wp_editor button:hover {
    background-color: transparent;
}

#auto_frontend_form .single_field input.small, #auto_frontend_form .single_field input.medium, #auto_frontend_form .single_field input.large {
    font-size: inherit;
}

#auto_frontend_form .single_field input.small {
    width: 25%;
    line-height: inherit;
}

#auto_frontend_form .single_field input.medium {
    width: 50%;
}

#auto_frontend_form .single_field input.large {
    width: 100%;
}

#auto_frontend_form h5.align_left {
    float: left;
    width: 20%;
}

#auto_frontend_form .single_field.align_right {
    float: right;
    width: 80%;
}

#auto_frontend_form .single_field.mpg input {
    width: 40%;
}

#auto_frontend_form .single_field.price {
    position: relative;
    float: none;
    right: initial;
    top: initial;
    margin: 0;
}

#auto_frontend_form .image_fields .original {
    display: block;
}

#auto_frontend_form .image_fields, #auto_frontend_form .image_fields input {
    display: inline-block;
}

#auto_frontend_form .image_fields .original input, #auto_frontend_form .image_fields {
    width: 100%;
    max-width: 600px;
}

#auto_frontend_form .image_fields .original input, #auto_frontend_form .image_fields input {
    width: 50%;
    max-width: 600px;
}

.sortable_img {
    padding: 0;
    margin-top: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sortable_img li {
    position: relative;
    float: left;
    width: 120px;
    height: 120px;
    overflow:hidden;
    border: 1px solid #C3C3C3;
    text-align: center;
    margin: 5px;
    background-color: #FFF;
    cursor: move;
}

.sortable_img li:first-of-type {
    margin-left: 0;
}

.sortable_img li .dz-remove {
    position: absolute;
    top: 0;
    cursor: pointer;
}

.sortable_img li.ui-sortable-placeholder {
    border: 1px dashed #CCC;
    background: none;
}

.dropzone_area {
    height: 150px;
    max-height: 150px;
    border: 1px solid #C3C3C3;
}

.dropzone_area .dz-message {
    margin-top: 40px;
}

.sortable_img.img_preview_container img {
    border: 0;
}

.saving_images {
    float: right;
    display: none;
    font-size: 22px;
    margin-top: 9px;
}

.opaque_listing {
    opacity: 0.6;
}