.blur { 
	-webkit-filter: blur(3px); 
	-moz-filter: blur(3px); 
	-o-filter: blur(3px); 
	-ms-filter: blur(3px); 
	filter: blur(3px); 
} 

label{
	font-weight:600;
}

/*.filtro {
	margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}*/

.filtro {
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	padding: 30px 0;
	margin: 20px 0;
}

input.highlight{
	background-color:#efea72;
}

input.highlight:disabled{
	background-color:#efea72;
}

input.highlight[readonly]{
	background-color:#efea72;
}

input.highlight1{
	background-color:#b4e2e0;
}


input.highlight_prz1{
	background-color:#a7d5fb;
}

input.highlight_prz1:disabled{
	background-color:#a7d5fb;
}

input.highlight_prz1[readonly]{
	background-color:#a7d5fb;
}

input.highlight_prz2{
	background-color:#ceb2f8;
}

input.highlight_prz2:disabled{
	background-color:#ceb2f8;
}

input.highlight_prz2[readonly]{
	background-color:#ceb2f8;
}

.ql-container .ql-editor{
	resize:vertical;
}

.home_floating_button{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}