@charset "utf-8";

html {
	background: #FFFFFF;
	font-family: Verdana, sans-serif !important;
	font-size: 12px !important;
	color: #000 !important;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 250px;
}

body {
	font-family: Verdana, sans-serif !important;
	font-size: 12px !important;
	margin: 0;
	height: 100%;
}

.h1,h1 {
	font-size: 30px !important;
}

.h2,h2 {
	font-size: 20px !important;
}

.h3,h3 {
	font-size: 18px !important;
}

.h4,h4 {
	font-size: 16px !important;
}

.h5,h5 {
	font-size: 14px !important;
}

.h6,h6 {
	font-size: 12px !important;
}

a {
	font-weight: bold;
	color: #336666;
}

a:focus,a:hover {
	color: #2C2C57 !important;
	text-decoration: underline;
}

label {
	margin-bottom: 0px !important;
	font-weight: normal;
}

button,input,select,textarea {
	font-family: sans-serif;
}

#logo {
	height: 97px;
	z-index: 1;
}

#logo h1 {
	position: absolute;
	z-index: 2;
	margin-left: 5%;
	float: left;
	width: 500px;
	height: 110px;
	background: url(../img/home/delegacia-virtual.png) no-repeat center;
	background-size: contain;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
}

#header {
	padding-top: 10px;
	height: 158px;
}

#page {
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

#bordaInferior {
	padding-top: 24px;
	padding-left: 5px;
    padding-right: 5px;
}

.pageLayout {
	background: #F5F5F5;
	position: relative;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin-bottom: -90px;
}

.container {
	height: 100%;
}

.clearfooter {
	height: 90px;
	clear: both;
}

.title {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 0 0;
	text-align: left;
}

.title>* {
	vertical-align: middle;
}

#menu {
	position: relative;
	height: 50px;
	background: #336666;
	z-index: 0;
}

.servicosArea {
	float: left;
	width: 94%;
	padding: 4%;
}

.servico {
	position: relative;
	width: 150px;
	height: 130px;
	border-radius: 10px;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}

.servico .titulo {
	color: #FFF !important;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	min-height: 29px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	text-align: center;
	line-height: 15px;
}

.servico .legenda {
	color: #FFF !important;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	min-height: 29px;
	width: 100%;
	padding: 5px 0px;
	font-size: 12px;
	text-align: center;
}

.servico img {
	position: absolute;
	left: 50%;
	top: 46%;
	margin-top: -35px;
	margin-left: -35px;
}

.suporte {
	float: left;
	padding: 10px;
}

#conteudoHome {
	float: left;
	width: 90%;
}

#barraDireita {
	float: left;
}

#idioma {
	float: right;
	right: 0px;
	position: relative;
	width: 352px;
	margin-top: 18px;
	z-index: 1;
}

.registroOcorrencia {
	background: #993399;
}

.rouboFurtoCelular {
	background: #CC0000;
}

.denuncia {
	background: #3399FF;
}

.perturbacaoSossego {
	background: #009999;
}

.exercicioIlegal {
	background: #546E7A;
}

.desaparecimentoPessoas {
	background: #FF6633;
}

.calunia {
	background: #669933;
}

.difamacao {
	background: #E1904B;
}

.injuria {
	background: #CC6666;
}

.ameaca {
	background: #004E7F;
}

.constrangimentoIlegal {
	background: #333399;
}

.violacaoDomicilio {
	background: #006600;
}

.preRegistro {
	background: #CC9900;
}

.imgBotaoPreRegistro {
	background-image: url('../img/home/preRegistro.png');
	text-align: center;
	line-height: 210px;
}

.nota {
	margin: 5px;
	text-align: justify;
}

.acompanhamento {
	margin: 10px;
	text-align: justify;
}

.acompanhamento>ul {
	margin: 10px;
}

.telefones {
	margin: 5px;
	display: inline;
}

.telefone {
	float: left;
	font-size: 12px;
}

.telefone>img {
	height: 45px;
	width: 45px;
}

.telefone>* {
	vertical-align: middle;
}
/*Forms*/
input[type=text],input[type=password],textarea,select {
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 2px 0 10px 0;
}

input[type=text]:focus,input[type=password]:focus,select:focus,textarea:focus
	{
	background-color: #FFFFCE;
	border-bottom: solid 1px;
	color: Black;
}

input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin-left: -1px;
	color: red;
}

input[type=submit],input[type=button],input[type=reset] {
	width: 160px;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 2px;
}

