
#property-alert-btn {
	cursor: pointer;
}

.property-btn-floated {
	position: fixed;
	bottom:25px;
	left:25px;
	background: black;
	color:white;
	font-size: 0.8em;
	padding:15px 18px;
	border:0;
	transition: transform 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out;
	transform:translateY(0);
	-webkit-transform:translateY(0);
}

.property-btn-floated.translate-bottom {
	transition: none;
	-webkit-transition: none;
	transform:translateY(400px);
	-webkit-transform:translateY(400px);
}

.lity-wrap {
    z-index: 9990;
}


#property-alert {
    max-width: 1050px;
    margin: 0 auto;
}

#property-alert > * {
    box-sizing: border-box;
}

#property-alert .font-small {
	font-size: 0.85em;
}

#property-alert-container > * {
	background: white;
}

#property-alert-container .select2-selection__choice__remove {
	font-size:0.8em;
}

#property-alert-container .left-col {
	margin-right: 4px;
	text-align: center;
	position: relative;
	padding:40px;
	color: white;
}

#property-alert-container .left-col p {
	font-weight: 300;
}

#property-alert-container .background-image {
}

#property-alert-container .color-overlay {
	background: rgba(0,0,0,0.8);
	background: linear-gradient(30deg, #263e64 20%, #6a81a6 100%);
	opacity: 0.8;
}

#property-alert-container .left-col h2,
#property-alert-container .left-col p {
	position: relative;
	text-align: center;
	line-height: 1.4;
}

#property-alert-container .left-col h2 {
	font-size:1.6em;
	padding: 0 0 20px;
}

#property-alert-container .left-col p {
	font-size: 1.4em;
}

#property-alert-container .right-col {
	padding:40px 60px;
}

/* COLUMN FORMATTING */

#property-alert-container .absolute {
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right: 0;
}

#property-alert-container.flex,
#property-alert-container .flex {
	display:flex;
}

#property-alert-container.row,
#property-alert-container .row {
	width: 100%;
}

#property-alert-container .col {
	flex-direction:column;
	width: 100%;
}

#property-alert-container .col-2 {
	width: 50%;
	flex-basis:50%;
}

#property-alert-container .col-3 {
	width: 33.33%;
	flex-basis: 33.33%;
}

#property-alert-container .col-2of3 {
	width: 66.66%;
	flex-basis: 66.66%;
}

@media (max-width:600px) {

	#property-alert-container .col-md-1 {
		width: 100%;
		flex-basis: 100%;
	}

}



#property-alert-container .center {
	align-items: center;
	justify-content: center;
}

#property-alert-container .pad-bot {
	padding-bottom: 0.5em;
}

@media (max-width: 415px) {
    #property-alert-container .right-col {
        padding: 40px 20px 65px;
    }
}

@media (max-width: 900px) {
	#property-alert-container .right-col {
	    padding: 40px 20px;
	}
}

@media (max-width:767px) {
	#property-alert-container .left-col {
		display: none;
	}
}

@media (max-width: 767px) {
	#property-alert-container .col-md-1 {
		width: 100%;
		flex-basis: 100%;
	}
}


/* FORM */

.property-alert-form-wrapper {
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;

    font-size: 1.1em;
	height: 100vh;
}

@media (min-width: 768px) {
	.property-alert-form-wrapper {
    	height: 85vh;
	}
}

#property-alert-form  fieldset {
	padding: 0.6rem 0 2rem;
}

#property-alert-form  fieldset .col {
	padding: 3px;
	box-sizing: border-box;
}

#property-alert-form .row {
	flex-flow:row wrap;
	justify-content: left;
}

#property-alert-form legend {
	font-weight: 600;
	width: 100%;
    padding-bottom: 2px;
    line-height: 1.2;
}

#property-alert-form select,
#property-alert-form input {
	font-size: 0.9em;
    line-height: 46px;
    height: 50px;
    width: 100%;
    transition: border-color 0.2s ease-out;
    -webkit-transition: border-color 0.2s ease-out;
}
#property-alert-form input[type=submit]{
	max-width:300px;
}

#property-alert-form select:active,
#property-alert-form select:focus,
#property-alert-form input:active,
#property-alert-form input:focus {
	border-color:black;
}

#property-alert-form select,
#property-alert-form input:not(.select2-search__field) {
	margin-bottom: 0;
    padding: 0 12px;
    box-sizing: border-box;
}

#property-alert-form input[type=radio],
#property-alert-form input[type=checkbox] {
	display: inline-block;
    max-width: 20px;
    line-height: 0;
    padding: 0;
    height: auto;
    margin: 0;
}

