/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14-jun-2021, 18:26:33
    Author     : jaayala
*/

.bodyContent {
    background: #FFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bodyForm {
    background: url("/posdoc/jakarta.faces.resource/images/bg_home.png.flacso") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.panelGridSinBorde td, .panelGridSinBorde tr{
    border-style: none !important
        border:0px none;
    background-color:transparent;
}

body .panelGridSinBorde .panelGridSinBorde-cell {
    background-color: transparent;
    border:0px none;
}

.formFormulario {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 3em;
    padding: 3em;
}

.clear {
    clear: both;
}

.footerText {
    display: inline-block;
    padding-top: 1em;
    color: white;

    position: fixed;
    top: 96%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form-control {
    padding-right: 30px;
}

.form-control + .glyphicon {
    position: absolute;
    right: 0;
    padding: 8px 27px;
}

#head .items {
    /*padding: 0;*/
    margin: 0;
}

#head .items li {
    list-style: none;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
}

#head .items li:last-child {
    border-right: none;
}

#head .items li a {
    text-decoration: none;
    /*color: #FFF;*/
    padding: 0.1em 0.5em;
}

#head .items li a:hover {
    /*background: #5098d9;*/
}

#name {
    background: #416c93;
    color: #FFF;
    overflow: hidden;
    padding: 0.3em;
}

#head h1.title {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    margin: 0;
    vertical-align: middle;
}

#head .items {
    padding: 0;
    margin: 0;
}

#head .items li {
    list-style: none;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
}

#head .items li:last-child {
    border-right: none;
}

#head .items li a {
    text-decoration: none;
    color: #FFF;
    padding: 0.1em 0.5em;
}

#head .items li a:hover {
    background: #5098d9;
}

#breadcrumb {
    background: #cfe2ff;
    color: #084298;
    overflow: hidden;
    padding: 0.3em;
    font-size: 1.15em;
}

.breadcrumb-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.breadcrumb-fixed a,.breadcrumb-fixed .ui-state-disabled {
    font-size: 1.3em;
}

#breadcrumb .items {
    padding: 0;
    margin: 0;
}

#breadcrumb .items li {
    list-style: none;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
}

#breadcrumb .items li:last-child {
    border-right: none;
}

#breadcrumb .items li a {
    text-decoration: none;
    /*color: #FFF;*/
    padding: 0.2em 0.5em;
}

#breadcrumb .items li a:hover {
    background: #5098d9;
}

#breadcrumb .ui-state-disabled {
    background: #024683;
    color: #CCC;
    padding: 0.2em 0.5em;
}

.TextoBajo {
    width: 90%;
    margin-left: 10%;
    margin-right: 5%;
    margin-top: 20px;
}

#content {
    padding-top: 3em;
}

#content .list-content {
    padding: 0;
    margin: 0;
}

#content .list-content li {
    list-style: none;
    float: left;
    width: 100%;
    padding-bottom: 1em;
}

#content .list-content li a {
    display: block;
    padding: 1em;
    font-family: 'Oswald', sans-serif;
}

#content .list-content li a div {
    width: 100%;
}

#content .list-content li .list-content-title {
    font-size: 1.2em;
}

#contentContent {
    margin-top: 2em;
    overflow: hidden;
}

.contentFormulario {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 3em;
    padding: 3em;
}

#contentFooter {
    position: relative;
    clear: both;
    text-align: center;
    padding-top: 4em;
}

#contentFooter .footerText,#contentFooter .footerImage {
    display: inline-block;
    vertical-align: middle;
    padding-top: 1em;
}

.celdas_cabecera_size{
    font-size: 12px;
    padding: 12px;
}

.celdas_input_size{
    font-size:10px;
    padding: 12px;
}

.fixed-size {
    table-layout: fixed;
    word-wrap: break-word;
}

/*
.panel-heading {
    padding: 4px 15px !important;
    font-size: 10px !important;
}

.panel-default>.panel-heading {
    background-color: #fff !important;
    border-color: #e6e6e6 !important;
    font-size: 10px !important;
}

.panel-default>.panel-heading {
    background-image: linear-gradient(to bottom, #fff 0px, #fff 100%)
        !important;
}

.panel-heading>.panel-title>a {
    font-size: 14px;
}

.panel-heading {
    padding: 4px 15px !important;
    font-size: 10px !important;
}

.panel-default>.panel-heading {
    background-color: #fff !important;
    border-color: #e6e6e6 !important;
    font-size: 10px !important;
}

.panel-default>.panel-heading {
    background-image: linear-gradient(to bottom, #fff 0px, #fff 100%)
        !important;
}

.panel-heading>.panel-title>a {
    font-size: 14px;
}

.bd_centrar_form1 {
    padding: 1.5rem;
    margin-right: 30px;
    margin-left: 30px;
    border-width: 1px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.bd_centrar_form2 {
    padding: 1.5rem;
    margin-right: 30px;
    margin-left: 0;
    border-width: 1px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}*/

.sub_text_titulo{
    font-weight: bold;
}

.link-documentos {
    color: #428bca !important;
    text-decoration: underline;
}

/* Desktops grandes y tabletas grandes */
@media (min-width: 768px) and (max-width: 1200px) {
    .form-group {
        margin: 0 auto;
        padding: 10px;
        text-align: center;
    }

    input[type='text'] {
        width: 50%;
    }
}

/* Mayoria de los telefonos */
@media (max-width: 767px) {
    .form-group {
        margin: 0 auto;
        padding: 10px;
        text-align: center;
    }

    input[type='text'] {
        width: 100%;
    }
}

.btn_nuevo_color{
    background: orange !important;
    font-weight: bolder !important;
    font-size: 11px !important;
    color: white !important;
}

.btn_salir_color{
    background: red !important;
    font-weight: bolder !important;
    font-size: 11px !important;
    color: white !important;
}

.btn_guardar_color{
    background: #007bff !important;
    font-weight: bolder !important;
    font-size: 18px !important;
    color: white !important;
}

.btn_enviar_color_verde{
    background: #2E8B57 !important;
    font-weight: bolder !important;
    font-size: 18px !important;
    color: white !important;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    color: #000000;
}

.png_sinBorde{
    border:0px none;
    background-color:transparent;
}

.pnl_sinBorde{
    margin: 0px;
    border-width: 0px;
    background-color:transparent;
}

/*PARA REVISAR QUE SOLO AFECTE A UN STYLECLASS*/
.png_altura_celdas body .ui-panelgrid .ui-panelgrid-cell {
    padding: 0rem;
}

body .ui-panelgrid .ui-panelgrid-cell {
    padding: 0rem;
}

.text_11{
    font-size: 11px
}

.text_12{
    font-size: 12px
}

.text_12_bolder{
    font-size: 12px;
    font-weight: bolder
}

.text_16_bolder{
    font-size: 16px;
    font-weight: bolder
}

.text_16_justify{
    font-size: 16px;
    text-align: justify;
    text-justify: inter-word;
}

.text_16_justify_red{
    font-size: 16px;
    text-align: justify;
    text-justify: inter-word;
    color: red
}

.text_18_bolder{
    font-size: 18px;
    font-weight: bolder
}

.text_18_bolder_red{
    font-size: 18px;
    font-weight: bolder;
    color: red;
}

.text_14_red{
    font-size: 14px;
    color: red
}

.headline_id {
    font-size: 12px;
}

.texto_top{
    vertical-align: top !important;
}

.tbl_spacing_columns{
    padding: 8px;
}

.tbl_spacing_columns_aling{
    padding-left: 50px;
}    