.ntc-img-edit button{}
.btn_listagem{
	margin-bottom: 10px;
	float: left;
}
.btn_listagem a{
	float: left;
	margin: 0 5px 0 0px;
}
.btn_listagem a i{
	padding-right: 3px
}
.tabela-imagem img{
	/*max-height: 150px*/
}
body > .header .logo{
	display: none;
}
body > .header .navbar {
	margin-left: 0px;
}
.tabela-imagem.equipe img{
	max-height: 60px;
	margin: auto;
}
.imagem-form{
	border: 1px solid rgb(241, 241, 241);
	max-height: 200px;
	min-height: 200px;
}
.imagem-form img{
	max-height: 198px;
	margin: auto;
}
.pace .pace-progress {
	background: #36A4C7;
	box-shadow: 0px 0px 3px 0px #36A4C7;
}
.titulo-admin{
	position: absolute;
	text-align: center;
	top: 5px;
	color: #ADADAD;
}
.ntc-img-capa{}
.ntc-img-lista{}
.ntc-img-edit{
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	margin: auto;
	height: 40px;
	padding: 0;
}
.ntc-img-capa input[type="file"], .ntc-img-lista input[type="file"]{
	/*display: none;*/
}

.ntc-img-lista .ntc-img-edit{
	position: relative;
}
.ntc-img-lista li{
	display: block;
	padding: 5px;
}

.ntc-img-lista li .ntc-img-edit{
	display: none;
	position: absolute;
	bottom: -2px;
}

.ntc-img-lista li:hover .ntc-img-edit{
	display: initial;
}
.ntc-img-add i{
	font-size: 30px;
	color: #CFCFCF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#lista_img li{
	display: inline-block;
	padding: 5px 0 5px 0;

}
#lista_img .glyphicon{
	cursor: pointer;
	padding-top: 10px;
	color: rgb(213, 19, 19);
}
.aviso-msg{
	color: #444444;
}
.aviso-msg h4 span{
	font-size: 15px;
	overflow: hidden
}
.aviso-msg h4 small{
	font-size: 10px;
	float: right;
	padding-top: 7px;
	margin-top: 3px;
}
.aviso-msg p{
	overflow: hidden;
	font-size: 12px;  
	color: #888888;
}
.img-load{
	height: 110px;
	position: relative;
	margin: 0px;
	float: left;
}
.img-load img{
	max-height: 100px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 2px;
	border-radius: 8px;
	width: 97%;
}
.img-load button{
	display:none;
	position: absolute;
	right: 0;
	top: 0
}
.img-load:hover button{
	display: initial;
}
.img-load button .glyphicon {
	padding: 0;
}
.alert-dismissable{
	display: none;
}
.tipo-arquivo {
	background: gray;
	color: white;
	font-size: 30px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}