/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
.form-order-deliveries-section.form-order-deliveries-section-reports .form-group {
  opacity: 1; }

.register .form-group label {
  font-family: "HelveticaNeueW01-55Roma", "Helvetica", Helvetica, Arial, sans-serif;
  color: #5f6a72; }

.register a {
  text-decoration: none;
  color: #0698D9;
  cursor: pointer; }

.register section {
  margin-bottom: 10px; }

.register .btn {
  float: right;
  margin-left: 20px; }

.register .input-text .input-text-padded {
  margin-bottom: 10px; }

.register .select-dropdown {
  margin-bottom: 14px; }

.register .results {
  float: right; }
