/**
ESTABELECIMENTO DE SAUDE
***/

.estabelecimentoContainer .horario_funcionamento {	
	width: 100%;
}

.estabelecimentoContainer .horario_funcionamento .dia_semana {
	width: 60%;
}
 
.estabelecimentoContainer .horario_funcionamento .horario {
	width: 40%;
}

.estabelecimentoContainer .galeriaLoteContainer {
	width: 430px
}

.estabelecimentoContainer #galeriaImovel {
	width: 100%;
}

.estabelecimentoContainer #tabs {
	margin-bottom: 15px;
}

.estabelecimentoContainer #tabs > div {
	height: 75vh;
	overflow-x: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}

.estabelecimentoContainer .ordenacao {
	float: right;
}

.estabelecimentoContainer .painel_equipes .detalhes {
	width: 30px;
}

.estabelecimentoContainer .ordenacao,
.estabelecimentoContainer .painel_equipes .exiba_detalhes {
	text-decoration: none;
}

.estabelecimentoContainer .ordenacao_ascendente {
	transform: rotate(0deg);
}

.estabelecimentoContainer .ordenacao_descendente {
	transform: rotate(180deg);
}
.estabelecimentoContainer .ordenacao_ascendente,
.estabelecimentoContainer .ordenacao_descendente {
	transition-duration: 0.25s;	
}

.estabelecimentoContainer .coluna_ordenavel {
	cursor: pointer;
}

.estabelecimentoContainer #tabela_horarios_funcionamento {
	overflow: auto !important;
}

.estabelecimentoContainer #popup_equipe .dataTables_scrollBody {
	overflow-x: hidden !important;
}

.estabelecimentoContainer #equipeAba .dataTables_scrollHeadInner,
.estabelecimentoContainer #equipeAba .dataTables_scrollHeadInner table {
	width: 100% !important;
}
