.StatisticsContent {
  height: 100%;
}

.StatisticsContent #statistics-form-left {
  width: 100%;
  height: 95px;
  overflow: auto;
  display: flex;
}

.StatisticsContent #statistics-form-right {
  width: calc(100% - 5px);
  height: calc(100% - 120px);
  position: relative;
}

#statisticsFormOptions {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.StatisticsTableNameLabel {
  font-size: 11px;
  margin: 0 0 4px 0;
}

.StatisticsFormRow {
  display: flex;
}

.StatisticsFormCol {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 4px;
}

.StatisticsLongInput{
  width: 145px;
}

.StatisticsMidInput{
  width: 75px;
}

.StatisticsShortInput{
  width: 40px;
}

#statistics-form-controls {
  text-align: left;
  padding: 16px;
}

.statisticsButton {
  text-align: center;
  border-radius: 3px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #d3d3d3;
  padding: 5px 12px;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
  transition: all 0.4s ease 0s;
  line-height: 15px;
  display: inline-block;
  text-decoration: none;
  margin: 0 2px;
}

.StatisticsShortBtn {
  font-size: 12px;
  line-height: 13px;
  min-width: 25px;
  padding: 3px 8px;
}

.statisticsButton:hover {
  background: #fff;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
  transition: all 0.4s ease 0s;
}

.statisticsDataWrap {
  padding: 5px;
  display: block;
  margin-top: 14px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: scroll;
}

.statisticsDataBody {
  height: calc(100%);
  overflow-x: auto;
}

.statisticsDataRowHeader,
.statisticsDataRowHeaderFixed,
.statisticsDataRow {
  display: table-row;
  padding: 5px;
}

.statisticsDataRowHeader {
  width: calc(100% - 50px);
}

.statisticsDataRowHeaderFixed,
.statisticsDataRowHeader {
  font-weight: bold;
  text-transform: uppercase;
}

.statisticsDataRowHeaderFixed {
  z-index: 1;
  width: calc(100% - 15px);
  height: 20px;
  line-height: 12px;
  overflow-x: hidden;
  position: absolute;
  top: 0px;
  background-color: #bbb;
  display: flex;
}

.statisticsDataCol {
  display: table-cell;
  padding: 5px 25px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.statisticsDataColWhiteSpace {
  display: table-cell;
  padding: 5px 25px;
  text-align: left;
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
}

.statisticsDataRow:nth-child(odd) {
  background: #ececec;
}

.statisticsDataRowRed {
  display: table-row;
  padding: 5px;
  background-color: #ffd9d9;
}

.statisticsDataRowYellow {
  display: table-row;
  padding: 5px;
  background-color: #FFFF8F;
}

.statisticsDataRowGreen {
  display: table-row;
  padding: 5px;
  background-color: #AFE1AF;
}

.statisticsDataRowWhite {
  display: table-row;
  padding: 5px;
  background-color: #FFFFFF;
}


.statisticsButtonDelete {
  flex: 1 1 auto;
  background: #ffd9d9 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  color: #555;
  font-size: 11px;
  margin: 12px -10px 0;
}

.statisticsButtonDelete:hover {
  background: #ff4949;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
  transition: all 0.4s ease 0s;
}

.StatisticsFormColConditions {
  position: relative;
}

.ColumnHelper {
  position: fixed;
  background: rgba(52, 115, 188, 0.57);
  padding: 5px 8px;
  border-radius: 3px;
  border: 1px solid #bbb;
  width: 180px;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}

.ColumnHelperBtn {
  margin: 1px;
  background: #fff;
  border: 1px solid #bbb;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 10px;
  min-width: 35px;
}

.ColumnHelperBtn:hover {
  background: #fafafa;
  cursor: pointer;
}

.statisticsButtonDelete {
  display: none;
}
