/* Estilos personalizados de aplicacion */
.infoUsuarioForm .label {
    width: 200px;
}

.inputDireccion {
    width: 70%;
}

.login-content, .warn-welcome {
    max-width: 350px;
}

.no-padding span.ui-button-text {
    padding: 0 !important;
}

.no-margin span.ui-button-text.ui-c {
    margin: 0 !important;
}

/* LOGIN Y LOGOUT*/
.login-content, .warn-welcome {
    max-width: 350px;
}

/*PAGINAS DE INICIO*/
.contenedorAcceso {
    max-width: 37rem;
    text-align: center;
}

.contenedorAcceso>.tituloPagina {
    font-size: 1.3em;
}

.atlasContenedorHijo {
    max-width: 56rem;
    margin: 0 auto;
    /*display: inline-block;*/
    display: block;
    padding-top: 1.5rem;
}

.atlasContenedorHijo:after {
    content: "";
    display: table;
    clear: both;
}

.atlasContenedorHijo a {
    float: none;
}

.atlasContenedorHijo a:hover {
    color: none;
    text-decoration: none;
}

.atlasFicha {
    width: 250px;
    height: 200px;
    text-align: initial;
    border-radius: 3px;
    margin: 0.75rem 0.4rem 0.4rem 0.4rem;
    padding: 1rem;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0
        rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    float: left;
}

.atlasFicha:hover {
    background: #FAFAFA;
}

.atlasFichaTitulo {
    margin: 0.5rem 0 0 0;
    font-size: 1.5rem;
    display: inline;
}

.atlasFichaCuerpo {
    margin: 0.5rem 0 0.5rem 0;
    color: #7b7b7b;
    font-size: 14px
}

.atlasContenidoColorAzul {
    color: #557cac;
}

.atlasContenidoColorRojo {
    color: #ac5555;
}

.atlasContenidoColorRojoPuro {
    color: #ff0000;
}

.atlasContenidoColorNaranjaPuro {
    color: #ff8000;
}

.atlasContenidoColorAmarilloPuro {
    color: #FFFF00;
}


.atlasIconoTamanoGrande {
    font-size: 4em;
}

.atlasIconoTamanoPequeno {
    font-size: 1em;
}

.atlasIconoTamanoMediano {
    font-size: 2em;
}

.obligatorio {
    color: #EA2E06 !important;
}

.page-wrapper {
    max-width: calc(100vw - 240px) !important;
}

.cursor-default>.ui-autocomplete {
    cursor: default !important;
}

#meritoForm>* span, label {
    /*word-break: break-word !important;*/
}

.tooltip-white > * span {
    color: white !important;
}

/* Dialogo con Scroll */
.scroll-dialog {
    top: 10vh !important;
    max-width: 70% !important;
    max-height: 75% !important;
    overflow-y: auto !important;
}

textarea, .box-shadow-none>input {
    box-shadow: none !important;
}

.ui-autocomplete {
    width: -moz-available;
    width: -webkit-fill-available;
}

.ui-fileupload-content {
    background: white !important;
    border-color: white !important;
}

.ui-fileupload-buttonbar {
    background: white !important;
    border-color: white !important;
    padding: inherit;
}

.ui-fileupload-buttonbar .ui-button {
    background: #7992bd !important;
    border-color: #c0d0ed !important;
    border-radius: .25rem !important;
    border: 0;
    margin: 1px !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out,
        border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ui-fileupload-buttonbar .ui-button:hover {
    box-shadow: inset 0 1px 0 #fff !important;
    background-color: rgb(102, 137, 180) !important;
}

.ui-fileupload-choose .ui-button-text {
    color: white !important;
    text-shadow: 0 0 black !important;
    margin: .375rem .75rem !important;
}

.estilo-nivel1 {
    font-weight: bold;
    padding: 5px !important;
}

.estilo-nivel2 {
    padding: 5px !important;
}

.estilo-nivel3 {
    padding: 5px !important;
    font-style: italic;
}

.estilo-nivel4 {
    padding: 5px !important;
}

.estilo-nivel5 {
    padding: 5px !important;
    font-style: italic;
}

.estilo-nivel6 {
    padding: 5px !important;
}

.estilo-nivel7 {
    padding: 5px !important;
    font-style: italic;
}

.estilo-nivel8 {
    padding: 5px !important;
}

.estilo-nivel9 {
    padding: 5px !important;
    font-style: italic;
}

.atlas-cal .ui-datepicker-trigger {
    background-image: url("../img/calendario.gif");
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 20px;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    margin-bottom: 3px;
}

.atlas-cal .ui-icon-calendar {
    background: none;
}

.atlas-cal .ui-inputfield {
    padding: 1px;
    box-shadow: none;
    width: calc(100% - 50px) !important;
}

.detalle-tab-none {
    display: none !important;
}

.ui-inputnumber > input{
    width: 75% !important;
}

.lista-apartado-proceso-border {
    border: 1px solid #B6CDE0;
}

.grid {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}

.grid-item {
  border: 1px solid #B6CDE0;
  padding: 5px;
  font-size: 30px;
  text-align: center;
}


#listaApartadoProcesoForm>* .ui-treetable-header {
    color: white !important;
    text-shadow: none;
}

