.pge-top-menu {
    background-color: #1F422E;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1F422E), to(#1F422E))
}
.titulo{
    font-size: 1.3vw;
	color: white;
	font-weight:bold;
}
.cabecalho{
    font-size: 1.1vw;
	color: white;
    font-weight:bold;
}
tr, .btn {
    font-size: .9vw;
}
.table td {
    vertical-align:middle !important;
}
a:link, a:visited, a:active {
    text-decoration: underline; 
    color: black;
}
a:hover {
    color: darkseagreen; 
}
.list-group-item {
    border:none; 
    padding: .15rem .55rem
}
ul{
    margin-bottom:0px;
}
.collapse_icon, .home_icon {
    float:left;
    font-size: 0.6vw;
    padding-top:3px;
    z-index: 1;
}
.table{
    margin-bottom:0px !important;
}
.fa-size{
    font-size: .675em !important; 
    vertical-align: middle !important
}
.scrollToTop{
    position:fixed;
    bottom:8%;
    right:3%;
    display: none;
}
.rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.rotate.down{
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.tooltip .tooltip-inner {
    opacity: 0.9 !important;
    font-size: .8vw;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    max-width: 125px !important;
}
.btn{
    margin-left: -0.65rem !important;
}
.popover {
    background: transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.logo{
    height:20px;
}
