body {
	margin: 0 auto;
	padding: 0;
	font-family: "Open Sans","Helvetica Neue",Verdana;
	color: #333330;
	background: #E5EAFF !important;
	font-size: 14px;
    	height: 100%;
	min-height: 100vh;
	position:relative;
}

img { 
	border: 0; 
	padding: 0;
	margin: 0;
}
img.logo{
	padding: 5px;
	width: 200px

}
ul.sem-marcador, ol.sem-marcador{
	list-style: none;
}
ul.sem-padding, ol.sem-padding{
	padding: 0 !important;
}
ul.padding20, ol.padding20{
	padding: 10px 0 0 30px;

}
li span{
	font-weight: bold;
}
table.linhasAlternadas {
    border-collapse: collapse; /* CSS2 */
    background: #FFF;
    margin-left:auto; 
    margin-right:auto;
}
table.linhasAlternadas tr:nth-child(even) /* CSS3 */ {
    background: #E5EAFF;
	width: 200px
}

td.uf{
	width:180px; 
	padding-left: 8px;
}

th.uf{
	width:200px;
	padding-left: 20px;
}


td.statusliberacao, th.statusliberacao{
	width:300px; 
	padding: 4px;
	text-align: center;
}

#container {
	padding: 20px;
	margin: auto auto 20px auto;
	background-color: white;
	border: solid 2px white;
	width: 70%;
	overflow: hidden;
	box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
	border-radius: 4px;
}


#nomeAplicacao {
	text-align: left;
	float: left;
	padding: 0;
	margin: 0;
	width: 50%;
	vertical-align: middle;
}

#nomeAplicacao img {
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	padding-right: 5px;
}

#rodape {
	padding: 15px 25px;
	background-color: #8B91AC;
	overflow: hidden;
	font-family: "Consolas", Serif;	
	color: #fff;
	font-family: "Open Sans","Helvetica Neue",Verdana;
    	width:100%;
	position: inherit;
}

#detalhes {
	padding-bottom: 15px;
}

#rodape a{
	text-decoration: none;
	color: #fff;
}

#instalacao { 
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#container hr { display: block; }

#col2{
	width: 25%;
	float: left;
}
#col4{
	width: 75%;
	float: right;
}
#nfcetitulo h1, hr{
	margin-top: 0;
	font-size: 25px;
}
#nfcetitulo{
	margin-left: -21px;
	margin-right: -21px;
	padding-left: 30px;
	border-bottom: 1px solid #CCD4E7;
	padding-bottom: 10px;
}
#detalhesObservacao{
	width: 760px;
	margin: auto;
}
.geral{
	min-height: calc(100vh - 53px);
	position:relative;
}
.fix{
	position: fixed !important;
	overflow: hidden;
}
.navbar{
	margin-bottom: 10px  !important;

}
.novidades ul { list-style: none; }
.oculto { display:none; }
.visivel { display:block; }
.listaDados { list-style: none !important; }
.destaque { 
	font-weight: bold; 
	font-family: "Open Sans Normal", Arial, Serif;
	font-size: 20px;
}
.text{
	float: right;
}
.active:hover, .inactive:hover{
	cursor: pointer;
}

.nomeApp {
	text-shadow: 1px 1px 3px #707070;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 25px;
	font-weight: bold;
	color: #103555;
}

.azul ,
.azul:VISITED {
	color: #ffffff;
	background: #383e70;
	background: -webkit-gradient(linear, left top, left bottom, from(#383e70), to(#001040));
	background: -moz-linear-gradient(top, #383e70, #cbcde4);
}

.azul:HOVER {
	color: #ffffff;
	background: #383e70;
}
.botao { 
	border: inset 1px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	padding: .5em 2em .55em;
	margin-right: 15px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	background-color: gray;
	font-weight: bold;
}
.destaque {
	font-weight: bolder !important;
	font-size: 20px;
}
.moveresquerda{
	float: left;
}
.moverdireita{
	float: right !important;
}
.links-aux-alterdata {
    margin-right: 15px;
    margin-top: 3px;
}
.topicos{
	border-left: 3px solid #4F5D9B !important;
	background: #CCD4E7;
	text-align: left;
	margin-top: 10px;
	padding: 10px;
	padding-top: 20px;
	border: solid 2px white;
	border-radius: 4px;


}
