body {
	background-color: #EEE;
	font-family: "Arial";
}
.main  {
	padding-top: 20px;
	padding-bottom: 40px;
}
header.header {
	box-shadow: 0 0 10px rgba(0,0,0,0.05), 4px 4px 10px rgba(0,0,0,0.1);
}
.city-header {
	border-bottom: 1px solid #DDD;
}

.city-certification{
	width: 62px;
	height: 62px;
	float: left;
	margin-right: 10px;
}
.city-certification.cstatus-atualizada{
	background: url(../img/icos/pagina-cidades-legislacao.png) no-repeat scroll -90px 0px transparent;
}
.city-certification.cstatus-consolidada{
	background: url(../img/icos/pagina-cidades-legislacao.png) no-repeat scroll 0px 0px transparent;
}
.city-certification.cstatus-noatualizada{
	background: url(../img/icos/pagina-cidades-legislacao.png) no-repeat scroll -270px 0px transparent;
}
.city-certification.cstatus-noconsolidada{
	background: url(../img/icos/pagina-cidades-legislacao.png) no-repeat scroll -180px 0px transparent;
}
.block {
		background: #FFF;
    color: #333;
		box-shadow: 0 0 10px rgba(0,0,0,0.05), 4px 4px 10px rgba(0,0,0,0.1);
		border-radius: 5px;
		margin-top: 30px;
		padding: 15px;
		overflow: auto;
}
.block.ads {
	text-align: center;
}
.block.content {
	background-color: #3c4859;
	color: white;
	padding: 5px
}
.block.content > .content {
	background-color: white;
	color: black;
	padding: 15px;
	overflow: auto;
	display: none;
}
.block.content.active > .content {
	display: block;
}
.block.content > .header {
	font-size: 20px;
	padding: 12px;
	overflow: auto;
	cursor: pointer;
	box-shadow: none;
}
.block.content > .header > .arrow {
	float: right;
	position: relative;
	top: 4px;
	left: -6px;
}
.block.content.active >.header > .arrow.up{
	display: block;
}
.block.content.active >.header > .arrow.down{
	display: none;
}
.block.content >.header > .arrow.up{
	display: none;
}
.block.content >.header > .arrow.down{
	display: block;
}
.btn-leismunicipais {
	border: none;
	border-radius: 5px;
	box-shadow: 0px 0px 2px grey;
	font-size: 1.2em;
	font-weight: 400;
	height: 50px;
	cursor: pointer;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
}
.btn-leismunicipais.danger {
	background-color: #d42232;
	border: .5px solid #8f2224;
	color: white;
}
.btn-leismunicipais.grey {
	background-color: #eaeaea;
	border: .5px solid #dbdbdb;
	color: black;
	box-shadow: none;
	text-align: center;
	padding-top: 15px;
}
.btn-leismunicipais.grey:hover {
	background-color: #ddd;
	text-decoration: none;
}
.btn-leismunicipais.link {
	height: 30px;
	background-color: white;
	border: none;
	box-shadow: none;
	padding: 5px;
}
.btn-leismunicipais.link:hover {
	text-decoration: underline;
}
.btn-leismunicipais.danger:active{
	background-color: #89191c;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-leismunicipais.danger:hover{
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.input-leismunicipais {
	height: 50px;
	padding-left: 15px;
	color: grey;
	border: none;
	font-size: 1.2em;
	font-weight: 400;
	border: .5px solid #d7d7d7;
	border-radius: 5px;
	padding-right: 15px;
}
.input-leismunicipais > input {
	height: 100%;
	color: grey;
	border: none;
	font-size: 1.2em;	
}
.time-interval > input {
	width: 49.9%;
	margin: 0px;
	border-radius: 5px;
}
.time-interval > input:last-child {
	float: right;
	text-align: right;
}
.time-interval > input:first-child {
	float: left;
	text-align: left;
}
.form-right > .input-leismunicipais {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	float: left;
	width: 80%;
}
.form-right > .btn-leismunicipais {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	width: 20%;
}
.block	 .separator {
	border-top: .5px solid #efefef;
	margin: 20px;
}
.hidden-desktop {
	display: none;
}
@media screen and (max-width: 768px) {
	.form-right > .input-leismunicipais {
		border-bottom-right-radius: 5px;
		border-top-right-radius: 5px;
		width: 100%;
	}
	.form-right > .btn-leismunicipais {
		border-bottom-left-radius: 5px;
		border-top-left-radius: 5px;
		margin-top: 10px;
		width: 100%;
	}
	.block {
		 border-radius: 0px;
		 margin: 0px;
		 box-shadow: none;
	}
	.main  {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.block.content {
		border-bottom: 1px solid #303947;
	}
	.block.content > .header {
    font-size: 16px;
	}
	.hidden-mobile {
		display: none;
	}
	.hidden-desktop {
		display: block;
	}
}