.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 13px;
}
.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: 18px;
}
@media (min-width: 1200px) {
  .nav > li > .separator {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .caret {
  border-top-color: #3c90be;
  border-bottom-color: #3c90be;
}
.nav a:hover .caret {
  border-top-color: #2a6484;
  border-bottom-color: #2a6484;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #eeeeee;
  color: #555555;
  padding: 0;
}
.t3-navhelper h3 {
  color: #434a54;
  font-size: 23px;
  font-weight: 500;
  margin: 18px 0;
}
.t3-navhelper h3 span {
  display: inline-block;
}
.t3-navhelper .module-ct {
  padding: 0;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 0px 0px #e3e4e7;
  box-shadow: 0px 2px 0px 0px #e3e4e7;
  font-size: 13px;
  background-color: #fdfdfd;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  cursor: pointer;
  margin: 0;
}
.t3-navhelper .module-ct:hover {
  box-shadow: 0px 0px 5px 1px rgba(60, 144, 190, 0.13);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(60, 144, 190, 0.13);
  background: #ffffff;
}
.t3-navhelper .module-ct .custom a {
  float: left;
  padding: 10px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  color: #768082;
  content: "";
  font-family: FontAwesome;
  padding: 0 5px;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 9px;
}
.breadcrumb .divider {
  display: none;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: none;
  }
}
.pagination select {
  margin: 0 5px;
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 18px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}