/**
 *
 * Apply Here your Custom CSS
 *
*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,500);

body {
	
}

div.main-content {
	background-color: #f8f8f8 !important;
}

hr {
	background-color: #717171!important;
	border-color: #e0e0e0;
}
h1, h2, h3{
	font-weight: 100;
}
h1{
	font-size: 70px;
	font-weight: 200;
}

h3{
	font-size: 30px;
}


a.carousel-control {
	width: 50px;
}

div.carousel-caption {
	position: absolute;
	bottom: 0;
	left: 80px;
}

td {
	color: #515151;
}

.block{
	background-color: #ffffff;
	padding: 20px;
}

div.panel-title {
	font-size: 20px;
}
.modal-dialog {
    width: 90%;
}

.glyphicon:empty{
	width: 1.4em;	
}
.checkMagazzino{
	border: groove darkgreen;
}