<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#myCarouselNoticias .carousel-caption{
	width: 100%;
	position: absolute;
	bottom:0;
	background:rgba(0, 0, 0, 0.6);;
	text-align: left;
	padding: 2px 12px;
	left:0;
}
#myCarouselNoticias .carousel-indicators{
	bottom: 12%;
	opacity: 0.5;
}
#myCarouselNoticias .carousel-caption h4{
	font-size: 13px;
}

#myCarouselNoticias .carousel-caption .fullscreen_button{
	position: absolute;
	right:15%;
	bottom:10px;
	z-index: 1000072 !important;
	background: green;
}


.tabela_noticias h3{
	margin: 20px 0 30px;
}





.form{
	max-width: 500px;
	margin: auto;
}
.form fieldset{
	border: 1px solid #c1c1c1;
	padding: 5%;
}
.form fieldset legend{
	margin: 10px;
	border: none;
	font-size: 14px;
	padding: 5px;
	width:auto;
	display: inline;
}

/* LOMS */
.tabela_opcoes_pagamento td{
	padding: 5px 10px;
}

input[type="password"], input[type="text"], input[type="password"], input[type="email"], select, textarea{
	width: 100%;
	border: 1px solid #dedede;
	padding: 4px;
	box-sizing: border-box;
}



input[type="text"], textarea, select {
    border-radius: 0;
	border: 1px solid #dedede;
	padding: 5px;
	-webkit-appearance: none;
}

.filterBox{
	border-radius: 5px;
	margin: 5px 0 -10px 0px;
	padding:10px 0 0;
	position: relative;
}
.filterBox .remover{
	position: absolute;
	top:2px;
	right:5px;
	padding:0px;
	font-size:20px;
	color: #CCC;
	z-index:10;
}
.filterBox .remover:hover {
	color: #333;
}

.filterBox .emptyLabel{
	display:block;
}

.fixed-table-pagination{
	margin: 10px;
}


.fb3area input, textarea{
	border: 1px solid #CCC;
	padding: 3px;
	width:100%;
	margin: 0 0 10px 0;
}
.fb3area label{
	font-weight: 300;
	margin: 10px 0 0 0;
}
.fb3area input[type=submit]{
	width: auto;
	padding:3px 20px;
}




.disabled{
	color:#CCC;
	cursor: default;
}



.voltar{
    display: inline-block;
    clear: both;
    margin:20px 0;
	max-width: 1170px;
	margin: 30px auto;
}
.breadcrumb{
    padding:15px 0 0;
    background:transparent;

}

a {
    outline: none;
}



/* Responsive Styles */

.xs-only{
	display: none !important;
}

@media only screen and (max-width: 600px) {
	
	.xs-hidden{
		display: none;
	}
	
}


/*
footer.main {
    position: fixed;
    bottom: 0;
    width: 100%;
}
*/</pre></body></html>