@charset "UTF-8";
ui-bg_glass_75_dadada_1x400.png .ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-widget {
  font-family: "ProximaNovaBold", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "ProximaNovaBold", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url("../img/datepicker/ui-bg_flat_100_fff_40x100.fc71c3fb.png") 50% 50% repeat-x;
  color: #222;
}

.ui-widget-content a {
  color: #222;
}

.ui-widget-header {
  border: 1px solid #d51457;
  background: #e91a61 url("../img/datepicker/ui-bg_flat_100_e91a61_40x100.9f939fd3.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #e5e5e5;
  background: #fff url("../img/datepicker/ui-bg_flat_75_fff_40x100.bf22ed7e.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url("../img/datepicker/ui-bg_glass_75_dadada_1x400.e3184db2.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url("../img/datepicker/ui-bg_glass_65_ffffff_1x400.8fee2960.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../img/datepicker/ui-bg_glass_55_fbf9ee_1x400.58616b19.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../img/datepicker/ui-bg_glass_95_fef1ec_1x400.d1ea4fa2.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("../img/datepicker/ui-icons_222222_256x240.a1b3887a.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../img/datepicker/ui-icons_fff_256x240.e3f4748b.png");
}

.ui-state-default .ui-icon {
  background-image: url("../img/datepicker/ui-icons_888888_256x240.302ae7a7.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("../img/datepicker/ui-icons_454545_256x240.6b29e362.png");
}

.ui-state-active .ui-icon {
  background-image: url("../img/datepicker/ui-icons_454545_256x240.6b29e362.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../img/datepicker/ui-icons_2e83ff_256x240.764c37ef.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../img/datepicker/ui-icons_cd0a0a_256x240.5c78585b.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #aaa url("../img/datepicker/ui-bg_flat_0_aaaaaa_40x100.43fbc695.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url("../img/datepicker/ui-bg_flat_0_aaaaaa_40x100.43fbc695.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "ProximaNovaRegular", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.3333333333%;
  }

  .small-2 {
    position: relative;
    width: 16.6666666667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.3333333333%;
  }

  .small-5 {
    position: relative;
    width: 41.6666666667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.3333333333%;
  }

  .small-8 {
    position: relative;
    width: 66.6666666667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.3333333333%;
  }

  .small-11 {
    position: relative;
    width: 91.6666666667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }

  [class*=column] + [class*=column]:last-child {
    float: right;
  }

  [class*=column] + [class*=column].end {
    float: left;
  }

  .column.small-centered,
.columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.3333333333%;
  }

  .large-2 {
    position: relative;
    width: 16.6666666667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.3333333333%;
  }

  .large-5 {
    position: relative;
    width: 41.6666666667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.3333333333%;
  }

  .large-8 {
    position: relative;
    width: 66.6666666667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.3333333333%;
  }

  .large-11 {
    position: relative;
    width: 91.6666666667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.6666666667%;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column.large-centered,
.columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right !important;
  }
}
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: #fff;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #2284a1;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #fff;
}
button.secondary, .button.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #d0d0d0;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333;
}
button.success, .button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #fff;
}
button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff;
}
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}
button.expand, .button.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2284a1;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #fff;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2ba6cb;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #d0d0d0;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #457a1a;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #fff;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #970b0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #fff;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
}

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  button, .button {
    display: inline-block;
  }
}
/* Dropdown Button */
.dropdown.button {
  position: relative;
  padding-right: 3.1875em;
}
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 50%;
}
.dropdown.button:before {
  border-width: 0.5625em;
  right: 1.5em;
  margin-top: -0.25em;
}
.dropdown.button:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.tiny {
  padding-right: 2.1875em;
}
.dropdown.button.tiny:before {
  border-width: 0.4375em;
  right: 0.875em;
  margin-top: -0.15625em;
}
.dropdown.button.tiny:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.small {
  padding-right: 2.8125em;
}
.dropdown.button.small:before {
  border-width: 0.5625em;
  right: 1.125em;
  margin-top: -0.21875em;
}
.dropdown.button.small:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.large {
  padding-right: 4em;
}
.dropdown.button.large:before {
  border-width: 0.625em;
  right: 1.75em;
  margin-top: -0.3125em;
}
.dropdown.button.large:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.secondary:before {
  border-color: #333 transparent transparent transparent;
}

/* Split Buttons */
.split.button {
  position: relative;
  padding-right: 4.8em;
}
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  left: 50%;
}
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
  border-left-color: #1e728c;
}
.split.button span {
  width: 3em;
}
.split.button span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 1.125em;
  margin-left: -0.5625em;
}
.split.button span:before {
  border-color: #fff transparent transparent transparent;
}
.split.button.secondary span {
  border-left-color: #c3c3c3;
}
.split.button.secondary span:before {
  border-color: #fff transparent transparent transparent;
}
.split.button.alert span {
  border-left-color: #7f0a0c;
}
.split.button.success span {
  border-left-color: #396516;
}
.split.button.tiny {
  padding-right: 3.9375em;
}
.split.button.tiny span {
  width: 2.84375em;
}
.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.4375em;
  top: 0.875em;
  margin-left: -0.3125em;
}
.split.button.small {
  padding-right: 3.9375em;
}
.split.button.small span {
  width: 2.8125em;
}
.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 0.84375em;
  margin-left: -0.5625em;
}
.split.button.large {
  padding-right: 6em;
}
.split.button.large span {
  width: 3.75em;
}
.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.625em;
  top: 1.3125em;
  margin-left: -0.5625em;
}
.split.button.expand {
  padding-left: 2em;
}
.split.button.secondary span:before {
  border-color: #333 transparent transparent transparent;
}
.split.button.radius span {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.split.button.round span {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Standard Forms */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
}
label.right {
  float: none;
  text-align: right;
}
label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}
span.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}
span.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input[type=text][disabled],
input[type=password][disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=month][disabled],
input[type=week][disabled],
input[type=email][disabled],
input[type=number][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=time][disabled],
input[type=url][disabled],
textarea[disabled] {
  background-color: #ddd;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1em 0;
}

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

.error label,
label.error {
  color: #c60f13;
}

.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown li {
  font-size: 0.875em;
  cursor: pointer;
  line-height: 1.125em;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
.f-dropdown li a {
  display: block;
  padding: 0.3125em 0.625em;
  color: #555;
}
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  max-width: 200px;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: #fff;
  padding: 1.25em;
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  .reveal-modal {
    background: #fff !important;
  }
}
html {
  font-size: 15px;
  line-height: 1.46667em;
}

body {
  font-size: 15px;
  line-height: 1.46667em;
  background-color: #f1f3f5 !important;
  min-height: 100% !important;
  color: #252e38;
}

a {
  color: #0d8bea;
}

a:hover {
  color: #0a6eba;
}

form label {
  color: #252e38;
}

iframe {
  border: 1px solid #ddd !important;
}

.button--stretch {
  width: 100%;
  text-align: center;
  display: block;
}

.button--plain {
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
  border: 0;
  background: transparent;
  color: #0d8bea;
  text-shadow: none;
  border-radius: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
}
.button--plain:active, .button--plain:focus, .button--plain:hover {
  box-shadow: none;
  background: transparent;
  border: 0;
  color: #0d8bea;
  outline: 0;
  transition: none;
}
.button--plain:focus, .button--plain:hover {
  color: #0a6eba;
}

button.button--warning,
.button--warning {
  background: #f90000 !important;
  color: white;
}
button.button--warning:active, button.button--warning:focus, button.button--warning:hover,
.button--warning:active,
.button--warning:focus,
.button--warning:hover {
  color: white !important;
  background: #c60000 !important;
}

.btn {
  color: #0d8bea;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: #0d8bea;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 139, 234, 0.5);
  -moz-box-shadow: 0 0 0 0.25rem rgba(13, 139, 234, 0.5);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 139, 234, 0.5);
}
.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 139, 234, 0.5);
  -moz-box-shadow: 0 0 0 0.25rem rgba(13, 139, 234, 0.5);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 139, 234, 0.5);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn-outline-primary {
  color: #0d8bea;
  border-color: #0d8bea;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d8bea;
  border-color: #0d8bea;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 139, 234, 0.5);
  -moz-box-shadow: 0 0 0 0.25rem rgba(13, 139, 234, 0.5);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 139, 234, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d8bea;
  border-color: #0d8bea;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 139, 234, 0.5);
  -moz-box-shadow: 0 0 0 0.25rem rgba(13, 139, 234, 0.5);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 139, 234, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d8bea;
  background-color: transparent;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  padding-bottom: 10px;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.copy-to-clipboard {
  color: #0d8bea;
  cursor: pointer;
  font: inherit;
  padding-left: 1em;
}
.copy-to-clipboard:hover {
  color: #0a6eba;
}

.table--stretch {
  width: 100%;
  margin-top: 1em;
}

.table--stretch th {
  font-size: 14px;
  line-height: 16px;
  font-family: "ProximaNovaBold", "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
  white-space: nowrap;
}

.table--stretch td {
  width: 20%;
  white-space: nowrap;
}

h4 + table {
  margin-top: 0em !important;
}

table.roles {
  margin: 10px;
}

table.roles th,
table.roles td {
  padding: 0 7px 0 7px;
  vertical-align: middle;
  text-align: left;
}

span.rolesbutton {
  vertical-align: middle;
}

select.roledrop {
  margin: 0 4px 0 0;
  width: 100%;
  vertical-align: middle;
}

td.disabledrole {
  color: #bebebe;
  position: relative;
}

tr.strikeout td.disabledrole:before {
  content: " ";
  position: absolute;
  top: 53%;
  left: 0;
  border-bottom: 1px solid #111;
  border-bottom-color: #bebebe;
  width: 100%;
}

tr.rolestitle,
td.rolestitle {
  background-color: #e6e6e6;
}

th.retailertabletitle {
  padding-right: 10px;
}

table.retailertable {
  margin: 10px;
  text-align: left;
}

table.accountdetailstable {
  margin: 10px;
  text-align: left;
}

table.accountdetailstable td {
  padding: 0 14px 0 0px;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
}

select.sourcenamedrop {
  margin: 0 0 0 0;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}

span.nolinebreak {
  white-space: nowrap;
}

i.accountretailersid {
  font-style: italic;
  color: #bebebe;
}

#datamanager-wrapper {
  position: relative;
  overflow: scroll;
  z-index: 1;
  margin: auto;
  max-height: 800px;
}

table#datamanager {
  background-color: #fff;
  overflow: scroll;
  clear: both;
}
table#datamanager th {
  position: sticky;
  top: 0;
  z-index: 1;
}
table#datamanager th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
table#datamanager th:nth-child(2).sticky {
  position: sticky;
  left: 0;
  z-index: 2;
}
table#datamanager td {
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table#datamanager td:first-child {
  position: sticky;
  left: 0;
  border-right-color: #aaa;
}
table#datamanager td:nth-child(2).sticky {
  position: sticky;
  left: 0;
  border-right-color: #aaa;
}

.busy-indicator {
  display: none;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: relative;
  padding-left: 16px;
}

.busy-indicator--active {
  display: inline-block;
}

.busy-indicator__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/loading.73e57937.gif");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea {
  transition: none !important;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  box-shadow: none !important;
  border-color: #0d8bea !important;
  outline: none !important;
  background: inherit !important;
  transition: none !important;
}

select:disabled,
select:disabled:hover {
  background: #ddd !important;
  border: 1px solid #ccc !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  color: rgba(0, 0, 0, 0.75) !important;
  cursor: default !important;
  font-family: "ProximaNovaRegular", "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 0.875em !important;
}

.inputemail {
  *zoom: 1;
}
.inputemail:before, .inputemail:after {
  content: " ";
  display: table;
}
.inputemail:after {
  clear: both;
}
.inputemail__input {
  width: 65% !important;
  float: left;
  margin-bottom: 0 !important;
}
.inputemail__button {
  float: left;
  margin-left: 7px;
}
.inputemail__button:disabled:hover {
  background: white !important;
  border-color: #888 !important;
}
.inputemail__status {
  clear: both;
  font-size: 13px;
  margin-bottom: 8px;
}
.inputemail__indicator {
  margin-left: 1em;
  margin-top: 6px;
}

.inputemail--noasync .inputemail__input {
  width: 100% !important;
}

.inputemail--valid .inputemail__status {
  color: green;
}

.inputemail--error .inputemail__status {
  color: red;
}

.inputemail--invalid .inputemail__input {
  border-color: red;
}
.inputemail--invalid .inputemail__status {
  color: red;
}

.inputemail--unknown .inputemail__input {
  border-color: orange;
}
.inputemail--unknown .inputemail__status {
  color: orange;
}

.inputphone .ng-invalid {
  border-color: red;
}
.inputphone .intl-tel-input {
  display: block;
}

.inputpostcode {
  *zoom: 1;
}
.inputpostcode:before, .inputpostcode:after {
  content: " ";
  display: table;
}
.inputpostcode:after {
  clear: both;
}
.inputpostcode__input {
  width: 68% !important;
  float: left;
  margin-bottom: 0 !important;
}
.inputpostcode__button {
  float: left;
  margin-left: 7px;
}
.inputpostcode__button:disabled:hover {
  background: white !important;
  border-color: #888 !important;
}
.inputpostcode__indicator {
  margin-top: 12px;
}
.inputpostcode__addresses {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 0;
}

.inputjsoneditor {
  height: 480px;
}

div.jsoneditor {
  border: none;
}

