/* Estilos específicos de la aplicación */
button.ui-button-icon-only {
    width: 2em;
    heigth: 2em
}

.ui-widget .ui-widget {
    font-size: 14px !important;
}

.percent100 .ui-autocomplete-multiple-container {
    width: 100%;
    box-sizing: border-box;
}
/* datatable con los bordes redondeados*/
.ui-datatable.ui-corner-all table {
    border-collapse: separate;
    *border-collapse: collapse;
    border-spacing: 0;
}

.ui-datatable.ui-corner-all table tr:first-child th:first-child {
    -moz-border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}

.ui-datatable.ui-corner-all table tr:first-child th:last-child {
    -moz-border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.ui-datatable.ui-corner-all table tr:first-child th:only-child {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.ui-datatable.ui-corner-all table tbody td {
    border-top: 0;
    border-top: inherit;
}

.ui-datatable.ui-corner-all table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 4px;
    -webkit-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}

.ui-datatable.ui-corner-all table tr:last-child td:last-child {
    -moz-border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}

.ui-datatable.ui-corner-all table tr:last-child td:only-child {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.panelDataTable .ui-panel-content {
    padding: 3px 3px 3px 3px;
}

.tableNoBorder>tbody>tr>td {
    border-style: none !important;
    padding: 0 0 0 0;
}

.listNoBorder>table>tbody>tr>td {
    border-style: none !important;
    padding: 0 0 0 0;
}

/* Estilos para iconos font-awesome*/
.ui-icon.fa-button-menu {
    text-indent: 0px;
    background-image: none;
    text-shadow: none;
    overflow: visible;
}

.fa-button-menu:before {
    display: inline-block;
    margin-right: 4px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    vertical-align: inherit;
    color: #3C667C;
}

.ui-icon.fa-button {
    margin-top: -7px;
    text-indent: 0px;
    background-image: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-shadow: none;
}

.fa-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    vertical-align: inherit;
    color: #3C667C;
}

.fa-commandlink:before {
    display: inline-block;
    margin-right: 4px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    vertical-align: text-top;
    color: #3C667C;
    text-shadow: none;
    padding-left: 2px;
}

.fa-commandlink {
    text-decoration: none;
    margin: 0 7px;
    display: inline-block;
}

.fa-color-red:before {
    color: #D80000;
}

.fa-color-green:before {
    color: #57BB8A;
}

.fa-color-blue:before {
    color: #4371B7;
}

.fa-confirm-dialog {
    height: auto;
    width: auto;
    text-indent: 0px;
    background: none !important;
    moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 5px 10px 5px 10px;
    font-size: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3C667C;
}

.nota-usuario {
    font-size: 11px;
    padding: 5px;
}

.uoconf-unidad-nombre {
    display: block;
}

.uoconf-responsable {
    font-size: 11px;
    display: block;
}

.uoconf-cargo {
    font-size: 11px;
    color: #888888;
}

.uoconf-sustitutoDescripcion {
    font-weight: bold;
}

.uoconf-sustitutoCargo {
    display: block;
    padding-left: 20px;
}

.uoconf-table-personal .ui-datatable-header {
    display: flex;
}

.uoconf-table-personal-filtro {
    width: 100%;
}

.uoconf-table-personal-filtro input {
    display: inline-block;
}

.uoconf-table-personal-filtro i {
    float: none !important;
    height: 12px;
}

.uoconf-table-personal-filtro .uoconf-table-personal-progress {
    display: inline-block;
}

.uoconf-table-personal-acciones {
    line-height: 22px;
    float: right;
}

.autocomplete-usuario {
    width: 100%;
}

.autocomplete-usuario .ui-autocomplete-input {
    width: 95%;
}

.autocomplete-usuario-panel .ui-autocomplete-item {
    border-color: rgb(255, 255, 255) !important;
}

.autocomplete-usuario-panel tr.ui-state-highlight {
    text-shadow: 1px 1px 1px #929292;
}

.autocomplete-usuario-panel tr.ui-state-highlight td.autocomplete-usuario-item-cod {
    font-size: 1.1em;
}

.autocomplete-usuario-item-cod {
    background-color: rgb(56, 112, 126) !important;
    width: 50px;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
}

.autocomplete-usuario-item-descripcion {
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #E6E6E6;
}

.panel-conf-unidad {
    margin-top: 5px;
}

.panel-conf-unidad {
    margin-top: 5px;
}

.panel-conf-unidad .ui-panel-title {
    display: block;
}

.ui-confirm-dialog .ui-dialog-content {
    display: table;
}

.ui-confirm-dialog .ui-confirm-dialog-severity {
    display: table-cell;
    vertical-align: middle;
}

.ui-confirm-dialog .ui-confirm-dialog-message {
    display: table-cell;
    vertical-align: middle;
}

.ui-confirm-dialog .ui-dialog-buttonpane {
    text-align: right;
}

.datatable-header-buttons-filter {
    width: 100%;
    text-align: right;
    height: 22px;
    line-height: 22px;
}




/**********************************************************/
/***************** SOBREESCRITURA ESTILOS *****************/
/**********************************************************/
body {

    font-size: 15px !important;
    font-family: Arial;
    color: #333333;

}

input[type="submit"], input[type="button"] {
    /*font-size: 10px;*/
    margin: 5px 5px 5px 0;
    cursor: pointer;
    margin: 5px 5px 5px 0;
    padding: 3px 10px;
    border: 1px solid #A8A8A8;
    border-radius: 3px;
    -webkit-padding-before: 5px;
    -webkit-padding-after: 5px;
    -webkit-padding-start: 12px;
    -webkit-padding-end: 12px;
    background: #c4c4c4;
    
/*     background: url(/portal/javax.faces.resource/gradientA.png.jsf?ln=img) repeat-x left top; */
/*         background-color: rgba(0, 0, 0, 0); */
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default {
    text-shadow: none;
    color: #2a2a2a;
}

.ui-state-default .ui-state-active a:active, .ui-state-default a:hover {
    text-shadow: none;
    /*font-weight: bold;*/
    color: #2a2a2a;
}

.ui-state-default a:visited {
    text-shadow: none;
    color: #2a2a2a;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {




    border: 1px solid #a8a8a8;
    border-collapse: collapse;
/*     background: #c4c4c4 url("/portal/javax.faces.resource/images/ui-bg_highlight-hard_80_c4c4c4_1x100.png.jsf?ln=primefaces-aristo") 50% 50% repeat-x; */
/*     background: #c4c4c4 linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0)); */
/*     background: #c4c4c4 -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0))); */
/*     background: #c4c4c4 -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0)); */
/*     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF, endColorstr=#00FFFFFF); */
/*     font-weight: bold; */
/*     color: #4f4f4f; */
/*     text-shadow: 0px 1px 0px rgba(255,255,255,0.7); */
    background: #ffffff; /*#c4c4c4;*/
    /*background: #f1c232ff; !*#c4c4c4;*!*/
    text-shadow: none;
}
.ui-state-default {
/*     -moz-box-shadow: inset 0px 1px 0px #fff; */
/*     -webkit-box-shadow: inset 0px 1px 0px #fff; */
/*     box-shadow: inset 0px 1px 0px #fff; */
    box-shadow: none;
}

.ui-state-hover {
    background: #f1c232ff;
}

.ui-state-active {
	background: #f1c232ff;
}

.ui-state-active .ui-icon {

}

.ui-menu .ui-menu-child, .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {

/*     background: url(/portal/javax.faces.resource/hdrGrad_soft.png.jsf?ln=img) repeat-x 50% 50%; */
    background-size: auto;
    background-size: cover;
    background: #f1c232ff;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border-color: #ffebad;
    background: #ffebad;
}

.ui-widget-header {
	background: white; !important"
}

.ui-datatable tr.ui-state-highlight td:first-child {
    -webkit-box-shadow: inset 5px 0px 0 0 #3C667C;
    box-shadow: inset 5px 0px 0 0 #f1c232ff;
}

.ui-datatable tr.ui-datatable-odd {
    background-color: #eee; /*rgba(241, 241, 241, 0.69);*/
    background-image: none;
}

.ui-datatable .ui-datatable-data tr.ui-state-hover { 
    background-color: #ffebad; /*rgba(241, 241, 241, 0.69);*/
    background-image: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
/* 	border-color: white; */
}

.ui-panelgrid .ui-panelgrid-cell {
    border-color: transparent;
    border:none !important;
}
/*AQUI*/

.ui-widget-content {
    border:none;
    background: transparent;
}

.ui-tabs-panels {
    /*background-color: #e8e8e8;*/
    /*background-color: #ffffff;*/
    background-color: transparent;
    padding: 1em;
    margin-left: 0.0em;
}

.tabs-gris{
    background-color: #e8e8e8;
}

.tabs-blanco {
    background-color: #ffffff;
}

.ui-tabs-panels.nested-tabs {
    width: 50em;
}

ui-tabs-panel ui-widget-content ui-corner-bottom {
    width: 90%;
}

.ui-datepicker table {
    background-color: white;
}

.ui-datepicker-header {
    background-color: white !important;
    background: white !important;
}

.curso-intext {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
    border-radius: initial !important;
}
.ui-selectonemenu-panel .ui-selectonemenu-list {
    background-color: white !important;
}
.ui-dialog-content  {
    background-color: white !important;
}

.nested-tabs {
    width:auto;
    background-color: transparent !important;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 2px 5px;
}

.ui-menu.ui-menu-dynamic {
    background-color: white;
}
.ui-tabs .ui-tabs-nav li.ui-state-default {
    font-weight: normal;
    width: 12em;
}
.ui-tabs.ui-tabs-top > .ui-tabs-nav li {
    border-bottom: 0;
    top: 1px;
    width: auto;
    min-width: 10em;
}

ui-dialog-titlebar ui-widget-header ui-helper-clearfix ui-corner-top ui-draggable-handle {
    background-color: #f1c232ff !important;
}


ui-inputfield ui-widget ui-state-default ui-corner-all hasDatepicker {
    width: 8em;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #f1c232ff !important;
}

/*.ui-tabs-nav {*/
    /*width: 50em;*/
/*}*/
/*.ui-tabs-left {*/
    /*height: auto;*/
    /*!*height: 50em;*!*/
    /*width: auto;*/
/*}*/

/**********************************************************/
/**********************************************************/
/* .col { */
/* 	border: none;	 */
/* } */
/* .lastColumn{ */
/* 	border-top: none !important; */
/* 	border-bottom: none !important; */
/* 	border-left: none !important; */
/* 	border-right: 1px black !important; */
/* }  */
/* .firstColumn{ */
/* 	border-top: none !important; */
/* 	border-bottom: none !important; */
/* 	border-left: 1px black !important; */
/* 	border-right: none !important; */
/* } */


.ayto-center {
    margin-top: 5em;
	margin-left: 10%;
	margin-right: 10%;
}

.ayto-full {
    margin-top: 5em;
    margin-left: 1%;
    margin-right: 1%;
}

.ayto-header {
	width: 100%;
	height: 3em;
	background: #666666ff;
	display: flex;
	justify-content: end;
    left:0;
	align-items: center;
	position: fixed;
    z-index:100;
}

.accesoRestringido {
	margin-right: 1em;	
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.accesoRestringido:hover {
	text-decoration: underline;
}

.ayto-footer {
    /*margin-bottom: 1em;*/
	width: 100%;
	height: 3em;
	background: #ccccccff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    /*width: 100%;*/
    /*text-align: center;*/
}

.footerText {
	margin-left: 1em;	
	text-decoration: none;
	color: #666666ff;
	font-weight: bold;
}

.footerText:hover {
	text-decoration: underline;
}

.header-caf {
	margin-top:3em;
	width: 90%;
    /*background: red;*/
}
.header-caf-img {
	width: 100%;
	max-width: 1400px;
/* 	max-height: 200px; 	 */
}

.nested-content {
	width: 80%
/* 	background-color: lightgrey; */
}

.buscador {	
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10%;
	background-color: #e8e8e8;
    /*background-color: #f8f9fa;*/
	width: 80%;
	height: 50%;
	padding: 1%;
}

.solicitudes {
    /*margin-top: 10em;*/
    /*10% 10% 10%;*/
    /*margin-top: 10em;*/
    /*margin-left: 10%;*/
    /*margin-right: 10%;*/
    margin-bottom: 10em;
    background-color: #e8e8e8;
    /*width: 80%;*/
    height: 50%;
    padding: 1%;
}

.button {
	background: right !important;
	background-color: #f1c232ff !important;
	font-weight: bold !important;
	font-family: sans-serif !important;
    font-size: 14px;
}

.inputs {
	margin: 0.5%;
	background: white;
}

.inputs:hover{
/* 	border: 1px #f1c232ff; */
}

.criterioBusqueda {
	margin: 0% 1% 1% 1%;
}

.parametrosBusqueda {
	margin: 1% 2% 1% 2%;
}

.botonera {
    display: flex;
    justify-content: end;
    align-items: center;
}

.ayto-link {
	/*color: #f1c232ff !important;*/
    color: #c1a03b !important
}

.ayto-link:hover {
	font-weight: bold;
}

.right-div {
	width: 100%;
	height: 3em;
/* 	background: #666666ff; */
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.left-div {
	width: 100%;
	height: 3em;
/* 	background: #666666ff; */
	display: flex;
	justify-content: start;
	align-items: center;
}

.crear-form {
	padding: 1em;
	background: #e8e8e8;
	display:table;
	justify-content: center;
/* 	align-items: center;	 */
}

input[type="image"] .arrows:disabled, 
input[type="image"] .arrows[disabled]:active,
input[type="image"] .arrows[disabled=disabled] {
	border: black;
	background: red;
}

/*.crear-curso-div {*/
    /*margin-top: 5em;*/
/*}*/

.ui-tabs .ui-tabs-nav {
    background-color: transparent !important;
    display: flex;
    width: auto;
}

.ui-tabs .ui-tabs-nav .ui-tabs-selected {
    background-color: #f1c232ff !important;
}

.portal-titulo {
    color: #a87f00 !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

li.cursos-tab {
    width: 100%  !important;
    height: 2em;
    background: #ffffebad !important;
    /*background: #ffebad !important;*/
    font-size: 14px;
    border-radius: 0px !important;
    border: none !important;
    display: grid;
    text-transform: uppercase;
}

.detalles-curso {
    width: 80em;
    height: 5em;
}

.ui-chkbox {
    margin-left: 1em;
}

.categoriaUnidadDialog .ui-dialog-content {
    padding: 0 0 0 1em !important;
}

/*.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}*/

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation: flash 2s infinite;
}

.ui-widget-header-tabla {
    cursor: move;
    background: #e8e8e8;
    color: #4f4f4f;
    text-shadow: none;
}

.carrousel-caja{
    background-color: #4a4e51;
    color: #dad9d9;
    text-align: left;
}

.carrousel-boton{
    color: #333333;
}

.card{
    width: 800px;
}

.anuncio{
    display: block;
    width: 250px;
    padding: 8px;
    background-color: #4a4e51;
}

.carrousel-general{
    width: 100% !important;
}

.carrousel-titulo{
    font-weight: bold !important;
}

.carrousel-descripcion {

}

.solid {
    border-top: 2px solid #f1c232ff;
    width: 80px;
    margin-top: 4px;
    float: left;
}
.ui-carousel-viewport{
    width: 800px !important;
}

.cabeceraAnuncio{
    background-color:#f1c232ff;
    font-weight: bold;
    font-size:14px;
}

.panelAnuncio{
    bachground-color:#4a4e51;
    padding: -0.5em 1em;
    height: 450px;;
}

.tituloAnuncio{

}

.informacionAnuncio{
    height: inherit;
}

.hideToolbar .ui-editor-toolbar {
    display: none;
}

.prueba {
    background-color: #f1c232ff;
    font-weight: bold;
    font-size: 24px;
    width: 103%;
    margin: -13px;
    padding-left: 7px;
    padding-top: 7px;
    height: 40px;
    line-height: 40px;
}
.row-expanded {
    border: none;
}

/*.ui-datatable*/
/*.ui-datatable-data*/
/*tr.ui-widget-content*/
/*.ui-datatable-even*/
/*.row-expanded*/
/*.ui-expanded-row*/
/*.ui-expanded-row-content*/
.ui-widget-content {
    /*background: lightblue !important;*/
    border: none !important;
}
.ui-datatable {
    background-color: #f8f9fa;
}

/*.ui-widget-content*/
/*.ui-datatable-even*/
.row-expanded
.ui-expanded-row {
    border: none;
}

thead.ui-widget-header {
    border:none;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: unset;
}

.checkbox-label {
    margin-right: 5px;
}