.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;
}
.logo {
    height: 90px !important;
    background: url('https://publicfiles.ucentral.cl/images/logoBlanco.png') top left no-repeat !important;
    background-size: 220px !important;
    width: 230px !important;
}
.layout-wrapper .topbar .topbar-left {
    padding: 30px 60px !important;
}
/*** Sobreescribe padding para acordeon ***/
.ui-accordion .ui-accordion-content {
    padding: 10px 4px !important;
    line-height: 24px;
}
.cen{
    text-align: center;
}

.der{
    text-align: right;
}

.izq{
    text-align: left;
}

.col80p{
    width: 80%;
}
.col50p{
    width: 50%;
}
.col40p{
    width: 40%;
}
.col30p{
    width: 30%;
}
.col33p{
    width: 33%;
}
.col20p{
    width: 20%;
}
.col90p{
    width: 90%;
}
.col10p{
    width: 10%;
}
.col5p{
    width: 5%;
}
.col35p {
    width: 35%;
}
.col25p{
    width: 25%;
}
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;
}

.select-mb{
    padding: 7px 12px;
    border-color: #c1c1c1;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    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;
}

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

.layout-wrapper .topbar .topbar-left {
    background-color: #001d85 !important;
}

.layout-wrapper.menu-layout-horizontal .topbar .topbar-left {
    background-color: #001d85 !important;
}
body .ui-panel .ui-panel-titlebar{

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

.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;
}
/***Elimina los sombreados de la clase principal */
.card {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
body {
    background-color: #FFFFFF !important;
}

.layout-wrapper .topbar{
    height: 130px !important;
}
.layout-wrapper .topbar .topbar-left{
    height: 106px !important;
    width: 297px !important;
    -webkit-box-shadow:none !important;
}

.layout-menu{
    top: 130px !important;
}

.layout-main{
    padding-top: 175px !important;
}
@media screen and (max-width: 800px) {
    div#pnlFooter {
        display: none;
    }
    div#numeros {
        padding-top: 9% !important;
    }
    h1{
        font-size: x-large !important;
        text-align: center;
    }
}

.fieldset-ucen{
    border: 1px solid #001d85;
}

.color-azul-ucen{
    color: #001d85;
}
.titulo{
    border-right: 2px #ffffff;
    border-style: solid;
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
    padding-right: 4px !important;
    color: #ffffff;
    margin-right: 77px !important;
}
.no-padding-bottom-top{
    padding-top: 0; padding-bottom: 0
}

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

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

.labelOutput{
    color: #3F51B5;
    font-size: 12px;
}
body .ui-fileupload .ui-fileupload-buttonbar .ui-button {
    background-color: #555555;
}

.button-link{
    overflow: hidden;
    background-color: #3F51B5;
    color: #ffffff;
    font-size: 20px;
    height: 36px;
    border: 0 none;
    -moz-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 3px 7px;
}

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