.header_convenios{text-align: center;}

table.table{
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	border-collapse: collapse;
}
.table td, .table th{
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	vertical-align: top;
}
.table thead th{
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table_convenios td .th{display: none;}

.default_table_convenios table{ position: relative; }
.form_filters{
	position: relative;
}
.form_filters .d-flex{
	display: flex; -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex;
	align-items: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center;
	margin: 0 -5px;
}
.form_filters .d-flex>*{ margin: 0 5px; }

.loading_filters{
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background: #eee;
	z-index: 2;
	opacity: 0.8;

	display: flex; -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex;
	align-items: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center;
	justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center;
}
.loading_filters>*{
	position: absolute; left: 50%; top: 50%;
	transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -o-transform: translateY(-50%) translateX(-50%);
}
.loading_filters button{ background: none; border: none; }

.form_filters .input_search button[type="submit"]{
	position: absolute;
	right: 0; top: 50%;
	border: none; background: none;
	cursor: pointer;
	transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);
	box-shadow: none; outline: none;
	font-size: 150%;
	/*&#10005;*/
}

.form_filters .links_extra{ position: relative; text-align: right; }

.form_filters .links_extra{ position: relative; }
.form_filters .barra_loading{
	position: absolute;
	left: 0; top: 0;
	background: #eee;
	opacity: 0.8;
	width: 100%; height: 100%;
	padding: 6px;
	z-index: 2;
}
.form_filters .barra_loading:before{
	position: absolute; left: 50%; top: 50%; content: 'Carregando';
	transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -o-transform: translateY(-50%) translateX(-50%);
}
.form_filters .barra_loading .bar{
	position: relative;
	width: 0%;
	display: block;
	height: 100%;
	background: gray;
	margin: 0;
	border-radius: 3px;
	overflow: hidden;
	transition: all ease-in-out 0.2s; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -ms-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s;
}
.form_filters .barra_loading .bar span{
	position: absolute;
	right: 0; top: 50%;
	margin-top: -12px;
	display: block;
	white-space: nowrap;
	color: white;
	padding: 0 5px;
}

.block_convenios{ position: relative; }
.block_convenios .loading_geral{ font-size: 300%; }

.table_convenios td .tit{
	display: flex; -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex;
	align-items: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center;
}
.table_convenios td .tit p:last-child{margin-bottom: 0;}
.table_convenios td .tit img{
	object-fit: cover; -webkit-object-fit: cover; -moz-object-fit: cover; -ms-object-fit: cover; -o-object-fit: cover;
	object-position: center; -webkit-object-position: center; -moz-object-position: center; -ms-object-position: center; -o-object-position: center;
	margin-right: 10px;min-width: 95px;
	border-radius: 50%;
}

@media(max-width: 991px){

	.table_convenios table thead{
		display: none;
	}
	.table_convenios table td{
		width: 100%;
		display: block;
	}
	.table td .th{display: block;font-weight: bold;}
	.table tbody tr+tr{
		border-top: solid #999 2px;
		padding-top: 20px; margin-top: 20px;
		display: block;
	}
	.table tbody tr+tr>td:first-child{border-top: none;}

}

@media(max-width: 767px){
	.form_filters .d-flex{ flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; }
	.form_filters .d-flex>*{ width: 100%; }
	.form_filters .d-flex>*+*{margin-top: 10px;}
}

.print{display: none;}
@media print {
	.noprint, .no-print{ display: none!important; }
	.print{ display: block!important; }
}