.ayuda { float: right; }
.etiqueta { font-weight: bold; font-size: 1.1rem;}
.lista { margin-top: 5px; margin-bottom: 5px; }
.accion { padding-right: 30px; float: right;}
.iceDatTbl { font-size: 0.917em; }
.iceDatTblColGrpHdrRow { background: #d1d6dc; }
.iceDatTblColGrpHdrRow th span { padding: 5px 10px; font-size: 1.3em; }
.item-difusion-detalle { padding: 10px 15px;}
.paginador { float: right; overflow: auto; }
.paginadorResultado { clear: right; float: right; }
.paginador tbody tr td a { padding-left: 5px !important; padding-right: 5px !important; }
.paginador tbody tr td span { padding-left: 5px !important; padding-right: 5px !important; }
.mensaje { padding-top: 10px; padding-bottom: 15px; }
.mensaje table { background-color: #ffa0a0; width: 100%; }
#heading .logo {font-size: 0px; height: 105px; text-indent: -9999px;}

header,hgroup { display: block; }
body,div,h1,form,input,th,td { margin: 0px; padding: 0px; }
img { border: 0px; }
th { font-style: normal; font-weight: bold; text-align: left;}
html { overflow-y: scroll; }
body { color: #666; background: #f0f0f0; font-family: Arial, Helvetica, sans-serif; font-size: 0.75em;}
a { color: #10737f; text-decoration: none; }
a:hover { color: #10737f; outline: 0px; text-decoration: underline; }
h1, h3 { font-weight: normal; }
h1 { font-family: "Arial Rounded MT Bold", Arial, sans-serif; margin: 1em 0px; color: #10737f; line-height: 1em; font-size: 2.273em;}
h3 { font-family: "Arial Rounded MT Bold", Arial, sans-serif; margin: 1em 0px; color: #10737F; line-height: 1em; font-size: 1.8em; margin-left: 150px;}
.results-row td { background: none; padding: 5px 10px; }
.results-row.alt td { background: #dde1e6; }
.portlet-title { display: block; font-size: 14px; margin: 0px; background: url("../../images/custom/bg_titles.png") repeat-x #10737f; height: 1.333em; line-height: 1.333em; padding-left: 10px; color: #fff; font-weight: bold; }
input { background: #fff; border-radius: 4px; }
input[type="text"],select { border-width: 1px; border-style: solid; border-image: initial; border-color: #bfbfbf #dedede #dedede #bfbfbf; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; /* font-size: 1em; */ line-height: normal; font-family: Arial, Helvetica, Verdana, sans-serif; padding: 4px; }
select { padding: 1px; }
input[type="image"] { background: none transparent; border: none; padding: 0px; }
#wrapper {
    background-color: #fff;
    margin: 0px auto;
    border-left: 1px solid #e5e6e8;
    border-right: 1px solid #e5e6e8;
    border-bottom: 1px solid #e5e6e8;
    width: 90%;
    min-width: 87em; }
#banner { background: #fff; height: 130px; line-height: 1; }
#banner .div-company-title h1 { margin-bottom: 0px !important; margin-top: 0px !important; }
#banner .div-company-title { width: 295px; float: left; vertical-align: middle; }
#heading { height: 105px; position: relative; }
#banner .sublogo { position: absolute; right: 0px; top: 0px; width: 230px; }
#banner .sublogo .enlaceGeneralitat { text-align: right; }
#banner .sublogo .buscador { padding-right: 0.5em; text-align: right; margin-top: 5em; }
table { border-collapse: collapse; border-spacing: 0px; clear: both; }
.lang { background: url("/sigopepo/javax.faces.resource/images/custom/bg_top.gif.xhtml?v=4_3_0_180827") 0px bottom repeat-x; height: 25px; line-height: 19px; overflow: hidden; padding-right: 2em; }
.lang a { float: right; margin-right: 5px; padding-top: 2px; color: #4c4c4c; font-size: 0.8em; }

.ui-widget-content {
    background: white !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: white !important;
    border-radius: 5px !important;
}

.ui-datatable-odd {
    background:#dde1e6 !important;
    background-position-y: -1400px;
}
.ui-widget {
    font-size: 0.917em !important;
}
.ui-datatable tbody.ui-datatable-data > tr > td, .ui-datatable tbody.ui-datatable-data-empty > tr > td {
    border-style: none !important;
}
th, .ui-datatable tfoot td {
    border-style: none !important;
}
.ui-datatable .ui-datatable-footer, .ui-datatable .ui-paginator-bottom, .ui-datatable .ui-expanded-row-content {
    background: white !important;
    border-style: none !important;
}

.ui-datatable .ui-header-text {
    line-height: normal !important;
}
.ui-datatable{
    line-height: normal !important;
    width: 97% !important;
    margin-top: 10px;
}

.ui-datatable .ui-paginator {
    width: 98% !important;
}

.tabla-datos .ui-widget-content {
    border: none !important;
}

.sin-disponibles {
    display: flex;
    justify-content: center;
}

.margins {
    margin-left: 15px !important;
    margin-right: 15px;
}

.ui-paginator-current {
    display: block !important;
    font-size: 1.1em !important;
}

.tabla-plazas-acumuladas tr td:first-child {
    padding: 0px 0px 0px 15px;
}

.titulo-plazas-acumuladas {
	color: #484848;
  	font-weight: bold;
  	font-size: 1.3em !important;
}

#miPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
}

#miPopupCloseButton {
    position: absolute;
    top: 0px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #aaa;
    cursor: pointer;
}

#miPopupCloseButton:hover {
    color: #f00;
}

#miPopupBackdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}

.panelPopupHeader {
    border-bottom: 2px solid #ccc;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    position: relative;
    padding-bottom: 10px;
}

.seccionBusquedaPuestos1 tr td:first-of-type,
.seccionBusquedaPuestos2 tr td:first-of-type {
  width: 20%;
}

.seccionBusquedaPuestos1 tr td:nth-of-type(2),
.seccionBusquedaPuestos2 tr td:nth-of-type(2) {
  width: 30%;
}

.seccionBusquedaPuestos2 tr td:nth-of-type(3) {
  width: 15%;
}
