/* CSS Document */

.img-car{
	max-width: 210px;
}

.img-car2{
	max-width: 340px;
}

.img-vettura{
	width: 60px;
	height: 22px;
}

.img-vettura2{
	max-height: 40px;
}

.text-danger{
	color: #e71332!important;
}





.caricato-evento{
	background-color: #EFEFEF;
}

.presa_in_carico-evento{
	background-color: yellowgreen;
	
}
.in_lavorazione-evento{
	background-color: #e77373;

}
.consegna-evento{
	background-color: #676767;
}

.modifica-evento{
	background-color: #000;
}




.consegne{
	padding-top: 5%;
}

@media only screen and (max-width: 1366px) {
	.consegne{
		padding-top: 9%;
	}
}

@media only screen and (max-width: 1024px) {
	.consegne{
		padding-top: 12%;
		padding-left: 4%;
	}
}

@media only screen and (max-width: 800px) {
	.consegne{
		padding-top: 20%;
	}
}


@media only screen and (max-width: 600px) {
	.consegne{
		padding-top: 30%;
	}
}


	.giorno{
		float: left;
		width: 14.30%;
		border: solid 0px #000;
		min-height: 200px;
		padding-right: 4px;
	}
	
	.evento-consegna{
		position: relative;
		padding: 0.4rem;
		margin: 0.5rem 0;
		color: white;
		cursor: pointer;
		border-radius: 0.1rem;
		letter-spacing: 1px;
		box-shadow: 1px 1px 2px #444;
		color: #323a46;
		font-weight: bold;
		min-height: 70px;
	}

.atti-vandalici-badge{
	color: #8E8800;
	font-size: 1.2em;
}

.rip-cristal-badge{
	color: #38509e!important;
	font-size: 1.2em;
}

.sost-pneumatici-badge{
	color: #000000!important;
	font-size: 1.2em;
}
.revisione-badge{
	color: #5F005C;
	font-size: 1.2em;
}

.icon-badge{
	color: #5F005C;
	max-height: 14px;
	max-width: 14px;
}
.evento-rent{
		position: relative;
		padding: 0.4rem;
		margin: 0.5rem 0;
		color: white;
		cursor: pointer;
		border-radius: 0.1rem;
		letter-spacing: 1px;
		box-shadow: 1px 1px 2px #444;
		color: #323a46;
		font-weight: bold;
		min-height: 50px;
	}

.in-entrata{
	background-color: #98a600;

}
.in-uscita{
	background-color: #d1c002;
	
}
.libera{
	background-color: #4B904C;
	
}


.titolo-rentstatus-entrata{
	color:#98a600;
	font-weight: bold;
	text-align: center;
	font-size:  1.2em;
}

.titolo-rentstatus-uscita{
	color:#d1c002;
	font-weight: bold;
	text-align: center;
	font-size:  1.2em;
}

.titolo-rentstatus-libera{
	color:#4B904C;
	font-weight: bold;
	text-align: center;
	font-size:  1.2em;
}

.evento-carrozzeria{
	color: #38509e!important;
	font-size: 1.2em;
}
.evento-officina{
	color: #38509e!important;
	font-size: 1.2em;
}
.evento-carrozzeria-officina{
	color: #38509e!important;
	font-size: 1.2em;
}

.text-bold{
	font-weight: bold;
}
.text-small{
	font-size: 0.8em;
}
.text-black{
	color: black;
}
