/* CSS Document */

body
{
	background-color: #f1f2f2;
	margin:0;
	padding:0;
}

.bg-default
{
	background-color: #f1f2f2;
}

ul {
    list-style-type: none;
}

.vertical-center
{
	align-items: center;
   	display: flex;
    justify-content: center;
}

.cursor-pointer{}
.cursor-pointer:hover
{
	cursor: pointer;
}
a:hover, a:link, a:visited, a:active {
	color: black !important;
	text-decoration: none !important;
}
.form-signin .form-floating:focus-within {
	  z-index: 1000000;
}

.vr-custom
{
	width: 2px;
	height: 100%;
	background-color: rgb(33, 37, 41);

}

.lavorazione
{
		border: 3px solid white;
}
.lavorazione:hover
{
	border: 3px solid red;
}

.btn
{
	padding: 0px 4px;
}

.modal
{
	z-index: 1090 !important;
}