﻿* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.text-center {
  text-align: center;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.page-center {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}
.page-center-default-position {
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.visibility-hidden {
  visibility: hidden;
}
.align-left {
  text-align: left;
}
.align-top {
  vertical-align: top;
}
.align-bottom {
  vertical-align: bottom;
}
.align-middle {
  vertical-align: middle;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.no-wrap {
  white-space: nowrap;
}
.align-top-with-offset {
  vertical-align: top;
  padding-top: 10px !important;
}
.color-red {
  color: #b94a48;
}
.border-right-thin-grey {
  border-right: 1px solid #aaaaaa;
}
.border-left-thin-grey {
  border-left: 1px solid #aaaaaa;
}
.needs-flc td {
  background-color: #FFF0C6 !important;
  font-weight: bold;
}