body {
    font-size: 16px;
}

.navbar-inverse {
    background-color: #e1f2e4 !important;
    border-color: #e1f2e4 !important;
} 


.navbar-inverse-topo .navbar-nav > li > a {
    color: #37474F !important;
}

.pace .pace-progress {
  background: #00897B !important;
}

.navbar-topo {
    min-height: 60px !important;
}

.navbar-brand {
  padding: 10px 30px;  
}
.navbar-brand-topo > img {
    margin-top: 0px;
    height: 30px;
}
 
.navbar-nav  > li > a {
    padding-top: 20px;
    padding-bottom: 18px;
}

.navbar-header-topo .navbar-nav {
    margin-right: 0px;
}

.navbar-text-topo {
    padding: 13px 20px;
}
 

.navbar-nav > .dropdown-user > a {
    padding-top: 13.5px;
    padding-bottom: 11.5px;
}

.label {
    font-size: 14px;
}

.dropdown-menu {
    font-size: 15px;
}

[class^="icon-"], [class*=" icon-"] {
    font-size: 20px;
}

.navigation > li > a {
    font-weight: 400;
}

.footer {
    position: initial;
    bottom: 30px;
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu {
        background-color: #fff;
        color: rgba(0,0,0,.7) !important;
    }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(0,0,0,.7) !important;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: rgba(0,0,0,.7) !important;
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .navbar-inverse .navbar-nav .open .dropdown-menu .text-muted, .navbar-inverse .navbar-nav .open .dropdown-menu .media-annotation {
      color: rgba(0,0,0,.7) !important;
  }
  
  .navbar-inverse .dropdown-menu .media-body a, .navbar-inverse .dropdown-menu .table a {
      color: rgba(0,0,0,.7) !important;
  }
  
  .navbar-header {
    background-color: #E1F2FB !important;
    border-color: #E1F2FB !important;
  }
}

.breadcrumb > li {
    font-size: 13px;
}

.navigation {
    font-size: 14px;
}

.navigation .menu-title {
    color: #41434d;
    clear: both;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    padding: 0 20px;
    color: #fff;
}    


.navigation > li.active > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:focus {
  background-color: #26A69A;
  color: #fff;
}