 
.scrtabs-tab-container * {
  box-sizing: border-box;
  }

.scrtabs-tab-container {
  height: 42px;
  }
  .scrtabs-tab-container .tab-content {
    clear: left;
 }

.tab-content {
    clear: left;
	min-height:400px; }
	
.scrtabs-tabs-fixed-container {
  float: left;
  height: 42px;
  overflow: hidden;
  width: 100%;
  }

.scrtabs-allow-scrollbar .scrtabs-tabs-fixed-container {
  overflow-x:  hidden;
  }
  .scrtabs-allow-scrollbar .scrtabs-tabs-fixed-container::-webkit-scrollbar {
    display: none;
	}

.scrtabs-tabs-movable-container {
  position: relative;
  }
  .scrtabs-tabs-movable-container .tab-content {
    display: none; }

.scrtabs-tab-scroll-arrow {
  border: 1px solid #FFF;
  color: #428bca;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 12px;
  height: 42px;
  width:42px;
  border-radius:50%;
}

  .scrtabs-tab-scroll-arrow:hover {
    background-color: var(--primary-color) }

.scrtabs-tab-scroll-arrow.scrtabs-disable {
  color: #ddd;
  cursor: default; }

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap; }
  
  
 
 .scrtabs-tab-scroll-arrow-left, .scrtabs-tab-scroll-arrow-right{
	background-image: url(../images/icons/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:70%;
 }

.scrtabs-tab-scroll-arrow-right{
  background-image: url(../images/icons/arrow-right.png);
  }
