body {
    background-color: #FFFFFF !important;
}

.ui-growl {
    margin-left: auto;
    margin-right: auto;
    /*left:120px;*/
}

/*
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: x-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: x-large
}

/* Esconde la descripcion de la aplicacion cuando es menor 1200px */
@media screen and (max-width: 1199px) {
    #topbar-application-name {
        display: none;
    }
}

/* LOGO */
.layout-wrapper .topbar .topbar-left {
    width: 160px !important;
    padding: 10px !important;
}

.layout-wrapper .topbar .topbar-right {
    padding: 15px !important;
    height: 75px;
}

.logo {
    height: 70px !important;
    width: 130px !important;
    background: url("\/javax.faces.resource/logo.png.xhtml?ln=images") top left no-repeat !important;
    background-size: 130px !important;
}

/*
.layout-wrapper.menu-layout-horizontal .topbar .topbar-left {
    background-color: #001d85 !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;
    }
}

/* 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: #0691DA !important;
    color: #ffffff;
    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;
}

.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;
}
.roundElement {
    border-radius: 12px 12px 12px 12px;
}
.tableCenter {
    margin-left: auto;
    margin-right: auto;
}
.tableCenter td {
    border: none !important;
}
/*
.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
}
*/
/* BOTONES */
.botonDescargaExcel {
    width: 32px !important;
    height: 32px !important;
    background-color: #673AB7 !important; /*purple-btn*/
}
.botonEnFilaTabla {
    width: 25px !important;
    height: 25px !important;
}
.botonEliminar {
    background-color: #F44336 !important; /*red-btn*/
}
.botonEliminarGrande {
    background-color: #F44336 !important; /*red-btn*/
}

/**** BOOLEAN BOTON */
body .ui-selectbooleanbutton.ui-state-active {
    background-color: #0691DA !important;
    color: #ffffff;
}

body .ui-selectbooleanbutton.ui-button {
    background-color: #B2B7B9;
    color: #ffffff;
}

/***** ORDENES DE SERVICIO *****/
.titulo_editar {
    font-size: large;
    font-weight: bolder;
}

.os-programada {
    background-color: #F8FF6F !important;
}

.os-rendida {
    background-color: #99FF6F !important;
}
.os-equipoRevisadoLabel {
    background-color: #79c658 !important;
}
.os-equipoRevisado {
    background-color: #99FF6F !important;
}
.os-equipoGuardadoParcial {
    background-color: #f9a825 !important;
}
.os-equipoNoRevisado {
    background-color: #F8FF6F !important;
}
.os-equipoAgregado {
    background-color: #03A9F4 !important;
}
.os-equipoEliminado {
    background-color: #F44336 !important;
}
.os-equipoReprogramado {
    background-color: #FFC107 !important;
}

.inputNumber {
    text-align: right !important;
    width: 80px !important;
}
.circulo20 {
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
 .icon-white {
     color: #FFFFFF !important;
 }
.splitButtonPurple {
    background-color: #673AB7 !important;
}
.splitButtonPurple .ui-button{
    background-color: #673AB7;;
}
.splitButtonPurple .ui-button.ui-state-hover,
.splitButtonPurple .ui-button.ui-state-focus{
    background-color: #8259cb; !important;
}