body{
	font-family: 'Lato', sans-serif;
	background-color: #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/brick-wall.png");
	overflow-x: hidden;
}
.form-control{
	background-color: rgba(0, 0, 0, 0.3)
}
.form-group input::placeholder {
	color: #fff;
	opacity: 1;
	font-weight: bold;
}
.btn-success{
	background-color: #00803a;
	border-bottom: 3px solid #94c122;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
}
.icone_login{
	position: absolute;
	top: 7px;
	left: 15px;
	max-width: 25px;
}
.site_title > span {
	font-family: initial;
	font-size: larger;
	font-weight: bolder;
}
label{
	margin-bottom: 0px;
	margin-left: 10px;
}
.painel{
	padding: 40px;
	/* border: 1px dashed; */
	max-width: 700px;
	margin: 0 auto;
	font-size: 18px;
	background: #fff;
	position: relative;
	border: 1px solid #ddd;
}
.atencao{
	position: absolute;
	max-width: 100px;
	top: 20px;
	right: 20px;
}
.painel b{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
}
.painel span{
	color: #94c122;
	font-size: 30px;
}
.well{
	background: url(../../library/images/lupa.png);
	background-size: 250px;
	background-repeat: no-repeat;
	background-position: 105% 70%;
	background-color: #f5f5f5 !important;
	padding: 10px;
}
.bandeira{
	right: 5px;
	position: absolute;
	z-index: 9;
	bottom: -48px;
}
.bandeira img{
	max-width: 50px;
}
.bandeira .far{
	position: absolute;
	color: #fff;
	top: 10px;
	right: 10px;
}
.x_title{
	position: relative;
}
.titulo_busca{
	margin: -10px 0;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 2px dashed #94c122;
	background-color:  rgba(255, 255, 255, 0.8);
}
.tab-content p{
	border-bottom: 1px solid #ccc;
	padding: 10px;
	border-radius: 15px;
	padding: 6px 12px;
	border-left: 3px solid #94c122;
	margin-left: 5px;
	min-height: 32px;
}
.table .table{
	background-color: transparent;
}
.table-hover>tbody>tr:hover {
	background-color: rgba(148, 193, 34, 0.2);
}
.table>thead>tr>th {
	border-bottom: 2px dashed #94c122;
	background: #00803a;
	color: #fff;
	text-transform: uppercase;
}
table td .fa,table td .far,table td .fas{
	padding: 0 3px;
	border-left: 1px solid;
	border-right: 1px solid;
	cursor: pointer;
}
.main_container{
	position: relative;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
}
.tab-content>.active{
	border: 1px solid #ccc;
	border-top: none;
}
.btn-group, .btn-group-vertical{
	vertical-align: initial !important;
}

ul.bar_tabs>li a{
	display: flex;
	height: 100%;
	align-items: center;
	border: 1px solid #ddd;
	line-height: 1.2;
}
ul.bar_tabs{
	padding-top: 16px;
	background-color: transparent;
}
.sombra_ul{
	background: #eaf3d3;
	height: 50px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
ul.bar_tabs>li a:hover {
	border: 1px solid #00803a;
}
.modal-body img{
width: 100%;
}