body {
	font-family: 'georgia', sans-serif;
	background-color: #e7e7e7;
    overflow-x: hidden !important;	
}

div#content-container {
	padding: 60px 10px 5px 10px;
	background-color: #e7e7e7;
}

.navbar-header{
	text-align:center;
}

img.logo-app {
	height: 35px;
	position: relative; ;
	left: -25px;
	top: 10px;
	/*float: left;*/
}


.intestazione{
	text-align:center;
	margin-bottom: 5px;
}

a.navbar-home{
	color: #AAA;
	font-size: 1.5em;
	border: 1px solid #23649A;
	border-radius: 5px; padding: 1px 5px;
	position: absolute;
	right: 15px;
	top: 7px;
}


div#header-bar-container {
	background: #FFF;
	border-bottom: 2px solid #23649A;
}

div.sidebar-offcanvas {
	/*border-right: solid 2px #23649A;*/
}


h2.pageTitle{
	margin: 0 0 5px;
	font-size: 1.4em;
}

img.context{
	width: 30%;
	float: left;
	margin: 0 10px 0px 0;
}


a.archivio{
	margin-bottom: 10px;
	width: 200px;
}

/*div#user-brand span {
	padding: 12px 0 0 55px;
	display: block;
	color: #fff;
	font-style: italic;
	text-transform: capitalize;
	font-size: 1.2em;
}*/

.container{
	padding: 0 5px;
}

.form-group{
	margin-bottom: 10px;
}


input.error{
	border: 1px solid #ff0000;
}

.errorMessage{
	font-size: .8em; color: #ff0000;
}

label{
	font-size: .9em; 
	color: #666;
	margin-bottom: 1px;
}

.item-news{
	background-color: rgba(255,255,255, 0.6);
	margin-bottom: 5px;
	border-bottom: 1px solid #DDD;
	padding: 4px;
	line-height: 1.2em;
}

.item-news .col-xs-8{
	padding: 0 15px 0 0;
}	

.item-news .col-xs-4{
	padding-right: 5px;
}

	
.item-news a{
	color: #333;
	font-size: .9em;
	text-decoration: none;
}	
	
.item-news .data{
	font-size: .8em; color: #999;
}

.text-wrapper{
	font-size: .9em;
}
	
#footer{
	background-color: rgba(255,255,255,0.3);
	font-size: .8em; 
	padding: 10px;
}
	
	    
/***************************************************/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}


#cboxOverlay{background:#888;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:3px solid #9F0002; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../img/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../img/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:3px; right:5px; display:block; background:url(../img/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}	    
	    
	    