/*Generale*/
@import
	url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,600italic,400italic,300italic,300,700,700italic);
	
html {
  height: 100%;
}
body {
	color: #454545;
	font-family: "Titillium Web", "PT Sans", sans-serif;
	font-size: 12px;
	margin: 15px;
    position: relative;
    top: 0;
    min-height: calc(100% - 45px);
}

/*Header*/
.logo img {
    max-width: 100%;
}
#top-header-area {
	margin: 30px 6.4vw;
}
#header-bar-background {
	background-color: #72706F;
	font: 69% "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Arial, sans-serif;
	height: 30px;
}
#header-bar-foreground {
	background-color: #499358;
    box-shadow: 0px -2px 0px #499358, 0px 2px 0px #499358, 0px -1px 10px #72706f, 0px 1px 4px #72706f;
    height: 100%;
    margin: 0px 6.4vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#header-bar-title {
	color: #fff;
	font-family: serif;
	margin: 0;
} 

/*Footer*/
#footer-content {
	background-color: #499358;
	color: #fff;
	font-size: 1.2em;
	margin: 0px 6.4vw;
	padding: 10px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


/*Corpo*/
.section-content {
	padding: 0px;
	margin: 0px 6.4vw;
	font-size: 12px;
}
.title {
	color: #454545;
    font-size: 1.4em;
    font-weight: bold;
}
#benvenuto {
	margin: 10px 0 10px 20px;
}

/*Sezione 1*/
/*Logo*/
#logo-lavoro-per-te {
	margin: 10px 0;
}
#logo-lavoro-per-te img {
	width: 100%;
}
.info {
	color: #454545;
    margin-top: 20px;
    font-size: 1.2em;
}
/*Form input*/
.form-label {
	font-size: 1.2em;
    font-weight: bold;
}
#login_button, #login_button:hover {
	background-color: #499358;
	color: #ffffff;
}
#login-help-link {
	margin-top: 20px;
}

/*Sezione 2*/
/*Servizi*/
.service-item {
    font-size: 1.3em;
    margin: 5px 0;
}

/*Sezione 3*/
/*Avvisi*/
#avvisi-title {
	margin: 10px 0 10px 0;
}
#avvisi-lista {
	color: #454545;
    font-size: 1.3em;
    font-weight: bold;
    list-style-image: url(images/trento/paragrafo2.gif);
    list-style-position: inside;
    margin: 10px 0;
}

#avvisi-lista * {
    font-family: "Titillium Web", "PT Sans", sans-serif;
}
#avvisi-lista li {
    margin: 10px 0 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*Messaggi errore*/
.errors {
	background-color: white;
	border: 2px solid red;
	color: red;
	font-weight: bold;
	margin-bottom: 15px;
    text-align: center;
    word-break: break-word;
   	white-space: pre-wrap;
   -moz-white-space: pre-wrap;  
}

/*Componenti bootstrap*/
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-heading {
	font-size: 1.4em;
    font-weight: bold;
    
}
i {
	width: 1.3em;
	text-align: center;
	color: #499358;
}
a {
	text-decoration: underline;
	color: #337ab7
}
header, section, footer {
	margin: 20px 0;
}
header {
	margin-top: 0;
}
footer {
	margin-bottom: 0;
	width: 100%;
    position: absolute;
    bottom: 0;
}
/* Small devices (tablets, 768px and up) */
@media ( max-width : 768px) {
	#avvisi{
		padding-bottom: 150px;
	}
	#footer-content{
		max-height: 150px;
	}
	.info-xs {
	    margin-top: 0;
    	text-align: center;
	}
	section{
		margin: 5px 0;
	}
	.only-mobile-show img{
		width: 100%;
	}
}
/* Medium devices (desktops, 992px and up) */
@media ( min-width : 992px) {
	#avvisi{
		padding-bottom: 60px;
	}
	#footer-content{
		max-height: 60px;
	}
	.only-mobile-show {
    	display: none;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media ( min-width : 1200px) {
}

#informativa-spid p{
	color:red;
	margin-bottom: 0;
	font-size: 18px;
}
#informativa-spid .bold{
	font-weight: bold;
}


.login-section {
	background-color: #eeeeee;
	padding: 30px;
}

.spid-align{
	padding:0;
	text-align: center;

}

.bold {
	font-weight: bold;
}

.login-section-heading {
	margin-top: 0px;
	margin-bottom: 15px;
}

a.social {
	text-decoration: none;
}

.spid-img {
	padding: 5px;
	width:140px;

}

.login-services-row {
	display: flex;
    justify-content: center;
}


.login-services-col {
	display: flex;
    justify-content: center;
}

.login-services-link {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 400px;
}

.login-service-img {
	flex-basis: 50%;
}