
.topo_um { background: #0f1d66; padding: 10px 0; color: #FFF;}
.topo_dois { background: #0060ae; color: #FFF; border-radius:0 }
.banner {
    /*background: url("https://gestor.cotec.ap.gov.br/img/logos/") no-repeat;*/
    background-size: cover;
    -webkit-background-size: cover; /*Css safari e chrome*/
    -moz-background-size: cover; /*Css firefox*/
    -ms-background-size: cover; /*Css IE não use mer#^@%#*/
    -o-background-size: cover; /*Css Opera*/
}

.btn-primary {
	background-color: #0060ae;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #004e8e;
}

.menu .nav>li>a {
    padding: 15px 10px;
}

.menu .navbar {
	min-height: 0;
}

.flex-right {
	display: flex;
	justify-content: flex-end;
}

.simple-link {
	font-weight: bold;
	border-bottom: 3px solid #357cb9;
}

.simple-link:hover {
	text-decoration: none;
	border-bottom: 3px solid #0060ae;
}

.submenu-label {
	padding: 8px 6px 4px 6px;
    border-top: 1px solid #000;
	margin-top: 8px;
	color: #0060ae;
}

.submenu-label:first-child {
	border: none;
	padding-top: 0;
	margin-top: 0;
}

.menu ul li .dropdown-menu a:link, .menu ul li .dropdown-menu a:visited {
    color: #555;
}

.banner {
	/*background-attachment: fixed;
	background-image: url('../../img/bg/pylon.jpg');
	background-position-y: bottom;*/
}

.carousel-img {
    /* background-position: inherit; */
    background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
	height: 355px;
}

#myCarousel .carousel-indicators li {
	border-radius: 50%;
}

/* Serviços Online */

.servico-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	justify-content: space-between;
}

.servico-item {
	display: block;
	/* flex-grow: 1; */
	margin: 10px 0;
}

/* Links Úteis */

.link-placeholder {
	width: 100%;
	height: 150px;
	border: 4px dashed #ddd;
	border-radius: 4px;
	color: #ddd;
	font-size: 24px;
	font-weight: bold;
	font-family: monospace;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

/* Informações */

.info-header {
	display: flex;
	align-items: center;
	color: #3372b7;
	margin-bottom: 15px;
}

.info-icon {
	font-size: 24px;
	margin-right: 10px;
}

.info-title {
	font-size: 34px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
}

.info-desc {
	font-size: 16px;
	color: #666;
	/* padding: 0 10px; */
	margin-top: 5px;
}

/* Notícias */

.noticias-header {
	margin-top: 20px;
}

.noticia-item {
	margin-bottom: 25px;
}

.noticia-img {
	width: 35%;
    height: 140px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	margin-right: 10px;
	float: left;
}

.noticia-titulo {
	/* color: #333; */
	font-weight: bold;
	font-size: small;
}

.noticia-texto {
	color: #555;
	font-size: small;
}

/* Agencia Virtual */

.agenciavirtual {
	font-size: 18px;
}

ul.agenciavirtual {
	padding-left: 20px;
}

.agenciavirtual .servico + .servico {
	margin-top: 10px;
}

.agenciavirtual .titulo {
	font-weight: bold;
}

/* Bandeira Tarifária */

.bandeira-tarifaria {
	background: #fafafa;
}

.bandeira-titulo {
	padding: 4px 8px;
	background: #0060ae;
	color: #fff;
	font-size: 24px;
	font-family: fbold;
}

.bandeira-body {
	display: flex;
	border: 1px solid #eee;
	padding: 10px 8px;
}

.bandeira-icon {
	font-size: 48px;
	margin-left: 5px;
	margin-right: 20px;
	color: yellow;
	text-shadow: 0px 0px 1px #666;
}

.bandeira-icon img {
	/*  */
}

.bandeira-info {
	flex-grow: 1;
	font-size: 22px;
	line-height: 28px;
	margin-top: 5px;
}

.bandeira-mes {
	font-weight: bold;
}

.bandeira-mais {
	font-size: 16px;
	line-height: 18px;
	text-align: right;
}

/* Banner Luz para Todos */

.banner-luz {
	display: flex;
	align-items: center;
	min-height: 150px;
	flex-wrap: wrap;
}

.banner-luz img, .banner-luz .fake-img {
	max-width: 100%;
	height: auto;
}

.banner-luz .fake-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 2px solid #ffc3a7;
	padding: 12px 4px;
	color: #aaa;
}

/* Bloco Atenção */

.bloco-atencao {
	background: #f4f4f4;
	border-top: 5px solid #0060ae;
	border-radius: 8px;
}

.bloco-atencao + .bloco-atencao {
	margin-top: 20px;
}

.bloco-header {
	display: flex;
	align-items: center;
	padding: 8px 14px;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #0060ae;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.bloco-icon {
	font-size: 48px;
	margin-right: 15px;
}

.bloco-itens {
	padding-left: 20px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 14px;
}

.bloco-item {
	display: list-item;
	list-style-type: circle;
}

.bloco-btn {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.t-legislacao {
	padding-bottom: 5px;
}

.t-legislacao .t-header {
	font-size: larger;
}

.t-table td:first-child, .t-table td:last-child {
	width: 1%;
	text-align: center;
}

.ano-dropdown {
	display: inline-block;
	margin-left: 20px;
}

.avisos-wrapper {
	max-height: 80px;
	max-width: 100%;
	overflow-y: auto;
	/* white-space: nowrap; */
}

.links-wrapper {
	display: flex;
	margin-top: 25px;
    margin-bottom: 10px;
}

.links-wrapper > * {
	flex-grow: 1;
	max-width: 33%;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

/* PESQUISA */

.pesquisa {
	padding-bottom: 15px;
}

.pesquisa-field {
	display: inline-block;
}

.pesquisa-field form {
	display: flex;
	align-items: center;
	margin: 0 -2px;
}

.pesquisa-field form > * {
	margin: 0 2px;
	white-space: nowrap;
}

.pesquisa-loading {
	margin: 10px 0;
	font-size: 20px;
}

.pesquisa-content {
	margin-top: 10px;
}

.a-cursor {
	cursor: pointer;
}

.a-refresh {
	color: #b9b9b9;
	margin-right: 7px;
	cursor: pointer;
	text-decoration: none !important;
}

.a-refresh:hover {
	color: #337ab7;
}

.panel-heading .a-refresh {
	display: flex;
    align-items: center;
    margin-top: -5px;
}
