/* SUBMIT PROPERTY FORM */
.propertyhive-submit-property-form {  }
.propertyhive-submit-property-form .step { margin-bottom:30px; }
.propertyhive-submit-property-form .step h3 { margin-bottom:20px; }
.propertyhive-submit-property-form .control { margin-bottom:8px; }
.propertyhive-submit-property-form .control:before,
.propertyhive-submit-property-form .control:after { content: ""; display: table;}
.propertyhive-submit-property-form .control:after { clear: both;  }
.propertyhive-submit-property-form .control > label { margin-right:10px; padding-top:4px; }
.propertyhive-submit-property-form .control > label:first-child { float:left; width:180px; }
.propertyhive-submit-property-form .control input[type='text'] { padding:3px; width:260px; }
.propertyhive-submit-property-form .control.control-address_postcode input[type='text'] { width:100px; }
.propertyhive-submit-property-form .control select { padding:3px; }

.propertyhive-submit-property-form .file-upload:before,
.propertyhive-submit-property-form .file-upload:after { content: ""; display: table;}
.propertyhive-submit-property-form .file-upload:after { clear: both; }
.propertyhive-submit-property-form .file-upload label { float:left; width:180px; padding-top:4px; }

/* SUBMITTED PROPERTIES LIST */
.propertyhive-submitted-properties {  }
.propertyhive-submitted-properties ul { list-style-type:none; margin:0; padding:0; }
.propertyhive-submitted-properties li.submitted-property { margin:0; padding:25px 0; border-bottom:1px solid #CCC; }
.propertyhive-submitted-properties li.submitted-property:before,
.propertyhive-submitted-properties li.submitted-property:after { content: ""; display: table;}
.propertyhive-submitted-properties li.submitted-property:after { clear: both;  }
.propertyhive-submitted-properties li.submitted-property .image { float:left; width:15%; }
.propertyhive-submitted-properties li.submitted-property .details { float:right; width:80%; }
.propertyhive-submitted-properties li.submitted-property .details .actions { padding-top:10px; }