body {
	padding-bottom:100px;
	background:#fff;
}
#login {
	background:#fff;
	max-width:500px;
	margin:20px auto;
	padding:20px;
	border-radius:5px;
}

.foto-thumbnail {
	margin-right:20px;
}
.foto-thumbnail img {
	width:150px;
}
.card-body, #login, table, .list-group, .alert-secondary, .jumbotron {
	background:#fff;
	
}
.deletar {
	display:inline-block;
	background:url('../imagem/close.png') center center;
	background-size:100%;
	height:20px;
	width:20px;
	text-indent:-50px;
	overflow:hidden;
	position:absolute;
	top:10px;
	right:10px;
}
.loading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:100;
	background:rgb(255,255,255,0.7) !important;
	text-align:center;
}
.td-deletar {
	width:30px;
}
.novo {
	margin-bottom:20px;
}

.box-btn {
	text-align:center;
	margin-bottom:20px;
}

.novoitem {
		/*display:none;*/
}
body .cadastro {
	background:#fff;
	padding:20px;
	border:1px solid #ccc;
	border-radius:3px;
	position:fixed;
	top:20px;
	display:none ;
}

.box {
	border:1px solid #717171;
	padding:20px;
	margin-bottom:20px;
	border-radius:80px;
}
.card {
	margin-bottom:20px;
}
.titulo-card a {
	color:#000;
	font-weight:bold;
}
.descricao-card {
	font-size:20px;
}
#fechar-detail {
	height:40px;
	width:40px;
	border-radius:3px;
	
	text-align:center;
	line-height:40px;
	border:1px solid #000;
	z-index:900;
	position:fixed;
	top:5px;
	right:5px;
	background:red;
	color:#fff;
	
}
.encurtada {
	max-width:800px;
}
#detail {
	padding:20px;
	padding-top:50px;
	width:400px;
	height:100%;
	position:fixed;
	top:0px;
	right:0px;
	background:#ccc;
	overflow:scroll;
	display:none;
}
@media (max-width: 575.98px) { 

	.col, .col-3 {
		width:100% !important;
		flex-basis:auto !important;
		max-width:none !important;
	}
	
	h3 {
		clear:both;
	}
}