.menu{
	background: #11283f;
}

.menu_acc > .hAccHdr{
	padding-left: 10px;
	background: transparent;
	color: #FFF;
	border: none;
}

.menu_icon{
	background: transparent;
	border: none;
	color: #DDD;
}

.menu_icon > .hLmuItm:hover{
	background: #428793;
}

.menu_icon > .hLmuItmSel{
	color: #64b5f6;
}

/* -------------------------------------------------------------------*/

.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: 40px;
	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;	
}
.tabela tr th{	
	border: 1px solid #AAA;	    
    height: 40px;
	background: #24394e;
	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: 42px;
	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;
}

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

.perfil_item 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;
}
