.nav-tabs.nav-stacked > li:first-child > a,
.nav-tabs.nav-stacked > li:last-child > a {
  border-radius: 0px;
}

.nav-tabs.nav-stacked > li > a,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus,
.nav-tab-collapse > a,
.nav-tab-collapse > a:hover,
.nav-tab-collapse > a:focus {
  border: 1px solid #686868;
  border-radius: 0 0 0 0;
}

.nav-tabs.nav-stacked > li > a:hover {
  color: black;
}

.nav-tab-collapse > a:hover,
.nav-tab-collapse > a:focus {
  background-color: #eeeeee;
  text-decoration: none;
}

.nav-tabs > li > a,
.nav-tab-collapse > a {
  line-height: 22px;
  padding-bottom: 13px;
  padding-top: 13px;
  color: #424242;
  vertical-align: middle;
  /*min-height:21px;*/
}
.nav-tabs > li > a,
.nav-pills > li > a,
.nav-tab-collapse > a {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-tabs-color1 {
  background-color: #cedcc0;
  display: block;
}

.nav-tabs-color1-selected {
  background-color: #6fa74f;
  display: block;
  color: white !important;
  font-weight: bold;
}
.nav-tabs-color1-selected:hover {
  background-color: #59adaa !important;
  display: block;
  color: white !important;
  font-weight: bold;
}

.nav-tabs-color2 {
  background-color: #d6e7f6;
  display: block;
}

.nav-tabs-color2-selected {
  background-color: #0095d8;
  display: block;
  color: white !important;
  font-weight: bold;
}

.nav-tabs-color2-selected:hover {
  background-color: #59adaa !important;
  display: block;
  color: white !important;
  font-weight: bold;
}
.icon {
  width: 35px;
  height: 35px;
  float: right;
  position: relative;
  top: -8px;
}
@media screen and (max-width: 767.99px) {
  div.navbar-inner {
    padding-right: 0;
  }
  .navbar .nav {
    margin-right: 0;
    margin-bottom: 16px;
    font-size: 16px;
  }
  .navbar .nav,
  .navbar .nav > li {
    float: none;
  }
  .navbar .nav > li {
    border-bottom: 1px solid #dadada;
  }
  .signup {
    padding: 0px 30px 20px;
    text-align: center;
  }
}
