You are here

base.css in The Better Mega Menu 7

.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: block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px; width: 1px;
  margin: -1px; padding: 0; border: 0;
}
.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 {
  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 {
  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 {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.tb-megamenu .nav > li > a {
	display: block;
}
.tb-megamenu .nav > li > a: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 {
	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 {
	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 {
	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 {
	color: #999;
}
.tb-megamenu .dropdown-menu .disabled > a: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 {
	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 {
	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;
}

@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 {
		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 {
		-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 {
		display: none;
	}
.tb-megamenu .nav-collapse .dropdown-menu li + li a {
		margin-bottom: 0;
	}
}

File

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