.singleLine {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.noShow {
	display: none;
}

.allPadding {
	padding: 10px !important;
}

.allMargin {
	margin: 5px;
}

.contentVerticalPadding {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.toRight {
	float: right;
}

.customLine {
	border: solid 1px #00abc2;
}

.text-button-primary {
	color: #00abc2;
}

.button-small {
	width: 18px !important;
	height: 18px !important;
}

.button-small-text {
	height: 18px !important;
	min-width: 100px !important;
}

.button-small-text .ui-button-text {
	padding: 0 1em 0.3em 2.1em !important;
}

div.clear {
	clear: both;
}

.alLeft {
	text-align: left;
}

.alRight {
	text-align: right;
}

.alTop {
	vertical-align: top;
}

.alMiddle {
	vertical-align: middle;
}

.alBottom {
	vertical-align: bottom;
}

.alJustify {
	text-align: justify;
	display: block;
}

.alCenter {
	text-align: center;
}

.alCenter table {
	margin: 0 auto;
	text-align: left;
}

.separatorTop {
	margin-top: 10px;
}

.separatorRight {
	padding-right: 10px;
}

.separatorBottom {
	padding-bottom: 10px;
}

.w100 {
	width: 100%;
}

.w90 {
	width: 90%;
}

.w85 {
	width: 85%;
}

.w75 {
	width: 75%;
}

.w66 {
	width: 66%;
}

.w50 {
	width: 50%;
}

.mw50 {
	min-width: 50%
}

.w45 {
	width: 45%;
}

.w40 {
	width: 40%;
}

.w33 {
	width: 33%;
}

.w30 {
	width: 30%;
}

.w25 {
	width: 25%;
}

.w20 {
	width: 20%;
}

.w15 {
	width: 15%;
}

.w10 {
	width: 10%;
}

.w8 {
	width: 8%;
}

.w5 {
	width: 5%;
}

.w20px {
	width: 20px;
}

.w40px {
	width: 40px;
}

.w60px {
	width: 60px;
}

.w70px {
	width: 70px;
}

.field_mrg {
	padding-left: 10px;
}

.field_mrg_x2 {
	padding-left: 20px;
}

.field_mrg_x4 {
	padding-left: 40px;
}

.bold {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.encabezado, label.encabezado {
	font-weight: bold;
	display: block;
	margin-bottom: 11px;
}

.encabezado1_5em {
	font-weight: bold;
	display: block;
	margin-bottom: 14px;
	margin-top: 14px;
	font-size: 1.5em;
}

.encabezado1_5em_clean {
	font-weight: bold;
	font-size: 1.5em;
}

.encabezado1_4em {
	font-weight: bold;
	display: block;
	margin-bottom: 14px;
	margin-top: 14px;
	font-size: 1.4em;
}

.square60px {
	width: 60px !important;
	height: 60px;
}

.noMargins {
	margin: 0 !important;
}

table.panel_data {
	/*COLOR: BORDE*/
	border: 1px #C5C5C5 solid;
	border-collapse: separate;
	margin: 0px;
	padding: 0px;
}

table.panel_data td {
	/*COLOR: CELDAS DATOS*/
	text-align: left;
	background-color: #F5F5F5;
	padding: 5px;
}

table.panel_data th, table.panel_data th.header, table.panel_data td.header,
	table.panel_data tr.alt td.header {
	/*COLOR: CELDAS CABECERA*/
	text-align: right;
	background-color: #00aac3;
	padding-right: 7px;
	padding-left: 7px;
	vertical-align: top;
	font-weight: bold;
	color: #FFF;
}

table.panel_data tr.alt td.null, table.panel_data tr.alt td, table.tabla_lista tr.alt td
	{
	/*COLOR: FONDO TABLA*/
	background-color: #FFFFFF;
}

table.panel_data tr.dark td.null, table.panel_data tr.dark td {
	/*COLOR: CELDAS DATOS*/
	background-color: #F5F5F5;
}

table.panel_data th a, table.panel_data th.header a, table.panel_data td.header a
	{
	color: #000;
}

div.buttons {
	margin-top: 0px;
	padding-top: 10px;
	text-align: right;
}

.inline {
	display: inline;
}

.imgNoBorder {
	border: 0px;
}

.noBorder  .ui-datalist-content {
	border: none;
}

.border-radius50px {
	border-radius: 50px;
}

.border-radius50px-left {
	border-radius: 0 50px 50px 0;
}

#menu-principal {
	border: 1px solid #aaaaaa;
	width: 18%;
	margin-right: 10px;
	float: left;
	position: relative;
	height: auto;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 7px;
}

#menu-principal ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
}

.icon-play {
	background-image: url("../resources/images/play-big.png") !important;
	width: 50px;
	height: 50px;
	margin-left: -25px !important;
	margin-top: -25px !important;
	left: 50%;
	top: 50%;
}

.content {
	float: right;
	width: 78%;
}

iframe.full {
	display: block; /* iframes are inline by default */
	border: none; /* Reset default border */
	height: 135vh; /* Viewport-relative units */
	width: 100%;
	overflow: scroll;
}

.verde {
	background: #D8F5D3;
	height: 30px
}

.rojo {
	background-color: #F5A9A9 !important;
	background-image: none !important;
	color: #000000 !important;
}

.text-red {
	color: #F00;
}

.celeste {
	background-color: #D1D5F3 !important;
	background-image: none !important;
	color: #000000 !important;
}

.centrar {
	text-align: center;
}

.column-vertical-top {
	vertical-align: top;
}

.buttonLogin {
	height: 55px;
	background-color: rgb(40, 185, 248);
	color: white !important;
	font-weight: bold !important;
}

.button-large {
	width: 170px !important;
}

.button-extralarge {
	width: 190px !important;
}

.btnsHelp .ui-overlaypanel {
	font-weight: normal !important;
}

.btnsHelp .ui-button .ui-icon {
	background-image:
		url("../javax.faces.resource/images/ui-icons_222222_256x240.png.jsf?ln=primefaces-suia");
}

.button-small-help {
	width: 18px !important;
	height: 18px !important;
	margin-left: 10px;
	vertical-align: middle;
	background-color: white !important;
	border: none !important;
	border-radius: 10px;
}

.image-help {
	width: 50% !important;
	height: 50% !important;
	margin: auto !important;
	display: block !important;
}

.button-fileUpload .ui-widget-header .ui-button {
	background: #2196f3 !important;
	color: #fff !important;
	border: 1px solid #2196f3 !important;
	margin: 0 !important;
	outline: 0 none !important;
	border-radius: 4px !important;
	transition: background-color .2s, color .2s, border-color .2s,
		box-shadow .2s, opacity .2s !important;
}

.button-fileUpload .ui-widget-header .ui-button.ui-state-hover {
	background: #0d89ec;
	border-color: #0d89ec;
	color: #fff
}

.button-fileUpload .ui-widget-header .ui-button.ui-state-focus {
	outline: 0 none;
	outline-offset: 0;
	box-shadow: 0 0 0 .2em #a6d5fa
}

.button-fileUpload .ui-button .ui-icon {
	background-image:
		url("../javax.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-suia")
		!important;
}

.button-fileUpload .ui-widget-header {
	border: none !important;
}

.button-fileUpload .ui-fileupload-content {
	border: none !important;
	padding: 0px;
}

.alCenterI {
	text-align: center !important;
}

.panel-headers th {
	background: #008A8A !important;
	color: #FFFFFF !important;
	font-weight: bold;
	font-size: 14px !important;
	padding: 4px 10px;
}

.ui-fileupload-content {
	border: none !important;
	padding: 0px;
}

.radiobutton-deshabilitado .ui-radiobutton .ui-state-active {
	background: #008a8a !important;
}

.buttons .ui-button.edit, .ui-button.edit {
	background: #e88f00;
	border: 1px solid #e88f00;
	color: #FFFFFF;
	font-weight: bold;
}

.table-center {
	margin: auto !important;
}

.image-menu {
	width: 80% !important;
	height: 80% !important;
	margin: auto !important;
	display: block !important;
}

th .ui-column-customfilter .ui-selectonemenu {
	min-width: 100px !important;
}