/* ESTILOS DE LA TABLA*/
	.ui-datatable th.ui-state-default, .ui-datatable tfoot td.ui-state-default{
			background-color: #ffffff;;
			border-style: none;
		}
		.ui-datatable-data tbody.ui-widget-content{
			background-color: transparent;
		}
		.ui-datatable-data tr.ui-widget-content {
    		border: 1px;
		}
		.ui-datatable .ui-widget-content {
			border: none;
			background-color: transparent;
		}
		.ui-datatable .ui-paginator {
			padding: 20px;
			text-align: left;
			/*font-size: 24px;*/
			border-left: none;
			border-right: none;
			background: transparent;
		}
		.width-column{
			width:  22%;
		}
		hr {
			    border-width: 1px; 
		}
		
		/* CLASES PARA TABLA RESPONSIVA*/
		.zui-table {
		    border: none;
		    border-collapse: collapse;
		    border-spacing: 0;
		}
		.zui-table thead th {
		    background-color: #313945;
		    border: solid 1px #313945;
		    color: #fff;
		    text-align: left;
		}
		.zui-table tbody td {
		    padding: 10px;
		    font-size:smaller;
		}		
		.zui-table tbody td {
		    border-left: none;
		    border-right: none;
		    /*border-top: none;*/
		    border-bottom: none;
		}
				
		facsimil {
			width: 100% !important;
			height: auto ! important;
		}
		
		* {
			font-size: 16px;
		}
		.ui-widget-content {
			border: none;			
		}
		.ui-panel-content .ui-widget-content {
			background-color: transparent;
			
		}
		.multimediaSD{
			background-color: transparent !important;
		}
		.textResolucion{
			text-align: justify;
			text-justify: inter-word;
		}
		.tamanioDialogo{
			width:  750px;
			height: 600px;
		}
		.icon-facsimil{
			background-image: url("/ServiciosPI/javax.faces.resource/images/iconos/iconfacsimil.png.xhtml") !important;
			width: 56px !important;
			height: auto !important;
		}
		.icon-audio{
			background-image: url("/ServiciosPI/javax.faces.resource/images/iconos/audio.svg.xhtml") !important;
		}
		.preservar-texto {
		    white-space: pre-line;
		}
		/* mouse over icon */
		.clickeable:hover {
			color: #363D4D;
			border: solid;
			border-radius: 5px;
		}
		.img-fluid{
			max-width: 100%;
			overflow-y:auto;
		}
		.cell{
			border: 2px;
			border-color: #363D4D;;
		}
		.asideColor{
			color: #ffffff !important;
			background-color: #313945 !important;
		}
		.onlymobile{
			visibility: collapse;
		}
		.onlydevice{
			visibility: visible;
		}
		@media (max-width: 430px) {
			.dialogResponsive{
				width:  100%;
				height: auto;
			}
		}
		.noMostrado{
			display: none;
		}
		
		/* CLASES PARA TABLA CALENDARIO*/
		.calend-table {
		    border: 1px;
		    border-spacing: 0;
		    width: 100%;
		}
		.calend-table thead th {
		    background-color: #313945 !important;
		    border: solid 1px #ffffff;
		    color: #fff;
		    text-align: center;
		}
		.calend-table tbody td {
			border: solid 1px #ffffff;
		    padding: none;
		    font: 0.00001em Bodoni;
		    font-size:smaller;
		    color: #fff;
		    text-align: left;
		}
		.box{
			border: solid 1px #ffffff;
			text-align: left;
		}
@media (max-width: 991px) {
    .zui-table-responsive, .zui-table-responsive thead, .zui-table-responsive thead tr, .zui-table-responsive thead th, .zui-table-responsive tbody, .zui-table-responsive tbody tr, .zui-table-responsive tbody td {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        padding:0.40rem;
        width: 100%;
    }
    .zui-table-responsive {
        border-color: #418296;
    }
    .zui-table-responsive thead th {
        border-color: #418296;
        border-top: #418296;
        border-left: #418296;
        border-right: #418296;
    }
    .zui-table-responsive tbody>tr>td:last-child {
   		border-bottom: solid 1px black;
	}
    .ui-datatable th.ui-state-default{
		border-bottom: solid 1px #313945;
	}
	.ui-datatable .ui-widget-content {
		background-color: transparent;
		border: none;
	}
	.width-column{
		width:  100%;
	}
	.mobile-visible{
		visibility: visible;
	}
	.device-visible{
		visibility: collapse;
	}
}

@media (max-width: 991px) {
    .calend-table-responsive, .calend-table-responsive thead, .calend-table-responsive thead tr, .calend-table-responsive thead th, .calend-table-responsive tbody, .calend-table-responsive tbody tr, .calend-table-responsive tbody td {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        padding:0.40rem;
        width: 100%;
    }
    .calend-table-responsive {
        border-color: #418296;
    }
    .calend-table-responsive thead th {
        border-color: #418296;
        border-top: #418296;
        border-left: #418296;
        border-right: #418296;
    }
    .calend-table-responsive tbody>tr>td:last-child {
   		border-bottom: solid 1px black;
	}
    .ui-datatable th.ui-state-default{
		border-bottom: solid 1px #313945;
	}
	.ui-datatable .ui-widget-content {
		background-color: transparent;
		border: none;
	}
}

.contenedor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
    gap: 0px;
    width: 100%;
}
.item {
    background-color: transparent;
    padding: 1px;
    text-align: center;
    border: 1px solid #fff;
}