﻿body {
    background-color: #FFFFFF;
}

.div_fundoAzul {
    background: linear-gradient(135deg, #183fff, #87a8ff);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.jumbotron {
	text-align: center;
	max-width: 300px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 20px;
    background-color: #FFFFFF;
}

.ulSistema{
    list-style: none;
}

.ulSistema li{
    position: relative;
    display: block;
    text-align: left;
}

.ulSistema li a{
    color: initial;
}

.ulSistema li a:hover, .ulSistema li a:focus{
    color: #249342;
    text-decoration: none;
}

.mainLogo{
    width: 150px;
}

input {
    margin-bottom: 14px;
    border-radius: 4px;
}

input, select {
	width: 100%;
	padding: 10px;
	background-color: #ffffff;
    border: 1px solid #ccc;
}

select{
    cursor: pointer;
}

h2 h4 {
	margin-bottom: 30px;
	font-weight: bold;
	color: #808080;
}
.btn {
    border:none;
}
.btn .glyphicon {
	font-size: 30px;
	color: #fff;
}
.full-width {
	background-color: #007BFF;
	width: 100%;
}

.imgRodape{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 675px;
}

.btn.inactive{
    box-shadow: none;
    opacity: .30;
}

.btn.inactive:hover{
    box-shadow: inherit;
    opacity: 1;
}

.btn-default.inactive {
    background-color: #fff;
  border-color: #ccc;
}

.btn-primary.inactive {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-success.inactive {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info.inactive {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-warning.inactive {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger.inactive {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.nomePrefeitura {
    font-size: 21px;
    margin: 7px 0 5px;
}
h5 {
    margin:0px;
}