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

/* 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 green;
	padding: 1.5%;
	margin: 0 auto;
	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;
	padding: 0;
}



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

.navPerfil {
	float: right;
	vertical-align: middle;
	margin: 60px 45px 0 0;
	font-size: 14pt;
}
.navPerfil ul {
	margin: 0;
	padding: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}
.navPerfil li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}


/*	RODAPÉ	*/
#divProprietarioRodape {
	text-align: center;
	font-weight: bold;
	color: green;	
	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: 274px;
  	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;
}

.login-card input[type=submit] {
  	width: 100%;
  	display: block;
  	margin-bottom: 10px;
  	position: relative;
}

.login-card input[type=text], .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, 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: #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: #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: 1.7vw;
}
.imgCategoria {	
	margin: 0 7px;
	width: 100%;
	max-width: 90px;
}

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


/*	NAVEGAÇÃO LATERAL	*/
#divNavegacao {
	float: left;
	text-align: left;
	width: 22%; 
}

.imgMenuNavegacaoLateral {	
	margin: 0 5px;
	width: 80%;
	max-width: 36px;
	vertical-align: top;
}

.navLateral {
	/*float: left;*/
	margin: 0 0 2em 0; 
	padding: .25em 0em .25em 0em; 
	background: #f4f6f7; 
	width: 100%; 				/*	width: 22%;	*/ 
	text-align: left;
	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);
}

.navLateral ul { 
   margin: 0; 
   padding: 0; 
   list-style: none; 
} 

.navLateral ul li { 
   margin: 0; 
   padding: .4em; 
   list-style: none; 
} 

.navLateral ul a:link { 
   margin: 0; 
   padding: .2em 0em .2em .4em; 
   text-decoration: none; 
   font-weight: bold; 
   font-size: 1.6vw;
   display: block; 
} 

.navLateral ul a:active { 
   margin: 0; 
   padding: .25em .5em .25em .5em; 
   text-decoration: none; 
   font-weight: bold; 
   font-size: 1.6vw;
   display: block; 
} 

.navLateral ul a:visited { 
   margin: 0; 
   padding:  .25em .5em .25em .5em; 
   text-decoration: none; 
   font-weight: bold; 
   font-size: 1.6vw;
   display: block; 
} 

.navLateral ul li a:hover { 
   margin: 0; 
   padding: .2em 0em .2em .4em; 
   text-decoration: none; 
   font-weight: bold; 
   font-size: 1.6vw;
   background-color: gray; 
   color: white; 
   display: block; 
} 



/* 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 {
	width: 100%;
	text-align: left ;
	margin-left: auto;
	margin-right: auto;
}


#divFiltrosRelatorio, #divFiltrosRelatorio2 {
	text-align:left;
}
#divFiltrosRelatorio span {
	display: inline-block;
	margin: 12px 0;
}
#divFiltrosRelatorio2 span {
	display: inline-block;
	margin: 8px 0;
}
#divFiltroAtividades span {
	color: #999;
}
.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: 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="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.25vw;  
    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: 0;
	background: gray; 
	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;
}



/* 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;
}

#talhaoNaoEncontrado {
	display: none; /* O alerta deve iniciar oculto */
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
	margin-bottom: 15px;
	background-color: #FDA918;
	color: #fff;
	text-align: center;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
}


.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;
}

#tbMaquinariosCarga {
	width:75%;
}
#tbMaquinariosCarga input[type="text"] {
    border: none;
    color: #333;
    outline: 0 none;
    padding: 2px 0 2px 0;
    width: 95%;
    text-align: center !important;
    background: transparent;
}

#tbCargasFaturamento th, #tbCargasFaturamento td, 
#tbCargasRelatorio th, #tbCargasRelatorio td {
	font-size: 9pt;
	padding: 3px;
}
.trTotais td {
	font-weight: bold;
	padding: 5px 0;
}

#divTabelaPermissoes {
	width: 76%;
	text-align: left;
	float: right;
	display: block;
}



/*	'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;
}

#divContatos.popup label, #detDivContatos label, #detDivContatosAtividade label {
	width: auto;
}


/*	TABS	*/
.tabs {
    width:100%;
    display:inline-block;
}
 
/* Clearfix */
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}

.tab-links {
	padding-left: 10px;
	margin-bottom: 0;
}

.tab-links li {
	margin:5px;
    float:left;
    list-style:none;
}

