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 */
.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: 55px !important;
    background: url('https://publicfiles.ucentral.cl/images/logoSimulador.png') top left no-repeat !important;
    background-size: 160px !important;
    width: 160px !important;
}
.titulo {
    font-size: xx-large;
    font-weight: bold;
    position: relative;
    top: 10px;
    color: #ffffff;
}

/*
.layout-wrapper.menu-layout-horizontal .topbar .topbar-left {
    background-color: #001d85 !important;
}
.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;
    }
}
/* 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;
}

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

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

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

.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;
}
.captchap-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);}
}

.layout-wrapper .topbar .topbar-right #menu-button {
    color: #ffffff !important;
}

.ui-selectbooleanbutton.ui-state-active {
    background-color: #FF5200 !important;
    color: #ffffff !important;
}
body .ui-datatable tbody tr.ui-datatable-even.ui-state-highlight {
    color: #ffffff !important;
    background-color: #FF5200 !important;
}

.ui-button.secondary {
    background-color: #FF5200 !important;
    color: #ffffff !important;
}

body .ui-state-active, body .ui-state-highlight {
    background-color: #FF5200 !important;
    color: #ffffff !important;
}