/**
 * jquery-bootstrap-scrolling-tabs
 * @version v2.3.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; }

.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 {
	text-align:cente !importantr;
	border-bottom: solid 1px rgba(0,0,0,0.1) !important;
  float: left;
  height: 42px;
  overflow: hidden;
 	
  width: 100%; }

.scrtabs-tabs-movable-container {
 
  position: relative; }
  
.scrtabs-tabs-movable-container ul{ width:100%; max-width:58%; margin:0 auto;}
@media (min-width: 768px) and (max-width: 991px) {.scrtabs-tabs-movable-container ul{ width:100%; max-width:100%; margin:0 auto;}}
@media (max-width: 767px) {.scrtabs-tabs-movable-container ul{ width:100%; max-width:100%; margin:0 auto;}}
@media (max-width: 479px) {}
  .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-top: none;
  color: #333;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 12px;
  height: 42px;
  margin-bottom: -1px;
  padding-left: 0px;
  padding-top: 13px;
  width: 20px; }
  .scrtabs-tab-scroll-arrow:hover {
    background-color: #eeeeee; }

.scrtabs-tab-scroll-arrow.scrtabs-disable {
  color: #ddd;
  cursor: default; }

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap; }
