.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.table-container {
  max-width: 100%;
  overflow: auto;
}
.table {
  margin-bottom: 20px;
  border-collapse: collapse;
}
.table-contentCell {
  padding-top: 20px;
}
.table .table-cell {
  border: 1px solid #d1ceb3;
  padding: 3px 10px;
  color: #222222;
}
.table .table-cellHeader {
  border-color: #e6e3cb;
  color: #333333;
  background: #fffef4;
}
.table .table-cellFirstColumn {
  border-left: none;
}
.table .table-cellLastColumn {
  border-right: none;
}
.table .table-cellFirstRow {
  border-top: none;
}
.table .table-cellLastRow {
  border-bottom: none;
}
.table .emphasis {
  font-size: 16px;
  font-weight: bold;
}
.table .small {
  font-size: 12px;
}
.table-cell,
.table-invisibleCell {
  color: #222222;
}
.table-invisibleCell {
  padding-left: 20px;
  padding-top: 10px;
}
.table-cellheader,
.table-invisibleCellHeader {
  color: #0064c8;
}
