.cml-down
{
    background: rgba(255,255,255,0) url("../Resources/Images/Icons/chevron-down-16.png") no-repeat center center;
}

.cml-up
{
    background: rgba(255,255,255,0) url("../Resources/Images/Icons/chevron-up-16.png") no-repeat center center;
}

/* remove select type search panel */

@media screen and (max-width: 600px) 
{
	#divSelectSearch
	{
		visibility: hidden;
		display: none;
	}
	#pesquisamoradas
	{
		width: 100%;
	}
}

@media screen and (min-width: 600px) 
{
	#pesquisamoradas
	{
		width: 70%;
	}
}
