body {
  padding-bottom: 30px;
  font-family: 'Lato', sans-serif;
}

.radio, .checkbox {
background-color: rgba(255, 255, 255, 0.5);
padding: 10px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

input#inputPassword {
display: inline;
}

select#linguaSelezionata {
display: inline;
}

/* PAGINE INTERNE */

.portlet.light > .portlet-title > .caption > .caption-subject {
font-size: 30px;
}

.portlet > .portlet-title {
border-bottom: 1px solid #eee;
padding: 0;
margin-bottom: 10px;
min-height: 41px;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}

.font-green-sharp {
color: #417aa2 !important;
}

#laterale i.fa.fa-angle-right {
padding-left: 20px;
}

ul#laterale li {
border-bottom:1px solid #ddd;
}

@media (max-width: 1200px) {
	.acapo_mobile{
		display: block;
		height: 15px;
	}
}

.table-scrollable{
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	border: 1px solid #dddddd;
	margin: 10px 0 !important;	
}


#messaggioRegistrazione, #messaggioAccount, #errore{
	padding: 10px;
}

#errore{
	margin-top: 10px;
}

.bandiere{
	margin-bottom: 46px;
}

/* HOME */

div#italiano {
float: left;
text-align: center;
width: 33.3%;
}

div#inglese{
float: left;
text-align: center;
width: 33.3%;
}

div#ungherese {
float: left;
text-align: center;
width: 33.3%;
}

.jumbotron h1, .jumbotron .h1 {
font-size: 40px !important;
}

.container .jumbotron, .container-fluid .jumbotron {
padding: 20px;
}

.jumbotron {

	font-family: 'Lato', sans-serif;
	padding: 20px 15px;
	margin-bottom: 10px;
	color: inherit;
	background-color: rgba(255, 255, 255, 0.65);
}

.form-control {
	display: block;
	width: 100%;
	height: 35px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
}

.btn-sm {
	font-size: 16px !important;
	letter-spacing: 1px !important;
}

#login {
	background: rgba(255, 255, 255, 0.5);
	padding: 15px 15px 5px 15px;
	border-radius: 10px;
}

#registration {
	background: rgba(255, 255, 255, 0.5);
	padding: 15px 15px 5px 15px;
	border-radius: 10px;
}

#login h4, #registration h4 {
	margin-bottom: 18px;
}

.logo img {height: 60px;}
#box-index {margin-top: 120px;}
.flag img {width: 64px;}

@media (max-width: 480px) {
	#box-index {margin-top: 50px;}
	.logo img {height: 40px;}
	.flag img {width: 30px;}
	div#italiano {
	margin-left: 8%;
	width: 21%;
	}
	div#inglese{
	width: 21%;
	}
	div#ungherese {
	width: 21%;
	}
}