You are here

tb_megamenu.base.css in The Better Mega Menu 2.x

Same filename and directory in other branches
  1. 8 css/tb_megamenu.base.css
.tb-megamenu .clearfix {
  *zoom: 1;
}
.tb-megamenu .clearfix:before,
.tb-megamenu .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.tb-megamenu .clearfix:after {
  clear: both;
}
.tb-megamenu .mega-inner {
  padding: 10px;
  *zoom: 1;
}
.tb-megamenu .mega-inner:before,
.tb-megamenu .mega-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.tb-megamenu .mega-inner:after {
  clear: both;
}
.tb-megamenu .row-fluid + .row-fluid {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.tb-megamenu .mega > .mega-dropdown-menu {
  min-width: 200px;
  display: none;
}
.tb-megamenu .mega.open > .mega-dropdown-menu,
.tb-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  display: block;
  overflow: visible;
  clip: auto;
  height: auto;
  width: auto;
}
.tb-megamenu .mega-group {
  *zoom: 1;
}
.tb-megamenu .mega-group:before,
.tb-megamenu .mega-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.tb-megamenu .mega-group:after {
  clear: both;
}
.tb-megamenu .mega-nav .mega-group > .mega-group-title,
.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  background: inherit;
  font-weight: bold;
  padding: 0 0 0 10px;
  margin: 0;
  text-transform: uppercase;
}
.tb-megamenu .mega-nav .mega-group > .mega-group-title:hover,
.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover,
.tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover,
.tb-megamenu .mega-nav .mega-group > .mega-group-title:active,
.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active,
.tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active,
.tb-megamenu .mega-nav .mega-group > .mega-group-title:focus,
.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus,
.tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus {
  background: inherit;
  color: inherit;
}
.tb-megamenu .mega-group-ct {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.tb-megamenu .mega-group-ct:before,
.tb-megamenu .mega-group-ct:after {
  display: table;
  content: "";
  line-height: 0;
}
.tb-megamenu .mega-group-ct:after {
  clear: both;
}
.tb-megamenu .mega-group-ct > .row-fluid > [class*="span"] > .mega-inner {
  padding: 0;
}
.tb-megamenu .span12.mega-col-nav .mega-inner {
  padding: 10px;
}
.tb-megamenu .mega-nav,
.tb-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tb-megamenu .mega-nav > li,
.tb-megamenu .dropdown-menu .mega-nav > li {
  display: block;
  float: none;
  list-style: none;
  margin-left: 0;
}
.tb-megamenu .mega-nav > li a,
.tb-megamenu .dropdown-menu .mega-nav > li a,
.tb-megamenu .mega-nav > li span.tb-megamenu-no-link,
.tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
  white-space: normal;
}
.tb-megamenu .mega-group > .mega-nav,
.tb-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.tb-megamenu .mega-nav .dropdown-submenu > a::after,
.tb-megamenu .mega-nav .dropdown-submenu > span.tb-megamenu-no-link::after {
  margin-right: 5px;
}
.tb-megamenu .tb-block {
  margin-bottom: 10px;
}
.tb-megamenu .tb-block .block-title {
  margin-bottom: 0;
}
.tb-megamenu .tb-block .block-ct {
  margin: 0;
  padding: 0;
}
.tb-megamenu .nav .caret,
.tb-megamenu .dropdown-submenu .caret,
.tb-megamenu .mega-menu .caret {
  display: none;
}
.tb-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.tb-megamenu .nav [class^="fa-"],
.tb-megamenu .nav [class*=" fa-"] {
  margin-right: 5px;
}

