/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


/*DEIXA DE MOSTRAR UNA LLEGENDA QUE APAREIX A DALT DE TOT DE LA PÀGINA DE RESERVES*/
.appointments-confirmation-wrapper legend {
    display: none;
}





/*AQUESTA EL QUE FA ES QUE SI LES HORES NO ESTAN DISPONIBLES  NO PUGUIS ACCEDIR*/
.busy {
	cursor: default !important;
}


/*AQUESTA EL QUE FA ES QUE SI LES HORES NO ESTAN DISPONIBLES  NO PUGUIS ACCEDIR*/
.notpossible {
	cursor: default !important;
}

 

/**/
.um-field-checkbox-option{
	color: #555555 !important;
}






/*LA LLEGENDA DE LA PÀGINA DE RESERVES*/
.socLlegendaNodisponible{
	background-color: #ec971f !important;
	margin-bottom: 2px;
	width: 140px;
	font-size: 11px !important;
}

/*LA LLEGENDA DE LA PÀGINA DE RESERVES*/
.socLlegendaDisponible{
	background-color: #5cb85c !important;
	margin-bottom: 2px;
	width: 140px;
	font-size: 11px !important;
}
/*LA LLEGENDA DE LA PÀGINA DE RESERVES*/
.socLlegendaReservades{
	background-color: #d9534f !important;
	margin-bottom: 2px;
 	width: 140px;
	font-size: 11px !important;
	
}
/*LA LLEGENDA DE LA PÀGINA DE RESERVES*/
.socLlegendaNoPosible{
	background-color: #efefef !important;
	margin-bottom: 2px;
 	width: 140px;
	font-size: 11px !important;
	color: black !important;
	
}







/*EL COLOR DE UN TITOL DE LA PÀGINA DE RESERVES*/
.wpb_wrapper h2{
	color: #29b28f;
}


/*LA LLEGENDA DE LA PÀGINA DE RESERVES*/
.wpb_wrapper h1{
	color: #29b28f;
}


.sweet-alert[data-has-cancel-button=false] button{
	    background-color: #29b28f !important;
}



#postFila{
	display: none;
}

select#app_select_services + input{
	display: none;
}

/*separar select hora apistes i treure llegenda*/
@media only screen and (max-width: 1024px){
	#durada_worker{
		display: inline-block;
		margin-bottom: 10px;
	}
	.appointments-legend{
		display: inline-block;
		margin-bottom: 40px;
	}
}