@CHARSET "ISO-8859-1";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100);

@font-face {
	font-family: 'OpenSans';
	src: url('fontes/OpenSans.ttf'); 
	format('truetype');
}

@font-face {
	font-family: 'OpenSansBold';
	src: url('fontes/OpenSans-ExtraBold.ttf'); 
	format('truetype');
}

/* elementos HTML5 para navegadores antigos */
article, aside, details, figcaption,
figure, footer, header, hgroup, nav, section {
	display: block;
}

/* clearfix para fazer a função de clear aos elementos com float */
.clearfix:before, .clearfix:after {content: ""; display: table; }
.clearfix:after {clear: both; }
.clearfix {zoom: 1; }

header {
	padding-bottom: 10px;		
}

body {
	border-top: 3px solid #21775F;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #f4f6f7;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer {
	line-height: 150%;
	text-align: center;
	font-size: small;
}

a:link, a:visited {
    color: #000;
    text-decoration: none; 
    font-weight: bold;   
}
a:hover {
    color: #000;
    font-weight: normal;
}

fieldset {
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
    min-width: 0;
}



/*	CABEÇALHO	*/
.logo {
	float: left;
	vertical-align: middle;
}



/*	RODAPÉ	*/
#divProprietarioRodape {
	text-align: center;
	font-weight: bold;
	color: #21775F;	
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: -5px;
}

#desenvolvidoPor {
	color: #333;
	background-color: #f4f6f7;
	font-size: 8.5pt;
	padding: 3px 0;
	margin: 25px 0 0;
	border-radius: 2px;
}

#desenvolvidoPor p {
	margin: 0;
}

#desenvolvidoPor a {
	color: #333;
}



