.menu_logo{
	background: var(--primary-bg-color);
	border: none;	
	border-bottom: 2px solid #48cae4;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

.menu_logo img{
	margin: 0 13px;
}

.menu .ListMenu{
	background-color: #427D9D !important;
	border: none !important;
	color: #FFF;
}

.menu .ListMenuItm:hover {
	background-color: #DDF2FD;
	color: #000;
}

/* -------------------------------------------------------------------*/
.tabela_plano {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	background: #F1F1F1;
}

.tabela_plano tr th {
	padding: 4px;
	border: 1px solid #AAA;
	height: 32px;
	background: #CCCC;
	font-size: 20px;
	font-weight: normal;
}

.tabela_plano tr td {
	padding: 4px;
	border: 1px solid #AAA;
	font-size: 17px;
}


.tabela {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	background-color: #FFF;
}

.tabela tr th {
	border: 1px solid #AAA;
	height: 32px;
	background: #2a6f97;
	color: white;
}

.tabela tr td {
	padding: 4px;
	border: 1px solid #AAA;
}

.tabela_icone {
	height: 30px;
}

.tabela_total {
	font-weight: bold;
	background: #C1C1C1;
}


.logo {
	padding-top: 30px;
}

.crud_head {
	line-height: 52px;
	font-size: 22px;
}

.crud_head i {
	margin-right: 10px;
}

.crud_icon {
	font-size: 24px;
	margin-right: 4px;
}

.crud_button {
	color: black;
}

.crud_button i {
	font-size: 30px;
}

crud_button:focus {
	outline: none !important;
}

.crud_filter_label {
	padding: 0 10px;
}

.crud_table td {
	padding: 4px;
}

.crud_title_fk {
	line-height: 30px;
	font-weight: bold;
	background: #FFFACD;
	border: 1px solid #D1D1D1;
	text-align: center;
}

.perfil_item,
.perfil_group {
	font-size: 16px;
	padding: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.perfil_item i,
.perfil_group i {
	font-size: 32px;
	margin-right: 10px;
}

.perfil_item:hover {
	background: #EEE;
}

.info_mais {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: bold;
	width: 180px;
}

.info_mais i {
	font-size: 25px;
	margin-right: 5px;
}

.sem_borda {
	border: none !important;
}

.transparente {
	background: transparent !important;
}

.etapa_fechada, .etapa_finalizada, .etapa_proxima {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;	
}

.etapa_fechada i, .etapa_finalizada i, .etapa_proxima i {
	padding-top: 5px;
	font-size: 40px;
}

.etapa_finalizada{
	cursor: pointer;
	background-color: #b3dccd;
}

.etapa_proxima {
	cursor: pointer;
	background-color: #fbf0c7;
}

.etapa_fechada {
	background-color: #f0c2c0;
}

.titulo_janela {
	font-size:18px;
	line-height:50px;
	padding-left: 10px;
}

.paciente a {
	color: #000;
}

.paciente a:hover {
	color: #2986cc;
}