/*.dynamic-tabs {
	width: 100%;
	float: left;
}
.dynamic-tabs-container {
	position: relative;
}
.dynamic-tabs-container .dynamic-tabs {
	padding-right: 50px;
}
.dynamic-tabs-container .tabs-dropdown {
	position: absolute;
	right: 0;
	margin-right: 0 !important;
}
.dynamic-tabs-container .tabs-dropdown.navbar-nav {
	margin: 0 !important;
}

.dynamic-tabs-container .tabs-dropdown .dropdown-toggle {
	position: relative;
	display: block;    
}

@media only screen and (max-width: 767px) {
	.dynamic-tabs-container .tabs-dropdown .dropdown-menu {
		position: fixed;
		top: 150px;
		right: 20px;
		bottom: 20px;
		left: 20px;
		padding-top: 10px;
		padding-bottom:10px;
		overflow-y: scroll;
	}	

	.dynamic-tabs-container .tabs-dropdown .dropdown-menu li a {
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.dynamic-tab {
		width: 100%;
	}
}
.nav li a{
  cursor: pointer;
  color: white;
  width:100%;
  height: 40px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #525252;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
.nav li a:hover,.nav li.active a{
cursor: pointer;
  color: white;
  width:100%;
  height: 40px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #50b956;
  text-align: center;
}
.nav li.active a:hover{
cursor: pointer;
  color: white;
  width:100%;
  height: 40px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #525252;
  text-align: center;
}*/

.nav ul { list-style: none }

.nav ul li { float: left; }

.nav ul li.more {
  width: 40px;
  text-align:right;
  display: none;
}

.nav ul li.more:hover ul#overflow {
  opacity: 1;
  visibility: visible;
}
.nav ul li a {
  display: block;
  cursor: pointer;
  color: white;
  width: 150px;
  text-decoration:none;
  border-right: 5px solid white;
    border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align:center;
  background: #525252;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom:10px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.nav ul li span{
  display: block;
  background: white;
  color: black;
  width: 40px;
  text-decoration: none;
  font-size: 17.5px;
  padding:10px;
  cursor: pointer;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.nav ul li a:hover { 
  cursor: pointer;
  color: white;
  width: 150px;
  text-decoration:none;
  border-right: 5px solid white;
    border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align:center;
  background:green;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom:10px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.nav #overflow {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align:center;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.nav #overflow li { float: none; }

.nav #overflow li a {
  cursor: pointer;
  color: white;
  text-decoration:none;
  text-align:center;
  background: #525252;
  padding-top: 15px;
  padding-bottom:15px;

  
}

.nav #overflow li a:hover { background: #46CFB0; }