.tab-links a {
    padding:9px 15px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    /*border: 1px solid #4c4c4c; */
    /*background:#7FB5DA; */
    background: rgba(66,130,196,0.15);
    /*font-size:16px;*/
    font-size:1.8vw;
    font-weight:600;
    color:#4c4c4c;
    transition:all linear 0.15s;
}

.tab-links a:hover {
    background:rgba(66,130,196,0.4);
    text-decoration:none;
}

li.active a, li.active a:hover {
    background: #4282C4;
    /*color:#4c4c4c;*/
    color: #fff;
}

/*----- Content of Tabs -----*/
.tab-content {
    /*padding: 15px;*/
    border-radius: 3px;
    border-top: 1px solid rgba(0,0,0,0.3);
    /*box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);*/
    /*background: #fff;*/
}

.tab {
    display:none;
}

.tab.active {
    display:block;
}




/* 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 ENTRAR, NOVO, ADICIONAR	*/
.botaoEntrar, .botaoNovo, .botaoAdicionar {
	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: #606C88; background-image: -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background-image: -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background-image: -moz-linear-gradient(top, #606C88, #3F4C6B);
	background-image: -ms-linear-gradient(top, #606C88, #3F4C6B);
	background-image: -o-linear-gradient(top, #606C88, #3F4C6B);
	background-image: linear-gradient(to bottom, #606C88, #3F4C6B);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoEntrar:hover, .botaoNovo:hover, .botaoAdicionar:hover {
	cursor:pointer;
	border:1px solid #4B546A;
	background-color: #4B546A; background-image: -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));
	background-image: -webkit-linear-gradient(top, #4B546A, #2C354B);
	background-image: -moz-linear-gradient(top, #4B546A, #2C354B);
	background-image: -ms-linear-gradient(top, #4B546A, #2C354B);
	background-image: -o-linear-gradient(top, #4B546A, #2C354B);
	background-image: linear-gradient(to bottom, #4B546A, #2C354B);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4B546A, endColorstr=#2C354B);
}
/* BOTÃO ENVIAR */
.botaoEnviar {
	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/sendemailIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoEnviar:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
/* BOTÃO BUSCAR DADOS */
.botaoBuscar {
	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: 45px; 		padding-right: 20px; 
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoBuscar:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/visualizarIcon.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 EXCEL */
.botaoExcel {
	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/excelIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoExcel:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
/* BOTÃO VER MAPA */
.botaoMapa {
	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: 45px; 		padding-right: 20px; 
	background: url(../imagens/mapIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/mapIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/mapIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/mapIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/mapIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/mapIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoMapa:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/mapIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/mapIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/mapIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/mapIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/mapIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/mapIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
/* BOTÃO VER ROTA */
.botaoRota {
	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: 45px; 		padding-right: 20px; 
	background: url(../imagens/routeIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/routeIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/routeIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/routeIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/routeIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/routeIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoRota:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/routeIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/routeIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/routeIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/routeIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/routeIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/routeIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
/* BOTÃO GERAR */
.botaoGerar {
	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/iconeExibir2.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoGerar:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
/* BOTÃO OK */
.botaoOK {
	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/matricular.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoOK:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
/* BOTÃO DEFERIR */
.botaoDeferir {
	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/aprovar.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/aprovar.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/aprovar.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/aprovar.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/aprovar.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/aprovar.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoDeferir:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/aprovar.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/aprovar.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/aprovar.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/aprovar.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/aprovar.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/aprovar.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
/* BOTÃO INDEFERIR */
.botaoIndeferir {
	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/reprovar.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/reprovar.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/reprovar.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/reprovar.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/reprovar.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/reprovar.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoIndeferir:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/reprovar.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/reprovar.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/reprovar.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/reprovar.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/reprovar.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/reprovar.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
/* BOTÃO DOWNLOAD */
.botaoDownload {
	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/downIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/downIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/downIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/downIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/downIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/downIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoDownload:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/downIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/downIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/downIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/downIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/downIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/downIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
/* 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) {
.navCategorias {	
	float: none;
}


/* TITULO	*/
.titulo h2 {
	font-size: 2vw;
	margin-top: .3em;
	margin-bottom: .3em;
}


/* FORMULARIOS	*/
label>span {
    font-size: 1.8vw; 
}
#formExemplo label>span {
	width: 15%;
}



	
}


