.navbar-static-top {
  margin-bottom:20px;
}

i {
  font-size:16px;
}

.nav > li > a {
  color:#787878;
}
  
footer {
  margin-top:20px;
  padding-top:20px;
  padding-bottom:20px;
  background-color:#efefef;
}

/* count indicator near icons */
.nav>li .count {
  position: absolute;
  bottom: 12px;
  right: 6px;
  font-size: 9px;
  background: rgba(51,200,51,0.55);
  color: rgba(255,255,255,0.9);
  line-height: 1em;
  padding: 2px 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.espaco-top { margin-top:3px; }
.espaco20 { margin-top:20px; }
.espaco30 { margin-top:30px; }
.sem-espaco { padding: 0px; }
.tamanho13 { font-size: 13px; }
.tamanho12 { font-size: 12px; }
.tamanho11 { font-size: 11px; }
.tamanho10 { font-size: 10px; }
.sem-contorno-topo { 
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.texto-cinza { color:#666666; }	

body{font-family: 'Open Sans', sans-serif; }
.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}


.frame {  
    width: 100%;
    height: 1200px;
}


.badge-danger {
  background-color: #d43f3a;
}
.badge-warning {
background-color: #d58512;
}

.badge-success {
background-color: #398439;
}

.badge-info {
background-color: #269abc;
}

.badge-inverse {
background-color: #333333;
}


.toggle { cursor:pointer; }
.toggle-hover:hover { background-color: #f5f5f5; }

.conteudo-lista { margin-left:8px; margin-right:8px; margin-top:5px; margin-bottom:-3px; }
.conteudo-lista-anexos { margin-top:5px; margin-left:30px; }


footer {
    position: fixed;
    height: 55px;
    bottom: 0;
    width: 100%;
	z-index:99999;
}

.texto-inicio {
	border-right: solid 4px #a45c7f;
	float: left;
	padding: 8px 6px 8px 12px;
	font-size: 14px;
	color: #a45c7f;
	font-weight: bold;
	background: #f8f7fa;
	line-height:18px;
}

.texto_sobre {
	padding:10px;
	font-size:14px;
}

.alerta {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

h6 { font-size: 12.5px; margin:0; padding:0; margin-top:10px; }



textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
}