﻿.searchSection {
	position: relative;
	background: url("../images/search_bg_pattern.png");
}	

.searchSection-top{
	background: #fcfeff;
	background: -moz-linear-gradient(bottom, #fcfeff 0%, #ecfafb 26%, #d8f6fb 50%, rgb(195,241,249) 75%, rgb(179,237,248) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(179,237,248,0.75)),color-stop(25%, rgba(195,241,249,0.75)),color-stop(50%, rgba(216,246,251,0.50)), color-stop(75%, rgba(236,250,251,0.25)), color-stop(100%, rgba(252,254,255,0.0)));
	/*background: -webkit-linear-gradient(bottom, #fcfeff 0%, #ecfafb 26%, #d8f6fb 50%, rgb(195,241,249,0.5) 75%, rgb(179,237,248,0.5) 100%);*/
	/*background: -o-linear-gradient(bottom, #fcfeff 0%, #ecfafb 26%, #d8f6fb 50%, rgb(195,241,249) 75%, rgb(179,237,248) 100%);*/
	background: -ms-linear-gradient(bottom, #fcfeff 0%, #ecfafb 26%, #d8f6fb 50%, rgb(195,241,249) 75%, rgb(179,237,248) 100%);
	/*background: linear-gradient(to bottom,#fcfeff 0%, #ecfafb 26%, #d8f6fb 50%, rgb(195,241,249,0.5) 75%, rgb(179,237,248,0.5) 100%);*/
	position:absolute;
	width:100%;
	top:0;
	height: 140px;
	font-family: Vibur, Arial, Helvetica;
	text-align: center;
}	



.searchSection-outer{
	padding-top:140px;	
	height: 100%;
	position: relative;
	background: url("../images/nubes.png") center bottom repeat-x;
    margin-bottom: -1px;
}

h2.searchSection-slogan {
    font-family: Vibur, Arial, Helvetica;
    font-weight: bold;
	margin-top:55px;
	font-size: 40px;	
	padding-top:0px;
}

/* start searchForm styles*/
.searchFormContainer {
	position:relative;
	margin:60px auto 0 auto;
	width: 1080px;
	/*padding-left:13px;*/
	
	height: 484px;
	z-index:1;
	line-height: 1.0;
	
}

.searchForm {
	float:left;
	width: 650px;
	height: 100%;
	background-color: #aaca02;
}

.searchFormNursery {
    background-color: #f9f9b7;
}

/*.searchForm-outer-districts {
	float:right;
	width: 430px;
	position: relative;
	height: 100%;
}*/
.searchForm-outer-districts {
	width: 430px;
	height: 100%;
	left: 650px;
	position: absolute;
	top:0px;
}

.searchForm-districts {
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #d0e270;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
}

.searchFormNursery .searchForm-districts {
    background-color: #f9f9b7;
}

.searchForm-nodistricts {
	margin-top: 30px;
	margin-bottom: 30px;
	/*background-color: #d0e270;*/
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	color: white;
	background: -webkit-linear-gradient(left,#d0e270 30%,#CFE462 35%, transparent);
	vertical-align: middle;
}

.districts-chooseDistrict {
	margin-top: 16px;
	margin-left: 30px;
	font-size: 16px;
	color: #062d44;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	
}

.districts-noDistrict {
	margin-top: 30%;
	margin-left: 30px;
	font-size: 20px;
	color: #626364;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	line-height: 130%;
	text-align: center;

}

.districts-list {
	list-style: none;
	margin-top: 30px;
	padding-left: 30px;
}

.districts-list li{
	margin-bottom: 16px;
	padding-left: 0px;
	display: inline;
	float: left;
	width: 50%;
}

.districts-list li label {
    margin-bottom: 0px;
}

.districts-list li input[type="checkbox"] {
    margin: 1px 0 0;
}

.districts-list-form li {
	display: inline;
	float: left;
	width: 25%;
}

.districts-list-form li input[type="checkbox"] {
	margin: 1px 0 0;
}

.searchForm-row {
	margin: 30px 25px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.searchForm-row-city, .searchForm-row-tipocentro  {
	float: left;
	width: 40%;
}

.searchForm-row-bilingue-nursery {
    float:right;
    width:55%;
}


.searchForm-row-locality {
	float: right;
	width: 55%;
}

.searchForm-blockLabel {
	display: block;
	font-size: 16px;
	color: #062d44;
	margin-bottom: 8px;	
}

.searchForm-longInput {
	width: 100%;
    max-width: 100%;
	height: 45px;
	padding: 5px;
	font-size: 16px;
	color: #000000;
	border: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
	
}

.searchForm-dropDown {
	height: 45px;
	padding: 5px;
	border: 0;
}

.searchForm-dropDownLong {
	width: 100%;
	
}

.searchForm-submitRow {
	margin-top:30px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

.label-checkbox {
    padding-top: 5px;
    display: block;
}

.choices-inline {
    float:left;
    margin-left:62px;
}

.btnSubmitSearchForm {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0;
	text-align: center;
	float: right;
	padding: 24px;
	background-color: #062d44;
	margin-right: 30px;
	position:relative;
    margin-bottom: 15px;
	max-width: none;
}

.fakeCheckboxWrap {
	height: 25px;
	width: 25px;
	background: url("../images/checkbox-noselected.png") 0 0 no-repeat;
}

.fakeCheckboxWrap-checked {
	height: 25px;
	width: 25px;
	background: url("../images/checkbox-selected.png") 0 0 no-repeat;
}

.fakeCheckboxWrap-district {
	height: 12px;
	width: 12px;
	background: url("../images/checkbox-small-noselected.png") 0 0 no-repeat;
}

.fakeCheckboxWrap-district-checked {
	height: 12px;
	width: 12px;
	background: url("../images/checkbox-small-selected.png") 0 0 no-repeat;
}



.searchForm-checkbox {
	width: 23px;
    height: 23px;
    background: url("../images/checkbox-noselected.png");
} 

.checkbox-noselected {
    background: url("../images/checkbox-noselected.png");
    width:23px;
    height:23px;
    display:inline-block;
}

.checkbox-district-noselected {
    background: url("../images/checkbox-district-small-noselected.png");
    width:15px;
    height:15px;
    display:inline-block;
}

.checkbox-selected {
    background: url("../images/checkbox-selected.png");
    width:23px;
    height:23px;
    display:inline-block;
}

.searchForm-checkbox-label-container {
	display: inline-block;
	margin-left: 8px;
	height: 25px;
	overflow: hidden;
}


.searchSection-slogan {
	margin-top:55px;
	font-size: 40px;	
	padding-top:0px;
}

@media (max-width: 768px) {
    .searchForm {
        width: 100%;
        float: none;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .searchForm-row, searchForm-outer-districts {
        margin-top: 10px;
    }

    .searchForm-submitRow {
        margin-top: 10px;
    }

    .searchFormContainer {
        width: 100%;
    }

    .districts-list-form {
       padding-left: 0px;
    }

    #districts {
        margin-right: 0px;
    }

    .searchFormContainer {
        height: auto;
    }

    h2.searchSection-slogan {
        margin-top: 10px;
    }

    .searchSection-outer {
        padding-top: 90px;
    }
}

@media (min-width: 520px) and (max-width: 650px) {
    .choices-inline {
        margin-left: 4px;
    }

    .searchForm-checkbox-label-container {
        margin-left: 2px;
    }
}

@media (min-width: 650px) and (max-width: 768px) {
    .choices-inline {
        margin-left: 25px;
    }
}

@media (max-width: 520px){
    .districts-list-form li {
        width: 50%;
    }

	.districts-list li {
		width: 50%;
		margin-bottom: 4px;
	}

    .searchForm-checkbox-label-container {
        margin-left: 8px;
    }

    .choices-inline {
        width: 100%;
        margin-left: 0px;
        margin-top: 2px;
    }

}

@media (max-width: 768px) and (min-width: 520px){
    .districts-list-form li {
        width: 33%;
    }

	.districts-list li {
		width: 33%;
		margin-bottom: 4px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
    .searchForm {
        width: 90%;
        float: none;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .searchSection-outer {
        padding-top: 100px;
    }

    #districts {
        margin-right: 0px;
    }


}

@media (min-width: 300px) and (max-width: 1200px)
{
    .searchForm-outer-districts {
        /*display: none;*/
		margin: 0;
		font-family: Arial, Arial, Helvetica, sans-serif;
		vertical-align: middle;
		position: relative;
		left: 0px;
		height: auto;
		width: 100%;
		display: block;
    }

	.searchForm-districts {
		position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: #aaca02;
	}

	.searchForm-nodistricts {
		display: none;
	}

	.districts-list {
		margin-top: 15px;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {

    .searchFormContainer {
        width: 100%;
    }




    .searchFormContainer {
        height: auto;
    }

	.districts-list li {
		display: inline;
		float: left;
		width: 25%;
		margin-bottom: 4px;
	}

	.districts-list li input[type="checkbox"] {
		margin: 1px 0 0;
	}

}

@media (min-width: 992px) and (max-width: 1200px) {
    .searchForm {
        width: 75%;
        float: none;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width: 1200px) {
    #districts {
        display: none;
    }
}

/* end searchForm styles*/