.bg-gray {
  background-color: #bfbfbf;
}

.text-black {
  color: black;
}

.rs-panel {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.hz-spacer-xsmall {
  height: 10px;
}

.hz-spacer-small {
  height: 20px;
}

.hz-spacer-medium {
  height: 50px;
}

.hz-spacer-large {
  height: 80px;
}

.no-left-padding {
  padding-left: 0 !important;
}

.no-right-padding {
  padding-right: 0 !important;
}

.text-larger {
  font-size: larger;
}

hr {
  border-top: 1px solid lightgray;
}

.right-border {
  border-right: 1px solid lightgray;
}

.top-border {
  border-top: 1px solid lightgray;
}

.left-border {
  border-left: 1px solid lightgray;
}

.display-none {
  display: none;
}

.font-large {
  font-size: large !important;
}

.font-larger {
  font-size: larger !important;
}

.font-bold {
  font-weight: bold !important;
}

.font-bolder {
  font-weight: bolder !important;
}

.opt-rtl option {
  direction: rtl;
}

.store_catalog_quantity_panel {
  width: 240px !important;
  margin-left: auto;
  margin-right: auto;
}

.store_catalog_quantity_field {
  min-width: 50px !important;
  width: 100% !important;
}

.store_catalog_track_description {
  display: block;
}

.store_catalog_track_properties {
  display: block;
}

.store_catalog_track_categories {
  display: block;
}

#store_header {
  margin-bottom: 20px;
}

#store_event_logo img {
  max-height: 120px;
  max-width: 240px;
}

.manifest_ticket_key {
  text-transform: uppercase;
  font-size: 0.6em;
  margin-top: 10px;
  font-weight: bold;
}

.manifest_ticket_value {
  font-size: 1em;
}

.subscription_detail_key {
  font-variant: all-small-caps;
  display: block;
}

.subscription_detail_value {
  display: block;
  margin-bottom: 10px;
}

.subscription_detail_expo {
  display: block;
}

.action_bar {
  padding: 10px 0 10px 0;
  margin-top: -22px;
  margin-bottom: 0px;
}

.notification {
  padding: 10px 0 10px 0;
}

.notification-global {
  margin-top: 0px;
  margin-bottom: 0px;
}