/* CAIXA DE LOGIN */
.login-card {
	font-family: 'Roboto', sans-serif;
  	padding: 40px;
  	width: 320px;
  	background-color: #F7F7F7;
  	margin: 0 auto 10px;
  	border-radius: 2px;
  	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  	overflow: hidden;
}
.login-card h1 {
  	font-weight: 100;
 	text-align: center;
  	font-size: 2.3em;
  	margin: 10px 0 5px 0;
}
.login-card h3 {
	font-weight: 100;
	margin-top: 0;
}
.login-card input[type=submit] {
  	width: 100%;
  	display: block;
  	margin-bottom: 10px;
  	position: relative;
}
.login-card input[type=text], .login-card input[type=email], .login-card input[type=password] {
  	height: 44px;
  	font-size: 16px;
  	width: 100%;
  	margin-bottom: 10px;
  	-webkit-appearance: none;
  	background: #fff;
  	border: 1px solid #d9d9d9;
 	border-top: 1px solid #c0c0c0;
  	/* border-radius: 2px; */
  	padding: 0 8px;
  	box-sizing: border-box;
  	-moz-box-sizing: border-box;
}
.login-card input[type=text]:hover, .login-card input[type=email]:hover, input[type=password]:hover {
  	border: 1px solid #b9b9b9;
  	border-top: 1px solid #a0a0a0;
  	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login {
  	text-align: center;
  	font-size: 14px;
  	font-family: 'Arial', sans-serif;
  	font-weight: 700;
  	height: 36px;
  	padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.login-submit {
  	/* border: 1px solid #3079ed; */
  	border: 0px;
  	color: #fff;
  	text-shadow: 0 1px rgba(0,0,0,0.1); 
  	background-color: #21775F;		/*#4d90fe;*/
  	font-size: 12pt;
  	cursor: pointer;
  	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
  	/* border: 1px solid #2f5bb7; */
  	border: 0px;
  	text-shadow: 0 1px rgba(0,0,0,0.3);
  	background-color: #45CDA6; 	/*#357ae8;*/
  	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-card a {
  	text-decoration: none;
  	color: #666;
  	font-weight: 400;
  	text-align: center;
  	display: inline-block;
  	opacity: 0.6;
  	transition: opacity ease 0.5s;
}

.login-card a:hover {
  	opacity: 1;
}

.login-help {
  	width: 100%;
  	text-align: center;
  	font-size: 12px;
}




/* INFORMAÇÕES DO USUÁRIO NO TOPO DA PÁGINA */
.topuserinfo {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
}




/* CONTAINER PRINCIPAL	*/
.container {
	background-color: #fff;
	width: 95%;
	max-width: 960px;
	padding: 1.5%;	
	margin: 0 auto;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}



/* CATEGORIAS NO HEADER */
.navCategorias {
	float: right;
}

.itemCategoria {
	text-align: center;
	font-weight: bold;
	display: table-cell;
	font-size: 12pt;
	padding: 0 8px;
}

/* DIV CORPO - CONTÉM O CONTEÚDO PRINCIPAL */
.corpo {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
}




/* CONTEÚDO PRINCIPAL	*/
/*.conteudo {
	float: right;
	width: 76%;
	height: auto;
	text-align: center;
	margin: 0.3em 0 2em 0; 
}*/



/* DIVS NO CONTEUDO PRINCIPAL QUE CONTÉM O FORMULÁRIO DE CRIAÇÃO	*/
.cadastrarEditar {
	/*position: relative;*/
	width: 100%;
	text-align: left ;
	margin-left: auto;
	margin-right: auto;
}


.brMobile {
	display: inline-block;
	width: 25px;
}

#divLogoCabecalho {
	display: inline-block;
	width: 30%;
	text-align: left;
	vertical-align: middle;
}
#divInfoCabecalho {
	display: inline-block;
	width: 68%;
	text-align: center;
	vertical-align: middle;
}


/* INPUTS E FORMULÁRIOS */
input[type="text"] {
    font-size: 1.2em;
}
.form input[type="number"] {
	max-width: 70px;
}

input[type="text"], .form input[type="email"], .form input[type="password"], input[type="date"], .form input[type="number"], input[type="number"], .form input[type="time"], .form textarea, select, textarea {
    border: 1px solid #CCC;
    color: gray;
    height: 20px;
    font-size: 1.2vw; 
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    /*width: 65%;*/
    text-align: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
}
input[type="date"] {
	font-size: 1.4vw;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-transform: scale(1.4,1.4); -moz-transform: scale(1.4,1.4); -o-transform: scale(1.4,1.4);
}

select {
	width: auto;
	height: auto;
}

label {
    display: block;
    margin-bottom: 12px;   
}

label>span {
    float: left;
    width: 22%;
    text-align: right;
    padding-right: 10px;
    margin-top: 7px;
    color: #333;
    font-size: 1.2vw;  
    font-weight: bold;
}

span.nomeCampo {
	float: none;
	text-align: right;
    padding-right: 5px;
    margin-top: 5px;
    font-weight: bold;
}
span.valorCampo {
	float: none;
	text-align: left;
    font-weight: normal;
    padding-right: 40px;
}


/*	span para texto após outro span	*/
.spanTexto {
	font-weight: normal;
	width: 74% !important;
	text-align: left;
	float: right;
	display: block;
}




/*	TITULO	*/
.titulo {
	width: 100%;
	margin: 0 0 1em 0;
	color: white;
	/*padding: 8px 0;*/
	background: #21775F;
	text-align: center;
	/*font-size: 16pt;
	font-weight: bold; */
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}

.titulo h2 {
	margin-top: .3em;
	margin-bottom: .3em;
}

.h4Subtitulo {
	text-align: left;
	background:#4282C4; 
	color:white; 
	padding:7px;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 6px 4px -4px gray;
	-moz-box-shadow: 0 6px 4px -4px gray;
	box-shadow: 0 6px 4px -4px gray;
}


#divScore {
	display: inline-block;
	position: fixed;
	bottom: 35%;
	right: 0;
	margin: 0 7px;
	padding: 20px 30px 10px 30px;
	/*background-color: #F0EBE7;*/
	background-color: #002776;
	text-align: center;
	border-radius: 10px;
}
#tituloScore {
	font-size: 10pt;
	color: #FFF;
}
#valorScore {
	font-size: 35pt;
	font-family: 'OpenSansBold';
	color: #FFDF00;
}

.aSecao {
	display: block;
	background-color: #227A61; /*#4282C4;*/	/* #F0EBE7;*/
	padding: 10px 50px;
	text-align: left;
	border-radius: 5px;
	line-height: 160%;
}
.aSecao:link {
	color: #fff; /*#fff;*/	/* #87191B;*/
}
.aSecao img {
	float: left;
	vertical-align:middle;
	margin-right: 15px;
}
.divSecao {
	margin-top: -2px;
	overflow: auto;
	/*border: 3px solid #F0EBE7;*/
	padding: 0 15px;
	line-height: 150%;
}
.divQuestao {
	margin: 15px 0 25px 0;
	width: 100%;
}
.tituloQuestao {
	font-weight: bold;
}
.respostaQuestao {
	width: 100%;
	height: 85px !important;
}
.dicasQuestao {
	font-size: 11pt;
	color: #0063C9;
	margin:0 0 5px 0;
	line-height: 115%;
}


