body{
	font-family: 'Dosis', cursive;
	color:#0068a4;
	line-height: 25px;
	/*background-image:url('/assets/img/ravenna.png');*/
}

a:hover{
	text-decoration: none;
}

.menu-item{
	padding: 7px 10px 7px 10px;
}

.menu-item:hover{
	text-decoration: none;
	background-color: #ddd;
	color: #333;
}

.jumbotron{
	z-index: -1000;
	padding: 0px 10px 0px 10px;
	line-height: 22px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.label{
	margin: 0;
}

.label-result{
	margin-top: -25px;
}

code{
	background-color: transparent;
	display:block;
	white-space: pre-wrap;
}


.navbar .navbar-brand,
.navbar .navbar-nav li a
{
	color:#c91414;
	
}
.navbar-brand{
	padding:0;
	margin:0;
	padding-left: 10px;
	margin-right: 10px;
}
.navbar-brand img{
	height: 49px;
}

h1 {
  text-align: center;
  margin-bottom: 60px;
}


#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.trasparenza{
	opacity:0.90;
	
}

footer{
	margin-top: 20px;
	padding-top:6px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ddd;
	vertical-align: bottom;
}
footer a,
footer a:hover{
	color: #fff;
}



.tagEval{
	margin-top:-75px;
}


/* !DOCS */
#docs-files{
	margin-top: 10px;
	border: 1px solid #999;
	border-left: none;
	border-bottom: none;
	height: 150px;
	overflow: scroll;
	line-height: 26px;
	text-align: center;
	padding-bottom: 20px;
}

#docs-files legend,
#docs-classi legend{
	margin-top:-10px;
	position: absolute;
	background-color: white;
	margin-bottom: 20px;
	margin-left: 0px;
}

#fileBox,
#functionBox{
	padding-top: 20px;
}
#fileBox div:hover,
#functionBox div:hover{
	background-color:#ddd;
}


#docs-classi{
	border-right: 1px solid #999;
	min-height: 100px;
}


#docs-descrizione{
	margin-top: 10px;
	background-color: #ddd;
	min-height: 400px;
	padding-bottom:30px;
}

.row-active{
	background-color:#ddd;
}

.postfix-function-name{
	color:#555;
	margin-right:5px;
}
@media(max-width:767px){
	.modules-arrow{
		visibility: hidden;
	}
}