.margin-top {
  margin-top: 2.2em;
}
.margin-bottom {
  margin-bottom: 2.2em;
}
.mt {
  margin-top: 1em !important;
}
.mr {
  margin-right: 1em !important;
}
.mb {
  margin-bottom: 1em !important;
}
.ml {
  margin-left: 1em !important;
}
.mh {
  margin-left: 1em !important;
  margin-right: 1em !important;
}
.mv {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.bottom-border {
  border-bottom: 1px solid #e9eaec;
}
.bordered {
  border: 1px solid #e9eaec;
}
.inline {
  display: inline-block;
}
.fullwidth {
  width: 100% !important;
}
.hidden {
  display: none;
}
.right {
  float: right;
}
.float-left {
  float: left;
  margin: 2px 2px;
}
.move-right {
  margin-left: 80px;
}
.small-font {
  font-size: smaller;
}
.strong-font {
  font-weight: bold;
}
.pointer {
  cursor: pointer;
}
.scroll-to-top {
  display: none;
}
.color-blue {
  color: #0065bd !important;
}
.color-green {
  color: #00ab67 !important;
}
.color-red {
  color: #ff5454 !important;
}
.color-yellow {
  color: #fabb3d !important;
}
.bg-color-green {
  background-color: #00ab67;
  color: #fff;
}
.bg-color-green .glyphicon,
.bg-color-green .syncons {
  color: #fff;
}
.bg-color-light-green {
  background-color: rgba(136,204,102,0.45);
}
.bg-color-blue {
  background-color: #0065bd;
  color: #fff;
}
.bg-color-blue .glyphicon,
.bg-color-blue .syncons {
  color: #fff;
}
.bg-color-red {
  background-color: #ff5454;
  color: #fff;
}
.bg-color-red .glyphicon,
.bg-color-red .syncons {
  color: #fff;
}
.row.row-divider {
  margin-top: 1em;
  padding-top: 1em;
  margin-left: -10px;
  margin-right: -10px;
  border-top: 1px solid #e9eaec;
}
.transition-opacity {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
