.stats_holder {
  /*border-radius: 30px;*/
  overflow: hidden;
  margin: 10px auto 25px auto;
  display: table;
  table-layout: fixed;
  width: 100%;
}
div[class*="stats_import_wrap"] {
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  border: 1px solid #ccc;
  //border-radius: 0 0 4px 4px;
  border-top: none;
}
.stats {
    position: relative;
    //border-radius: 4px;
}
.stats_import_wrap div img {
  padding: 40px;
}
.stats_import_wrap div { /* loading message text */
  font: 1em/1.5em "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 1.25em;
}
.stats_heading { /* title bar thickness */
  background-color: #1f77b4;
  color: #fff;
  font-weight: normal;
  height: 2em;
  position: relative;
}
.stats_title { /* title bar text */
  position: absolute;
  left: 0.75rem;
  top: 0;
  bottom: 0;
  font: 100 1em/2em Helvetica, sans-serif;
  width: 100%; /* width of searchbox */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; 
  text-align: center;
}
.stats_heading:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.125em;
  background: rgba(0,0,0,0.1);
}
.stats_heading input { /* search box text */
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  padding: 0px 0.5em;
  border: none;
  background: rgba(0,0,0,0.15);
  color: #fff;
  font: 100 1em/1.8em Helvetica, sans-serif;
}
.stats_import {
  font: 1em/1.5em "Helvetica Neue", Helvetica, sans-serif;
  background-color: #fff;
  margin: 0px;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.stats_import tr.even {
  background: #f5f5f5;
}
.stats_import th { /* column header text */
  background-color: #efefef;
  border-bottom: solid 0.125em #dfdfdf;
  color: #444;
  padding: 0.5em 0.5em;
  text-transform: uppercase;
  font: 700 .8em/1em "Helvetica Neue", Helvetica, sans-serif;
}
.stats_import th:hover {
  background-color: #efefef;
  border-bottom: solid 0.125em #D28700;
}
.stats_import .headerSortUp {
  background-image: url(../img/asc.gif);
}
.stats_import .headerSortDown {
  background-image: url(../img/desc.gif);
}
.stats_import .headerSortDown, .stats_import .headerSortUp {
  border-bottom-color: #D28700;
  background-color: #f9f9f9;
}/*
.stats_import .header:first-of-type {
  border-left: 1px solid #ccc;
}*/
.stats_import thead tr .header {
  background-image: url(../img/bg.gif);
  background-size: 1.333em;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  padding-right: 2em;
  border-right: 1px solid #ccc;
}
.stats_import td { /* cell contents text */
  color: #333;
  padding: 0.25em 0.5em;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font: .8em/1.25em "Helvetica Neue", Helvetica, sans-serif;
}
.stats_import tr:last-of-type td {
  border-bottom: none;
}
.stats_import td:last-of-type, .stats_import .header:last-of-type {
    border-right: none;   
}
.stats_import td {
  position: relative; 
}
.stats_import td:nth-of-type(even):after {
  display: none;
  content: '';
  background: rgba(186, 180, 139, 0.09);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
}
.stats_heading input:focus, .stats_heading input:hover {
  background: rgba(0,0,0,0.2);
  border: none;
  outline: none;
}
.stats_heading input::-webkit-input-placeholder {
  color: #fff;
}
.stats_heading input:-moz-input-placeholder {
  color: #fff;
}
.stats_heading input::-moz-input-placeholder {
  color: #fff;
}
.stats_import_wrap::-webkit-scrollbar { 
    display: none; 
}
.stats_heading input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.stats_heading input:focus:-moz-input-placeholder {
  color: transparent !important;
}
.stats_heading input:focus::-moz-input-placeholder {
  color: transparent !important;
}
.stats_UI_button {
  background: rgba(0,0,0,0.2);
  width: 5%;
  min-width: 3.75em;
}
.stats_UI_scrollRight {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.0195) 25%, rgba(0,0,0,0.1105) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(25%,rgba(0,0,0,0.0195)), color-stop(100%,rgba(0,0,0,0.1105))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.0195) 25%,rgba(0,0,0,0.1105) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.0195) 25%,rgba(0,0,0,0.1105) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.0195) 25%,rgba(0,0,0,0.1105) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.0195) 25%,rgba(0,0,0,0.1105) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2b000000',GradientType=1 ); /* IE6-9 */
}
.stats_UI_scrollRight:before {
  content: '\f138';
  position: absolute;
  background: rgba( 255,255,255, 0.87);
  box-shadow: 0 0.5em 1.5em rgba(0,0,0,0.2);
  border-radius: 1.5em 0 0 1.5em;
  font-family: 'FontAwesome';
  font-size: 2.5em;
  line-height: 1.15em;
  padding: 0 0.1em 0 0.15em;
  top: 4em;
  right: 0px;
  color: #333;
  border-left: 0.08em solid #7EB535;
  transition: padding linear 60ms;
}
.stats_UI_scrollLeft:before {
  content: '\f137';
  position: absolute;
  background: rgba( 255,255,255, 0.87);
  padding: 0 0.15em 0 0.1em;
  font-family: 'FontAwesome';
  font-size: 2.5em;
  line-height: 1.15em;
  border-radius: 0 1.5em 1.5em 0;
  box-shadow: 0 0.25em 1.5em rgba(0,0,0,0.2);
  color: #333;
  top: 4em;
  left: 0px;
  border-right: 0.08em solid #7EB535;
  transition: padding linear 60ms;
}
.stats_UI_scrollRight:hover:before  {
  padding-right: 0.33em;
  border-left-color: #CC570E;
  transition: padding linear 60ms;
}
.stats_UI_scrollLeft:hover:before {
  padding-left: 0.33em;
  border-right-color: #CC570E;
}
.stats_UI_scrollLeft {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.1105) 0%, rgba(0,0,0,0.0195) 75%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.1105)), color-stop(75%,rgba(0,0,0,0.0195)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.1105) 0%,rgba(0,0,0,0.0195) 75%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(0,0,0,0.1105) 0%,rgba(0,0,0,0.0195) 75%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(0,0,0,0.1105) 0%,rgba(0,0,0,0.0195) 75%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(0,0,0,0.1105) 0%,rgba(0,0,0,0.0195) 75%,rgba(0,0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
/* custom heading colors */
.green_bg {
  background-color: #75B634;
  color: #fff; }

.gray_bg {
  background-color: #5b5b5b;
  color: #fff; }

.blue_bg {
  background-color: #1D4A91;
  color: #fff; }