﻿.nav-tabs {
  border: none;
  height: 35px;
}
.nav-tabs > li {
  border: none;
  font-size: 12px;
  font-weight: normal;
  color: #7a7a7a;
  text-align: center;
  vertical-align: middle;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style-position: inside;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  font-size: 12px;
  color: #fff;
  background: #00483a;
  text-align: center;
  vertical-align: middle;
  background-color: #00483a;
  cursor: default;
  border: none;
}
.nav-tabs > li > a {
  border: none;
  color: #7a7a7a;
  background: #fff;
  padding: 10px;
  height: 35px;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  border: 1px solid #7a7a7a;
  color: #000000;
  background: #fff;
  padding: 10px;
  height: 35px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0px;
}
.nav-tabs > li.active > a {
  border: none;
  background: #00483a;
  font-size: 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  height: 35px;
}
.nav-tabs > li > a::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  margin-left: 0px;
  transform: scale(0);
}
.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  border: none;
  background: #00483a;
  font-size: 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.tab-nav > li > a::after {
  background: #00483a none repeat scroll 0% 0%;
  color: #fff;
}
ul.nav-tabs li a {
  background-color: #fff;
  margin-right: 0;
  padding: 10px;
}
.tab-pane {
  padding: 0px;
}
.tab-content {
  padding: 0px;
}
.tabbable {
  /*background: #FFF none repeat scroll 0% 0%;*/
  height: 35px;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.nav-tabs2 {
  border: none;
  height: 35px;
  background-color: #75a86f;
}
.nav-tabs2 > li {
  border: none;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style-position: inside;
}
.nav-tabs2 > li.active > a,
.nav-tabs2 > li.active > a:focus,
.nav-tabs2 > li.active > a:hover {
  font-size: 12px;
  color: #fff;
  background: #00483a;
  text-align: center;
  vertical-align: middle;
}
.nav-tabs2 > li > a {
  border: none;
  color: #fff;
  background: #75a86f;
  padding: 10px;
  height: 35px;
}
.nav-tabs2 > li > a:hover {
  border: 1px solid #7a7a7a;
  color: #000000;
  background: #fff;
  padding: 10px;
  height: 35px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0px;
}
.nav-tabs2 > li.active > a {
  border: none;
  background: #00483a;
  font-size: 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  height: 35px;
}
.nav-tabs2 > li > a::after {
  content: "";
  background: #75a86f;
  position: absolute;
  width: 100%;
  margin-left: 0px;
  transform: scale(0);
}
.nav-tabs2 > li.active > a::after,
.nav-tabs2 > li:hover > a::after {
  border: none;
  background: #00483a;
  font-size: 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.tabbable_level2 {
  /*background: @TertiaryColor none repeat scroll 0% 0%;*/
  height: 35px;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.nav-tabs3 {
  border: none;
}
.nav-tabs3 > li {
  border: none;
  font-size: 12px;
  font-weight: normal;
  color: #7a7a7a;
  text-align: center;
  vertical-align: middle;
  float: left;
}
.nav-tabs3 > li.active > a,
.nav-tabs3 > li.active > a:focus,
.nav-tabs3 > li.active > a:hover {
  font-size: 12px;
  color: #fff;
  background: #00483a;
  text-align: center;
  vertical-align: middle;
}
.nav-tabs3 > li > a {
  border: none;
  color: #7a7a7a;
  background: #fff;
  padding: 10px;
}
.nav-tabs3 > li > a:hover {
  border: 1px solid #7a7a7a;
  color: #000000;
  background: #fff;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0px;
}
.nav-tabs3 > li.active > a {
  border: none;
  background: #00483a;
  font-size: 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.nav-tabs3 > li > a::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  margin-left: 0px;
  transform: scale(0);
}
.nav-tabs3 > li.active > a::after,
.nav-tabs3 > li:hover > a::after {
  border: none;
  background: #00483a;
  font-size: 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.tabbable_level3 {
  /*background: #fff none repeat scroll 0% 0%;*/
  height: 35px;
}
/* ******************************************************************************************************    */
.tabwidth50percent {
  width: 50%;
}
.tabwidth33percent {
  width: 33.33%;
}
.tabwidth25percent {
  width: 25%;
}
.tabwidth14percent {
  width: 14.285%;
}