.required .msgError {
	padding-left: 2px;
}

.divError {
	margin: 5px;
	padding: 5px;
}

.imgError {
	margin-left: 30px;
}

/* COMPONENTE FIELD */
.fieldComponent {
	width: 100%;
	min-height: 25px;
	float: left;
}

.fieldComponent input {
	margin-right: 10px;
}

.fieldComponent select {
	margin-right: 10px;
}

.fieldComponent .error {
	margin: 1px;
	border: 1px solid #E5973E;
	background-color: #FFDEAD;
	padding: 2px;
	color: red;
}

.fieldComponent .label {
	float: left;
	width: 250px;
	text-align: right;
	font-weight: bold;
	padding: 5px;
	color: #333333;
}

.fieldComponent .small {
	display: block;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	width: 240px;
	color: #666666;
	white-space: normal !important;
}

.fieldComponent .value {
	display: table-row;
}

.fieldComponent .required {
	color: red;
	padding-left: 2px;
}

.fieldComponent img {
	padding-top: 1px;
}

.fieldComponent .errorMessage {
	margin-left: 3px;
}

.label-display {
	font-weight: bold;
	color: #333333;
	padding-right: 5px;
}

.fonteVermelha {
	color: red;
}

.fontePreta {
	color: black;
}
/*Layout antigo*/
#footer {
	width: 100%;
	margin: 0 auto;
	bottom: 0px;
	position: relative;
	padding: 10px 0 0 0;
	height: 90px;
	background-color: #F5F5F5;
}

#footer p {
	text-align: justify;
}

#footer a {
	color: #999999;
}

#footerBrasao {
	float: left;
}

#footerTexto {
	float: left;
	padding: 10px 10px;
	width: 100%;
	text-align: center;
}

#footerImagens {
	text-align: center;
}

#footer > * > *> * > *{
	vertical-align: middle;
}

#menuSuperior {
	background: none;
	color: #FFFFFF !important;
	height: 50px;
	z-index: 3;
	border: 0px;
	margin-left: 338px;
	margin-top: -50px;
}

#menuSuperior ul {
	float: right;
	list-style: none;
	z-index: 3;
}

#menuSuperior ul li {
	display: inline-block;
	color: #FFF;
	padding: 5px;
}

#menuSuperior ul>li>a {
	background-color: transparent !important;
	color: #FFFFFF;
	opacity: 0.8;
}

.formLogin {
	margin: 0 auto;
	width: 60%;
}

.captchaComponent {
	height: 130px !important;
}

.label {
	font-size: 100% !important;
}

.botoesLogin {
	width: 50%;
	margin: 0 auto;
}

.marginCaptcha {
	margin-left: 250px;
}

.botoesForm {
	width: 100%;
	text-align: center;
}

#formulario {
	float: left;
	width: 954px;
	position: relative;
	margin-top: 16px;
	margin-bottom: 16px;
}

#formulario h4 {
	font-size: 14px;
	font-weight: bold;
}

#Registro {
	float: left;
	width: 540px;
	text-align: justify;
	position: relative;
	padding-top: 12px;
	margin-left: 30px;
	font-size: 10px;
	border-bottom: solid 1px #BBB;
}

.caixaPict {
	float: left;
	width: 280px;
	text-align: justify;
	position: relative;
	margin-right: 20px;
}

.caixaPict .BotGra {
	margin-top: 10px;
	margin-bottom: 25px;
}

.caixaPictB {
	float: left;
	text-align: justify;
	width: 280px;
	position: relative;
}

.ajuda {
	margin-bottom: -2px;
	margin-left: 4px;
}

/*Desaparecidos*/
#stylized {
	width: 720px;
	margin: auto;
	text-align: left;
	padding: 20px;
	padding-top: 5px;
	position: relative;
}

#stylized h1 {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 16px !important;
	font-weight: bold;
	font-family: sans-serif;
	margin-top: 25px;
	margin-left: -5px;
	margin-right: -5px;
}

#stylized p {
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	font-size: 11px;
	margin-bottom: 15px;
	margin-left: -5px;
	margin-right: -5px;
	padding-bottom: 5px;
}

.buttonBar {
	margin-top: 30px;
	text-align: right;
}

.buttonBar .space {
	margin-left: 10px;
	margin-right: 10px;
	border: solid 1px #DCD5CF;
	width: 2px;
}

.letraBar {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: whitesmoke;
	border-top: solid 1px #DCD5CF;
}

.panelGridColl {
	vertical-align: middle;
	text-align: center;
	/*font-weight: bold;*/
	width: 80px;
}

