.ui-widget-content {
	background: #eeeeee;
}

a.ui-commandlink {
	text-decoration:none;	
 	color: #1c94c4;
}

.borderlessgrid.ui-panelgrid>*>tr,
.borderlessgrid.ui-panelgrid .ui-panelgrid-cell {
    border: none;
}

.borderlesspanel.ui-panel {
    border: none;
}

.borderpanel.ui-outputpanel>*>tr,
.borderpanel.ui-outputpanel {
    border: 1px solid #e78f08;
    border-radius: 4px;
    padding: 2px;
}

.transparentBackground tr,
.transparentBackground td { background: transparent !important; }

.whitegrid.ui-panelgrid>*>tr,
.whitegrid.ui-panelgrid .ui-panelgrid-cell {
	background-color: white !important;
	background: white !important;
}

.panelPrincipal {
	width: 100%;
}

.heading {
	font-size: 24px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

.ui-widget .containertitle {
	font-size: 24px;
	display: inline-block;
	margin-top: 10px;
	color: white;
	background-color: #f6a828;
	border-radius: 6px;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
}	

.ui-widget .containersubtitle {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding: 10px;
}	

.ui-widget .containersummary {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	display: block;
	padding: 4px;
}	

.containersubtitle {
	font-size: 18px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}	

/* FORMATO GENERAL */
.centered {
	margin: auto;
}

.centered-block {
	display: block;
	margin: auto;
}

.centered-text {
	display:block;
	text-align: center;
}

.centered-overlaypanel {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.right-text {
	display:block;
	text-align: right;
}

.left-text {
	display:block;
	text-align: left;
}

.bold-text {
	font-weight:bold;	
}

.ui-datatable .operaciones {
	width: auto;
	margin: auto;
}

.ui-panelgrid .operaciones {
	width: auto;
	margin: auto;
}

.operaciones .ui-widget-content{
	background-color: transparent !important;
	background: transparent !important;
}

.screencentered {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

td.ui-cell-editing {
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.muestrasTable .ui-datatable-header {
    height: 32px;
}

.botonTexto {
	margin-top: 10px;
	max-width:150px;
}

/* Iconos de edicion */
.ui-datatable table tbody tr td .ui-row-editor .ui-icon-pencil {
	background: none !important;
	color: #1c94c4;
	display: inline-block;
	font: normal normal normal 18px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	text-indent: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}
.ui-datatable table tbody tr td .ui-row-editor .ui-icon-pencil:before {
	content: "\f044";
}

.ui-datatable table tbody tr td .ui-row-editor .ui-icon-check {
	background: none !important;
	display: inline-block;
	font: normal normal normal 18px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	text-indent: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}
.ui-datatable table tbody tr td .ui-row-editor .ui-icon-check:before {
	content: "\f058";
}


.ui-datatable table tbody tr td .ui-row-editor .ui-icon-close {
	background: none !important;
	display: inline-block;
	font: normal normal normal 18px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	text-indent: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}
.ui-datatable table tbody tr td .ui-row-editor .ui-icon-close:before {
	content: "\f057";
}

.label {
	text-align: end;
	display: flex !important;
	flex-wrap: wrap !important;
	align-content: center !important;
	justify-content: flex-end !important;
}

.ui-button-text-icon-left .ui-icon {
	margin-top: -6px !important;
}