body {
    background-color: #FFFFFF !important;
}

/* TOP BAR */
.topbar-right #topbar-application-sigla label {
    color: #FFFFFF;
    font-size: large;
}
/* Esconde la SIGLA cuando es mayor a 1200px*/
@media screen and (min-width: 1200px) {
    #topbar-application-sigla {
        display: none;
    }
}
.topbar-right #topbar-application-name label {
    color: #FFFFFF;
    font-size: large;
}
/* Esconde la descripcion de la aplicacion cuando es menor 1200px */
@media screen and (max-width: 1199px) {
    #topbar-application-name {
        display: none;
    }
}

/*
.layout-wrapper .topbar {
    background-color: #001d85 !important;
}
*/
.layout-wrapper .topbar .topbar-left {
    width: 190px !important;
    padding: 10px !important;
}

.layout-wrapper .topbar .topbar-right {
    padding: 15px !important;
    height: 45px;
}

.logo {
    height: 60px !important;
    background: url("/javax.faces.resource/images/logo-ucen-blanco-sin-letras.png.xhtml") top left no-repeat !important;
    background-size: 60px 60px !important;
    width: 60px !important;
}

.titulo {
    font-size: xx-large;
    font-weight: bold;
    position: relative;
    top: 10px;
    color: #ffffff;
}


@media screen and (min-width: 1024px) {
    div#panelFooter {
        height: 60px;
        padding: 0;
    }
}
/* Clases para paginas **//*
.layout-main {
    padding: 60px 0 0 0 !important;
}
*/
/* Clase que elimina los padding para el objeto p:panelgrid */
.ui-panelgrid-cell {
    padding: 2px 2px !important;
}
/*Elimina los sombreados de la clase principal*/
.card {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
/*** Clases para tablas de datos*/
.columnaValores {
    text-align: right !important;
}
body.layout-compact .ui-datatable tbody tr.ui-widget-content td {
    padding: 1px 1px !important;
    font-size: 12px !important;
}
.ui-datatable thead th, .ui-datatable tfoot td {
    text-align: center !important;
    font-size: 13px !important;
}
.bg-footer-table {
    background-color: #001d85 !important;
    color: #FFFFFF !important;
    padding-right: 3px !important;
    height: 25px;
}

/*** Clases para elementos de formularios */
/*** Select one menu */
.select-mb {
    padding: 2px 7px;
    border-color: #c1c1c1;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 28px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: inherit;
    text-transform: none;
    margin: 0;
    box-sizing: border-box;
}
/*** Columnas con Anho Fijo */
.col100 {
    width: 100px;
}

/*** Columnas con Ancho en Porcentaje  */
.col5p{
    width: 5% !important;
}
.col10p{
    width: 10% !important;
}
.col15p{
    width: 15% !important;
}
.col20p{
    width: 20% !important;
}
.col25p{
    width: 25% !important;
}
.col30p{
    width: 30% !important;
}
.col33p{
    width: 33% !important;
}
.col35p {
    width: 35% !important;
}
.col40p{
    width: 40% !important;
}
.col50p{
    width: 50% !important;
}
.col60p{
    width: 60% !important;
}
.col65p{
    width: 65% !important;
}
.col70p{
    width: 70% !important;
}
.col80p{
    width: 80% !important;
}
.col90p{
    width: 90% !important;
}

.cen{
    text-align: center;
}

.der{
    text-align: right;
}

.izq{
    text-align: left;
}
.labelOutput{
    font-weight: bold;
}

.vertical_top {
    vertical-align: top;
}

.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
}

.odd-row {
    background-color: #ECF3FE;
}

.even-row {
    background-color: #FCFFFE;
}

.ucen-float-left{
    float: left;
}

.Fs50{
    font-size: 50px !important;
    color: #757575 !important;
}

.ejecucion-estado{
    font-size: 7px;
    position: relative;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    padding: 0 !important;
}

.padding-0{
    padding: 0 !important;
}

.mensaje-info-faltante{
    color: orange;
    font-family: cursive;
}

.ucen-button-none-style{
    background: none !important;
    box-shadow: none !important;
}

.ucen-button-none-style .ui-icon{
    color: #757575 !important;
}

.ucen-simple-file .ui-widget-header{
    background-color: #B2B7B9 !important;
    border-color: #B2B7B9 !important;
}

.ucen-simple-file .ui-button{
    background-color: #001d85 !important;
}

.ucen-simple-file .ui-fileupload-content{
    display: none !important;
}

