@charset "ISO-8859-1";

body .fc-daygrid-event-dot {
	display: none;
}

body .fc-event-time {
	display: none;
}

body .ui-datatable .ui-datatable-data > tr.ui-state-highlight {
	background-color: #924470b8 !important;
}

body .ui-datatable .ui-datatable-data > tr.dispositivo_low_battery {
	background-color: #ffdeb4 !important;
}

/*Sobrescribir padding de las celdas (p:datatable)*/
body .ui-datatable .ui-datatable-data > tr > td {
	padding: 0.5rem !important;
}

.three-rows-max {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.two-row-max {
	height: 39px !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

body .ui-fileupload.minimal-advanced .ui-fileupload-content .ui-fileupload-files,
body .ui-fileupload.minimal-advanced .ui-fileupload-content .ui-fileupload-row > div.ui-fileupload-preview > canvas,
body .ui-fileupload.minimal-advanced .ui-fileupload-content .ui-progressbar {
	width: 100% !important;
}

body .ui-fileupload.minimal-advanced .ui-fileupload-content {
	padding: 0 !important;
}

body .ui-fileupload.minimal-advanced .ui-fileupload-content > .ui-fileupload-files {
	margin: 0 !important;
}

body .ui-fileupload.minimal-advanced .ui-fileupload-content .ui-fileupload-row {
	position: relative;
}

body .ui-fileupload.minimal-advanced .ui-fileupload-content .ui-fileupload-row > div.ui-fileupload-filename {
	position: absolute;
	top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 56px;
}

body .ui-fileupload.minimal-advanced .ui-fileupload-content .ui-fileupload-row > div:not([class]):not(:last-child) {
	position: absolute;
	top: 40px;
}

body .ui-fileupload.minimal-advanced .ui-fileupload-content .ui-fileupload-row > div:last-child {
	width: 32px;
	padding-left: 0 !important;
}

body .ui-fileupload.minimal-advanced .ui-fileupload-content .ui-fileupload-row > div.ui-fileupload-preview {
	width: 160px !important;
}

body .ui-panelmenu .ui-panelmenu-content .ui-menuitem-link .ui-menuitem-text {
	display: initial !important;
}

.layout-menu-light .menu-wrapper {
	border-right: none !important;
	box-shadow: 0 0 1px #b0b0b0 inset;
}

.ui-panelmenu-panel:has(.bg-primary-100) .ui-panelmenu-header, 
.ui-panelmenu-panel .ui-menuitem:has(.bg-primary-100):has(ul) > a {
  background-color: var(--primary-100) !important;
}

.ui-datatable thead th.text-left {
	text-align: left !important;
}

.ui-datatable thead th.text-right {
	text-align: right !important;
}

.ui-dialog {
	max-width: 90vw !important;
}

.ui-dialog.statusDialog {
	box-shadow: none !important;
}

.ui-dialog.statusDialog>.ui-dialog-titlebar {
	display: none !important;
}

.ui-dialog.statusDialog>.ui-dialog-content {
	background: none !important;
}

body .ui-fluid .ui-trigger-calendar input.hasDatepicker.ui-state-disabled {
	width: 100% !important;
	border-top-right-radius: 4px;
  	border-bottom-right-radius: 4px;
}

.booleanIcon.pi-check-circle {
	color: #05A660 !important;
}

.booleanIcon.pi-times-circle {
	color: #B51717 !important;
}

.fc-event {
	cursor: pointer;
}

@media screen and (min-width: 992px) {
	.miCalendario-buttons {
		margin-bottom: -2.5rem !important;
		width: 26vw;
		flex-flow: wrap;
		margin-left: auto;
	}
}

.miCalendario .fc-header-toolbar > .fc-toolbar-chunk {
	display: flex;
}

.miCalendario .fc-header-toolbar > .fc-toolbar-chunk > .fc-toolbar-title {
	margin-top: auto;
	margin-bottom: auto;
}

.miCalendario .fc-header-toolbar > .fc-toolbar-chunk .fc-button {
	background-color: transparent !important;
	color: #924470 !important;
	border: 1px solid !important;
}

.miCalendario .fc-header-toolbar > .fc-toolbar-chunk:nth-child(2) {
 padding-left: 2.25rem;
}

.miCalendario .fc-header-toolbar > .fc-toolbar-chunk .fc-button:hover {
	background: rgba(146, 68, 112, 0.04) !important;
}

.miCalendario .fc-header-toolbar > .fc-toolbar-chunk .fc-prev-button {
  border-right: 0 !important;
}

.miCalendario .fc-header-toolbar > .fc-toolbar-chunk .fc-next-button {
  border-left: 0 !important;
}

.miCalendario .fc-header-toolbar > .fc-toolbar-chunk .fc--button {
  padding: 0.25rem 0.5rem;
  border-left: 0 !important;
  border-right: 0 !important;
}

.miCalendario .fc-header-toolbar > .fc-toolbar-chunk .fc--button::after {
  content: "\e927";
  font-family: 'primeicons';
  font-size: 1.25rem;
}

.train-canceled {
	background-color: #B51717 !important;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.train-canceled-averia {
	background-color: #B51717 !important;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: inset 0px 0px 0px 5px yellow !important;
	box-sizing: border-box !important;
}

.train-ended {
	background-color: #05A660 !important;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.train-ended-averia {
	background-color: #05A660 !important;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: inset 0px 0px 0px 5px yellow !important;
	box-sizing: border-box !important;
}

.train-confirmed {
	background-color: #004FC4 !important;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.train-confirmed-averia {
	background-color: #004FC4 !important;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: inset 0px 0px 0px 5px yellow !important;
	box-sizing: border-box !important;
}

.train-pendent {
	background-color: #ffffff !important;
	color: #82005E !important;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.train-pendent-averia {
	background-color: #ffffff !important;
	color: #82005E !important;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: inset 0px 0px 0px 5px yellow !important;
	box-sizing: border-box !important;
}

.fc-daygrid-day .fc-day .fc-today {
	background-color: transparent !important;
}

.fila-editable {
	background-color: #BB7AA9 !important;
	color: #FFFFFF !important;
	background-image: none !important;
}

.fila-incidencias {
	background-color: lightyellow !important;
}

.fila-transbordado {
	background-color: #FFE5CC !important;
}

.fila-aviso {
	background-color: lightyellow !important;
}

.fila-aviso-critico {
	background-color: #FFD1CE !important;
}

.fila-add {
	background-color: #ccffcc !important;
}

.botonFilaEditable {
	color: #FFFFFF !important;
}

.botonFilaEditable:hover {
	background-color: #9E3D83 !important;
}

.ui-datatable thead th {
	color: white !important;
	background-color: #7D7D7D !important;
	text-align: center !important;
}

.custom-grid {
	width: 100%;
	table-layout: fixed;
}

.custom-grid .ui-g {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.custom-grid .ui-g .ui-g-12 {
	padding: 0 !important;
	margin-bottom: auto !important;
}

.custom-grid .ui-g:first-child .ui-g-12 {
	text-align: center;
	border: none !important;
}

.custom-grid p\:column {
	vertical-align: middle !important;
	line-height: normal !important;
}


input[disabled].custom-column {
	font-weight: bold;
	color: black;
	text-align: center;
	background-color: #B3B3B3;
	border: none;
	width: 100%;
}

.custom-column-data {
	color: black;
	text-align: center !important;
	border: none;
	background-color: #ffff;
	width: 100% !important;
}

.custom-column-data-avisos {
	color: darkred !important;
	text-align: center !important;
	border: #BB7AA9 !important;
	background-color: #EDDEE9 !important;
	width: 100% !important;
}

.custom-column-data-avisos input.ui-inputfield {
	color: darkred;
	text-align: center !important;
	border: 1px solid #BB7AA9;
	background-color: #EDDEE9;
	width: 100% !important;
}

.custom-column-header {
	color: black;
	font-weight: bold !important;
	text-align: center !important;
	border: none;
	background-color: #F3F2F1 !important;
	width: 100% !important;
}


.responsive-image {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.vertical-align {
	display: flex;
	align-items: flex-start;
}

.input-modificado {
	background-color: #EDDEE9 !important;
}

.custom-column-data input.ui-inputfield {
	color: black;
	text-align: center !important;
	border: 1px solid #D9DEE6;
	background-color: #ffff;
	width: 100% !important;
}

.custom-column input.ui-inputfield {
	color: black;
	text-align: center !important;
	border: 1px solid #D9DEE6;
	width: 100% !important;
	margin-left: 2px !important;
}

.ui-dialog-button {
	width: auto;
	margin: 0 auto;
}

.dialog-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.dialog-title {
	flex: 0 1 auto;
}

.custom-table-plan-mantenimiento .ui-datatable-thead {
	background-color: #F6F8FA !important;
	color: black !important;
}

.custom-table-plan-mantenimiento .ui-datatable-thead th {
	background-color: #F6F8FA !important;
}

.custom-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ui-panelgrid .ui-panelgrid-cell {
	padding: 2px !important;
}

.custom-grid .ui-g .ui-g-12 {
	padding: 2px !important;
	margin-bottom: auto !important;
}

.ui-dialog-buttonpane {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}


.tipoBusquedaSelect {
	min-width: 102px;
}


.mantenimiento-filters-actions .action-button,
.botonesMantenimiento>.action-button,
.dialogContent>.action-button {
	min-width: 110px;
	max-width: 140px;
}


.mantenimiento-filters-actions .save-close-button,
.botonesMantenimiento>.save-close-button,
.dialogContent>.save-close-button {
	min-width: 160px;
	max-width: 180px;
}

.inline-error,
.inline-error>.ui-messages-error {
	height: 19px;
	font-size: 12px;
	background: none !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}


.inline-error>.ui-messages-error>.ui-messages-error-icon {
	display: none !important;
}

.inline-error .ui-messages-error-summary {
	font-weight: initial !important;
	margin: 0 0 0 0.5rem !important;
}

.field {
	margin-bottom: 0;
}

.mb-field {
	margin-bottom: 19px;
}

.readOnly-field {
	display: block;
	margin: 0.5rem 1rem;
	font-weight: 600;
	height: 19px;
}

.field>label {
	margin-bottom: .25rem !important;
}

.input-error {
	border: 1px solid #FF0000;
	/*background-color: #FFEEEE;*/
}

.message-error {
	color: #FF0000;
	font-size: 12px;
	margin-top: 4px;
}

.ui-dialog-buttonpane {
	position: static !important;

}

.botones-dialogo {
	margin-bottom: 5px;
}

.ui-dialog .ui-dialog-content .custom-dialog-width {
	width: 80% !important;
	overflow-x: hidden !important;
}

.field>label {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	overflow: clip;
}

.tab-error {
	color: #e83e22 !important;
}

.tab-error .tab-error-icon {
	display: block !important;
	padding-left: 0.5rem;
}

.tab-error-icon {
	font-size: 1.5rem !important;
	height: 14px;
	top: -4px;
	position: relative;
	display: none;
}

.ui-tooltip {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding: 10px;
	font-size: 0.95rem;
	line-height: 2;
	max-width: 130px;
	color: #333;
}

.movimiento-vagon-column {
	width: 130px;
	text-align: left !important
}

.vagon-column {
	width: 170px;
	text-align: left !important
}

.cabecera {
	background: #F8F7F7 !important;
	color: #82005E !important;
}

.sidebar-scroll {
	max-height: 100%;
	/* Ajusta la altura máxima del sidebar */
	overflow-y: auto;
	/* Activa el scroll vertical */
}

span.estado-estilo {
	border-radius: 16px;
	padding: .5em .5rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .3px;
	width: 100%;
	display: block;
	text-align: center;
}


span.estado-estilo.estado-ASIGNADO,
span.estado-estilo.estado-VALIDADO,
span.estado-estilo.estado-VALIDADA,
span.estado-estilo.estado-ABIERTO,
span.estado-estilo.estado-EN_VIGOR {
	color: #23b5ec !important;
	background-color: #a1d8edb8 !important;
}

span.estado-estilo.estado-FUERA_DE_SERVICIO,
span.estado-estilo.estado-CANCELADO,
span.estado-estilo.estado-CERRADA,
span.estado-estilo.estado-PROBLEM,
span.estado-estilo.estado-EXPEDIDO,
span.estado-estilo.estado-RECHAZADO,
span.estado-estilo.estado-VENCIDA {
	color: #ff3426 !important;
	background-color: #ffd1ce !important;
}

span.estado-estilo.estado-DISPONIBLE,
span.estado-estilo.estado-FINALIZADO,
span.estado-estilo.estado-ENTREGADO,
span.estado-estilo.estado-OK,
span.estado-estilo.estado-ABIERTA,
span.estado-estilo.estado-ACEPTADO,
span.estado-estilo.estado-INICIADO,
span.estado-estilo.estado-VIGENTE {
	color: #32E400 !important;
	background-color: #a3eda1b8 !important;
}

span.estado-estilo.estado-WARN,
span.estado-estilo.estado-AVISO,
span.estado-estilo.estado-REPARADO_PENDIENTE_FACTURA {
	color: #5b5b5b !important;
	background-color: #ffff85 !important;
}

span.campa.estado-estilo.estado-PENDIENTE {
	color: #82005E !important;
	background-color: white;
	border: 1px solid #82005E;
}


span.campa.estado-estilo.estado-EN_TUBO_SALIDA {
	background-color: #BB7AA9 !important;
	color: #82005E !important;
}

span.estado-estilo.estado-PENDIENTE {
	color: #82005E !important;
	background-color: white;
	border: 1px solid #82005E;
}


span.stellantis.estado-estilo.estado-AVISO {
	color: black !important;
	background-color: #FFC107;
}

span.stellantis.estado-estilo.estado-PENDIENTE{
	color: black !important;
	background-color: #FFFFFF;
}

span.stellantis.estado-estilo.estado-ACEPTADO{
	color: black !important;
	background-color: #4CAF50;
}

span.stellantis.estado-estilo.estado-CONFIRMADO{
	color: black !important;
	background-color: #2E7D32;
}

span.stellantis.estado-estilo.estado-INICIADO{
	color: black !important;
	background-color: #1976D2;
}

span.stellantis.estado-estilo.estado-FINALIZADO{
	color: black !important;
	background-color: #0D47A1;
}

span.stellantis.estado-estilo.estado-RECHAZADO{
	color: black !important;
	background-color: #D32F2F;
}

span.stellantis.estado-estilo.estado-CANCELADO{
	color: black !important;
	background-color: #8B0000;
}

.ui-datatable-scrollable-footer td,
.ui-datatable-scrollable-header th {
	background: none !important;
	border: none !important;
}

.actions-column {
	width: 34px;
}

body .ui-panel .ui-panel-titlebar {
	background: #F8F7F7;
	color: #82005E;
}

.ui-fileupload-content .ui-widget-content .ui-corner-bottom {
	display: none !important;
}

body .ui-datatable .ui-datatable-header {
	background: #F8F7F7;
	color: #82005E;
}

.texto-teralia {
	color: #82005E !important;
}

.texto-rojo {
	color: red;
}

.texto-rojo-negrita {
	color: red;
	font-weight: bold;
}


.actions-column {
	width: 34px;
}

tr.fila-BLOQUEADO {
	background-color: #ffd1ce !important;
}

.badge-white {
	background: white !important;
}

.badge-red {
	background: #82005E !important;
}

.ui-column-customfilter .ui-calendar .custom-filter {
	width: 100% !important;
}

.ui-column-customfilter span input {
	width: 100% !important;
}

.custom-text-field span input {
	text-align: center !important;
}

.ui-autocomplete.ui-state-disabled .ui-autocomplete-input,
.ui-selectonemenu.ui-state-disabled .ui-selectonemenu-label,
input.ui-state-disabled:not(.original-disabled-style),
textarea.ui-state-disabled,
select.ui-state-disabled {
	opacity: 1.00 !important;
	filter: Alpha(Opacity=100);
	background-image: none;
	border: none !important;
	font-weight: bold !important;
	color: black !important;
}

.deshabilitado-mostrar .ui-autocomplete.ui-state-disabled .ui-autocomplete-input {
	display: inline-block !important;
	border: 1px solid #D9DEE6 !important;
	border-radius: 4px !important;
	opacity: 0.6 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.deshabilitado-mostrar .ui-autocomplete.ui-state-disabled .ui-autocomplete-dropdown {
	display: inline-block !important;
	opacity: 0.6 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.ui-autocomplete.ui-state-disabled .ui-autocomplete-dropdown,
.ui-selectonemenu.ui-state-disabled .ui-selectonemenu-trigger {
	display: none;
}

.deshabilitado-select {
	opacity: 1.00 !important;
	filter: Alpha(Opacity=100) !important;
	background-image: none !important;
	border: none !important;
	font-weight: bold !important;
	color: black !important;
}


.table-no-select-all .ui-chkbox-all {
	display: none !important;
}

body .ui-datatable.table-headers-with-borders thead th {
	border-width: 1px;
}


body .ui-fieldset.seamless-fieldset .ui-fieldset-legend {
	border: 0px;
	background: none;
	padding: 0px 1rem;
}

.ui-tabs.wide-tabs .ui-tabs-header {
	min-width: 200px;
	display: flex;
	flex-flow: column;
}

.parking-campa-summary {
	display: flex;
	padding: 0.5rem;
	background: #F6F8FA;
	border-radius: 4px;
	border: 1px solid #DFE3EA;
}

.parking-campa-summary .parking-campa-summary-item {
	margin-left: 24px;
	margin-right: 64px;
}

.calles-campa .leyenda {
	display: flex;
}

.calles-campa .leyenda .item-leyenda {
	display: flex;
	margin-right: 24px;
}

.calles-campa .leyenda .item-leyenda span {
	margin-right: 8px;
}


.calles-campa .plaza-campa {
	border: 1px solid;
	border-radius: 4px;
	color: white;
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 2px 0;
	padding: 2px 8px;
	width: 100%;
}

.calles-campa.editar-plazas .plaza-campa {
	text-align: left;
}

.calles-campa .plaza-campa .ui-button-text {
	padding: 0px !important;
}

.calles-campa .plaza-campa.leyenda-plaza-campa {
	width: 30px;
	height: 16px;
}

.calles-campa .plaza-ocupada {
	background: #6F0B68;
	border-color: #6F0B68;
}

.calles-campa .plaza-libre {
	background: #FFFFFF;
	border-color: #6F0B68;
	color: #6F0B68;

}

.calles-campa .plaza-reservada {
	background: #BB7AA9;
	border-color: #BB7AA9;
}

.calles-campa .plaza-bloqueada {
	background: #7D7D7D;
	border-color: #7D7D7D;
	cursor: default;
}


.calles-campa .contenedor-calles {
	flex-wrap: nowrap;
	display: flex;
	overflow-x: auto;
	overflow-y: auto;
	max-height: 500px;
}

.calles-campa.editar-plazas .contenedor-calles {
	height: 515px;
}

.calles-campa.editar-plazas-extended .contenedor-calles {
	height: 440px;
}


.calles-campa .calle {
	min-width: 80px;
	flex: 0 0 auto;
	margin-right: 12px;
}

.calles-campa .calle .ui-datalist-header {
	border-radius: 5px 5px 0px 0px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.calles-campa .calle .ui-datalist-content {
	border-radius: 0px 0px 5px 5px;
	padding: 2.5rem 1rem 1rem;
}

.calles-campa.editar-plazas .calle .ui-datalist-content {
	padding: 1rem;
}

.calles-campa .calle .ui-datalist-data.ui-datalist-nobullets {
	padding-left: 0;
}

.calles-campa.editar-plazas .calle .ui-datalist-data.ui-datalist-nobullets {
	margin: 0px;
}

.calles-campa .calle .btn-editar-calle button {
	display: block !important;
	top: 40px !important;
	border-radius: 50%;
	background-color: transparent;
	color: #924470;
	border: 1px solid;
}

.calles-campa .calle .btn-editar-calle {
	position: absolute;
}

.calles-campa.editar-plazas .ui-chkbox .ui-chkbox-label {
	margin-right: 0px;
}

.calle-campa {
	background: none !important;
	border: none !important;
	color: #4B576F !important;
}

.calle-campa:hover {
	background-color: #7D3164 !important;
	color: white !important;
}

.tabla-busqueda-chasis .ui-chkbox.ui-chkbox-all.ui-widget {
	display: none !important;
}

tr.not-selectable div.ui-chkbox.ui-widget,
tr.not-selectable div.ui-chkbox {
	display: none !important;
}

.menu-button-right {
	text-align: right !important;
}

.campas-header-fields-container {
	background: #fff;
	margin: 15px -15px;
	width: calc(100% + 30px);
	padding: 15px 30px;
}

.campas-header-fields-container .inline-error {
	height: auto;
}

.in-table-field {
	padding: 0px;
}

.in-table-field .inline-error {
	height: auto;
}

.in-table-field label {
	display: none;
}

.min-width-100 {
	width: 100px !important;
}

.fieldsetFechaTren.ui-fieldset .ui-fieldset-legend {
	background: none !important;
	border: none !important;
	padding: 0 1em;
	color: #82005E;
}

.margen-col1 {
	margin-left: 8.33%;
}

.margen-col1-reduce {
	margin-left: 8.33%;
	width: 22%;
}


.fieldsetFechaTren.ui-fieldset {
	padding: 0;
	color: #82005E;
}

td.selectionDisabled .ui-chkbox {
	display: none;
}

.ui-autocomplete.small-autocomplete .ui-autocomplete-input {
	width: 100px;
}

.table-in-modal table {
	font-size: 14px;
}

.custom-autocomplete {
	width: 20% !important;
	margin-left: 3px !important;
	;
	margin-right: 3px !important;
	;
}

.custom-autocomplete .ui-autocomplete-dropdown {
	background-color: #BB7AA9 !important;
}

.leaflet-top {
	z-index: 800 !important;
}

.ui-selectcheckboxmenu-trigger {
	background-color: #924470 !important;
}

.ui-selectcheckboxmenu-trigger .ui-icon {
	color: #f8fafc !important;
}

.ui-select-empty-message {
	border: 0 none;
	margin: 0;
	padding: 0.5rem 1rem;
	color: #4B576F;
	border-radius: 0;
}

.ui-selectonemenu-footer {
	margin: 0 !important;
	padding: 0 !important;
}

.lista-errores {
	padding-left: 20px;
	list-style-type: disc;
}

.lista-errores li {
	display: list-item;
	margin-bottom: 5px;
}

/* More col style */

@media screen and (min-width: 768px) {
	#primefacesmessagedlg.ui-message-dialog {
		max-width: 700px !important;
	}

  .md\:col-1-5 {
    flex:0 0 auto;
    padding:.5rem;
    width:12.500025%
  }
  .md\:col-2-5 {
    flex:0 0 auto;
    padding:.5rem;
    width:20.83335%
  }
}

@media screen and (min-width: 1200px) {
  .xl\:col-2 {
    flex:0 0 auto;
    padding:.5rem;
    width:16.6667%
  }
}

@media screen and (min-width: 1500px) {
  .xxl\:col {
    flex-grow:1;
    flex-basis:0;
    padding:.5rem
  }
  .xxl\:col-fixed {
    flex:0 0 auto;
    padding:.5rem
  }
  .xxl\:col-1 {
    flex:0 0 auto;
    padding:.5rem;
    width:8.3333%
  }
  .xxl\:col-2 {
    flex:0 0 auto;
    padding:.5rem;
    width:16.6667%
  }
  .xxl\:col-3 {
    flex:0 0 auto;
    padding:.5rem;
    width:25%
  }
  .xxl\:col-4 {
    flex:0 0 auto;
    padding:.5rem;
    width:33.3333%
  }
  .xxl\:col-5 {
    flex:0 0 auto;
    padding:.5rem;
    width:41.6667%
  }
  .xxl\:col-6 {
    flex:0 0 auto;
    padding:.5rem;
    width:50%
  }
  .xxl\:col-7 {
    flex:0 0 auto;
    padding:.5rem;
    width:58.3333%
  }
  .xxl\:col-8 {
    flex:0 0 auto;
    padding:.5rem;
    width:66.6667%
  }
  .xxl\:col-9 {
    flex:0 0 auto;
    padding:.5rem;
    width:75%
  }
  .xxl\:col-10 {
    flex:0 0 auto;
    padding:.5rem;
    width:83.3333%
  }
  .xxl\:col-11 {
    flex:0 0 auto;
    padding:.5rem;
    width:91.6667%
  }
  .xxl\:col-12 {
    flex:0 0 auto;
    padding:.5rem;
    width:100%
  }
}