.tb-megamenu .nav {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.tb-megamenu .nav > li > a,
.tb-megamenu .nav > li > span.tb-megamenu-no-link {
  display: block;
}
.tb-megamenu .nav > li > a:hover,
.tb-megamenu .nav > li > span.tb-megamenu-no-link:hover {
  text-decoration: none;
  background-color: #eee;
}
.tb-megamenu .nav > .pull-right {
  float: right;
}

.tb-megamenu .dropup,
.tb-megamenu .dropdown {
  position: relative;
}
.tb-megamenu .dropdown-toggle {
  *margin-bottom: -3px;
}
.tb-megamenu .dropdown-toggle:active,
.tb-megamenu .open .dropdown-toggle {
  outline: 0;
}
.tb-megamenu .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.tb-megamenu .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.tb-megamenu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tb-megamenu .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.tb-megamenu .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.tb-megamenu .dropdown-menu a,
.tb-megamenu .dropdown-menu span.tb-megamenu-no-link {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link:hover,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link:focus,
.tb-megamenu .dropdown-submenu:hover > span.tb-megamenu-no-link {
  text-decoration: none;
  color: #fff;
  background-color: #08c;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top,#08c,#0077b3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  background-image: -o-linear-gradient(top,#08c,#0077b3);
  background-image: linear-gradient(to bottom,#08c,#0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover,
.tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link,
.tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #08c;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top,#08c,#0077b3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  background-image: -o-linear-gradient(top,#08c,#0077b3);
  background-image: linear-gradient(to bottom,#08c,#0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.tb-megamenu .dropdown-menu .disabled > a,
.tb-megamenu .dropdown-menu .disabled > a:hover,
.tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link,
.tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link:hover {
  color: #999;
}
.tb-megamenu .dropdown-menu .disabled > a:hover,
.tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.tb-megamenu .open {
  *z-index: 1000;
}
.tb-megamenu .open > .dropdown-menu {
  display: block;
}
.tb-megamenu .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.tb-megamenu .dropup .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "\2191";
}
.tb-megamenu .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.tb-megamenu .dropdown-submenu {
  position: relative;
}
.tb-megamenu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tb-megamenu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.tb-megamenu .dropdown-submenu > a:after,
.tb-megamenu .dropdown-submenu > span.tb-megamenu-no-link:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.tb-megamenu .dropdown-submenu:hover > a:after,
.tb-megamenu .dropdown-submenu:hover > span.tb-megamenu-no-link:after {
  border-left-color: #fff;
}
.tb-megamenu .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.tb-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.tb-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.tb-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.tb-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.tb-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.tb-megamenu .mega-align-justify {
  position: static;
}
.tb-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.tb-megamenu .mega-align-justify > .dropdown-menu.span12 {
  width: 100%;
}
.tb-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.tb-megamenu .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.tb-megamenu .fade.in {
  opacity: 1;
}
.tb-megamenu .collapse {
  position: relative;
  height: 0;
  overflow: visible;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.tb-megamenu .collapse.in {
  height: auto;
}
.tb-megamenu .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.tb-megamenu .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.tb-megamenu button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.tb-megamenu .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.tb-megamenu .btn:hover,
.tb-megamenu .btn:active,
.tb-megamenu .btn.active,
.tb-megamenu .btn.disabled,
.tb-megamenu .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.tb-megamenu .btn:active,
.tb-megamenu .btn.active {
  background-color: #cccccc \9;
}
.tb-megamenu .btn:first-child {
  *margin-left: 0;
}
.tb-megamenu .btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.tb-megamenu .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tb-megamenu .btn.active,
.tb-megamenu .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.tb-megamenu .btn.disabled,
.tb-megamenu .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tb-megamenu .btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tb-megamenu .btn-danger:hover,
.tb-megamenu .btn-danger:active,
.tb-megamenu .btn-danger.active,
.tb-megamenu .btn-danger.disabled,
.tb-megamenu .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.tb-megamenu .btn-danger:active,
.tb-megamenu .btn-danger.active {
  background-color: #942a25 \9;
}
.tb-megamenu .btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tb-megamenu .btn-success:hover,
.tb-megamenu .btn-success:active,
.tb-megamenu .btn-success.active,
.tb-megamenu .btn-success.disabled,
.tb-megamenu .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.tb-megamenu .btn-success:active,
.tb-megamenu .btn-success.active {
  background-color: #408140 \9;
}
.tb-megamenu .btn-danger.active,
.tb-megamenu .btn-success.active {
  color: rgba(255,255,255,0.75);
}
.tb-megamenu .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tb-megamenu .btn-block + .btn-block {
  margin-top: 5px;
}
.tb-megamenu .btn-primary.active,
.tb-megamenu .btn-warning.active,
.tb-megamenu .btn-danger.active,
.tb-megamenu .btn-success.active,
.tb-megamenu .btn-info.active,
.tb-megamenu .btn-inverse.active {
  color: rgba(255,255,255,0.95);
}
.tb-megamenu .btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}

.tb-megamenu button.btn,
.tb-megamenu input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.tb-megamenu button.btn::-moz-focus-inner,
.tb-megamenu input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.tb-megamenu .btn-group {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  *margin-left: .3em;
}
.tb-megamenu .btn-group:first-child {
  *margin-left: 0;
}
.tb-megamenu .btn-group + .btn-group {
  margin-left: 5px;
}
.tb-megamenu .btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tb-megamenu .btn-group > .btn + .btn {
  margin-left: -1px;
}
.tb-megamenu .btn-group > .btn,
.tb-megamenu .btn-group > .dropdown-menu {
  font-size: 13px;
}
.tb-megamenu .btn-group > .btn.first,
.tb-megamenu .btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.tb-megamenu .btn-group > .btn.last,
.tb-megamenu .btn-group > .btn:last-child,
.tb-megamenu .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.tb-megamenu .btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.tb-megamenu .btn-group > .btn.large:last-child,
.tb-megamenu .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.tb-megamenu .btn-group > .btn:hover,
.tb-megamenu .btn-group > .btn:focus,
.tb-megamenu .btn-group > .btn:active,
.tb-megamenu .btn-group > .btn.active {
  z-index: 2;
}
.tb-megamenu .btn-group .dropdown-toggle:active,
.tb-megamenu .btn-group.open .dropdown-toggle {
  outline: 0;
}
.tb-megamenu .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.tb-megamenu .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.tb-megamenu .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.tb-megamenu a.disabled,
.tb-megamenu a.disabled:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
  text-decoration: none;
}
#tb-megamenu-admin fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.tb-megamenu legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.tb-megamenu legend small {
  font-size: 13.5px;
  color: #999;
}
.tb-megamenu label,
.tb-megamenu input,
.tb-megamenu button,
.tb-megamenu select,
.tb-megamenu textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
.tb-megamenu input,
.tb-megamenu button,
.tb-megamenu select,
.tb-megamenu textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tb-megamenu label {
  display: block;
  margin-bottom: 5px;
}
.tb-megamenu select,
.tb-megamenu textarea,
.tb-megamenu input[type="text"],
.tb-megamenu input[type="password"],
.tb-megamenu input[type="datetime"],
.tb-megamenu input[type="datetime-local"],
.tb-megamenu input[type="date"],
.tb-megamenu input[type="month"],
.tb-megamenu input[type="time"],
.tb-megamenu input[type="week"],
.tb-megamenu input[type="number"],
.tb-megamenu input[type="email"],
.tb-megamenu input[type="url"],
.tb-megamenu input[type="search"],
.tb-megamenu input[type="tel"],
.tb-megamenu input[type="color"],
.tb-megamenu .uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tb-megamenu input,
.tb-megamenu textarea {
  width: 170px;
}
.tb-megamenu textarea {
  height: auto;
}
.tb-megamenu textarea,
.tb-megamenu input[type="text"],
.tb-megamenu input[type="password"],
.tb-megamenu input[type="datetime"],
.tb-megamenu input[type="datetime-local"],
.tb-megamenu input[type="date"],
.tb-megamenu input[type="month"],
.tb-megamenu input[type="time"],
.tb-megamenu input[type="week"],
.tb-megamenu input[type="number"],
.tb-megamenu input[type="email"],
.tb-megamenu input[type="url"],
.tb-megamenu input[type="search"],
.tb-megamenu input[type="tel"],
.tb-megamenu input[type="color"],
.tb-megamenu .uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.tb-megamenu textarea:focus,
.tb-megamenu input[type="text"]:focus,
.tb-megamenu input[type="password"]:focus,
.tb-megamenu input[type="datetime"]:focus,
.tb-megamenu input[type="datetime-local"]:focus,
.tb-megamenu input[type="date"]:focus,
.tb-megamenu input[type="month"]:focus,
.tb-megamenu input[type="time"]:focus,
.tb-megamenu input[type="week"]:focus,
.tb-megamenu input[type="number"]:focus,
.tb-megamenu input[type="email"]:focus,
.tb-megamenu input[type="url"]:focus,
.tb-megamenu input[type="search"]:focus,
.tb-megamenu input[type="tel"]:focus,
.tb-megamenu input[type="color"]:focus,
.tb-megamenu .uneditable-input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.tb-megamenu input[type="radio"],
.tb-megamenu input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
  cursor: pointer;
}
.tb-megamenu input[type="file"],
.tb-megamenu input[type="image"],
.tb-megamenu input[type="submit"],
.tb-megamenu input[type="reset"],
.tb-megamenu input[type="button"],
.tb-megamenu input[type="radio"],
.tb-megamenu input[type="checkbox"] {
  width: auto;
}
.tb-megamenu select,
.tb-megamenu input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}
.tb-megamenu select {
  width: 220px;
  border: 1px solid #bbb;
  background-color: #fff;
}
.tb-megamenu select[multiple],
.tb-megamenu select[size] {
  height: auto;
}
.tb-megamenu select:focus,
.tb-megamenu input[type="file"]:focus,
.tb-megamenu input[type="radio"]:focus,
.tb-megamenu input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tb-megamenu span.tb-megamenu-no-link:hover {
  cursor: default;
}
.tb-megamenu span.tb-megamenu-no-link.tb-megamenu-no-submenu:hover {
  color: inherit !important;
}
@media (max-width: 979px) {
  .tb-megamenu .navbar .brand {
    font-size: 13px;
  }
  .tb-megamenu .navbar .nav {
    margin: 0 2px 0 0;
  }
  .tb-megamenu .navbar .nav > li > a,
  .tb-megamenu .navbar .nav > li > span.tb-megamenu-no-link {
    padding: 6px;
  }
  .tb-megamenu .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .tb-megamenu .page-title {
    text-align: center;
  }
  .tb-megamenu .navbar-search.pull-right {
    float: none;
    text-align: center;
  }
  .tb-megamenu .subhead-fixed {
    position: static;
    width: auto;
  }
  .tb-megamenu .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 738px) {
  .tb-megamenu body {
    padding-top: 30px;
  }
}
@media (max-width: 738px) {
  .tb-megamenu .navbar .brand {
    font-size: 16px;
  }
}
.tb-megamenu .btn-subhead {
  display: none;
}
@media (min-width: 481px) {
  .tb-megamenu #filter-bar {
    height: 29px;
  }
}
@media (max-width: 480px) {
  .table th:nth-of-type(n+5),
  .table th:nth-of-type(3),
  .table th:nth-of-type(2),
  .table td:nth-of-type(n+5),
  .table td:nth-of-type(2),
  .table td:nth-of-type(3) {
    white-space: normal;
  }
  .tb-megamenu .pagination a {
    padding: 5px;
  }
  .tb-megamenu .btn-group.divider,
  .tb-megamenu .header .row-fluid .span3,
  .tb-megamenu .header .row-fluid .span7,
  .tb-megamenu .subhead-collapse {
    display: none;
  }
  .tb-megamenu .btn {
    font-size: 11px;
    padding: 1px 4px 2px 4px;
  }
  .tb-megamenu .navbar .btn {
    margin: 0;
  }
  .tb-megamenu .btn-subhead {
    display: block;
    margin: 10px 0;
  }
  .tb-megamenu .chzn-container,
  .tb-megamenu .chzn-container .chzn-results,
  .tb-megamenu .chzn-container-single .chzn-drop,
  .tb-megamenu .btn-toolbar > .btn-group,
  .tb-megamenu .btn-toolbar > .btn-group > .btn {
    width: 99% !important;
  }
  .tb-megamenu .login .chzn-single {
    width: 222px !important;
  }
  .tb-megamenu .login .chzn-container,
  .tb-megamenu .login .chzn-drop {
    width: 230px !important;
  }
}
@media (max-width: 738px) {
  .tb-megamenu .navbar .brand {
    margin-top: 2px;
  }
  .tb-megamenu .navbar .btn-navbar {
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
  }
  .tb-megamenu .nav-collapse .nav .nav-header {
    color: #fff;
  }
  .tb-megamenu .nav-collapse.collapse.in {
    height: auto !important;
  }
  .tb-megamenu .nav-collapse .nav,
  .tb-megamenu .navbar .nav-collapse .nav.pull-right {
    margin: 0;
  }
  .tb-megamenu .nav-collapse .dropdown-menu {
    margin: 0;
  }
  .tb-megamenu .nav-collapse .nav li a {
    margin-bottom: 0;
    border-top: 1px solid #d9d9d9;
  }
  .tb-megamenu .nav-collapse .nav li ul li ul.dropdown-menu,
  .tb-megamenu .nav-collapse .nav li ul li:hover ul.dropdown-menu,
  .tb-megamenu .nav-collapse .caret {
    display: none !important;
  }
  .tb-megamenu .nav-collapse .nav > li > a,
  .tb-megamenu .nav-collapse .dropdown-menu a,
  .tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link,
  .tb-megamenu .nav-collapse .dropdown-menu span.tb-megamenu-no-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-megamenu .navbar .nav-collapse .nav > li > .dropdown-menu::before,
  .tb-megamenu .navbar .nav-collapse .nav > li > .dropdown-menu::after,
  .tb-megamenu .navbar .nav-collapse .dropdown-submenu > a::after,
  .tb-megamenu .navbar .nav-collapse .dropdown-submenu > span.tb-megamenu-no-link::after {
    display: none;
  }
  .tb-megamenu .nav-collapse .dropdown-menu li + li a,
  .tb-megamenu .nav-collapse .dropdown-menu li + li span.tb-megamenu-no-link {
    margin-bottom: 0;
  }
}