/* MENSAGEM DE SUCESSO OU ERRO APÓS ENVIAR FORMULARIO AO SERVIDOR	*/
.retornoForm {
	display: none; /* O alerta deve iniciar oculto */
	width: 100%;
	height: auto;
	overflow: hidden;
	/*position: fixed;
	z-index: 999999;*/
	padding: 10px 0;
	color: #fff;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
}

.alert-success {
  background-color: #2ecc71;
  margin-bottom: 15px;
}
.alert-warning {
  background-color: #FDA918;
  margin-bottom: 15px;
}
.alert-error {
  background-color: #e74c3c;
  margin-bottom: 15px;
}


.cursor-wait{
    cursor: wait !important;
}


/*	TABELAS	*/
.tbEstilo1, .tbEstilo2 {
	width: 100%;	
	max-width: 100%;
	border-collapse: collapse;	
}

.tbEstilo1 th, .tbEstilo1 td, .tbEstilo2 th, .tbEstilo2 td {
	/*font-size: 1em;*/
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
    padding: 3px 7px 2px 7px;
    text-align: center;    
    overflow: hidden;
    text-overflow: ellipsis;
}

.tbEstilo1 thead, .tbEstilo1 th, .tbEstilo2 thead, .tbEstilo2 th {
	/*font-size: 1.1em;*/
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: gray;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tbEstilo2 thead, .tbEstilo2 th {
	background-color: #4282C4 !important;
}

.tbEstilo1 tr.alt td{
    color: #000000;
    background-color: #eee;
}

.tbEstilo2 tr.alt td {
	background-color: #E0EFFF;
}

.tbEstilo1 tr.total td, .tbEstilo2 tr.total td {
    font-weight: bold;
}

.tbEstilo1 td input, .tbEstilo2 td input {
	text-align: center;
	border: none;
	background-color: rgba(255, 255, 255, 0);
	color: #000;
	width: 95%;
}

.tbEstilo1 td font, .tbEstilo2 td font {
	font-size: 9pt;
}

.tbEstilo2 td:nth-child(1) {
	text-align:left;
}
.tbEstilo2 td:nth-child(2) {
	width:30%;
}

.tdValor {
	border-left: 1px solid #000;
}
#tabela7-4 td:nth-child(2), #tabela7-4 td:nth-child(3), #tabela7-4 td:nth-child(4) {
	width:20%;
}
#tabela7-4 td:nth-child(1) input, #tabela7-5 td:nth-child(1) input {
	text-align: left;
}
#tabela7-7 td, #tabela7-8 td, #tabela7-9 td, #tabela7-10 td, #tabela7-11 td, #tabela7-12 td {
	width: 8%;
	padding: 3px 0;
}
#tabela7-7 td input, #tabela7-8 td input, #tabela7-9 td input {
	font-size: 9pt;
	padding: 0;
}
#tabela7-10 td, #tabela7-11 td, #tabela7-12 td {
	font-size: 8pt;
	padding: 0;
}
#tabela7-10 td:nth-child(1), #tabela7-11 td:nth-child(1), #tabela7-12 td:nth-child(1) {
	width: 25%;
	min-width: 200px;
	font-size: 9pt;
	padding: 3px 0 3px 3px;
}
.trSubItem td:nth-child(1) {
	padding-left: 15px !important;
	line-height: 110%;
}
.trEmprestimo td, .trEmprestimo td input {
	color: red;
}
.trReceitas, .tdResultadoFinalPositivo {
	background-color: #D8FFDD;
	font-weight: bold;
}
.trCustosVariaveis, .trCustosFixos, .trDespesasFinanceiras, .tdResultadoFinalNegativo {
	background-color: #FFC0C0;
	font-weight: bold;
	cursor: pointer;
}
.trCustosVariaveis {
	background-color: #FFF8A7;
}
.trMargemContribuicao {
	background-color: #C5BE97;
	font-weight: bold;
	line-height: 100%;
	padding: 5px 0 5px 3px;
}
.trResultadoOp {
	background-color: #D8D8D8;
	/*color: #033A60;*/
	font-weight: bold;
	line-height: 100%;
}
.trInvestimentos {
	background-color: #C5BE97;
	font-weight: bold;
	cursor: pointer;
}
.trResultadoFinal {
	background-color: #D8D8D8;
	font-weight: bold;
	line-height: 100%;
}
.trReceitas td:nth-child(1), .trCustosVariaveis td:nth-child(1), .trMargemContribuicao td:nth-child(1), .trCustosFixos td:nth-child(1), .trResultadoOp td:nth-child(1), .trInvestimentos td:nth-child(1), .trDespesasFinanceiras td:nth-child(1), .trResultadoFinal td:nth-child(1) {
	font-size: 11pt !important;
}
#divTabela7-13, #divTabela7-14, #divTabela7-15 {
	width: 70%;
	display: inline-block;
	vertical-align: top;
}
#tabela7-13 .trCustosVariaveis, #tabela7-14 .trCustosVariaveis, #tabela7-15 .trCustosVariaveis,
#tabela7-13 .trCustosFixos, #tabela7-14 .trCustosFixos, #tabela7-15 .trCustosFixos {
	cursor: default;
}
#tabela7-13 .trMargemContribuicao td, #tabela7-14 .trMargemContribuicao td, #tabela7-15 .trMargemContribuicao td,
#tabela7-13 .trResultadoOp td, #tabela7-14 .trResultadoOp td, #tabela7-15 .trResultadoOp td {
	padding: 3px 7px 2px 7px;
	line-height: 150%;
}
#tabela7-16 th, #tabela7-16 td {
	width: auto;
	font-size: 10pt;
	line-height: 120%;	
}
#tabela7-17 td:nth-child(2), #tabela7-18 td:nth-child(2), #tabela7-19 td:nth-child(2) {
	font-weight: bold;
}
.trFolga {
	height: 10px;
}


