.navbar-custom {
	background-color: #eee;
}

.img100perc{
	width:100%;
}

.margTopBtm {
	margin-top: 30px;
	margin-bottom: 15px;
}
/*  Tabelle  */
.Riga {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #3f8476;
	border-radius:4px;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
   margin-bottom: 1px;}
.Riga0 {
	height: 43px;
	background-color: #dae3e9;
}
.Riga1 {
	height: 43px;
	background-color: #cbdce5;}
.Warning {
	background-color: #a10000;
	color: white;
	margin: 5px;
	padding: 3px;}
a.Warning{
	color: #ffcc00;
}
.check{
	border:1px solid;
}
.OK {
	color: #336600;
	font-weight: bold;
}
.KO {
	color: #9f0000;
	font-weight: bold;
}

/****************************************/
/*  Blocchi input  */
.inputRow{
	min-height: 40px;
}
/****************************************/
/*  Checkbox*/
	/* Customize the label (the container) */
.chkcontainer {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	font-size: 13px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
	top: -4px;
}

/* Hide the browser's default checkbox */
.chkcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border: 1px solid #c1ccdb;
}

/* On mouse-over, add a grey background color */
.chkcontainer:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkcontainer input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.chkcontainer input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.chkcontainer .checkmark:after {
	left: 6px;
	top: 3px;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*  Radio button */
	/* Customize the label (the container) */
	.radcontainer {
		display: inline-block;
		position: relative;
		padding-left: 20px;
		margin-bottom: 10px;
		cursor: pointer;
		font-size: 13px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		text-align: left;
	}

	/* Hide the browser's default radio button */
	.radcontainer input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

	/* Create a custom radio button */
	.radcheckmark {
		position: absolute;
		top: -4px;
		left: 0;
		height: 20px;
		width: 20px;
		background-color: #eee;
		border-radius: 50%;
		border: 1px solid #c1ccdb;
	}

	/* On mouse-over, add a grey background color */
	.radcontainer:hover input ~ .radcheckmark {
		background-color: #ccc;
	}

	/* When the radio button is checked, add a blue background */
	.radcontainer input:checked ~ .radcheckmark {
		background-color: #2196F3;
	}

	/* Create the indicator (the dot/circle - hidden when not checked) */
	.radcheckmark:after {
		content: "";
		position: absolute;
		display: none;
	}

	/* Show the indicator (dot/circle) when checked */
	.radcontainer input:checked ~ .radcheckmark:after {
		display: block;
	}

	/* Style the indicator (dot/circle) */
	.radcontainer .radcheckmark:after {
		top: 6px;
		left: 6px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: white;
	}

.cookielaw {
	min-height: 30px;
	background-color: black;
	color: white;
}

#myCarousel {
	position: relative;
}

#myCarousel a.left {
	position: absolute;
	top: 50%;
	left: 0;
}

#myCarousel a.right {
	position: absolute;
	top: 50%;
	right: 0;
}