.errorForm {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    text-align: center;
}

.disabled-text {
    color: lightgray;
}

/** Pantallas grandes (mayores de 991px) */
@media screen and (min-width: 991px) {
}

/** Pantallas tablet (menores de 991px) */
@media screen and (max-width: 991px) {
    .inputDireccion {
        width: 70%;
    }
    .page-wrapper {
        padding-left: 10px;
        max-width: 100% !important;
    }
    .scroll-dialog {
        top: 10vh !important;
        max-width: 90% !important;
        max-height: 80% !important;
        overflow-y: auto !important;
    }
}

/** Pantallas medianas (entre 481 y 991px) */
@media screen and (min-width: 481px) and (max-width : 991px) {
}

/** Pantallas pequeñas (menores de 481px) */
@media screen and (max-width: 480px) {
    .nowrap .label {
        width: auto !important;
    }
    .scroll-dialog {
        top: 10vh !important;
        max-width: 90% !important;
        max-height: 80% !important;
        overflow-y: auto !important;
    }
}

.ui-state-error {
    border: 1px solid #ccc !important;
}

input[type=text].error {
    border: 1px solid #ccc !important;
}

.estilo-infoMerito {
    padding: 0.5em 0 0.5em 0;
    margin: 0 0 0.5em 1em;
    font-size: 1.1em;
    color: #666;
    font-weight: bold;
    width: 100%;
    display: inline !important;
}

.customTituloFormularioInfoMerito {
    padding: 0.5em 0 0.5em 0;
    margin: 0 0 0.5em 0;
    font-size: 1.1em;
    color: #6f96c2;
    font-weight: bold;
    width: 100%;
    display: inline !important;
}

.customTooltip {
    padding: 0 0 0.2em 0;
    margin: 0 0 0.5em 0.5em;
    font-size: 1.1em;
    font-weight: bold;
    width: 100%;
    display: inline !important;
}

.ui-state-hover {
    color: black !important;
}

.ui-state-highlight {
    color: black !important;
}

.treeTablenAncha {
    white-space: normal !important;
    overflow: auto !important;
    /*text-align: center;*/
}

.treeTablecorto{
    width: 100px;
    text-align: right;
}
.treeTableExperiencia{
    width: 120px;
    text-align: right;
}
.treeTableacciones{
    width: 100px;
    text-align: center;
}
.celdaTextoCentrado{
    text-align: center;
}
.dlgAddExperiencia{
    max-width: 75%; 
    max-height: 80%;
    overflow-y: scroll
}

.atlas-lp .selectionColumn {
    text-align: center;
}

.centrarBotonAnnadirAdjunto {
    position: relative;
    top: -0.75em !important;
}

.subirTextoInfoErrorAdjuntarFichero {
    position: relative;
    top: -3em !important;
}

.ui-tooltip-ayuda  {
    .ui-tooltip-text{
        color: black;
        background-color: #edf1f3;
        border: #cbd4d9 solid 2px;
    }
    
    .ui-tooltip-arrow {
        border-right-color: #cbd4d9;
        border-left-color: #cbd4d9;
    }
}

/* CAmbios en el diseño de Treetable */

.ui-treetable-header{
  border: 1px #B6CDE0 solid;
  background: #DDE4F1;
  padding: 4px;
  box-shadow: none;
  color: #646464;
  font-weight: bold;
  text-shadow: none;
}

.ui-treetable th {
  border: 1px #B6CDE0 solid;
  background: #DDE4F1;
  padding: 4px;
  box-shadow: none;
}

.ui-treetable .ui-treetable-data tr.ui-state-highlight {
  text-decoration: none;
  text-shadow: none;
  font-weight: bold;
  background: #fff;
  border: 1px #e4e4e4 solid;
  color: #4f4f4f !important;
}

.ui-treetable th span {
  color: #646464;
  font-weight: bold;
  text-shadow: none;
}
