/* Screen sizes
 ============================================================================ */
.no-border {
  border: none;
  box-shadow: none;
}
.btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: white;
  border-radius: 0;
  border: 1px solid #f97539;
  color: #f97539;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 2px 15px;
  text-decoration: none !important;
  text-transform: none;
  vertical-align: inherit;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #f86420;
  color: white;
  text-decoration: none !important;
}
.btn-default {
  background: #f97539;
  color: white;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active:focus {
  background: #f86420;
  box-shadow: none;
  color: white;
  border: 1px solid #f86420;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus {
  background-color: #f86420;
  box-shadow: none;
  color: white;
  border: 1px solid #f86420;
}
.btn-primary[disabled]:hover {
  background-color: #f97539;
  border-color: #f97539;
}
.btn-link {
  background: none;
  border: 1px solid #f97539;
  color: #f97539;
  display: inline-block;
  line-height: normal;
  margin-top: 5px;
  padding: 2px 10px;
}
.btn-tooltip {
  border: none;
  box-shadow: none;
  background: none;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 0;
}
.btn-tooltip:hover,
.btn-tooltip:active,
.btn-tooltip:focus {
  background: none;
  color: #333333;
}
.btn-group {
  margin-top: 15px;
}
.btn-group .btn {
  float: none;
  margin-right: 15px;
}
/* Panels
 ============================================================================ */
.panel {
  border: 1px solid #fdcbb5;
  border-radius: 0;
  border-top: 2px solid #f97539;
}
.panel .panel-heading {
  background: none;
  border-bottom: 1px solid #fdcbb5;
  border-radius: 0;
  padding: 10px 15px;
}
.panel .panel-heading h4 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.panel .panel-body {
  padding: 20px;
}
.panel-form .panel-body {
  padding-bottom: 0;
}
/* Tables
 ============================================================================ */
table.table {
  background: white;
  margin: 0;
  width: 100%;
}
table.table thead th {
  border-bottom: 2px solid #f97539;
  font-weight: 500;
  padding: 0 18px 8px 8px;
}
table.table thead th:hover:after {
  color: #f97539;
  opacity: 1;
}
table.table thead th.col-1 {
  width: 8.33333333%;
}
table.table thead th.col-2 {
  width: 16.66666667%;
}
table.table thead th.col-3 {
  width: 25%;
}
table.table thead th.col-4 {
  width: 33.33333333%;
}
table.table thead th.col-5 {
  width: 41.66666667%;
}
table.table thead th.col-6 {
  width: 50%;
}
table.table thead th.col-7 {
  width: 58.33333333%;
}
table.table thead th.col-8 {
  width: 66.66666667%;
}
table.table thead th.col-9 {
  width: 75%;
}
table.table thead th.col-10 {
  width: 83.33333333%;
}
table.table thead th.col-11 {
  width: 91.66666667%;
}
table.table thead th.col-12 {
  width: 100%;
}
table.table tbody tr td {
  color: #666;
  line-height: 20px;
  padding: 0;
}
table.table tbody tr td.id {
  font-weight: 300;
}
table.table tbody tr td.actions {
  padding-right: 0;
  text-align: right;
}
table.table tbody tr td a:not(.btn) {
  color: #666;
  display: block;
  line-height: 20px;
  min-height: 36px;
  padding: 8px;
}
table.table tbody tr td a:not(.btn):hover,
table.table tbody tr td a:not(.btn):active,
table.table tbody tr td a:not(.btn):focus {
  text-decoration: none;
}
table.table tbody tr td a.link {
  color: #f97539;
}
table.table tbody tr td a.link:hover,
table.table tbody tr td a.link:active,
table.table tbody tr td a.link:focus {
  color: #f86420;
  text-decoration: underline;
}
table.table tbody tr td a.btn.btn-sm {
  margin: 2px 0;
}
table.table tbody tr td a.btn.btn-xs {
  margin: 5px 0;
}
table.table tbody tr td.col-1 {
  width: 8.33333333%;
}
table.table tbody tr td.col-2 {
  width: 16.66666667%;
}
table.table tbody tr td.col-3 {
  width: 25%;
}
table.table tbody tr td.col-4 {
  width: 33.33333333%;
}
table.table tbody tr td.col-5 {
  width: 41.66666667%;
}
table.table tbody tr td.col-6 {
  width: 50%;
}
table.table tbody tr td.col-7 {
  width: 58.33333333%;
}
table.table tbody tr td.col-8 {
  width: 66.66666667%;
}
table.table tbody tr td.col-9 {
  width: 75%;
}
table.table tbody tr td.col-10 {
  width: 83.33333333%;
}
table.table tbody tr td.col-11 {
  width: 91.66666667%;
}
table.table tbody tr td.col-12 {
  width: 100%;
}
table.table.form-table tbody tr td {
  padding: 8px;
}
table.table.form-table tbody tr td a:not(.btn) {
  line-height: 34px;
  min-height: initial;
  padding: 0;
}
table.table.form-table tbody tr td a.btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
table.table.form-table tbody tr td span {
  display: block;
  line-height: 34px;
}
table.table.form-table tbody tr td .form-group-content span {
  display: inline;
  line-height: initial;
}
table.table.form-table tbody tr td .input-group span.input-group-addon {
  display: table-cell;
  line-height: initial;
}
table.table.form-table tbody tr td .form-group {
  margin-bottom: 0;
}
table.table.form-table tbody tr td .form-group .row {
  margin: 0;
}
table.table.form-table tbody tr td .form-group .row .form-group-content {
  padding-left: 0;
  padding-right: 0;
}
table.table.form-table-with-fields tbody tr td {
  padding: 20px 8px 0 8px;
}
table.table.form-table-with-fields tbody tr td .form-group {
  margin-bottom: 20px;
}
table.table.form-table-with-fields tbody tr td .form-group-row {
  margin-bottom: 0;
}
table.table.form-table-no-header thead {
  display: none;
}
table.table.form-table-no-header tbody tr:first-of-type td {
  border-top: none;
  padding-top: 0;
}
table.table.form-table-no-top-border tbody tr:first-of-type th {
  border-top: none;
}
table.table.form-table-no-top-border tbody tr:first-of-type td {
  border-top: none;
}
table.table.link-table tbody tr:hover td {
  background: #f8f8f8;
  color: #f97539;
}
table.table.link-table tbody tr:hover td a:not(.btn) {
  color: #f97539;
}
table.table.link-table tbody tr td {
  padding: 0;
}
table.table.link-table tbody tr td.no-link {
  padding: 8px;
}
table.table.border-bottom {
  border-bottom: 1px solid #999999;
}
table.table.no-border-top tr:first-of-type th,
table.table.no-border-top tr:first-of-type td {
  border-top: none;
}
.table-responsive + .btn-group {
  margin-top: 15px;
}
/* Data table
 ============================================================================ */
.data-table {
  margin-bottom: 50px;
}
.data-table .btn-group {
  margin: 10px 0;
}
.data-table .filter {
  background: white;
  margin-bottom: 0;
  padding: 0;
}
.data-table .filter .form-group {
  position: relative;
  margin-top: 10px;
}
.data-table .filter .form-group label {
  color: #222222;
  left: 0;
  line-height: 30px;
  margin: 0;
  position: absolute;
  width: 100px;
}
.data-table .filter .form-group .form-group-content {
  padding-left: 115px;
  width: 100%;
}
.data-table .filter .form-group-autocomplete .chosen-container .chosen-single {
  height: 30px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.data-table .filter .form-group-autocomplete .chosen-container .chosen-single abbr {
  height: 28px;
}
.data-table .filter .form-group-autocomplete .chosen-container .chosen-single abbr:before {
  line-height: 28px;
}
.data-table .filter .form-group-autocomplete .chosen-container .chosen-single div {
  height: 28px;
}
.data-table .filter .form-group-autocomplete .chosen-container .chosen-single div b:before {
  line-height: 28px;
}
.data-table .filter .form-group-currency-range fieldset legend {
  color: #222222;
  left: 0;
  line-height: 30px;
  margin: 0;
  position: absolute;
  width: 100px;
}
.data-table .filter .form-group-currency-range fieldset legend + div.row {
  padding-left: 100px;
}
.data-table .filter .form-group-currency-range fieldset .form-group {
  margin-left: 0;
}
.data-table .filter .form-group-currency-range fieldset .form-group label {
  display: none;
}
.data-table .filter .form-group-currency-range fieldset .form-group .form-group-content {
  padding-left: 15px;
}
.data-table .filter .form-group-period fieldset legend {
  color: #222222;
  left: 0;
  line-height: 30px;
  margin: 0;
  position: absolute;
  width: 100px;
}
.data-table .filter .form-group-period fieldset legend + div.row {
  padding-left: 100px;
}
.data-table .filter .form-group-period fieldset .form-group {
  margin-left: 0;
}
.data-table .filter .form-group-period fieldset .form-group label {
  display: none;
}
.data-table .filter .form-group-period fieldset .form-group .form-group-content {
  padding-left: 15px;
}
.data-table .filter .form-group-select select {
  height: 30px;
  padding: 4px 12px;
}
.data-table .filter .form-group-text input {
  height: 30px;
  padding: 4px 12px;
}
.data-table .table-wrapper {
  background: white;
  padding: 0;
}
.data-table .table-wrapper table.table.dataTable {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.data-table .table-wrapper table.table thead th {
  background: #f97539;
  border: none;
  border-bottom: 2px solid #f86420;
  color: white;
  padding: 14px 30px 14px 14px;
  white-space: nowrap;
}
.data-table .table-wrapper table.table thead th.sorting:after,
.data-table .table-wrapper table.table thead th.sorting_desc:after,
.data-table .table-wrapper table.table thead th.sorting_asc:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0 -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: white;
  opacity: 0.6;
  top: 50%;
}
.data-table .table-wrapper table.table thead th.sorting:hover:after,
.data-table .table-wrapper table.table thead th.sorting_desc:hover:after,
.data-table .table-wrapper table.table thead th.sorting_asc:hover:after,
.data-table .table-wrapper table.table thead th.sorting:active:after,
.data-table .table-wrapper table.table thead th.sorting_desc:active:after,
.data-table .table-wrapper table.table thead th.sorting_asc:active:after,
.data-table .table-wrapper table.table thead th.sorting:focus:after,
.data-table .table-wrapper table.table thead th.sorting_desc:focus:after,
.data-table .table-wrapper table.table thead th.sorting_asc:focus:after {
  color: white;
  opacity: 1;
}
.data-table .table-wrapper table.table tbody tr:hover td {
  background: #f8f8f8;
  color: #f97539;
}
.data-table .table-wrapper table.table tbody tr:hover td.dataTables_empty {
  background: none;
  color: #666;
  font-weight: 400;
}
.data-table .table-wrapper table.table tbody tr:hover td a:not(.btn) {
  color: #f97539;
}
.data-table .table-wrapper table.table tbody tr td.dataTables_empty {
  font-weight: 400;
  padding: 14px;
  text-align: left;
}
.data-table .table-wrapper table.table tbody tr td.no-link {
  padding: 8px;
}
.data-table .table-wrapper table.table.no-footer {
  border-bottom: 1px solid #999999;
}
.data-table .table-wrapper .bottom {
  margin-top: 15px;
  overflow: hidden;
}
.data-table .table-wrapper .bottom .dt-buttons {
  float: left;
  margin: 17px 0 0 0;
}
.data-table .table-wrapper .bottom .dt-buttons .dt-button {
  background: #eeeeee;
  border: none;
  border-radius: 0;
  color: #131313 !important;
  display: block;
  float: left;
  font-size: 13px;
  line-height: 26px;
  margin: 0 10px 0 0;
  padding: 0 10px;
}
.data-table .table-wrapper .bottom .dt-buttons .dt-button:hover,
.data-table .table-wrapper .bottom .dt-buttons .dt-button:active,
.data-table .table-wrapper .bottom .dt-buttons .dt-button:focus {
  background: #f86420;
  border: none;
  color: white !important;
  text-decoration: none;
}
.data-table .table-wrapper .bottom .dataTables_info {
  color: #333333;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.data-table .table-wrapper .bottom .dataTables_info:after {
  content: '|';
  line-height: 20px;
  margin: 0 10px;
}
.data-table .table-wrapper .bottom .dataTables_length {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.data-table .table-wrapper .bottom .dataTables_length label {
  color: #333333;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
}
.data-table .table-wrapper .bottom .dataTables_length label select {
  border: 1px solid #999999;
  border-radius: 0;
  color: #333333;
  font-size: 13px;
  height: 20px;
  margin: 0 2px;
  width: 60px;
}
.data-table .table-wrapper .bottom .dataTables_paginate {
  font-size: 13px;
  margin: 17px 0 0 0;
  padding: 0;
}
.data-table .table-wrapper .bottom .dataTables_paginate .paginate_button {
  border: none;
  color: #222222 !important;
  cursor: pointer;
  display: inline-block;
  line-height: 26px;
  margin: 0;
  padding: 0;
}
.data-table .table-wrapper .bottom .dataTables_paginate .paginate_button.previous {
  margin-right: 10px;
}
.data-table .table-wrapper .bottom .dataTables_paginate .paginate_button.next {
  margin-left: 10px;
}
.data-table .table-wrapper .bottom .dataTables_paginate .paginate_button:hover,
.data-table .table-wrapper .bottom .dataTables_paginate .paginate_button:active,
.data-table .table-wrapper .bottom .dataTables_paginate .paginate_button:focus {
  background: none;
  border: none;
  border-radius: 0;
  color: #f97539 !important;
  text-decoration: none;
}
.data-table .table-wrapper .bottom .dataTables_paginate .paginate_button.disabled {
  color: #555555 !important;
  cursor: default;
}
.data-table .table-wrapper .bottom .dataTables_paginate .paginate_button.disabled:hover,
.data-table .table-wrapper .bottom .dataTables_paginate .paginate_button.disabled:active,
.data-table .table-wrapper .bottom .dataTables_paginate .paginate_button.disabled:focus {
  color: #555555 !important;
}
.data-table .table-wrapper .bottom .dataTables_paginate span .paginate_button {
  background: #f97539;
  border: none;
  border-radius: 0;
  color: white !important;
  margin: 0 2px;
  padding: 0 10px;
}
.data-table .table-wrapper .bottom .dataTables_paginate span .paginate_button:hover,
.data-table .table-wrapper .bottom .dataTables_paginate span .paginate_button:active,
.data-table .table-wrapper .bottom .dataTables_paginate span .paginate_button:focus {
  background: #f86420;
  border: none;
  color: white !important;
}
.data-table .table-wrapper .bottom .dataTables_paginate span .paginate_button.current {
  background: #f86420;
  border: none;
  color: white !important;
  cursor: default;
}
.data-table .table-wrapper .bottom .dataTables_paginate span .paginate_button.current:hover,
.data-table .table-wrapper .bottom .dataTables_paginate span .paginate_button.current:active,
.data-table .table-wrapper .bottom .dataTables_paginate span .paginate_button.current:focus {
  background: #f86420;
  border: none;
  color: white !important;
}
/* List item
 ============================================================================ */
.list-item {
  padding: 3px 0;
}
.list-item .list-label {
  display: inline-block;
  color: #666;
  font-size: 13px;
  vertical-align: top;
  width: 40%;
  min-width: 150px;
}
@media (max-width: 767px) {
  .list-item .list-label {
    display: block;
    width: 100%;
  }
}
.list-item .list-value {
  display: inline-block;
  font-weight: 600;
}
.list-item.block {
  margin-bottom: 25px;
  padding: 0;
}
.list-item.block .list-label {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}
.list-item.block .list-value {
  font-weight: 400;
}
.list-item-block {
  border: 1px solid #ffffff;
  margin-bottom: 40px;
  margin-top: 14px;
  padding: 30px 15px 15px 15px;
  position: relative;
}
.list-item-block h2 {
  background: white;
  display: inline-block;
  color: #f97539;
  left: 5px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  top: -14px;
}
@media (max-width: 767px) {
  .list-item-block h2 {
    font-size: 24px;
  }
}
.list-item-block address {
  margin: 0;
}
/* Body
 ============================================================================ */
body {
  font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
  font-size: 14px;
  line-height: 22px;
}
body * {
  font-family: inherit;
}
/* Titles
 ============================================================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
}
h1 {
  color: #f97539;
  font-size: 28px;
  line-height: 50px;
  margin: 0 0 5px 0;
}
h2 {
  color: #f97539;
  font-size: 24px;
  margin: 30px 0 20px 0;
}
h2:first-child {
  margin-top: 0;
}
h2 + h4 {
  margin-top: 0;
}
h2 a {
  color: #f97539;
}
h2 a:hover,
h2 a:active,
h2 a:focus {
  color: #f86420;
  text-decoration: underline;
}
h3 {
  color: #f97539;
  font-size: 20px;
  margin: 30px 0 10px 0;
}
h3:first-child {
  margin-top: 0;
}
h3 + h4 {
  margin-top: 0;
}
h3 a {
  color: #f97539;
}
h3 a:hover,
h3 a:active,
h3 a:focus {
  color: #f86420;
  text-decoration: underline;
}
h4 {
  font-weight: 600;
  font-size: 16px;
  margin: 25px 0 10px 0;
}
h4:first-child {
  margin-top: 0;
}
h4 a {
  color: #f97539;
}
h4 a:hover,
h4 a:active,
h4 a:focus {
  color: #f86420;
  text-decoration: underline;
}
h5 {
  font-weight: 600;
  font-size: 14px;
}
h6 {
  font-weight: 600;
  font-size: 12px;
}
/* General form settings
 ============================================================================ */
.form-control {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  display: block;
  line-height: 1;
  font-size: 14px;
  height: 34px;
  padding: 8px 12px;
  width: 100%;
}
.form-group {
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
}
.form-group.required > label:after {
  content: ' *';
  color: #d9534f;
  font-weight: 500;
}
.form-group.no-bottom {
  margin-bottom: 0;
}
.form-group label {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
}
.form-group fieldset legend .btn-tooltip {
  border: none;
  box-shadow: none;
  background: none;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 0;
}
.form-group fieldset legend .btn-tooltip:hover,
.form-group fieldset legend .btn-tooltip:active,
.form-group fieldset legend .btn-tooltip:focus {
  color: #333333;
}
.form-group-row {
  margin-bottom: 0;
}
.form-group .form-group-content {
  position: relative;
}
.form-group .form-group-content .prefix + input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-group-address {
  margin-bottom: 0;
}
.form-group-autocomplete .chosen-container {
  display: inline-block;
  position: relative;
  user-select: none;
  vertical-align: middle;
  width: 100% !important;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.form-group-autocomplete .chosen-container a {
  cursor: pointer;
  text-decoration: none;
}
.form-group-autocomplete .chosen-container .chosen-drop {
  background: white;
  border: 1px solid #aaa;
  border-top: 0;
  font-size: 14px;
  left: -9999px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1010;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-search {
  margin: 0;
  padding: 5px 12px;
  position: relative;
  white-space: nowrap;
  z-index: 1010;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-search:before {
  color: #555555;
  content: '\f002';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 21px;
  top: 5px;
  width: 15px;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-search input[type="text"] {
  background: none;
  border: 1px solid #aaa;
  border-radius: 0;
  height: auto;
  line-height: 20px;
  margin: 0;
  outline: 0;
  padding: 4px 20px 4px 30px;
  width: 100%;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results {
  color: #666;
  line-height: 1;
  margin: 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li {
  display: none;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.disabled-result {
  color: #555555;
  cursor: default;
  display: list-item;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #3480b9;
  color: white;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.no-results {
  background: none;
  color: #131313;
  display: list-item;
  font-style: italic;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.group-result {
  cursor: default;
  display: list-item;
  font-weight: bold;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li.group-option {
  padding-left: 15px;
}
.form-group-autocomplete .chosen-container .chosen-drop .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.form-group-autocomplete .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.form-group-autocomplete .chosen-container .search-choice .group-name,
.form-group-autocomplete .chosen-container .chosen-single .group-name {
  color: #222222;
  font-weight: normal;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-group-autocomplete .chosen-container .search-choice .group-name:after,
.form-group-autocomplete .chosen-container .chosen-single .group-name:after {
  content: ':';
  padding-left: 2px;
  vertical-align: top;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  display: block;
  line-height: 1;
  font-size: 14px;
  height: 34px;
  padding: 8px 12px;
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single abbr {
  background: none;
  display: block;
  height: 32px;
  position: absolute;
  right: 26px;
  top: 0;
  width: 26px;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single abbr:before {
  color: #555555;
  content: '\f00d';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 100%;
  line-height: 32px;
  text-align: center;
  width: 100%;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single abbr:hover:before {
  color: #222222;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single div {
  display: block;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single div b:before {
  color: #999999;
  content: '\f0d7';
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 100%;
  line-height: 32px;
  text-align: center;
  width: 100%;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single.chosen-default {
  color: #555555;
}
.form-group-autocomplete .chosen-container.chosen-container-single .chosen-single.chosen-single-with-deselect span {
  margin-right: 40px;
}
.form-group-autocomplete .chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-drop .chosen-search {
  left: -9999px;
  position: absolute;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  display: block;
  line-height: 1;
  font-size: 14px;
  height: 34px;
  padding: 8px 12px;
  width: 100%;
  cursor: text;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding-bottom: 2px;
  position: relative;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-field {
  margin: 0 0 4px 0;
  padding: 0;
  white-space: nowrap;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none;
  color: #555555;
  height: 32px;
  line-height: 32px;
  margin: -6px 0;
  outline: 0;
  padding: 0;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice {
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  cursor: default;
  line-height: 13px;
  margin: 0 10px 4px 0;
  padding: 3px 20px 2px 5px;
  position: relative;
  max-width: 100%;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice span {
  color: #666;
  word-wrap: break-word;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  color: #555555;
  content: '\f00d';
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 12px;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
  color: #222222;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.form-group-autocomplete .chosen-container.chosen-container-multi .chosen-drop .result-selected {
  color: #555555;
  cursor: default;
  display: list-item;
}
.form-group-autocomplete .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: '\f0d8';
}
.form-group-autocomplete .chosen-container.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #666 !important;
}
.form-group-autocomplete .chosen-container.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.form-group-autocomplete .chosen-container.chosen-disabled .chosen-single {
  cursor: default;
}
.form-group-autocomplete .chosen-container.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.form-group-checkbox input {
  position: absolute;
}
.form-group-checkbox label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
}
.form-group-checkboxes fieldset legend {
  border: none;
  box-shadow: none;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.form-group-checkboxes .form-group-checkbox {
  margin-top: 5px;
  margin-bottom: 0;
}
.form-group-checkboxes .form-group-checkbox:first-child {
  margin-top: 0;
}
.form-group-checkboxes .children {
  margin-left: 20px;
  margin-top: 5px;
}
.form-group-date .form-group-content {
  width: 175px;
}
.form-group-datetime select {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  display: block;
  line-height: 1;
  font-size: 14px;
  height: 34px;
  padding: 8px 12px;
  width: 100%;
}
.form-group-email input {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  display: block;
  line-height: 1;
  font-size: 14px;
  height: 34px;
  padding: 8px 12px;
  width: 100%;
}
.form-group-file-image fieldset legend {
  border: none;
  box-shadow: none;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.form-group-file-image fieldset .form-group-image {
  margin-bottom: 0;
}
.form-group-file-image fieldset .form-group-image img {
  height: auto;
  width: 100%;
}
.form-group-file-image fieldset .form-group-checkbox {
  margin-bottom: 0;
}
.form-group-number .form-group-content {
  width: 175px;
}
.form-group-number .form-group-content input {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  display: block;
  line-height: 1;
  font-size: 14px;
  height: 34px;
  padding: 8px 12px;
  width: 100%;
}
.form-group-opening-hours table th {
  padding-right: 20px;
}
.form-group-opening-hours table th label {
  font-weight: 500;
}
.form-group-opening-hours table td {
  padding-right: 10px;
}
.form-group-opening-hours .form-group-checkbox {
  margin: 5px;
}
.form-group-opening-hours .form-group-text {
  margin: 5px;
  overflow: hidden;
}
.form-group-opening-hours .form-group-text label {
  display: block;
  float: left;
  font-weight: normal;
  line-height: 34px;
  margin: 0 20px 0 0;
  padding: 0;
}
.form-group-opening-hours .form-group-text .row {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.form-group-opening-hours .form-group-text .row .form-group-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 75px !important;
}
.form-group-opening-hours .btn-link {
  margin: 5px;
  padding: 0;
}
.form-group-password input {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  display: block;
  line-height: 1;
  font-size: 14px;
  height: 34px;
  padding: 8px 12px;
  width: 100%;
}
.form-group-period {
  margin-bottom: 0;
}
.form-group-period fieldset legend {
  border: none;
  box-shadow: none;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.form-group-period fieldset .form-group {
  float: left;
  margin-top: 0;
}
.form-group-period fieldset .form-group:last-child {
  margin-left: 30px;
}
.form-group-period fieldset .form-group label {
  font-weight: 300;
}
.form-group-period fieldset .form-group .form-group-content {
  width: 175px;
}
.form-group-phone-number .intl-tel-input {
  display: block;
}
.form-group-phone-number .intl-tel-input .iti-flag {
  background-image: url('/form_manager/bower_dist/intl-tel-input/img/flags.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-group-phone-number .intl-tel-input .iti-flag {
    background-image: url('/form_manager/bower_dist/intl-tel-input/img/flags@2x.png');
  }
}
.form-group-radio {
  margin-bottom: 15px;
}
.form-group-radio .form-group-radio {
  margin-bottom: 5px;
}
.form-group-radio .form-group-radio:last-of-type {
  margin-bottom: 0;
}
.form-group-radio .form-group-radio input {
  position: absolute;
}
.form-group-radio .form-group-radio label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
}
.form-group-readonly .label {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
}
.form-group-select select {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  display: block;
  line-height: 1;
  font-size: 14px;
  height: 34px;
  padding: 8px 12px;
  width: 100%;
}
.form-group-select .form-group-checkbox {
  margin-bottom: 5px;
}
.form-group-select .form-group-checkbox:last-child {
  margin-bottom: 0;
}
.form-group-tel input {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  display: block;
  line-height: 1;
  font-size: 14px;
  height: 34px;
  padding: 8px 12px;
  width: 100%;
}
.form-group-text input {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  display: block;
  line-height: 1;
  font-size: 14px;
  height: 34px;
  padding: 8px 12px;
  width: 100%;
}
.form-group-textarea textarea {
  background: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  display: block;
  line-height: 1;
  font-size: 14px;
  height: 34px;
  padding: 8px 12px;
  width: 100%;
  height: 100px;
  resize: none;
}
.form-group-textarea .mce-tinymce {
  border-color: #aaa;
}
.form-group-textarea .mce-tinymce .mce-container-body .mce-toolbar-grp {
  background: #eeeeee;
  border-color: #aaa;
}
.form-group-textarea .mce-tinymce .mce-container-body .mce-toolbar-grp .mce-btn {
  background: #eeeeee;
}
.form-group-textarea iframe {
  height: 150px !important;
}
.form-group-textarea .lg textarea {
  height: 400px;
}
.form-group-textarea .lg iframe {
  height: 400px !important;
}
.form-group .input-group-addon {
  background: #eeeeee;
  border-color: #aaa;
  border-radius: 0;
}
/* Errors
 ============================================================================ */
.form-group .parsley-errors-list.filled {
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
}
.form-group .parsley-errors-list.filled:before {
  color: rgba(217, 83, 79, 0.75);
  content: '\f071';
  float: left;
  font-family: FontAwesome;
  line-height: 22px;
  margin-right: 10px;
}
.form-group .parsley-errors-list.filled li {
  color: #d9534f;
  line-height: 22px;
}
.form-group .error-message {
  color: #d9534f;
  line-height: 22px;
  padding: 5px 0 0 0;
}
.form-group .error-message:before {
  color: rgba(217, 83, 79, 0.75);
  content: '\f071';
  float: left;
  font-family: FontAwesome;
  line-height: 22px;
  margin-right: 10px;
}
/* =================== General Styling ================== */
html,
body,
.wrapper {
  height: 100%;
}
body {
  position: relative;
  padding-top: 122px;
}
body.page-registry-index,
body.page-registry-checkout {
  min-width: 992px;
}
body.page-outside {
  background: white;
  margin: 0;
  min-height: 100%;
  position: fixed;
  width: 100%;
}
body.page-outside .outer {
  display: table;
  height: 100%;
  position: fixed;
  width: 100%;
}
body.page-outside .middle {
  display: table-cell;
  vertical-align: middle;
}
body.page-outside .inner {
  color: #666;
  margin: 0 auto;
  max-width: 500px;
  padding: 15px;
  text-align: center;
  width: 100%;
}
body.page-outside .inner h1 {
  color: #f97539;
}
body.page-outside .inner h2 {
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  margin: 20px 0;
}
body.page-outside .inner .btn-group .btn-primary:first-child {
  margin-right: 10px;
}
@media (max-width: 767px) {
  body.page-outside .inner .btn-group .btn-primary:first-child {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  body.page-outside .inner .btn-group .btn-primary {
    display: block;
    float: none;
    margin: 0 auto 5px auto;
    width: auto;
  }
}
.wrapper.in .content-overlay {
  visibility: visible;
  opacity: 0.5;
}
.wrapper.in header .header-top .navbar .navbar-header .navbar-toggle span:first-child {
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  margin: 0;
  top: 50%;
}
.wrapper.in header .header-top .navbar .navbar-header .navbar-toggle span:nth-child(2) {
  opacity: 0;
}
.wrapper.in header .header-top .navbar .navbar-header .navbar-toggle span:last-child {
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  margin: 0;
  top: 50%;
}
.wrapper.in-right .content-overlay {
  visibility: visible;
  opacity: 0.5;
}
.wrapper .content-overlay {
  opacity: 0;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
header .header-top {
  background: #3c3c3b;
  border-bottom: 2px solid #f97539;
  height: 62px;
  padding: 0 15px;
  position: relative;
  z-index: 101;
}
header .header-top .logo {
  display: inline-block;
  height: 100%;
  margin-left: 15px;
  padding: 10px 0;
}
header .header-top .logo img {
  height: 100%;
}
header .header-top .navbar {
  background-color: #3c3c3b;
  border-radius: 0;
  border: none;
  display: block;
  margin: 10px 0 0 0;
  min-height: 0;
  float: right;
}
@media (max-width: 767px) {
  header .header-top .navbar {
    background: none;
    display: inline-block;
    height: 65px;
    margin: 0;
    width: 36px;
  }
}
header .header-top .navbar .navbar-header button {
  background: #f97539;
  float: left;
  height: 36px;
  margin: 15px 0 12px 0;
  outline: none;
  padding: 0;
  position: relative;
  width: 36px;
}
header .header-top .navbar .navbar-header button span {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50% 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white;
  border-radius: 0;
  display: block;
  left: 50%;
  position: absolute;
  top: 10px;
}
header .header-top .navbar .navbar-header button span:first-child {
  margin-top: 2px;
}
header .header-top .navbar .navbar-header button span:nth-child(2) {
  margin-top: 8px;
}
header .header-top .navbar .navbar-header button span:last-child {
  margin-top: 14px;
}
header .header-top .navbar .navbar-header button:hover,
header .header-top .navbar .navbar-header button:active,
header .header-top .navbar .navbar-header button:focus {
  background: #f86420;
}
header .header-top .navbar .navbar-header button:hover span.icon-bar,
header .header-top .navbar .navbar-header button:active span.icon-bar,
header .header-top .navbar .navbar-header button:focus span.icon-bar {
  background: white;
}
header .header-top .navbar .navbar-collapse {
  border: none;
  display: inline-block !important;
  max-height: none;
  padding: 0;
  vertical-align: bottom;
  width: auto;
}
@media (max-width: 767px) {
  header .header-top .navbar .navbar-collapse {
    width: 270px;
    background: none;
    position: fixed;
    padding: 0;
    margin: 0;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: translate(75px, 0);
    -moz-transform: translate(75px 0);
    -ms-transform: translate(75px, 0);
    transform: translate(75px, 0);
  }
}
header .header-top .navbar .navbar-collapse.in {
  -webkit-transform: translate(-220px, 0);
  -moz-transform: translate(-220px 0);
  -ms-transform: translate(-220px, 0);
  transform: translate(-220px, 0);
}
@media (max-width: 767px) {
  header .header-top .navbar .navbar-collapse ul.navbar-nav {
    background: rgba(0, 0, 0, 0.8);
    float: none;
    height: 0;
    margin: 0;
  }
}
header .header-top .navbar .navbar-collapse ul.navbar-nav li {
  position: relative;
}
header .header-top .navbar .navbar-collapse ul.navbar-nav li a,
header .header-top .navbar .navbar-collapse ul.navbar-nav li span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none;
  color: white;
  display: block;
  font-weight: 400;
  line-height: 1;
  padding: 15px 30px;
  text-align: center;
}
header .header-top .navbar .navbar-collapse ul.navbar-nav li a:hover,
header .header-top .navbar .navbar-collapse ul.navbar-nav li span:hover,
header .header-top .navbar .navbar-collapse ul.navbar-nav li a:active,
header .header-top .navbar .navbar-collapse ul.navbar-nav li span:active,
header .header-top .navbar .navbar-collapse ul.navbar-nav li a:focus,
header .header-top .navbar .navbar-collapse ul.navbar-nav li span:focus {
  background: #f86420;
  color: white;
}
header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown .fa-caret-down {
  margin-left: 10px;
}
header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul {
  background: white;
  border-radius: 0;
  border: none;
  min-width: 240px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul {
    background: none;
    padding: 0;
  }
}
header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul .sub-categories {
  border-right: 1px solid #eee;
}
header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul .sub-categories:nth-child(odd) {
  border-right: 1px solid #eee;
}
header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li {
  border: none;
  margin: 0;
}
header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a,
header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li span {
  background: transparent;
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 20px;
  position: relative;
  text-align: left;
  white-space: normal;
  z-index: 10;
}
@media (max-width: 767px) {
  header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a,
  header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li span {
    background: none;
    border-left: 3px solid #000;
    color: white;
    text-align: left;
  }
}
header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:hover,
header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li span:hover,
header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:active,
header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li span:active,
header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:focus,
header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li span:focus {
  color: #f97539;
}
@media (max-width: 767px) {
  header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:hover,
  header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li span:hover,
  header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:active,
  header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li span:active,
  header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li a:focus,
  header .header-top .navbar .navbar-collapse ul.navbar-nav li.dropdown ul li span:focus {
    background: none;
    color: #f97539;
    border-left-color: #f97539;
  }
}
header .header-bottom {
  background: #eeeeee;
  height: 60px;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 1199px) {
  header .header-bottom {
    padding: 0;
  }
}
header .header-bottom .breadcrumbs {
  display: inline-block;
}
header .header-bottom .breadcrumbs .breadcrumb {
  background: none;
  margin: 0;
  padding: 10px 15px;
}
header .header-bottom .breadcrumbs .breadcrumb li {
  display: inline-block;
  height: 40px;
  color: #666;
  font-size: 20px;
  line-height: 40px;
}
header .header-bottom .breadcrumbs .breadcrumb li a {
  color: #666;
}
header .header-bottom .breadcrumbs .breadcrumb li a:hover {
  color: #595959;
}
header .header-bottom .breadcrumbs .breadcrumb li .fa {
  line-height: 40px;
}
header .header-bottom .breadcrumbs .breadcrumb li.first a {
  color: #f97539;
  font-size: 30px;
}
header .header-bottom .breadcrumbs .breadcrumb li.first a:hover {
  color: #f86420;
  text-decoration: none;
}
header .header-bottom .breadcrumbs .breadcrumb li + li:before {
  color: #f97539;
  font-family: FontAwesome;
  content: '\f054';
  margin: 0 10px;
}
#alerts {
  position: absolute;
  top: 122px;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 600px;
  z-index: 6;
}
#alerts .alert {
  box-shadow: 2px 2px 2px 0.2px rgba(60, 60, 59, 0.75);
  margin: 20px 0;
  width: 600px;
}
.popup {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.popup::before,
.popup::after {
  content: "";
  display: block;
  height: 10%;
}
.popup .popup-wrapper {
  background: white;
  border: 1px solid #3c3c3b;
  height: 80%;
  margin: 0 auto;
  min-width: 600px;
  min-height: 600px;
  position: relative;
  width: 80%;
}
@media (max-width: 1199px) {
  .popup .popup-wrapper {
    overflow-x: auto;
    width: 100%;
  }
}
.popup .popup-wrapper .popup-header {
  background: #3c3c3b;
  border-bottom: 2px solid #f97539;
  height: 52px;
  left: 0;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}
.popup .popup-wrapper .popup-header .title {
  color: white;
  display: inline-block;
  font-size: 24px;
  line-height: 40px;
}
.popup .popup-wrapper .popup-header .exit {
  cursor: pointer;
  float: right;
  height: 25px;
  margin: 7px 0;
  opacity: .8;
  width: 25px;
}
.popup .popup-wrapper .popup-header .exit:hover img {
  content: url('/img/cross_alt.png');
}
.popup .popup-wrapper .popup-header .exit img {
  height: 100%;
  width: auto;
}
.popup .popup-wrapper .popup-content-wrapper {
  height: 100%;
  padding: 52px 0 0 0;
}
.popup .popup-wrapper .popup-content-wrapper .popup-content {
  height: 100%;
  overflow-y: scroll;
  padding: 0 15px;
}
.popup .popup-wrapper .popup-content-wrapper .popup-content .panel {
  margin-bottom: 0;
}
.popup .popup-wrapper .popup-content-wrapper .popup-content .panel .panel-body {
  padding-bottom: 0;
}
.popup .popup-wrapper .popup-content-wrapper .popup-content .table-responsive {
  overflow-x: visible;
  width: 100%;
}
.popup .popup-wrapper .popup-content-wrapper .popup-content .table-responsive tr {
  line-height: 30px;
}
.popup .popup-wrapper .popup-content-wrapper .popup-content .table-responsive tr th,
.popup .popup-wrapper .popup-content-wrapper .popup-content .table-responsive tr td {
  padding: 5px 15px;
}
.popup .popup-wrapper .popup-content-wrapper .popup-content .table-responsive tbody tr {
  cursor: pointer;
}
.popup .popup-wrapper .popup-content-wrapper .popup-content .table-responsive tbody tr:hover,
.popup .popup-wrapper .popup-content-wrapper .popup-content .table-responsive tbody tr.selected,
.popup .popup-wrapper .popup-content-wrapper .popup-content .table-responsive tbody tr.active {
  background-color: #90c95b;
  color: white;
}
.popup.popup-small .popup-wrapper {
  height: 200px;
  min-height: 200px;
  min-width: 252px;
  width: 252px;
}
.popup.popup-small .popup-wrapper.cash-management {
  height: 280px;
  min-height: 280px;
}
.popup.popup-small .popup-wrapper .popup-content-wrapper .popup-content {
  overflow-y: visible;
  padding-top: 5px;
}
.popup.popup-small .popup-wrapper .popup-content-wrapper .popup-content .value {
  font-size: 16px;
  margin: 20px 0;
}
.popup.popup-small .popup-wrapper .popup-content-wrapper .popup-content .btn + .btn {
  float: right;
}
.popup.popup-medium .popup-wrapper {
  height: 620px;
  min-height: 620px;
  min-width: 400px;
  width: 400px;
}
.popup.popup-medium .popup-wrapper .popup-content-wrapper .popup-content {
  overflow-y: visible;
  padding-top: 10px;
}
.popup.popup-medium .popup-wrapper .popup-content-wrapper .popup-content .form-group-radio input[type=radio] {
  margin-right: 5px;
}
.popup.popup-medium .popup-wrapper .popup-content-wrapper .popup-content .form-group-radio label {
  font-weight: normal;
}
.popup.popup-medium .popup-wrapper .popup-content-wrapper .popup-content .total-amount {
  margin: 10px 0;
}
.popup.popup-medium .popup-wrapper .popup-content-wrapper .popup-content textarea {
  resize: none;
  width: 80%;
}
.popup.popup-medium .popup-wrapper .popup-content-wrapper .popup-content .btn-wrapper {
  margin: 10px 0;
}
.popup#client-form .options {
  padding-left: 0;
  padding-right: 0;
}
.popup#client-form .panel {
  background: none;
  border: 1px solid white;
}
.popup#client-form .panel input {
  background: none;
  border: 1px solid #f97539;
  color: #666;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .popup#client-form .panel input[type=text],
  .popup#client-form .panel input[type=email],
  .popup#client-form .panel input[type=number] {
    width: 80%;
  }
}
.popup#client-form .panel label {
  color: #666;
}
.popup#client-form .panel .parsley-errors-list {
  color: red;
  list-style: none;
  margin: 0;
  padding: 0;
}
.popup#client-form .panel .parsley-errors-list li {
  margin: 2px 0;
}
.popup#client-form .panel .parsley-errors-list li:before {
  content: '\f071';
  font-family: FontAwesome;
  margin: 0 5px;
}
.popup#client-form .panel .form-group-address .form-group-invoice-address-street {
  width: 50%;
}
@media (max-width: 1199px) {
  .popup#client-form .panel .form-group-address .form-group-invoice-address-street {
    width: 100%;
  }
}
.popup#client-form .panel .form-group-address .form-group-invoice-address-number,
.popup#client-form .panel .form-group-address .form-group-invoice-address-box {
  width: 25%;
}
@media (max-width: 1199px) {
  .popup#client-form .panel .form-group-address .form-group-invoice-address-number,
  .popup#client-form .panel .form-group-address .form-group-invoice-address-box {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .popup#client-form .panel .form-group-address .form-group-invoice-address-country-id {
    width: 100%;
  }
  .popup#client-form .panel .form-group-address .form-group-invoice-address-postal-code,
  .popup#client-form .panel .form-group-address .form-group-invoice-address-city-name {
    width: 50%;
  }
}
.popup#client-form .panel .form-group-address .chosen-container {
  max-width: 100%;
  min-width: 150px !important;
}
.popup#client-form .panel .form-group-address .chosen-container .chosen-single,
.popup#client-form .panel .form-group-address .chosen-container .chosen-drop {
  border-color: #f97539;
}
.popup#client-form .panel .form-group-address .chosen-container .active-result.highlighted {
  background-color: #3480b9;
}
.popup#orders-overlay .popup-wrapper .popup-content .options .save-order {
  display: none;
}
.popup#completed-order-detail-overlay .nav-tabs {
  border: none;
}
.popup#completed-order-detail-overlay .nav-tabs li a {
  background: none;
  border: none;
  color: #666;
}
.popup#completed-order-detail-overlay .nav-tabs li:hover a,
.popup#completed-order-detail-overlay .nav-tabs li.active a {
  color: #f97539;
}
.popup#completed-order-detail-overlay .tab-content {
  border-top: 1px solid #f97539;
  padding: 15px;
}
.popup#completed-order-detail-overlay .label {
  color: #666;
  line-height: 20px;
  padding: 0;
}
.popup#return-added .popup-wrapper {
  height: 250px;
  min-height: 250px;
}
.popup#return-added .popup-wrapper h4 {
  font-weight: 600;
}
.popup#return-added .popup-wrapper .return-added-amount {
  font-size: 30px;
}
.modal .modal-dialog {
  border-radius: 0;
  border: 1px solid #3c3c3b;
  margin-top: 150px;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
}
.modal .modal-dialog .modal-content .modal-header {
  background-color: #3c3c3b;
  border-bottom: 1px solid #f97539;
  color: white;
}
.modal .modal-dialog .modal-content .modal-header h4 {
  display: inline-block;
}
.modal .modal-dialog .modal-content .modal-header .exit {
  cursor: pointer;
  float: right;
  height: 15px;
  margin: 7px 0;
  opacity: .8;
  width: 25px;
}
.modal .modal-dialog .modal-content .modal-header .exit:hover img {
  content: url('/img/cross_alt.png');
}
.modal .modal-dialog .modal-content .modal-header .exit img {
  height: 100%;
  width: auto;
}
#content {
  height: 100%;
}
#content .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
#content .content-container {
  height: 100%;
  min-width: 768px;
  position: relative;
  width: 100%;
}
#content .content-container .registry {
  min-height: 650px;
  background: white;
  border-left: 3px solid #d2d2d2;
  bottom: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -60px;
  width: 440px;
}
#content .content-container .registry .registry-top {
  height: 100%;
  padding-bottom: 268px;
  position: relative;
}
#content .content-container .registry .registry-top .cart-load-icon {
  bottom: 270px;
  display: none;
  left: 2px;
  position: absolute;
}
#content .content-container .registry .registry-top .cart-load-icon .fa {
  font-size: 20px;
}
#content .content-container .registry .registry-top .cart {
  height: 100%;
  overflow-y: scroll;
  padding: 25px 0;
  color: #666;
}
#content .content-container .registry .registry-top .cart .product-list {
  width: 100%;
}
#content .content-container .registry .registry-top .cart .product-list thead tr th {
  border-bottom: 1px solid #d5dce4;
  color: #f97539;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
}
#content .content-container .registry .registry-top .cart .product-list thead tr th.name {
  text-align: left;
}
#content .content-container .registry .registry-top .cart .product-list thead tr th.price {
  text-align: right;
}
#content .content-container .registry .registry-top .cart .product-list tbody tr {
  border-bottom: 1px solid #d2d2d2;
}
#content .content-container .registry .registry-top .cart .product-list tbody tr.selected {
  background: #eeeeee;
}
#content .content-container .registry .registry-top .cart .product-list tbody tr:last-child {
  border-bottom: none;
}
#content .content-container .registry .registry-top .cart .product-list tbody tr td {
  font-weight: 400;
  line-height: 22px;
  padding: 5px 10px;
  vertical-align: top;
}
#content .content-container .registry .registry-top .cart .product-list tbody tr td.amount,
#content .content-container .registry .registry-top .cart .product-list tbody tr td.name,
#content .content-container .registry .registry-top .cart .product-list tbody tr td.price {
  cursor: pointer;
}
#content .content-container .registry .registry-top .cart .product-list tbody tr td.amount {
  text-align: center;
}
#content .content-container .registry .registry-top .cart .product-list tbody tr td.price {
  text-align: right;
}
#content .content-container .registry .registry-top .cart .product-list tbody tr td.price .pellets .lbl,
#content .content-container .registry .registry-top .cart .product-list tbody tr td.price .rent .lbl,
#content .content-container .registry .registry-top .cart .product-list tbody tr td.price .warranty .lbl {
  font-size: 12px;
  font-weight: 500;
}
#content .content-container .registry .registry-top .cart .product-list tbody tr td .product-price-option {
  display: block;
}
#content .content-container .registry .registry-top .cart .product-list tbody tr td .product-price-option .label,
#content .content-container .registry .registry-top .cart .product-list tbody tr td .product-price-option .value {
  color: #555555;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 0;
}
#content .content-container .registry .registry-top .cart .product-list tbody tr td .product-price-option .value {
  font-weight: 500;
}
#content .content-container .registry .registry-top .cart .totals {
  border-top: 1px solid #666;
  color: #666;
  padding: 15px;
}
#content .content-container .registry .registry-top .cart .totals .total {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
#content .content-container .registry .registry-top .cart .totals .vat,
#content .content-container .registry .registry-top .cart .totals .shipping-cost {
  font-size: 16px;
  font-weight: 600;
}
#content .content-container .registry .registry-top .cart .totals .change {
  color: #f97539;
  display: none;
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
}
#content .content-container .registry .registry-top .cart .totals .value {
  float: right;
  min-width: 70px;
}
#content .content-container .registry .registry-top .cart .empty {
  display: flex;
  flex-direction: column;
  font-size: 26px;
  height: 100%;
  justify-content: center;
  text-align: center;
}
#content .content-container .registry .registry-top .cart .empty:after {
  color: #eeeeee;
  content: '\f07a';
  display: block;
  font-family: FontAwesome;
  font-size: 130px;
  line-height: 130px;
  width: 100%;
}
#content .content-container .registry .registry-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f8f8f8;
  border-top: 2px solid #f97539;
  height: 268px;
}
table thead tr th {
  white-space: nowrap;
}
table tbody tr td.no-link {
  padding: 8px;
}
table tbody tr td .form-group {
  margin-bottom: 0;
}
table tbody tr td .price-old {
  text-align: left;
  text-decoration: line-through;
}
table tbody tr td .price-current {
  font-weight: 700;
  text-align: left;
}
table tbody tr td .product-type {
  color: #999999;
  font-size: 12px;
  display: block;
}
table .btn.btn-xs {
  line-height: 20px;
  text-transform: none;
  padding: 2px 10px;
}
/*
* Info blocks
*/
.info-block {
  border: 1px solid rgba(249, 117, 57, 0.5);
  margin-bottom: 30px;
  margin-top: 14px;
  padding: 30px 15px 15px 15px;
  position: relative;
}
.info-block h2 {
  background: white;
  display: inline-block;
  left: 5px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  top: -14px;
}
@media (max-width: 767px) {
  .info-block h2 {
    font-size: 20px;
  }
}
.info-block .list-items {
  list-style: none;
  padding: 0;
}
.info-block .btn-edit {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  border: none;
}
.info-block .btn-edit:hover,
.info-block .btn-edit:active,
.info-block .btn-edit:focus {
  color: #f86420;
  background: white;
}
.client-addresses .address-item {
  margin-top: 20px;
}
.client-addresses .address-item:first-child {
  margin-top: 0;
}
/*
* Registry index
*/
.page-registry-index header .header-bottom {
  margin-right: 440px;
}
.page-registry-index #content .content-container .products {
  position: relative;
  height: 100%;
  margin-right: 440px;
  min-height: 500px;
  padding: 0;
}
.page-registry-index #content .content-container .products .products-wrapper {
  height: 100%;
}
.page-registry-index #content .content-container .products .products-wrapper .products-scroller {
  height: 100%;
  overflow-y: scroll;
  padding: 15px;
}
.page-registry-index #content .content-container .products .products-wrapper .products-scroller .product-list .product {
  margin-bottom: 20px;
  padding: 0 10px;
}
.page-registry-index #content .content-container .products .products-wrapper .products-scroller .product-list .product .product-wrapper {
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border: 1px solid #eeeeee;
}
.page-registry-index #content .content-container .products .products-wrapper .products-scroller .product-list .product .product-wrapper .product-name {
  height: 60px;
  line-height: 15px;
  margin: 10px;
}
@media (min-width: 992px) {
  .page-registry-index #content .content-container .products .products-wrapper .products-scroller .product-list .product .product-wrapper .product-name {
    height: 45px;
  }
}
.page-registry-index #content .content-container .products .products-wrapper .products-scroller .product-list .product .product-wrapper .product-buttons {
  height: 132px;
  display: flex;
  flex-direction: column;
}
.page-registry-index #content .content-container .products .products-wrapper .products-scroller .product-list .product .product-wrapper .product-buttons .btn {
  align-items: center;
  border: none;
  display: flex;
  font-weight: 300;
  height: 100%;
  justify-content: center;
  line-height: 54.5px;
  width: 100%;
}
@media (min-width: 992px) {
  .page-registry-index #content .content-container .products .products-wrapper .products-scroller .product-list .product .product-wrapper .product-buttons .btn {
    font-size: 18px;
  }
}
.page-registry-index #content .content-container .products .products-wrapper .products-scroller .product-list .product .product-wrapper .product-buttons .btn.btn-default {
  padding: 0;
  background: #f8f8f8;
  color: #666;
}
.page-registry-index #content .content-container .products .products-wrapper .products-scroller .product-list .product .product-wrapper .product-buttons .btn.btn-default:hover,
.page-registry-index #content .content-container .products .products-wrapper .products-scroller .product-list .product .product-wrapper .product-buttons .btn.btn-default:active,
.page-registry-index #content .content-container .products .products-wrapper .products-scroller .product-list .product .product-wrapper .product-buttons .btn.btn-default:focus {
  background: #90c95b;
  color: white;
}
.page-registry-index #content .content-container .registry .registry-top .cart .product-list tbody tr td.action {
  text-align: center;
  vertical-align: baseline;
}
.page-registry-index #content .content-container .registry .registry-top .cart .product-list tbody tr td.action .btn {
  background: transparent;
  border: none;
  color: #f97539;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}
