.Search
	{
	padding:5px;
	padding-bottom : 60px;
	margin: 0 auto;
	margin-top:15px;
	margin-bottom:10px;
	
	width : 99%;
	max-width:750px;
	
	background-color:#f0f0f0;
	}

.SearchFieldLabel
	{
	font : 14px Arial,serif;
	font-weight : bold;
	color : #000000;
	flex-grow : 1;
	}
	
.SearchFieldContent 
	{
	display:flex;
	flex-direction:column;
	
	width:75%;
	}

.SearchFieldIcone
	{
	width : 32px;
	}

.SearchField
	{
	padding-bottom : 12px;
	width:100%;
	
	display:flex;
	flex-direction:row
	}
	
.SearchFieldMobile 
	{
	width : 25%;

	display:flex;
	flex-direction:row;
	}

.SearchFieldContent input
	{
	width : 99%;
	
	border-radius:5px;
	border: 1px solid #999999;
	}

.SearchFieldContent select
	{
	width : 99.5%;
	border-radius:5px;
	border: 1px solid #999999;
	}
	
.SearchFieldContent textarea
	{
	width : 99%;

	border-radius:5px;
	border: 1px solid #999999;
	}
	
.SearchFieldCombobox  
	{
	max-width:270px;
	}

.SearchFieldDate 
	{
	width:100%;
	max-width:450px;
	}
	
.SearchFieldDate input 
	{
	margin-left : 8px;
	margin-right : 8px;
	min-width : 140px;
	border-radius:5px;
	border: 1px solid #999999;
	}
	
	
/* Smartphone */
@media only screen and (max-width:480px)
	{
	.SearchField 
		{
		flex-direction:column;
		}
		
	.SearchFieldContent 
		{
		width:100%;
		}
		
	.SearchFieldMobile 
		{
		width:100%;
		}
		
	.SearchFieldContent input, .SearchFieldContent textarea;
		{
		width : 99%;
		}
		
	.SearchFieldContent select
		{
		width:99.5%;
		}
	}
	


	
