body{
	font-family: arial;
}
.modal-title{
	color: #fff;
}

.myTooltip a:hover{
	text-decoration: none;
}

form.form-horizontal label {
	margin-right: 30px;
}

form.form-horizontal .form-group{
	margin-bottom: 30px;
}

.form-control{
	width: 98%;
}

textarea{
	height: 160px;
}

.form-control-small{
	width: 50px;
}

em{
	color: #900;
	font-weight: 900;
}

#itens_restritos{
	margin-left: 20px;
}

#block{
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	overflow: visible;
	clear: both;
}

#verticalCenter{
	position: relative;
	top: 50%;
	transform: translateY(-50%); 
}

#block img{
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#block h3{
	color: #fff;
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}