File

css/tb_megamenu.base.css
View source
  1. .tb-megamenu .clearfix {
  2. *zoom: 1;
  3. }
  4. .tb-megamenu .clearfix:before,
  5. .tb-megamenu .clearfix:after {
  6. display: table;
  7. content: "";
  8. line-height: 0;
  9. }
  10. .tb-megamenu .clearfix:after {
  11. clear: both;
  12. }
  13. .tb-megamenu .mega-inner {
  14. padding: 10px;
  15. *zoom: 1;
  16. }
  17. .tb-megamenu .mega-inner:before,
  18. .tb-megamenu .mega-inner:after {
  19. display: table;
  20. content: "";
  21. line-height: 0;
  22. }
  23. .tb-megamenu .mega-inner:after {
  24. clear: both;
  25. }
  26. .tb-megamenu .row-fluid + .row-fluid {
  27. padding-top: 10px;
  28. border-top: 1px solid #eeeeee;
  29. }
  30. .tb-megamenu .mega > .mega-dropdown-menu {
  31. min-width: 200px;
  32. display: none;
  33. }
  34. .tb-megamenu .mega.open > .mega-dropdown-menu,
  35. .tb-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  36. display: block;
  37. overflow: visible;
  38. clip: auto;
  39. height: auto;
  40. width: auto;
  41. }
  42. .tb-megamenu .mega-group {
  43. *zoom: 1;
  44. }
  45. .tb-megamenu .mega-group:before,
  46. .tb-megamenu .mega-group:after {
  47. display: table;
  48. content: "";
  49. line-height: 0;
  50. }
  51. .tb-megamenu .mega-group:after {
  52. clear: both;
  53. }
  54. .tb-megamenu .mega-nav .mega-group > .mega-group-title,
  55. .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
  56. .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  57. background: inherit;
  58. font-weight: bold;
  59. padding: 0 0 0 10px;
  60. margin: 0;
  61. text-transform: uppercase;
  62. }
  63. .tb-megamenu .mega-nav .mega-group > .mega-group-title:hover,
  64. .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover,
  65. .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover,
  66. .tb-megamenu .mega-nav .mega-group > .mega-group-title:active,
  67. .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active,
  68. .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active,
  69. .tb-megamenu .mega-nav .mega-group > .mega-group-title:focus,
  70. .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus,
  71. .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus {
  72. background: inherit;
  73. color: inherit;
  74. }
  75. .tb-megamenu .mega-group-ct {
  76. margin: 0;
  77. padding: 0;
  78. *zoom: 1;
  79. }
  80. .tb-megamenu .mega-group-ct:before,
  81. .tb-megamenu .mega-group-ct:after {
  82. display: table;
  83. content: "";
  84. line-height: 0;
  85. }
  86. .tb-megamenu .mega-group-ct:after {
  87. clear: both;
  88. }
  89. .tb-megamenu .mega-group-ct > .row-fluid > [class*="span"] > .mega-inner {
  90. padding: 0;
  91. }
  92. .tb-megamenu .span12.mega-col-nav .mega-inner {
  93. padding: 10px;
  94. }
  95. .tb-megamenu .mega-nav,
  96. .tb-megamenu .dropdown-menu .mega-nav {
  97. margin: 0;
  98. padding: 0;
  99. list-style: none;
  100. }
  101. .tb-megamenu .mega-nav > li,
  102. .tb-megamenu .dropdown-menu .mega-nav > li {
  103. display: block;
  104. float: none;
  105. list-style: none;
  106. margin-left: 0;
  107. }
  108. .tb-megamenu .mega-nav > li a,
  109. .tb-megamenu .dropdown-menu .mega-nav > li a,
  110. .tb-megamenu .mega-nav > li span.tb-megamenu-no-link,
  111. .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
  112. white-space: normal;
  113. }
  114. .tb-megamenu .mega-group > .mega-nav,
  115. .tb-megamenu .dropdown-menu .mega-group > .mega-nav {
  116. margin-left: -5px;
  117. margin-right: -5px;
  118. }
  119. .tb-megamenu .mega-nav .dropdown-submenu > a::after,
  120. .tb-megamenu .mega-nav .dropdown-submenu > span.tb-megamenu-no-link::after {
  121. margin-right: 5px;
  122. }
  123. .tb-megamenu .tb-block {
  124. margin-bottom: 10px;
  125. }
  126. .tb-megamenu .tb-block .block-title {
  127. margin-bottom: 0;
  128. }
  129. .tb-megamenu .tb-block .block-ct {
  130. margin: 0;
  131. padding: 0;
  132. }
  133. .tb-megamenu .nav .caret,
  134. .tb-megamenu .dropdown-submenu .caret,
  135. .tb-megamenu .mega-menu .caret {
  136. display: none;
  137. }
  138. .tb-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  139. display: inline-block;
  140. }
  141. .tb-megamenu .nav [class^="fa-"],
  142. .tb-megamenu .nav [class*=" fa-"] {
  143. margin-right: 5px;
  144. }
  145. .tb-megamenu .nav {
  146. margin-left: 0;
  147. margin-bottom: 0;
  148. list-style: none;
  149. }
  150. .tb-megamenu .nav > li > a,
  151. .tb-megamenu .nav > li > span.tb-megamenu-no-link {
  152. display: block;
  153. }
  154. .tb-megamenu .nav > li > a:hover,
  155. .tb-megamenu .nav > li > span.tb-megamenu-no-link:hover {
  156. text-decoration: none;
  157. background-color: #eee;
  158. }
  159. .tb-megamenu .nav > .pull-right {
  160. float: right;
  161. }
  162. .tb-megamenu .dropup,
  163. .tb-megamenu .dropdown {
  164. position: relative;
  165. }
  166. .tb-megamenu .dropdown-toggle {
  167. *margin-bottom: -3px;
  168. }
  169. .tb-megamenu .dropdown-toggle:active,
  170. .tb-megamenu .open .dropdown-toggle {
  171. outline: 0;
  172. }
  173. .tb-megamenu .caret {
  174. display: inline-block;
  175. width: 0;
  176. height: 0;
  177. vertical-align: top;
  178. border-top: 4px solid #000;
  179. border-right: 4px solid transparent;
  180. border-left: 4px solid transparent;
  181. content: "";
  182. }
  183. .tb-megamenu .dropdown .caret {
  184. margin-top: 8px;
  185. margin-left: 2px;
  186. }
  187. .tb-megamenu .dropdown-menu {
  188. position: absolute;
  189. top: 100%;
  190. left: 0;
  191. z-index: 1000;
  192. display: none;
  193. float: left;
  194. min-width: 160px;
  195. padding: 5px 0;
  196. margin: 2px 0 0;
  197. list-style: none;
  198. background-color: #fff;
  199. border: 1px solid #ccc;
  200. border: 1px solid rgba(0,0,0,0.2);
  201. *border-right-width: 2px;
  202. *border-bottom-width: 2px;
  203. -webkit-border-radius: 6px;
  204. -moz-border-radius: 6px;
  205. border-radius: 6px;
  206. -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  207. -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  208. box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  209. -webkit-background-clip: padding-box;
  210. -moz-background-clip: padding;
  211. background-clip: padding-box;
  212. }
  213. .tb-megamenu .dropdown-menu.pull-right {
  214. right: 0;
  215. left: auto;
  216. }
  217. .tb-megamenu .dropdown-menu .divider {
  218. *width: 100%;
  219. height: 1px;
  220. margin: 8px 1px;
  221. *margin: -5px 0 5px;
  222. overflow: hidden;
  223. background-color: #e5e5e5;
  224. border-bottom: 1px solid #fff;
  225. }
  226. .tb-megamenu .dropdown-menu a,
  227. .tb-megamenu .dropdown-menu span.tb-megamenu-no-link {
  228. display: block;
  229. padding: 3px 20px;
  230. clear: both;
  231. font-weight: normal;
  232. line-height: 18px;
  233. color: #333;
  234. white-space: nowrap;
  235. }
  236. .tb-megamenu .dropdown-menu li > a:hover,
  237. .tb-megamenu .dropdown-menu li > a:focus,
  238. .tb-megamenu .dropdown-submenu:hover > a,
  239. .tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link:hover,
  240. .tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link:focus,
  241. .tb-megamenu .dropdown-submenu:hover > span.tb-megamenu-no-link {
  242. text-decoration: none;
  243. color: #fff;
  244. background-color: #08c;
  245. background-color: #0081c2;
  246. background-image: -moz-linear-gradient(top,#08c,#0077b3);
  247. background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  248. background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  249. background-image: -o-linear-gradient(top,#08c,#0077b3);
  250. background-image: linear-gradient(to bottom,#08c,#0077b3);
  251. background-repeat: repeat-x;
  252. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
  253. }
  254. .tb-megamenu .dropdown-menu .active > a,
  255. .tb-megamenu .dropdown-menu .active > a:hover,
  256. .tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link,
  257. .tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link:hover {
  258. color: #fff;
  259. text-decoration: none;
  260. outline: 0;
  261. background-color: #08c;
  262. background-color: #0081c2;
  263. background-image: -moz-linear-gradient(top,#08c,#0077b3);
  264. background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  265. background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  266. background-image: -o-linear-gradient(top,#08c,#0077b3);
  267. background-image: linear-gradient(to bottom,#08c,#0077b3);
  268. background-repeat: repeat-x;
  269. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
  270. }
  271. .tb-megamenu .dropdown-menu .disabled > a,
  272. .tb-megamenu .dropdown-menu .disabled > a:hover,
  273. .tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link,
  274. .tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link:hover {
  275. color: #999;
  276. }
  277. .tb-megamenu .dropdown-menu .disabled > a:hover,
  278. .tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link:hover {
  279. text-decoration: none;
  280. background-color: transparent;
  281. cursor: default;
  282. }
  283. .tb-megamenu .open {
  284. *z-index: 1000;
  285. }
  286. .tb-megamenu .open > .dropdown-menu {
  287. display: block;
  288. }
  289. .tb-megamenu .pull-right > .dropdown-menu {
  290. right: 0;
  291. left: auto;
  292. }
  293. .tb-megamenu .dropup .caret {
  294. border-top: 0;
  295. border-bottom: 4px solid #000;
  296. content: "\2191";
  297. }
  298. .tb-megamenu .dropup .dropdown-menu {
  299. top: auto;
  300. bottom: 100%;
  301. margin-bottom: 1px;
  302. }
  303. .tb-megamenu .dropdown-submenu {
  304. position: relative;
  305. }
  306. .tb-megamenu .dropdown-submenu > .dropdown-menu {
  307. top: 0;
  308. left: 100%;
  309. margin-top: -6px;
  310. margin-left: -1px;
  311. -webkit-border-radius: 0 6px 6px 6px;
  312. -moz-border-radius: 0 6px 6px 6px;
  313. border-radius: 0 6px 6px 6px;
  314. }
  315. .tb-megamenu .dropdown-submenu:hover .dropdown-menu {
  316. display: block;
  317. }
  318. .tb-megamenu .dropdown-submenu > a:after,
  319. .tb-megamenu .dropdown-submenu > span.tb-megamenu-no-link:after {
  320. display: block;
  321. content: " ";
  322. float: right;
  323. width: 0;
  324. height: 0;
  325. border-color: transparent;
  326. border-style: solid;
  327. border-width: 5px 0 5px 5px;
  328. border-left-color: #cccccc;
  329. margin-top: 5px;
  330. margin-right: -10px;
  331. }
  332. .tb-megamenu .dropdown-submenu:hover > a:after,
  333. .tb-megamenu .dropdown-submenu:hover > span.tb-megamenu-no-link:after {
  334. border-left-color: #fff;
  335. }
  336. .tb-megamenu .dropdown .dropdown-menu .nav-header {
  337. padding-left: 20px;
  338. padding-right: 20px;
  339. }
  340. .tb-megamenu .mega-align-left > .dropdown-menu {
  341. left: 0;
  342. }
  343. .tb-megamenu .mega-align-right > .dropdown-menu {
  344. left: auto;
  345. right: 0;
  346. }
  347. .tb-megamenu .mega-align-center > .dropdown-menu {
  348. left: 50%;
  349. transform: translate(-50%);
  350. -webkit-transform: translate(-50%);
  351. -moz-transform: translate(-50%);
  352. -ms-transform: translate(-50%);
  353. -o-transform: translate(-50%);
  354. }
  355. .tb-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  356. left: 100%;
  357. }
  358. .tb-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  359. left: auto;
  360. right: 100%;
  361. }
  362. .tb-megamenu .mega-align-justify {
  363. position: static;
  364. }
  365. .tb-megamenu .mega-align-justify > .dropdown-menu {
  366. left: 0;
  367. margin-left: 0;
  368. top: auto;
  369. }
  370. .tb-megamenu .mega-align-justify > .dropdown-menu.span12 {
  371. width: 100%;
  372. }
  373. .tb-megamenu .mega-caption {
  374. display: block;
  375. white-space: nowrap;
  376. }
  377. .tb-megamenu .fade {
  378. opacity: 0;
  379. -webkit-transition: opacity .15s linear;
  380. -moz-transition: opacity .15s linear;
  381. -o-transition: opacity .15s linear;
  382. transition: opacity .15s linear;
  383. }
  384. .tb-megamenu .fade.in {
  385. opacity: 1;
  386. }
  387. .tb-megamenu .collapse {
  388. position: relative;
  389. height: 0;
  390. overflow: visible;
  391. -webkit-transition: height .35s ease;
  392. -moz-transition: height .35s ease;
  393. -o-transition: height .35s ease;
  394. transition: height .35s ease;
  395. }
  396. .tb-megamenu .collapse.in {
  397. height: auto;
  398. }
  399. .tb-megamenu .close {
  400. float: right;
  401. font-size: 20px;
  402. font-weight: bold;
  403. line-height: 18px;
  404. color: #000;
  405. text-shadow: 0 1px 0 #ffffff;
  406. opacity: 0.2;
  407. filter: alpha(opacity=20);
  408. }
  409. .tb-megamenu .close:hover {
  410. color: #000;
  411. text-decoration: none;
  412. cursor: pointer;
  413. opacity: 0.4;
  414. filter: alpha(opacity=40);
  415. }
  416. .tb-megamenu button.close {
  417. padding: 0;
  418. cursor: pointer;
  419. background: transparent;
  420. border: 0;
  421. -webkit-appearance: none;
  422. }
  423. .tb-megamenu .btn {
  424. display: inline-block;
  425. *display: inline;
  426. *zoom: 1;
  427. padding: 4px 14px;
  428. margin-bottom: 0;
  429. font-size: 13px;
  430. line-height: 18px;
  431. *line-height: 18px;
  432. text-align: center;
  433. vertical-align: middle;
  434. cursor: pointer;
  435. color: #333;
  436. text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  437. background-color: #f5f5f5;
  438. background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  439. background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  440. background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  441. background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  442. background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  443. background-repeat: repeat-x;
  444. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  445. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  446. border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  447. *background-color: #e6e6e6;
  448. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  449. border: 1px solid #bbb;
  450. *border: 0;
  451. border-bottom-color: #a2a2a2;
  452. -webkit-border-radius: 4px;
  453. -moz-border-radius: 4px;
  454. border-radius: 4px;
  455. *margin-left: .3em;
  456. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  457. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  458. box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  459. }
  460. .tb-megamenu .btn:hover,
  461. .tb-megamenu .btn:active,
  462. .tb-megamenu .btn.active,
  463. .tb-megamenu .btn.disabled,
  464. .tb-megamenu .btn[disabled] {
  465. color: #333;
  466. background-color: #e6e6e6;
  467. *background-color: #d9d9d9;
  468. }
  469. .tb-megamenu .btn:active,
  470. .tb-megamenu .btn.active {
  471. background-color: #cccccc \9;
  472. }
  473. .tb-megamenu .btn:first-child {
  474. *margin-left: 0;
  475. }
  476. .tb-megamenu .btn:hover {
  477. color: #333;
  478. text-decoration: none;
  479. background-color: #e6e6e6;
  480. *background-color: #d9d9d9;
  481. background-position: 0 -15px;
  482. -webkit-transition: background-position .1s linear;
  483. -moz-transition: background-position .1s linear;
  484. -o-transition: background-position .1s linear;
  485. transition: background-position .1s linear;
  486. }
  487. .tb-megamenu .btn:focus {
  488. outline: thin dotted #333;
  489. outline: 5px auto -webkit-focus-ring-color;
  490. outline-offset: -2px;
  491. }
  492. .tb-megamenu .btn.active,
  493. .tb-megamenu .btn:active {
  494. background-color: #e6e6e6;
  495. background-color: #d9d9d9 \9;
  496. background-image: none;
  497. outline: 0;
  498. -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  499. -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  500. box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  501. }
  502. .tb-megamenu .btn.disabled,
  503. .tb-megamenu .btn[disabled] {
  504. cursor: default;
  505. background-color: #e6e6e6;
  506. background-image: none;
  507. opacity: 0.65;
  508. filter: alpha(opacity=65);
  509. -webkit-box-shadow: none;
  510. -moz-box-shadow: none;
  511. box-shadow: none;
  512. }
  513. .tb-megamenu .btn-danger {
  514. color: #fff;
  515. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  516. background-color: #da4f49;
  517. background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  518. background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  519. background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  520. background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  521. background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  522. background-repeat: repeat-x;
  523. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  524. border-color: #bd362f #bd362f #802420;
  525. border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  526. *background-color: #bd362f;
  527. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  528. }
  529. .tb-megamenu .btn-danger:hover,
  530. .tb-megamenu .btn-danger:active,
  531. .tb-megamenu .btn-danger.active,
  532. .tb-megamenu .btn-danger.disabled,
  533. .tb-megamenu .btn-danger[disabled] {
  534. color: #fff;
  535. background-color: #bd362f;
  536. *background-color: #a9302a;
  537. }
  538. .tb-megamenu .btn-danger:active,
  539. .tb-megamenu .btn-danger.active {
  540. background-color: #942a25 \9;
  541. }
  542. .tb-megamenu .btn-success {
  543. color: #fff;
  544. text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  545. background-color: #5bb75b;
  546. background-image: -moz-linear-gradient(top,#62c462,#51a351);
  547. background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  548. background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  549. background-image: -o-linear-gradient(top,#62c462,#51a351);
  550. background-image: linear-gradient(to bottom,#62c462,#51a351);
  551. background-repeat: repeat-x;
  552. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  553. border-color: #51a351 #51a351 #387038;
  554. border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  555. *background-color: #51a351;
  556. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  557. }
  558. .tb-megamenu .btn-success:hover,
  559. .tb-megamenu .btn-success:active,
  560. .tb-megamenu .btn-success.active,
  561. .tb-megamenu .btn-success.disabled,
  562. .tb-megamenu .btn-success[disabled] {
  563. color: #fff;
  564. background-color: #51a351;
  565. *background-color: #499249;
  566. }
  567. .tb-megamenu .btn-success:active,
  568. .tb-megamenu .btn-success.active {
  569. background-color: #408140 \9;
  570. }
  571. .tb-megamenu .btn-danger.active,
  572. .tb-megamenu .btn-success.active {
  573. color: rgba(255,255,255,0.75);
  574. }
  575. .tb-megamenu .btn-block {
  576. display: block;
  577. width: 100%;
  578. padding-left: 0;
  579. padding-right: 0;
  580. -webkit-box-sizing: border-box;
  581. -moz-box-sizing: border-box;
  582. box-sizing: border-box;
  583. }
  584. .tb-megamenu .btn-block + .btn-block {
  585. margin-top: 5px;
  586. }
  587. .tb-megamenu .btn-primary.active,
  588. .tb-megamenu .btn-warning.active,
  589. .tb-megamenu .btn-danger.active,
  590. .tb-megamenu .btn-success.active,
  591. .tb-megamenu .btn-info.active,
  592. .tb-megamenu .btn-inverse.active {
  593. color: rgba(255,255,255,0.95);
  594. }
  595. .tb-megamenu .btn {
  596. border-color: #c5c5c5;
  597. border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
  598. }
  599. .tb-megamenu button.btn,
  600. .tb-megamenu input[type="submit"].btn {
  601. *padding-top: 3px;
  602. *padding-bottom: 3px;
  603. }
  604. .tb-megamenu button.btn::-moz-focus-inner,
  605. .tb-megamenu input[type="submit"].btn::-moz-focus-inner {
  606. padding: 0;
  607. border: 0;
  608. }
  609. .tb-megamenu .btn-group {
  610. position: relative;
  611. font-size: 0;
  612. white-space: nowrap;
  613. *margin-left: .3em;
  614. }
  615. .tb-megamenu .btn-group:first-child {
  616. *margin-left: 0;
  617. }
  618. .tb-megamenu .btn-group + .btn-group {
  619. margin-left: 5px;
  620. }
  621. .tb-megamenu .btn-group > .btn {
  622. position: relative;
  623. -webkit-border-radius: 0;
  624. -moz-border-radius: 0;
  625. border-radius: 0;
  626. }
  627. .tb-megamenu .btn-group > .btn + .btn {
  628. margin-left: -1px;
  629. }
  630. .tb-megamenu .btn-group > .btn,
  631. .tb-megamenu .btn-group > .dropdown-menu {
  632. font-size: 13px;
  633. }
  634. .tb-megamenu .btn-group > .btn.first,
  635. .tb-megamenu .btn-group > .btn:first-child {
  636. margin-left: 0;
  637. -webkit-border-top-left-radius: 4px;
  638. -moz-border-radius-topleft: 4px;
  639. border-top-left-radius: 4px;
  640. -webkit-border-bottom-left-radius: 4px;
  641. -moz-border-radius-bottomleft: 4px;
  642. border-bottom-left-radius: 4px;
  643. }
  644. .tb-megamenu .btn-group > .btn.last,
  645. .tb-megamenu .btn-group > .btn:last-child,
  646. .tb-megamenu .btn-group > .dropdown-toggle {
  647. -webkit-border-top-right-radius: 4px;
  648. -moz-border-radius-topright: 4px;
  649. border-top-right-radius: 4px;
  650. -webkit-border-bottom-right-radius: 4px;
  651. -moz-border-radius-bottomright: 4px;
  652. border-bottom-right-radius: 4px;
  653. }
  654. .tb-megamenu .btn-group > .btn.large:first-child {
  655. margin-left: 0;
  656. -webkit-border-top-left-radius: 6px;
  657. -moz-border-radius-topleft: 6px;
  658. border-top-left-radius: 6px;
  659. -webkit-border-bottom-left-radius: 6px;
  660. -moz-border-radius-bottomleft: 6px;
  661. border-bottom-left-radius: 6px;
  662. }
  663. .tb-megamenu .btn-group > .btn.large:last-child,
  664. .tb-megamenu .btn-group > .large.dropdown-toggle {
  665. -webkit-border-top-right-radius: 6px;
  666. -moz-border-radius-topright: 6px;
  667. border-top-right-radius: 6px;
  668. -webkit-border-bottom-right-radius: 6px;
  669. -moz-border-radius-bottomright: 6px;
  670. border-bottom-right-radius: 6px;
  671. }
  672. .tb-megamenu .btn-group > .btn:hover,
  673. .tb-megamenu .btn-group > .btn:focus,
  674. .tb-megamenu .btn-group > .btn:active,
  675. .tb-megamenu .btn-group > .btn.active {
  676. z-index: 2;
  677. }
  678. .tb-megamenu .btn-group .dropdown-toggle:active,
  679. .tb-megamenu .btn-group.open .dropdown-toggle {
  680. outline: 0;
  681. }
  682. .tb-megamenu .btn-group > .btn + .dropdown-toggle {
  683. padding-left: 8px;
  684. padding-right: 8px;
  685. -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  686. -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  687. box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  688. *padding-top: 5px;
  689. *padding-bottom: 5px;
  690. }
  691. .tb-megamenu .btn-group.open .dropdown-toggle {
  692. background-image: none;
  693. -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  694. -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  695. box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  696. }
  697. .tb-megamenu .btn-group.open .btn.dropdown-toggle {
  698. background-color: #e6e6e6;
  699. }
  700. .tb-megamenu a.disabled,
  701. .tb-megamenu a.disabled:hover {
  702. color: #999999;
  703. background-color: transparent;
  704. cursor: default;
  705. text-decoration: none;
  706. }
  707. #tb-megamenu-admin fieldset {
  708. padding: 0;
  709. margin: 0;
  710. border: 0;
  711. }
  712. .tb-megamenu legend {
  713. display: block;
  714. width: 100%;
  715. padding: 0;
  716. margin-bottom: 18px;
  717. font-size: 19.5px;
  718. line-height: 36px;
  719. color: #333;
  720. border: 0;
  721. border-bottom: 1px solid #e5e5e5;
  722. }
  723. .tb-megamenu legend small {
  724. font-size: 13.5px;
  725. color: #999;
  726. }
  727. .tb-megamenu label,
  728. .tb-megamenu input,
  729. .tb-megamenu button,
  730. .tb-megamenu select,
  731. .tb-megamenu textarea {
  732. font-size: 13px;
  733. font-weight: normal;
  734. line-height: 18px;
  735. }
  736. .tb-megamenu input,
  737. .tb-megamenu button,
  738. .tb-megamenu select,
  739. .tb-megamenu textarea {
  740. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  741. }
  742. .tb-megamenu label {
  743. display: block;
  744. margin-bottom: 5px;
  745. }
  746. .tb-megamenu select,
  747. .tb-megamenu textarea,
  748. .tb-megamenu input[type="text"],
  749. .tb-megamenu input[type="password"],
  750. .tb-megamenu input[type="datetime"],
  751. .tb-megamenu input[type="datetime-local"],
  752. .tb-megamenu input[type="date"],
  753. .tb-megamenu input[type="month"],
  754. .tb-megamenu input[type="time"],
  755. .tb-megamenu input[type="week"],
  756. .tb-megamenu input[type="number"],
  757. .tb-megamenu input[type="email"],
  758. .tb-megamenu input[type="url"],
  759. .tb-megamenu input[type="search"],
  760. .tb-megamenu input[type="tel"],
  761. .tb-megamenu input[type="color"],
  762. .tb-megamenu .uneditable-input {
  763. display: inline-block;
  764. height: 18px;
  765. padding: 4px 6px;
  766. margin-bottom: 9px;
  767. font-size: 13px;
  768. line-height: 18px;
  769. color: #555;
  770. -webkit-border-radius: 3px;
  771. -moz-border-radius: 3px;
  772. border-radius: 3px;
  773. }
  774. .tb-megamenu input,
  775. .tb-megamenu textarea {
  776. width: 170px;
  777. }
  778. .tb-megamenu textarea {
  779. height: auto;
  780. }
  781. .tb-megamenu textarea,
  782. .tb-megamenu input[type="text"],
  783. .tb-megamenu input[type="password"],
  784. .tb-megamenu input[type="datetime"],
  785. .tb-megamenu input[type="datetime-local"],
  786. .tb-megamenu input[type="date"],
  787. .tb-megamenu input[type="month"],
  788. .tb-megamenu input[type="time"],
  789. .tb-megamenu input[type="week"],
  790. .tb-megamenu input[type="number"],
  791. .tb-megamenu input[type="email"],
  792. .tb-megamenu input[type="url"],
  793. .tb-megamenu input[type="search"],
  794. .tb-megamenu input[type="tel"],
  795. .tb-megamenu input[type="color"],
  796. .tb-megamenu .uneditable-input {
  797. background-color: #fff;
  798. border: 1px solid #ccc;
  799. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  800. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  801. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  802. -webkit-transition: border linear .2s, box-shadow linear .2s;
  803. -moz-transition: border linear .2s, box-shadow linear .2s;
  804. -o-transition: border linear .2s, box-shadow linear .2s;
  805. transition: border linear .2s, box-shadow linear .2s;
  806. }
  807. .tb-megamenu textarea:focus,
  808. .tb-megamenu input[type="text"]:focus,
  809. .tb-megamenu input[type="password"]:focus,
  810. .tb-megamenu input[type="datetime"]:focus,
  811. .tb-megamenu input[type="datetime-local"]:focus,
  812. .tb-megamenu input[type="date"]:focus,
  813. .tb-megamenu input[type="month"]:focus,
  814. .tb-megamenu input[type="time"]:focus,
  815. .tb-megamenu input[type="week"]:focus,
  816. .tb-megamenu input[type="number"]:focus,
  817. .tb-megamenu input[type="email"]:focus,
  818. .tb-megamenu input[type="url"]:focus,
  819. .tb-megamenu input[type="search"]:focus,
  820. .tb-megamenu input[type="tel"]:focus,
  821. .tb-megamenu input[type="color"]:focus,
  822. .tb-megamenu .uneditable-input:focus {
  823. border-color: rgba(82,168,236,0.8);
  824. outline: 0;
  825. outline: thin dotted \9;
  826. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  827. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  828. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  829. }
  830. .tb-megamenu input[type="radio"],
  831. .tb-megamenu input[type="checkbox"] {
  832. margin: 4px 0 0;
  833. *margin-top: 0;
  834. margin-top: 1px \9;
  835. line-height: normal;
  836. cursor: pointer;
  837. }
  838. .tb-megamenu input[type="file"],
  839. .tb-megamenu input[type="image"],
  840. .tb-megamenu input[type="submit"],
  841. .tb-megamenu input[type="reset"],
  842. .tb-megamenu input[type="button"],
  843. .tb-megamenu input[type="radio"],
  844. .tb-megamenu input[type="checkbox"] {
  845. width: auto;
  846. }
  847. .tb-megamenu select,
  848. .tb-megamenu input[type="file"] {
  849. height: 30px;
  850. *margin-top: 4px;
  851. line-height: 30px;
  852. }
  853. .tb-megamenu select {
  854. width: 220px;
  855. border: 1px solid #bbb;
  856. background-color: #fff;
  857. }
  858. .tb-megamenu select[multiple],
  859. .tb-megamenu select[size] {
  860. height: auto;
  861. }
  862. .tb-megamenu select:focus,
  863. .tb-megamenu input[type="file"]:focus,
  864. .tb-megamenu input[type="radio"]:focus,
  865. .tb-megamenu input[type="checkbox"]:focus {
  866. outline: thin dotted #333;
  867. outline: 5px auto -webkit-focus-ring-color;
  868. outline-offset: -2px;
  869. }
  870. .tb-megamenu span.tb-megamenu-no-link:hover {
  871. cursor: default;
  872. }
  873. .tb-megamenu span.tb-megamenu-no-link.tb-megamenu-no-submenu:hover {
  874. color: inherit !important;
  875. }
  876. @media (max-width: 979px) {
  877. .tb-megamenu .navbar .brand {
  878. font-size: 13px;
  879. }
  880. .tb-megamenu .navbar .nav {
  881. margin: 0 2px 0 0;
  882. }
  883. .tb-megamenu .navbar .nav > li > a,
  884. .tb-megamenu .navbar .nav > li > span.tb-megamenu-no-link {
  885. padding: 6px;
  886. }
  887. .tb-megamenu .container-fluid {
  888. padding-left: 10px;
  889. padding-right: 10px;
  890. }
  891. }
  892. @media (max-width: 767px) {
  893. .tb-megamenu .page-title {
  894. text-align: center;
  895. }
  896. .tb-megamenu .navbar-search.pull-right {
  897. float: none;
  898. text-align: center;
  899. }
  900. .tb-megamenu .subhead-fixed {
  901. position: static;
  902. width: auto;
  903. }
  904. .tb-megamenu .container-fluid {
  905. padding-left: 0;
  906. padding-right: 0;
  907. }
  908. }
  909. @media (min-width: 738px) {
  910. .tb-megamenu body {
  911. padding-top: 30px;
  912. }
  913. }
  914. @media (max-width: 738px) {
  915. .tb-megamenu .navbar .brand {
  916. font-size: 16px;
  917. }
  918. }
  919. .tb-megamenu .btn-subhead {
  920. display: none;
  921. }
  922. @media (min-width: 481px) {
  923. .tb-megamenu #filter-bar {
  924. height: 29px;
  925. }
  926. }
  927. @media (max-width: 480px) {
  928. .table th:nth-of-type(n+5),
  929. .table th:nth-of-type(3),
  930. .table th:nth-of-type(2),
  931. .table td:nth-of-type(n+5),
  932. .table td:nth-of-type(2),
  933. .table td:nth-of-type(3) {
  934. white-space: normal;
  935. }
  936. .tb-megamenu .pagination a {
  937. padding: 5px;
  938. }
  939. .tb-megamenu .btn-group.divider,
  940. .tb-megamenu .header .row-fluid .span3,
  941. .tb-megamenu .header .row-fluid .span7,
  942. .tb-megamenu .subhead-collapse {
  943. display: none;
  944. }
  945. .tb-megamenu .btn {
  946. font-size: 11px;
  947. padding: 1px 4px 2px 4px;
  948. }
  949. .tb-megamenu .navbar .btn {
  950. margin: 0;
  951. }
  952. .tb-megamenu .btn-subhead {
  953. display: block;
  954. margin: 10px 0;
  955. }
  956. .tb-megamenu .chzn-container,
  957. .tb-megamenu .chzn-container .chzn-results,
  958. .tb-megamenu .chzn-container-single .chzn-drop,
  959. .tb-megamenu .btn-toolbar > .btn-group,
  960. .tb-megamenu .btn-toolbar > .btn-group > .btn {
  961. width: 99% !important;
  962. }
  963. .tb-megamenu .login .chzn-single {
  964. width: 222px !important;
  965. }
  966. .tb-megamenu .login .chzn-container,
  967. .tb-megamenu .login .chzn-drop {
  968. width: 230px !important;
  969. }
  970. }
  971. @media (max-width: 738px) {
  972. .tb-megamenu .navbar .brand {
  973. margin-top: 2px;
  974. }
  975. .tb-megamenu .navbar .btn-navbar {
  976. margin-top: 3px;
  977. margin-right: 3px;
  978. margin-bottom: 3px;
  979. }
  980. .tb-megamenu .nav-collapse .nav .nav-header {
  981. color: #fff;
  982. }
  983. .tb-megamenu .nav-collapse.collapse.in {
  984. height: auto !important;
  985. }
  986. .tb-megamenu .nav-collapse .nav,
  987. .tb-megamenu .navbar .nav-collapse .nav.pull-right {
  988. margin: 0;
  989. }
  990. .tb-megamenu .nav-collapse .dropdown-menu {
  991. margin: 0;
  992. }
  993. .tb-megamenu .nav-collapse .nav li a {
  994. margin-bottom: 0;
  995. border-top: 1px solid #d9d9d9;
  996. }
  997. .tb-megamenu .nav-collapse .nav li ul li ul.dropdown-menu,
  998. .tb-megamenu .nav-collapse .nav li ul li:hover ul.dropdown-menu,
  999. .tb-megamenu .nav-collapse .caret {
  1000. display: none !important;
  1001. }
  1002. .tb-megamenu .nav-collapse .nav > li > a,
  1003. .tb-megamenu .nav-collapse .dropdown-menu a,
  1004. .tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link,
  1005. .tb-megamenu .nav-collapse .dropdown-menu span.tb-megamenu-no-link {
  1006. -webkit-border-radius: 0;
  1007. -moz-border-radius: 0;
  1008. border-radius: 0;
  1009. }
  1010. .tb-megamenu .navbar .nav-collapse .nav > li > .dropdown-menu::before,
  1011. .tb-megamenu .navbar .nav-collapse .nav > li > .dropdown-menu::after,
  1012. .tb-megamenu .navbar .nav-collapse .dropdown-submenu > a::after,
  1013. .tb-megamenu .navbar .nav-collapse .dropdown-submenu > span.tb-megamenu-no-link::after {
  1014. display: none;
  1015. }
  1016. .tb-megamenu .nav-collapse .dropdown-menu li + li a,
  1017. .tb-megamenu .nav-collapse .dropdown-menu li + li span.tb-megamenu-no-link {
  1018. margin-bottom: 0;
  1019. }
  1020. }