.divGrafico {
	width:100%;
	height: 300px;
	display: block;
}

.divGrafico2 {
	width: 29%;
	height: 220px;
	display: inline-block;
	vertical-align: top;
	margin: -15px 0 0 0;
}





/*	'POP-UP'	*/
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding-left: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 10;
    height: 550px;
    max-width: 98%;
    overflow-y:auto;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 7px;
    text-align: center;
    text-decoration: none;
    top: 8px;
    width: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.popup label {
    display: inline-block;
    text-align: left;
    width: 630px;
}




/* BOTÃO SALVAR, CADASTRAR */
.botaoSalvar, .botaoCadastrar {
	cursor:pointer;
	border:1px solid #4B546A;-webkit-box-shadow: #B7B8B8 0px 1px 0px inset;-moz-box-shadow: #B7B8B8 0px 1px 0px inset; box-shadow: #B7B8B8 0px 1px 0px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; font-size: 1em; color: #FFFFFF;
	background-color: #4B546A;
	padding-left: 36px; 
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoSalvar:hover, .botaoCadastrar:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}

/*	BOTÃO IMPRIMIR	*/
.botaoImprimir {
	cursor:pointer;
	border:1px solid #335D33;-webkit-box-shadow: #B7B8B8 0px 1px 0px inset;-moz-box-shadow: #B7B8B8 0px 1px 0px inset; box-shadow: #B7B8B8 0px 1px 0px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; font-size: 1em; color: #FFFFFF;
	background-color: green; 
	padding-left: 45px; padding-right: 15px; 
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(green), to(#335D33));
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, green, #335D33);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, green, #335D33);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, green, #335D33);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, green, #335D33);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, green, #335D33);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=green, endColorstr=#335D33);
}
.botaoImprimir:hover {
	background-color: #335D33;
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#335D33), to(#224022));
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #335D33, #224022);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #335D33, #224022);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #335D33, #224022);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #335D33, #224022);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #335D33, #224022); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#335D33, endColorstr=#224022);
}
/* BOTÃO CANCELAR	*/
.botaoCancelar {
	cursor:pointer;
	border:1px solid #4B546A;-webkit-box-shadow: #B7B8B8 0px 1px 0px inset;-moz-box-shadow: #B7B8B8 0px 1px 0px inset; box-shadow: #B7B8B8 0px 1px 0px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block; font-weight:bold; font-size: 1em; margin: 5px;
	padding-left: 40px; padding-right: 10px; 
	background: url(../imagens/deactivate2Icon.png) no-repeat 10px 6px; 
}
.botaoCancelar:hover {
	background-color: #ccc;
}
























/* MEDIA QUERIES PARA TELAS 'NORMAIS' - Entre 640px e 960px */
@media screen and (min-width: 641px) and (max-width: 960px) {


/* FORMULARIOS	*/
label>span {
    font-size: 1.8vw; 
}



	
}