#property-alert-form input#suburbSearch {
	margin-bottom:0;
}

#property-alert-form .submit-container{
	text-align:center;
}

#property-alert-form .select2-container-multi,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple,
#property-alert-form select,
#property-alert-form input:not(.select2-search__field):not(.select2-input) {
	border:2px solid lightgray;
	border-radius: 0;
}

#property-alert-form select.err,
#property-alert-form input.err {
	border-color: #f24040 !important;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {

}

.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: black;
}

#property-alert-form input[type=submit] {
	min-height: 54px;
	line-height: 50px;
	width: 100%;
	cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media (max-width: 500px) {
	#property-alert-form input[type=submit] {
		margin-bottom:2rem;
	}
}

#property-alert-form input[type=submit]:hover {
	border-color: white;
}

.lity-property-alert .lity-close {
	color: black;
	text-shadow: none;
	right: 0px;
    top: 0px;
}

#property-alert .hidden,
.lity-property-alert .hidden {
	visibility: hidden;
	pointer-events: none;
}

/*Hidden field still takes up space and pushes content unless is display:none;'d*/
#property-alert .hidden{
	/*Hiding this area without any other formatting mis-aligns the recaptcha */
	/*display:none;*/
}

.lity-property-alert .select2-container-multi .select2-choices {
	border:0;
}

.lity-property-alert .submit-container {
	margin-top:10px;
}

@media (min-width: 768px) {
	.lity-property-alert .lity-close {
		color: white;
	}
}




/* ERROR + SUCCESS */

.property-alert-form-wrapper .form-success,
.property-alert-form-wrapper .form-error {
	margin-top: 10px;
    display: block;
    padding: 15px 20px;
    border-radius: 0;
    border:0;
    font-weight: 600;
    line-height: 1.4;
    height: auto;
}


/* RECAPTCHA HACKY STYLE */

/*#property-alert-form .g-recaptcha {
	transform-origin: left center;
	-webkit-transform-origin: left center;
	transform: scale(0.75);
	-webkit-transform: scale(0.75);
}
*/


	
@media (max-width:750px) {

	#property-alert-form .g-recaptcha {
		padding-top:20px;
/*	    transform: scale(1);
	    -webkit-transform: scale(1);*/
	}
	#property-alert-form .g-recaptcha > div {
		margin: 0 auto;
	}
}


@media (min-width:750px) {

	.flex-end {
		display: flex;
		align-items:flex-end;
	}

}


/* SELECT2 */

#property-alert-form .suburb-container {
	position: relative;
}

#property-alert-form .select2-container {
    display: none;
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
}

#property-alert-form .select2-search--inline,
#property-alert-form .select2-container {
	width: 100% !important;
}

#property-alert-form .select2-search--inline {
	padding:0 4px;
}

#property-alert-form .select2-search__field {
	height: 36px;
	padding-left:3px;
	width: 100% !important;
}

#property-alert-form small {
	font-size:0.8em;
}

.lity-property-alert ~ .select2-container {
    z-index: 9991;
}

.lity-property-alert ~ .select2-container .select2-dropdown { /* v 406 */
	border: 2px solid #c6c6c6;
	border-top:0;
	box-shadow: rgba(0,0,0,0.2) 5px 10px 40px, rgba(0,0,0,0.1) 2px 5px 10px;
}

.lity-property-alert ~ .s2_suburb_search { /* v 345 */
    border: 2px solid #c6c6c6;
    border-top: 0;
    box-shadow: rgba(0,0,0,0.2) 5px 10px 40px, rgba(0,0,0,0.1) 2px 5px 10px;
    margin-top: 0;
	}

.lity-property-alert ~ .s2_suburb_search .select2-results, /* v 345 */
.lity-property-alert ~ .select2-container--default .select2-results>.select2-results__options { /* v 406 */
	max-height: 400px;
	text-align: left;
    overflow-x: hidden;
}

#property-alert-form .select2-choices,
#property-alert-form .select2-selection__rendered {
    display: flex;
    flex-flow: row wrap;
    /*Causes padding inconsistency bug*/
    /*padding: 0 5px 5px;*/
    padding: 0;
}

#property-alert-form .select2-choices .select2-search-choice,
#property-alert-form .select2-selection__rendered .select2-selection__choice {
	order:2;
}

#property-alert-form .select2-choices .select2-search-field {
	width: 100%;
}

#property-alert-form .select2-choices .select2-search-field,
#property-alert-form .select2-selection__rendered .select2-search.select2-search--inline {
	order:1;
}

