html,body {
	background-color: #fefefe;
	font-family: sans-serif;
	color: #00351c;
	padding: 0;	
	top: 0;
	margin: 0;
	height: 100%;
	min-height: 100%;
}
.wrapper {
  height: 100%;
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
 
.wrapper div.login {
	padding:10px;	
 	border: 1px solid rgba(0, 0, 0, .3);
 	text-align: center;
}
.bar {
	background-color:#eaeaea;
 	border-top: 1px solid rgba(0, 0, 0, .3);
 	border-bottom: 1px solid rgba(0, 0, 0, .3);
 	text-align: center;
}
.identifica1{
	font-size: 15px;
}
.identifica{
	font-size: 30px;
	font-weight: bold;
}
.img_login{
	width: 300px;
}

*{
	font-size: 15px;
}
a {
	text-decoration: none;
}

a:HOVER {
	text-decoration: none;
}

img {
	border: 0px;
}
#corpo{
	width:900px;
	float:none;
  	margin:0 auto;
  	display:block;
}
#menu{
	display: none;
}
#local{
	background: -webkit-gradient(linear, left top, right top, from(#39b44c), to(#fefefe)) no-repeat;
    background: -moz-linear-gradient(left, #39b44c, #fefefe);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#39b44c', EndColorStr='#fefefe');
    color: #ffffff;
}

.padrao_both{
	clear:both;
}
.padrao_posicao_centro{
	float:none;
  	margin:0 auto;
  	display:block;
}
.responsive-div{
	position: relative;
	float: left;
	padding-left: 10px;
}
.bt{
	margin-top: 5px;
	margin-bottom: 5px;
}
.titulo-1{
	font-size: 18px;
}
/*tamanho de labels*/
.form-label{
	margin-left:10px;
}
/*tamanho de componentes*/
.form-comp-250{
	width: 250px;
	float: left;
}
.form-comp-90{
	width: 90px;
}
.form-comp-2{
	width: 200px;
}
.form-comp-150{
	width: 150px;
}

.comp-login{
	width: 300px !important;
	font-size: 20px !important;
}


/*Componente float left*/
.float-left{
	float: left;
}
/*-----------------------*/
/*-----------------------*/
/*Componentes prime faces*/
/*-----------------------*/
/*-----------------------*/

.ui-menu .ui-menu-parent  .ui-menu-child {
	white-space: nowrap !important;
	width: 170px !important;
}
.ui-grid-responsive,.ui-grid-row{
	 border: none !important;
	 padding: 0px;
	 margin: 0px;
}
.ui-inputtext,.ui-password,.ui-inputtextarea,.ui-button,.ui-button-text,.ui-selectonemenu-item,.ui-selectonemenu-list-item,.ui-selectonemenu,
.ui-helper-hidden-accessible,.ui-selectonemenu,.ui-widget,.ui-state-default,.ui-corner-all{
	font-size: 25px !important;
}
/*-----------------------*/
/*-----------------------*/
/*logotipo tcheweb*/
/*-----------------------*/
/*-----------------------*/

#logo_tche{
	position:fixed;
  	right:5px; 
	bottom:10px;
  	overflow:hidden;
}


/*-----------------------*/
/*-----------------------*/
/*Home*/
/*-----------------------*/
/*-----------------------*/



@media screen
	and (max-width: 900px) {
	#corpo{
		width:650px;
	}
	#zero{
		width: 0px;
	}
}
	
@media screen
	and (max-width: 650px) {
	#corpo{
		width:500px;
	}
	
}

@media screen
	and (max-width: 520px) {
	#corpo{
		width:100%;
	}

}