/**
 * bootstrap4-scrolling-tabs
 * @version v1.0.0
 * @link https://github.com/mikejacobson/bootstrap4-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:46px;
/*position: relative;*/
background: #fff;}
  .scrtabs-tab-container .tab-content {
    clear: left; }

.scrtabs-tab-scroll-arrow-left {
position: absolute;
left: 7px;
z-index: 99;
border-radius: 100px !important;
}

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

.scrtabs-tabs-fixed-container {
float: left;
overflow: hidden;
background: #fff;
position: absolute;
left: 10px;
width: 681px !important;
}


.scrtabs-tabs-fixed-container .nav {
  display: flex;
  flex-wrap: inherit;
  list-style: none;
  margin-bottom: 0;
}

.scrtabs-tabs-movable-container {
  position: relative;
  transition: transform 2s; }
  .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;
cursor: pointer;
display: none;
float: left;
font-size: 12px;
height: 100%;
padding-left: 0.5em;
padding: 14px 14px !important;
width: 36px;
position: absolute;
right: 9px;
background: #d6d9d8;
height: 36px;
	top: 5px;
}
  .scrtabs-tab-scroll-arrow:hover {
    background-color: #eeeeee; }

.scrtabs-tab-scroll-arrow > span {
  border-right: 3px solid #C51515;
  border-bottom: 3px solid #C51515;
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg); }
  .scrtabs-tab-scroll-arrow > span:hover {
    border-right-color: #C51515;
    border-bottom-color: #C51515; }

.scrtabs-tab-scroll-arrow-left > span {
  transform: rotate(135deg); }

.scrtabs-tab-scroll-arrow-right {
  padding-left: 0.4em;

border-radius: 100px;}

.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 > span,
  .scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target > span {
    border-color: #ddd; }

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

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
white-space: nowrap;
border-bottom: 0px !important; }

.scrtabs-tabs-movable-container li .nav-link.active {
border-bottom: 3px solid #EA5962 !important;
color: #EA5962 !important;
border-radius: 0px;
border-left: 0px !important;
border-right: 0px !important;
border-top: 0px !important;
}

.scrtabs-tabs-movable-container li button {
  padding: 11px 10px !important;
  color: #000;
font-weight: 600;
border: 0px !important;
margin: 0 4px;
  margin-bottom: 0px;
border-radius: 0px !important;
margin-bottom: 0px !important;
}


.scrtabs-tabs-movable-container .nav-link:focus, .scrtabs-tabs-movable-container .nav-link:hover {
  border-color: transparent !important;
  isolation: isolate;
}

.nav-tabs .dropdown-menu {
  border-top-color: transparent;
  margin-top: 0; }

.scrtabs-tabs-movable-container .nav-tabs {
  border: 0px;
  padding: 0px 0 0 0;
}

.scrtabs-disable {
  display: none !important;
}


@media only screen and (max-width: 480px) {
	
	
}