.page-registry-index #content .content-container .registry .registry-top .cart .product-list tbody tr td.action .btn:hover,
.page-registry-index #content .content-container .registry .registry-top .cart .product-list tbody tr td.action .btn:active,
.page-registry-index #content .content-container .registry .registry-top .cart .product-list tbody tr td.action .btn:focus {
  color: #f86420;
}
.page-registry-index #content .content-container .registry .registry-top .cart .totals {
  border-top: 1px solid #666;
  color: #666;
  padding: 10px 55px 10px 10px;
}
.page-registry-index #content .content-container .registry .registry-bottom .keypad .keypads #keypad-amount {
  display: flex;
  flex-direction: row;
}
.page-registry-index #content .content-container .registry .registry-bottom .keypad .keypads #keypad-amount .custom-col {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
.page-registry-index #content .content-container .registry .registry-bottom .keypad .keypads #keypad-amount .custom-col .custom-block {
  padding: 1px;
}
.page-registry-index #content .content-container .registry .registry-bottom .keypad .keypads #keypad-amount .custom-col .custom-block .btn {
  align-items: center;
  border: none;
  display: flex;
  font-size: 24px;
  font-weight: 300;
  height: 100%;
  justify-content: center;
  line-height: 54.5px;
  width: 100%;
}
.page-registry-index #content .content-container .registry .registry-bottom .keypad .keypads #keypad-amount .custom-col .custom-block .btn.btn-default {
  padding: 5px 0;
  background: #eeeeee;
  color: #666;
}
.page-registry-index #content .content-container .registry .registry-bottom .keypad .keypads #keypad-amount .custom-col .custom-block .btn.btn-default:hover,
.page-registry-index #content .content-container .registry .registry-bottom .keypad .keypads #keypad-amount .custom-col .custom-block .btn.btn-default:active,
.page-registry-index #content .content-container .registry .registry-bottom .keypad .keypads #keypad-amount .custom-col .custom-block .btn.btn-default:focus {
  background: #90c95b;
  color: white;
}
.page-registry-index #content .content-container .registry .registry-bottom .keypad .keypads #keypad-amount .custom-col .custom-block.deliveries .btn,
.page-registry-index #content .content-container .registry .registry-bottom .keypad .keypads #keypad-amount .custom-col .custom-block.next-step .btn,
.page-registry-index #content .content-container .registry .registry-bottom .keypad .keypads #keypad-amount .custom-col .custom-block.del .btn {
  font-size: 14px;
  overflow: hidden;
}
.page-registry-index #content .content-container .registry .registry-bottom .keypad .keypads #keypad-amount .custom-col .custom-block.next-step {
  height: 100%;
}
/*
* Registry checkout + collection checkout
*/
.page-registry-checkout header .header-bottom,
.page-ordercollections-checkout header .header-bottom {
  margin-right: 440px;
}
.page-registry-checkout form,
.page-ordercollections-checkout form {
  height: 100%;
}
.page-registry-checkout .checkout-information,
.page-ordercollections-checkout .checkout-information {
  position: relative;
  height: 100%;
  margin-right: 440px;
  min-height: 500px;
  padding: 0;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper {
  height: 100%;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller {
  height: 100%;
  overflow-y: scroll;
  padding: 15px;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input {
  display: none;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input:checked + label,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input:checked + label {
  background: #f97539;
  color: white;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: white;
  border-radius: 0;
  border: 1px solid #f97539;
  color: #f97539;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 2px 15px;
  text-decoration: none !important;
  text-transform: none;
  vertical-align: inherit;
  cursor: pointer;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:hover,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:hover,
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:active,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:active,
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:focus,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:focus {
  background-color: #f86420;
  color: white;
  text-decoration: none !important;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:hover,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:hover,
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:active,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:active,
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:focus,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:focus,
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:active:hover,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:active:hover,
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:active:focus,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:active:focus {
  background-color: #f86420;
  box-shadow: none;
  color: white;
  border: 1px solid #f86420;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label[disabled]:hover,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label[disabled]:hover {
  background-color: #f97539;
  border-color: #f97539;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:before,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .form-group-radio input + label:before {
  display: none;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options {
  margin-bottom: 30px;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment {
  margin-bottom: 30px;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .registry-cart-overview,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .registry-cart-overview {
  margin-bottom: 30px;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-all .order-delivery,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-all .order-delivery,
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-first .order-delivery,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-first .order-delivery {
  margin: 30px 0;
  background: #f8f8f8;
  padding: 30px;
  position: relative;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-all .order-delivery button,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-all .order-delivery button,
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-first .order-delivery button,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-first .order-delivery button {
  position: absolute;
  top: 30px;
  right: 30px;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-all .order-delivery table,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-all .order-delivery table,
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-first .order-delivery table,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-first .order-delivery table {
  background: transparent;
  margin-bottom: 30px;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-all .order-delivery table .row,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-all .order-delivery table .row,
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-first .order-delivery table .row,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-first .order-delivery table .row {
  margin: 0;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-all .order-delivery table .row .col-xs-12,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-all .order-delivery table .row .col-xs-12,
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-first .order-delivery table .row .col-xs-12,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .partial-shipment .order-deliveries-first .order-delivery table .row .col-xs-12 {
  padding: 0;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .shipment-load-icon,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .shipment-load-icon {
  display: none;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .shipment-load-icon .fa,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .shipment-options .shipment-load-icon .fa {
  font-size: 28px;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options {
  padding: 15px;
  margin: 30px 0;
  background: #f8f8f8;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .form-group,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .form-group {
  margin-bottom: 0;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .payment-type,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .payment-type {
  cursor: pointer;
  margin-bottom: 20px;
  text-align: center;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .payment-type .payment-type-img,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .payment-type .payment-type-img {
  margin-bottom: 10px;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .payment-type a.btn,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .payment-type a.btn {
  width: 100%;
}
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .payment-type:hover a.btn,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .payment-type:hover a.btn,
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .payment-type:active a.btn,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .payment-type:active a.btn,
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .payment-type:focus a.btn,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .payment-type:focus a.btn,
.page-registry-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .payment-type.selected a.btn,
.page-ordercollections-checkout .checkout-information .checkout-information-wrapper .checkout-information-scroller .payment-types .payment-type-options .payment-type.selected a.btn {
  background: #f97539;
  color: white;
}
.page-registry-checkout .registry .row,
.page-ordercollections-checkout .registry .row {
  margin: 0;
}
.page-registry-checkout .registry .registry-top .totals,
.page-ordercollections-checkout .registry .registry-top .totals {
  margin-bottom: 30px;
}
.page-registry-checkout .registry .registry-top .discount-code,
.page-ordercollections-checkout .registry .registry-top .discount-code,
.page-registry-checkout .registry .registry-top .discount-amount,
.page-ordercollections-checkout .registry .registry-top .discount-amount {
  color: #666;
  padding: 0 15px;
  margin-bottom: 15px;
}
.page-registry-checkout .registry .registry-top .discount-code .form-group-number .form-group-content,
.page-ordercollections-checkout .registry .registry-top .discount-code .form-group-number .form-group-content,
.page-registry-checkout .registry .registry-top .discount-amount .form-group-number .form-group-content,
.page-ordercollections-checkout .registry .registry-top .discount-amount .form-group-number .form-group-content {
  width: 100%;
}
.page-registry-checkout .registry .registry-top .discount-code .row,
.page-ordercollections-checkout .registry .registry-top .discount-code .row,
.page-registry-checkout .registry .registry-top .discount-amount .row,
.page-ordercollections-checkout .registry .registry-top .discount-amount .row {
  margin-left: -15px;
  margin-right: -15px;
}
.page-registry-checkout .registry .registry-top .discount-code .discount-code-input,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-code-input,
.page-registry-checkout .registry .registry-top .discount-amount .discount-code-input,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-code-input,
.page-registry-checkout .registry .registry-top .discount-code .discount-amount-input,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-amount-input,
.page-registry-checkout .registry .registry-top .discount-amount .discount-amount-input,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-amount-input {
  position: relative;
}
.page-registry-checkout .registry .registry-top .discount-code .discount-code-input .form-group,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-code-input .form-group,
.page-registry-checkout .registry .registry-top .discount-amount .discount-code-input .form-group,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-code-input .form-group,
.page-registry-checkout .registry .registry-top .discount-code .discount-amount-input .form-group,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-amount-input .form-group,
.page-registry-checkout .registry .registry-top .discount-amount .discount-amount-input .form-group,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-amount-input .form-group {
  margin-bottom: 0;
}
.page-registry-checkout .registry .registry-top .discount-code .discount-code-input input,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-code-input input,
.page-registry-checkout .registry .registry-top .discount-amount .discount-code-input input,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-code-input input,
.page-registry-checkout .registry .registry-top .discount-code .discount-amount-input input,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-amount-input input,
.page-registry-checkout .registry .registry-top .discount-amount .discount-amount-input input,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-amount-input input {
  padding-right: 40px;
}
.page-registry-checkout .registry .registry-top .discount-code .discount-code-input button,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-code-input button,
.page-registry-checkout .registry .registry-top .discount-amount .discount-code-input button,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-code-input button,
.page-registry-checkout .registry .registry-top .discount-code .discount-amount-input button,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-amount-input button,
.page-registry-checkout .registry .registry-top .discount-amount .discount-amount-input button,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-amount-input button {
  bottom: 0;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 34px;
}
.page-registry-checkout .registry .registry-top .discount-code .discount-codes,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-codes,
.page-registry-checkout .registry .registry-top .discount-amount .discount-codes,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-codes,
.page-registry-checkout .registry .registry-top .discount-code .discount-amounts,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-amounts,
.page-registry-checkout .registry .registry-top .discount-amount .discount-amounts,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-amounts {
  background: #f97539;
  margin-top: 10px;
  height: 34px;
  padding: 6px 10px;
  position: relative;
}
.page-registry-checkout .registry .registry-top .discount-code .discount-codes .code,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-codes .code,
.page-registry-checkout .registry .registry-top .discount-amount .discount-codes .code,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-codes .code,
.page-registry-checkout .registry .registry-top .discount-code .discount-amounts .code,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-amounts .code,
.page-registry-checkout .registry .registry-top .discount-amount .discount-amounts .code,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-amounts .code,
.page-registry-checkout .registry .registry-top .discount-code .discount-codes .percentage,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-codes .percentage,
.page-registry-checkout .registry .registry-top .discount-amount .discount-codes .percentage,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-codes .percentage,
.page-registry-checkout .registry .registry-top .discount-code .discount-amounts .percentage,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-amounts .percentage,
.page-registry-checkout .registry .registry-top .discount-amount .discount-amounts .percentage,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-amounts .percentage {
  color: white;
  font-weight: 600;
}
.page-registry-checkout .registry .registry-top .discount-code .discount-codes button,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-codes button,
.page-registry-checkout .registry .registry-top .discount-amount .discount-codes button,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-codes button,
.page-registry-checkout .registry .registry-top .discount-code .discount-amounts button,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-amounts button,
.page-registry-checkout .registry .registry-top .discount-amount .discount-amounts button,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-amounts button {
  background: #f97539;
  color: white;
  bottom: 0;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 34px;
}
.page-registry-checkout .registry .registry-top .discount-code .discount-codes button:hover,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-codes button:hover,
.page-registry-checkout .registry .registry-top .discount-amount .discount-codes button:hover,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-codes button:hover,
.page-registry-checkout .registry .registry-top .discount-code .discount-amounts button:hover,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-amounts button:hover,
.page-registry-checkout .registry .registry-top .discount-amount .discount-amounts button:hover,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-amounts button:hover,
.page-registry-checkout .registry .registry-top .discount-code .discount-codes button:active,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-codes button:active,
.page-registry-checkout .registry .registry-top .discount-amount .discount-codes button:active,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-codes button:active,
.page-registry-checkout .registry .registry-top .discount-code .discount-amounts button:active,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-amounts button:active,
.page-registry-checkout .registry .registry-top .discount-amount .discount-amounts button:active,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-amounts button:active,
.page-registry-checkout .registry .registry-top .discount-code .discount-codes button:focus,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-codes button:focus,
.page-registry-checkout .registry .registry-top .discount-amount .discount-codes button:focus,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-codes button:focus,
.page-registry-checkout .registry .registry-top .discount-code .discount-amounts button:focus,
.page-ordercollections-checkout .registry .registry-top .discount-code .discount-amounts button:focus,
.page-registry-checkout .registry .registry-top .discount-amount .discount-amounts button:focus,
.page-ordercollections-checkout .registry .registry-top .discount-amount .discount-amounts button:focus {
  color: #f86420;
  background: white;
}
.page-registry-checkout .registry .registry-bottom,
.page-ordercollections-checkout .registry .registry-bottom {
  padding-top: 15px;
}
.page-registry-checkout .registry .registry-bottom .invoice .form-group-checkbox input,
.page-ordercollections-checkout .registry .registry-bottom .invoice .form-group-checkbox input {
  position: absolute;
  visibility: hidden;
}
.page-registry-checkout .registry .registry-bottom .invoice .form-group-checkbox input:checked + label,
.page-ordercollections-checkout .registry .registry-bottom .invoice .form-group-checkbox input:checked + label {
  background: #f97539;
  color: white;
}
@media (min-width: 768px) {
  .page-registry-checkout .registry .registry-bottom .invoice .form-group-checkbox input:checked + label:hover,
  .page-ordercollections-checkout .registry .registry-bottom .invoice .form-group-checkbox input:checked + label:hover {
    background: #f86420;
    cursor: pointer;
  }
}
.page-registry-checkout .registry .registry-bottom .invoice .form-group-checkbox label,
.page-ordercollections-checkout .registry .registry-bottom .invoice .form-group-checkbox label {
  background: white;
  border: 1px solid #f97539;
  color: #f97539;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 15px;
  text-align: center;
  width: 100%;
}
.page-registry-checkout .registry .registry-bottom .invoice .form-group-checkbox label:before,
.page-ordercollections-checkout .registry .registry-bottom .invoice .form-group-checkbox label:before {
  display: none;
}
@media (min-width: 768px) {
  .page-registry-checkout .registry .registry-bottom .invoice .form-group-checkbox label:hover,
  .page-ordercollections-checkout .registry .registry-bottom .invoice .form-group-checkbox label:hover {
    color: #f86420;
    cursor: pointer;
  }
}
.page-registry-checkout .registry .registry-bottom .next-step .btn,
.page-ordercollections-checkout .registry .registry-bottom .next-step .btn {
  width: 100%;
  padding: 15px;
  margin-bottom: 25px;
}
/*
* Registry checkout finish
*/
.page-registry-checkoutfinish .checkout-finish,
.page-ordercollections-checkoutfinish .checkout-finish {
  padding: 15px;
}
.page-registry-checkoutfinish .checkout-finish .ticket,
.page-ordercollections-checkoutfinish .checkout-finish .ticket {
  background: white;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  font-family: monospace;
  font-size: 12px;
  color: #666;
  margin-top: 15px;
  padding: 15px;
  width: 350px;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel {
  border: none;
  background: none;
  margin: 0;
  box-shadow: none;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body {
  padding: 0;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .ticket-head,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .ticket-head {
  margin-bottom: 15px;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .ticket-head .logo,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .ticket-head .logo {
  margin-bottom: 10px;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .ticket-head .logo img,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .ticket-head .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .ticket-company .address,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .ticket-company .address {
  margin-bottom: 15px;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .type,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .type {
  width: 100%;
  text-align: center;
  border-bottom: 1px dashed #666;
  line-height: 0.1em;
  margin: 10px 0;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .type span,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .type span {
  background: white !important;
  padding: 0 10px !important;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table {
  width: 100%;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr {
  border-bottom: 1px solid #d2d2d2;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr:last-child,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr:last-child {
  border-bottom: none;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td {
  font-weight: 400;
  line-height: 22px;
  padding: 5px;
  vertical-align: top;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td.amount,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td.amount {
  text-align: center;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td.price,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td.price {
  text-align: right;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td.price .pellets .lbl,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td.price .pellets .lbl,
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td.price .rent .lbl,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td.price .rent .lbl,
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td.price .warranty .lbl,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td.price .warranty .lbl {
  font-size: 12px;
  font-weight: 500;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td .product-price-option,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td .product-price-option {
  display: block;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td .product-price-option .label,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td .product-price-option .label,
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td .product-price-option .value,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td .product-price-option .value {
  color: #555555;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 0;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td .product-price-option .value,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .table-responsive table tr td .product-price-option .value {
  font-weight: 500;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .totals,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .totals {
  border-top: 1px solid #666;
  color: #666;
  padding: 10px 0;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .totals .total,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .totals .total {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .totals .vat,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .totals .vat,
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .totals .shipping-cost,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .totals .shipping-cost {
  font-size: 16px;
  font-weight: 600;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .totals .vat,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .totals .vat,
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .totals .discount,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .totals .discount {
  margin-bottom: 10px;
}
.page-registry-checkoutfinish .checkout-finish .ticket .panel .panel-body .totals .value,
.page-ordercollections-checkoutfinish .checkout-finish .ticket .panel .panel-body .totals .value {
  float: right;
  min-width: 70px;
}
/*
* Order collections collect
*/
.page-ordercollections-collect .table-responsive {
  margin-bottom: 30px;
}
/*
* Clients edit
*/
.page-clients-edit .form-group-radio > .form-group-radio {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 20px;
}
/*
* Clients address index
*/
.page-clients-addressesindex .info-block {
  border: 1px solid rgba(249, 117, 57, 0.5);
  margin-bottom: 40px;
  margin-top: 14px;
  padding: 30px 15px 15px 15px;
  position: relative;
}
.page-clients-addressesindex .info-block h2 {
  background: white;
  display: inline-block;
  left: 5px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  top: -14px;
}
@media (max-width: 767px) {
  .page-clients-addressesindex .info-block h2 {
    font-size: 20px;
  }
}
/*
* Login pages
*/
.page-login-login .btn-group,
.page-login-passwordforgotten .btn-group,
.page-login-passwordforgottennew .btn-group {
  width: 100%;
}
.page-login-login .btn-group a,
.page-login-passwordforgotten .btn-group a,
.page-login-passwordforgottennew .btn-group a {
  color: #bbb;
  display: block;
}
.page-login-login .btn-group button[name=login],
.page-login-passwordforgotten .btn-group button[name=login],
.page-login-passwordforgottennew .btn-group button[name=login],
.page-login-login .btn-group button[name=password_forgotten],
.page-login-passwordforgotten .btn-group button[name=password_forgotten],
.page-login-passwordforgottennew .btn-group button[name=password_forgotten] {
  margin-bottom: 10px;
  width: 100%;
}
.page-login-login button[name=password_forgotten_new],
.page-login-passwordforgotten button[name=password_forgotten_new],
.page-login-passwordforgottennew button[name=password_forgotten_new] {
  width: 100%;
}
.page-login-login .container .page-wrapper,
.page-login-passwordforgotten .container .page-wrapper,
.page-login-passwordforgottennew .container .page-wrapper {
  margin-top: 25%;
}
.page-login-login footer,
.page-login-passwordforgotten footer,
.page-login-passwordforgottennew footer {
  display: none;
}
.page-login-login .form-group-checkbox input,
.page-login-passwordforgotten .form-group-checkbox input,
.page-login-passwordforgottennew .form-group-checkbox input {
  position: absolute;
}
.page-login-login .form-group-checkbox label,
.page-login-passwordforgotten .form-group-checkbox label,
.page-login-passwordforgottennew .form-group-checkbox label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
}
.page-login-login input[type=email],
.page-login-passwordforgotten input[type=email],
.page-login-passwordforgottennew input[type=email],
.page-login-login input[type=password],
.page-login-passwordforgotten input[type=password],
.page-login-passwordforgottennew input[type=password] {
  width: 100%;
}
.page-login-login .logo,
.page-login-passwordforgotten .logo,
.page-login-passwordforgottennew .logo {
  text-align: center;
  margin-bottom: 20px;
}
.page-login-login .page-title,
.page-login-passwordforgotten .page-title,
.page-login-passwordforgottennew .page-title {
  display: none;
}
.address-item {
  position: relative;
  border-bottom: 1px solid #f97539;
  margin-top: 15px;
}
.address-item:first-child {
  margin-top: 0;
}
.address-item:last-child {
  border-bottom: none;
}
/*
* Print styles
*/
@media print {
  body {
    padding: 0 !important;
    margin: 0 !important;
  }
  body * {
    visibility: hidden !important;
  }
  .checkout-finish {
    padding: 0 !important;
    margin: 0 !important;
  }
  .ticket,
  .ticket * {
    visibility: visible !important;
  }
  .ticket {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
    width: 275px !important;
  }
  .ticket .label {
    border: none !important;
  }
}
