#navbar {
  overflow: hidden;
  background-color: #f8f9fa;
}

#navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 2px 10px;
  text-decoration: none;
  font-size: 1px;
  }


#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #04AA6D;
  color: white;
}

.content {
  padding: 16px;
}

.sticky + .content {
  padding-top: 60px;


}
.txtsearch {
    border: 0 solid #ffffff;
    color: #3c3c3c;
    float: left;
    height: 32px;
    margin: 0;
    width: 147px;
    text-indent: 15px;
    font-size: 12px;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.btnsearch {
    border: 0 none;
    float: right;
    height: 34px;
    width: 34px;
}



.menu-main, .title-sidebar, .title-sidebar-right, #section04, .btnsearch {
    background: #0099cc !important;
}
.btnsearch {
    background-color: #0099cc;
}