.nav > li > a {
display: block;
}
.nav-tabs {
border-bottom: 1px solid;
padding: 0 !important;
}
.nav-tabs:not(.limit-width) {
margin: 0;
}
.nav-tabs > li {
display: inline-block;
margin-top: 0px;
margin-bottom: -1px;
}
.nav-tabs > li > a {
line-height: normal;
padding: 0px 23px 18px 23px;
}
.text-left.nav-tabs > li > a {
padding: 0px 45px 18px 0px;
}
.text-right.nav-tabs > li > a {
padding: 0px 0px 18px 45px;
}
.nav-tabs > li > a span {
white-space: pre;
}
.tab-container:not(.default-typography) .nav-tabs > li > a span {
font-size: 12px;
}
.nav-tabs > li > a i.fa {
font-size: 1.35em;
vertical-align: text-bottom;
}
body:not(.rtl) .nav-tabs > li > a i.fa.icon-position-left {
margin: 0px 18px 0px 0px;
}
body.rtl .nav-tabs > li > a i.fa.icon-position-left {
margin: 0px 0px 0px 18px;
}
body:not(.rtl) .nav-tabs > li > a i.fa.icon-position-right {
margin: 0px 0px 0px 18px;
}
body.rtl .nav-tabs > li > a i.fa.icon-position-right {
margin: 0px 18px 0px 0px;
}
.nav-tabs > li.active > a {
pointer-events: none;
}
@media (min-width: 960px) {
.nav-tabs > li.active > a {
border-bottom-width: 2px;
border-bottom-style: solid;
}
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
cursor: default;
}
.nav-tabs > li.active > a span.review-count {
border-bottom-width: 0;
}
.nav-tabs.width-100 {
display: table;
table-layout: fixed;
width: 100%;
}
.nav-tabs.width-100 > li {
display: table-cell;
}
.tab-content > .tab-pane {
display: none;
padding-left: 0;
padding-right: 0;
}
.uncode-wrapper .tab-content > .tab-pane {
padding-bottom: 0;
}
.tab-content > .tab-pane.active {
display: block;
}
.tab-content > .tab-pane.no-internal-gutter > div > *:not(:first-child) {
margin-top: 0px;
}
.tab-content > .tab-pane.one-internal-gutter > div > *:not(:first-child) {
margin-top: 1px;
}
.tab-content > .tab-pane.half-internal-gutter > div > *:not(:first-child) {
margin-top: 18px;
}
.tab-content > .tab-pane.single-internal-gutter > div > *:not(:first-child) {
margin-top: 36px;
}
.tab-content > .tab-pane.double-internal-gutter > div > *:not(:first-child) {
margin-top: 72px;
}
@media (max-width: 959px) {
.tab-content > .tab-pane.double-internal-gutter > div > *:not(:first-child) {
margin-top: 54px;
}
}
@media (max-width: 569px) {
.tab-content > .tab-pane.double-internal-gutter > div > *:not(:first-child) {
margin-top: 36px;
}
}
.tab-content > .tab-pane.triple-internal-gutter > div > *:not(:first-child) {
margin-top: 108px;
}
@media (max-width: 1499px) {
.tab-content > .tab-pane.triple-internal-gutter > div > *:not(:first-child) {
margin-top: 90px;
}
}
@media (max-width: 959px) {
.tab-content > .tab-pane.triple-internal-gutter > div > *:not(:first-child) {
margin-top: 72px;
}
}
@media (max-width: 569px) {
.tab-content > .tab-pane.triple-internal-gutter > div > *:not(:first-child) {
margin-top: 54px;
}
}
.tab-content > .tab-pane.quad-internal-gutter > div > *:not(:first-child) {
margin-top: 144px;
}
@media (max-width: 1699px) {
.tab-content > .tab-pane.quad-internal-gutter > div > *:not(:first-child) {
margin-top: 126px;
}
}
@media (max-width: 1499px) {
.tab-content > .tab-pane.quad-internal-gutter > div > *:not(:first-child) {
margin-top: 108px;
}
}
@media (max-width: 959px) {
.tab-content > .tab-pane.quad-internal-gutter > div > *:not(:first-child) {
margin-top: 90px;
}
}
@media (max-width: 569px) {
.tab-content > .tab-pane.quad-internal-gutter > div > *:not(:first-child) {
margin-top: 72px;
}
}
.tab-content.vertical {
padding: 0px 0px 0px 36px;
}
.tab-content .remove-top-margin {
margin-top: -27px;
}
.border-100 .tab-content::before {
content: '';
border-top-width: 1px;
border-top-style: solid;
display: block;
height: 0px;
left: -50vw;
position: absolute;
margin-top: -1px;
width: 150vw;
}
.tab-container {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
}
.vertical-tab-menu {
width: 20%;
float: left;
position: relative;
z-index: 1;
}
.vertical-tab-contents {
width: 80%;
float: left;
position: relative;
z-index: 0;
}
@media (max-width: 569px) {
.vertical-tab-contents {
width: 100%;
float: none;
}
.vertical-tab-contents .tab-content {
padding: 0;
}
}
.vertical-tab-menu .nav-tabs {
border: 0px;
border-right-width: 1px;
border-right-style: solid;
margin-right: -1px;
}
@media (max-width: 569px) {
.vertical-tab-menu {
clear: both;
display: block;
min-height: 100px !important;
width: 100% !important;
margin: 0px 0px 18px 0px;
}
}
@media (min-width: 570px) {
.tab-content.vertical {
border-left-width: 1px;
border-left-style: solid;
}
}
.tabs-left > li {
float: none;
display: block;
}
.tabs-left > li.active > a {
padding: 9px 23px 9px 0px;
border-bottom-width: 0px !important;
border-right-width: 2px!important;
border-right-style: solid;
}
.tabs-left > li > a {
margin-right: 0;
display: block;
text-align: left;
padding: 9px 23px 9px 0px;
}
.nav-links > * {
display: inline-block;
}
.nav-links > *:nth-child(2) {
margin-left: 18px;
}
.nav-links > * a {
vertical-align: bottom;
margin-top: 0px;
padding-top: 0px;
}