.DialogErrorTitle {
	font-size: 15px !important;
}

.icon-lkp-custom {
	width: 25px !important;
}

.checkbox-custom {
	width: 21px !important;
	height: 21px !important;
}

.checkbox-custom:after {
	border: none !important;
}

label {
	white-space: pre-wrap !important;
}

#homedefault .row {
	justify-content: flex-start !important;
}

.spMenu {
	max-width: 100% !important;
}

.site-logo {
	padding: 10px !important;
	content: url("./images/logo-biorepack.png") !important;
}

div.fileupload.ui-widget[disabled]
,div.fileupload.ui-widget[readonly] {
	background-color: rgb(243, 243, 244) !important;
}

div.fileupload.ui-widget[disabled] > div.fileupload-content.ui-widget-content.ui-corner-bottom
,div.fileupload.ui-widget[readonly] > div.fileupload-content.ui-widget-content.ui-corner-bottom
,div.fileupload.ui-widget[disabled] > form > div > label.fileinput-button
,div.fileupload.ui-widget[readonly] > form > div > label.fileinput-button {
	display: none !important;
}

form > input[type="button"][name="ConfermaPartecipazione"] {
	background-color: darkgreen !important;
	border: 1px solid darkgreen !important;
	color: white !important;
}

form > input[type="button"][name="RifiutaPartecipazione"] {
	background-color: darkred !important;
	border: 1px solid darkred !important;
	color: white !important;
}
