/**
 * jquery-bootstrap-scrolling-tabs
 * @version v2.6.1
 * @link https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs
 * @author Mike Jacobson <michaeljjacobson1@gmail.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
.scrtabs-tab-container * {
  box-sizing: border-box;border: 0 !important; }

.scrtabs-tab-container {
  height: 42px; }
  .scrtabs-tab-container .tab-content {
    clear: left; }

.scrtabs-tab-container.scrtabs-bootstrap4 .scrtabs-tabs-movable-container > .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.scrtabs-tabs-fixed-container {
  float: left;
  height: 42px;
  overflow: hidden;
  width: 100%; 
  margin-bottom: 20px;}
.scrtabs-tabs-fixed-container ul.nav-tabs > li a.active.show {
    color: #8c6e49 !important;
    text-decoration: none;
}
.scrtabs-tabs-movable-container {
  position: relative; }
  .scrtabs-tabs-movable-container .tab-content {
    display: none; }

.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
  padding-right: 0; }

.scrtabs-tab-scroll-arrow {
  border: 1px solid #dddddd;
  border-top: none;
  color: #428bca;
  display: none;
  float: left;
  font-size: 12px;
  height: 19px;
  margin-bottom: -1px;
  padding-left: 2px;
  padding-top: 13px;
  width: 20px; }
  .scrtabs-tab-scroll-arrow:hover {
    background-color: #eeeeee; }

.scrtabs-tab-scroll-arrow,
.scrtabs-tab-scroll-arrow .scrtabs-click-target {
  cursor: pointer; }

.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
  cursor: default; }

.scrtabs-tab-scroll-arrow.scrtabs-disable,
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
  color: #ddd;
  cursor: default; }

.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
  background-color: initial; }

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap; padding:0 17px;}

.scrtabs-tabs-fixed-container ul.nav-tabs > li a {
font-size: 14px;
padding: 0;
color: #000;
}
.scrtabs-tabs-fixed-container ul.nav-tabs > li a:hover {
text-decoration:none;background: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
        border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
.scrtabs-tabs-fixed-container ul.nav-tabs li a:hover::after, .scrtabs-tabs-fixed-container ul.nav-tabs li.active a::after{ width: 100%; } 
.scrtabs-tabs-fixed-container ul.nav-tabs li a::after { content: ''; display: block; width: 0; height: 1px; background: #000; transition: width .3s; } 
.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left {background: url(../images/scroll-left.png) no-repeat center;}
.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right {background: url(../images/scroll-right.png) no-repeat center;}
.scrtabs-tab-container ul.nav.nav-tabs {
    width: calc(100% + 100px);
}