.panelGridCollAdd {
	vertical-align: middle;
	text-align: left;
}

.panelGridCollTop {
	vertical-align: top;
	text-align: justify;
}

.ui-growl .ui-widget-header {
	background: none;
	background: #e2e2e2;
}

.classBlock {
	background-color: whitesmoke;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.70;
	z-index: 998;
	border-style: none;
	position: fixed;
}

.statusMessage {
	background-color: #FF4040;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	float: right;
}

.progressBar {
	z-index: 999;
	border-style: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: 10px;
}

.fontTextoPadrao {
	font-size: 12px;
}

.required {
	color: red;
	padding-left: 2px;
}

.cabeFormulario {
	border: 1px solid #CCC;
	border-radius: 10px;
	padding: 7px;
	margin: 6px;
}

.descOcorrencia {
	float: left;
	width: 32%;
	min-height: 372px;
	text-align: justify;
	position: relative;
	border: 1px solid #CCC;
	border-radius: 10px;
	padding: 7px;
	margin: 6px;
	min-width: 165px;
}

.descUmaOcorrencia {
	min-height: 300px;
	text-align: justify;
	position: relative;
	border: 1px solid #CCC;
	border-radius: 10px;
	padding: 7px;
	float: none;
	margin: 0 auto;
	min-width: 160px;
	max-width: 930px;
}

.botaoRegisOcorrencia {
	position: absolute;
	bottom: 0px;
	right: 28%;
}

.divLinkBotaoReg {
	height: 100%;
}

.grupoDescOcorrencia {
	margin-left: 50px;
	height: 1%;
	padding: 7px;
	margin: 6px;
	overflow: hidden;
}

.botaoRegistro {
	width: 40%;
	position: relative;
	height: 120px;
	border-radius: 10px;
	float: none;
	margin: 0 auto;
	text-align: center;
	min-width: 150px;
}

.botaoRegistroExtravio {
	background: #990066;
}

.botaoRegistroFurto {
	background: #993366;
}

.botaoRegistroRoubo {
	background: #CC9900;
}

.botaoRegistroFurtoCel {
	width: 20%;
	background: #CC0000;
}

.botaoRegistroDenuncia {
	width: 20%;
	background: #3399FF;
}

.botaoRegistroExercProf {
	width: 20%;
	background: #546E7A;
}

.botaoRegistroCalunia {
	width: 20%;
	background: #669933;
}

.botaoRegistroDifamacao {
	width: 20%;
	background: #E1904B;
}

.botaoRegistroInjuria {
	width: 20%;
	background: #CC6666;
}

.botaoRegistroAmeaca {
	width: 20%;
	background: #004E7F;
}

.botaoRegistroConstIlegal {
	width: 20%;
	background: #333399;
}

.botaoRegistroViolacaoDom {
	width: 20%;
	background: #006600;
}

.botaoRegistroDesaparecimento {
	background: #FF6633;
}

.botaoConsultaDesaparecimento {
	background: #FF9933;
}

.botaoInformarLocalizacao {
	background: #FF9966;
}

.legendaRegistro {
	font-size: 13px;
	color: #FFF !important;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	min-height: 29px;
	width: 100%;
	padding: 5px 0px;
	text-align: center;
}

.imgRegistro {
	margin-top: 20px;
}

.espacoParagrafo {
	margin: 25px;
}

.perguntasFreqPanel .rich-stglpanel-header {
	background-image: none;
	background-color: transparent;
	border-color: transparent;
	color: #3E3E3E  !important;
	height: 30px;
	font-size: 13px;
	font-family: Verdana,sans-serif !important;
	font-weight: bold;
	border-top: none;
	border-bottom: none;
	border-right: none;
	margin-top: 1px;
	margin-bottom: 5px;
	/*border-left-color: #366 !important;
	border-left-width: 5px;*/
	
}
.rich-stglpanel.perguntasFreqPanel{
	border-top: none;
	border: none;
}
.perguntasFreqPanel .rich-stglpanel-body {
	font-size: 13px;
}
.rich-toolbar {
	border: none;
	background-image: none;
	background-color: #5F8385;

}
.rich-toolbar-item .span{
	color: #FFFF;
}
.rich-table-header {
	background-image: none;
	background-color: #5F8385;
}
.rich-calendar-tool {
	background-color: #5F8385;
}

