#item_busca{
	color: #000;
	text-decoration: none;
	font-size: 16px;
	color: #444;	
}

#item_busca:hover{
	transition: .2s;
	color: #000;	
}


/*Area busca generica*/
.lightbox{
	background: #ccc9;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.lightbox-titulo{
	height: 30px;
	padding: 10px;
	text-transform: uppercase;
	background: #50bde1;
	border-radius: 5px 5px 0 0;
}

.wrap-lightbox{
	position: relative;
	left: 25%;
	width: 50%;
	top: 15%;
}

.fechar-lightbox{
	display: inline-block;
	width: 20px;
	cursor: pointer;
	font-weight: bold;
}

.texto-titulo{
	display: inline-block;
}

.lightbox-busca{
	width: 100%;
}

.lightbox-busca input{
	height: 45px;
	border-top: 1px solid #ddd7d7;
	padding: 10px;
	width: 100%;
	border-bottom: 1px solid #ddd7d7;
	border-left: 0;
	border-radius: 0;
}

#lightbox-content{
	padding: 10px;
	background: #fff;
	max-height: 300px;
	overflow: auto;
}

#lightbox-send{
	background: #24282a;
	height: 50px;
	border-radius: 0 0 5px 5px;
}

#send-button{
	position: absolute;
	right: 20px;
	bottom: 15px;
}

#send-button img{
	transform: rotate(36deg);
	cursor: pointer;
}

.table{width:100%;max-width:100%;margin-bottom:2rem;background-color:transparent}

.table th{vertical-align:bottom;border-bottom:1px solid #dee2e6;text-align:left;}