/**
 * jquery-bootstrap-scrolling-tabs
 * @version v2.2.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:0px; }

.scrtabs-tab-container { height: 59px; position: relative; }
.tab_navigation_submenu .scrtabs-tab-container { height: 44px; position: relative; }
  .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: none;
  height: 59px;
  overflow: hidden;
  }
  .tab_navigation_submenu .scrtabs-tabs-fixed-container {
    float: none;
    height: 44px;
    overflow: hidden;
   margin:0 auto; }

.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 .arrow-left, .scrtabs-tab-scroll-arrow .arrow-right{
    position: relative;
  }
  .scrtabs-tab-scroll-arrow .arrow-left:after, .scrtabs-tab-scroll-arrow .arrow-right:after{
    font-family:"FontAwesome";
    position: absolute;
  }
.scrtabs-tab-scroll-arrow .arrow-left:after{
  content: "\f104";top: 22px;
}
.scrtabs-tab-scroll-arrow .arrow-right:after{
  content: "\f105";top: 22px;
}
.scrtabs-tab-scroll-arrow {
  border: 0px solid #dddddd;
  border-top: none;
  color: #b22b49;
  cursor: pointer;
  display: none;
  /*float: left;*/ position:absolute;
  font-size: 20px; font-weight: bold;
  margin-bottom: -1px;
  padding-left: 8px;
  padding-top: 0; margin-top:0; top:12px;
  width: 29px; height:29px; border-radius:50%; border:2px solid #b22b49;
}
.scrtabs-tab-scroll-arrow-left{ left:0;}
.scrtabs-tab-scroll-arrow-right{ right:0;}
.scrtabs-tab-scroll-arrow:hover {
    background-color: #eeeeee; }

.scrtabs-tab-scroll-arrow.scrtabs-disable {
  color: #b97282;
  cursor: default; }

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap; }

  @media (max-width:767px){
    .scrtabs-tabs-fixed-container { width: 80% !important;}
    .tab_navigation_submenu .scrtabs-tabs-fixed-container { width: 80% !important; margin:0 auto; }
  }
