@charset "utf-8";
/* CSS Document */
/* -----------------------------------------------------------------------------------------------------------------------------FONT */
.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.relative {
	position: relative;
}

.left3 {
	left: -3px;
}

.f10px {
	font-size: 10px;
}

.listInside {
	list-style-position: inside;
}

.hide {
	display: none;
}

.tooltipError {
	display: none;
}

.pt75px {
	padding-top: 75px;
}

.mt65px {
	margin-top: 65px;
}

.fl_none {
	float: none;
}

.divRadioQuest {
	padding: 1px;
	margin-top: 10px;
}

.divRadioQuest input {
	display: inline-block;
	width: 2%;
	float: left;
}

.divRadioQuest label {
	display: inline-block;
	width: 96%;
	margin-left: 3px;
	margin-right: 0px;
}

input.warning {
	border: 1px solid orange !important;
}

label.warning {
	color: orange;
	font-family: "ubuntubold";
	font-size: 12px;
	margin-bottom: 30px;
	display: none;
	padding: 0;
	vertical-align: baseline;
}

input.errorDiv {
	border: 1px solid red !important;
}

label.errorDiv, div.errorDiv {
	color: red;
	font-family: "ubuntulight";
	font-size: 13px;
	margin-bottom: 30px;
	display: none;
	padding: 0;
	vertical-align: baseline;
	font-weight: bold;
}

.button_invia {
	border: 2px solid rgb(0, 98, 171);
	color: rgb(0, 98, 171);
}

.no_wrap {
	white-space: nowrap;
}

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(170, 170, 170, 0.3);
	z-index: 9999999;
}

.overlay_element {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.cursor_pointer {
	cursor: pointer;
}

html {
  scrollbar-gutter: stable;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}