/*
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 : 15/nov/2014, 13:07:14
    Author     : prego
*/




html {  
  /*//url('/faces/javax.faces.resource/imgs/catFundo.jpg')
  //background-color: #afc2d4;
  //background-image: url('/faces/javax.faces.resource/imgs/catFundo.jpg');
  */
  background: white url('/faces/javax.faces.resource/imgs/catFundoLogin.jpg');
  background-repeat: no-repeat;
  background-position: 7% 20%;
  background-attachment: fixed; 
  
  background-size: 20%;
}

.loginPosition {
    position: fixed;
    top: 25%;
    left: 30%;
    border: black solid thin;
    width: 48%;
    font-family: sans-serif;
    font-size: small;
}

.rgpdPosition {
    position: fixed;
    top: 10%;
    left: 30%;
    border: black solid thin;
    width: 48%;
    font-family: sans-serif;
    font-size: small;
}


.loginPositionx {
    position: fixed;
    top: 10%;
    left: 30%;
    border: black solid thin;
    width: 48%;
    font-family: sans-serif;
    font-size: small;
}

.loginPosition2 {
    position: fixed;
    top: 50%;
    right: 18.3%;
    width: 30%;
}


.loginPosition3 {
    position: fixed;
    top: 60%;
    right: 17%;
    width: 30%;
}


.radioPP {
    position: fixed;
    top: 15%;
    right: 14%;
    font-size: small;
}

.btPP {
    position: fixed;
    top: 20%;
    right: 9%;
    height: 30px;
    font-size: small;
    font-size-adjust: inherit;
}

.bt{
    width: 25px;
    font-size: 75% !important;
    text-align: center !important;
}


.tabResults {
    position: fixed;
    top: 30%;
    right: 3%;
    font-size: small;
    font-size-adjust: inherit;
    width: 65%;
    
    overflow: auto;
    padding-bottom: 5px;
    padding-right: 10px;
    
}


p {
    
    font-size: x-small;
    color: black;
    
}

.ui-growl ui-widget{
    
    font-size: x-small;
    
}

.ui-datatable-hor-scroll .ui-datatable-tablewrapper,.scrolling-div .ui-datatable-tablewrapper    
    {    
    overflow: auto;    
    width: 100% !important;    
    height: 100%;
    padding-bottom: 5px;    
}    
    
.datatable {    
    padding-left: 10px;    
    padding-right: 10px;    
} 
