/* -------------------------------- 

Primary style

-------------------------------- */
.tabs *, .tabs *::after, .tabs *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tabs  *::after, .tabs *::before {
  content: '';
}


/*body {
  font-size: 100%;
  font-family: arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #0e0d42;
}*/

/*a {
  color: #f05451;
  text-decoration: none;
}*/

/* -------------------------------- 

Main components 

-------------------------------- */
header {
  position: relative;
  height: 160px;
  line-height: 180px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header h1 {
  font-size: 20px;
  font-size: 1.25rem;
}

.outer_wrapper { width:100%; /*float:left;*/  }

.inner_wrapper { width:970px; margin:auto; }

.cd-tabs {
  position: relative;
  width: 100%;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;

  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

.cd-tabs-navigation {
  width: 100%;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: left;
    width: 25%;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #c3c2b9;
  padding-top: 34px; 
  background-image:url("/wp-content/themes/eagle/images/tab_BG.png");
}
.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  
}
.cd-tabs-navigation a.selected {
  background-image:url("/wp-content/themes/eagle/images/tab_BG.png");
  color: #29324e;
    background-position: top;
  background-repeat: repeat-x;
}
.cd-tabs-navigation a::before {
  /* icons */
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("/wp-content/themes/eagle/images/numbers.svg");
  background-repeat: no-repeat;
}
.cd-tabs-navigation a[data-content='PURCHASE RECEIPT']::before {
  background-position: 0 0;
}
.cd-tabs-navigation a[data-content='CYCLE COUNT']::before {
  background-position: -20px 0;
}
.cd-tabs-navigation a[data-content='WORK OFFER RECEIPT']::before {
  background-position: -40px 0;
}
.cd-tabs-navigation a[data-content='SHIPPING/DISPTACH']::before {
  background-position: -60px 0;
}
.cd-tabs-navigation a[data-content='settings']::before {
  background-position: -80px 0;
}
.cd-tabs-navigation a[data-content='trash']::before {
  background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='PURCHASE RECEIPT'].selected::before {
  background-position: 0 -20px;
}
.cd-tabs-navigation a[data-content='CYCLE COUNT'].selected::before {
  background-position: -20px -20px;
}
.cd-tabs-navigation a[data-content='WORK OFFER RECEIPT'].selected::before {
  background-position: -40px -20px;
}
.cd-tabs-navigation a[data-content='SHIPPING/DISPTACH'].selected::before {
  background-position: -60px -20px;
}
.cd-tabs-navigation a[data-content='settings'].selected::before {
  background-position: -80px -20px;
}
.cd-tabs-navigation a[data-content='trash'].selected::before {
  background-position: -100px -20px;
}

.cd-tabs-content {
  float: left;
  background-image:url("/wp-content/themes/eagle/images/tap_content_BG.png");
  background-position:bottom center;
  background-repeat:repeat-x;
}
.cd-tabs-content li {
  display: none;
  float: left;
}
.cd-tabs-content li .row{
width:100%;
color:#929292;
float: left;
background-image:url("/wp-content/themes/eagle/images/divider.png");
background-repeat:no-repeat;
background-position:bottom center;
  background-size: contain;
  line-height: 15px;
}
.cd-tabs-content li .row .col2{
width: 75%;
float:left;
color: #929292;
text-align:left;
font-size:12px;
padding: 1%;
display: table;
height: 150px;
}

.cd-tabs-content li .row .col2 span{
display: table-cell;
vertical-align: middle;
}

.cd-tabs-content li .row .col6{
  width: 15%;
  float: left;
  color: #929292;
  text-align: center;
  font-size: 12px;
  padding: 1% 1% 0 1%;
  display: table;
  height: 150px;
}

.cd-tabs-content li .row .col6 span{
display: table-cell;
vertical-align: middle;
position:relative;
width: 100%;
}

.cd-tabs-content li .row .col6 span img{
	bottom:0;
	position:absolute;
	height: 100%;
	width: auto;
	right: 0;
}





.cd-tabs-content li .row .col4{
  width: 25%;
  float: left;
  color: #929292;
  text-align: center;
  font-size: 12px;
  padding: 1%;
  display: table;
  height: 150px;
}

.cd-tabs-content li .row .col4 span{
display: table-cell;
vertical-align: middle;
position:relative;
width: 100%;
}

.cd-tabs-content li .row .col5{
width: 18%;
float:left;
color: #929292;
text-align:center;
font-size:12px;
  padding: 1% 1% 0 1%;
display: table;
  height: 150px;
  
}

.cd-tabs-content li .row .col5 span{
display: table-cell;
vertical-align: middle;
position:relative;
  width: 100%;
}

.cd-tabs-content li .row .col5 span img{
	bottom:0;
	position:absolute;
	height: 100%;
	width: auto;
	right: 0;
}


.cd-tabs-content li .row .col5_top{
width: 18%;
float:left;
color: #929292;
text-align:center;
font-size:12px;
  padding: 1% 1% 0 1%;
display: table;
  height: 150px;
  
}

.cd-tabs-content li .row .col5_top span{
display: table-cell;
vertical-align: middle;
position:relative;
  width: 100%;
}

.cd-tabs-content li .row .col5_top span img{
	height:50px;
	width:auto;
}






.cd-tabs-content li .row .col_title{
width: 25%; float:left;
text-align:center;
color: #29324e;
font-size:15px;
display: table;
  height: 150px;
}

.cd-tabs-content li .row .col_title span{
 display: table-cell;
 vertical-align: middle;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #8493bf;
  margin-bottom: 2em;
}


@media only screen and (max-width: 970px) {
	.inner_wrapper { width:100%; }
}


@media only screen and (min-width: 768px) {
  header {
    height: 200px;
    line-height: 225px;
  }
  header h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  
    .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
  
  
   .cd-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    width: 80px;
    float: left;
  }
  .cd-tabs-navigation a {
    height: 80px;
    width: 80px;
    padding-top: 46px;
  }
  .cd-tabs-navigation a::before {
    top: 22px;
  }
  .cd-tabs-navigation li {
  float: left;
    width: auto;
}

.cd-tabs-content {
  min-height: 464px;
  float: none;
}
  .cd-tabs-content li {
        padding: 15px 15px 0 80px;
  }
  
}

