root {
    display: block;
}

header {
    background: #dd2727 !important;
    z-index:1000;
    border-width: 0 0 1px;
    min-height: 15px !important;
    border: 1px solid transparent;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
    margin-bottom: 4%;
}

.headerResponsive {
    margin-bottom: 0px;
}

.headerResponsive .ui-menuitem-text {
    color: #FFF;
    max-height: 18px;
    overflow: overlay;
    font-weight: bold;
}

.headerResponsive ::-webkit-input-placeholder {
    color: white;
    font-weight: bold;
    transition: all 0.3s;
}
.headerResponsive :-moz-placeholder {
    color: white;
    font-weight: bold;
    transition: all 0.3s;
}
.headerResponsive ::-moz-placeholder {
    color: white;
    font-weight: bold;
    transition: all 0.3s;
}

.headerResponsive .ui-menuitem, .ui-menubar-options, .ui-widget ui-corner-all {
    margin-top: 6px;
}
.headerResponsive .ui-menubar .ui-menuitem-link {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.headerResponsive .ui-icon {
    color: #FFF;
}

.headerResponsive .ui-state-hover {
    border: 1px solid #654b24 !important;
    background: black !important;
    border: none !important;
    font-weight: normal !important;
    color: black !important;
}

.headerResponsive span .ui-inputfield {
    width: 200px;
    border: 1px solid #654b24 !important;
    background: transparent !important;
    border: none !important;
    font-weight: normal !important;
    color: white !important;
    -webkit-border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #FFF !important;
    transition: all 0.3s;
}

.headerResponsive span .ui-state-hover {
    width: 200px;
    border: 1px solid #654b24 !important;
    background: transparent !important;
    border: none !important;
    font-weight: normal !important;
    -webkit-border-radius: 0px !important;
    border-bottom: 1px solid #FFF !important;
}

.headerResponsive .ui-state-hover::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.headerResponsive .ui-state-hover:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.headerResponsive .ui-state-hover::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.headerResponsive input:focus:not([readonly]) {
    border-bottom: 1px solid #FFF !important;
    box-shadow: 0 1px 0 0 #FFF !important;
    transition: all 0.3s !important;
}

.headerResponsive ul {
    border: 1px solid #654b24 !important;
    background: red !important;
    border: none !important;
    font-weight: normal !important;
    color: #FFF !important;
}

@media screen and (min-width: 800px) {
    .menuHeader {
        position: relative;
        color: white;
        text-align: right;
        margin-left: 0px;
        font-size: 10px;
        margin-bottom: 9px;
        margin-top: -64px;
        padding-top: 5px;
    }
    .nombreUsuario {
        display: none;
    }
}

@media screen and (max-width: 801px) {
    .menuHeader {
        display: none;
    }
}

.headerLogoDispapeles {
    height: auto;
    border: 0;
    width: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.headerLogoFact-e {
    height: auto;
    border: 0;
    width: 130px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footerLogin, .footerTokenEmpresa {
    background: #dd2727 !important;
    border-width: 0 0 1px;
    min-height: 65px;
    border: 1px solid transparent;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4%;
    padding-left: 15px;
    padding-right: 15px;
    /**color: #161922; **/
    color: #FFFFFF;
}

.footerPrincipal {
    background-color: #dd2727 !important;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: white;
    bottom: 0;
    position: fixed;
}

@media screen and (min-height: 700px) {
    .footerLogin {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@media screen and (min-height: 1180px) {
    .footerTokenEmpresa,.footerLogin{
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

footer a{
    color: white;
}

a {
    color: #FFFFFF;
}

table {
    empty-cells: show;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}

form.jsfcrud_list_form th,td th {
    font-size: 12px;
    color: #4e6a71;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-color: #b2d5d6;
    border-bottom-color: #b2d5d6;
    border-left-color: #90b4bd;
    border-right-color: #90b4bd;
    letter-spacing: 3px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #b2d5d6;
}

td {
    vertical-align: central;
    padding-bottom: 6px;
    font-size: 10px;
    padding: 0;
}

form.jsfcrud_list_form td,td td {
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-color: #b2d5d6;
    border-bottom-color: #b2d5d6;
    border-left-color: #b2d5d6;
    border-right-color: #b2d5d6;
    padding-bottom: 0px;
}

tr.jsfcrud_odd_row {
    background-color: #fefeff;
    color: #4e6a71;
}

tr.jsfcrud_even_row {
    background-color: #eff5fa;
    color: #4e6a71;
}

#busyImage {
    position: absolute;
    left: 0%;
    top: 0%;
}

.ui-datatable tr.ui-datatable-even:hover,.ui-datatable tr.ui-datatable-odd:hover
{
    background: #e9e9e9;
    color: #000;
}

.centered {
    margin: 0px auto;
    border: 0;
}

.centeredHorizontalVertical {
    margin: auto auto 0px auto;
    padding: 0px;
    width: 40%;
    margin-bottom: 7%;
    margin-top: 7%;
}

#top {
    position: relative;
    color: white;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    text-align: right;
}

.left_content {
    background-color: #dddddd;
    padding: 0px;
    margin-left: 170px;
}

.error_color {
    color: #e33b06;
}

.nombreUsuario, .nombreEmpresa  {
    font-weight: bold;
    margin-left: 10px;
}

.ui-icon-vermas{
    background-image: url("/fact_e/javax.faces.resource/images/vermas.png.xhtml") !important;
}

.ui-icon-descargar{
    background-image: url("/fact_e/javax.faces.resource/images/descargar.png.xhtml") !important;
}

.ui-icon-estados{
    background-image: url("/fact_e/javax.faces.resource/images/estados.png.xhtml") !important;
}

.centeredColumn {
    text-align:center !important;
}


.rightColumn{
    text-align:right !important;
}

.rightPanelGrid {
    text-align: right;
}

.circular--square {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Reglas de diseño para modulo de workflow */
.ui-diagram {
    position: relative;
    overflow: auto;
}

.ui-diagram-element {
    border:0.1em dotted #d4e06b;
    width:14em;
    height:6em;
    line-height:6em;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    background-color: #7CB0FA;
    cursor: pointer;

    color: #ffffff;
    text-decoration:inherit !important ;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-stretch: normal;
    font-size: 8pt;
    line-height: normal;
    font-family: Helvetica, Arial, sans-serif;

}

.ui-diagram-element:hover {
    background-color: #5A9ED8;
}

.ui-diagram-element:active {
    background-color: #7CB0FA;
}

.ui-diagram-element a{
    text-decoration: none;
}

.ui-diagram-inicio {
    background-color: #C9CD05;
    color: #ffffff;
    border-color: #C9CD05;
}

.ui-diagram-inicio:hover {
    background-color: #B8AB03;
}

.ui-diagram-inicio:active {
    background-color: #C9CD05;
}

.ui-diagram-fin {
    background-color: #F8422D;
    color: #ffffff;
    border-color: #F8422D;
}

.ui-diagram-fin:hover {
    background-color: #D6200B;
}

.ui-diagram-fin:active {
    background-color: #F8422D;
}

.flow-label {
    font-size: 24px;
    font-weight: bold;
    color: #816A51;
}

.ui-text {
    color: #ffffff !important;
    text-decoration: inherit !important ;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-stretch: normal;
    font-size: 8pt;
    line-height: normal;
    font-family: Helvetica, Arial, sans-serif;
}

.ui-text-mayus{
    text-decoration: inherit !important ;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-stretch: normal;
    font-size: 8pt;
    line-height: normal;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.menuPrincipal .ui-state-hover a {
    color:#fff !important;
    text-decoration: none !important;
}

.hide-children-div div {
    display: none;
}

.panel-index{
    margin-left: auto;
    margin-right: auto;
    width: 25em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}

.panel-adv{
    margin-left: auto;
    margin-right: auto;
    width: 35em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}

.panel-index button{
    text-transform: uppercase;
}

.panel-index .forgottenpassbehind .col-md-12 {
    margin-bottom: -7px;

}

.panel-index .forgottenpassbehind a {
    text-transform: none;
}

.panelError label {
    font-size: 24px !important;
}

.fondoInfo {
    position: relative;
    background: white;
    overflow: hidden;
    margin-top: 7%;
    margin-bottom: 7%;
}

.fondoInfo h1 {
    padding-top: 1em;
    font-size: 3vmax;
    color: red;
    text-align: center;
}

.fondoInfo h3 {
    padding-top: 1em;
    font-size: 2vmax;
    color: red;
    text-align: center;
}

.fondoInfo a {
    text-transform: uppercase;
    font-weight: bold;
}

.fondoInfo h5 {
    font-size: 1vmax;
    color: red;
    padding-bottom: 2em;
    text-align: center;
}

.fondoInfo .sucess {
    font-size: 3vmax;
    color: #000;
}

.fondoInfo:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
    background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOTAyIDgwMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNkZDI3Mjc7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5Mb2dvIERpc3BhcGVsZXMgTm9ybWFsIEJsYW5jbzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOTAwLDEwMzhjLTcxLjEsMC0xODYtNjIuNS0xODYtMTg0UzgxNS4xLDY2MSw4OTgsNjYxVjYyOGwtNDQ3LDFWMjY2YzAtMzAuMiwzNi0zMCwzNi0zMGg1NjhjMjMuOSwwLDI3LDI5LDI3LDI5LDAtMjMuMiwxLDQ3MC45LDEsNTg4LjJDMTA4Myw5ODAuOSw5NzEuMSwxMDM4LDkwMCwxMDM4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4MSAtMjM2KSIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTc4Myw2NjBIMzYyYy04NC43LDAtMTgxLDgxLjUtMTgxLDE5My4yUzI3Ny4yLDEwMzUsMzYxLDEwMzVINzgzUzY4MCw5NzUuOCw2ODAsODUxLDc4Myw2NjAsNzgzLDY2MFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xODEgLTIzNikiLz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-size: 77%;
    background-position: 0% 50%;
}

.fondoInfo form {
    padding: 50px;
    text-align: center;
    z-index: 2;
    position: relative;
}
.fondoInfoInside {
    position: relative;
    background: white;
    overflow: hidden;
}

.fondoInfoInside h1 {
    padding-top: 1em;
    font-size: 3vmax;
    color: red;
    text-align: center;
}

.fondoInfoInside h5 {
    font-size: 1vmax;
    color: red;
    padding-bottom: 2em;
    text-align: center;
}

.fondoInfoInside .sucess {
    font-size: 3vmax;
    color: #000;
}

.fondoInfoInside:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
    background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOTAyIDgwMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNkZDI3Mjc7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5Mb2dvIERpc3BhcGVsZXMgTm9ybWFsIEJsYW5jbzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOTAwLDEwMzhjLTcxLjEsMC0xODYtNjIuNS0xODYtMTg0UzgxNS4xLDY2MSw4OTgsNjYxVjYyOGwtNDQ3LDFWMjY2YzAtMzAuMiwzNi0zMCwzNi0zMGg1NjhjMjMuOSwwLDI3LDI5LDI3LDI5LDAtMjMuMiwxLDQ3MC45LDEsNTg4LjJDMTA4Myw5ODAuOSw5NzEuMSwxMDM4LDkwMCwxMDM4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4MSAtMjM2KSIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTc4Myw2NjBIMzYyYy04NC43LDAtMTgxLDgxLjUtMTgxLDE5My4yUzI3Ny4yLDEwMzUsMzYxLDEwMzVINzgzUzY4MCw5NzUuOCw2ODAsODUxLDc4Myw2NjAsNzgzLDY2MFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xODEgLTIzNikiLz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: 0% 50%;
}

.fondoInfoInside form {
    padding: 50px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.panel-public{
    max-width: 550px;
    min-width: 350px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
}

.panel-public .ui-widget-content {
    border: none;
    background: none;
    color: #1f1f1f;
}

.panel-public .ui-panelgrid .ui-panelgrid-cell {
    padding: 0px 0px;
}

.headerPublic {
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
    padding: 25px 100px 15px 100px;
    text-align: center;
    font-size: 2.5rem !important;
    width: 100%;
}

.headerPagoExitoso {
    background-image: url("/fact_e/javax.faces.resource/images/check.png.xhtml");
    background-position-x: 4%;
    background-position-y: 50%;
    background-size: 50px;
    background-repeat: no-repeat;
}

.panel-public a {
    text-align: center;
    font-size: 1.5rem;
    color: #000;
}

.panel-public label {
    color: #000;
}
.messages {
    padding-right: 25%;
    padding-left: 25%;
    padding-bottom: 5%;
    padding-top: 2%;
    margin-left: 2%;
    margin-right: 5%;
}

.messagesToken {
    max-width: 860px;
    padding-bottom: 5%;
    padding-top: 2%;
    margin-left: 2%;
    margin-right: 5%;
}

.messages .row {
    padding: 3px;
}

.messages input {
    width: 100%;
}

.messages .ui-message-icon-only {
    width: 25px;
    height: 25px;
}
.messages .ui-message-error {
    border: 1px solid;
    padding: 2px 3px;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    background: #ffffff;
    /*    -moz-box-shadow: inset 0 2px 2px #8f8f8f;
        -webkit-box-shadow: inset 0 2px 2px #8f8f8f;
        box-shadow: inset 0 2px 2px #8f8f8f;*/
    color: #453821;
}

.ui-growl {
    top: 83px !important;
    z-index: 5 !important;

}
.ui-growl-item {
    color: #000 !important;
    background: #fff !important;
    border: none !important;
}

.ui-shadow {
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.8) !important;
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.8) !important;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.8) !important;
}

.ui-widget-overlay {
    z-index: 4 !important;
    background: black !important;
    opacity: 0.6 !important;
}

.loadingdialog .ui-dialog {
    width: 15% !important;
    border-radius: 0px !important;
}

.loadingdialog .ui-widget-content {
    border: 0px !important;
}

.loadingdialog .ui-widget-header {
    border: 0px solid #d4d1bf;
    background: #dd2727;
    color: #FFF;
}

.loadingdialog img {
    width: 100px;
}

.loadingdialog .ui-corner-top {
    -moz-border-radius-topleft: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.ui-panel-title, .ui-dialog-title, .nombreEmpresa, .ui-datatable-header {
    font-size: 11px !important;
}

.ui-panelmenu .ui-menuitem-link {
    font-weight: unset !important;
}

hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.panelEditor {
    overflow: hidden;
}
.panelEditor .ui-grid-row div{
    margin-left: 0px !important;
}

/* Estilos de barra de carga heredados de Primefaces 6.3 */

.loadingdialog .ui-progressbar .ui-progressbar-value {
    display: flex !important;
    position: unset !important;
}

.loadingdialog .ui-progressbar {
    height: 1.2em;
    text-align: left;
    position: relative;
}

.loadingdialog .ui-progressbar-determinate .ui-progressbar-value {
    margin: -1px;
    height: 100%;
    width: 0%;
    position: absolute;
    display: none;
}

.loadingdialog .ui-progressbar-determinate .ui-progressbar-label {
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    font-weight: bold;
}

.loadingdialog .ui-progressbar-indeterminate {
    height: .5em;
    overflow: hidden;
}

.loadingdialog .ui-progressbar-indeterminate .ui-progressbar-value {
    border: 0 none;
}

.loadingdialog .ui-progressbar-indeterminate .ui-progressbar-value::before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: ui-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: ui-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.loadingdialog .ui-progressbar-indeterminate .ui-progressbar-value::after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: ui-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: ui-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.loadingdialog .ui-progressbar {
    border: 0 none;
    height: 1.714em;
    background-color: #eaeaea;
}
.loadingdialog .ui-progressbar .ui-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #dd2727;
}
.loadingdialog .ui-progressbar .ui-progressbar-label {
    margin-top: 0;
    color: #333333;
    display: none !important;
}

.spinnerDecimales input {
    width: 10px !important;
}

@-webkit-keyframes ui-progressbar-indeterminate-anim {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}
@keyframes ui-progressbar-indeterminate-anim {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes ui-progressbar-indeterminate-anim-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}
@keyframes ui-progressbar-indeterminate-anim-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

.ui-datatable .ui-datatable-header {
    margin-bottom: 0px;
}

.ui-paginator.ui-paginator-top {
    margin-bottom: 0px;
}

.ui-paginator.ui-paginator-bottom {
    margin-top: -5px;
}

@media screen and (min-width: 651px) {
    .scrollmain {
        height: 100%;
        overflow: hidden
    }

    .scrollmain .scrollmaindiv {
        height: 100%;
    }

    .scrollmain .scrollmaindiv .scrollmain-grid-col-2, .scrollmain-grid-col-10 {
        height: 88%;
        overflow-y: scroll;
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    display: none;
}

::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
    background: none;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: rgba(0,0,0,0.5);
}

.btn-dispared {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d9534f !important;
    margin-bottom: 0 !important;
    vertical-align: middle;
    background-image: none !important;
    white-space: nowrap;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    transition: 0.3s;
}

.btn-dispared:hover {
    background-color: #dd2727 !important;
    border-color: #dd2727 !important;
}

/*Elimina bordes de elementos p:panel*/
.reduceMargin {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
    background: none !important;
}
.reduceMargin .ui-panel-content{
    padding: 0px !important;
    margin: 0px;
}

/*Elimina bordes de elementos p:panelGrid*/

.reduceMarginPanelGrid .ui-panelgrid-content{
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
    background: none !important; 
}
.reduceMarginPanelGrid .ui-panelgrid-content .ui-grid-row{
    margin-bottom: 0px !important;
}

.companyHeaderGrid.ui-panelgrid>*>tr, 
.companyHeaderGrid.ui-panelgrid 
.ui-panelgrid-cell {
    border: none; 
}