html,body {
	width:100%;
	height:100%;
	margin:0;
	font-family: Arial, Sans-Serif;
}

a{
	cursor:pointer;
}

textarea{
	width:100%;
}

.deletefile.glyphicon.glyphicon-trash{
	font-size:20px;
}

#embedblock{
	width:100%;
	height:100%;
	z-index:1;
	display:none;
	overflow:auto;
	position:fixed;
	background-color: rgba(0,0,0,0.4);
}

#repeticaoId,#repeticaoId2{
	display:none;
}

.nav-stacked li a{
	color:#9d9d9d;
}

.nav-stacked li:hover a{
  border: none;
  background: none;
	color:#fff;
}

.navbar{
	border-radius:0%;
}

.glyphicon{
    font-size: 30px;
}

.panel{
	border-color:black;
}

#space{
	padding-bottom:10px;
}

.panel>.panel-heading{
	background-color:#edb111;
	border-color:black;
}

.sliding-middle-out {
	display: inline-block;
	position: relative;
}
.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out:hover:after {
	width: 100%;
	background: #edb111;
}

#addregistoblock,#editblock{
	display:none;
}

#logo {
	margin:5px;
	height:80px;
}

@media screen and (max-width: 768px) {
	#logo {
		height:40px;
	}
}
