@CHARSET "ISO-8859-1";

/****************************************
 * Fixes para estilos
 *****************************************/
form fieldset {
    border-style: none;
    margin: 0 !important;
}

.header_bg
{
	background-image: radial-gradient(closest-side at 50% 50%, #76c6f1 0%, rgba(255, 255, 255, 0) 100.88095238095239%);
	background-position: 120% -25em;
	background-repeat: no-repeat;
	background-size: 180% 53em;
	z-index: -1;
}

.decorcont
{
    z-index: 100 !important;
}

.body
{
    z-index: 200 !important;
}

.footer
{
    position: fixed;
    bottom: 0%;
    background-color: #FFFFFF;
    z-index: 300;
}

.overall
{
	z-index: 900;
}

.overall-white
{
    z-index: 100;
}

.contlogin
{
    z-index: 250;	
} 

.spinner
{
    z-index: 1000;	
}

.messagecont
{
	z-index: 1100;	
}

.messagecont a {
  font-style: italic;
  font-size: 0.8em;
}

.messagetable
{
    height: 100%;  
}

.message_ok, .message_err
{
	cursor: pointer;
}

.g-recaptcha > div
{
	margin: auto !important;
}

a.username
{
    border: none;
    margin: 0em;
    display: inline;
    padding: 0em;
}

h2
{
	min-width: 122px;
	padding-bottom: 0.364em;
	background-color: rgba(0, 0, 0, 0);
	font-family: 'Trebuchet MS';
	font-style: normal;
	font-size: 1.833em;
	font-weight: 700;
	color: #4b4c4d;
}

.inputbox
{
	float: none;
}

/****************************************
 * Panel Login
 *****************************************/
 
.fadein {
	-webkit-transition: filter 0.5s ease-in-out;
  -moz-transition: filter 0.5s ease-in;
  -ms-transition: filter 0.5s ease-in;
  -o-transition: filter 0.5s ease-in;
  /*opacity: 1;*/
  
  filter: blur(7px); /* Someday, sigh ... */ 
	-webkit-filter: blur(7px); /* Prefixed CSS3 blur filters */
	-moz-filter: blur(7px); 
	-o-filter: blur(7px); 
	-ms-filter: blur(7px);
}

.fadeout {
	-webkit-transition: filter 0.5s ease-out;
  -moz-transition: filter 0.5s ease-out;
  -ms-transition: filter 0.5s ease-out;
  -o-transition: filter 0.5s ease-out;
  /*opacity: 0;*/
  
  filter: inherited;
	-webkit-filter: inherit; /* Prefixed CSS3 blur filters */
	-moz-filter: inherit; 
	-o-filter: inherit; 
	-ms-filter: inherit; 
}