.hf * {
  outline: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hf .clearfix:before, .hf .clearfix:after,
.hf .wideContainer:before,
.hf .wideContainer:after,
.hf .nav:before,
.hf .nav:after {
  content: " ";
  display: table;
}
.hf .clearfix:after,
.hf .wideContainer:after,
.hf .nav:after {
  clear: both;
}
.hf .clearfix {
  display: block;
}
.hf .hidden {
  display: none;
}
.hf .text-center {
  text-align: center;
}
.hf .pull-left {
  float: left;
}
.hf .pull-right {
  float: right;
}
.hf .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.hf .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.hf .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.hf .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.hf .form-control:-ms-input-placeholder {
  color: #999;
}
.hf .form-control::-webkit-input-placeholder {
  color: #999;
}
.hf .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.hf .form-control[disabled], .hf .form-control[readonly], .hf fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.hf .form-control[disabled], .hf fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.hf textarea.form-control {
  height: auto;
}
.hf input[type="search"] {
  -webkit-appearance: none;
}
.hf .btn-group,
.hf .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.hf .btn-group > .btn,
.hf .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.hf .btn-group > .btn:hover, .hf .btn-group > .btn:focus, .hf .btn-group > .btn:active, .hf .btn-group > .btn.active,
.hf .btn-group-vertical > .btn:hover,
.hf .btn-group-vertical > .btn:focus,
.hf .btn-group-vertical > .btn:active,
.hf .btn-group-vertical > .btn.active {
  z-index: 2;
}
.hf .btn-group .btn + .btn,
.hf .btn-group .btn + .btn-group,
.hf .btn-group .btn-group + .btn,
.hf .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.hf .btn-toolbar {
  margin-left: -5px;
}
.hf .btn-toolbar:before, .hf .btn-toolbar:after {
  display: table;
  content: " ";
}
.hf .btn-toolbar:after {
  clear: both;
}
.hf .btn-toolbar .btn,
.hf .btn-toolbar .btn-group,
.hf .btn-toolbar .input-group {
  float: left;
}
.hf .btn-toolbar > .btn,
.hf .btn-toolbar > .btn-group,
.hf .btn-toolbar > .input-group {
  margin-left: 5px;
}
.hf .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.hf .btn-group > .btn:first-child {
  margin-left: 0;
}
.hf .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.hf .btn-group > .btn:last-child:not(:first-child),
.hf .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.hf .btn-group > .btn-group {
  float: left;
}
.hf .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.hf .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.hf .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.hf .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.hf .btn-group .dropdown-toggle:active,
.hf .btn-group.open .dropdown-toggle {
  outline: 0;
}
.hf .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.hf .btn-group > .btn-lg + .dropdown-toggle, .hf .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.hf .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.hf .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hf .btn .caret {
  margin-left: 0;
}
.hf .btn-lg .caret, .hf .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.hf .dropup .btn-lg .caret, .hf .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.hf .btn-group-vertical > .btn,
.hf .btn-group-vertical > .btn-group,
.hf .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.hf .btn-group-vertical > .btn-group:before, .hf .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.hf .btn-group-vertical > .btn-group:after {
  clear: both;
}
.hf .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.hf .btn-group-vertical > .btn + .btn,
.hf .btn-group-vertical > .btn + .btn-group,
.hf .btn-group-vertical > .btn-group + .btn,
.hf .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.hf .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.hf .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hf .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.hf .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.hf .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.hf .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hf .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.hf .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.hf .btn-group-justified > .btn,
.hf .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.hf .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.hf .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.hf [data-toggle="buttons"] > .btn input[type="radio"],
.hf [data-toggle="buttons"] > .btn input[type="checkbox"],
.hf [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.hf [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.hf .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.hf .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.hf .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.hf .input-group .form-control:focus {
  z-index: 3;
}
.hf .input-group-addon,
.hf .input-group-btn,
.hf .input-group .form-control {
  display: table-cell;
}
.hf .input-group-addon:not(:first-child):not(:last-child),
.hf .input-group-btn:not(:first-child):not(:last-child),
.hf .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.hf .input-group-addon,
.hf .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.hf .input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.hf .input-group-addon.input-sm,
.hf .input-group-sm > .input-group-addon,
.hf .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 1px;
}
.hf .input-group-addon.input-lg,
.hf .input-group-lg > .input-group-addon,
.hf .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 4px;
}
.hf .input-group-addon input[type="radio"],
.hf .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.hf .input-group .form-control:first-child,
.hf .input-group-addon:first-child,
.hf .input-group-btn:first-child > .btn,
.hf .input-group-btn:first-child > .btn-group > .btn,
.hf .input-group-btn:first-child > .dropdown-toggle,
.hf .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.hf .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.hf .input-group-addon:first-child {
  border-right: 0;
}
.hf .input-group .form-control:last-child,
.hf .input-group-addon:last-child,
.hf .input-group-btn:last-child > .btn,
.hf .input-group-btn:last-child > .btn-group > .btn,
.hf .input-group-btn:last-child > .dropdown-toggle,
.hf .input-group-btn:first-child > .btn:not(:first-child),
.hf .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.hf .input-group-addon:last-child {
  border-left: 0;
}
.hf .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.hf .input-group-btn > .btn {
  position: relative;
}
.hf .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.hf .input-group-btn > .btn:hover, .hf .input-group-btn > .btn:focus, .hf .input-group-btn > .btn:active {
  z-index: 2;
}
.hf .input-group-btn:first-child > .btn,
.hf .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.hf .input-group-btn:last-child > .btn,
.hf .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.hf .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.hf .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.hf .dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.hf .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  white-space: nowrap;
}
.hf .dropdown-menu > li > a:hover, .hf .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.hf .dropdown-menu > .active > a, .hf .dropdown-menu > .active > a:hover, .hf .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2196f3;
  outline: 0;
}
.hf .dropdown-menu > .disabled > a, .hf .dropdown-menu > .disabled > a:hover, .hf .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.hf .dropdown-menu > .disabled > a:hover, .hf .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.hf .open > .dropdown-menu {
  display: block;
}
.hf .open > a {
  outline: 0;
}
.hf .dropdown-menu-right {
  right: 0;
  left: auto;
}
.hf .dropdown-menu-left {
  right: auto;
  left: 0;
}
.hf .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #777;
  white-space: nowrap;
}
.hf .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.hf .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/*# sourceMappingURL=hf-option.css.map */