#property-alert-form .select2-container--default .select2-selection--multiple {
}

#property-alert-form .select2-choices .select2-search-choice, #property-alert-form .select2-selection__rendered .select2-selection__choice, /* v345 */
#property-alert-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}

#property-alert-form .select2-choices .select2-search-choice, #property-alert-form .select2-selection__rendered .select2-selection__choice,
#property-alert-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: white;
    font-size: 0.85em;
    padding: 3px 10px;
    border-radius: 4px;
    margin-top:5px;
    border: 0;
    background: black;
    width: auto;
    line-height: 1.2;
}

/* v345 */
#property-alert  .select2-container-multi .select2-search-choice-close {
	left: 6px;
	filter: brightness(2);
	-webkit-filter: brightness(2);
}
#property-alert .select2-choices .select2-search-choice > div {
	padding-left: 12px;
}

.lity-property-alert ~ .s2_suburb_search .select2-results li .select2-result-label:before, /* v 345 */
.lity-property-alert ~ .select2-container li:before { /* v 406 */
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f041";
    padding-right: 8px;
    color:lightgrey;
}

#property-alert-form .select2-container--default .select2-selection--multiple .select2-selection__choice:before,
#property-alert-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
    color: white;
}

.lity-property-alert ~ .s2_suburb_search ul.select2-results:before, /* v 345 */
.lity-property-alert ~ .select2-container ul#select2-regions_suburbs-results:before {
	content: 'Location suggestions';
	display: block;
	position: relative;
	width: 100%;
	height: 35px;
	top: 0;
	padding: 6px 10px 10px;
	background: #efefef;
	box-sizing:border-box;
	font-size: 0.9em;
	color: gray;
    line-height: 1.6;
}

/* SELECT 2 --- Change list positioning */
/*
.lity-opened ~ .select2-container--default .select2-results>.select2-results__options {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
}

.lity-opened ~ .select2-container--default .select2-results__option {
	flex: 0 0 100%;
	order:2;
	margin: 10px 0 0;
    padding: 10px 15px;
}

.lity-opened ~ .select2-container--default .select2-results__option[aria-selected=true] {
	flex: auto;
    flex-shrink: 1;
    flex-grow: 0;
    order:1;
    margin: 10px 0 5px 10px;
    border-radius: 5px;
    padding: 3px 15px;
}
*/


/* LABEL RADIO + CHECKBOXES */

#property-alert-form input.labelauty:checked + label {
	background-color: #2ca746;
    color: #ffffff;
}

#property-alert-form input.labelauty:checked:not([disabled]) + label:hover {
	background-color: #2ca746;
    color: #ffffff;
}

#property-alert-form input.labelauty + label {
    font-size: 0.9em;
    padding: 0 12px;
    margin: 0 5px 5px 0;
    line-height: 28px;
    height: 40px;
    border-radius: 0;
}

#property-alert-form label[for=selling_home-true] {
    position: relative;
    display: block;
    margin-top: 5px;
    padding-left: 30px;
    line-height: 1.4;
}

#property-alert-form label[for=selling_home-true] input {
	height: 20px;
	margin-top: 5px;
	position: absolute;
	left: 0;
	top: 0;
}


/* DROPDOWN SELECT CONTAINER */

#property-alert-form .select-container {
	position: relative;
}

#property-alert-form .select-container select {
	position: relative;
	padding-right: 26px;
	background: none;
	background: transparent;
    text-indent: 0.01px;
    text-overflow:'';
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
#property-alert-form .select-container select option:checked {
	color: #525252;
}

#property-alert-form .select-container:before {
	content:"\f078";
	position: absolute;
    top: calc(50%);
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    right: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* SCROLL BAR */


.lity-property-alert ~ .s2_suburb_search .select2-results::-webkit-scrollbar-track, /* v 345 */
.lity-property-alert ~ .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track, /* v 406 */
#property-alert-form::-webkit-scrollbar-track
{
	background-color: #e4e4e4;
}


.lity-property-alert ~ .s2_suburb_search .select2-results::-webkit-scrollbar, /* v 345 */
.lity-property-alert ~ .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar,
#property-alert-form::-webkit-scrollbar
{
	width: 10px;
	background-color: #e4e4e4;
}

.lity-property-alert ~ .s2_suburb_search .select2-results::-webkit-scrollbar-thumb, /* v 345 */
.lity-property-alert ~ .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb,
#property-alert-form::-webkit-scrollbar-thumb
{
	background-color: #555;
}