/*** Importante ***/
/* A página geral trata-se de toda configuração css que será repetida/padronizada a todas o site. */

/*-------------------------------------------------------------------------------------------*/


/*** Topo ***/
h1.head{
	float: left;
	color: #700;
	text-indent: 10px;
	font-size: 32pt;
}
/*** Fim Topo ***/

/*-------------------------------------------------------------------------------------------*/

/*** Content ***/
#cont-site, #bgFaixa{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 10px;
}

#form_produto{
	
}
#form_produto section{
	width: 50%;
	height: auto;
}
#form_produto section input, #form_produto section label, #form_produto section textarea, #select select{
	display: block;
	overflow: hidden;
	line-height: 18pt;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 90%;
	margin: 0 5% 5px 5%; 
}
#text_area, #select{
	width: 100%;
}
#text_area textarea, #text_area label, #select label, #select select{
	margin: 0 2.5% 5px 2.5% !important;
	width: 95% !important;
}
#select select{
	height: 30pt; 
}
#form_produto section input{
	text-indent: 5px;
}

.btn{
	width: auto;
	line-height: 28pt;
	font-size: 12pt;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	margin-top: 10px;
	padding: 0 20px;
	cursor: pointer;
}
.btn-green{
	background: #88cc11;
	color: #000;
}
.btn-red{
	background: #f00;
	color: #fff;
}
.Exid_table{
	width: 90%;
	margin: 10px 0 10px 5%;	
}
.Exid_table thead * td{
	font-weight: bold;
}
.Exid_table * td{
	border-bottom: 1px dotted #555;
	padding: 5px 10px;
	text-align: left;
	border-collapse: collapse;

/*** Fim Content ***/
 
 /*-------------------------------------------------------------------------------------------*/
 
/*** Rodape ***/

/*** Fim Rodape ***/	

/*-------------------------------------------------------------------------------------------*/

/*** Sizes Screens ***/	
@media only screen and (max-width: 1920px) /* FullHD */
{

}

/*----------------------------------------------------*/

@media only screen and (max-width: 1440px) /* HD */
{
	
}

/*----------------------------------------------------*/

@media only screen and (max-width: 1280px) /* Regular Size */
{

}

/*----------------------------------------------------*/

@media only screen and (max-width: 980px) /* Monitores antigos */
{
	
}
