/***************************************/
/**  CUSTOMIZACION PLANTILLA POSEIDON **/
/***************************************/
body .ui-datatable .ui-datatable-header {
	background: #edf1f7;
}

body .ui-datatable thead th {
	background: #edf1f7;
}
.layout-topbar-light .layout-topbar {
	height: 60px;
}

.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 999;
	width: 36px !important;
	min-width: 36px !important;
	height: 36px;
	color: #515C66;
	background-color: #E8F1F8;
}

.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button > i {
    font-size: 18px;
}