.rich-calendar-month {
	background-color: #5F8385;
}
.rich-panel-header {
	background-color: #5F8385;
	background-image: none;
    border-color: #5F8385;
}
.rich-table-header-continue {
	background-color: #5F8385;
}
.rich-table-subheader {
	background-color: #5F8385;
}
.rich-table-subheadercell{
	color: #FFF;
}

/*Devices*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width: 479px) {
	.container {
		width: 100%;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	#header {
		padding-top: 0px;
		height: 150px;
	}
	#logo {
		height: 100px;
	}
	#logo h1 {
		background: url(../img/home/delegacia-virtual-m.png) no-repeat center;
		width: 325px;
		margin-left: 0%;
		z-index: 2;
	}
	.menu {
		z-index: 1;
	}
	#menuSuperior {
		margin-left: 0px !important;
		margin-top: -50px;
		z-index: 3;
	}
	#idioma {
		width: 95%;
	}
	.imgIdioma {
		width: 20%;
		height: 20%;
	}
	.servico {
		width: 300px;
		height: 108px;
	}
	.servico .titulo {
		font-size: 13px;
	}
	.servico .legenda {
		font-size: 13px;
	}
	.fieldComponent .label {
		text-align: left !important;
		width: 100% !important;
	}
	.formLogin {
		margin: 0 auto !important;
	}
	.botoesLogin {
		width: 90% !important;
	}
	.marginCaptcha {
		margin-left: 10px !important;
	}
	.fieldComponent .small {
		text-align: left;
		!
		important;
	}
	form {
		width: 100% !important;
	}
	.fieldComponent select {
		width: 100% !important;
	}
	#Registro {
		width: 100% !important;
		margin-left: 5px !important;
	}
	#formulario {
		width: 100% !important;
	}
	.pageLayout{
		margin-bottom: -150px;
	}
	.clearfooter {
		height: 150px;
	}
	#footer{
		height: 150px;
	}
	
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) and (max-width: 767px) {
	#header {
		padding-top: 0px;
		height: 150px;
	}
	#logo {
		height: 100px;
	}
	#logo h1 {
		background: url(../img/home/delegacia-virtual-m.png) no-repeat center;
		width: 345px;
		margin-left: 0%;
	}
	#idioma {
		width: 95%;
	}
	#menuSuperior {
		margin-left: 0px !important;
	}
	.servico {
		width: 290px;
		height: 108px;
	}
	.servico .titulo {
		font-size: 13px;
	}
	.servico .legenda {
		font-size: 13px;
	}
	.fieldComponent .label {
		text-align: left !important;
		width: 100% !important;
	}
	.formLogin {
		margin: 0 auto;
	}
	.botoesLogin {
		width: 90% !important;
	}
	.marginCaptcha {
		margin-left: 10px !important;
	}
	form {
		width: 100% !important;
	}
	.fieldComponent select {
		width: 100% !important;
	}
	#Registro {
		width: 100% !important;
		margin-left: 5px !important;
	}
	#formulario {
		width: 100% !important;
	}
	.pageLayout{
		margin-bottom: -150px;
	}
	.clearfooter {
		height: 150px;
	}
	#footer{
		height: 150px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width: 991px) {
	/*.container {
		    width: 750px;
		}*/
	#header {
		padding-top: 0px;
	}
	#logo h1 {
		background: url(../img/home/delegacia-virtual.png) no-repeat center;
		width: 500px;
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#menuSuperior {
		margin-left: 0px !important;
	}
	#idioma {
		margin-right: 10px !important;
	}
	.fieldComponent .label {
		text-align: left !important;
		width: 80px;
	}
	.formLogin {
		margin: 0 auto;
	}
	.botoesLogin {
		width: 90% !important;
	}
	.pageLayout{
		margin-bottom: -150px;
	}
	.clearfooter {
		height: 150px;
	}
	#footer{
		height: 150px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width: 1199px) {
	/*.container {
    		width: 940px !important;
		}*/
	.navbar-nav>li>a {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	/* .container{
	    	width: 1140px !important;
	    }*/
	.navbar-nav>li>a {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}

/*====Containers====*/
/* LG Optimus */
@media only screen and (max-width: 213px) { /*.container {
		width: 200px!important;
	}*/
}
/* iPhones 6*/
@media only screen and (min-width: 375px) and (max-width: 667px) and
	(-webkit-min-device-pixel-ratio: 2) { /*.container {
	  width: 100%!important;
	}*/
}
/* Sony Experia*/
@media only screen and (max-width: 1024px) { /*.container {
	  width: 100%!important;
	}*/
}