#editor-html-corpo{
	padding-bottom: 0;
}
#page-not-found{
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
}
#page-not-found .content{
	text-align: center;
	height: 176px;
	position: absolute;
	top: 50%;
	margin-top: -88px;
	width: 100%;
}
.alert-not-found i {
	font-size: 50px;
	margin-right: 10px;
}
.alert-not-found span {
	font-size: 60px;
	font-weight:bold
}
.alert-not-found span,
.alert-not-found i{
	vertical-align: middle;
	display: inline-block;
}
.alert-not-found span,
.alert-not-found i,
.alert-not-found-text{
	text-shadow: 0px 0px 2px #E4E4E4;
}
.alert-not-found-text{
	font-size: 25px;
}
#loading{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color:rgba(0, 0, 0, 0.5);
}
#loading div{
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-15px;
	margin-top:-15px;
	height:30px;
	width:30px;
}
#loading i{
	color:white;
	font-size:30px;
}
#bloqueado{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	background-color: rgba(255, 255, 255, 0.85);
}
#bloqueado-center{
	width: 990px;
	margin: 0 auto;
	height: 100%;
	padding: 100px 0;
	text-align: center;
}
#bloqueado-center p{
	font-size: 27px;
	color: #696969;
	font-family: monospace;
}
.fixedElements{
	margin-top:-50px;
}
div[data-item="BarraSociais"] > a {
	cursor: pointer;
}