@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

textarea { 
	font-family: "Roboto"; 
	font-size: 14px;
	height:30px;
	color: inherit; 
	background-color: #FFFFFF; 
	border: 1px solid #363636;
	border-bottom: 1px solid #ddd;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-goog-ms-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/sistemas/administracao/border-radius.htc);
}

select {  
	font-family: "Roboto"; 
	font-size: 14px;
	height:30px;
	color: inherit; 
	background-color: #FFFFFF; 
	border: 1px solid #363636;
	border-bottom: 1px solid #ddd;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-goog-ms-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/sistemas/administracao/border-radius.htc);
}

.table {
    width: 100%;
    display:block;
	border-spacing: 0;
}

#page {
    height: 100%; width: 100%
}

a:link {
	text-decoration: none;
	color: inherit;
}
a:visited {
    color: inherit;
}
a:hover {
	text-decoration: none;
	color: inherit;
}

.tramandai{
	font-weight: bold;
	font-family: "Roboto";
	font-size: 24px;
	color: #B22222;
	text-align: center;
}
.prefeitura_municipal{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 20px;
	color: black;
	text-align: center;
}
.marcado{
	font-weight: bold;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: bold;
	color: #B22222;
	text-align: center;
}
.nao_marcado{
	font-family: "Roboto";
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: center;
}
.div_empreendedor{
	background-image: url('eu_amo_tramandai.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.titulo_balcao_empreendedor{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 65px;
	color: white;
	text-align: center;
	vertical-align: top;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.texto_balcao_empreendedor{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 14px;
	color: white;
	vertical-align: top;
	text-align: center;
}
.div_fundo_red{
	background-color: #B22222;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.titulo_fundo_red{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 20px;
	color: white;
	vertical-align: top;
}
.texto_fundo_red{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 14px;
	color: white;
	vertical-align: top;
}
.div_fundo_branco{
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.titulo_fique_por_dentro{
	font-weight: bold;
	font-family: "Roboto";
	font-size: 22px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.texto_fique_por_dentro{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 14px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.button {
	background-color: #B22222;
	border:1px solid #B22222;
	display:inline-block;
	color: white;
	font-family:"Roboto";
	font-size:16px;
	font-weight:bold;
	padding: 15px 120px;
	text-decoration:none;
	text-shadow:1px 1px 0px #FFC0CB;
}

.buttonenviar {
	background-color: #B22222;
	border:1px solid #B22222;
	display:inline-block;
	color: white;
	font-family:"Roboto";
	font-size:16px;
	font-weight:normal;
	padding: 10px 10px;
	text-decoration:none;
	width: 200px;
}
.buttonsolicite {
	background-color: #B22222;
	border:1px solid #B22222;
	display:inline-block;
	color: white;
	font-family:"Roboto";
	font-size:11px;
	font-weight:normal;
	padding: 10px 10px;
	text-decoration:none;
	width: 250px;
	text-shadow:1px 1px 0px #FFC0CB;
}
.buttonescolha {
	background-color: #B22222;
	border:1px solid #B22222;
	display:inline-block;
	color: white;
	font-family:"Roboto";
	font-size:14px;
	font-weight:bold;
	padding: 10px 10px;
	text-decoration:none;
	width: 550px;
}
.button:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC0CB', endColorstr='#FFC0CB');
	background-color:#FFC0CB;
}
.buttonsolicite:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC0CB', endColorstr='#FFC0CB');
	background-color:#FFC0CB;
}
.buttonescolha:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC0CB', endColorstr='#FFC0CB');
	background-color:#FFC0CB;
}
.buttonenviar:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC0CB', endColorstr='#FFC0CB');
	background-color:#FFC0CB;
}
.div_fundo_bege {
	background-color: #efefdf;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.titulo_liberdade_economica{
	font-weight: bold;
	font-family: "Roboto";
	font-size: 22px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.sub_titulo_liberdade_economica{
	font-weight: bold;
	font-family: "Roboto";
	font-size: 15px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.texto_liberdade_economica{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 14px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}

ul {padding-left:1em}
li {padding-left:1em}

.texto_liberdade_economica_left{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 14px;
	vertical-align: center;
	color: #4f4f4f ;
}
.button_saiba_mais {
	background-color: #B22222;
	border:1px solid #B22222;
	display:inline-block;
	color: white;
	font-family:"Roboto";
	font-size:16px;
	font-weight:bold;
	padding: 15px 120px;
	text-decoration:none;
	text-shadow:1px 1px 0px #FFC0CB;
}
.button_saiba_mais:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC0CB', endColorstr='#FFC0CB');
	background-color:#FFC0CB;
}
.titulo_alvara_localizacao{
	font-weight: bold;
	font-family: "Roboto";
	font-size: 22px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.titulo_legislacao_municipio{
	font-weight: bold;
	font-family: "Roboto";
	font-size: 22px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.texto_legislacao_municipio{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 14px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.titulo_contato{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 18px;
	color: white;
	vertical-align: top;
}
.texto_contato{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 14px;
	color: white;
	vertical-align: top;
}
.div_fundo_cinza {
	background-color: #2e2e2e;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.div_fundo_preto {
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.titulo_profissionais_liberais{
	font-weight: bold;
	font-family: "Roboto";
	font-size: 22px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.texto_profissionais_liberais{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 14px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.titulo_certidao_de_viabilidade{
	font-weight: bold;
	font-family: "Roboto";
	font-size: 22px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.texto_certidao_de_viabilidade{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 14px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.titulo_autonomos{
	font-weight: bold;
	font-family: "Roboto";
	font-size: 22px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.texto_autonomos{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 14px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.titulo_mei{
	font-weight: bold;
	font-family: "Roboto";
	font-size: 22px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.texto_mei{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 14px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.titulo_mei_epp{
	font-weight: bold;
	font-family: "Roboto";
	font-size: 22px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.texto_mei_epp{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 14px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.titulo_entre_em_contato{
	font-weight: bold;
	font-family: "Roboto";
	font-size: 22px;
	text-align: center;
	vertical-align: center;
	color: #4f4f4f ;
}
.texto_entre_em_contato{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 15px;
	vertical-align: center;
	color: #999 ;
}
.texto_entre_em_contato_red{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 15px;
	color: #B22222;
}
.titulo_saiba_como_chegar{
	font-weight: bold;
	font-family: "Roboto";
	font-size: 15px;
	text-align: center;
	color: #4f4f4f ;
}
.texto_saiba_como_chegar{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 13px;
	vertical-align: center;
	color: #999 ;
}


.form-control{
	display:block;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.428571429;
	color:#555;
	vertical-align:middle;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px #F08080;
	box-shadow:inset 0 1px 1px ;
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-control:focus{
	border-color:#F08080;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px #F08080, 0 0 8px #F08080;
	box-shadow:inset 0 1px 1px #F08080,0 0 8px #F08080;
}
.form-control:-moz-placeholder{
	color:#999
}
.form-control::-moz-placeholder{
	color:#999
}
.form-control:-ms-input-placeholder{
	color:#999
}
.form-control::-webkit-input-placeholder{
	color:#999
}
.form-control[disabled],
.form-control[readonly],fieldset[disabled] 
.form-control{
	cursor:not-allowed;
	background-color:#eee
}
textarea.form-control{
	height:auto
}
.texto-form-control{
	font-weight: normal;
	font-family: "Roboto";
	font-size: 14px;
	color: #999;
	vertical-align: center;
}
input[type='file'] {
  display: none
}
label {
  background-color: #B22222;
  color: #fff;
  cursor: pointer;
  margin: 10px;
  padding: 3px 20px;
  font-family: "Roboto";
  font-size: 16px;
  width: 150px;
  color: white;
}
.progresso {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    border: 1px solid black;
    height: 100px;
    width: 400px;
	color: #B22222;
	font-family: "Roboto";
	vertical-align: center;
}