.ucen-label-archivo{
    font-size: 13px;
    color: black;
    font-weight: 600;
}
.captcha-padding {
    padding: 10px 0 10px 0;

}
.loading{
    font-size:0 !important;
    width:30px !important;
    height:30px !important;
    margin-top:5px !important;
    border-radius:15px !important;
    padding:0 !important;
    border:3px solid #001d85 !important;
    border-bottom:3px solid rgba(255,255,255,0.0) !important;
    border-left:3px solid rgba(255,255,255,0.0) !important;
    background-color:transparent !important;
    animation-name: rotateAnimation !important;
    -webkit-animation-name: wk-rotateAnimation !important;
    animation-duration: 1s !important;
    -webkit-animation-duration: 1s !important;
    animation-delay: 0.2s !important;
    -webkit-animation-delay: 0.2s !important;
    animation-iteration-count: infinite !important;
    -webkit-animation-iteration-count: infinite !important;
}

.hide-loading{
    display: none !important;
}

@keyframes rotateAnimation {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes wk-rotateAnimation {
    0%   {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}

.footer-ucen {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: auto;
}

.landing-wrapper #header {
    width: 100%;
    min-height: 400px;
    background: url("/javax.faces.resource/images/BN_MIUCEN.png.xhtml") top no-repeat !important;
    background-size: cover;
    position: page;
}

.landing-wrapper #header .header-top #menu li a {
    color: #192AF6 !important;
}

@font-face {
    font-family: "Gothan Pro";
    src: local('Gothan'),
    local('Gothan Pro'),
    local('Gothan-Pro'),
    url("/javax.faces.resource/fuente/Gotham-Book.otf.xhtml") format('truetype'),
    url("/javax.faces.resource/fuente/GothaProReg.ttf.xhtml") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-strecht: condensed;

}

.gothanpro {
    font-family: 'Gothan Pro';
}

.loading{
    font-size:0 !important;
    width:30px !important;
    height:30px !important;
    margin-top:5px !important;
    border-radius:15px !important;
    padding:0 !important;
    border:3px solid #001d85 !important;
    border-bottom:3px solid rgba(255,255,255,0.0) !important;
    border-left:3px solid rgba(255,255,255,0.0) !important;
    background-color:transparent !important;
    animation-name: rotateAnimation !important;
    -webkit-animation-name: wk-rotateAnimation !important;
    animation-duration: 1s !important;
    -webkit-animation-duration: 1s !important;
    animation-delay: 0.2s !important;
    -webkit-animation-delay: 0.2s !important;
    animation-iteration-count: infinite !important;
    -webkit-animation-iteration-count: infinite !important;
}

.hide-loading{
    display: none !important;
}

/*** Columnas con Ancho en Porcentaje  */
.col5p{
    width: 5% !important;
}
.col10p{
    width: 10% !important;
}
.col15p{
    width: 15% !important;
}
.col20p{
    width: 20% !important;
}
.col25p{
    width: 25% !important;
}
.col30p{
    width: 30% !important;
}
.col33p{
    width: 33% !important;
}
.col35p {
    width: 35% !important;
}
.col40p{
    width: 40% !important;
}
.col50p{
    width: 50% !important;
}
.col60p{
    width: 60% !important;
}
.col65p{
    width: 65% !important;
}
.col70p{
    width: 70% !important;
}
.col80p{
    width: 80% !important;
}
.col90p{
    width: 90% !important;
}

.col100p{
    width: 100% !important;
}

.cen{
    text-align: center;
}

.der{
    text-align: right;
}

.izq{
    text-align: left;
}

/*** Select one menu */
.select-mb {
    padding: 2px 7px;
    border-color: #c1c1c1;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 28px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: inherit;
    text-transform: none;
    margin: 0;
    box-sizing: border-box;
}

.logo-ucen-landing {
    background: url("/javax.faces.resource/images/logo-ucen-azul.png.xhtml") top left no-repeat !important;
    background-size: 209px 75px !important;
    width: 209px !important;
    height: 75px !important;
    display: inline-block !important;
}

@media screen and (max-width: 900px) {
    div#pnlFooterPc1 {
        display: none;
    }

    div#pnlFooterPc2 {
        display: none;
    }

    div#numeros {
        padding-top: 9% !important;
    }

    h1 {
        font-size: x-large !important;
        text-align: center;
    }

    .logo-ucen-landing {
        width: 60px !important;
        height: 60px;
        background: url("/javax.faces.resource/images/logo-ucen-blanco-sin-letras.png.xhtml") top left no-repeat  !important ;
        background-size:60px 60px !important;
    }
    #header-landing{
        position: fixed !important;
        top: 0 !important;
    }
    #inicio{
        padding: 50px 30px 60px 30px !important;
    }
}