/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04-abr-2016, 20:43:15
    Author     : modima65
*/

.ui-panelgrid-background-intro-system {
    background: url("/paco/javax.faces.resource/background_bytecode.jpg.xhtml?ln=images") no-repeat bottom center;
    overflow: hidden;
}

.ui-panelgrid-background-intro {
    background: url("/paco/javax.faces.resource/panorama.jpg.xhtml?ln=images") no-repeat center center;
    overflow: hidden;
}

.ui-panelgrid-background-welcome {
    background-color: white;
    background: url("/paco/javax.faces.resource/welcome_yard.jpg.xhtml?ln=images") no-repeat top center;
    vertical-align: middle;
    overflow: hidden;
}

.ui-layout-north {
    z-index:20 !important;
    overflow:visible !important;
}
.ui-layout-north .ui-layout-unit-content {
    overflow:visible !important;
}
.ui-widget-overlay {
    opacity: 0.1;
}