div.jsoneditor-menu {
  background-color: #252e38;
  border: none;
}

.jsoneditor-statusbar,
.ace-jsoneditor.ace_editor,
div.jsoneditor-navigation-bar,
div.jsoneditor-tree {
  border-top: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

div.jsoneditor-menu > button,
div.jsoneditor-menu > div.jsoneditor-modes > button {
  box-shadow: none;
}

.jsoneditor table {
  background: #fff;
  margin-bottom: initial;
}

.jsoneditor table thead tr th,
.jsoneditor table tfoot tr th,
.jsoneditor table tbody tr td,
.jsoneditor table tr td,
.jsoneditor table tfoot tr td {
  line-height: initial;
}

.jsoneditor table tr.even,
.jsoneditor table tr.alt,
.jsoneditor table tr:nth-of-type(even) {
  background: initial;
}

.modaleditidentifier__title {
  font-family: "ProximaNovaBold", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 12px 0;
  display: block;
}
.modaleditidentifier__instructions {
  margin-bottom: 24px;
}
.modaleditidentifier__header__group {
  *zoom: 1;
}
.modaleditidentifier__header__group:before, .modaleditidentifier__header__group:after {
  content: " ";
  display: table;
}
.modaleditidentifier__header__group:after {
  clear: both;
}
.modaleditidentifier__indicator {
  float: left;
  margin-left: 12px;
  margin-top: 26px;
}
.modaleditidentifier__results {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}

.modaleditidentifier--large {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.modaleditidentifier--large .modaleditidentifier__form {
  float: left;
}
.modaleditidentifier--large .ngdialog-content {
  position: absolute !important;
  max-width: none !important;
  left: 12px;
  right: 12px;
  width: auto !important;
}
@media (min-width: 1024px) {
  .modaleditidentifier--large .ngdialog-content {
    position: relative !important;
    max-width: 940px !important;
    left: initial !important;
    right: initial !important;
  }
}

.modalsendcopyreceipt__form {
  *zoom: 1;
  margin: 0;
}
.modalsendcopyreceipt__form:before, .modalsendcopyreceipt__form:after {
  content: " ";
  display: table;
}
.modalsendcopyreceipt__form:after {
  clear: both;
}
.modalsendcopyreceipt__form + .modalsendcopyreceipt__form {
  border-top: 1px solid #ddd;
  padding-top: 16px;
  margin-top: 16px;
}
.modalsendcopyreceipt__label {
  display: block;
  margin-bottom: 12px;
}
.modalsendcopyreceipt__input {
  float: left;
  margin: 0 !important;
  width: 284px !important;
}
.modalsendcopyreceipt__input[readonly], .modalsendcopyreceipt__input[readonly]:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  outline: none;
  padding-left: 0;
  border: none;
}
.modalsendcopyreceipt__btn {
  float: right;
  margin: 0;
}

.modalconfirm__message {
  margin-bottom: 24px;
}
.modalconfirm__form {
  margin-bottom: 0;
}
.modalconfirm__buttons {
  text-align: center;
}
.modalconfirm__button {
  margin-right: 16px;
}
.modalconfirm__button:last-child {
  margin-right: 0;
}

.modalsurvey--large {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.modalsurvey--large .ngdialog-content {
  position: absolute !important;
  max-width: none !important;
  left: 12px;
  right: 12px;
  width: auto !important;
}
@media (min-width: 1024px) {
  .modalsurvey--large .ngdialog-content {
    position: relative !important;
    max-width: 940px !important;
    left: initial !important;
    right: initial !important;
  }
}

.modaladdresslookup .properties__value__input:not([type=checkbox]) {
  width: 100% !important;
  max-width: 100% !important;
}
.modaladdresslookup .schemaform__footer {
  margin-top: 32px;
}
.modaladdresslookup .ngdialog-content {
  position: absolute !important;
  max-width: none !important;
  left: 12px;
  right: 12px;
  width: auto !important;
}
@media (min-width: 1024px) {
  .modaladdresslookup .ngdialog-content {
    position: relative !important;
    max-width: 720px !important;
    left: initial !important;
    right: initial !important;
  }
}
.modaladdresslookup__title {
  margin-top: 0;
  margin-bottom: 16px;
}
.modaladdresslookup__indicator {
  margin-bottom: 16px;
}
.modaladdresslookup__footer {
  margin-top: 16px;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 32px 48px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  top: 8px;
  right: 8px;
}

.modalmessage__message {
  text-align: center;
  font-size: 2rem;
}
.modalmessage__buttons {
  text-align: center;
}
.modalmessage__button {
  font-size: 1.6rem;
}

.modaltemplatepreview {
  font-family: "ProximaNovaRegular", "Helvetica Neue", Helvetica, sans-serif;
}
.modaltemplatepreview__form {
  *zoom: 1;
  margin: 0;
}
.modaltemplatepreview__form:before, .modaltemplatepreview__form:after {
  content: " ";
  display: table;
}
.modaltemplatepreview__form:after {
  clear: both;
}
.modaltemplatepreview__form + .modaltemplatepreview__form {
  border-top: 1px solid #ddd;
  padding-top: 16px;
  margin-top: 16px;
}
.modaltemplatepreview__label {
  display: block;
  margin-bottom: 12px;
}
.modaltemplatepreview__input {
  float: left;
  margin: 0 !important;
  width: 284px !important;
}
.modaltemplatepreview__input[readonly], .modaltemplatepreview__input[readonly]:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  outline: none;
  padding-left: 0;
  border: none;
  font-size: 1rem;
}
.modaltemplatepreview__btn {
  float: right;
  margin: 0;
}
.modaltemplatepreview__error .notify {
  font-family: "ProximaNovaBold", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.modaltemplatepreview__warning .notify {
  font-family: "ProximaNovaBold", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
  color: black;
}
.modaltemplatepreview__locale {
  margin-bottom: 1rem;
}
.modaltemplatepreview__locale .locale-select {
  margin-left: 0.5rem;
}
.modaltemplatepreview__storedetails {
  margin-bottom: 1rem;
}
.modaltemplatepreview__storedetails p {
  margin-bottom: 0px;
  line-height: 1rem;
}

.properties__property {
  *zoom: 1;
  display: block;
}
.properties__property:before, .properties__property:after {
  content: " ";
  display: table;
}
.properties__property:after {
  clear: both;
}
.properties__header, .properties__subheader {
  margin: 0 0 16px 0 !important;
}
.properties__subheader {
  font-size: 16px;
}
.properties__key, .properties__value {
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.properties__key {
  font-family: "ProximaNovaBold", "Helvetica Neue", Helvetica, sans-serif;
  width: 40%;
  float: left;
}
.properties__value {
  font-family: "ProximaNovaRegular", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  width: 60%;
  float: right;
}
.properties__value__input {
  margin-bottom: 0 !important;
}
.properties__value__input:not([type=checkbox]) {
  width: 75% !important;
  max-width: 75% !important;
}

.properties__value--lowercase {
  text-transform: lowercase;
}

.properties__value--uppercase {
  text-transform: uppercase;
}

.properties__value--capitalize {
  text-transform: capitalize;
}

.properties__property--space {
  margin-top: 16px;
}

.properties__property + .properties__property {
  margin-top: 16px;
}

.properties + .properties {
  margin-top: 16px;
}

.named-properties td {
  background-color: #f8f9fa;
}

.named-properties li {
  list-style-type: none;
  margin-left: -1em;
}

.panel {
  background-color: #fff;
  margin-bottom: 24px;
  border: 1px solid #ddd !important;
}
.panel__header {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 16px 0.5rem;
  margin-bottom: 16px;
}
.panel__title {
  font-family: "ProximaNovaBold", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
.panel__body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.panel__footer {
  border-top: 1px solid #ddd;
  padding: 16px;
}

.transactionidpanel__body {
  padding-bottom: 16px;
}
.transactionidpanel__id {
  font-family: Courier, monospace;
  font-size: 18px;
  line-height: 24px;
}
.transactionidpanel__id a {
  font-family: inherit;
}

.receiptitemspanel__body {
  padding-bottom: 16px;
}
.receiptitemspanel__body .tree-label .value {
  word-break: break-all;
}
.receiptitemspanel .prl-table-mega {
  margin-bottom: 0;
}
.receiptitemspanel .prl-table-mega + .prl-table-mega {
  margin-top: 16px;
}

.receiptidentifierpanel__action + .receiptidentifierpanel__action {
  margin-top: 16px;
}
.receiptidentifierpanel__body {
  padding-bottom: 16px;
}

.receiptadminpanel__action + .receiptadminpanel__action {
  border-top: 1px solid #ddd;
  padding-top: 16px;
  margin-top: 16px;
}
.receiptadminpanel__body {
  padding-bottom: 16px;
}
.receiptadminpanel__treecontrol {
  display: block;
  margin-bottom: 16px;
}

.receiptengagementeventspanel__body {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 16px;
}
.receiptengagementeventspanel__events {
  border-top: 1px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 16px;
}

.receiptwebviewpanel__body {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 16px;
}

.securitycheckpanel__body {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 16px;
}
.securitycheckpanel__error {
  padding-bottom: 16px;
}

.receiptdetailspanel__body {
  padding-bottom: 16px;
}
.receiptdetailspanel__payments {
  border-top: 1px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 16px;
}
.receiptdetailspanel__payments .properties + .properties {
  padding-top: 16px;
  border-top: 1px solid #ddd;
}

.receiptfeedbackpanel__rating, .receiptfeedbackpanel__surveys {
  margin: 0;
}
.receiptfeedbackpanel__rating__event {
  margin-bottom: 14px;
}
.receiptfeedbackpanel__surveys__empty {
  margin-bottom: 14px;
}

.consumerpanel__updatebtn {
  float: right;
  line-height: 32px;
}
.consumerpanel__rawdata {
  float: right;
  line-height: 32px;
  margin-right: 16px;
}
.consumerpanel__body {
  *zoom: 1;
}
.consumerpanel__body:before, .consumerpanel__body:after {
  content: " ";
  display: table;
}
.consumerpanel__body:after {
  clear: both;
}
.consumerpanel__property {
  display: block;
  margin-bottom: 4px;
}
.consumerpanel__footer {
  color: grey;
  font-size: 12px;
  padding: 16px 0.5rem;
}

.consumerpanel--large .consumerpanel__body {
  *zoom: 1;
}
.consumerpanel--large .consumerpanel__body:before, .consumerpanel--large .consumerpanel__body:after {
  content: " ";
  display: table;
}
.consumerpanel--large .consumerpanel__body:after {
  clear: both;
}
.consumerpanel--large .properties {
  float: left;
  width: 50%;
}
.consumerpanel--large .consumerpanel__footer {
  *zoom: 1;
}
.consumerpanel--large .consumerpanel__footer:before, .consumerpanel--large .consumerpanel__footer:after {
  content: " ";
  display: table;
}
.consumerpanel--large .consumerpanel__footer:after {
  clear: both;
}
.consumerpanel--large .consumerpanel__footer__cell {
  float: left;
  margin-right: 16px;
}

.consumersummarypanel__subheader {
  position: relative;
  margin-top: 32px;
  margin-bottom: 16px;
}
.consumersummarypanel__subheader:first-child {
  margin-top: 0;
}
.consumersummarypanel__currency {
  float: right;
  line-height: 32px;
}
.consumersummarypanel__body {
  *zoom: 1;
  padding-bottom: 16px;
}
.consumersummarypanel__body:before, .consumersummarypanel__body:after {
  content: " ";
  display: table;
}
.consumersummarypanel__body:after {
  clear: both;
}
.consumersummarypanel__properties {
  float: left;
  width: 50%;
}
.consumersummarypanel__table {
  width: 50%;
  float: left;
  overflow-y: auto;
  max-height: 475px;
}
.consumersummarypanel__table__el {
  width: 100%;
}
.consumersummarypanel .schemapanel__field--fieldset {
  margin-bottom: 32px;
}
.consumersummarypanel .schemapanel__field--fieldset:last-child {
  margin-bottom: 0;
}

.consumervippanel__body {
  padding-bottom: 16px;
}
.consumervippanel__updatebtn {
  float: right;
  line-height: 32px;
}

.adminratespanel {
  border: none !important;
}
.adminratespanel .panel__header,
.adminratespanel .panel__body {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.adminratespanel__timestamp {
  margin-bottom: 16px;
  width: 50%;
}
.adminratespanel__timestamp__key, .adminratespanel__timestamp__value {
  font-size: 15px;
  line-height: 22px;
}
.adminratespanel__updatebtn {
  float: right;
  line-height: 32px;
}
.adminratespanel__footer {
  *zoom: 1;
  color: grey;
  font-size: 12px;
  padding: 16px 0;
}
.adminratespanel__footer:before, .adminratespanel__footer:after {
  content: " ";
  display: table;
}
.adminratespanel__footer:after {
  clear: both;
}
.adminratespanel__footer__cell {
  float: left;
  margin-right: 16px;
}
.adminratespanel__rates__base {
  margin-bottom: 16px;
  display: block;
}
.adminratespanel__error {
  margin-bottom: 16px;
}
.adminratespanel__indicator {
  margin-bottom: 16px;
}
.adminratespanel__none {
  margin-bottom: 16px;
  display: block;
}

.receipttaxfreeformissue__spaced > button {
  margin-bottom: 16px;
}
.receipttaxfreeformissue__spaced > button:last-child {
  margin-bottom: 0;
}
.receipttaxfreeformissue__spaced > div {
  padding-bottom: 16px;
}
.receipttaxfreeformissue__busy-indicator {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background-image: url("../img/loading.73e57937.gif");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

#ic2iweb-error {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .panel__header {
    padding: 16px 24px;
  }
  .panel__body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .consumerpanel__footer {
    padding: 16px 24px;
  }
}
.receiptrefundvalidationpanel__body {
  font-size: 1.2rem;
  line-height: 24px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.receiptrefundvalidationpanel__body .fail {
  color: red !important;
}
.receiptrefundvalidationpanel__body .pass {
  color: #33cc00;
}
.receiptrefundvalidationpanel__body table {
  margin-bottom: 16px;
}
.receiptrefundvalidationpanel__body th {
  text-align: left;
  font-weight: normal;
  font-family: "ProximaNovaRegular", "Helvetica Neue", Helvetica, sans-serif;
}
.receiptrefundvalidationpanel__body td {
  font-size: 1rem;
  vertical-align: baseline;
  padding-right: 6px;
  text-align: right;
}
.receiptrefundvalidationpanel__body td + .question {
  text-align: left;
}

.transactionsection {
  *zoom: 1;
}
.transactionsection:before, .transactionsection:after {
  content: " ";
  display: table;
}
.transactionsection:after {
  clear: both;
}
@media (min-width: 768px) {
  .transactionsection__main {
    width: 55%;
    float: left;
    padding-right: 12px;
  }
  .transactionsection__aside {
    width: 45%;
    float: left;
    padding-left: 12px;
  }
}

@media (min-width: 768px) {
  .consumersection__header {
    *zoom: 1;
    margin-bottom: 24px !important;
  }
  .consumersection__header:before, .consumersection__header:after {
    content: " ";
    display: table;
  }
  .consumersection__header:after {
    clear: both;
  }
  .consumersection__header__form {
    float: left;
  }
  .consumersection__header__aside {
    margin-left: 12px;
    float: left;
    padding-top: 20.5px;
  }
}

.pagesurvey__header {
  margin-top: 16px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #bbb;
}
.pagesurvey__header__title {
  margin: 0 !important;
}

.pagesurveyfilters {
  *zoom: 1;
  margin-bottom: 32px;
}
.pagesurveyfilters:before, .pagesurveyfilters:after {
  content: " ";
  display: table;
}
.pagesurveyfilters:after {
  clear: both;
}
.pagesurveyfilters__filter {
  float: left;
}
.pagesurveyfilters__filter__label {
  font-family: "ProximaNovaBold", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
  display: block;
}

.pagesurveyfilters__filter + .pagesurveyfilters__filter {
  margin-left: 16px;
}

.survey__questions {
  margin: 0;
}
.survey__questions__question {
  list-style-type: none;
  margin-bottom: 32px;
}
.survey__question__title {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px !important;
  margin: 0 0 8px 0 !important;
}
.survey__question__label {
  font-family: "ProximaNovaBold", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 8px;
}
.survey__question__inputs {
  margin: 0;
  list-style: none;
}
.survey .survey__question__input {
  margin-bottom: 0;
}
.survey__radio {
  width: 24px;
  height: 24px;
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin: 0 auto;
}
.survey__radio:after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  text-align: center;
}
.survey__radio--selected:after {
  background: #0d8bea;
  border: none;
  content: "✓";
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}
.survey__select {
  border: 1px solid #c4c4c4;
  font-size: 14px;
  line-height: 24px;
  background: #fff;
  margin: 0;
  outline: 0;
  height: 24px;
}

.question--matrixrating .survey__question__matrix {
  width: 100%;
  table-layout: fixed;
}
.question--matrixrating .survey__question__matrix__row:nth-child(even) {
  background-color: #fff;
}
.question--matrixrating .survey__question__matrix__row:nth-child(odd) {
  background-color: #ddd;
}
.question--matrixrating .survey__question__matrix__cell {
  padding: 8px;
}
.question--matrixrating .survey__question__matrix__label {
  font-size: 14px;
  line-height: 24px;
  display: block;
  text-align: center;
}

.question--demographic .survey__question__row,
.question--openended .survey__question__row {
  *zoom: 1;
  margin-bottom: 4px;
}
.question--demographic .survey__question__row:before, .question--demographic .survey__question__row:after,
.question--openended .survey__question__row:before,
.question--openended .survey__question__row:after {
  content: " ";
  display: table;
}
.question--demographic .survey__question__row:after,
.question--openended .survey__question__row:after {
  clear: both;
}
.question--demographic .survey__question__label,
.question--openended .survey__question__label {
  float: left;
  width: 200px;
  margin-right: 8px;
  margin-bottom: 4px;
  line-height: 33px;
}
.question--demographic .survey__question__input,
.question--openended .survey__question__input {
  float: left;
}

.question--presentation .survey__question__presentation__image {
  margin-top: 8px;
}

.question--singlechoice .survey__question__choices {
  margin: 0;
}
.question--singlechoice .survey__question__choice {
  *zoom: 1;
  list-style: none;
}
.question--singlechoice .survey__question__choice:before, .question--singlechoice .survey__question__choice:after {
  content: " ";
  display: table;
}
.question--singlechoice .survey__question__choice:after {
  clear: both;
}
.question--singlechoice .survey__question__choice + .survey__question__choice {
  margin-top: 8px;
}
.question--singlechoice .survey__question__choice__radio {
  float: left;
  margin-right: 16px;
}
.question--singlechoice .survey__question__choice__text {
  float: left;
}

.surveysummary__header {
  margin-bottom: 16px;
}
.surveysummary__header__sub {
  color: #808080;
  font-size: 12px;
}
.surveysummary__empty {
  margin-bottom: 0;
}
.surveysummary__block {
  margin-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #bbb;
}
.surveysummary__table__el {
  margin-bottom: 8px;
}
.surveysummary__chart {
  margin-bottom: 16px;
}
.surveysummary__table__cell__pc {
  display: block;
}
.surveysummary__table__cell__count {
  display: block;
  color: #808080;
}

.surveysummary__header__sub + .surveysummary__header__sub {
  margin-left: 8px;
}

.schemaform input:not([type=button]):not([type=submit]),
.schemaform textarea {
  transition: none;
}

.schemaform input:not([type=button]):not([type=submit]):focus,
.schemaform textarea:focus {
  border-color: #0d8bea !important;
  box-shadow: none;
}

.schemaform input[type=checkbox]:focus {
  outline: 1px solid #0d8bea !important;
}

.schemaform input[type=text].ng-dirty.ng-invalid {
  border-color: #f90000;
}

.schema__divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 16px 0 32px;
}

.schemaform__field__textarea {
  height: auto;
}

.consumerproperties {
  clear: both;
}
.consumerproperties select,
.consumerproperties select option {
  text-transform: capitalize;
}
.consumerproperties .schemapanel__field__select {
  text-transform: capitalize;
}
.consumerproperties .prl-dropdown {
  padding-right: 12px;
}
.consumerproperties__readonly {
  margin-top: 16px;
}
.consumerproperties__identifier {
  margin-bottom: 0 !important;
  width: 90% !important;
}
.consumerproperties .properties__value__input {
  width: 90% !important;
  max-width: 90% !important;
}
.consumerproperties .schemapanel__field__checkbox,
.consumerproperties .schemaform__field__checkbox {
  width: auto !important;
}
.consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2 {
  *zoom: 1;
}
.consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2:before, .consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2:after,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2:before,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2:after {
  content: " ";
  display: table;
}
.consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2:after,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2:after {
  clear: both;
}
.consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2 .properties,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2 .properties {
  *zoom: 1;
  margin-top: 16px;
  width: 100%;
}
.consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2 .properties:before, .consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2 .properties:after,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2 .properties:before,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2 .properties:after {
  content: " ";
  display: table;
}
.consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2 .properties:after,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2 .properties:after {
  clear: both;
}
.consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2 .properties__property--space,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2 .properties__property--space {
  margin-top: 0;
}
.consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2 .properties__header,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2 .properties__header {
  font-size: 14px;
  font-weight: normal;
  width: 40%;
  float: left;
  margin-bottom: 0 !important;
}
.consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2 .schemapanel__field,
.consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2 .schemaform__field,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2 .schemapanel__field,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2 .schemaform__field {
  float: left;
}
.consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2 .schemapanel__field,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2 .schemapanel__field {
  margin-right: 8px;
}
.consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2 .schemaform__field,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2 .schemaform__field {
  width: 18.66%;
}
.consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2 .properties__key,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2 .properties__key {
  display: none;
}
.consumerproperties .schemapanel__field--fieldset.schemapanel__field--level-2 .properties__value,
.consumerproperties .schemaform__field--fieldset.schemaform__field--level-2 .properties__value {
  width: 100%;
}
.consumerproperties .schemapanel__footer,
.consumerproperties .schemaform__footer {
  padding: 16px 0;
  clear: both;
}

.consumerpanel--large .consumerproperties__readonly {
  width: 50%;
}

.consumervip .schemaform__field--level-3 .schema__divider,
.consumervip .schemapanel__field--level-3 .schema__divider {
  margin-top: 8px;
  margin-bottom: 8px;
}
.consumervip .schemaform__footer {
  margin-top: 32px;
  padding-bottom: 8px;
}
.consumervip .schemaform__field--fieldset {
  margin-bottom: 0;
}
.consumervip .schemaform__field--fieldset.schemaform__field--level-1,
.consumervip .schemapanel__field--fieldset.schemapanel__field--level-1 {
  *zoom: 1;
}
.consumervip .schemaform__field--fieldset.schemaform__field--level-1:before, .consumervip .schemaform__field--fieldset.schemaform__field--level-1:after,
.consumervip .schemapanel__field--fieldset.schemapanel__field--level-1:before,
.consumervip .schemapanel__field--fieldset.schemapanel__field--level-1:after {
  content: " ";
  display: table;
}
.consumervip .schemaform__field--fieldset.schemaform__field--level-1:after,
.consumervip .schemapanel__field--fieldset.schemapanel__field--level-1:after {
  clear: both;
}
.consumervip .schemaform__field--fieldset.schemaform__field--level-2,
.consumervip .schemapanel__field--fieldset.schemapanel__field--level-2 {
  float: left;
  width: 50%;
}
.consumervip .schemaform__field--level-2.schemaform__field--even .schema__divider,
.consumervip .schemapanel__field--level-2.schemapanel__field--even .schema__divider {
  width: 85%;
}
.consumervip .schemaform__field--level-2.schemaform__field--odd .schema__divider,
.consumervip .schemapanel__field--level-2.schemapanel__field--odd .schema__divider {
  width: 85%;
}
.consumervip .schemaform__field--fieldset.schemaform__field--level-1,
.consumervip .schemapanel__field--fieldset.schemapanel__field--level-1 {
  margin-bottom: 32px;
}
.consumervip .schemaform__field--nth-0 > .properties__property:first-child,
.consumervip .schemapanel__field--nth-0 > .properties__property:first-child {
  margin-top: 0;
}
.consumervip .schemaform__field--fieldset.schemaform__field--level-1:last-child,
.consumervip .schemapanel__field--fieldset.schemapanel__field--level-1:last-child {
  margin-bottom: 0;
}

.consumersearch {
  background: none;
}
.consumersearch .schemaform__form {
  margin: 0;
}
.consumersearch .schemaform__btn__cancel {
  display: none;
}
@media (min-width: 768px) {
  .consumersearch .schemaform__form {
    *zoom: 1;
  }
  .consumersearch .schemaform__form:before, .consumersearch .schemaform__form:after {
    content: " ";
    display: table;
  }
  .consumersearch .schemaform__form:after {
    clear: both;
  }
  .consumersearch .schemaform__btn__submit {
    margin: 20.5px 0 0 12px !important;
  }
  .consumersearch .schemaform__field--text {
    width: 174px;
  }
  .consumersearch .schemaform__form__field,
.consumersearch .schemaform__footer {
    float: left;
    margin-bottom: 0;
  }
  .consumersearch .properties__property {
    margin-top: 0;
  }
  .consumersearch .properties__key,
.consumersearch .properties__value {
    display: block;
    width: auto;
    float: none;
    margin: 0;
  }
  .consumersearch .properties__value__input:not([type=checkbox]) {
    width: 100% !important;
    max-width: 100% !important;
  }
  .consumersearch .schemaform__form__field + .schemaform__form__field {
    margin-left: 12px;
  }
}

.analyticssearch .btn {
  width: 50px;
  line-height: 22px;
}
.analyticssearch .properties__header {
  margin: 0 0 5px 0 !important;
}
@media (min-width: 768px) {
  .analyticssearch .schemaform__btn__submit {
    margin: 24.5px 0 0 12px !important;
  }
}

.adminratespanel .schemaform__footer {
  margin-top: 32px;
}
.adminratespanel .properties__header {
  line-height: 32px;
}
.adminratespanel__newrate {
  margin-left: 40%;
}
.adminratespanel .schemaform__form__field {
  *zoom: 1;
}
.adminratespanel .schemaform__form__field:before, .adminratespanel .schemaform__form__field:after {
  content: " ";
  display: table;
}
.adminratespanel .schemaform__form__field:after {
  clear: both;
}
.adminratespanel .schemaform .properties__key {
  display: block;
  float: none;
  width: 100%;
}
.adminratespanel .schemaform .properties__value {
  width: 100%;
}
.adminratespanel .schemaform__field--level-2.schemaform__field--nth-0 {
  float: left;
  width: 40%;
}
.adminratespanel .schemaform__field--level-2.schemaform__field--nth-1 {
  float: left;
  width: 60%;
}
.adminratespanel .schemaform__field--level-1.schemaform__field--nth-0 .schemaform__field {
  margin-bottom: 16px;
}
.adminratespanel .schemaform__field--level-1.schemaform__field--nth-0 .schemaform__field,
.adminratespanel .schemaform__field--level-1.schemaform__field--nth-1 .schemaform__field {
  float: none;
  width: 100%;
}
.adminratespanel .schemaform__field--level-1.schemaform__field--nth-0 .properties__key,
.adminratespanel .schemaform__field--level-1.schemaform__field--nth-1 .properties__key {
  width: 40%;
  display: block;
  float: left;
}
.adminratespanel .schemaform__field--level-1.schemaform__field--nth-0 .properties__value,
.adminratespanel .schemaform__field--level-1.schemaform__field--nth-1 .properties__value {
  width: 60%;
}

.pageadmin__items__item {
  display: block;
  width: 100%;
  background-color: #0d8bea;
  margin: 16px 0;
  padding: 18px;
}

.pageadmin__items__item:hover {
  background-color: #36a2f4;
  color: white !important;
}

.pageadmin__items__item__title {
  color: white !important;
  font-size: 18px;
  font-weight: bold;
}

.pageadmin__items__item__description {
  color: white !important;
}

@media (min-width: 768px) {
  .pageadmin__items {
    display: flex;
    flex-wrap: wrap;
  }

  .pageadmin__items__item {
    width: 30.33%;
    margin: 1.5%;
  }
}
.filepond--root {
  width: 50%;
}

.storeslist__total {
  font-weight: bold;
  margin: 16px 0 32px;
}

.storeslist__total__value {
  font-weight: normal;
}

.storeslist__search {
  margin-bottom: 24px;
}

.store__header {
  *zoom: 1;
}
.store__header:before, .store__header:after {
  content: " ";
  display: table;
}
.store__header:after {
  clear: both;
}

.store__name {
  font-size: 24px;
  line-height: 32px !important;
  display: inline-block;
  margin-top: 0 !important;
}

.store__delete {
  float: right;
  margin-left: 24px;
  margin-top: 2px;
}

.store__back,
.store__update {
  float: right;
  line-height: 32px;
}

.store__update {
  margin-left: 24px;
}

.store__footer {
  border-top: 1px solid #ddd;
  margin: 32px 0;
  padding-top: 16px;
}

.store__error {
  margin-bottom: 32px;
}

.store__form .schemaform,
.store__form .schemapanel,
.store__panel .schemaform,
.store__panel .schemapanel {
  *zoom: 1;
}
.store__form .schemaform:before, .store__form .schemaform:after,
.store__form .schemapanel:before,
.store__form .schemapanel:after,
.store__panel .schemaform:before,
.store__panel .schemaform:after,
.store__panel .schemapanel:before,
.store__panel .schemapanel:after {
  content: " ";
  display: table;
}
.store__form .schemaform:after,
.store__form .schemapanel:after,
.store__panel .schemaform:after,
.store__panel .schemapanel:after {
  clear: both;
}
.store__form .schemaform__field--fieldset,
.store__form .schemapanel__field--fieldset,
.store__panel .schemaform__field--fieldset,
.store__panel .schemapanel__field--fieldset {
  width: 50%;
  float: left;
}
.store__form .schemapanel__field--fieldset.schemapanel__field--nth-2,
.store__panel .schemapanel__field--fieldset.schemapanel__field--nth-2 {
  margin-top: 3rem;
}
.store__form .schemaform__field--fieldset.schemaform__field--nth-1,
.store__panel .schemaform__field--fieldset.schemaform__field--nth-1 {
  margin-bottom: 8rem;
}
.store__form .schemaform__footer,
.store__panel .schemaform__footer {
  padding-top: 32px;
  clear: both;
}
.store__form .schemapanel__field--jsoneditor,
.store__form .schemaform__field--jsoneditor,
.store__panel .schemapanel__field--jsoneditor,
.store__panel .schemaform__field--jsoneditor {
  width: 100%;
  display: block;
  float: initial;
  clear: both;
}
.store__form .schemapanel__field--jsoneditor .jsoneditor-frame input,
.store__form .schemaform__field--jsoneditor .jsoneditor-frame input,
.store__panel .schemapanel__field--jsoneditor .jsoneditor-frame input,
.store__panel .schemaform__field--jsoneditor .jsoneditor-frame input {
  display: inline;
  margin: 0;
  width: auto;
}
.store__form .schemapanel__field--jsoneditor .jsoneditor-poweredBy,
.store__form .schemaform__field--jsoneditor .jsoneditor-poweredBy,
.store__panel .schemapanel__field--jsoneditor .jsoneditor-poweredBy,
.store__panel .schemaform__field--jsoneditor .jsoneditor-poweredBy {
  display: none;
}
.store__form .schemapanel__field--jsoneditor .properties__header,
.store__form .schemaform__field--jsoneditor .properties__header,
.store__panel .schemapanel__field--jsoneditor .properties__header,
.store__panel .schemaform__field--jsoneditor .properties__header {
  padding-top: 60px;
  padding-bottom: 20px;
}
.store__form .schemapanel__field--jsoneditor .properties__key,
.store__form .schemaform__field--jsoneditor .properties__key,
.store__panel .schemapanel__field--jsoneditor .properties__key,
.store__panel .schemaform__field--jsoneditor .properties__key {
  padding-top: 2rem;
}
.store__form .schemapanel__field--jsoneditor .properties__value,
.store__form .schemapanel__field--jsoneditor .properties__key,
.store__form .schemaform__field--jsoneditor .properties__value,
.store__form .schemaform__field--jsoneditor .properties__key,
.store__panel .schemapanel__field--jsoneditor .properties__value,
.store__panel .schemapanel__field--jsoneditor .properties__key,
.store__panel .schemaform__field--jsoneditor .properties__value,
.store__panel .schemaform__field--jsoneditor .properties__key {
  display: block;
  width: 100%;
  float: initial;
}
.store__form .schemapanel__field--jsoneditor .properties__value,
.store__form .schemaform__field--jsoneditor .properties__value,
.store__panel .schemapanel__field--jsoneditor .properties__value,
.store__panel .schemaform__field--jsoneditor .properties__value {
  word-break: break-word;
}
.store__form .schemapanel__field--jsoneditor .properties__value__input,
.store__form .schemaform__field--jsoneditor .properties__value__input,
.store__panel .schemapanel__field--jsoneditor .properties__value__input,
.store__panel .schemaform__field--jsoneditor .properties__value__input {
  padding-top: 1rem;
  width: 100% !important;
  max-width: 100% !important;
}
.store__form .schemapanel__field--jsoneditor .properties__value__image,
.store__form .schemaform__field--jsoneditor .properties__value__image,
.store__panel .schemapanel__field--jsoneditor .properties__value__image,
.store__panel .schemaform__field--jsoneditor .properties__value__image {
  margin-bottom: 0px;
}
.store__form .schemapanel__field--jsoneditor .properties__value__link,
.store__form .schemaform__field--jsoneditor .properties__value__link,
.store__panel .schemapanel__field--jsoneditor .properties__value__link,
.store__panel .schemaform__field--jsoneditor .properties__value__link {
  margin-bottom: 16px;
  margin-top: 0px;
}
.store__form .schemapanel__field--jsoneditor .schemaform__field--fieldset .properties__header,
.store__form .schemapanel__field--jsoneditor .schemapanel__field--fieldset .properties__header,
.store__form .schemaform__field--jsoneditor .schemaform__field--fieldset .properties__header,
.store__form .schemaform__field--jsoneditor .schemapanel__field--fieldset .properties__header,
.store__panel .schemapanel__field--jsoneditor .schemaform__field--fieldset .properties__header,
.store__panel .schemapanel__field--jsoneditor .schemapanel__field--fieldset .properties__header,
.store__panel .schemaform__field--jsoneditor .schemaform__field--fieldset .properties__header,
.store__panel .schemaform__field--jsoneditor .schemapanel__field--fieldset .properties__header {
  display: none;
}
.store__form .schemapanel__field--fieldset-title-template-content-management,
.store__form .schemaform__field--fieldset-title-template-content-management,
.store__panel .schemapanel__field--fieldset-title-template-content-management,
.store__panel .schemaform__field--fieldset-title-template-content-management {
  padding-top: 4rem;
  width: 100%;
  float: left;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons,
.store__form .schemapanel__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons,
.store__form .schemaform__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons,
.store__form .schemaform__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons {
  padding-bottom: 1rem;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons .properties__key,
.store__form .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons .properties__key label,
.store__form .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons .properties__value,
.store__form .schemapanel__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons .properties__key,
.store__form .schemapanel__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons .properties__key label,
.store__form .schemapanel__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons .properties__value,
.store__form .schemaform__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons .properties__key,
.store__form .schemaform__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons .properties__key label,
.store__form .schemaform__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons .properties__value,
.store__form .schemaform__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons .properties__key,
.store__form .schemaform__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons .properties__key label,
.store__form .schemaform__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons .properties__value,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons .properties__key,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons .properties__key label,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons .properties__value,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons .properties__key,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons .properties__key label,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons .properties__value,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons .properties__key,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons .properties__key label,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemapanel__field--checkbox-title-enable-receipt-export-buttons .properties__value,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons .properties__key,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons .properties__key label,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemaform__field--checkbox-title-enable-receipt-export-buttons .properties__value {
  display: inline;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .properties__header,
.store__form .schemaform__field--fieldset-title-template-content-management .properties__header,
.store__panel .schemapanel__field--fieldset-title-template-content-management .properties__header,
.store__panel .schemaform__field--fieldset-title-template-content-management .properties__header {
  padding-bottom: 1rem;
  font-size: 1.5rem;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .schemaform__footer,
.store__form .schemaform__field--fieldset-title-template-content-management .schemaform__footer,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemaform__footer,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemaform__footer {
  padding-top: 32px;
  clear: both;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .properties__value,
.store__form .schemapanel__field--fieldset-title-template-content-management .properties__key,
.store__form .schemaform__field--fieldset-title-template-content-management .properties__value,
.store__form .schemaform__field--fieldset-title-template-content-management .properties__key,
.store__panel .schemapanel__field--fieldset-title-template-content-management .properties__value,
.store__panel .schemapanel__field--fieldset-title-template-content-management .properties__key,
.store__panel .schemaform__field--fieldset-title-template-content-management .properties__value,
.store__panel .schemaform__field--fieldset-title-template-content-management .properties__key {
  display: block;
  width: 100%;
  float: initial;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .properties__value,
.store__form .schemaform__field--fieldset-title-template-content-management .properties__value,
.store__panel .schemapanel__field--fieldset-title-template-content-management .properties__value,
.store__panel .schemaform__field--fieldset-title-template-content-management .properties__value {
  word-break: break-word;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .properties__value__input,
.store__form .schemaform__field--fieldset-title-template-content-management .properties__value__input,
.store__panel .schemapanel__field--fieldset-title-template-content-management .properties__value__input,
.store__panel .schemaform__field--fieldset-title-template-content-management .properties__value__input {
  width: 50% !important;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .properties__value__image,
.store__form .schemaform__field--fieldset-title-template-content-management .properties__value__image,
.store__panel .schemapanel__field--fieldset-title-template-content-management .properties__value__image,
.store__panel .schemaform__field--fieldset-title-template-content-management .properties__value__image {
  margin-bottom: 0px;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .properties__value__link,
.store__form .schemaform__field--fieldset-title-template-content-management .properties__value__link,
.store__panel .schemapanel__field--fieldset-title-template-content-management .properties__value__link,
.store__panel .schemaform__field--fieldset-title-template-content-management .properties__value__link {
  margin-bottom: 16px;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--text-title-caption .properties__key,
.store__form .schemaform__field--fieldset-title-template-content-management .schemapanel__field--text-title-caption .properties__key,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--text-title-caption .properties__key,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemapanel__field--text-title-caption .properties__key {
  display: none;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--text-title-caption .properties__property--space,
.store__form .schemaform__field--fieldset-title-template-content-management .schemapanel__field--text-title-caption .properties__property--space,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--text-title-caption .properties__property--space,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemapanel__field--text-title-caption .properties__property--space {
  margin-top: 0px;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--fieldset-title-urls,
.store__form .schemaform__field--fieldset-title-template-content-management .schemapanel__field--fieldset-title-urls,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--fieldset-title-urls,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemapanel__field--fieldset-title-urls {
  margin-top: 16px;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .schemaform__field--image,
.store__form .schemaform__field--fieldset-title-template-content-management .schemaform__field--image,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemaform__field--image,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemaform__field--image {
  padding-top: 20px;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .schemaform__field--link,
.store__form .schemaform__field--fieldset-title-template-content-management .schemaform__field--link,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemaform__field--link,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemaform__field--link {
  margin-bottom: 30px;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .schemaform__field--link .properties__property--space,
.store__form .schemaform__field--fieldset-title-template-content-management .schemaform__field--link .properties__property--space,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemaform__field--link .properties__property--space,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemaform__field--link .properties__property--space {
  margin-top: 10px;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .schemaform__field--link.schemaform__field--nth-1 .properties__property--space,
.store__form .schemaform__field--fieldset-title-template-content-management .schemaform__field--link.schemaform__field--nth-1 .properties__property--space,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemaform__field--link.schemaform__field--nth-1 .properties__property--space,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemaform__field--link.schemaform__field--nth-1 .properties__property--space {
  margin-top: 0px;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .schemaform__field--text-title-caption .properties__property--space,
.store__form .schemaform__field--fieldset-title-template-content-management .schemaform__field--text-title-caption .properties__property--space,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemaform__field--text-title-caption .properties__property--space,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemaform__field--text-title-caption .properties__property--space {
  margin-top: 0px;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--image .properties__key,
.store__form .schemapanel__field--fieldset-title-template-content-management .schemaform__field--image .properties__key,
.store__form .schemaform__field--fieldset-title-template-content-management .schemapanel__field--image .properties__key,
.store__form .schemaform__field--fieldset-title-template-content-management .schemaform__field--image .properties__key,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--image .properties__key,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemaform__field--image .properties__key,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemapanel__field--image .properties__key,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemaform__field--image .properties__key {
  padding-top: 1rem;
  width: 100%;
}
.store__form .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--image .properties__value,
.store__form .schemapanel__field--fieldset-title-template-content-management .schemaform__field--image .properties__value,
.store__form .schemaform__field--fieldset-title-template-content-management .schemapanel__field--image .properties__value,
.store__form .schemaform__field--fieldset-title-template-content-management .schemaform__field--image .properties__value,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemapanel__field--image .properties__value,
.store__panel .schemapanel__field--fieldset-title-template-content-management .schemaform__field--image .properties__value,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemapanel__field--image .properties__value,
.store__panel .schemaform__field--fieldset-title-template-content-management .schemaform__field--image .properties__value {
  padding-top: 1rem;
  width: 66%;
  float: left;
}

.pageadmin .store__header {
  margin-top: 1rem;
}

.templatemanager__header {
  *zoom: 1;
}
.templatemanager__header:before, .templatemanager__header:after {
  content: " ";
  display: table;
}
.templatemanager__header:after {
  clear: both;
}

.templatemanager__name {
  font-size: 24px;
  line-height: 32px !important;
  display: inline-block;
  margin-top: 0 !important;
}

.templatemanager__back,
.templatemanager__update {
  float: right;
  line-height: 32px;
}

.templatemanager__update {
  margin-left: 24px;
}

.templatemanager__footer {
  border-top: 1px solid #ddd;
  margin: 32px 0;
  padding-top: 16px;
}

.templatemanager__error {
  margin-bottom: 32px;
}

.templatemanager__form .schemaform,
.templatemanager__form .schemapanel,
.formsmanager__form .schemaform,
.formsmanager__form .schemapanel,
.templatemanager__panel .schemaform,
.templatemanager__panel .schemapanel,
.formsmanager__panel .schemaform,
.formsmanager__panel .schemapanel {
  *zoom: 1;
}
.templatemanager__form .schemaform:before, .templatemanager__form .schemaform:after,
.templatemanager__form .schemapanel:before,
.templatemanager__form .schemapanel:after,
.formsmanager__form .schemaform:before,
.formsmanager__form .schemaform:after,
.formsmanager__form .schemapanel:before,
.formsmanager__form .schemapanel:after,
.templatemanager__panel .schemaform:before,
.templatemanager__panel .schemaform:after,
.templatemanager__panel .schemapanel:before,
.templatemanager__panel .schemapanel:after,
.formsmanager__panel .schemaform:before,
.formsmanager__panel .schemaform:after,
.formsmanager__panel .schemapanel:before,
.formsmanager__panel .schemapanel:after {
  content: " ";
  display: table;
}
.templatemanager__form .schemaform:after,
.templatemanager__form .schemapanel:after,
.formsmanager__form .schemaform:after,
.formsmanager__form .schemapanel:after,
.templatemanager__panel .schemaform:after,
.templatemanager__panel .schemapanel:after,
.formsmanager__panel .schemaform:after,
.formsmanager__panel .schemapanel:after {
  clear: both;
}
.templatemanager__form .schemaform__field--checkbox .properties__property,
.templatemanager__form .schemapanel__field--checkbox .properties__property,
.formsmanager__form .schemaform__field--checkbox .properties__property,
.formsmanager__form .schemapanel__field--checkbox .properties__property,
.templatemanager__panel .schemaform__field--checkbox .properties__property,
.templatemanager__panel .schemapanel__field--checkbox .properties__property,
.formsmanager__panel .schemaform__field--checkbox .properties__property,
.formsmanager__panel .schemapanel__field--checkbox .properties__property {
  display: flex;
  align-items: center;
}
.templatemanager__form .schemaform__field--checkbox .properties__key,
.templatemanager__form .schemaform__field--checkbox .properties__value,
.templatemanager__form .schemapanel__field--checkbox .properties__key,
.templatemanager__form .schemapanel__field--checkbox .properties__value,
.formsmanager__form .schemaform__field--checkbox .properties__key,
.formsmanager__form .schemaform__field--checkbox .properties__value,
.formsmanager__form .schemapanel__field--checkbox .properties__key,
.formsmanager__form .schemapanel__field--checkbox .properties__value,
.templatemanager__panel .schemaform__field--checkbox .properties__key,
.templatemanager__panel .schemaform__field--checkbox .properties__value,
.templatemanager__panel .schemapanel__field--checkbox .properties__key,
.templatemanager__panel .schemapanel__field--checkbox .properties__value,
.formsmanager__panel .schemaform__field--checkbox .properties__key,
.formsmanager__panel .schemaform__field--checkbox .properties__value,
.formsmanager__panel .schemapanel__field--checkbox .properties__key,
.formsmanager__panel .schemapanel__field--checkbox .properties__value {
  width: 20%;
  padding-top: 5px;
}
.templatemanager__form .schemaform__field--fieldset,
.templatemanager__form .schemapanel__field--fieldset,
.formsmanager__form .schemaform__field--fieldset,
.formsmanager__form .schemapanel__field--fieldset,
.templatemanager__panel .schemaform__field--fieldset,
.templatemanager__panel .schemapanel__field--fieldset,
.formsmanager__panel .schemaform__field--fieldset,
.formsmanager__panel .schemapanel__field--fieldset {
  width: 50%;
  float: left;
}
.templatemanager__form .schemaform__footer,
.formsmanager__form .schemaform__footer,
.templatemanager__panel .schemaform__footer,
.formsmanager__panel .schemaform__footer {
  padding-top: 32px;
  clear: both;
}
.templatemanager__form .properties__header,
.formsmanager__form .properties__header,
.templatemanager__panel .properties__header,
.formsmanager__panel .properties__header {
  padding-top: 40px;
}
.templatemanager__form .properties__value,
.templatemanager__form .properties__key,
.formsmanager__form .properties__value,
.formsmanager__form .properties__key,
.templatemanager__panel .properties__value,
.templatemanager__panel .properties__key,
.formsmanager__panel .properties__value,
.formsmanager__panel .properties__key {
  display: block;
  width: 100%;
  float: initial;
}
.templatemanager__form .properties__value,
.formsmanager__form .properties__value,
.templatemanager__panel .properties__value,
.formsmanager__panel .properties__value {
  word-break: break-word;
}
.templatemanager__form .properties__value__input,
.formsmanager__form .properties__value__input,
.templatemanager__panel .properties__value__input,
.formsmanager__panel .properties__value__input {
  width: 50% !important;
}
.templatemanager__form .properties__value__image,
.formsmanager__form .properties__value__image,
.templatemanager__panel .properties__value__image,
.formsmanager__panel .properties__value__image {
  margin-bottom: 0px;
}
.templatemanager__form .properties__value__link,
.formsmanager__form .properties__value__link,
.templatemanager__panel .properties__value__link,
.formsmanager__panel .properties__value__link {
  margin-bottom: 16px;
}
.templatemanager__form .properties__header,
.formsmanager__form .properties__header,
.templatemanager__panel .properties__header,
.formsmanager__panel .properties__header {
  display: none;
}
.templatemanager__form .gjs-cv-canvas,
.formsmanager__form .gjs-cv-canvas,
.templatemanager__panel .gjs-cv-canvas,
.formsmanager__panel .gjs-cv-canvas {
  top: 0;
  width: 100%;
  height: 100%;
}

.templatemanager__panel .schemapanel__field--text-title-caption .properties__key,
.formsmanager__panel .schemapanel__field--text-title-caption .properties__key {
  display: none;
}
.templatemanager__panel .schemapanel__field--text-title-caption .properties__property--space,
.formsmanager__panel .schemapanel__field--text-title-caption .properties__property--space {
  margin-top: 0px;
}
.templatemanager__panel .schemapanel__field--fieldset-title-urls,
.formsmanager__panel .schemapanel__field--fieldset-title-urls {
  margin-top: 16px;
}

.templatemanager__form,
.formsmanager__form {
  /* Theming */
  /* Primary color for the background */
  /* Secondary color for the text color */
  /* Tertiary color for the background */
  /* Quaternary color for the text color */
}
.templatemanager__form .schemaform__field--image,
.formsmanager__form .schemaform__field--image {
  padding-top: 20px;
}
.templatemanager__form .schemaform__field--link,
.formsmanager__form .schemaform__field--link {
  margin-bottom: 30px;
}
.templatemanager__form .schemaform__field--link .properties__property--space,
.formsmanager__form .schemaform__field--link .properties__property--space {
  margin-top: 10px;
}
.templatemanager__form .schemaform__field--link.schemaform__field--nth-1 .properties__property--space,
.formsmanager__form .schemaform__field--link.schemaform__field--nth-1 .properties__property--space {
  margin-top: 0px;
}
.templatemanager__form .schemaform__field--text-title-caption .properties__property--space,
.formsmanager__form .schemaform__field--text-title-caption .properties__property--space {
  margin-top: 0px;
}
.templatemanager__form #block-container,
.formsmanager__form #block-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.templatemanager__form .canvas,
.formsmanager__form .canvas {
  flex-grow: 1;
}
.templatemanager__form .panel__right,
.formsmanager__form .panel__right {
  flex-basis: 350px;
  position: relative;
  overflow-y: auto;
}
.templatemanager__form input[type=text]:focus,
.formsmanager__form input[type=text]:focus {
  background: #fff !important;
}
.templatemanager__form .gjs-one-bg,
.formsmanager__form .gjs-one-bg {
  background-color: #efefef;
}
.templatemanager__form .gjs-two-color,
.formsmanager__form .gjs-two-color {
  color: black;
}
.templatemanager__form .gjs-three-bg,
.formsmanager__form .gjs-three-bg {
  background-color: #7f8da1;
  color: white;
}
.templatemanager__form .gjs-four-color,
.templatemanager__form .gjs-four-color-h:hover,
.formsmanager__form .gjs-four-color,
.formsmanager__form .gjs-four-color-h:hover {
  color: black;
}
.templatemanager__form .gjs-sm-property,
.formsmanager__form .gjs-sm-property {
  font-size: 1rem;
}
.templatemanager__form .gjs-trt-traits,
.formsmanager__form .gjs-trt-traits {
  font-size: 1rem;
}
.templatemanager__form .gjs-sm-sector-title,
.formsmanager__form .gjs-sm-sector-title {
  display: none;
}
.templatemanager__form select,
.formsmanager__form select {
  margin-bottom: 0px;
}
.templatemanager__form .gjs-field-color input[type=text],
.formsmanager__form .gjs-field-color input[type=text] {
  margin-bottom: 0px;
}
.templatemanager__form .gjs-trt-trait__wrp.gjs-trt-trait__wrp-button,
.formsmanager__form .gjs-trt-trait__wrp.gjs-trt-trait__wrp-button {
  padding-bottom: 10px;
}
.templatemanager__form #assetManagerButton,
.formsmanager__form #assetManagerButton {
  margin-bottom: 0px;
  width: -webkit-fill-available;
  background-color: #0c8bea;
}
.templatemanager__form #hrefText,
.templatemanager__form #srcText,
.formsmanager__form #hrefText,
.formsmanager__form #srcText {
  resize: none;
}
.templatemanager__form .gjs-trt-trait.gjs-trt-trait--hrefTextArea,
.templatemanager__form .gjs-trt-trait.gjs-trt-trait--srcTextArea,
.formsmanager__form .gjs-trt-trait.gjs-trt-trait--hrefTextArea,
.formsmanager__form .gjs-trt-trait.gjs-trt-trait--srcTextArea {
  padding-top: 15px;
  padding-right: 15px;
}
.templatemanager__form .gjs-trt-trait.gjs-trt-trait--hrefTextArea .gjs-label-wrp,
.templatemanager__form .gjs-trt-trait.gjs-trt-trait--srcTextArea .gjs-label-wrp,
.formsmanager__form .gjs-trt-trait.gjs-trt-trait--hrefTextArea .gjs-label-wrp,
.formsmanager__form .gjs-trt-trait.gjs-trt-trait--srcTextArea .gjs-label-wrp {
  padding-left: 15px;
  min-width: 20%;
  width: 20%;
}

#templatemanager-tabs .prl-tab-label,
#templatemanager-languages .prl-tab-label {
  padding-left: 15px;
  padding-right: 15px;
}

.formsmanager__panel .schemaform__field--fieldset,
.formsmanager__panel .schemapanel__field--fieldset,
.formsmanager__form .schemaform__field--fieldset,
.formsmanager__form .schemapanel__field--fieldset {
  width: 100%;
  float: none;
}
.formsmanager__panel .properties__header,
.formsmanager__form .properties__header {
  display: block;
  font-size: 1.5rem;
}
.formsmanager__panel .schema__divider,
.formsmanager__form .schema__divider {
  margin: 32px 0 32px;
}

.gjs-mdl-dialog {
  max-width: 600px;
}

.gjs-am-file-uploader {
  width: 30%;
}

.gjs-am-uploadFile {
  padding: 143px 10px;
}

.gjs-am-assets {
  height: 170px;
}

.gjs-am-assets-cont {
  width: 70%;
  height: 340px;
}

.gjs-am-file-uploader-text {
  width: 70%;
  padding-block: 10px;
  margin-left: 10px;
  font-size: 1.1rem;
}

.gjs-am-file-uploader-button {
  padding-block: 10px;
  width: 100%;
}

#fetch-retailer-data {
  margin-bottom: 10px;
}

.refund-findbutton {
  margin-top: 15px;
}

.sd-item--checked .sd-item__decorator {
  background: #0d8bea;
}

.sd-radio--checked .sd-radio__control:focus + .sd-radio__decorator:after {
  background-color: #0d8bea;
}

.sd-item--allowhover .sd-selectbase__label:hover .sd-item__decorator,
.sd-item__control:focus + .sd-item__decorator {
  box-shadow: 0 0 0 2px #0d8bea;
}

.sd-btn--action {
  background-color: #0d8bea;
}

.sd-btn--action:not(:disabled):focus,
.sd-btn--action:not(:disabled):hover {
  color: #0d8bea;
  background-color: #fff;
}

.sd-btn:not(:disabled):focus,
.sd-btn:not(:disabled):hover {
  box-shadow: 0 0 0 2px #0d8bea;
}

#surveyContainer {
  margin-bottom: -14px;
}

.sd-completedpage:after,
.sd-completedpage:before {
  display: initial;
}

.return-selected,
.prl-button-primary.return-selected,
.prl-button-primary.return-selected:focus,
.prl-button-primary.return-selected:hover,
.prl-button-primary.return-selected:active {
  border: 1px solid orangered !important;
}

.return-question {
  display: grid;
  place-content: center;
  padding-block: 10px;
  margin-top: 37px;
  border: 1px solid black;
}
.return-question p,
.return-question input {
  font-size: 2em;
  margin-block: 5px;
}
.return-question .button-wrapper {
  display: grid;
  margin-bottom: 10px;
}

.receiptrefundvalidationpanel .item-name {
  font-size: 2em;
  text-align: center;
  padding-block: 5px;
}
.receiptrefundvalidationpanel .item-name p {
  margin-bottom: 0px;
}

.receiptrefundvalidationpanel p {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (width: 720px) {
  .refund-validation .transactionsection {
    display: flex;
    flex-direction: column;
  }
  .refund-validation .transactionsection__aside {
    order: 1;
  }
  .refund-validation .transactionsection__main {
    order: 2;
  }
}
.failed-result tr {
  color: #dd2e2e !important;
}

/* Firefox 38, `grid-row: 1;` actually detects Firefox 52
   https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
*/
@supports not (grid-row: 1) {
  .sd-element__title span {
    line-height: 24px;
  }

  .sd-item__control-label {
    padding-left: 10px;
  }
}
.refund-validation .return-button {
  width: 70%;
  margin-bottom: 10px;
  float: right;
}

.prl-button-primary.refundvalidation {
  font-size: 2rem;
}

.modalconfirm__message.refundvalidation {
  white-space: pre-line;
  font-size: 2rem;
}

.over-six-years {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  box-sizing: border-box;
  text-align: center;
  height: auto;
  background: #dd2e2e;
  padding-block: 10px;
}
.over-six-years p {
  padding-left: 10px;
}

.ngdialog-content:has(.modalconfirm):has(.modalconfirm__message.manual-return) {
  color: white;
  background: #4472c4;
}
.ngdialog-content:has(.modalconfirm):has(.modalconfirm__message.manual-return) textarea {
  background: white !important;
  height: 6rem;
}
.ngdialog-content:has(.modalconfirm):has(.modalconfirm__message.manual-return) .prl-button-primary.manual-return {
  font-size: 2rem;
}

.modalconfirm__message.manual-return {
  white-space: pre-line;
  font-size: 2rem;
  color: white;
  background: #4472c4;
}

.receiptrefundvalidationpanel .comment p {
  white-space: pre-line;
}

.refund-findreceipt-howto h4 {
  margin-left: 20px;
  margin-top: 14px;
}
.refund-findreceipt-howto strong {
  margin-left: 60px;
  margin-bottom: 5px;
}
.refund-findreceipt-howto p {
  margin-left: 40px;
  margin-bottom: 5px;
}
.refund-findreceipt-howto p strong {
  margin: 0px;
}

.filemanager__header {
  *zoom: 1;
}
.filemanager__header:before, .filemanager__header:after {
  content: " ";
  display: table;
}
.filemanager__header:after {
  clear: both;
}

.filemanager__name {
  font-size: 24px;
  line-height: 32px !important;
  display: inline-block;
  margin-top: 0 !important;
}

.filemanager__back,
.filemanager__update {
  float: right;
  line-height: 32px;
}

.filemanager__update {
  margin-left: 24px;
}

.filemanager__footer {
  border-top: 1px solid #ddd;
  margin: 32px 0;
  padding-top: 16px;
}

.filemanager__error {
  margin-bottom: 32px;
}

.filemanager__form .schemaform,
.filemanager__form .schemapanel,
.filemanager__panel .schemaform,
.filemanager__panel .schemapanel {
  *zoom: 1;
}
.filemanager__form .schemaform:before, .filemanager__form .schemaform:after,
.filemanager__form .schemapanel:before,
.filemanager__form .schemapanel:after,
.filemanager__panel .schemaform:before,
.filemanager__panel .schemaform:after,
.filemanager__panel .schemapanel:before,
.filemanager__panel .schemapanel:after {
  content: " ";
  display: table;
}
.filemanager__form .schemaform:after,
.filemanager__form .schemapanel:after,
.filemanager__panel .schemaform:after,
.filemanager__panel .schemapanel:after {
  clear: both;
}
.filemanager__form .schemaform__field--fieldset,
.filemanager__form .schemapanel__field--fieldset,
.filemanager__panel .schemaform__field--fieldset,
.filemanager__panel .schemapanel__field--fieldset {
  width: 50%;
  float: left;
}
.filemanager__form .schemaform__footer,
.filemanager__panel .schemaform__footer {
  padding-top: 32px;
  clear: both;
}
.filemanager__form .properties__header,
.filemanager__panel .properties__header {
  padding-top: 40px;
}
.filemanager__form .properties__value,
.filemanager__form .properties__key,
.filemanager__panel .properties__value,
.filemanager__panel .properties__key {
  display: block;
  width: 100%;
  float: initial;
}
.filemanager__form .properties__value,
.filemanager__panel .properties__value {
  word-break: break-word;
}
.filemanager__form .properties__value__input,
.filemanager__panel .properties__value__input {
  width: 50% !important;
}
.filemanager__form .properties__header,
.filemanager__panel .properties__header {
  display: none;
}

#filemanager-tabs .prl-tab-label {
  padding-left: 15px;
  padding-right: 15px;
}

.filemanagerpanel__table,
.filemanagerform__table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 2rem;
}
.filemanagerpanel__table td,
.filemanagerform__table td {
  max-width: max-content;
  width: auto;
  overflow: visible;
  white-space: nowrap;
}

.filemanagerform__table td {
  max-width: max-content;
}
.filemanagerform__table textarea {
  width: auto;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.grow {
  flex-grow: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: end;
}

.m-0 {
  margin: 0;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.w-full {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

.h-5 {
  height: 1.25rem;
}

.w-20 {
  width: 5rem;
}

.break-all {
  word-break: break-all;
}

.text-right {
  text-align: right;
}

.font-bold {
  font-weight: 700;
}

.font-mono {
  font-family: Courier, monospace;
}

.text-white {
  color: white;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.overflow-hidden {
  overflow: hidden;
}

.leading-none {
  line-height: 1;
}

.odd\:bg-omn-grey1:nth-child(odd) {
  background: #f8f9fa;
}

.bg-omn-grey5 {
  background: #252e38;
}

.hidden {
  display: none;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.first-letter\:capitalize:first-letter {
  text-transform: capitalize;
}

@media (min-width: 640px) {
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }
}
.translationmanager__header {
  *zoom: 1;
}
.translationmanager__header:before, .translationmanager__header:after {
  content: " ";
  display: table;
}
.translationmanager__header:after {
  clear: both;
}

.translationmanager__name {
  font-size: 24px;
  line-height: 32px !important;
  display: inline-block;
  margin-top: 0 !important;
}

.translationmanager__back,
.translationmanager__update {
  float: right;
  line-height: 32px;
}

.translationmanager__update {
  margin-left: 24px;
}

.translationmanager__footer {
  border-top: 1px solid #ddd;
  margin: 32px 0;
  padding-top: 16px;
}

.translationmanager__error {
  margin-bottom: 32px;
}

.translationmanager__form .schemaform,
.translationmanager__form .schemapanel,
.translationmanager__panel .schemaform,
.translationmanager__panel .schemapanel {
  *zoom: 1;
}
.translationmanager__form .schemaform:before, .translationmanager__form .schemaform:after,
.translationmanager__form .schemapanel:before,
.translationmanager__form .schemapanel:after,
.translationmanager__panel .schemaform:before,
.translationmanager__panel .schemaform:after,
.translationmanager__panel .schemapanel:before,
.translationmanager__panel .schemapanel:after {
  content: " ";
  display: table;
}
.translationmanager__form .schemaform:after,
.translationmanager__form .schemapanel:after,
.translationmanager__panel .schemaform:after,
.translationmanager__panel .schemapanel:after {
  clear: both;
}
.translationmanager__form .schemaform__field--checkbox .properties__property,
.translationmanager__form .schemapanel__field--checkbox .properties__property,
.translationmanager__panel .schemaform__field--checkbox .properties__property,
.translationmanager__panel .schemapanel__field--checkbox .properties__property {
  display: flex;
  align-items: center;
}
.translationmanager__form .schemaform__field--checkbox .properties__key,
.translationmanager__form .schemaform__field--checkbox .properties__value,
.translationmanager__form .schemapanel__field--checkbox .properties__key,
.translationmanager__form .schemapanel__field--checkbox .properties__value,
.translationmanager__panel .schemaform__field--checkbox .properties__key,
.translationmanager__panel .schemaform__field--checkbox .properties__value,
.translationmanager__panel .schemapanel__field--checkbox .properties__key,
.translationmanager__panel .schemapanel__field--checkbox .properties__value {
  width: 20%;
  padding-top: 5px;
}
.translationmanager__form .schemaform__field--fieldset,
.translationmanager__form .schemapanel__field--fieldset,
.translationmanager__panel .schemaform__field--fieldset,
.translationmanager__panel .schemapanel__field--fieldset {
  width: 50%;
  float: left;
}
.translationmanager__form .schemaform__footer,
.translationmanager__panel .schemaform__footer {
  padding-top: 32px;
  clear: both;
}
.translationmanager__form .properties__header,
.translationmanager__panel .properties__header {
  padding-top: 40px;
}
.translationmanager__form .properties__value,
.translationmanager__form .properties__key,
.translationmanager__panel .properties__value,
.translationmanager__panel .properties__key {
  display: block;
  width: 100%;
  float: initial;
}
.translationmanager__form .properties__value,
.translationmanager__panel .properties__value {
  word-break: break-word;
}
.translationmanager__form .properties__header,
.translationmanager__panel .properties__header {
  display: none;
}
.translationmanager__form .properties__key label,
.translationmanager__panel .properties__key label {
  width: 75% !important;
  max-width: 75% !important;
}

#translationmanager-tabs .prl-tab-label {
  padding-left: 15px;
  padding-right: 15px;
}

.formsmanager__panel .schemaform__field--fieldset,
.formsmanager__panel .schemapanel__field--fieldset,
.formsmanager__form .schemaform__field--fieldset,
.formsmanager__form .schemapanel__field--fieldset {
  width: 100%;
  float: none;
}
.formsmanager__panel .properties__header,
.formsmanager__form .properties__header {
  display: block;
  font-size: 1.5rem;
}
.formsmanager__panel .schema__divider,
.formsmanager__form .schema__divider {
  margin: 32px 0 32px;
}

.ui-widget-header {
  background: #0d8bea;
  border-color: #0d8bea;
}

.prl-panel {
  border: 1px solid #ddd !important;
}

.prl-panel-standalone .prl-panel-content h1,
.prl-panel-standalone .prl-panel-content h2,
.prl-panel-standalone .prl-panel-content h3,
.prl-panel-standalone .prl-panel-content h4,
.prl-panel-standalone .prl-panel-content h5,
.prl-panel-standalone .prl-panel-content h6,
.prl-panel-standalone .prl-panel-content p {
  color: #252e38;
}

.prl-panel-content {
  background-color: #fff !important;
}

.prl-onecol-content {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.prl-panel-standalone .prl-panel-content {
  padding: 1.33333em 0.5em;
  margin-bottom: 3em !important;
}

.prl-panel-standalone .prl-panel-title {
  background: #252e38;
}

.preserve-ws {
  white-space: pre;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.button-group {
  text-align: center;
}
.button-group .prl-button {
  margin-right: 30px;
}
.button-group .prl-button:last-child {
  margin-right: 0;
}

.prl-navigation {
  background: #f8f9fa;
  box-shadow: none;
  border: none;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .prl-onecol-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .prl-panel-standalone .prl-panel-content {
    padding: 1.33333em;
  }

  .prl-navigation {
    margin-bottom: 30px;
  }
}
.prl-navigation-menu {
  margin-top: 0;
}

.prl-button {
  font-weight: normal;
  box-shadow: none !important;
}
.prl-button:focus {
  color: black;
  background: #d6d6d6;
  border: 1px solid #eb3171;
  box-shadow: 0 0 1px #eb3171;
}

.prl-button:hover {
  background: #d2d7df !important;
}

.prl-button:focus {
  background: #d2d7df !important;
  border-color: #7f8da1;
}

.prl-button-primary {
  box-shadow: none;
  border-color: #0d8bea;
  background: #0d8bea;
}

.prl-button-primary.on-active,
.prl-button-primary:active,
.prl-button-primary:focus,
.prl-button-primary:hover {
  color: white;
  box-shadow: none !important;
  border-color: #0d8bea !important;
  background: #0d8bea !important;
}

.prodImage {
  background: white !important;
}
.prodImage img {
  max-width: 220px;
  max-height: 190px;
}

.marketing-opt-in {
  line-height: 23px !important;
  padding-right: 10px;
  margin-top: 5px;
}

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

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

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

.retailer-switch-form {
  border: 0;
  padding: 0;
  outline: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 7px;
}

.retailer-switch-link {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  border: 0;
  background: none;
  padding: 0;
  outline: 0;
  color: #0d8bea;
  font-size: inherit;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin: 0;
}

.retailer-switch-link:focus, .retailer-switch-link:active, .retailer-switch-link:hover {
  cursor: pointer;
  color: #0a6eba;
  background: transparent;
}

.prl-flash-alert {
  margin-bottom: 10px;
}

form button.prl-button {
  line-height: normal;
}

.form-group {
  margin-bottom: 1rem;
}

.intl-tel-input {
  display: table-cell;
}

.help-block {
  font-size: 0.8em;
  color: red;
  padding: 5px;
}

/* Close button on error message */
.close {
  display: inline;
  float: right;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

input[type=checkbox].inline {
  display: inline-block;
}

label.inline {
  display: inline-block;
}

select {
  width: auto;
}

.prl-dropdown-items.open {
  max-height: 400px;
  overflow: auto;
}

.page-container {
  min-height: 420px;
}

.layout-aside {
  width: 100%;
  background: #7f8da1;
}

.layout-aside ul {
  margin: 0;
  list-style: none;
}

.layout-aside li {
  text-align: center;
  width: 80px;
  height: 80px;
  float: left;
}

.layout-aside li:hover {
  background: #4e5c6c;
  cursor: pointer;
}

.layout-aside img {
  display: block;
  clear: both;
  margin: 0 auto;
  padding-top: 12px;
}

.layout-aside h5 {
  line-height: 18px;
  color: #fff;
}

.layout-aside .on-active {
  background: #434f5d !important;
  border-left: 3px solid #0d8bea;
}

.prl-onecol-container {
  max-width: 80rem;
}

@media (min-width: 768px) {
  .layout-aside {
    width: 75px;
    margin-left: -75px;
    position: absolute;
    float: left;
  }

  .layout-aside li {
    width: 75px;
    float: none;
  }

  .prl-onecol-container {
    width: auto;
    margin-left: 75px;
  }

  .prl-onecol-container-without-menu {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .prl-onecol-container {
    width: 85%;
    margin-left: auto;
  }
}
.section-auth {
  width: 25%;
  min-width: 320px;
  margin: 0 auto;
}

.section-auth form input {
  max-width: none;
}

.section-auth form select {
  width: 100%;
  margin-bottom: 1em;
}

.auth-your-details {
  position: fixed;
  bottom: 0px;
  width: 100%;
  margin-bottom: 0px;
  z-index: -1;
}

.auth-your-details p {
  color: gray;
  text-align: right;
  margin-right: 15px;
}

.auth-your-details p span:hover {
  color: black;
}

.prl-sub-header {
  *zoom: 1;
}
.prl-sub-header:before, .prl-sub-header:after {
  content: " ";
  display: table;
}
.prl-sub-header:after {
  clear: both;
}

.prl-sub-action {
  display: inline-block;
  float: left;
  margin-right: 16px;
  margin-top: 1em;
}

.prl-sub-header {
  display: block;
  border-bottom: 1px solid #bbb;
  margin-bottom: 41px;
  padding-bottom: 20px;
}

.page-container {
  display: block;
}

.statistics {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 20px;
}

.stat {
  display: block;
  width: 100%;
  height: 176px;
  margin-left: 2.5%;
  background-color: #0d8bea;
  text-align: center;
}
.stat > * {
  color: #ffffff !important;
}

.stat:first-child {
  margin-left: 0;
}

.statistics:nth-child(2) .stat {
  background-color: #fff !important;
}
.statistics:nth-child(2) .stat .stat-label {
  color: #252e38 !important;
  text-decoration: underline;
}
.statistics:nth-child(2) .stat .time-period {
  color: #7f8da1 !important;
}
.statistics:nth-child(2) .stat .js-value {
  color: #0d8bea !important;
}

.stat-value,
.stat-label,
.stat-scope,
.stat-notes,
.stat-stamp {
  margin: 0 !important;
  padding: 0 !important;
}

.stat-label {
  color: #d2d7df;
  margin-top: 10% !important;
  font-weight: bold;
}

.stat-value {
  margin-top: 20% !important;
}

.stat-stamp {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.stat-stamp > * {
  color: rgba(0, 0, 0, 0.3) !important;
}

.stat-notes {
  font-size: 0.75em;
  position: absolute;
  bottom: 0.25em;
  width: 100%;
}

.stat-notes span {
  padding-bottom: 0.2em;
}

.stat-rategraph {
  background-color: #d3d3d3;
}

.stat-rategraph .highcharts-background {
  fill: #e9ecf2;
}

.attachreceiptwarning {
  color: white;
  background: #f9c81c !important;
}

.incomplete {
  background-color: #ebaec3 !important;
}

#datepicker,
#timepicker,
#datepickerFrom,
#datepickerTo {
  width: 150px;
}

.item-secondary {
  font-size: 0.8em;
}

a.checked {
  color: red;
}

.objectid {
  font-family: Courier, monospace;
}

/**
 * formatJson filter: Only indent nested objects.
 */
.prop-object .prop-object {
  margin-left: 1.25em;
}

.returned-item,
.returned-item tr {
  background-color: #67cdff !important;
}

.properties ul {
  list-style: none;
}

.properties ul.list-top {
  margin-left: 0;
  margin-top: 0;
}

.properties ol {
  list-style: disc;
  margin-left: 30px;
}

.properties ol > li > ul {
  margin-left: 0;
}

.transaction-id {
  font-family: Courier, monospace;
}

#email-error {
  margin-top: 20px;
}

#js-receipts-table {
  margin-bottom: 0;
}

.hide {
  display: none;
}

.notification {
  font-size: 18px;
  float: right;
}

#chart {
  display: block;
  clear: both;
}

.lastrow {
  border-top: 2px solid black;
}

#chart-container {
  border-bottom: 1px solid #bbb;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: block;
}

#chart-current {
  float: right;
  margin-right: 0;
}

#chart-current h4 {
  line-height: 28px;
  margin-bottom: 0;
  min-width: 145px;
}

.report-table .tabular-number {
  padding-right: 15px !important;
}

.tabular-header {
  text-align: right !important;
}

.container {
  width: 100%;
  height: 100%;
  position: relative;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay {
  display: none;
  background: rgba(255, 255, 255, 0.8) !important;
  z-index: 10;
}

.message_container {
  height: 250px;
}

.align--right {
  text-align: right;
  display: block;
}

.rheading,
.right {
  text-align: right !important;
}

.tabular-number {
  font-family: Courier, monospace;
  text-align: right !important;
}

.tabular-number a {
  font-family: Courier, monospace;
  text-align: right;
}

.event-counts {
  padding: 0 18px;
  min-width: 72px;
}

.event-name {
  min-width: 78px;
}

.loyalty-title {
  float: left;
}

.loyalty-total {
  float: right;
  margin-top: 15px;
}

.account {
  *zoom: 1;
}
.account:before, .account:after {
  content: " ";
  display: table;
}
.account:after {
  clear: both;
}

.account-roles {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  float: left;
}

.prl-dropdown-items li span {
  display: block;
  padding: 0.5em;
}

.time-period {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10%;
}

.email-stat-value {
  margin-top: -10px;
}

p.email.stat-label {
  font-size: 1.2em;
}

div#chart-container.email {
  margin-bottom: -20px;
}

.time-period {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10%;
}

.email-stat-value {
  margin-top: -10px;
}

p.email.stat-label {
  font-size: 1.2em;
}

div#chart-container.email {
  margin-bottom: -20px;
}

.prl-dropdown option {
  color: #000;
  background-color: #fff;
}

.prl-radio {
  padding-top: 2px;
  padding-bottom: 2px;
}

#datepickerFrom,
#datepickerTo {
  cursor: pointer;
}

#datepickerFrom {
  margin-right: 10px;
  float: left;
}

#named-range-select {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}

table thead {
  font-weight: bold;
}

/**
 * Notification area
 */
#notification-area {
  width: 380px;
  position: fixed;
  top: 70px;
  right: 10px;
  z-index: 10;
}

/**
 * Notify messages styles
 */
.notify {
  padding: 2em;
  border: solid 1px #bbb;
  background: #fff;
  color: #f90000;
  font-weight: bold;
  cursor: pointer;
}

.notify-success {
  color: #269c00;
}

.password-strength-meter {
  width: 150px;
}

.password-strength-meter,
.password-strength-meter > span {
  display: block;
  height: 5px;
  background-color: #ddd;
}

.email-event-reason .reason-label {
  padding: 0 1em 1em 3px;
}
.email-event-reason .reason-content {
  display: none;
}
.email-event-reason:hover .reason-content {
  display: block;
  width: 300px;
  padding: 1em;
  background: #fff;
  border: solid 1px #eb3171;
  position: absolute;
  margin-left: -303px;
  margin-top: -20px;
  z-index: 1;
  word-wrap: break-word;
  white-space: normal;
}

.reason-hover .reason-label {
  padding: 0 1em 1em 3px;
}
.reason-hover .reason-content {
  display: none;
}
.reason-hover:hover .reason-content {
  display: block;
  padding: 1em;
  background: #fff;
  border: solid 1px #eb3171;
  position: absolute;
  z-index: 1;
  word-wrap: break-word;
  white-space: normal;
}

.prl-column {
  display: block;
  width: 430px;
  float: left;
  margin-right: 30px;
}
.prl-column table {
  width: 100%;
}
.prl-column.last {
  margin-right: 0;
}

.stores-dropdown {
  margin-left: 0 !important;
}

#browser-warning {
  margin-bottom: 20px;
}

#loading-indicator {
  padding-left: 10px;
  padding-right: 10px;
  float: right;
}

#consumer-view .prl-panel {
  border-width: 0px;
}

tfoot td,
tfoot th {
  background-color: #494949;
  border-top: solid 1px #000;
}

input[type=submit]:disabled,
button:disabled {
  background-color: #fff;
  color: #333;
  border-color: #888;
}

input[type=submit]:disabled,
button:disabled {
  background-color: #fff !important;
  color: #333 !important;
  border-color: #888 !important;
  box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

input[type=date] {
  -webkit-appearance: none;
}

#please-wait {
  display: block;
  font-size: 2em;
  color: #999;
  position: relative;
  top: 180px;
  left: 250px;
}

#inactive-tills:hover {
  background: #0d8bea !important;
}

.well {
  padding: 1.5em;
  background: #f6f6f6;
  border: solid 1px #ccc;
}

.search-field {
  float: left;
}

.search-clear {
  float: left;
}

.datalist {
  list-style-type: none;
}
.datalist li {
  background: #fff;
  border: solid 1px #ccc;
}

.prl-table-mega {
  clear: both;
}

.prl-table-mega thead,
.prl-table-mega tfoot,
.prl-table-mega tfoot tr td,
.prl-table-mega tfoot tr th,
.prl-table-mega thead tr td,
.prl-table-mega thead tr th {
  background: #252e38;
}

.prl-table-mega tr.alt,
.prl-table-mega tr.even,
.prl-table-mega tr:nth-of-type(2n) {
  background: #f8f9fa;
}

.prl-panel-light {
  background: #fff;
}

.pull-right {
  float: right;
}

.prl-toolbar {
  margin-bottom: 20px;
  clear: both;
}

.datalist-dropdown {
  background: #fff;
  list-style-type: none;
  position: absolute;
  display: block;
  margin-top: -10px;
  margin-left: 0px;
  z-index: 10;
  padding: 0 0.5em;
}
.datalist-dropdown .hint-item {
  padding: 0.25em;
}

/**
 * Tabs.
 */
.prl-tabs .prl-tab-label {
  padding: 0.5em;
  border: 1px solid #d5d5d5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  border-bottom: none;
  margin-left: -5px;
}
.prl-tabs .prl-tab-label .active {
  background: #ccc;
}
.prl-tabs .first-tab {
  margin-left: 0;
}
.prl-tabs .tab-active {
  font-weight: bold;
}

.prl-tab-contents {
  background-color: #fff;
  border: solid 1px #d5d5d5;
  border-radius: 7.5px;
  padding: 10px;
}

.prl-tabs-nested {
  padding-bottom: 0;
  padding-right: 0;
}

/*
 Advanced filtering.
*/
.remove-field {
  display: block;
  float: left;
}

.range-input input {
  float: left;
  display: block;
  width: 150px;
  margin-right: 5px;
}

.activefilters input[type=text] {
  margin-top: -3px;
}

.activefilters .clearfix {
  display: block;
}

/* Responsive: Portrait tablets */
/* The email chart con will break when under 840px */
@media only screen and (max-width: 1172px) {
  #daterange {
    margin-right: 5px;
    width: 300px;
  }

  #chart-frequency {
    margin-left: 5px;
    float: none;
  }
}
@media only screen and (min-width: 40em) and (max-width: 73.125em) {
  .prl-form-inline-mini input[type=text] {
    width: 150px;
  }

  form.prl-form-inline-mini {
    width: 150px;
  }

  p.stat-label,
p.stat-scope {
    font-size: 0.8em;
  }

  h3.js-value.stat-value {
    font-size: 1.2em;
    margin-top: 0;
  }

  .stat-stamp p {
    font-size: 0.7em;
  }

  .stat-notes {
    font-size: 0.5em;
  }

  .stat-value {
    margin-top: 10% !important;
  }

  .stat {
    height: 150px !important;
  }

  #emailchart {
    width: auto;
  }
}
@media only screen and (max-width: 40em) and (orientation: portrait) {
  .activefilters label {
    max-width: 100px;
  }

  .activefilters input[type=text] {
    max-width: 120px;
  }

  .activefilters .prl-sub-action {
    margin-bottom: -1em;
  }

  .addfilters input[type=text] {
    max-width: 160px;
  }

  .addfilters.prl-sub-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
  }

  form.clearfix.activefilters {
    margin-bottom: 0px;
  }
}
/**
 * Trees for properties etc
 */
treecontrol.tree-properties li.tree-expanded i.tree-branch-head {
  padding: 0px 7px 0px 7px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTQuMzM0cHgiIGhlaWdodD0iMTMuODMzcHgiIHZpZXdCb3g9IjAgMCAxNC4zMzQgMTMuODMzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNC4zMzQgMTMuODMzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiMzMzMzMzMiIGQ9Ik03LjE2NywyLjIwOGMyLjc1NywwLDUsMi4yNDMsNSw1cy0yLjI0Myw1LTUsNXMtNS0yLjI0My01LTVTNC40MSwyLjIwOCw3LjE2NywyLjIwOCBNNy4xNjcsMS4yMDgNCgkJYy0zLjMxMywwLTYsMi42ODctNiw2czIuNjg3LDYsNiw2czYtMi42ODcsNi02UzEwLjQ4LDEuMjA4LDcuMTY3LDEuMjA4TDcuMTY3LDEuMjA4eiIvPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiMzMzMzMzMiIGQ9Ik03Ljc3Nyw2Ljk2YzAuMTE2LDAuMTE2LDAuMTc1LDAuMjU4LDAuMTc1LDAuNDI2YzAsMC4xNi0wLjA1OSwwLjI5OC0wLjE3NSwwLjQxNA0KCQkJQzcuNjYxLDcuOTE3LDcuNTIzLDcuOTc1LDcuMzYzLDcuOTc1SDUuMTU1Yy0wLjE2LDAtMC4yOTgtMC4wNTgtMC40MTQtMC4xNzRDNC42MjYsNy42ODUsNC41NjcsNy41NDYsNC41NjcsNy4zODYNCgkJCWMwLTAuMTY4LDAuMDU5LTAuMzEsMC4xNzQtMC40MjZjMC4xMTYtMC4xMTYsMC4yNTQtMC4xNzQsMC40MTQtMC4xNzRoMi4yMDhDNy41MjMsNi43ODcsNy42NjEsNi44NDUsNy43NzcsNi45NnoiLz4NCgk8L2c+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiMzMzMzMzMiIGQ9Ik05Ljc3Nyw2Ljk2YzAuMTE2LDAuMTE2LDAuMTc1LDAuMjU4LDAuMTc1LDAuNDI2YzAsMC4xNi0wLjA1OSwwLjI5OC0wLjE3NSwwLjQxNA0KCQkJQzkuNjYxLDcuOTE3LDkuNTIzLDcuOTc1LDkuMzYzLDcuOTc1SDcuMTU1Yy0wLjE2LDAtMC4yOTgtMC4wNTgtMC40MTQtMC4xNzRDNi42MjYsNy42ODUsNi41NjcsNy41NDYsNi41NjcsNy4zODYNCgkJCWMwLTAuMTY4LDAuMDU5LTAuMzEsMC4xNzQtMC40MjZjMC4xMTYtMC4xMTYsMC4yNTQtMC4xNzQsMC40MTQtMC4xNzRoMi4yMDhDOS41MjMsNi43ODcsOS42NjEsNi44NDUsOS43NzcsNi45NnoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==") no-repeat;
  background-size: 12px 12px;
  margin: 0px 2px 0px 2px;
}

treecontrol.tree-properties li.tree-collapsed i.tree-branch-head {
  padding: 0px 7px 0px 7px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTQuMDgzcHgiIGhlaWdodD0iMTQuMDgzcHgiIHZpZXdCb3g9IjAgMCAxNC4wODMgMTQuMDgzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNC4wODMgMTQuMDgzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy4wODMsMmMyLjc1NywwLDUsMi4yNDMsNSw1cy0yLjI0Myw1LTUsNXMtNS0yLjI0My01LTVTNC4zMjcsMiw3LjA4MywyIE03LjA4MywxYy0zLjMxMywwLTYsMi42ODctNiw2DQoJCQlzMi42ODcsNiw2LDZzNi0yLjY4Nyw2LTZTMTAuMzk3LDEsNy4wODMsMUw3LjA4MywxeiIvPg0KCTwvZz4NCgk8Zz4NCgkJPHBhdGggZmlsbD0iIzMzMzMzMyIgZD0iTTkuNjkzLDYuNjhjMC4xMTYsMC4xMTYsMC4xNzQsMC4yNTQsMC4xNzQsMC40MTRjMCwwLjE2LTAuMDU4LDAuMy0wLjE3NCwwLjQyDQoJCQljLTAuMTE1LDAuMTItMC4yNTQsMC4xOC0wLjQxNCwwLjE4SDcuNjgzdjEuNTgzYzAsMC4xNjgtMC4wNTgsMC4zMTEtMC4xNzQsMC40MjdDNy4zOTMsOS44Miw3LjI1NSw5Ljg3OCw3LjA5NSw5Ljg3OA0KCQkJYy0wLjE2LDAtMC4yOTgtMC4wNTgtMC40MTQtMC4xNzRDNi41NjUsOS41ODgsNi41MDcsOS40NDUsNi41MDcsOS4yNzdWNy42OTRINC45MTFjLTAuMTY4LDAtMC4zMS0wLjA2LTAuNDI2LTAuMTgNCgkJCWMtMC4xMTYtMC4xMi0wLjE3NC0wLjI2LTAuMTc0LTAuNDJjMC0wLjE2LDAuMDU4LTAuMjk4LDAuMTc0LTAuNDE0YzAuMTE2LTAuMTE2LDAuMjU4LTAuMTc0LDAuNDI2LTAuMTc0aDEuNTk2VjQuOTENCgkJCWMwLTAuMTYsMC4wNTgtMC4yOTgsMC4xNzQtMC40MTRDNi43OTcsNC4zOCw2LjkzNSw0LjMyMiw3LjA5NSw0LjMyMmMwLjE2LDAsMC4yOTgsMC4wNTgsMC40MTQsMC4xNzQNCgkJCUM3LjYyNSw0LjYxMiw3LjY4Myw0Ljc1LDcuNjgzLDQuOTF2MS41OTZoMS41OTZDOS40MzksNi41MDYsOS41NzgsNi41NjQsOS42OTMsNi42OHoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==") no-repeat;
  background-size: 12px 12px;
  margin: 0px 2px 0px 2px;
}

treecontrol.tree-properties li.tree-leaf i.tree-leaf-head {
  padding: 0px 7px 0px 7px;
  margin: 0px 2px 0px 2px;
}

treecontrol.tree-properties li .tree-leaf .tree-label {
  cursor: auto;
}

treecontrol.tree-properties > ul > li {
  padding: 0;
}

treecontrol.tree-properties > ul > li.tree-expanded > i.tree-branch-head {
  background-image: none;
  margin: 0;
  padding: 0;
}

treecontrol.tree-properties > ul > li.tree-collapsed > i.tree-branch-head {
  background-image: none;
  margin: 0;
  padding: 0;
}

treecontrol.tree-properties > ul > li > .tree-label {
  font-weight: bold;
}

treecontrol.tree-properties {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

treecontrol.tree-properties li {
  line-height: inherit;
}

treecontrol.tree-properties > ul > li > treeitem > ul > li {
  padding: 0px 0px 0px 4px;
}

treecontrol.tree-properties.receipt-properties > ul > li > .tree-label {
  font-weight: 400;
  font-size: 15px;
  font-family: "ProximaNovaBold", "Helvetica Neue", Helvetica, sans-serif;
}

treecontrol.tree-properties.receipt-properties {
  font-size: 12px;
}

treecontrol.tree-properties.receipt-properties li {
  line-height: 16px;
}

treecontrol.tree-properties.payment-details {
  font-size: 12px;
}

treecontrol.tree-properties.payment-details li {
  line-height: 16px;
}

treecontrol .label {
  font-family: "ProximaNovaBold", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}

treecontrol {
  user-select: initial;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.consumerTable {
  position: relative;
  display: inline-block;
  width: 100%;
}

.step {
  display: inline-block;
  line-height: 1;
}

.size-12 {
  font-size: 12px;
}

.size-14 {
  font-size: 14px;
}

.size-16 {
  font-size: 16px;
}

.size-18 {
  font-size: 18px;
}

.size-21 {
  font-size: 21px;
}

.size-24 {
  font-size: 24px;
}

.size-36 {
  font-size: 36px;
}

.size-48 {
  font-size: 48px;
}

.size-60 {
  font-size: 60px;
}

.size-72 {
  font-size: 72px;
}

.online {
  color: green;
}

.offline {
  color: orange;
}

.reveal-modal {
  min-height: 300px;
  position: fixed;
  width: 750px;
  height: 560px;
  background: white;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -375px;
  visibility: visible;
  display: inline-block;
}

.ng-modal-dialog {
  z-index: 10000;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 4px 4px 80px #000;
}

.ng-modal-dialog-content {
  padding: 10px;
  text-align: left;
}

.ng-modal-close {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 120%;
  display: inline-block;
  font-weight: bold;
  font-family: "arial", "sans-serif";
}

button:focus {
  background-color: #0d8bea;
}

.prl-form-inline {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.prl-form-inline.ng-hide {
  opacity: 0;
}

.prl-panel {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.prl-panel.ng-hide {
  opacity: 0;
}

.reveal-modal {
  min-height: 300px;
}

.ng-modal {
  transition: 0.2s ease-in-out opacity;
}

.ng-modal .reveal-modal {
  display: block;
  visibility: visible;
}

.ng-modal .reveal-modal-bg {
  display: block;
}

.ng-modal.ng-hide-add,
.ng-modal.ng-hide-remove {
  display: block !important;
}

.ng-modal.ng-hide {
  opacity: 0;
}

.reveal-modal {
  transition: 0.2s ease-in-out all;
  transition-delay: 0.2s;
  -webkit-transform: scale(1);
  opacity: 1;
  top: 335px;
}

.reveal-modal.ng-hide-add,
.reveal-modal.ng-hide-remove {
  display: block !important;
}

.reveal-modal.ng-hide {
  -webkit-transform: scale(0.9);
  opacity: 0;
}

a[ng-click] {
  cursor: pointer;
}

.export-cta {
  display: block;
}

.no-top-margin {
  margin-top: 0;
}

.report-type {
  min-width: 125px;
  padding-right: 0px;
}

.inputmenu {
  width: 100%;
  max-height: 29px;
}
.inputmenu .prl-dropdown-items {
  max-width: none !important;
  background: #f0f0f0 !important;
  top: -37px !important;
  width: 100% !important;
}
.inputmenu .prl-dropdown {
  padding-right: 1em;
}
.inputmenu .prl-dropdown:before {
  right: 0.55em;
  top: 1.05em;
  border-width: 4.3px;
  color: gray;
  opacity: 0.7;
}
.inputmenu__upper {
  position: relative;
  width: 100%;
}
.inputmenu__input {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.inputmenu__button {
  position: absolute;
  height: 29px;
  right: 0;
}
.inputmenu__menu {
  position: relative;
  width: 100%;
}
.inputmenu__options {
  display: none;
  overflow: auto;
}
.inputmenu__options.open {
  display: inline-block;
  left: 0 !important;
  width: 100%;
}
.inputmenu__option a:hover {
  background: #d3d3d3;
}

.searchidentifierform {
  position: relative;
  float: left;
  display: inline-block;
}

/* Fixes Associate Identifier Modal */
.ngdialog.ngdialog-theme-default .ngdialog-content {
  display: table !important;
  min-width: 600px !important;
}