.container-fluid{padding:0px 45px;}
.TabHeader{position: relative;}
a.owl-prev.disabled {
  padding: 11px 12px 11px;
  background: #e6e6e6;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  color: #101010;
  border-radius: 3px 3px 0 0;
  display: block;
}

span.tooltip-bg {
  position: relative;
  display: block;
  margin: auto;
  font-size: 12px;
}

#MCarso .owl-item a {
  background-color: #e7e7e7;
  color: #222;
  margin-right: 0;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  width: 100%;
  float: left;
  position: relative;
  display: block;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-family: 'Open Sans',sans-serif;
}

#MCarso .owl-item .owl-item {
  width: 100%;
  display: inline-block;
  height: 42px;
  position: relative;
}

#MCarso .owl-item a.active {
  color: #850F89;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight: 700;
}

a.owl-next.disabled {
  padding: 11px 12px 11px;
  background: #e6e6e6;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  color: #101010;
  border-radius: 3px 3px 0 0;
}

.NavTabPane {
  display: none;
}

.NavTabPane.active {
  display: block;
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-top: -1px;
}

#MCarso .owl-nav {
  position: relative;
  height: 42px;
  display: none;
}
/*# sourceMappingURL=tab-style.css.map */