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

body .ui-panel .ui-panel-titlebar {

}

body .ui-widget-header {
    background-color: #001d85 !important;
}

body .ui-selectbooleanbutton.ui-state-active {
    background-color: #283583 !important;
    color: #ffffff;
}

body .ui-selectbooleanbutton {
    background-color: rgba(81, 78, 85, 0.8) !important;
    color: #ffffff;
}

body .ui-state-active, body .ui-state-highlight {
    background-color: rgba(81, 78, 85, 0.8) !important;
    color: #ffffff;
}

/* TOP BAR */
.layout-wrapper .topbar {
    background-color: #001d85 !important;
}

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

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

.logo {
    height: 55px !important;
    background: url("https://publicfiles.ucentral.cl/images/logoBlanco.png") top left no-repeat !important;
    background-size: 160px !important;
    width: 160px !important;
}

/* LOGO DE LA UNIVERSIDAD MAS GRANDE */
/*
.layout-wrapper .topbar .topbar-left{
    height: 130px !important;
    width: 297px !important;
    -webkit-box-shadow:none !important;
    padding: 30px 60px !important;
}
*/
.layout-wrapper.menu-layout-horizontal .topbar .topbar-left {
    background-color: #001d85 !important;
}

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

.subtitulo-login {
    font-weight: bold;
    font-size: 160%;
    color: #001d85
}

@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;
    }
}

@media screen and (min-width: 1200px) {
    #topbar-application-sigla {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    #topbar-application-name {
        display: none;
    }
}

/*** Clases para paginas **/
.layout-main {
    padding: 60px 0 0 0 !important;
}

.color-azul-ucen {
    color: #001d85;
}
/* 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;
}

/*** 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;
}
.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;
}
.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;
}

.captchap-padding {
    padding: 10px 0 10px 40px;

}

.ui-dialog-title{
    color: #f7f7f7; !important;
}

.ui-confirm-dialog-message{
    font-weight: bolder;
}

/*
.profile-image {
    border-radius: 400px;
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    background-size: 60px !important;
}
*/
/* Sobreescribe padding para acordeon*/
/*
.ui-accordion .ui-accordion-content {
    padding: 10px 4px !important;
    line-height: 24px;
}



.imagen-circulo{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: #001d85;
}

.ui-dialog .ui-dialog-titlebar{
    color: #ffffff !important;
}

.layout-menu{
    top: 130px !important;
}
.fieldset-ucen{
    border: 1px solid #001d85;
}

.no-padding-bottom-top{
    padding-top: 0; padding-bottom: 0
}

.captchap-padding{
    padding: 10px 0 10px 0
}
*/