.dropdown-menu {
  border: 0;
  font-size: 11px;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.dropdown-menu .divider {
  height: auto;
  margin: 0;
  background: none;
  overflow: visible;
}
.dropdown-menu > li > a,
.dropdown-menu > li > span {
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  display: block;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > span:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 15px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .nav > li > .separator {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav-tabs {
  background: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.nav-tabs > li {
  margin: 0;
  display: inline-block;
  float: none;
}
.nav-tabs > li > a {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  margin-left: 12px;
  text-transform: uppercase;
  margin: 0;
  border: 0;
  line-height: 32px;
  border-radius: 0;
  background-color: #f4f5f6;
  color: #333333;
  text-align: left;
}
.nav-tabs > li.active > a {
  border: 0;
  background-color: #333333;
  color: #ffffff;
  border-color: transparent;
  background-image: -webkit-linear-gradient(top, #404040 0%, #333333 100%);
  background-image: -o-linear-gradient(top, #404040 0%, #333333 100%);
  background-image: linear-gradient(to bottom, #404040 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404040', endColorstr='#ff333333', GradientType=0);
  background-repeat: repeat-x;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs > li.active > a:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a.active,
.open > .dropdown-toggle.nav-tabs > li.active > a {
  color: #ffffff;
  background-color: #1a1a1a;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs > li.active > a:active:hover,
.nav-tabs > li.active > a.active:hover,
.open > .dropdown-toggle.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:active:focus,
.nav-tabs > li.active > a.active:focus,
.open > .dropdown-toggle.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active.focus,
.nav-tabs > li.active > a.active.focus,
.open > .dropdown-toggle.nav-tabs > li.active > a.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs > li.active > a.disabled:hover,
.nav-tabs > li.active > a[disabled]:hover,
fieldset[disabled] .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a.disabled:focus,
.nav-tabs > li.active > a[disabled]:focus,
fieldset[disabled] .nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a.disabled.focus,
.nav-tabs > li.active > a[disabled].focus,
fieldset[disabled] .nav-tabs > li.active > a.focus {
  background-color: #333333;
  border-color: transparent;
}
.nav-tabs > li.active > a .badge {
  color: #333333;
  background-color: #ffffff;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a.focus,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a.active,
.open > .dropdown-toggle.nav-tabs > li.active > a {
  color: #ffffff;
  background: #333333;
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a.active,
.open > .dropdown-toggle.nav-tabs > li.active > a {
  background-image: none;
}
.nav-tabs > li.active > a.disabled,
.nav-tabs > li.active > a[disabled],
fieldset[disabled] .nav-tabs > li.active > a,
.nav-tabs > li.active > a.disabled:hover,
.nav-tabs > li.active > a[disabled]:hover,
fieldset[disabled] .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a.disabled:focus,
.nav-tabs > li.active > a[disabled]:focus,
fieldset[disabled] .nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a.disabled.focus,
.nav-tabs > li.active > a[disabled].focus,
fieldset[disabled] .nav-tabs > li.active > a.focus,
.nav-tabs > li.active > a.disabled:active,
.nav-tabs > li.active > a[disabled]:active,
fieldset[disabled] .nav-tabs > li.active > a:active,
.nav-tabs > li.active > a.disabled.active,
.nav-tabs > li.active > a[disabled].active,
fieldset[disabled] .nav-tabs > li.active > a.active {
  background: #333333;
  border-color: transparent;
}
.nav-tabs > li.active > a .badge {
  color: #333333;
  background-color: #ffffff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0;
}
.nav-tabs > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tab-content .tab-pane {
  display: block !important;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.tab-content .tab-pane.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
}
.nav .caret {
  border-top-color: #ff5f5f;
  border-bottom-color: #ff5f5f;
  border-bottom-width: 0;
  border-style: solid;
}
.nav a:hover .caret {
  border-top-color: #ff1313;
  border-bottom-color: #ff1313;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #e8e9e9;
  color: #555555;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 12px;
}
.breadcrumb .divider {
  display: none;
}
.pagination > li > a,
.pagination > li > span {
  padding: 11px 18px;
  font-size: 11px;
  line-height: 1.6;
  border-radius: 0;
  margin-bottom: 12px;
}
.pagination > .active > a,
.pagination > .active > span {
  background-color: #333333;
  color: #ffffff;
  border-color: transparent;
  background-image: -webkit-linear-gradient(top, #404040 0%, #333333 100%);
  background-image: -o-linear-gradient(top, #404040 0%, #333333 100%);
  background-image: linear-gradient(to bottom, #404040 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404040', endColorstr='#ff333333', GradientType=0);
  background-repeat: repeat-x;
}
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > .active > a.focus,
.pagination > .active > span.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: rgba(0, 0, 0, 0);
}
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: rgba(0, 0, 0, 0);
}
.pagination > .active > a:active,
.pagination > .active > span:active,
.pagination > .active > a.active,
.pagination > .active > span.active,
.open > .dropdown-toggle.pagination > .active > a,
.open > .dropdown-toggle.pagination > .active > span {
  color: #ffffff;
  background-color: #1a1a1a;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.pagination > .active > a:active:hover,
.pagination > .active > span:active:hover,
.pagination > .active > a.active:hover,
.pagination > .active > span.active:hover,
.open > .dropdown-toggle.pagination > .active > a:hover,
.open > .dropdown-toggle.pagination > .active > span:hover,
.pagination > .active > a:active:focus,
.pagination > .active > span:active:focus,
.pagination > .active > a.active:focus,
.pagination > .active > span.active:focus,
.open > .dropdown-toggle.pagination > .active > a:focus,
.open > .dropdown-toggle.pagination > .active > span:focus,
.pagination > .active > a:active.focus,
.pagination > .active > span:active.focus,
.pagination > .active > a.active.focus,
.pagination > .active > span.active.focus,
.open > .dropdown-toggle.pagination > .active > a.focus,
.open > .dropdown-toggle.pagination > .active > span.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: rgba(0, 0, 0, 0);
}
.pagination > .active > a.disabled:hover,
.pagination > .active > span.disabled:hover,
.pagination > .active > a[disabled]:hover,
.pagination > .active > span[disabled]:hover,
fieldset[disabled] .pagination > .active > a:hover,
fieldset[disabled] .pagination > .active > span:hover,
.pagination > .active > a.disabled:focus,
.pagination > .active > span.disabled:focus,
.pagination > .active > a[disabled]:focus,
.pagination > .active > span[disabled]:focus,
fieldset[disabled] .pagination > .active > a:focus,
fieldset[disabled] .pagination > .active > span:focus,
.pagination > .active > a.disabled.focus,
.pagination > .active > span.disabled.focus,
.pagination > .active > a[disabled].focus,
.pagination > .active > span[disabled].focus,
fieldset[disabled] .pagination > .active > a.focus,
fieldset[disabled] .pagination > .active > span.focus {
  background-color: #333333;
  border-color: transparent;
}
.pagination > .active > a .badge,
.pagination > .active > span .badge {
  color: #333333;
  background-color: #ffffff;
}
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > .active > a.focus,
.pagination > .active > span.focus,
.pagination > .active > a:active,
.pagination > .active > span:active,
.pagination > .active > a.active,
.pagination > .active > span.active,
.open > .dropdown-toggle.pagination > .active > a,
.open > .dropdown-toggle.pagination > .active > span {
  color: #ffffff;
  background: #333333;
  border-color: rgba(0, 0, 0, 0);
}
.pagination > .active > a:active,
.pagination > .active > span:active,
.pagination > .active > a.active,
.pagination > .active > span.active,
.open > .dropdown-toggle.pagination > .active > a,
.open > .dropdown-toggle.pagination > .active > span {
  background-image: none;
}
.pagination > .active > a.disabled,
.pagination > .active > span.disabled,
.pagination > .active > a[disabled],
.pagination > .active > span[disabled],
fieldset[disabled] .pagination > .active > a,
fieldset[disabled] .pagination > .active > span,
.pagination > .active > a.disabled:hover,
.pagination > .active > span.disabled:hover,
.pagination > .active > a[disabled]:hover,
.pagination > .active > span[disabled]:hover,
fieldset[disabled] .pagination > .active > a:hover,
fieldset[disabled] .pagination > .active > span:hover,
.pagination > .active > a.disabled:focus,
.pagination > .active > span.disabled:focus,
.pagination > .active > a[disabled]:focus,
.pagination > .active > span[disabled]:focus,
fieldset[disabled] .pagination > .active > a:focus,
fieldset[disabled] .pagination > .active > span:focus,
.pagination > .active > a.disabled.focus,
.pagination > .active > span.disabled.focus,
.pagination > .active > a[disabled].focus,
.pagination > .active > span[disabled].focus,
fieldset[disabled] .pagination > .active > a.focus,
fieldset[disabled] .pagination > .active > span.focus,
.pagination > .active > a.disabled:active,
.pagination > .active > span.disabled:active,
.pagination > .active > a[disabled]:active,
.pagination > .active > span[disabled]:active,
fieldset[disabled] .pagination > .active > a:active,
fieldset[disabled] .pagination > .active > span:active,
.pagination > .active > a.disabled.active,
.pagination > .active > span.disabled.active,
.pagination > .active > a[disabled].active,
.pagination > .active > span[disabled].active,
fieldset[disabled] .pagination > .active > a.active,
fieldset[disabled] .pagination > .active > span.active {
  background: #333333;
  border-color: transparent;
}
.pagination > .active > a .badge,
.pagination > .active > span .badge {
  color: #333333;
  background-color: #ffffff;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  display: table;
  content: " ";
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 24px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 11px 18px;
  font-size: 11px;
  line-height: 1.6;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}