#bodyTop a, #bodyTop span, #bodyTop label {
	font-family: 'barlow regular', Arial, sans-serif;
}
body a, body div a {
	display: inline-block;
}
body a:HOVER, body div a:HOVER {
	text-decoration: none !important;
}
.body-content{
	margin: 0 !important;
	padding: 0;
    display: inline-block;
    width: 100%;
}
.container {	
	width:100%;
    padding: 0;
    display: block;
    margin: 0 auto;
}
div img {
	max-width: 100%;
}

button:hover {
    border: none !important;
    background: none;
    color: #000;
    background-color: azure;
}

.ui-growl .ui-growl-item-container {
	background: unset !important;
	background-color: #fff !important;
	color: #000 !important;
}

.link-contact {
	position: fixed;
	bottom: 25px;
	left: 20px;
}
.link-contact a > img {
	width: 40px;
	margin-top: 12px;
}

.ui-selectbooleancheckbox {
	margin: 0px 0px 10px 10px !important;
}
.ui-selectbooleancheckbox .ui-icon-check {
	left: 0px !important;
    top: 2px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    margin-left: 0px !important;
}