@media only screen and (min-width: 960px) {
  
    .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
  
  .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: 100%;
    
    
  }
  .cd-tabs-navigation a {
    height: 60px;
    line-height: 60px;
    width: auto;
    text-align: left;
    font-size: 13px;
    padding: 0 2.8em 0 4.6em;
	  text-align: center;
	   background-image: url("/wp-content/themes/eagle/images/tab_BG.png");
  background-repeat: repeat-x;
  background-position: top center;

  }
  .cd-tabs-navigation a.selected {
	background-image:url("/wp-content/themes/eagle/images/tab_selected_BG.png");
	background-repeat: repeat-x;
  background-position: bottom center;
  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
  
  
    .cd-tabs-content {
    min-height: 0;
  }
  .cd-tabs-content li {
    padding: 0 2% 0 2%;
  }
  .cd-tabs-content li p {
    font-size: 16px;
    font-size: 1rem;
  }
  
     .cd-tabs-navigation li{
	  width:25%;
	  list-style: none;
}


 .cd-tabs-content {
	 float: left;
  }
  
  .cd-tabs-content li .row .col5_top span img{
	height:70px;
	width:auto;
}
  
  
}

@media only screen and (max-width: 959px) {
	  .cd-tabs-content li .row .col5 {
  font-size: 10px;
}

.cd-tabs-content li .row .col6{
  font-size: 10px;
}

.cd-tabs-content li .row .col4{
  font-size: 10px;
}

.cd-tabs-content li .row .col2{
 font-size: 10px;
}

.cd-tabs-content li .row .col5_top{
font-size:10px;  
}


  .cd-tabs-navigation a {
	  background-image:url("/wp-content/themes/eagle/images/tab_side_BG.png");
  background-repeat: repeat-y;
  background-position: left;
  

  }
  .cd-tabs-navigation a.selected {
	background-image:url("/wp-content/themes/eagle/images/tab_side_selected_BG.png");
	background-repeat: repeat-y;
  background-position: right;
  }
}


@media only screen and (max-width: 769px) {
.cd-tabs-content li .row .col_title {
  width: 100%;
  height:auto;
  padding: 1%;
}

.cd-tabs-content li .row .col2 {
  width: 100%;
  padding: 0 2% 2% 2%;
  height: auto;
}


.cd-tabs-content li .row .col6 {
  width: 100%;
  padding: 0 1% 1% 1%;
  height: auto;
}

.cd-tabs-content li .row .col4 {
  width: 100%;
  padding: 0 1% 1% 1%;
  height: auto;
}

.cd-tabs-content li .row .col5 {
  width: 100%;
  padding: 0 1% 1% 1%;
  height: auto;
}



.cd-tabs-content li .row .col5_top {
  width: 18%;
}

}


@media only screen and (max-width: 767px) {
	.cd-tabs-content li .row .col5_top {
  width: 25%;
  
}
.cd-tabs-navigation a {
	   background-image: url("/wp-content/themes/eagle/images/tab_BG.png");
  background-repeat: repeat-x;
  background-position: top center;

  }
  .cd-tabs-navigation a.selected {
	background-image:url("/wp-content/themes/eagle/images/tab_selected_BG.png");
	background-repeat: repeat-x;
  background-position: bottom center;
  }
}
@media only screen and (max-width: 570px) {
	.cd-tabs-content li .row .col5_top {
  width: 50%;
    height: 100px;
}

.cd-tabs-navigation a {
  font-size: 10px;
  line-height: 12px;
}

}


@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
