/*** Layout styles ***/

/**
 * Layout
 */
#wrapper .nav-container { background: #fff; }

/**
 * Top Navigation
 */
.navbar-inverse {
  background-color: #F3F3F4;
}

.nav > li.active {
  background: #F3F3F4;
}

.nav > li > a {
  color: #1AB394;
}

.nav-pills > li:last-child {
	margin-right: 10px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #1AB394;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #1AB394;
  color: #fff;
  opacity: 0.5;
}

/**
 * Secondary Navigation
 */
.nav.navbar-top-links li.dropdown { display: inline-block; }

.top-navigation .navbar-brand,
.body-small .top-navigation.affix .navbar-brand {
  background: none;
  padding: 2px;
  height: 54px;
  line-height: 54px;
}

.top-navigation .navbar-brand > img {
  left: 0px;
  vertical-align: middle;
  max-height: 100%;
}

/* Botón del menú */
.top-navigation .navbar-toggle {
  padding: 8px 12px;
  font-size: 20px;
}

/* Navbar transitions */
#second-nav.affix { opacity: 0.9; }
.top-navigation.affix .navbar-brand > img {

}
.top-navigation.affix .nav > li > a {
  padding: 8px 20px;
}
.top-navigation.affix .navbar-brand {
  height: 36px;
  line-height: 36px;
}
.top-navigation.affix .navbar-top-links li a {
  min-height: 33px;
}
.navbar.top-navigation.affix {
  min-height: 36px;
}

.top-navigation.affix .count-info .label{
  top: 5px;
}

/*** Responsive fixes for layout ***/
body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0;
}

/*** Botones ***/
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle i{
  line-height: 15px;
}
.btn-outline-primary{
  color: #18a689;
  border-color: #18a689;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #18a689;
  border-color: #18a689;
}