@charset "UTF-8";
*, :after, :before {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent; }

#q-app, body, html {
  direction: ltr; }

body.platform-ios.within-iframe, body.platform-ios.within-iframe #q-app {
  width: 100px;
  min-width: 100%; }

body, html {
  margin: 0;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

input[type=search] {
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

.q-icon {
  line-height: 1;
  width: 1em;
  height: 1em;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-align: center;
  position: relative;
  fill: currentColor; }

.q-icon:after, .q-icon:before {
  width: 100%;
  height: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.q-icon > svg {
  width: 100%;
  height: 100%; }

.material-icons, .material-icons-outlined, .material-icons-round, .material-icons-sharp, .q-icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: inherit;
  font-size: inherit;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  vertical-align: middle; }

.q-panel, .q-panel > div {
  height: 100%;
  width: 100%; }

.q-panel-parent {
  overflow: hidden;
  position: relative; }

.q-loading-bar {
  position: fixed;
  z-index: 9998;
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s;
  background: #f44336; }

.q-loading-bar--top {
  left: 0;
  right: 0;
  top: 0;
  width: 100%; }

.q-loading-bar--bottom {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%; }

.q-loading-bar--right {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%; }

.q-loading-bar--left {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.q-avatar {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  font-size: 48px;
  height: 1em;
  width: 1em; }

.q-avatar__content {
  font-size: 0.5em;
  line-height: 0.5em; }

.q-avatar__content, .q-avatar img:not(.q-icon) {
  border-radius: inherit;
  height: inherit;
  width: inherit; }

.q-avatar__content--square {
  border-radius: 0; }

.q-badge {
  background-color: #1976d2;
  background-color: var(--q-color-primary);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  vertical-align: baseline; }

.q-badge--single-line {
  white-space: nowrap; }

.q-badge--multi-line {
  word-break: break-all;
  word-wrap: break-word; }

.q-badge--floating {
  position: absolute;
  top: -4px;
  right: -3px;
  cursor: inherit; }

.q-badge--transparent {
  opacity: 0.8; }

.q-badge--outline {
  background-color: transparent;
  border: 1px solid currentColor; }

.q-banner {
  min-height: 54px;
  padding: 8px 16px;
  background: #fff; }

.q-banner--top-padding {
  padding-top: 14px; }

.q-banner__avatar {
  min-width: 1px !important; }

.q-banner__avatar > .q-avatar {
  font-size: 46px; }

.q-banner__avatar > .q-icon {
  font-size: 40px; }

.q-banner__actions.col-auto, .q-banner__avatar:not(:empty) + .q-banner__content {
  padding-left: 16px; }

.q-banner__actions.col-all .q-btn-item {
  margin: 4px 0 0 4px; }

.q-banner--dense {
  min-height: 32px;
  padding: 8px; }

.q-banner--dense.q-banner--top-padding {
  padding-top: 12px; }

.q-banner--dense .q-banner__avatar > .q-avatar, .q-banner--dense .q-banner__avatar > .q-icon {
  font-size: 28px; }

.q-banner--dense .q-banner__actions.col-auto, .q-banner--dense .q-banner__avatar:not(:empty) + .q-banner__content {
  padding-left: 8px; }

.q-bar {
  background: rgba(0, 0, 0, 0.2); }

.q-bar > .q-icon {
  margin-left: 2px; }

.q-bar > div, .q-bar > div + .q-icon {
  margin-left: 8px; }

.q-bar > .q-btn {
  margin-left: 2px; }

.q-bar > .q-btn:first-child, .q-bar > .q-icon:first-child, .q-bar > div:first-child {
  margin-left: 0; }

.q-bar--standard {
  padding: 0 12px;
  height: 32px;
  font-size: 18px; }

.q-bar--standard > div {
  font-size: 16px; }

.q-bar--standard .q-btn {
  font-size: 11px; }

.q-bar--dense {
  padding: 0 8px;
  height: 24px;
  font-size: 14px; }

.q-bar--dense .q-btn {
  font-size: 8px; }

.q-bar--dark {
  background: rgba(255, 255, 255, 0.15); }

.q-breadcrumbs__el {
  color: inherit; }

.q-breadcrumbs__el-icon {
  font-size: 125%; }

.q-breadcrumbs__el-icon--with-label {
  margin-right: 8px; }

.q-breadcrumbs--last a {
  pointer-events: none; }

[dir=rtl] .q-breadcrumbs__separator .q-icon {
  transform: scaleX(-1); }

.q-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
  outline: 0;
  border: 0;
  vertical-align: middle;
  padding: 0;
  font-size: 14px;
  line-height: 1.715em;
  text-decoration: none;
  color: inherit;
  background: transparent;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  height: auto; }

.q-btn .q-icon, .q-btn .q-spinner {
  font-size: 1.715em; }

.q-btn.disabled {
  opacity: 0.7 !important; }

.q-btn__wrapper {
  padding: 4px 16px;
  min-height: 2.572em;
  border-radius: inherit;
  width: 100%;
  height: 100%; }

.q-btn__wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }

.q-btn--actionable {
  cursor: pointer; }

.q-btn--actionable.q-btn--standard .q-btn__wrapper:before {
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); }

.q-btn--actionable.q-btn--standard.q-btn--active .q-btn__wrapper:before, .q-btn--actionable.q-btn--standard:active .q-btn__wrapper:before {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12); }

.q-btn--no-uppercase {
  text-transform: none; }

.q-btn--rectangle {
  border-radius: 3px; }

.q-btn--outline {
  background: transparent !important; }

.q-btn--outline .q-btn__wrapper:before {
  border: 1px solid currentColor; }

.q-btn--push {
  border-radius: 7px; }

.q-btn--push .q-btn__wrapper:before {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15); }

.q-btn--push.q-btn--actionable {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); }

.q-btn--push.q-btn--actionable .q-btn__wrapper:before {
  transition: top 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), bottom 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), border-bottom-width 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); }

.q-btn--push.q-btn--actionable.q-btn--active, .q-btn--push.q-btn--actionable:active {
  transform: translateY(2px); }

.q-btn--push.q-btn--actionable.q-btn--active .q-btn__wrapper:before, .q-btn--push.q-btn--actionable:active .q-btn__wrapper:before {
  border-bottom-width: 0; }

.q-btn--rounded {
  border-radius: 28px; }

.q-btn--round {
  border-radius: 50%; }

.q-btn--round .q-btn__wrapper {
  padding: 0;
  min-width: 3em;
  min-height: 3em; }

.q-btn--flat .q-btn__wrapper:before, .q-btn--outline .q-btn__wrapper:before, .q-btn--unelevated .q-btn__wrapper:before {
  box-shadow: none; }

.q-btn--dense .q-btn__wrapper {
  padding: 0.285em;
  min-height: 2em; }

.q-btn--dense.q-btn--round .q-btn__wrapper {
  padding: 0;
  min-height: 2.4em;
  min-width: 2.4em; }

.q-btn--dense .on-left {
  margin-right: 6px; }

.q-btn--dense .on-right {
  margin-left: 6px; }

.q-btn--fab-mini .q-icon, .q-btn--fab .q-icon {
  font-size: 24px; }

.q-btn--fab .q-icon {
  margin: auto; }

.q-btn--fab .q-btn__wrapper {
  padding: 16px;
  min-height: 56px;
  min-width: 56px; }

.q-btn--fab-mini .q-btn__wrapper {
  padding: 8px;
  min-height: 40px;
  min-width: 40px; }

.q-btn__content {
  transition: opacity 0.3s;
  z-index: 0; }

.q-btn__content--hidden {
  opacity: 0;
  pointer-events: none; }

.q-btn__progress {
  border-radius: inherit;
  z-index: 0; }

.q-btn__progress-indicator {
  z-index: -1;
  transform: translateX(-100%);
  background: rgba(255, 255, 255, 0.25); }

.q-btn__progress--dark .q-btn__progress-indicator {
  background: rgba(0, 0, 0, 0.2); }

.q-btn--flat .q-btn__progress-indicator, .q-btn--outline .q-btn__progress-indicator {
  opacity: 0.2;
  background: currentColor; }

.q-btn-dropdown--split .q-btn-dropdown__arrow-container {
  border-left: 1px solid rgba(255, 255, 255, 0.3); }

.q-btn-dropdown--split .q-btn-dropdown__arrow-container .q-btn__wrapper {
  padding: 0 4px; }

.q-btn-dropdown--simple .q-btn-dropdown__arrow {
  margin-left: 8px; }

.q-btn-dropdown__arrow {
  transition: transform 0.28s; }

.q-btn-group {
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  vertical-align: middle; }

.q-btn-group > .q-btn-item {
  border-radius: inherit;
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.q-btn-group > .q-btn-item .q-btn__wrapper:before {
  box-shadow: none; }

.q-btn-group > .q-btn-item .q-badge--floating {
  right: 0; }

.q-btn-group > .q-btn-group {
  box-shadow: none; }

.q-btn-group > .q-btn-group:first-child > .q-btn:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit; }

.q-btn-group > .q-btn-group:last-child > .q-btn:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit; }

.q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child .q-btn__wrapper:before {
  border-left: 0; }

.q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child .q-btn__wrapper:before {
  border-right: 0; }

.q-btn-group > .q-btn-item:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.q-btn-group > .q-btn-item:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.q-btn-group > .q-btn-item.q-btn--standard .q-btn__wrapper:before {
  z-index: -1; }

.q-btn-group--push > .q-btn--push.q-btn--actionable {
  transform: none; }

.q-btn-group--push > .q-btn--push.q-btn--actionable .q-btn__wrapper {
  transition: margin-top 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), margin-bottom 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); }

.q-btn-group--push > .q-btn--push.q-btn--actionable.q-btn--active .q-btn__wrapper, .q-btn-group--push > .q-btn--push.q-btn--actionable:active .q-btn__wrapper {
  margin-top: 2px;
  margin-bottom: -2px; }

.q-btn-group--rounded {
  border-radius: 28px; }

.q-btn-group--flat, .q-btn-group--outline, .q-btn-group--unelevated {
  box-shadow: none; }

.q-btn-group--outline > .q-separator {
  display: none; }

.q-btn-group--outline > .q-btn-item + .q-btn-item .q-btn__wrapper:before {
  border-left: 0; }

.q-btn-group--outline > .q-btn-item:not(:last-child) .q-btn__wrapper:before {
  border-right: 0; }

.q-btn-group--stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 0; }

.q-btn-group--glossy > .q-btn-item {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04)) !important; }

.q-btn-group--spread > .q-btn-group {
  display: -ms-flexbox !important;
  display: flex !important; }

.q-btn-group--spread > .q-btn-group > .q-btn-item:not(.q-btn-dropdown__arrow-container), .q-btn-group--spread > .q-btn-item {
  width: auto;
  min-width: 0;
  max-width: 100%;
  -ms-flex: 10000 1 0%;
      flex: 10000 1 0%; }

.q-card {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  vertical-align: top;
  background: #fff;
  position: relative; }

.q-card > div:first-child, .q-card > img:first-child {
  border-top: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.q-card > div:last-child, .q-card > img:last-child {
  border-bottom: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit; }

.q-card > div:not(:first-child), .q-card > img:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.q-card > div:not(:last-child), .q-card > img:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.q-card > div {
  border-left: 0;
  border-right: 0;
  box-shadow: none; }

.q-card--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12); }

.q-card--dark {
  border-color: rgba(255, 255, 255, 0.28); }

.q-card__section {
  position: relative; }

.q-card__section--vert {
  padding: 16px; }

.q-card__section--horiz > div:first-child, .q-card__section--horiz > img:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit; }

.q-card__section--horiz > div:last-child, .q-card__section--horiz > img:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit; }

.q-card__section--horiz > div:not(:first-child), .q-card__section--horiz > img:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.q-card__section--horiz > div:not(:last-child), .q-card__section--horiz > img:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.q-card__section--horiz > div {
  border-top: 0;
  border-bottom: 0;
  box-shadow: none; }

.q-card__actions {
  padding: 8px;
  -ms-flex-align: center;
      align-items: center; }

.q-card__actions .q-btn__wrapper {
  padding: 0 8px; }

.q-card__actions--horiz > .q-btn-group + .q-btn-item, .q-card__actions--horiz > .q-btn-item + .q-btn-group, .q-card__actions--horiz > .q-btn-item + .q-btn-item {
  margin-left: 8px; }

.q-card__actions--vert > .q-btn-item.q-btn--round {
  -ms-flex-item-align: center;
      align-self: center; }

.q-card__actions--vert > .q-btn-group + .q-btn-item, .q-card__actions--vert > .q-btn-item + .q-btn-group, .q-card__actions--vert > .q-btn-item + .q-btn-item {
  margin-top: 4px; }

.q-card__actions--vert > .q-btn-group > .q-btn-item {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.q-card > img {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0; }

.q-carousel {
  background-color: #fff;
  height: 400px; }

.q-carousel__slide {
  min-height: 100%;
  background-size: cover;
  background-position: 50%; }

.q-carousel .q-carousel--padding, .q-carousel__slide {
  padding: 16px; }

.q-carousel__slides-container {
  height: 100%; }

.q-carousel__control {
  color: #fff; }

.q-carousel__arrow {
  pointer-events: none; }

.q-carousel__arrow .q-icon {
  font-size: 28px; }

.q-carousel__arrow .q-btn {
  pointer-events: all; }

.q-carousel__next-arrow--horizontal, .q-carousel__prev-arrow--horizontal {
  top: 16px;
  bottom: 16px; }

.q-carousel__prev-arrow--horizontal {
  left: 16px; }

.q-carousel__next-arrow--horizontal {
  right: 16px; }

.q-carousel__next-arrow--vertical, .q-carousel__prev-arrow--vertical {
  left: 16px;
  right: 16px; }

.q-carousel__prev-arrow--vertical {
  top: 16px; }

.q-carousel__next-arrow--vertical {
  bottom: 16px; }

.q-carousel__navigation--bottom, .q-carousel__navigation--top {
  left: 16px;
  right: 16px;
  overflow-x: auto;
  overflow-y: hidden; }

.q-carousel__navigation--top {
  top: 16px; }

.q-carousel__navigation--bottom {
  bottom: 16px; }

.q-carousel__navigation--left, .q-carousel__navigation--right {
  top: 16px;
  bottom: 16px;
  overflow-x: hidden;
  overflow-y: auto; }

.q-carousel__navigation--left > .q-carousel__navigation-inner, .q-carousel__navigation--right > .q-carousel__navigation-inner {
  -ms-flex-direction: column;
      flex-direction: column; }

.q-carousel__navigation--left {
  left: 16px; }

.q-carousel__navigation--right {
  right: 16px; }

.q-carousel__navigation-inner {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.q-carousel__navigation .q-btn {
  margin: 6px 4px; }

.q-carousel__navigation .q-btn .q-btn__wrapper {
  padding: 5px; }

.q-carousel__navigation-icon--inactive {
  opacity: 0.7; }

.q-carousel .q-carousel__thumbnail {
  margin: 2px;
  height: 50px;
  width: auto;
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  vertical-align: middle;
  opacity: 0.7;
  transition: opacity 0.3s; }

.q-carousel .q-carousel__thumbnail--active, .q-carousel .q-carousel__thumbnail:hover {
  opacity: 1; }

.q-carousel .q-carousel__thumbnail--active {
  border-color: currentColor;
  cursor: default; }

.q-carousel--arrows-vertical .q-carousel--padding, .q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-top .q-carousel--padding, .q-carousel--navigation-top.q-carousel--with-padding .q-carousel__slide {
  padding-top: 60px; }

.q-carousel--arrows-vertical .q-carousel--padding, .q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-bottom .q-carousel--padding, .q-carousel--navigation-bottom.q-carousel--with-padding .q-carousel__slide {
  padding-bottom: 60px; }

.q-carousel--arrows-horizontal .q-carousel--padding, .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-left .q-carousel--padding, .q-carousel--navigation-left.q-carousel--with-padding .q-carousel__slide {
  padding-left: 60px; }

.q-carousel--arrows-horizontal .q-carousel--padding, .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-right .q-carousel--padding, .q-carousel--navigation-right.q-carousel--with-padding .q-carousel__slide {
  padding-right: 60px; }

.q-carousel.fullscreen {
  height: 100%; }

.q-message-label, .q-message-name, .q-message-stamp {
  font-size: small; }

.q-message-label {
  margin: 24px 0; }

.q-message-stamp {
  color: inherit;
  margin-top: 4px;
  opacity: 0.6;
  display: none; }

.q-message-avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  min-width: 48px; }

.q-message {
  margin-bottom: 8px; }

.q-message:first-child .q-message-label {
  margin-top: 0; }

.q-message-avatar--received {
  margin-right: 8px; }

.q-message-text--received {
  color: #81c784;
  border-radius: 4px 4px 4px 0; }

.q-message-text--received:last-child:before {
  right: 100%;
  border-right: 0 solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid currentColor; }

.q-message-text-content--received {
  color: #000; }

.q-message-name--sent {
  text-align: right; }

.q-message-avatar--sent {
  margin-left: 8px; }

.q-message-container--sent {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.q-message-text--sent {
  color: #e0e0e0;
  border-radius: 4px 4px 0 4px; }

.q-message-text--sent:last-child:before {
  left: 100%;
  border-left: 0 solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid currentColor; }

.q-message-text-content--sent {
  color: #000; }

.q-message-text {
  background: currentColor;
  padding: 8px;
  line-height: 1.2;
  word-break: break-word;
  position: relative; }

.q-message-text + .q-message-text {
  margin-top: 3px; }

.q-message-text:last-child {
  min-height: 48px; }

.q-message-text:last-child .q-message-stamp {
  display: block; }

.q-message-text:last-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0; }

.q-checkbox {
  vertical-align: middle; }

.q-checkbox__bg {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  border: 2px solid currentColor;
  border-radius: 2px;
  transition: background 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms; }

.q-checkbox__native {
  width: 1px;
  height: 1px; }

.q-checkbox__svg {
  color: #fff; }

.q-checkbox__truthy {
  stroke: currentColor;
  stroke-width: 3.12px;
  stroke-dashoffset: 29.78334;
  stroke-dasharray: 29.78334; }

.q-checkbox__indet {
  fill: currentColor;
  transform-origin: 50% 50%;
  transform: rotate(-280deg) scale(0); }

.q-checkbox__inner {
  font-size: 40px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  outline: 0;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54); }

.q-checkbox__inner--indet, .q-checkbox__inner--truthy {
  color: #1976d2;
  color: var(--q-color-primary); }

.q-checkbox__inner--indet .q-checkbox__bg, .q-checkbox__inner--truthy .q-checkbox__bg {
  background: currentColor; }

.q-checkbox__inner--truthy path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.18s cubic-bezier(0.4, 0, 0.6, 1) 0ms; }

.q-checkbox__inner--indet .q-checkbox__indet {
  transform: rotate(0) scale(1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms; }

.q-checkbox.disabled {
  opacity: 0.75 !important; }

.q-checkbox--dark .q-checkbox__inner {
  color: rgba(255, 255, 255, 0.7); }

.q-checkbox--dark .q-checkbox__inner:before {
  opacity: 0.32 !important; }

.q-checkbox--dark .q-checkbox__inner--indet, .q-checkbox--dark .q-checkbox__inner--truthy {
  color: #1976d2;
  color: var(--q-color-primary); }

.q-checkbox--dense .q-checkbox__inner {
  width: 0.5em;
  min-width: 0.5em;
  height: 0.5em; }

.q-checkbox--dense .q-checkbox__bg {
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%; }

.q-checkbox--dense .q-checkbox__label {
  padding-left: 0.5em; }

.q-checkbox--dense.reverse .q-checkbox__label {
  padding-left: 0;
  padding-right: 0.5em; }

body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.12;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1); }

body.desktop .q-checkbox:not(.disabled):focus .q-checkbox__inner:before, body.desktop .q-checkbox:not(.disabled):hover .q-checkbox__inner:before {
  transform: scale3d(1, 1, 1); }

body.desktop .q-checkbox--dense:not(.disabled):focus .q-checkbox__inner:before, body.desktop .q-checkbox--dense:not(.disabled):hover .q-checkbox__inner:before {
  transform: scale3d(1.4, 1.4, 1); }

.q-chip {
  vertical-align: middle;
  border-radius: 16px;
  outline: 0;
  position: relative;
  height: 2em;
  max-width: 100%;
  margin: 4px;
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  padding: 0.5em 0.9em; }

.q-chip--colored .q-chip__icon, .q-chip--dark .q-chip__icon {
  color: inherit; }

.q-chip--outline {
  background: transparent !important;
  border: 1px solid currentColor; }

.q-chip .q-avatar {
  font-size: 2em;
  margin-left: -0.45em;
  margin-right: 0.2em;
  border-radius: 16px; }

.q-chip--selected .q-avatar {
  display: none; }

.q-chip__icon {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.5em;
  margin: -0.2em; }

.q-chip__icon--left {
  margin-right: 0.2em; }

.q-chip__icon--right {
  margin-left: 0.2em; }

.q-chip__icon--remove {
  margin-left: 0.1em;
  margin-right: -0.5em;
  opacity: 0.6;
  outline: 0; }

.q-chip__icon--remove:focus, .q-chip__icon--remove:hover {
  opacity: 1; }

.q-chip__content {
  white-space: nowrap; }

.q-chip--dense {
  border-radius: 12px;
  padding: 0 0.4em;
  height: 1.5em; }

.q-chip--dense .q-avatar {
  font-size: 1.5em;
  margin-left: -0.27em;
  margin-right: 0.1em;
  border-radius: 12px; }

.q-chip--dense .q-chip__icon {
  font-size: 1.25em; }

.q-chip--dense .q-chip__icon--left {
  margin-right: 0.195em; }

.q-chip--dense .q-chip__icon--remove {
  margin-right: -0.25em; }

.q-chip--square {
  border-radius: 4px; }

.q-chip--square .q-avatar {
  border-radius: 3px 0 0 3px; }

body.desktop .q-chip--clickable:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }

.q-circular-progress {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1; }

.q-circular-progress.q-focusable {
  border-radius: 50%; }

.q-circular-progress__svg {
  width: 100%;
  height: 100%; }

.q-circular-progress__text {
  font-size: 0.25em; }

.q-circular-progress--indeterminate .q-circular-progress__svg {
  transform-origin: 50% 50%;
  animation: q-spin 2s linear infinite; }

.q-circular-progress--indeterminate .q-circular-progress__circle {
  stroke-dasharray: 1 400;
  stroke-dashoffset: 0;
  animation: q-circular-progress-circle 1.5s ease-in-out infinite; }

.q-color-picker {
  overflow: hidden;
  background: #fff;
  max-width: 350px;
  vertical-align: top;
  min-width: 180px;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }

.q-color-picker .q-tab {
  padding: 0 !important; }

.q-color-picker--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12); }

.q-color-picker__header {
  height: 68px; }

.q-color-picker__header input {
  line-height: 24px;
  border: 0; }

.q-color-picker__header .q-tab {
  min-height: 32px !important;
  height: 32px !important; }

.q-color-picker__header .q-tab--inactive {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.1)); }

.q-color-picker__error-icon {
  bottom: 2px;
  right: 2px;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease-in; }

.q-color-picker__header-content {
  position: relative;
  background: #fff; }

.q-color-picker__header-content--light {
  color: #000; }

.q-color-picker__header-content--dark {
  color: #fff; }

.q-color-picker__header-content--dark .q-tab--inactive:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2); }

.q-color-picker__header-banner {
  height: 36px; }

.q-color-picker__header-bg {
  background: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==") !important; }

.q-color-picker__footer {
  height: 36px; }

.q-color-picker__footer .q-tab {
  min-height: 36px !important;
  height: 36px !important; }

.q-color-picker__footer .q-tab--inactive {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.1)); }

.q-color-picker__spectrum {
  width: 100%;
  height: 100%; }

.q-color-picker__spectrum-tab {
  padding: 0 !important; }

.q-color-picker__spectrum-white {
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0)); }

.q-color-picker__spectrum-black {
  background: linear-gradient(0deg, #000, transparent); }

.q-color-picker__spectrum-circle {
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transform: translate(-5px, -5px); }

.q-color-picker__hue .q-slider__track-container {
  background: linear-gradient(90deg, red 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red) !important;
  opacity: 1; }

.q-color-picker__alpha .q-slider__track-container {
  color: #fff;
  opacity: 1;
  height: 8px;
  background-color: #fff !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==") !important; }

.q-color-picker__alpha .q-slider__track-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #757575); }

.q-color-picker__sliders {
  padding: 4px 16px 16px; }

.q-color-picker__sliders .q-slider__track-container {
  height: 10px;
  margin-top: -5px; }

.q-color-picker__sliders .q-slider__track {
  display: none; }

.q-color-picker__sliders .q-slider__thumb path {
  stroke-width: 2px;
  fill: transparent; }

.q-color-picker__sliders .q-slider--active path {
  stroke-width: 3px; }

.q-color-picker__sliders .q-slider {
  height: 16px;
  margin-top: 8px;
  color: #424242; }

.q-color-picker__tune-tab .q-slider {
  margin-left: 18px;
  margin-right: 18px; }

.q-color-picker__tune-tab input {
  font-size: 11px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 3.5em; }

.q-color-picker__palette-tab {
  padding: 0 !important; }

.q-color-picker__palette-rows--editable .q-color-picker__cube {
  cursor: pointer; }

.q-color-picker__cube {
  padding-bottom: 10%;
  width: 10% !important; }

.q-color-picker input {
  color: inherit;
  background: transparent;
  outline: 0;
  text-align: center; }

.q-color-picker .q-tabs {
  overflow: hidden; }

.q-color-picker .q-tab--active {
  box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.2); }

.q-color-picker .q-tab--active .q-focus-helper, .q-color-picker .q-tab__indicator {
  display: none; }

.q-color-picker .q-tab-panels {
  background: inherit; }

.q-color-picker--dark .q-color-picker__tune-tab input {
  border: 1px solid rgba(255, 255, 255, 0.3); }

.q-color-picker--dark .q-slider {
  color: #bdbdbd; }

.q-date {
  display: -ms-inline-flexbox;
  display: inline-flex;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fff;
  width: 290px;
  min-width: 290px;
  max-width: 100%; }

.q-date--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12); }

.q-date__header {
  border-top-left-radius: inherit;
  color: #fff;
  background-color: #1976d2;
  background-color: var(--q-color-primary);
  padding: 16px; }

.q-date__actions {
  padding: 0 16px 16px; }

.q-date__content, .q-date__main {
  outline: 0; }

.q-date__content .q-btn {
  font-weight: 400; }

.q-date__header-link {
  opacity: 0.64;
  outline: 0;
  transition: opacity 0.3s ease-out; }

.q-date__header-link--active, .q-date__header-link:focus, .q-date__header-link:hover {
  opacity: 1; }

.q-date__header-subtitle {
  height: 24px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.00938em; }

.q-date__header-title-label {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.00735em; }

.q-date__view {
  height: 100%;
  width: 100%;
  min-height: 290px;
  padding: 16px; }

.q-date__navigation {
  height: 12.5%; }

.q-date__navigation > div:first-child {
  width: 8%;
  min-width: 24px;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.q-date__navigation > div:last-child {
  width: 8%;
  min-width: 24px;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.q-date__calendar-weekdays {
  height: 12.5%; }

.q-date__calendar-weekdays > div {
  opacity: 0.38;
  font-size: 12px; }

.q-date__calendar-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  vertical-align: middle;
  width: 14.285% !important;
  height: 12.5% !important;
  position: relative; }

.q-date__calendar-item > div, .q-date__calendar-item button {
  width: 32px;
  height: 32px;
  border-radius: 50%; }

.q-date__calendar-item > div {
  line-height: 32px;
  text-align: center; }

.q-date__calendar-item--out {
  opacity: 0.18; }

.q-date__calendar-item--fill {
  visibility: hidden; }

.q-date__calendar-days-container {
  height: 75%;
  min-height: 192px; }

.q-date__calendar-days > div {
  height: 16.66% !important; }

.q-date__event {
  position: absolute;
  bottom: 2px;
  left: 50%;
  height: 5px;
  width: 8px;
  border-radius: 5px;
  background-color: #26a69a;
  background-color: var(--q-color-secondary);
  transform: translate3d(-50%, 0, 0); }

.q-date__today {
  box-shadow: 0 0 1px 0 currentColor; }

.q-date__years-content {
  padding: 0 8px; }

.q-date__months-item, .q-date__years-item {
  -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%; }

.q-date--readonly .q-date__content, .q-date--readonly .q-date__header, .q-date.disabled .q-date__content, .q-date.disabled .q-date__header {
  pointer-events: none; }

.q-date--readonly .q-date__navigation {
  display: none; }

.q-date--portrait {
  -ms-flex-direction: column;
      flex-direction: column; }

.q-date--portrait-standard .q-date__content {
  height: calc(100% - 86px); }

.q-date--portrait-standard .q-date__header {
  border-top-right-radius: inherit;
  height: 86px; }

.q-date--portrait-standard .q-date__header-title {
  -ms-flex-align: center;
      align-items: center;
  height: 30px; }

.q-date--portrait-minimal .q-date__content {
  height: 100%; }

.q-date--landscape {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: stretch;
      align-items: stretch;
  min-width: 420px; }

.q-date--landscape > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.q-date--landscape .q-date__content {
  height: 100%; }

.q-date--landscape-standard {
  min-width: 420px; }

.q-date--landscape-standard .q-date__header {
  border-bottom-left-radius: inherit;
  min-width: 110px;
  width: 110px; }

.q-date--landscape-standard .q-date__header-title {
  -ms-flex-direction: column;
      flex-direction: column; }

.q-date--landscape-standard .q-date__header-today {
  margin-top: 12px;
  margin-left: -8px; }

.q-date--landscape-minimal {
  width: 310px; }

.q-date--dark {
  border-color: rgba(255, 255, 255, 0.28); }

.q-dialog__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em; }

.q-dialog__inner {
  outline: 0; }

.q-dialog__inner > div {
  pointer-events: all;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  border-radius: 4px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12); }

.q-dialog__inner--square > div {
  border-radius: 0 !important; }

.q-dialog__inner > .q-card > .q-card__actions .q-btn--rectangle .q-btn__wrapper {
  min-width: 64px; }

.q-dialog__inner--minimized {
  padding: 24px; }

.q-dialog__inner--minimized > div {
  max-height: calc(100vh - 48px); }

.q-dialog__inner--maximized > div {
  height: 100%;
  width: 100%;
  max-height: 100vh;
  max-width: 100vw;
  border-radius: 0 !important; }

.q-dialog__inner--bottom, .q-dialog__inner--top {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.q-dialog__inner--left, .q-dialog__inner--right {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.q-dialog__inner--left > div, .q-dialog__inner--top > div {
  border-top-left-radius: 0; }

.q-dialog__inner--right > div, .q-dialog__inner--top > div {
  border-top-right-radius: 0; }

.q-dialog__inner--bottom > div, .q-dialog__inner--left > div {
  border-bottom-left-radius: 0; }

.q-dialog__inner--bottom > div, .q-dialog__inner--right > div {
  border-bottom-right-radius: 0; }

.q-dialog__inner--fullwidth > div {
  width: 100% !important;
  max-width: 100% !important; }

.q-dialog__inner--fullheight > div {
  height: 100% !important;
  max-height: 100% !important; }

.q-dialog__backdrop {
  z-index: -1;
  pointer-events: all;
  background: rgba(0, 0, 0, 0.4); }

body.platform-android:not(.native-mobile) .q-dialog__inner--minimized > div, body.platform-ios .q-dialog__inner--minimized > div {
  max-height: calc(100vh - 108px); }

body.q-ios-padding .q-dialog__inner {
  padding-top: 20px !important;
  padding-top: env(safe-area-inset-top) !important;
  padding-bottom: env(safe-area-inset-bottom) !important; }

body.q-ios-padding .q-dialog__inner > div {
  max-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important; }

@media (max-width: 599px) {
  .q-dialog__inner--bottom, .q-dialog__inner--top {
    padding-left: 0;
    padding-right: 0; }
  .q-dialog__inner--bottom > div, .q-dialog__inner--top > div {
    width: 100% !important; } }

@media (min-width: 600px) {
  .q-dialog__inner--minimized > div {
    max-width: 560px; } }

.q-body--dialog {
  overflow: hidden; }

.q-bottom-sheet {
  padding-bottom: 8px; }

.q-bottom-sheet__avatar {
  border-radius: 50%; }

.q-bottom-sheet--list {
  width: 400px; }

.q-bottom-sheet--list .q-icon, .q-bottom-sheet--list img {
  font-size: 24px;
  width: 24px;
  height: 24px; }

.q-bottom-sheet--grid {
  width: 700px; }

.q-bottom-sheet--grid .q-bottom-sheet__item {
  padding: 8px;
  text-align: center;
  min-width: 100px; }

.q-bottom-sheet--grid .q-bottom-sheet__empty-icon, .q-bottom-sheet--grid .q-icon, .q-bottom-sheet--grid img {
  font-size: 48px;
  width: 48px;
  height: 48px;
  margin-bottom: 8px; }

.q-bottom-sheet--grid .q-separator {
  margin: 12px 0; }

.q-bottom-sheet__item {
  -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%; }

@media (min-width: 600px) {
  .q-bottom-sheet__item {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; } }

.q-dialog-plugin {
  width: 400px; }

.q-dialog-plugin .q-card__section + .q-card__section {
  padding-top: 0; }

.q-editor {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background-color: #fff; }

.q-editor.disabled {
  border-style: dashed; }

.q-editor > div:first-child, .q-editor__toolbars-container, .q-editor__toolbars-container > div:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.q-editor__content {
  outline: 0;
  padding: 10px;
  min-height: 10em;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  overflow: auto; }

.q-editor__content pre {
  white-space: pre-wrap; }

.q-editor__content hr {
  border: 0;
  outline: 0;
  margin: 1px;
  height: 1px;
  background: rgba(0, 0, 0, 0.12); }

.q-editor__content:empty:not(:focus):before {
  content: attr(placeholder);
  opacity: 0.7; }

.q-editor__toolbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  min-height: 32px; }

.q-editor .q-btn {
  margin: 4px; }

.q-editor__toolbar-group {
  position: relative;
  margin: 0 4px; }

.q-editor__toolbar-group + .q-editor__toolbar-group:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: rgba(0, 0, 0, 0.12); }

.q-editor_input input {
  color: inherit; }

.q-editor--flat, .q-editor--flat .q-editor__toolbar {
  border: 0; }

.q-editor--dense .q-editor__toolbar-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.q-editor--dark {
  border-color: rgba(255, 255, 255, 0.28); }

.q-editor--dark .q-editor__content hr {
  background: rgba(255, 255, 255, 0.28); }

.q-editor--dark .q-editor__toolbar {
  border-color: rgba(255, 255, 255, 0.28); }

.q-editor--dark .q-editor__toolbar-group + .q-editor__toolbar-group:before {
  background: rgba(255, 255, 255, 0.28); }

.q-expansion-item__border {
  opacity: 0; }

.q-expansion-item__toggle-icon {
  position: relative;
  transition: transform 0.3s; }

.q-expansion-item__toggle-icon--rotated {
  transform: rotate(180deg); }

.q-expansion-item__toggle-focus {
  width: 1em !important;
  height: 1em !important;
  position: relative !important; }

.q-expansion-item__toggle-focus + .q-expansion-item__toggle-icon {
  margin-top: -1em; }

.q-expansion-item--standard.q-expansion-item--expanded > div > .q-expansion-item__border {
  opacity: 1; }

.q-expansion-item--popup {
  transition: padding 0.5s; }

.q-expansion-item--popup > .q-expansion-item__container {
  border: 1px solid rgba(0, 0, 0, 0.12); }

.q-expansion-item--popup > .q-expansion-item__container > .q-separator {
  display: none; }

.q-expansion-item--popup.q-expansion-item--collapsed {
  padding: 0 15px; }

.q-expansion-item--popup.q-expansion-item--expanded {
  padding: 15px 0; }

.q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--expanded {
  padding-top: 0; }

.q-expansion-item--popup.q-expansion-item--collapsed:not(:first-child) > .q-expansion-item__container {
  border-top-width: 0; }

.q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--collapsed > .q-expansion-item__container {
  border-top-width: 1px; }

.q-expansion-item__content > .q-card {
  box-shadow: none;
  border-radius: 0; }

.q-expansion-item--expanded + .q-expansion-item--expanded > div > .q-expansion-item__border--top, .q-expansion-item:first-child > div > .q-expansion-item__border--top, .q-expansion-item:last-child > div > .q-expansion-item__border--bottom {
  opacity: 0; }

.q-expansion-item--expanded .q-textarea--autogrow textarea {
  animation: q-expansion-done 0s; }

.z-fab {
  z-index: 990; }

.q-fab {
  position: relative;
  vertical-align: middle; }

.q-fab > .q-btn {
  width: 100%; }

.q-fab--form-rounded {
  border-radius: 28px; }

.q-fab--form-square {
  border-radius: 4px; }

.q-fab--opened .q-fab__actions {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  pointer-events: all; }

.q-fab--opened .q-fab__icon {
  transform: rotate(180deg);
  opacity: 0; }

.q-fab--opened .q-fab__active-icon {
  transform: rotate(0deg);
  opacity: 1; }

.q-fab__active-icon, .q-fab__icon {
  transition: opacity 0.4s,transform 0.4s; }

.q-fab__icon {
  opacity: 1;
  transform: rotate(0deg); }

.q-fab__active-icon {
  opacity: 0;
  transform: rotate(-180deg); }

.q-fab__label--external {
  position: absolute;
  padding: 0 8px;
  transition: opacity 0.18s cubic-bezier(0.65, 0.815, 0.735, 0.395); }

.q-fab__label--external-hidden {
  opacity: 0;
  pointer-events: none; }

.q-fab__label--external-left {
  top: 50%;
  left: -12px;
  transform: translate(-100%, -50%); }

.q-fab__label--external-right {
  top: 50%;
  right: -12px;
  transform: translate(100%, -50%); }

.q-fab__label--external-bottom {
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 100%); }

.q-fab__label--external-top {
  top: -12px;
  left: 50%;
  transform: translate(-50%, -100%); }

.q-fab__label--internal {
  padding: 0;
  transition: font-size 0.12s cubic-bezier(0.65, 0.815, 0.735, 0.395), max-height 0.12s cubic-bezier(0.65, 0.815, 0.735, 0.395), opacity 0.07s cubic-bezier(0.65, 0.815, 0.735, 0.395);
  max-height: 30px; }

.q-fab__label--internal-hidden {
  font-size: 0;
  opacity: 0; }

.q-fab__label--internal-top {
  padding-bottom: 0.12em; }

.q-fab__label--internal-bottom {
  padding-top: 0.12em; }

.q-fab__label--internal-bottom.q-fab__label--internal-hidden, .q-fab__label--internal-top.q-fab__label--internal-hidden {
  max-height: 0; }

.q-fab__label--internal-left {
  padding-left: 0.285em;
  padding-right: 0.571em; }

.q-fab__label--internal-right {
  padding-right: 0.285em;
  padding-left: 0.571em; }

.q-fab__icon-holder {
  min-width: 24px;
  min-height: 24px;
  position: relative; }

.q-fab__actions {
  position: absolute;
  opacity: 0;
  transition: transform 0.18s ease-in,opacity 0.18s ease-in;
  pointer-events: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 3px; }

.q-fab__actions .q-btn {
  margin: 5px; }

.q-fab__actions--right {
  transform-origin: 0 50%;
  transform: scale(0.4) translateX(-62px);
  height: 56px;
  left: 100%;
  margin-left: 9px; }

.q-fab__actions--left {
  transform-origin: 100% 50%;
  transform: scale(0.4) translateX(62px);
  height: 56px;
  right: 100%;
  margin-right: 9px;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.q-fab__actions--up {
  transform-origin: 50% 100%;
  transform: scale(0.4) translateY(62px);
  width: 56px;
  bottom: 100%;
  margin-bottom: 9px;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

.q-fab__actions--down {
  transform-origin: 50% 0;
  transform: scale(0.4) translateY(-62px);
  width: 56px;
  top: 100%;
  margin-top: 9px;
  -ms-flex-direction: column;
      flex-direction: column; }

.q-fab__actions--down, .q-fab__actions--up {
  left: 50%;
  margin-left: -28px; }

.q-fab--align-left > .q-fab__actions--down, .q-fab--align-left > .q-fab__actions--up {
  -ms-flex-align: start;
      align-items: flex-start;
  left: 28px; }

.q-fab--align-right > .q-fab__actions--down, .q-fab--align-right > .q-fab__actions--up {
  -ms-flex-align: end;
      align-items: flex-end;
  left: auto;
  right: 0; }

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

.q-field--with-bottom {
  padding-bottom: 20px; }

.q-field__marginal {
  height: 56px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px; }

.q-field__marginal > * + * {
  margin-left: 2px; }

.q-field__marginal .q-avatar {
  font-size: 32px; }

.q-field__before, .q-field__prepend {
  padding-right: 12px; }

.q-field__after, .q-field__append {
  padding-left: 12px; }

.q-field__after:empty, .q-field__append:empty {
  display: none; }

.q-field__append + .q-field__append {
  padding-left: 2px; }

.q-field__inner {
  text-align: left; }

.q-field__bottom {
  font-size: 12px;
  min-height: 12px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.54);
  padding: 8px 12px 0; }

.q-field__bottom--animated {
  transform: translateY(100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.q-field__messages {
  line-height: 1; }

.q-field__messages > div {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.q-field__messages > div + div {
  margin-top: 4px; }

.q-field__counter {
  padding-left: 8px;
  line-height: 1; }

.q-field--item-aligned {
  padding: 8px 16px; }

.q-field--item-aligned .q-field__before {
  min-width: 56px; }

.q-field__control-container {
  height: inherit; }

.q-field__control {
  color: #1976d2;
  color: var(--q-color-primary);
  height: 56px;
  max-width: 100%;
  outline: none; }

.q-field__control:after, .q-field__control:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }

.q-field__control:before {
  border-radius: inherit; }

.q-field__input, .q-field__native, .q-field__prefix, .q-field__suffix {
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  border: none;
  border-radius: 0;
  background: none;
  color: rgba(0, 0, 0, 0.87);
  outline: 0;
  padding: 6px 0; }

.q-field__input, .q-field__native {
  width: 100%;
  min-width: 0;
  outline: 0 !important; }

.q-field__native[type=file] {
  line-height: 1em; }

.q-field__input {
  padding: 0;
  height: 0;
  min-height: 24px;
  line-height: 24px; }

.q-field__prefix, .q-field__suffix {
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap; }

.q-field__prefix {
  padding-right: 4px; }

.q-field__suffix {
  padding-left: 4px; }

.q-field--disabled .q-placeholder, .q-field--readonly .q-placeholder {
  opacity: 1 !important; }

.q-field--readonly.q-field--labeled .q-field__input, .q-field--readonly.q-field--labeled .q-field__native {
  cursor: default; }

.q-field--readonly.q-field--float .q-field__input, .q-field--readonly.q-field--float .q-field__native {
  cursor: text; }

.q-field--disabled .q-field__inner {
  cursor: not-allowed; }

.q-field--disabled .q-field__control {
  pointer-events: none; }

.q-field--disabled .q-field__control > div {
  opacity: 0.6 !important; }

.q-field--disabled .q-field__control > div, .q-field--disabled .q-field__control > div * {
  outline: 0 !important; }

.q-field__label {
  left: 0;
  right: 0;
  top: 18px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  transform-origin: left top;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), right 0.324s cubic-bezier(0.4, 0, 0.2, 1); }

.q-field--float .q-field__label {
  transform: translateY(-40%) scale(0.75);
  right: -33.33333%;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), right 0.396s cubic-bezier(0.4, 0, 0.2, 1); }

.q-field .q-field__input:-webkit-autofill, .q-field .q-field__native:-webkit-autofill {
  -webkit-animation-name: q-autofill;
  -webkit-animation-fill-mode: both; }

.q-field .q-field__input:-webkit-autofill + .q-field__label, .q-field .q-field__native:-webkit-autofill + .q-field__label {
  transform: translateY(-40%) scale(0.75); }

.q-field .q-field__input[type=number]:invalid + .q-field__label, .q-field .q-field__native[type=number]:invalid + .q-field__label {
  transform: translateY(-40%) scale(0.75); }

.q-field .q-field__input:invalid, .q-field .q-field__native:invalid {
  box-shadow: none; }

.q-field--focused .q-field__label {
  color: currentColor; }

.q-field--filled .q-field__control {
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 0 0; }

.q-field--filled .q-field__control:before {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  opacity: 0;
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1), background 0.36s cubic-bezier(0.4, 0, 0.2, 1); }

.q-field--filled .q-field__control:hover:before {
  opacity: 1; }

.q-field--filled .q-field__control:after {
  height: 2px;
  top: auto;
  transform-origin: center bottom;
  transform: scale3d(0, 1, 1);
  background: currentColor;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1); }

.q-field--filled.q-field--rounded .q-field__control {
  border-radius: 28px 28px 0 0; }

.q-field--filled.q-field--focused .q-field__control:before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.12); }

.q-field--filled.q-field--focused .q-field__control:after {
  transform: scale3d(1, 1, 1); }

.q-field--filled.q-field--dark .q-field__control, .q-field--filled.q-field--dark .q-field__control:before {
  background: rgba(255, 255, 255, 0.07); }

.q-field--filled.q-field--dark.q-field--focused .q-field__control:before {
  background: rgba(255, 255, 255, 0.1); }

.q-field--filled.q-field--readonly .q-field__control:before {
  opacity: 1;
  background: transparent;
  border-bottom-style: dashed; }

.q-field--outlined .q-field__control {
  border-radius: 4px;
  padding: 0 12px; }

.q-field--outlined .q-field__control:before {
  border: 1px solid rgba(0, 0, 0, 0.24);
  transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1); }

.q-field--outlined .q-field__control:hover:before {
  border-color: #000; }

.q-field--outlined .q-field__control:after {
  height: inherit;
  border-radius: inherit;
  border: 2px solid transparent;
  transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1); }

.q-field--outlined.q-field--rounded .q-field__control {
  border-radius: 28px; }

.q-field--outlined.q-field--focused .q-field__control:after {
  border-color: currentColor;
  border-width: 2px;
  transform: scale3d(1, 1, 1); }

.q-field--outlined.q-field--readonly .q-field__control:before {
  border-style: dashed; }

.q-field--standard .q-field__control:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1); }

.q-field--standard .q-field__control:hover:before {
  border-color: #000; }

.q-field--standard .q-field__control:after {
  height: 2px;
  top: auto;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  transform-origin: center bottom;
  transform: scale3d(0, 1, 1);
  background: currentColor;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1); }

.q-field--standard.q-field--focused .q-field__control:after {
  transform: scale3d(1, 1, 1); }

.q-field--standard.q-field--readonly .q-field__control:before {
  border-bottom-style: dashed; }

.q-field--dark .q-field__control:before {
  border-color: rgba(255, 255, 255, 0.6); }

.q-field--dark .q-field__control:hover:before {
  border-color: #fff; }

.q-field--dark .q-field__input, .q-field--dark .q-field__native, .q-field--dark .q-field__prefix, .q-field--dark .q-field__suffix {
  color: #fff; }

.q-field--dark .q-field__bottom, .q-field--dark .q-field__marginal, .q-field--dark:not(.q-field--focused) .q-field__label {
  color: rgba(255, 255, 255, 0.7); }

.q-field--standout .q-field__control {
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  transition: box-shadow 0.36s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.36s cubic-bezier(0.4, 0, 0.2, 1); }

.q-field--standout .q-field__control:before {
  background: rgba(0, 0, 0, 0.07);
  opacity: 0;
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1), background 0.36s cubic-bezier(0.4, 0, 0.2, 1); }

.q-field--standout .q-field__control:hover:before {
  opacity: 1; }

.q-field--standout.q-field--rounded .q-field__control {
  border-radius: 28px; }

.q-field--standout.q-field--focused .q-field__control {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  background: #000; }

.q-field--standout.q-field--focused .q-field__append, .q-field--standout.q-field--focused .q-field__input, .q-field--standout.q-field--focused .q-field__native, .q-field--standout.q-field--focused .q-field__prefix, .q-field--standout.q-field--focused .q-field__prepend, .q-field--standout.q-field--focused .q-field__suffix {
  color: #fff; }

.q-field--standout.q-field--readonly .q-field__control:before {
  opacity: 1;
  background: transparent;
  border: 1px dashed rgba(0, 0, 0, 0.24); }

.q-field--standout.q-field--dark .q-field__control, .q-field--standout.q-field--dark .q-field__control:before {
  background: rgba(255, 255, 255, 0.07); }

.q-field--standout.q-field--dark.q-field--focused .q-field__control {
  background: #fff; }

.q-field--standout.q-field--dark.q-field--focused .q-field__append, .q-field--standout.q-field--dark.q-field--focused .q-field__input, .q-field--standout.q-field--dark.q-field--focused .q-field__native, .q-field--standout.q-field--dark.q-field--focused .q-field__prefix, .q-field--standout.q-field--dark.q-field--focused .q-field__prepend, .q-field--standout.q-field--dark.q-field--focused .q-field__suffix {
  color: #000; }

.q-field--standout.q-field--dark.q-field--readonly .q-field__control:before {
  border-color: rgba(255, 255, 255, 0.24); }

.q-field--labeled .q-field__native, .q-field--labeled .q-field__prefix, .q-field--labeled .q-field__suffix {
  line-height: 24px;
  padding-top: 24px;
  padding-bottom: 8px; }

.q-field--labeled:not(.q-field--float) .q-field__prefix, .q-field--labeled:not(.q-field--float) .q-field__suffix {
  opacity: 0; }

.q-field--labeled:not(.q-field--float) .q-field__input:-ms-input-placeholder, .q-field--labeled:not(.q-field--float) .q-field__native:-ms-input-placeholder {
  color: transparent !important; }

.q-field--labeled:not(.q-field--float) .q-field__input::-moz-placeholder, .q-field--labeled:not(.q-field--float) .q-field__native::-moz-placeholder {
  color: transparent; }

.q-field--labeled:not(.q-field--float) .q-field__input:-ms-input-placeholder, .q-field--labeled:not(.q-field--float) .q-field__native:-ms-input-placeholder {
  color: transparent; }

.q-field--labeled:not(.q-field--float) .q-field__input::placeholder, .q-field--labeled:not(.q-field--float) .q-field__native::placeholder {
  color: transparent; }

.q-field--labeled.q-field--dense .q-field__native, .q-field--labeled.q-field--dense .q-field__prefix, .q-field--labeled.q-field--dense .q-field__suffix {
  padding-top: 14px;
  padding-bottom: 2px; }

.q-field--dense .q-field__control, .q-field--dense .q-field__marginal {
  height: 40px; }

.q-field--dense .q-field__bottom {
  font-size: 11px; }

.q-field--dense .q-field__label {
  font-size: 14px;
  top: 10px; }

.q-field--dense .q-field__before, .q-field--dense .q-field__prepend {
  padding-right: 6px; }

.q-field--dense .q-field__after, .q-field--dense .q-field__append {
  padding-left: 6px; }

.q-field--dense .q-field__append + .q-field__append {
  padding-left: 2px; }

.q-field--dense .q-avatar {
  font-size: 24px; }

.q-field--dense.q-field--float .q-field__label {
  transform: translateY(-30%) scale(0.75); }

.q-field--dense .q-field__input:-webkit-autofill + .q-field__label, .q-field--dense .q-field__native:-webkit-autofill + .q-field__label {
  transform: translateY(-30%) scale(0.75); }

.q-field--dense .q-field__input[type=number]:invalid + .q-field__label, .q-field--dense .q-field__native[type=number]:invalid + .q-field__label {
  transform: translateY(-30%) scale(0.75); }

.q-field--borderless.q-field--dense .q-field__control, .q-field--borderless .q-field__bottom, .q-field--standard.q-field--dense .q-field__control, .q-field--standard .q-field__bottom {
  padding-left: 0;
  padding-right: 0; }

.q-field--error .q-field__label {
  animation: q-field-label 0.36s; }

.q-field--error .q-field__bottom {
  color: #c10015;
  color: var(--q-color-negative); }

.q-field__focusable-action {
  opacity: 0.6;
  cursor: pointer;
  outline: 0 !important;
  border: 0;
  color: inherit;
  background: transparent;
  padding: 0; }

.q-field__focusable-action:focus, .q-field__focusable-action:hover {
  opacity: 1; }

.q-field--auto-height .q-field__control {
  height: auto; }

.q-field--auto-height .q-field__control, .q-field--auto-height .q-field__native {
  min-height: 56px; }

.q-field--auto-height .q-field__native {
  -ms-flex-align: center;
      align-items: center; }

.q-field--auto-height .q-field__control-container {
  padding-top: 0; }

.q-field--auto-height .q-field__native, .q-field--auto-height .q-field__prefix, .q-field--auto-height .q-field__suffix {
  line-height: 18px; }

.q-field--auto-height.q-field--labeled .q-field__control-container {
  padding-top: 24px; }

.q-field--auto-height.q-field--labeled .q-field__native, .q-field--auto-height.q-field--labeled .q-field__prefix, .q-field--auto-height.q-field--labeled .q-field__suffix {
  padding-top: 0; }

.q-field--auto-height.q-field--labeled .q-field__native {
  min-height: 24px; }

.q-field--auto-height.q-field--dense .q-field__control, .q-field--auto-height.q-field--dense .q-field__native {
  min-height: 40px; }

.q-field--auto-height.q-field--dense.q-field--labeled .q-field__control-container {
  padding-top: 14px; }

.q-field--auto-height.q-field--dense.q-field--labeled .q-field__native {
  min-height: 24px; }

.q-field--square .q-field__control {
  border-radius: 0 !important; }

.q-transition--field-message-enter-active, .q-transition--field-message-leave-active {
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.6s cubic-bezier(0.86, 0, 0.07, 1); }

.q-transition--field-message-enter, .q-transition--field-message-leave-to {
  opacity: 0;
  transform: translateY(-10px); }

.q-transition--field-message-leave, .q-transition--field-message-leave-active {
  position: absolute; }

.q-file {
  width: 100%; }

.q-file .q-field__native {
  word-break: break-all; }

.q-file .q-field__input {
  opacity: 0 !important; }

.q-file .q-field__input::-webkit-file-upload-button {
  cursor: pointer; }

.q-file__dnd {
  outline: 1px dashed currentColor;
  outline-offset: -4px; }

.q-form, .q-img {
  position: relative; }

.q-img {
  width: 100%;
  display: inline-block;
  vertical-align: middle; }

.q-img__loading .q-spinner {
  font-size: 50px; }

.q-img__image {
  border-radius: inherit;
  background-repeat: no-repeat; }

.q-img__content {
  overflow: hidden;
  border-radius: inherit; }

.q-img__content > div {
  position: absolute;
  padding: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.47); }

.q-img--menu .q-img__image {
  pointer-events: none; }

.q-img--menu .q-img__image > img {
  pointer-events: all;
  opacity: 0; }

.q-img--menu .q-img__content {
  pointer-events: none; }

.q-img--menu .q-img__content > div {
  pointer-events: all; }

.q-inner-loading {
  background: rgba(255, 255, 255, 0.6); }

.q-inner-loading--dark {
  background: rgba(0, 0, 0, 0.4); }

.q-textarea .q-field__control {
  min-height: 56px;
  height: auto; }

.q-textarea .q-field__control-container {
  padding-top: 2px;
  padding-bottom: 2px; }

.q-textarea .q-field__native, .q-textarea .q-field__prefix, .q-textarea .q-field__suffix {
  line-height: 18px; }

.q-textarea .q-field__native {
  resize: vertical;
  padding-top: 17px;
  min-height: 52px; }

.q-textarea.q-field--labeled .q-field__control-container {
  padding-top: 26px; }

.q-textarea.q-field--labeled .q-field__native, .q-textarea.q-field--labeled .q-field__prefix, .q-textarea.q-field--labeled .q-field__suffix {
  padding-top: 0; }

.q-textarea.q-field--labeled .q-field__native {
  min-height: 26px;
  padding-top: 1px; }

.q-textarea--autogrow .q-field__native {
  resize: none; }

.q-textarea.q-field--dense .q-field__control, .q-textarea.q-field--dense .q-field__native {
  min-height: 36px; }

.q-textarea.q-field--dense .q-field__native {
  padding-top: 9px; }

.q-textarea.q-field--dense.q-field--labeled .q-field__control-container {
  padding-top: 14px; }

.q-textarea.q-field--dense.q-field--labeled .q-field__native {
  min-height: 24px;
  padding-top: 3px; }

.q-textarea.q-field--dense.q-field--labeled .q-field__prefix, .q-textarea.q-field--dense.q-field--labeled .q-field__suffix {
  padding-top: 2px; }

.q-textarea.disabled .q-field__native, body.mobile .q-textarea .q-field__native {
  resize: none; }

.q-intersection {
  position: relative; }

.q-item {
  min-height: 48px;
  padding: 8px 16px;
  color: inherit;
  transition: color 0.3s,background-color 0.3s; }

.q-item__section--side {
  color: #757575;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-right: 16px;
  width: auto;
  min-width: 0;
  max-width: 100%; }

.q-item__section--side > .q-icon {
  font-size: 24px; }

.q-item__section--side > .q-avatar {
  font-size: 40px; }

.q-item__section--avatar {
  color: inherit;
  min-width: 56px; }

.q-item__section--thumbnail img {
  width: 100px;
  height: 56px; }

.q-item__section--nowrap {
  white-space: nowrap; }

.q-item > .q-focus-helper + .q-item__section--thumbnail, .q-item > .q-item__section--thumbnail:first-child {
  margin-left: -16px; }

.q-item > .q-item__section--thumbnail:last-of-type {
  margin-right: -16px; }

.q-item__label {
  line-height: 1.2em !important;
  max-width: 100%; }

.q-item__label--overline {
  color: rgba(0, 0, 0, 0.7); }

.q-item__label--caption {
  color: rgba(0, 0, 0, 0.54); }

.q-item__label--header {
  color: #757575;
  padding: 16px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.01786em; }

.q-list--padding .q-item__label--header, .q-separator--spaced + .q-item__label--header {
  padding-top: 8px; }

.q-item__label + .q-item__label {
  margin-top: 4px; }

.q-item__section--main {
  width: auto;
  min-width: 0;
  max-width: 100%;
  -ms-flex: 10000 1 0%;
      flex: 10000 1 0%; }

.q-item__section--main + .q-item__section--main {
  margin-left: 8px; }

.q-item__section--main ~ .q-item__section--side {
  -ms-flex-align: end;
      align-items: flex-end;
  padding-right: 0;
  padding-left: 16px; }

.q-item__section--main.q-item__section--thumbnail {
  margin-left: 0;
  margin-right: -16px; }

.q-list--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12); }

.q-list--separator > .q-item-type + .q-item-type, .q-list--separator > .q-virtual-scroll__content > .q-item-type + .q-item-type {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.q-list--padding {
  padding: 8px 0; }

.q-item--dense, .q-list--dense > .q-item {
  min-height: 32px;
  padding: 2px 16px; }

.q-list--dark.q-list--separator > .q-item-type + .q-item-type, .q-list--dark.q-list--separator > .q-virtual-scroll__content > .q-item-type + .q-item-type {
  border-top-color: rgba(255, 255, 255, 0.28); }

.q-item--dark, .q-list--dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28); }

.q-item--dark .q-item__section--side:not(.q-item__section--avatar), .q-list--dark .q-item__section--side:not(.q-item__section--avatar) {
  color: rgba(255, 255, 255, 0.7); }

.q-item--dark .q-item__label--header, .q-list--dark .q-item__label--header {
  color: rgba(255, 255, 255, 0.64); }

.q-item--dark .q-item__label--caption, .q-item--dark .q-item__label--overline, .q-list--dark .q-item__label--caption, .q-list--dark .q-item__label--overline {
  color: rgba(255, 255, 255, 0.8); }

.q-item {
  position: relative; }

.q-item--active, .q-item.q-router-link--active {
  color: #1976d2;
  color: var(--q-color-primary); }

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

.q-knob--editable {
  cursor: pointer;
  outline: 0; }

.q-knob--editable:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: none;
  transition: box-shadow 0.24s ease-in-out; }

.q-knob--editable:focus:before {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12); }

.q-layout {
  width: 100%; }

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

.q-layout-container .q-layout {
  min-height: 100%; }

.q-layout-container > div {
  transform: translate3d(0, 0, 0); }

.q-layout-container > div > div {
  min-height: 0;
  max-height: 100%; }

.q-layout__shadow {
  width: 100%; }

.q-layout__shadow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2), 0 0px 10px rgba(0, 0, 0, 0.24); }

.q-layout__section--marginal {
  background-color: #1976d2;
  background-color: var(--q-color-primary);
  color: #fff; }

.q-header--hidden {
  transform: translateY(-110%); }

.q-header--bordered {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.q-header .q-layout__shadow {
  bottom: -10px; }

.q-header .q-layout__shadow:after {
  bottom: 10px; }

.q-footer--hidden {
  transform: translateY(110%); }

.q-footer--bordered {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.q-footer .q-layout__shadow {
  top: -10px; }

.q-footer .q-layout__shadow:after {
  top: 10px; }

.q-footer, .q-header {
  z-index: 2000; }

.q-drawer {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000; }

.q-drawer--on-top {
  z-index: 3000; }

.q-drawer--left {
  left: 0;
  transform: translateX(-100%); }

.q-drawer--left.q-drawer--bordered {
  border-right: 1px solid rgba(0, 0, 0, 0.12); }

.q-drawer--left .q-layout__shadow {
  left: 10px;
  right: -10px; }

.q-drawer--left .q-layout__shadow:after {
  right: 10px; }

.q-drawer--right {
  right: 0;
  transform: translateX(100%); }

.q-drawer--right.q-drawer--bordered {
  border-left: 1px solid rgba(0, 0, 0, 0.12); }

.q-drawer--right .q-layout__shadow {
  left: -10px; }

.q-drawer--right .q-layout__shadow:after {
  left: 10px; }

.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini {
  padding: 0 !important; }

.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section {
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  padding-right: 0;
  min-width: 0; }

.q-drawer--mini .q-expansion-item__content, .q-drawer--mini .q-mini-drawer-hide, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__label, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--main, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--side ~ .q-item__section--side {
  display: none; }

.q-drawer--mini-animate .q-drawer__content {
  overflow-x: hidden;
  white-space: nowrap; }

.q-drawer--mobile .q-mini-drawer-hide, .q-drawer--mobile .q-mini-drawer-only, .q-drawer--standard .q-mini-drawer-only {
  display: none; }

.q-drawer__backdrop {
  z-index: 2999 !important;
  will-change: background-color; }

.q-drawer__opener {
  z-index: 2001;
  height: 100%;
  width: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.q-footer, .q-header, .q-layout, .q-page {
  position: relative; }

.q-page-sticky--shrink {
  pointer-events: none; }

.q-page-sticky--shrink > div {
  display: inline-block;
  pointer-events: auto; }

body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content, body.q-ios-padding .q-layout--standard .q-header > .q-tabs:nth-child(2) .q-tabs-head, body.q-ios-padding .q-layout--standard .q-header > .q-toolbar:nth-child(2) {
  padding-top: 20px;
  min-height: 70px;
  padding-top: env(safe-area-inset-top);
  min-height: calc(env(safe-area-inset-top) + 50px); }

body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content, body.q-ios-padding .q-layout--standard .q-footer > .q-tabs:last-child .q-tabs-head, body.q-ios-padding .q-layout--standard .q-footer > .q-toolbar:last-child {
  padding-bottom: env(safe-area-inset-bottom);
  min-height: calc(env(safe-area-inset-bottom) + 50px); }

.q-body--layout-animate .q-drawer__backdrop {
  transition: background-color 0.12s !important; }

.q-body--layout-animate .q-drawer {
  transition: transform 0.12s, width 0.12s, top 0.12s, bottom 0.12s !important; }

.q-body--layout-animate .q-layout__section--marginal {
  transition: transform 0.12s, left 0.12s, right 0.12s !important; }

.q-body--layout-animate .q-page-container {
  transition: padding-top 0.12s, padding-right 0.12s, padding-bottom 0.12s, padding-left 0.12s !important; }

.q-body--layout-animate .q-page-sticky {
  transition: transform 0.12s, left 0.12s, right 0.12s, top 0.12s, bottom 0.12s !important; }

body:not(.q-body--layout-animate) .q-layout--prevent-focus {
  visibility: hidden; }

.q-body--drawer-toggle {
  overflow-x: hidden !important; }

@media (max-width: 599px) {
  .q-layout-padding {
    padding: 8px; } }

@media (min-width: 600px) and (max-width: 1439px) {
  .q-layout-padding {
    padding: 16px; } }

@media (min-width: 1440px) {
  .q-layout-padding {
    padding: 24px; } }

body.body--dark .q-drawer, body.body--dark .q-footer, body.body--dark .q-header {
  border-color: rgba(255, 255, 255, 0.28); }

body.platform-ios .q-layout--containerized {
  position: unset !important; }

.q-linear-progress {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 4px;
  height: 1em;
  color: #1976d2;
  color: var(--q-color-primary); }

.q-linear-progress--reverse {
  transform: scale3d(-1, 1, 1); }

.q-linear-progress__model, .q-linear-progress__track {
  transform-origin: 0 0;
  transition: transform 0.3s; }

.q-linear-progress__model--determinate {
  background: currentColor; }

.q-linear-progress__model--indeterminate, .q-linear-progress__model--query {
  transition: none; }

.q-linear-progress__model--indeterminate:after, .q-linear-progress__model--indeterminate:before, .q-linear-progress__model--query:after, .q-linear-progress__model--query:before {
  background: currentColor;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: 0 0; }

.q-linear-progress__model--indeterminate:before, .q-linear-progress__model--query:before {
  animation: q-linear-progress--indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }

.q-linear-progress__model--indeterminate:after, .q-linear-progress__model--query:after {
  transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1);
  animation: q-linear-progress--indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s; }

.q-linear-progress__track {
  opacity: 0.4; }

.q-linear-progress__track--light {
  background: rgba(0, 0, 0, 0.26); }

.q-linear-progress__track--dark {
  background: rgba(255, 255, 255, 0.6); }

.q-linear-progress__stripe {
  transition: width 0.3s;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent) !important;
  background-size: 40px 40px !important; }

.q-menu {
  position: fixed !important;
  display: inline-block;
  max-width: 95vw;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 0;
  max-height: 65vh;
  z-index: 6000; }

.q-menu--square {
  border-radius: 0; }

.q-option-group--inline > div {
  display: inline-block; }

.q-pagination input {
  text-align: center;
  -moz-appearance: textfield; }

.q-pagination input::-webkit-inner-spin-button, .q-pagination input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.q-pagination .q-btn__wrapper {
  padding: 0 5px !important; }

.q-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: inherit; }

.q-parallax__media > img, .q-parallax__media > video {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  will-change: transform; }

.q-popup-edit {
  padding: 8px 16px; }

.q-popup-edit__buttons {
  margin-top: 8px; }

.q-popup-edit__buttons .q-btn + .q-btn {
  margin-left: 8px; }

.q-pull-to-refresh {
  position: relative; }

.q-pull-to-refresh__puller {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #1976d2;
  color: var(--q-color-primary);
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3); }

.q-pull-to-refresh__puller--animating {
  transition: transform 0.3s,opacity 0.3s; }

.q-radio {
  vertical-align: middle; }

.q-radio__bg {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%; }

.q-radio__bg path {
  fill: currentColor; }

.q-radio__native {
  width: 1px;
  height: 1px; }

.q-radio__check {
  transform-origin: 50% 50%;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms; }

.q-radio__inner {
  font-size: 40px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  outline: 0;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54); }

.q-radio__inner--truthy {
  color: #1976d2;
  color: var(--q-color-primary); }

.q-radio__inner--truthy .q-radio__check {
  transform: scale3d(1, 1, 1); }

.q-radio.disabled {
  opacity: 0.75 !important; }

.q-radio--dark .q-radio__inner {
  color: rgba(255, 255, 255, 0.7); }

.q-radio--dark .q-radio__inner:before {
  opacity: 0.32 !important; }

.q-radio--dark .q-radio__inner--truthy {
  color: #1976d2;
  color: var(--q-color-primary); }

.q-radio--dense .q-radio__inner {
  width: 0.5em;
  min-width: 0.5em;
  height: 0.5em; }

.q-radio--dense .q-radio__bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.q-radio--dense .q-radio__label {
  padding-left: 0.5em; }

.q-radio--dense.reverse .q-radio__label {
  padding-left: 0;
  padding-right: 0.5em; }

body.desktop .q-radio:not(.disabled) .q-radio__inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.12;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms; }

body.desktop .q-radio:not(.disabled):focus .q-radio__inner:before, body.desktop .q-radio:not(.disabled):hover .q-radio__inner:before {
  transform: scale3d(1, 1, 1); }

body.desktop .q-radio--dense:not(.disabled):focus .q-radio__inner:before, body.desktop .q-radio--dense:not(.disabled):hover .q-radio__inner:before {
  transform: scale3d(1.5, 1.5, 1); }

.q-rating {
  color: #ffeb3b;
  vertical-align: middle; }

.q-rating__icon {
  color: currentColor;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  opacity: 0.4;
  transition: transform 0.2s ease-in,opacity 0.2s ease-in; }

.q-rating__icon--hovered {
  transform: scale(1.3); }

.q-rating__icon--active {
  opacity: 1; }

.q-rating__icon--exselected {
  opacity: 0.7; }

.q-rating__icon + .q-rating__icon {
  margin-left: 2px; }

.q-rating--no-dimming .q-rating__icon {
  opacity: 1; }

.q-rating--editable .q-icon {
  cursor: pointer; }

.q-rating--non-editable span, .q-rating .q-icon {
  outline: 0; }

.q-responsive {
  position: relative;
  max-width: 100%;
  max-height: 100%; }

.q-responsive__filler {
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit; }

.q-responsive__content {
  border-radius: inherit; }

.q-responsive__content > * {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important; }

.q-scrollarea {
  position: relative; }

.q-scrollarea__bar, .q-scrollarea__thumb {
  opacity: 0.2;
  transition: opacity 0.3s;
  will-change: opacity;
  cursor: grab; }

.q-scrollarea__bar--v, .q-scrollarea__thumb--v {
  right: 0;
  width: 10px; }

.q-scrollarea__bar--h, .q-scrollarea__thumb--h {
  bottom: 0;
  height: 10px; }

.q-scrollarea__bar--invisible, .q-scrollarea__thumb--invisible {
  opacity: 0 !important;
  pointer-events: none; }

.q-scrollarea__thumb {
  background: #000; }

.q-scrollarea__thumb:hover {
  opacity: 0.3; }

.q-scrollarea__thumb:active {
  opacity: 0.5; }

.q-scrollarea--dark .q-scrollarea__thumb {
  background: #fff; }

.q-select--without-input .q-field__control {
  cursor: pointer; }

.q-select--with-input .q-field__control {
  cursor: text; }

.q-select .q-field__input {
  min-width: 50px !important; }

.q-select .q-field__input--padding {
  padding-left: 4px; }

.q-select__autocomplete-input {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  opacity: 0; }

.q-select__dropdown-icon {
  cursor: pointer; }

.q-select.q-field--readonly .q-field__control, .q-select.q-field--readonly .q-select__dropdown-icon {
  cursor: default; }

.q-select__dialog {
  width: 90vw !important;
  max-width: 90vw !important;
  max-height: calc(100vh - 70px) !important;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.q-select__dialog > .scroll {
  position: relative;
  background: inherit; }

body.mobile:not(.native-mobile) .q-select__dialog {
  max-height: calc(100vh - 108px) !important; }

body.platform-android.native-mobile .q-dialog__inner--top .q-select__dialog {
  max-height: calc(100vh - 24px) !important; }

body.platform-android:not(.native-mobile) .q-dialog__inner--top .q-select__dialog {
  max-height: calc(100vh - 80px) !important; }

body.platform-ios.native-mobile .q-dialog__inner--top > div {
  border-radius: 4px; }

body.platform-ios.native-mobile .q-dialog__inner--top .q-select__dialog--focused {
  max-height: 47vh !important; }

body.platform-ios:not(.native-mobile) .q-dialog__inner--top .q-select__dialog--focused {
  max-height: 50vh !important; }

.q-separator {
  border: 0;
  background: rgba(0, 0, 0, 0.12);
  margin: 0;
  transition: background 0.3s,opacity 0.3s; }

.q-separator--dark {
  background: rgba(255, 255, 255, 0.28); }

.q-separator--horizontal {
  display: block;
  height: 1px;
  min-height: 1px;
  width: 100%; }

.q-separator--horizontal.q-separator--spaced {
  margin-top: 8px;
  margin-bottom: 8px; }

.q-separator--horizontal.q-separator--inset {
  margin-left: 16px;
  margin-right: 16px;
  width: calc(100% - 32px); }

.q-separator--horizontal.q-separator--item-inset {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px); }

.q-separator--horizontal.q-separator--item-thumbnail-inset {
  margin-left: 116px;
  margin-right: 0;
  width: calc(100% - 116px); }

.q-separator--vertical {
  width: 1px;
  min-width: 1px;
  height: inherit; }

.q-separator--vertical.q-separator--spaced {
  margin-left: 8px;
  margin-right: 8px; }

.q-separator--vertical.q-separator--inset {
  margin-top: 8px;
  margin-bottom: 8px; }

.q-skeleton {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  box-sizing: border-box; }

.q-skeleton--anim {
  cursor: wait; }

.q-skeleton:before {
  content: "\00a0"; }

.q-skeleton--type-text {
  transform: scale(1, 0.5); }

.q-skeleton--type-circle, .q-skeleton--type-QAvatar {
  height: 48px;
  width: 48px;
  border-radius: 50%; }

.q-skeleton--type-QBtn {
  width: 90px;
  height: 36px; }

.q-skeleton--type-QBadge {
  width: 70px;
  height: 16px; }

.q-skeleton--type-QChip {
  width: 90px;
  height: 28px;
  border-radius: 16px; }

.q-skeleton--type-QToolbar {
  height: 50px; }

.q-skeleton--type-QCheckbox, .q-skeleton--type-QRadio {
  width: 40px;
  height: 40px;
  border-radius: 50%; }

.q-skeleton--type-QToggle {
  width: 56px;
  height: 40px;
  border-radius: 7px; }

.q-skeleton--type-QRange, .q-skeleton--type-QSlider {
  height: 40px; }

.q-skeleton--type-QInput {
  height: 56px; }

.q-skeleton--bordered {
  border: 1px solid rgba(0, 0, 0, 0.05); }

.q-skeleton--square {
  border-radius: 0; }

.q-skeleton--anim-fade {
  animation: q-skeleton--fade 1.5s linear 0.5s infinite; }

.q-skeleton--anim-pulse {
  animation: q-skeleton--pulse 1.5s ease-in-out 0.5s infinite; }

.q-skeleton--anim-pulse-x {
  animation: q-skeleton--pulse-x 1.5s ease-in-out 0.5s infinite; }

.q-skeleton--anim-pulse-y {
  animation: q-skeleton--pulse-y 1.5s ease-in-out 0.5s infinite; }

.q-skeleton--anim-blink, .q-skeleton--anim-pop, .q-skeleton--anim-wave {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.q-skeleton--anim-blink:after, .q-skeleton--anim-pop:after, .q-skeleton--anim-wave:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }

.q-skeleton--anim-blink:after {
  background: rgba(255, 255, 255, 0.7);
  animation: q-skeleton--fade 1.5s linear 0.5s infinite; }

.q-skeleton--anim-wave:after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: q-skeleton--wave 1.5s linear 0.5s infinite; }

.q-skeleton--dark {
  background: rgba(255, 255, 255, 0.05); }

.q-skeleton--dark.q-skeleton--bordered {
  border: 1px solid rgba(255, 255, 255, 0.25); }

.q-skeleton--dark.q-skeleton--anim-wave:after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent); }

.q-skeleton--dark.q-skeleton--anim-blink:after {
  background: rgba(255, 255, 255, 0.2); }

.q-slide-item {
  position: relative;
  background: #fff; }

.q-slide-item__bottom, .q-slide-item__left, .q-slide-item__right, .q-slide-item__top {
  visibility: hidden;
  font-size: 14px;
  color: #fff; }

.q-slide-item__bottom .q-icon, .q-slide-item__left .q-icon, .q-slide-item__right .q-icon, .q-slide-item__top .q-icon {
  font-size: 1.714em; }

.q-slide-item__left {
  background: #4caf50;
  padding: 8px 16px; }

.q-slide-item__left > div {
  transform-origin: left center; }

.q-slide-item__right {
  background: #ff9800;
  padding: 8px 16px; }

.q-slide-item__right > div {
  transform-origin: right center; }

.q-slide-item__top {
  background: #2196f3;
  padding: 16px 8px; }

.q-slide-item__top > div {
  transform-origin: top center; }

.q-slide-item__bottom {
  background: #9c27b0;
  padding: 16px 8px; }

.q-slide-item__bottom > div {
  transform-origin: bottom center; }

.q-slide-item__content {
  background: inherit;
  transition: transform 0.2s ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.q-slider {
  position: relative;
  width: 100%;
  height: 40px;
  color: #1976d2;
  color: var(--q-color-primary);
  outline: 0; }

.q-slider__track-container {
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.26); }

.q-slider__track {
  will-change: width,left;
  background: currentColor;
  top: 0;
  bottom: 0; }

.q-slider__track-markers {
  color: #000;
  background-image: repeating-linear-gradient(90deg, currentColor, currentColor 2px, transparent 0, transparent); }

.q-slider__track-markers:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 2px;
  width: 2px;
  background: currentColor; }

.q-slider__thumb-container {
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  transform: translateX(-10px);
  will-change: left;
  outline: 0; }

.q-slider__thumb {
  top: 0;
  left: 0;
  transform: scale(1);
  transition: transform 0.18s ease-out,fill 0.18s ease-out,stroke 0.18s ease-out;
  stroke-width: 3.5;
  stroke: currentColor; }

.q-slider__thumb path {
  stroke: currentColor;
  fill: currentColor; }

.q-slider__focus-ring {
  width: 20px;
  height: 20px;
  transition: transform 266.67ms ease-out,opacity 266.67ms ease-out,background-color 266.67ms ease-out;
  border-radius: 50%;
  opacity: 0;
  transition-delay: 0.14s; }

.q-slider__arrow {
  position: absolute;
  top: 20px;
  left: 4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid currentColor;
  transform-origin: 50% 50%; }

.q-slider__arrow, .q-slider__pin {
  transform: scale(0) translateY(0);
  transition: transform 100ms ease-out; }

.q-slider__pin {
  top: 0;
  right: 0;
  margin-top: -4px;
  will-change: left;
  z-index: 1;
  white-space: nowrap; }

.q-slider__pin-text-container {
  min-height: 25px;
  padding: 2px 8px;
  border-radius: 4px;
  background: currentColor;
  position: relative;
  right: -50%;
  text-align: center; }

.q-slider__pin-text {
  color: #fff;
  font-size: 12px; }

.q-slider--editable {
  cursor: grab; }

.q-slider--no-value .q-slider__thumb, .q-slider--no-value .q-slider__track {
  visibility: hidden; }

.q-slider--focus .q-slider__thumb {
  transform: scale(1); }

.q-slider--focus .q-slider__focus-ring, body.desktop .q-slider.q-slider--editable:hover .q-slider__focus-ring {
  background: currentColor;
  transform: scale3d(1.55, 1.55, 1);
  opacity: 0.25; }

.q-slider--focus .q-slider__thumb, .q-slider--focus .q-slider__track, body.desktop .q-slider.q-slider--editable:hover .q-slider__thumb, body.desktop .q-slider.q-slider--editable:hover .q-slider__track {
  visibility: visible; }

.q-slider--inactive .q-slider__thumb-container {
  transition: left 0.28s,right 0.28s; }

.q-slider--inactive .q-slider__track {
  transition: width 0.28s,left 0.28s,right 0.28s; }

.q-slider--active {
  cursor: grabbing; }

.q-slider--active .q-slider__thumb {
  transform: scale(1.5); }

.q-slider--active.q-slider--label .q-slider__thumb, .q-slider--active .q-slider__focus-ring {
  transform: scale(0) !important; }

.q-slider--label.q-slider--active .q-slider__arrow, .q-slider--label.q-slider--active .q-slider__pin, .q-slider--label .q-slider--focus .q-slider__arrow, .q-slider--label .q-slider--focus .q-slider__pin, .q-slider--label.q-slider--label-always .q-slider__arrow, .q-slider--label.q-slider--label-always .q-slider__pin, body.desktop .q-slider.q-slider--editable:hover .q-slider__arrow, body.desktop .q-slider.q-slider--editable:hover .q-slider__pin {
  transform: scale(1) translateY(-25px); }

.q-slider--dark .q-slider__track-container {
  background: rgba(255, 255, 255, 0.3); }

.q-slider--dark .q-slider__track-markers {
  color: #fff; }

.q-slider--reversed .q-slider__thumb-container {
  transform: translateX(10px); }

.q-slider--dense {
  height: 20px; }

.q-space {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }

.q-spinner {
  vertical-align: middle; }

.q-spinner-mat {
  animation: q-spin 2s linear infinite;
  transform-origin: center center; }

.q-spinner-mat .path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: q-mat-dash 1.5s ease-in-out infinite; }

.q-splitter__panel {
  position: relative;
  z-index: 0; }

.q-splitter__panel > .q-splitter {
  width: 100%;
  height: 100%; }

.q-splitter__separator {
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 1; }

.q-splitter__separator-area > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.q-splitter--dark .q-splitter__separator {
  background-color: rgba(255, 255, 255, 0.28); }

.q-splitter--vertical > .q-splitter__panel {
  height: 100%; }

.q-splitter--vertical.q-splitter--active {
  cursor: col-resize; }

.q-splitter--vertical > .q-splitter__separator {
  width: 1px; }

.q-splitter--vertical > .q-splitter__separator > div {
  left: -6px;
  right: -6px; }

.q-splitter--vertical.q-splitter--workable > .q-splitter__separator {
  cursor: col-resize; }

.q-splitter--horizontal > .q-splitter__panel {
  width: 100%; }

.q-splitter--horizontal.q-splitter--active {
  cursor: row-resize; }

.q-splitter--horizontal > .q-splitter__separator {
  height: 1px; }

.q-splitter--horizontal > .q-splitter__separator > div {
  top: -6px;
  bottom: -6px; }

.q-splitter--horizontal.q-splitter--workable > .q-splitter__separator {
  cursor: row-resize; }

.q-splitter__after, .q-splitter__before {
  overflow: auto; }

.q-stepper {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fff; }

.q-stepper__title {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px; }

.q-stepper__caption {
  font-size: 12px;
  line-height: 14px; }

.q-stepper__dot {
  margin-right: 8px;
  font-size: 14px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: currentColor; }

.q-stepper__dot span {
  color: #fff; }

.q-stepper__tab {
  padding: 8px 24px;
  font-size: 14px;
  color: #9e9e9e;
  -ms-flex-direction: row;
      flex-direction: row; }

.q-stepper--dark .q-stepper__dot span {
  color: #000; }

.q-stepper__tab--navigation {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.q-stepper__tab--active, .q-stepper__tab--done {
  color: #1976d2;
  color: var(--q-color-primary); }

.q-stepper__tab--active .q-stepper__dot, .q-stepper__tab--active .q-stepper__label, .q-stepper__tab--done .q-stepper__dot, .q-stepper__tab--done .q-stepper__label {
  text-shadow: 0 0 0 currentColor; }

.q-stepper__tab--disabled .q-stepper__dot {
  background: rgba(0, 0, 0, 0.22); }

.q-stepper__tab--disabled .q-stepper__label {
  color: rgba(0, 0, 0, 0.32); }

.q-stepper__tab--error {
  color: #c10015;
  color: var(--q-color-negative); }

.q-stepper__tab--error .q-stepper__dot {
  background: transparent !important; }

.q-stepper__tab--error .q-stepper__dot span {
  color: currentColor;
  font-size: 24px; }

.q-stepper__header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.q-stepper__header--border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.q-stepper__header--standard-labels .q-stepper__tab {
  min-height: 72px;
  -ms-flex-pack: center;
      justify-content: center; }

.q-stepper__header--standard-labels .q-stepper__tab:first-child {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.q-stepper__header--standard-labels .q-stepper__tab:last-child {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.q-stepper__header--standard-labels .q-stepper__dot:after {
  display: none; }

.q-stepper__header--alternative-labels .q-stepper__tab {
  min-height: 104px;
  padding: 24px 32px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.q-stepper__header--alternative-labels .q-stepper__dot {
  margin-right: 0; }

.q-stepper__header--alternative-labels .q-stepper__label {
  margin-top: 8px;
  text-align: center; }

.q-stepper__header--alternative-labels .q-stepper__label:after, .q-stepper__header--alternative-labels .q-stepper__label:before {
  display: none; }

.q-stepper__nav {
  padding-top: 24px; }

.q-stepper--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12); }

.q-stepper--horizontal .q-stepper__step-inner {
  padding: 24px; }

.q-stepper--horizontal .q-stepper__tab:first-child {
  border-top-left-radius: inherit; }

.q-stepper--horizontal .q-stepper__tab:last-child {
  border-top-right-radius: inherit; }

.q-stepper--horizontal .q-stepper__tab:first-child .q-stepper__dot:before, .q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__dot:after, .q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__label:after {
  display: none; }

.q-stepper--horizontal .q-stepper__tab {
  overflow: hidden; }

.q-stepper--horizontal .q-stepper__line:after, .q-stepper--horizontal .q-stepper__line:before {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100vw;
  background: rgba(0, 0, 0, 0.12); }

.q-stepper--horizontal .q-stepper__dot:after, .q-stepper--horizontal .q-stepper__label:after {
  content: "";
  left: 100%;
  margin-left: 8px; }

.q-stepper--horizontal .q-stepper__dot:before {
  content: "";
  right: 100%;
  margin-right: 8px; }

.q-stepper--horizontal > .q-stepper__nav {
  padding: 0 24px 24px; }

.q-stepper--vertical {
  padding: 16px 0; }

.q-stepper--vertical .q-stepper__tab {
  padding: 12px 24px; }

.q-stepper--vertical .q-stepper__title {
  line-height: 18px; }

.q-stepper--vertical .q-stepper__step-inner {
  padding: 0 24px 32px 60px; }

.q-stepper--vertical > .q-stepper__nav {
  padding: 24px 24px 0; }

.q-stepper--vertical .q-stepper__step {
  overflow: hidden; }

.q-stepper--vertical .q-stepper__dot {
  margin-right: 12px; }

.q-stepper--vertical .q-stepper__dot:after, .q-stepper--vertical .q-stepper__dot:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 99999px;
  background: rgba(0, 0, 0, 0.12); }

.q-stepper--vertical .q-stepper__dot:before {
  bottom: 100%;
  margin-bottom: 8px; }

.q-stepper--vertical .q-stepper__dot:after {
  top: 100%;
  margin-top: 8px; }

.q-stepper--vertical .q-stepper__step:first-child .q-stepper__dot:before, .q-stepper--vertical .q-stepper__step:last-child .q-stepper__dot:after {
  display: none; }

.q-stepper--vertical .q-stepper__step:last-child .q-stepper__step-inner {
  padding-bottom: 8px; }

.q-stepper--dark.q-stepper--bordered, .q-stepper--dark .q-stepper__header--border {
  border-color: rgba(255, 255, 255, 0.28); }

.q-stepper--dark.q-stepper--horizontal .q-stepper__line:after, .q-stepper--dark.q-stepper--horizontal .q-stepper__line:before, .q-stepper--dark.q-stepper--vertical .q-stepper__dot:after, .q-stepper--dark.q-stepper--vertical .q-stepper__dot:before {
  background: rgba(255, 255, 255, 0.28); }

.q-stepper--dark .q-stepper__tab--disabled {
  color: rgba(255, 255, 255, 0.28); }

.q-stepper--dark .q-stepper__tab--disabled .q-stepper__dot {
  background: rgba(255, 255, 255, 0.28); }

.q-stepper--dark .q-stepper__tab--disabled .q-stepper__label {
  color: rgba(255, 255, 255, 0.54); }

.q-stepper--contracted .q-stepper__header, .q-stepper--contracted .q-stepper__header--alternative-labels .q-stepper__tab {
  min-height: 72px; }

.q-stepper--contracted .q-stepper__header--alternative-labels .q-stepper__tab:first-child {
  -ms-flex-align: start;
      align-items: flex-start; }

.q-stepper--contracted .q-stepper__header--alternative-labels .q-stepper__tab:last-child {
  -ms-flex-align: end;
      align-items: flex-end; }

.q-stepper--contracted .q-stepper__header .q-stepper__tab {
  padding: 24px 0; }

.q-stepper--contracted .q-stepper__header .q-stepper__tab:first-child .q-stepper__dot {
  transform: translateX(24px); }

.q-stepper--contracted .q-stepper__header .q-stepper__tab:last-child .q-stepper__dot {
  transform: translateX(-24px); }

.q-stepper--contracted .q-stepper__tab:not(:last-child) .q-stepper__dot:after {
  display: block !important; }

.q-stepper--contracted .q-stepper__dot {
  margin: 0; }

.q-stepper--contracted .q-stepper__label {
  display: none; }

.q-tab-panels {
  background: #fff; }

.q-tab-panel {
  padding: 16px; }

.q-markup-table {
  overflow: auto;
  background: #fff; }

.q-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0; }

.q-table tbody td, .q-table thead tr {
  height: 48px; }

.q-table th {
  font-weight: 500;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.q-table th.sortable {
  cursor: pointer; }

.q-table th.sortable:hover .q-table__sort-icon {
  opacity: 0.64; }

.q-table th.sorted .q-table__sort-icon {
  opacity: 0.86 !important; }

.q-table th.sort-desc .q-table__sort-icon {
  transform: rotate(180deg); }

.q-table td, .q-table th {
  padding: 7px 16px;
  background-color: inherit; }

.q-table td, .q-table th, .q-table thead {
  border-style: solid;
  border-width: 0; }

.q-table tbody td {
  font-size: 13px; }

.q-table__card {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }

.q-table__card .q-table__middle {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.q-table__container {
  position: relative; }

.q-table__container > div:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.q-table__container > div:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit; }

.q-table__container > .q-inner-loading {
  border-radius: inherit !important; }

.q-table__top {
  padding: 12px 16px; }

.q-table__top .q-table__control {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.q-table__title {
  font-size: 20px;
  letter-spacing: 0.005em;
  font-weight: 400; }

.q-table__separator {
  min-width: 8px !important; }

.q-table__progress {
  height: 0 !important; }

.q-table__progress th {
  padding: 0 !important;
  border: 0 !important; }

.q-table__progress .q-linear-progress {
  position: absolute;
  bottom: 0; }

.q-table__middle {
  max-width: 100%; }

.q-table__bottom {
  min-height: 48px;
  padding: 4px 14px 4px 16px;
  font-size: 12px; }

.q-table__bottom .q-table__control {
  min-height: 24px; }

.q-table__bottom-nodata-icon {
  font-size: 200%;
  margin-right: 8px; }

.q-table__bottom-item {
  margin-right: 16px; }

.q-table__control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.q-table__sort-icon {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  opacity: 0;
  font-size: 120%; }

.q-table__sort-icon--center, .q-table__sort-icon--left {
  margin-left: 4px; }

.q-table__sort-icon--right {
  margin-right: 4px; }

.q-table--col-auto-width {
  width: 1px; }

.q-table--flat {
  box-shadow: none; }

.q-table--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12); }

.q-table--square {
  border-radius: 0; }

.q-table__linear-progress {
  height: 2px; }

.q-table--no-wrap td, .q-table--no-wrap th {
  white-space: nowrap; }

.q-table--grid {
  box-shadow: none;
  border-radius: 4px; }

.q-table--grid .q-table__top {
  padding-bottom: 4px; }

.q-table--grid .q-table__middle {
  min-height: 2px;
  margin-bottom: 4px; }

.q-table--grid .q-table__middle thead, .q-table--grid .q-table__middle thead th {
  border: 0 !important; }

.q-table--grid .q-table__linear-progress {
  bottom: 0; }

.q-table--grid .q-table__bottom {
  border-top: 0; }

.q-table--grid .q-table__grid-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.q-table--grid.fullscreen {
  background: inherit; }

.q-table__grid-item-card {
  vertical-align: top;
  padding: 12px; }

.q-table__grid-item-card .q-separator {
  margin: 12px 0; }

.q-table__grid-item-row + .q-table__grid-item-row {
  margin-top: 8px; }

.q-table__grid-item-title {
  opacity: 0.54;
  font-weight: 500;
  font-size: 12px; }

.q-table__grid-item-value {
  font-size: 13px; }

.q-table__grid-item {
  padding: 4px;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); }

.q-table__grid-item--selected {
  transform: scale(0.95); }

.q-table--cell-separator tbody tr:not(:last-child) td, .q-table--cell-separator thead th, .q-table--horizontal-separator tbody tr:not(:last-child) td, .q-table--horizontal-separator thead th {
  border-bottom-width: 1px; }

.q-table--cell-separator td, .q-table--cell-separator th, .q-table--vertical-separator td, .q-table--vertical-separator th {
  border-left-width: 1px; }

.q-table--cell-separator.q-table--loading tr:nth-last-child(2) th, .q-table--cell-separator thead tr:last-child th, .q-table--vertical-separator.q-table--loading tr:nth-last-child(2) th, .q-table--vertical-separator thead tr:last-child th {
  border-bottom-width: 1px; }

.q-table--cell-separator td:first-child, .q-table--cell-separator th:first-child, .q-table--vertical-separator td:first-child, .q-table--vertical-separator th:first-child {
  border-left: 0; }

.q-table--cell-separator .q-table__top, .q-table--vertical-separator .q-table__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.q-table--dense .q-table__top {
  padding: 6px 16px; }

.q-table--dense .q-table__bottom {
  min-height: 33px; }

.q-table--dense .q-table__sort-icon {
  font-size: 110%; }

.q-table--dense .q-table td, .q-table--dense .q-table th {
  padding: 4px 8px; }

.q-table--dense .q-table tbody td, .q-table--dense .q-table tbody tr, .q-table--dense .q-table thead tr {
  height: 28px; }

.q-table--dense .q-table td:first-child, .q-table--dense .q-table th:first-child {
  padding-left: 16px; }

.q-table--dense .q-table td:last-child, .q-table--dense .q-table th:last-child {
  padding-right: 16px; }

.q-table--dense .q-table__bottom-item {
  margin-right: 8px; }

.q-table--dense .q-table__select .q-field__control, .q-table--dense .q-table__select .q-field__native {
  min-height: 24px;
  padding: 0; }

.q-table--dense .q-table__select .q-field__marginal {
  height: 24px; }

.q-table__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.q-table td, .q-table th, .q-table thead, .q-table tr {
  border-color: rgba(0, 0, 0, 0.12); }

.q-table tbody td {
  position: relative; }

.q-table tbody td:after, .q-table tbody td:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }

.q-table tbody td:before {
  background: rgba(0, 0, 0, 0.03); }

.q-table tbody td:after {
  background: rgba(0, 0, 0, 0.06); }

.q-table tbody tr.selected td:after, body.desktop .q-table > tbody > tr:not(.q-tr--no-hover):hover > td:not(.q-td--no-hover):before {
  content: ""; }

.q-table--dark, .q-table--dark .q-table__bottom, .q-table--dark td, .q-table--dark th, .q-table--dark thead, .q-table--dark tr, .q-table__card--dark {
  border-color: rgba(255, 255, 255, 0.28); }

.q-table--dark tbody td:before {
  background: rgba(255, 255, 255, 0.07); }

.q-table--dark tbody td:after {
  background: rgba(255, 255, 255, 0.1); }

.q-table--dark.q-table--cell-separator .q-table__top, .q-table--dark.q-table--vertical-separator .q-table__top {
  border-color: rgba(255, 255, 255, 0.28); }

.q-tab {
  padding: 0 16px;
  min-height: 48px;
  transition: color 0.3s,background-color 0.3s;
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
  text-decoration: none; }

.q-tab--full {
  min-height: 72px; }

.q-tab--no-caps {
  text-transform: none; }

.q-tab__content {
  height: inherit;
  padding: 4px 0;
  min-width: 40px; }

.q-tab__content--inline .q-tab__icon + .q-tab__label {
  padding-left: 8px; }

.q-tab__content .q-chip--floating {
  top: 0;
  right: -16px; }

.q-tab__icon {
  width: 24px;
  height: 24px;
  font-size: 24px; }

.q-tab__label {
  font-size: 14px;
  line-height: 1.715em;
  font-weight: 500; }

.q-tab .q-badge {
  top: 3px;
  right: -12px; }

.q-tab__alert {
  position: absolute;
  top: 7px;
  right: -9px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: currentColor; }

.q-tab__indicator {
  opacity: 0;
  height: 2px;
  background: currentColor; }

.q-tab--active .q-tab__indicator {
  opacity: 1;
  transform-origin: left; }

.q-tab--inactive {
  opacity: 0.85; }

.q-tabs {
  position: relative;
  transition: color 0.3s,background-color 0.3s; }

.q-tabs--not-scrollable .q-tabs__arrow {
  display: none; }

.q-tabs--not-scrollable .q-tabs__content {
  border-radius: inherit; }

.q-tabs__arrow {
  cursor: pointer;
  font-size: 32px;
  min-width: 36px;
  text-shadow: 0 0 3px #fff,0 0 1px #fff,0 0 1px #000; }

.q-tabs__arrow--faded {
  display: none; }

.q-tabs__content {
  overflow: hidden;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.q-tabs__content--align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.q-tabs__content--align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.q-tabs__content--align-justify .q-tab {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.q-tabs__offset {
  display: none; }

.q-tabs--horizontal .q-tabs__arrow {
  height: 100%; }

.q-tabs--horizontal .q-tabs__arrow--left {
  top: 0;
  left: 0;
  bottom: 0; }

.q-tabs--horizontal .q-tabs__arrow--right {
  top: 0;
  right: 0;
  bottom: 0; }

.q-tabs--vertical, .q-tabs--vertical .q-tabs__content {
  display: block !important;
  height: 100%; }

.q-tabs--vertical .q-tabs__arrow {
  width: 100%;
  height: 36px;
  text-align: center; }

.q-tabs--vertical .q-tabs__arrow--left {
  top: 0;
  left: 0;
  right: 0; }

.q-tabs--vertical .q-tabs__arrow--right {
  left: 0;
  right: 0;
  bottom: 0; }

.q-tabs--vertical .q-tab {
  padding: 0 8px; }

.q-tabs--vertical .q-tab__indicator {
  height: unset;
  width: 2px; }

.q-tabs--vertical.q-tabs--not-scrollable .q-tabs__content {
  height: 100%; }

.q-tabs--vertical.q-tabs--dense .q-tab__content {
  min-width: 24px; }

.q-tabs--dense .q-tab {
  min-height: 36px; }

.q-tabs--dense .q-tab--full {
  min-height: 52px; }

body.mobile .q-tabs__content {
  overflow: auto; }

body.mobile .q-tabs__arrow {
  display: none; }

@media (min-width: 1440px) {
  .q-footer .q-tab__content, .q-header .q-tab__content {
    min-width: 128px; } }

.q-time {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fff;
  outline: 0;
  width: 290px;
  min-width: 290px;
  max-width: 100%; }

.q-time--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12); }

.q-time__header {
  border-top-left-radius: inherit;
  color: #fff;
  background-color: #1976d2;
  background-color: var(--q-color-primary);
  padding: 16px;
  font-weight: 300; }

.q-time__actions {
  padding: 0 16px 16px; }

.q-time__header-label {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.00833em; }

.q-time__header-label > div + div {
  margin-left: 4px; }

.q-time__link {
  opacity: 0.56;
  outline: 0;
  transition: opacity 0.3s ease-out; }

.q-time__link--active, .q-time__link:focus, .q-time__link:hover {
  opacity: 1; }

.q-time__header-ampm {
  font-size: 16px;
  letter-spacing: 0.1em; }

.q-time__content {
  padding: 16px; }

.q-time__content:before {
  content: "";
  display: block;
  padding-bottom: 100%; }

.q-time__container-parent {
  padding: 16px; }

.q-time__container-child {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12); }

.q-time__clock {
  padding: 24px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  font-size: 14px; }

.q-time__clock-circle {
  position: relative; }

.q-time__clock-center {
  height: 6px;
  width: 6px;
  margin: auto;
  border-radius: 50%;
  min-height: 0;
  background: currentColor; }

.q-time__clock-pointer {
  width: 2px;
  height: 50%;
  transform-origin: 0 0;
  min-height: 0;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  color: #1976d2;
  color: var(--q-color-primary);
  background: currentColor;
  transform: translateX(-50%); }

.q-time__clock-pointer:after, .q-time__clock-pointer:before {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%); }

.q-time__clock-pointer:before {
  bottom: -4px;
  width: 8px;
  height: 8px; }

.q-time__clock-pointer:after {
  top: -3px;
  height: 6px;
  width: 6px; }

.q-time__clock-position {
  position: absolute;
  min-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%; }

.q-time__clock-position--disable {
  opacity: 0.4; }

.q-time__clock-position--active {
  background-color: #1976d2;
  background-color: var(--q-color-primary);
  color: #fff; }

.q-time__clock-pos-0 {
  top: 0%;
  left: 50%; }

.q-time__clock-pos-1 {
  top: 6.7%;
  left: 75%; }

.q-time__clock-pos-2 {
  top: 25%;
  left: 93.3%; }

.q-time__clock-pos-3 {
  top: 50%;
  left: 100%; }

.q-time__clock-pos-4 {
  top: 75%;
  left: 93.3%; }

.q-time__clock-pos-5 {
  top: 93.3%;
  left: 75%; }

.q-time__clock-pos-6 {
  top: 100%;
  left: 50%; }

.q-time__clock-pos-7 {
  top: 93.3%;
  left: 25%; }

.q-time__clock-pos-8 {
  top: 75%;
  left: 6.7%; }

.q-time__clock-pos-9 {
  top: 50%;
  left: 0%; }

.q-time__clock-pos-10 {
  top: 25%;
  left: 6.7%; }

.q-time__clock-pos-11 {
  top: 6.7%;
  left: 25%; }

.q-time__clock-pos-12 {
  top: 15%;
  left: 50%; }

.q-time__clock-pos-13 {
  top: 19.69%;
  left: 67.5%; }

.q-time__clock-pos-14 {
  top: 32.5%;
  left: 80.31%; }

.q-time__clock-pos-15 {
  top: 50%;
  left: 85%; }

.q-time__clock-pos-16 {
  top: 67.5%;
  left: 80.31%; }

.q-time__clock-pos-17 {
  top: 80.31%;
  left: 67.5%; }

.q-time__clock-pos-18 {
  top: 85%;
  left: 50%; }

.q-time__clock-pos-19 {
  top: 80.31%;
  left: 32.5%; }

.q-time__clock-pos-20 {
  top: 67.5%;
  left: 19.69%; }

.q-time__clock-pos-21 {
  top: 50%;
  left: 15%; }

.q-time__clock-pos-22 {
  top: 32.5%;
  left: 19.69%; }

.q-time__clock-pos-23 {
  top: 19.69%;
  left: 32.5%; }

.q-time__now-button {
  background-color: #1976d2;
  background-color: var(--q-color-primary);
  color: #fff;
  top: 12px;
  right: 12px; }

.q-time--readonly .q-time__content, .q-time--readonly .q-time__header-ampm, .q-time.disabled .q-time__content, .q-time.disabled .q-time__header-ampm {
  pointer-events: none; }

.q-time--portrait {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.q-time--portrait .q-time__header {
  border-top-right-radius: inherit;
  min-height: 86px; }

.q-time--portrait .q-time__header-ampm {
  margin-left: 12px; }

.q-time--portrait.q-time--bordered .q-time__content {
  margin: 1px 0; }

.q-time--landscape {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  min-width: 420px; }

.q-time--landscape > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.q-time--landscape .q-time__header {
  border-bottom-left-radius: inherit;
  min-width: 156px; }

.q-time--landscape .q-time__header-ampm {
  margin-top: 12px; }

.q-time--dark {
  border-color: rgba(255, 255, 255, 0.28); }

.q-timeline {
  padding: 0;
  width: 100%;
  list-style: none; }

.q-timeline h6 {
  line-height: inherit; }

.q-timeline--dark {
  color: #fff; }

.q-timeline--dark .q-timeline__subtitle {
  opacity: 0.7; }

.q-timeline__content {
  padding-bottom: 24px; }

.q-timeline__title {
  margin-top: 0;
  margin-bottom: 16px; }

.q-timeline__subtitle {
  font-size: 12px;
  margin-bottom: 8px;
  opacity: 0.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700; }

.q-timeline__dot {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px; }

.q-timeline__dot:after, .q-timeline__dot:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute; }

.q-timeline__dot:before {
  border: 3px solid transparent;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 4px;
  left: 0;
  transition: background 0.3s ease-in-out,border 0.3s ease-in-out; }

.q-timeline__dot:after {
  width: 3px;
  opacity: 0.4;
  top: 24px;
  bottom: 0;
  left: 6px; }

.q-timeline__dot .q-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  width: 100%;
  color: #fff; }

.q-timeline__dot-img {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 31px;
  width: 31px;
  background: currentColor;
  border-radius: 50%; }

.q-timeline__heading {
  position: relative; }

.q-timeline__heading:first-child .q-timeline__heading-title {
  padding-top: 0; }

.q-timeline__heading:last-child .q-timeline__heading-title {
  padding-bottom: 0; }

.q-timeline__heading-title {
  padding: 32px 0;
  margin: 0; }

.q-timeline__entry {
  position: relative;
  line-height: 22px; }

.q-timeline__entry:last-child {
  padding-bottom: 0 !important; }

.q-timeline__entry:last-child .q-timeline__dot:after {
  content: none; }

.q-timeline__entry--icon .q-timeline__dot {
  width: 31px; }

.q-timeline__entry--icon .q-timeline__dot:before {
  height: 31px;
  width: 31px; }

.q-timeline__entry--icon .q-timeline__dot:after {
  top: 41px;
  left: 14px; }

.q-timeline__entry--icon .q-timeline__subtitle {
  padding-top: 8px; }

.q-timeline--dense--right .q-timeline__entry {
  padding-left: 40px; }

.q-timeline--dense--right .q-timeline__entry--icon .q-timeline__dot {
  left: -8px; }

.q-timeline--dense--right .q-timeline__dot {
  left: 0; }

.q-timeline--dense--left .q-timeline__heading {
  text-align: right; }

.q-timeline--dense--left .q-timeline__entry {
  padding-right: 40px; }

.q-timeline--dense--left .q-timeline__entry--icon .q-timeline__dot {
  right: -8px; }

.q-timeline--dense--left .q-timeline__content, .q-timeline--dense--left .q-timeline__subtitle, .q-timeline--dense--left .q-timeline__title {
  text-align: right; }

.q-timeline--dense--left .q-timeline__dot {
  right: 0; }

.q-timeline--comfortable {
  display: table; }

.q-timeline--comfortable .q-timeline__heading {
  display: table-row;
  font-size: 200%; }

.q-timeline--comfortable .q-timeline__heading > div {
  display: table-cell; }

.q-timeline--comfortable .q-timeline__entry {
  display: table-row;
  padding: 0; }

.q-timeline--comfortable .q-timeline__entry--icon .q-timeline__content {
  padding-top: 8px; }

.q-timeline--comfortable .q-timeline__content, .q-timeline--comfortable .q-timeline__dot, .q-timeline--comfortable .q-timeline__subtitle {
  display: table-cell;
  vertical-align: top; }

.q-timeline--comfortable .q-timeline__subtitle {
  width: 35%; }

.q-timeline--comfortable .q-timeline__dot {
  position: relative;
  min-width: 31px; }

.q-timeline--comfortable--right .q-timeline__heading .q-timeline__heading-title {
  margin-left: -50px; }

.q-timeline--comfortable--right .q-timeline__subtitle {
  text-align: right;
  padding-right: 30px; }

.q-timeline--comfortable--right .q-timeline__content {
  padding-left: 30px; }

.q-timeline--comfortable--right .q-timeline__entry--icon .q-timeline__dot {
  left: -8px; }

.q-timeline--comfortable--left .q-timeline__heading {
  text-align: right; }

.q-timeline--comfortable--left .q-timeline__heading .q-timeline__heading-title {
  margin-right: -50px; }

.q-timeline--comfortable--left .q-timeline__subtitle {
  padding-left: 30px; }

.q-timeline--comfortable--left .q-timeline__content {
  padding-right: 30px; }

.q-timeline--comfortable--left .q-timeline__content, .q-timeline--comfortable--left .q-timeline__title {
  text-align: right; }

.q-timeline--comfortable--left .q-timeline__entry--icon .q-timeline__dot {
  right: 0; }

.q-timeline--comfortable--left .q-timeline__dot {
  right: -8px; }

.q-timeline--loose .q-timeline__heading-title {
  text-align: center;
  margin-left: 0; }

.q-timeline--loose .q-timeline__content, .q-timeline--loose .q-timeline__dot, .q-timeline--loose .q-timeline__entry, .q-timeline--loose .q-timeline__subtitle {
  display: block;
  margin: 0;
  padding: 0; }

.q-timeline--loose .q-timeline__dot {
  position: absolute;
  left: 50%;
  margin-left: -7.15px; }

.q-timeline--loose .q-timeline__entry {
  padding-bottom: 24px;
  overflow: hidden; }

.q-timeline--loose .q-timeline__entry--icon .q-timeline__dot {
  margin-left: -15px; }

.q-timeline--loose .q-timeline__entry--icon .q-timeline__subtitle {
  line-height: 38px; }

.q-timeline--loose .q-timeline__entry--icon .q-timeline__content {
  padding-top: 8px; }

.q-timeline--loose .q-timeline__entry--left .q-timeline__content, .q-timeline--loose .q-timeline__entry--right .q-timeline__subtitle {
  float: left;
  padding-right: 30px;
  text-align: right; }

.q-timeline--loose .q-timeline__entry--left .q-timeline__subtitle, .q-timeline--loose .q-timeline__entry--right .q-timeline__content {
  float: right;
  text-align: left;
  padding-left: 30px; }

.q-timeline--loose .q-timeline__content, .q-timeline--loose .q-timeline__subtitle {
  width: 50%; }

.q-toggle {
  vertical-align: middle; }

.q-toggle__native {
  width: 1px;
  height: 1px; }

.q-toggle__track {
  height: 0.35em;
  border-radius: 0.175em;
  opacity: 0.38;
  background: currentColor; }

.q-toggle__thumb {
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  transition: left 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0; }

.q-toggle__thumb:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.q-toggle__thumb .q-icon {
  font-size: 0.3em;
  min-width: 1em;
  color: #000;
  opacity: 0.54;
  z-index: 1; }

.q-toggle__inner {
  font-size: 40px;
  width: 1.4em;
  min-width: 1.4em;
  height: 1em;
  padding: 0.325em 0.3em; }

.q-toggle__inner--indet .q-toggle__thumb {
  left: 0.45em; }

.q-toggle__inner--truthy {
  color: #1976d2;
  color: var(--q-color-primary); }

.q-toggle__inner--truthy .q-toggle__track {
  opacity: 0.54; }

.q-toggle__inner--truthy .q-toggle__thumb {
  left: 0.65em; }

.q-toggle__inner--truthy .q-toggle__thumb:after {
  background-color: currentColor; }

.q-toggle__inner--truthy .q-toggle__thumb .q-icon {
  color: #fff;
  opacity: 1; }

.q-toggle.disabled {
  opacity: 0.75 !important; }

.q-toggle--dark .q-toggle__inner {
  color: #fff; }

.q-toggle--dark .q-toggle__inner--truthy {
  color: #1976d2;
  color: var(--q-color-primary); }

.q-toggle--dark .q-toggle__thumb:before {
  opacity: 0.32 !important; }

.q-toggle--dense .q-toggle__inner {
  width: 0.8em;
  min-width: 0.8em;
  height: 0.5em;
  padding: 0.07625em 0; }

.q-toggle--dense .q-toggle__thumb {
  top: 0;
  left: 0; }

.q-toggle--dense .q-toggle__inner--indet .q-toggle__thumb {
  left: 0.15em; }

.q-toggle--dense .q-toggle__inner--truthy .q-toggle__thumb {
  left: 0.3em; }

.q-toggle--dense .q-toggle__label {
  padding-left: 0.5em; }

.q-toggle--dense.reverse .q-toggle__label {
  padding-left: 0;
  padding-right: 0.5em; }

body.desktop .q-toggle:not(.disabled) .q-toggle__thumb:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.12;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1); }

body.desktop .q-toggle:not(.disabled):focus .q-toggle__thumb:before, body.desktop .q-toggle:not(.disabled):hover .q-toggle__thumb:before {
  transform: scale3d(2, 2, 1); }

body.desktop .q-toggle--dense:not(.disabled):focus .q-toggle__thumb:before, body.desktop .q-toggle--dense:not(.disabled):hover .q-toggle__thumb:before {
  transform: scale3d(1.5, 1.5, 1); }

.q-toolbar {
  position: relative;
  padding: 0 12px;
  min-height: 50px;
  width: 100%; }

.q-toolbar--inset {
  padding-left: 58px; }

.q-toolbar .q-avatar {
  font-size: 38px; }

.q-toolbar__title {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  min-width: 1px;
  max-width: 100%;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.01em;
  padding: 0 12px; }

.q-toolbar__title:first-child {
  padding-left: 0; }

.q-toolbar__title:last-child {
  padding-right: 0; }

.q-tooltip--style {
  font-size: 10px;
  color: #fafafa;
  background: #757575;
  border-radius: 4px;
  text-transform: none;
  font-weight: 400; }

.q-tooltip {
  z-index: 9000;
  position: fixed !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 6px 10px; }

@media (max-width: 599px) {
  .q-tooltip {
    font-size: 14px;
    padding: 8px 16px; } }

.q-tree {
  position: relative;
  color: #9e9e9e; }

.q-tree__node {
  padding: 0 0 3px 22px; }

.q-tree__node:after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  width: 2px;
  right: auto;
  left: -13px;
  border-left: 1px solid currentColor; }

.q-tree__node:last-child:after {
  display: none; }

.q-tree__node--disabled {
  pointer-events: none; }

.q-tree__node--disabled .disabled {
  opacity: 1 !important; }

.q-tree__node--disabled > .disabled, .q-tree__node--disabled > div, .q-tree__node--disabled > i {
  opacity: 0.6 !important; }

.q-tree__node--disabled > .disabled .q-tree__node--disabled > .disabled, .q-tree__node--disabled > .disabled .q-tree__node--disabled > div, .q-tree__node--disabled > .disabled .q-tree__node--disabled > i, .q-tree__node--disabled > div .q-tree__node--disabled > .disabled, .q-tree__node--disabled > div .q-tree__node--disabled > div, .q-tree__node--disabled > div .q-tree__node--disabled > i, .q-tree__node--disabled > i .q-tree__node--disabled > .disabled, .q-tree__node--disabled > i .q-tree__node--disabled > div, .q-tree__node--disabled > i .q-tree__node--disabled > i {
  opacity: 1 !important; }

.q-tree__node-header:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 50%;
  width: 35px;
  left: -35px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor; }

.q-tree__children {
  padding-left: 25px; }

.q-tree__node-body {
  padding: 5px 0 8px 5px; }

.q-tree__node--parent {
  padding-left: 2px; }

.q-tree__node--parent > .q-tree__node-header:before {
  width: 15px;
  left: -15px; }

.q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body {
  padding: 5px 0 8px 27px; }

.q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  right: auto;
  left: 12px;
  border-left: 1px solid currentColor;
  bottom: 50px; }

.q-tree__node--link {
  cursor: pointer; }

.q-tree__node-header {
  padding: 4px;
  margin-top: 3px;
  border-radius: 4px;
  outline: 0; }

.q-tree__node-header-content {
  color: #000;
  transition: color 0.3s; }

.q-tree__node--selected .q-tree__node-header-content {
  color: #9e9e9e; }

.q-tree__icon, .q-tree__node-header-content .q-icon, .q-tree__spinner {
  font-size: 21px; }

.q-tree__img {
  height: 42px; }

.q-tree__avatar, .q-tree__node-header-content .q-avatar {
  font-size: 28px;
  border-radius: 50%;
  width: 28px;
  height: 28px; }

.q-tree__arrow, .q-tree__spinner {
  font-size: 16px; }

.q-tree__arrow {
  transition: transform 0.3s; }

.q-tree__arrow--rotate {
  transform: rotate3d(0, 0, 1, 90deg); }

.q-tree > .q-tree__node {
  padding: 0; }

.q-tree > .q-tree__node:after, .q-tree > .q-tree__node > .q-tree__node-header:before {
  display: none; }

.q-tree > .q-tree__node--child > .q-tree__node-header {
  padding-left: 24px; }

.q-tree--dark .q-tree__node-header-content {
  color: #fff; }

.q-tree--no-connectors .q-tree__node-body:after, .q-tree--no-connectors .q-tree__node-header:before, .q-tree--no-connectors .q-tree__node:after {
  display: none !important; }

[dir=rtl] .q-tree__arrow {
  transform: rotate3d(0, 0, 1, 180deg); }

[dir=rtl] .q-tree__arrow--rotate {
  transform: rotate3d(0, 0, 1, 90deg); }

.q-uploader {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  vertical-align: top;
  background: #fff;
  position: relative;
  width: 320px;
  max-height: 320px; }

.q-uploader--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12); }

.q-uploader__input {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer !important; }

.q-uploader__input::-webkit-file-upload-button {
  cursor: pointer; }

.q-uploader__file:before, .q-uploader__header:before {
  content: "";
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: currentColor;
  opacity: 0.04; }

.q-uploader__header {
  position: relative;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  background-color: #1976d2;
  background-color: var(--q-color-primary);
  color: #fff;
  width: 100%; }

.q-uploader__spinner {
  font-size: 24px;
  margin-right: 4px; }

.q-uploader__header-content {
  padding: 8px; }

.q-uploader__dnd {
  outline: 1px dashed currentColor;
  outline-offset: -4px;
  background: rgba(255, 255, 255, 0.6); }

.q-uploader__overlay {
  font-size: 36px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.6); }

.q-uploader__list {
  position: relative;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding: 8px;
  min-height: 60px;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.q-uploader__file {
  border-radius: 4px 4px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.12); }

.q-uploader__file .q-circular-progress {
  font-size: 24px; }

.q-uploader__file--img {
  color: #fff;
  height: 200px;
  min-width: 200px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.q-uploader__file--img:before {
  content: none; }

.q-uploader__file--img .q-circular-progress {
  color: #fff; }

.q-uploader__file--img .q-uploader__file-header {
  padding-bottom: 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 20%, transparent); }

.q-uploader__file + .q-uploader__file {
  margin-top: 8px; }

.q-uploader__file-header {
  position: relative;
  padding: 4px 8px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.q-uploader__file-header-content {
  padding-right: 8px; }

.q-uploader__file-status {
  font-size: 24px;
  margin-right: 4px; }

.q-uploader__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  word-break: break-word; }

.q-uploader__subtitle {
  font-size: 12px;
  line-height: 18px; }

.q-uploader--disable .q-uploader__header, .q-uploader--disable .q-uploader__list {
  pointer-events: none; }

.q-uploader--dark, .q-uploader--dark .q-uploader__file {
  border-color: rgba(255, 255, 255, 0.28); }

.q-uploader--dark .q-uploader__dnd, .q-uploader--dark .q-uploader__overlay {
  background: rgba(255, 255, 255, 0.3); }

.q-uploader--dark .q-uploader__overlay {
  color: #fff; }

.q-video {
  position: relative;
  overflow: hidden;
  border-radius: inherit; }

.q-video embed, .q-video iframe, .q-video object {
  width: 100%;
  height: 100%; }

.q-video--responsive {
  height: 0; }

.q-video--responsive embed, .q-video--responsive iframe, .q-video--responsive object {
  position: absolute;
  top: 0;
  left: 0; }

.q-virtual-scroll:focus {
  outline: 0; }

.q-virtual-scroll__padding {
  background: linear-gradient(transparent, transparent 20%, rgba(128, 128, 128, 0.03) 0, rgba(128, 128, 128, 0.08) 50%, rgba(128, 128, 128, 0.03) 80%, transparent 0, transparent);
  background-size: 100% 50px; }

.q-table .q-virtual-scroll__padding tr {
  height: 0 !important; }

.q-table .q-virtual-scroll__padding td {
  padding: 0 !important; }

.q-virtual-scroll--horizontal {
  -ms-flex-align: stretch;
      align-items: stretch; }

.q-virtual-scroll--horizontal, .q-virtual-scroll--horizontal .q-virtual-scroll__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.q-virtual-scroll--horizontal .q-virtual-scroll__content, .q-virtual-scroll--horizontal .q-virtual-scroll__content > *, .q-virtual-scroll--horizontal .q-virtual-scroll__padding {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.q-virtual-scroll--horizontal .q-virtual-scroll__padding {
  background: linear-gradient(270deg, transparent, transparent 20%, rgba(128, 128, 128, 0.03) 0, rgba(128, 128, 128, 0.08) 50%, rgba(128, 128, 128, 0.03) 80%, transparent 0, transparent);
  background-size: 50px 100%; }

.q-ripple {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 0;
  overflow: hidden;
  contain: strict; }

.q-ripple, .q-ripple__inner {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  pointer-events: none; }

.q-ripple__inner {
  opacity: 0;
  border-radius: 50%;
  background: currentColor;
  will-change: transform,opacity; }

.q-ripple__inner--enter {
  transition: transform 0.225s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1); }

.q-ripple__inner--leave {
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

.q-loading {
  color: #000;
  position: fixed !important; }

.q-loading:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: currentColor;
  opacity: 0.5;
  z-index: -1; }

.q-loading > div {
  margin: 40px 20px 0;
  max-width: 450px;
  text-align: center; }

.q-notifications__list {
  z-index: 9500;
  pointer-events: none;
  left: 0;
  right: 0;
  margin-bottom: 10px;
  position: relative; }

.q-notifications__list--center {
  top: 0;
  bottom: 0; }

.q-notifications__list--top {
  top: 0; }

.q-notifications__list--bottom {
  bottom: 0; }

body.q-ios-padding .q-notifications__list--center, body.q-ios-padding .q-notifications__list--top {
  top: 20px;
  top: env(safe-area-inset-top); }

body.q-ios-padding .q-notifications__list--bottom, body.q-ios-padding .q-notifications__list--center {
  bottom: env(safe-area-inset-bottom); }

.q-notification {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  pointer-events: all;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px 10px 0;
  transition: transform 1s,opacity 1s;
  z-index: 9500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 95vw;
  background: #323232;
  color: #fff;
  font-size: 14px; }

.q-notification__icon {
  font-size: 24px;
  padding-right: 16px; }

.q-notification__avatar {
  font-size: 32px;
  padding-right: 8px; }

.q-notification__message {
  padding: 8px 0; }

.q-notification__caption {
  font-size: 0.9em;
  opacity: 0.7; }

.q-notification__actions {
  color: #1976d2;
  color: var(--q-color-primary); }

.q-notification__badge {
  animation: q-notif-badge 0.42s;
  padding: 4px 8px;
  position: absolute;
  background: #c10015;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  background-color: #c10015;
  background-color: var(--q-color-negative);
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px; }

.q-notification__badge--top-left, .q-notification__badge--top-right {
  top: -6px; }

.q-notification__badge--bottom-left, .q-notification__badge--bottom-right {
  bottom: -6px; }

.q-notification__badge--bottom-left, .q-notification__badge--top-left {
  left: -22px; }

.q-notification__badge--bottom-right, .q-notification__badge--top-right {
  right: -22px; }

.q-notification__progress {
  z-index: -1;
  position: absolute;
  height: 3px;
  bottom: 0;
  left: -10px;
  right: -10px;
  animation: q-notif-progress linear;
  background: currentColor;
  opacity: 0.3;
  border-radius: 4px 4px 0 0;
  transform-origin: 0 50%;
  transform: scaleX(0); }

.q-notification--standard {
  padding: 0 16px;
  min-height: 48px; }

.q-notification--standard .q-notification__actions {
  padding: 6px 0 6px 8px;
  margin-right: -8px; }

.q-notification--multi-line {
  min-height: 68px;
  padding: 8px 16px; }

.q-notification--multi-line .q-notification__badge--top-left, .q-notification--multi-line .q-notification__badge--top-right {
  top: -15px; }

.q-notification--multi-line .q-notification__badge--bottom-left, .q-notification--multi-line .q-notification__badge--bottom-right {
  bottom: -15px; }

.q-notification--multi-line .q-notification__progress {
  bottom: -8px; }

.q-notification--multi-line .q-notification__actions {
  padding: 0; }

.q-notification--multi-line .q-notification__actions--with-media {
  padding-left: 25px; }

.q-notification--top-enter, .q-notification--top-leave-to, .q-notification--top-left-enter, .q-notification--top-left-leave-to, .q-notification--top-right-enter, .q-notification--top-right-leave-to {
  opacity: 0;
  transform: translateY(-50px);
  z-index: 9499; }

.q-notification--center-enter, .q-notification--center-leave-to, .q-notification--left-enter, .q-notification--left-leave-to, .q-notification--right-enter, .q-notification--right-leave-to {
  opacity: 0;
  transform: rotateX(90deg);
  z-index: 9499; }

.q-notification--bottom-enter, .q-notification--bottom-leave-to, .q-notification--bottom-left-enter, .q-notification--bottom-left-leave-to, .q-notification--bottom-right-enter, .q-notification--bottom-right-leave-to {
  opacity: 0;
  transform: translateY(50px);
  z-index: 9499; }

.q-notification--bottom-leave-active, .q-notification--bottom-left-leave-active, .q-notification--bottom-right-leave-active, .q-notification--center-leave-active, .q-notification--left-leave-active, .q-notification--right-leave-active, .q-notification--top-leave-active, .q-notification--top-left-leave-active, .q-notification--top-right-leave-active {
  position: absolute;
  z-index: 9499;
  margin-left: 0;
  margin-right: 0; }

.q-notification--center-leave-active, .q-notification--top-leave-active {
  top: 0; }

.q-notification--bottom-leave-active, .q-notification--bottom-left-leave-active, .q-notification--bottom-right-leave-active {
  bottom: 0; }

@media (min-width: 600px) {
  .q-notification {
    max-width: 65vw; } }

.animated {
  animation-duration: 0.3s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: 0.3s; }

.q-animate--scale {
  animation: q-scale 0.15s;
  animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1); }

.q-animate--fade {
  animation: q-fade 0.2s; }

:root {
  --q-color-primary: #1976d2;
  --q-color-secondary: #26a69a;
  --q-color-accent: #9c27b0;
  --q-color-positive: #21ba45;
  --q-color-negative: #c10015;
  --q-color-info: #31ccec;
  --q-color-warning: #f2c037;
  --q-color-dark: #1d1d1d; }

.text-dark {
  color: #1d1d1d !important;
  color: var(--q-color-dark) !important; }

.bg-dark {
  background: #1d1d1d !important;
  background: var(--q-color-dark) !important; }

.text-primary {
  color: #1976d2 !important;
  color: var(--q-color-primary) !important; }

.bg-primary {
  background: #1976d2 !important;
  background: var(--q-color-primary) !important; }

.text-secondary {
  color: #26a69a !important;
  color: var(--q-color-secondary) !important; }

.bg-secondary {
  background: #26a69a !important;
  background: var(--q-color-secondary) !important; }

.text-accent {
  color: #9c27b0 !important;
  color: var(--q-color-accent) !important; }

.bg-accent {
  background: #9c27b0 !important;
  background: var(--q-color-accent) !important; }

.text-positive {
  color: #21ba45 !important;
  color: var(--q-color-positive) !important; }

.bg-positive {
  background: #21ba45 !important;
  background: var(--q-color-positive) !important; }

.text-negative {
  color: #c10015 !important;
  color: var(--q-color-negative) !important; }

.bg-negative {
  background: #c10015 !important;
  background: var(--q-color-negative) !important; }

.text-info {
  color: #31ccec !important;
  color: var(--q-color-info) !important; }

.bg-info {
  background: #31ccec !important;
  background: var(--q-color-info) !important; }

.text-warning {
  color: #f2c037 !important;
  color: var(--q-color-warning) !important; }

.bg-warning {
  background: #f2c037 !important;
  background: var(--q-color-warning) !important; }

.text-white {
  color: #fff !important; }

.bg-white {
  background: #fff !important; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.text-transparent {
  color: transparent !important; }

.bg-transparent {
  background: transparent !important; }

.text-separator {
  color: rgba(0, 0, 0, 0.12) !important; }

.bg-separator {
  background: rgba(0, 0, 0, 0.12) !important; }

.text-dark-separator {
  color: rgba(255, 255, 255, 0.28) !important; }

.bg-dark-separator {
  background: rgba(255, 255, 255, 0.28) !important; }

.text-red {
  color: #f44336 !important; }

.text-red-1 {
  color: #ffebee !important; }

.text-red-2 {
  color: #ffcdd2 !important; }

.text-red-3 {
  color: #ef9a9a !important; }

.text-red-4 {
  color: #e57373 !important; }

.text-red-5 {
  color: #ef5350 !important; }

.text-red-6 {
  color: #f44336 !important; }

.text-red-7 {
  color: #e53935 !important; }

.text-red-8 {
  color: #d32f2f !important; }

.text-red-9 {
  color: #c62828 !important; }

.text-red-10 {
  color: #b71c1c !important; }

.text-red-11 {
  color: #ff8a80 !important; }

.text-red-12 {
  color: #ff5252 !important; }

.text-red-13 {
  color: #ff1744 !important; }

.text-red-14 {
  color: #d50000 !important; }

.text-pink {
  color: #e91e63 !important; }

.text-pink-1 {
  color: #fce4ec !important; }

.text-pink-2 {
  color: #f8bbd0 !important; }

.text-pink-3 {
  color: #f48fb1 !important; }

.text-pink-4 {
  color: #f06292 !important; }

.text-pink-5 {
  color: #ec407a !important; }

.text-pink-6 {
  color: #e91e63 !important; }

.text-pink-7 {
  color: #d81b60 !important; }

.text-pink-8 {
  color: #c2185b !important; }

.text-pink-9 {
  color: #ad1457 !important; }

.text-pink-10 {
  color: #880e4f !important; }

.text-pink-11 {
  color: #ff80ab !important; }

.text-pink-12 {
  color: #ff4081 !important; }

.text-pink-13 {
  color: #f50057 !important; }

.text-pink-14 {
  color: #c51162 !important; }

.text-purple {
  color: #9c27b0 !important; }

.text-purple-1 {
  color: #f3e5f5 !important; }

.text-purple-2 {
  color: #e1bee7 !important; }

.text-purple-3 {
  color: #ce93d8 !important; }

.text-purple-4 {
  color: #ba68c8 !important; }

.text-purple-5 {
  color: #ab47bc !important; }

.text-purple-6 {
  color: #9c27b0 !important; }

.text-purple-7 {
  color: #8e24aa !important; }

.text-purple-8 {
  color: #7b1fa2 !important; }

.text-purple-9 {
  color: #6a1b9a !important; }

.text-purple-10 {
  color: #4a148c !important; }

.text-purple-11 {
  color: #ea80fc !important; }

.text-purple-12 {
  color: #e040fb !important; }

.text-purple-13 {
  color: #d500f9 !important; }

.text-purple-14 {
  color: #a0f !important; }

.text-deep-purple {
  color: #673ab7 !important; }

.text-deep-purple-1 {
  color: #ede7f6 !important; }

.text-deep-purple-2 {
  color: #d1c4e9 !important; }

.text-deep-purple-3 {
  color: #b39ddb !important; }

.text-deep-purple-4 {
  color: #9575cd !important; }

.text-deep-purple-5 {
  color: #7e57c2 !important; }

.text-deep-purple-6 {
  color: #673ab7 !important; }

.text-deep-purple-7 {
  color: #5e35b1 !important; }

.text-deep-purple-8 {
  color: #512da8 !important; }

.text-deep-purple-9 {
  color: #4527a0 !important; }

.text-deep-purple-10 {
  color: #311b92 !important; }

.text-deep-purple-11 {
  color: #b388ff !important; }

.text-deep-purple-12 {
  color: #7c4dff !important; }

.text-deep-purple-13 {
  color: #651fff !important; }

.text-deep-purple-14 {
  color: #6200ea !important; }

.text-indigo {
  color: #3f51b5 !important; }

.text-indigo-1 {
  color: #e8eaf6 !important; }

.text-indigo-2 {
  color: #c5cae9 !important; }

.text-indigo-3 {
  color: #9fa8da !important; }

.text-indigo-4 {
  color: #7986cb !important; }

.text-indigo-5 {
  color: #5c6bc0 !important; }

.text-indigo-6 {
  color: #3f51b5 !important; }

.text-indigo-7 {
  color: #3949ab !important; }

.text-indigo-8 {
  color: #303f9f !important; }

.text-indigo-9 {
  color: #283593 !important; }

.text-indigo-10 {
  color: #1a237e !important; }

.text-indigo-11 {
  color: #8c9eff !important; }

.text-indigo-12 {
  color: #536dfe !important; }

.text-indigo-13 {
  color: #3d5afe !important; }

.text-indigo-14 {
  color: #304ffe !important; }

.text-blue {
  color: #2196f3 !important; }

.text-blue-1 {
  color: #e3f2fd !important; }

.text-blue-2 {
  color: #bbdefb !important; }

.text-blue-3 {
  color: #90caf9 !important; }

.text-blue-4 {
  color: #64b5f6 !important; }

.text-blue-5 {
  color: #42a5f5 !important; }

.text-blue-6 {
  color: #2196f3 !important; }

.text-blue-7 {
  color: #1e88e5 !important; }

.text-blue-8 {
  color: #1976d2 !important; }

.text-blue-9 {
  color: #1565c0 !important; }

.text-blue-10 {
  color: #0d47a1 !important; }

.text-blue-11 {
  color: #82b1ff !important; }

.text-blue-12 {
  color: #448aff !important; }

.text-blue-13 {
  color: #2979ff !important; }

.text-blue-14 {
  color: #2962ff !important; }

.text-light-blue {
  color: #03a9f4 !important; }

.text-light-blue-1 {
  color: #e1f5fe !important; }

.text-light-blue-2 {
  color: #b3e5fc !important; }

.text-light-blue-3 {
  color: #81d4fa !important; }

.text-light-blue-4 {
  color: #4fc3f7 !important; }

.text-light-blue-5 {
  color: #29b6f6 !important; }

.text-light-blue-6 {
  color: #03a9f4 !important; }

.text-light-blue-7 {
  color: #039be5 !important; }

.text-light-blue-8 {
  color: #0288d1 !important; }

.text-light-blue-9 {
  color: #0277bd !important; }

.text-light-blue-10 {
  color: #01579b !important; }

.text-light-blue-11 {
  color: #80d8ff !important; }

.text-light-blue-12 {
  color: #40c4ff !important; }

.text-light-blue-13 {
  color: #00b0ff !important; }

.text-light-blue-14 {
  color: #0091ea !important; }

.text-cyan {
  color: #00bcd4 !important; }

.text-cyan-1 {
  color: #e0f7fa !important; }

.text-cyan-2 {
  color: #b2ebf2 !important; }

.text-cyan-3 {
  color: #80deea !important; }

.text-cyan-4 {
  color: #4dd0e1 !important; }

.text-cyan-5 {
  color: #26c6da !important; }

.text-cyan-6 {
  color: #00bcd4 !important; }

.text-cyan-7 {
  color: #00acc1 !important; }

.text-cyan-8 {
  color: #0097a7 !important; }

.text-cyan-9 {
  color: #00838f !important; }

.text-cyan-10 {
  color: #006064 !important; }

.text-cyan-11 {
  color: #84ffff !important; }

.text-cyan-12 {
  color: #18ffff !important; }

.text-cyan-13 {
  color: #00e5ff !important; }

.text-cyan-14 {
  color: #00b8d4 !important; }

.text-teal {
  color: #009688 !important; }

.text-teal-1 {
  color: #e0f2f1 !important; }

.text-teal-2 {
  color: #b2dfdb !important; }

.text-teal-3 {
  color: #80cbc4 !important; }

.text-teal-4 {
  color: #4db6ac !important; }

.text-teal-5 {
  color: #26a69a !important; }

.text-teal-6 {
  color: #009688 !important; }

.text-teal-7 {
  color: #00897b !important; }

.text-teal-8 {
  color: #00796b !important; }

.text-teal-9 {
  color: #00695c !important; }

.text-teal-10 {
  color: #004d40 !important; }

.text-teal-11 {
  color: #a7ffeb !important; }

.text-teal-12 {
  color: #64ffda !important; }

.text-teal-13 {
  color: #1de9b6 !important; }

.text-teal-14 {
  color: #00bfa5 !important; }

.text-green {
  color: #4caf50 !important; }

.text-green-1 {
  color: #e8f5e9 !important; }

.text-green-2 {
  color: #c8e6c9 !important; }

.text-green-3 {
  color: #a5d6a7 !important; }

.text-green-4 {
  color: #81c784 !important; }

.text-green-5 {
  color: #66bb6a !important; }

.text-green-6 {
  color: #4caf50 !important; }

.text-green-7 {
  color: #43a047 !important; }

.text-green-8 {
  color: #388e3c !important; }

.text-green-9 {
  color: #2e7d32 !important; }

.text-green-10 {
  color: #1b5e20 !important; }

.text-green-11 {
  color: #b9f6ca !important; }

.text-green-12 {
  color: #69f0ae !important; }

.text-green-13 {
  color: #00e676 !important; }

.text-green-14 {
  color: #00c853 !important; }

.text-light-green {
  color: #8bc34a !important; }

.text-light-green-1 {
  color: #f1f8e9 !important; }

.text-light-green-2 {
  color: #dcedc8 !important; }

.text-light-green-3 {
  color: #c5e1a5 !important; }

.text-light-green-4 {
  color: #aed581 !important; }

.text-light-green-5 {
  color: #9ccc65 !important; }

.text-light-green-6 {
  color: #8bc34a !important; }

.text-light-green-7 {
  color: #7cb342 !important; }

.text-light-green-8 {
  color: #689f38 !important; }

.text-light-green-9 {
  color: #558b2f !important; }

.text-light-green-10 {
  color: #33691e !important; }

.text-light-green-11 {
  color: #ccff90 !important; }

.text-light-green-12 {
  color: #b2ff59 !important; }

.text-light-green-13 {
  color: #76ff03 !important; }

.text-light-green-14 {
  color: #64dd17 !important; }

.text-lime {
  color: #cddc39 !important; }

.text-lime-1 {
  color: #f9fbe7 !important; }

.text-lime-2 {
  color: #f0f4c3 !important; }

.text-lime-3 {
  color: #e6ee9c !important; }

.text-lime-4 {
  color: #dce775 !important; }

.text-lime-5 {
  color: #d4e157 !important; }

.text-lime-6 {
  color: #cddc39 !important; }

.text-lime-7 {
  color: #c0ca33 !important; }

.text-lime-8 {
  color: #afb42b !important; }

.text-lime-9 {
  color: #9e9d24 !important; }

.text-lime-10 {
  color: #827717 !important; }

.text-lime-11 {
  color: #f4ff81 !important; }

.text-lime-12 {
  color: #eeff41 !important; }

.text-lime-13 {
  color: #c6ff00 !important; }

.text-lime-14 {
  color: #aeea00 !important; }

.text-yellow {
  color: #ffeb3b !important; }

.text-yellow-1 {
  color: #fffde7 !important; }

.text-yellow-2 {
  color: #fff9c4 !important; }

.text-yellow-3 {
  color: #fff59d !important; }

.text-yellow-4 {
  color: #fff176 !important; }

.text-yellow-5 {
  color: #ffee58 !important; }

.text-yellow-6 {
  color: #ffeb3b !important; }

.text-yellow-7 {
  color: #fdd835 !important; }

.text-yellow-8 {
  color: #fbc02d !important; }

.text-yellow-9 {
  color: #f9a825 !important; }

.text-yellow-10 {
  color: #f57f17 !important; }

.text-yellow-11 {
  color: #ffff8d !important; }

.text-yellow-12 {
  color: #ff0 !important; }

.text-yellow-13 {
  color: #ffea00 !important; }

.text-yellow-14 {
  color: #ffd600 !important; }

.text-amber {
  color: #ffc107 !important; }

.text-amber-1 {
  color: #fff8e1 !important; }

.text-amber-2 {
  color: #ffecb3 !important; }

.text-amber-3 {
  color: #ffe082 !important; }

.text-amber-4 {
  color: #ffd54f !important; }

.text-amber-5 {
  color: #ffca28 !important; }

.text-amber-6 {
  color: #ffc107 !important; }

.text-amber-7 {
  color: #ffb300 !important; }

.text-amber-8 {
  color: #ffa000 !important; }

.text-amber-9 {
  color: #ff8f00 !important; }

.text-amber-10 {
  color: #ff6f00 !important; }

.text-amber-11 {
  color: #ffe57f !important; }

.text-amber-12 {
  color: #ffd740 !important; }

.text-amber-13 {
  color: #ffc400 !important; }

.text-amber-14 {
  color: #ffab00 !important; }

.text-orange {
  color: #ff9800 !important; }

.text-orange-1 {
  color: #fff3e0 !important; }

.text-orange-2 {
  color: #ffe0b2 !important; }

.text-orange-3 {
  color: #ffcc80 !important; }

.text-orange-4 {
  color: #ffb74d !important; }

.text-orange-5 {
  color: #ffa726 !important; }

.text-orange-6 {
  color: #ff9800 !important; }

.text-orange-7 {
  color: #fb8c00 !important; }

.text-orange-8 {
  color: #f57c00 !important; }

.text-orange-9 {
  color: #ef6c00 !important; }

.text-orange-10 {
  color: #e65100 !important; }

.text-orange-11 {
  color: #ffd180 !important; }

.text-orange-12 {
  color: #ffab40 !important; }

.text-orange-13 {
  color: #ff9100 !important; }

.text-orange-14 {
  color: #ff6d00 !important; }

.text-deep-orange {
  color: #ff5722 !important; }

.text-deep-orange-1 {
  color: #fbe9e7 !important; }

.text-deep-orange-2 {
  color: #ffccbc !important; }

.text-deep-orange-3 {
  color: #ffab91 !important; }

.text-deep-orange-4 {
  color: #ff8a65 !important; }

.text-deep-orange-5 {
  color: #ff7043 !important; }

.text-deep-orange-6 {
  color: #ff5722 !important; }

.text-deep-orange-7 {
  color: #f4511e !important; }

.text-deep-orange-8 {
  color: #e64a19 !important; }

.text-deep-orange-9 {
  color: #d84315 !important; }

.text-deep-orange-10 {
  color: #bf360c !important; }

.text-deep-orange-11 {
  color: #ff9e80 !important; }

.text-deep-orange-12 {
  color: #ff6e40 !important; }

.text-deep-orange-13 {
  color: #ff3d00 !important; }

.text-deep-orange-14 {
  color: #dd2c00 !important; }

.text-brown {
  color: #795548 !important; }

.text-brown-1 {
  color: #efebe9 !important; }

.text-brown-2 {
  color: #d7ccc8 !important; }

.text-brown-3 {
  color: #bcaaa4 !important; }

.text-brown-4 {
  color: #a1887f !important; }

.text-brown-5 {
  color: #8d6e63 !important; }

.text-brown-6 {
  color: #795548 !important; }

.text-brown-7 {
  color: #6d4c41 !important; }

.text-brown-8 {
  color: #5d4037 !important; }

.text-brown-9 {
  color: #4e342e !important; }

.text-brown-10 {
  color: #3e2723 !important; }

.text-brown-11 {
  color: #d7ccc8 !important; }

.text-brown-12 {
  color: #bcaaa4 !important; }

.text-brown-13 {
  color: #8d6e63 !important; }

.text-brown-14 {
  color: #5d4037 !important; }

.text-grey {
  color: #9e9e9e !important; }

.text-grey-1 {
  color: #fafafa !important; }

.text-grey-2 {
  color: #f5f5f5 !important; }

.text-grey-3 {
  color: #eee !important; }

.text-grey-4 {
  color: #e0e0e0 !important; }

.text-grey-5 {
  color: #bdbdbd !important; }

.text-grey-6 {
  color: #9e9e9e !important; }

.text-grey-7 {
  color: #757575 !important; }

.text-grey-8 {
  color: #616161 !important; }

.text-grey-9 {
  color: #424242 !important; }

.text-grey-10 {
  color: #212121 !important; }

.text-grey-11 {
  color: #f5f5f5 !important; }

.text-grey-12 {
  color: #eee !important; }

.text-grey-13 {
  color: #bdbdbd !important; }

.text-grey-14 {
  color: #616161 !important; }

.text-blue-grey {
  color: #607d8b !important; }

.text-blue-grey-1 {
  color: #eceff1 !important; }

.text-blue-grey-2 {
  color: #cfd8dc !important; }

.text-blue-grey-3 {
  color: #b0bec5 !important; }

.text-blue-grey-4 {
  color: #90a4ae !important; }

.text-blue-grey-5 {
  color: #78909c !important; }

.text-blue-grey-6 {
  color: #607d8b !important; }

.text-blue-grey-7 {
  color: #546e7a !important; }

.text-blue-grey-8 {
  color: #455a64 !important; }

.text-blue-grey-9 {
  color: #37474f !important; }

.text-blue-grey-10 {
  color: #263238 !important; }

.text-blue-grey-11 {
  color: #cfd8dc !important; }

.text-blue-grey-12 {
  color: #b0bec5 !important; }

.text-blue-grey-13 {
  color: #78909c !important; }

.text-blue-grey-14 {
  color: #455a64 !important; }

.bg-red {
  background: #f44336 !important; }

.bg-red-1 {
  background: #ffebee !important; }

.bg-red-2 {
  background: #ffcdd2 !important; }

.bg-red-3 {
  background: #ef9a9a !important; }

.bg-red-4 {
  background: #e57373 !important; }

.bg-red-5 {
  background: #ef5350 !important; }

.bg-red-6 {
  background: #f44336 !important; }

.bg-red-7 {
  background: #e53935 !important; }

.bg-red-8 {
  background: #d32f2f !important; }

.bg-red-9 {
  background: #c62828 !important; }

.bg-red-10 {
  background: #b71c1c !important; }

.bg-red-11 {
  background: #ff8a80 !important; }

.bg-red-12 {
  background: #ff5252 !important; }

.bg-red-13 {
  background: #ff1744 !important; }

.bg-red-14 {
  background: #d50000 !important; }

.bg-pink {
  background: #e91e63 !important; }

.bg-pink-1 {
  background: #fce4ec !important; }

.bg-pink-2 {
  background: #f8bbd0 !important; }

.bg-pink-3 {
  background: #f48fb1 !important; }

.bg-pink-4 {
  background: #f06292 !important; }

.bg-pink-5 {
  background: #ec407a !important; }

.bg-pink-6 {
  background: #e91e63 !important; }

.bg-pink-7 {
  background: #d81b60 !important; }

.bg-pink-8 {
  background: #c2185b !important; }

.bg-pink-9 {
  background: #ad1457 !important; }

.bg-pink-10 {
  background: #880e4f !important; }

.bg-pink-11 {
  background: #ff80ab !important; }

.bg-pink-12 {
  background: #ff4081 !important; }

.bg-pink-13 {
  background: #f50057 !important; }

.bg-pink-14 {
  background: #c51162 !important; }

.bg-purple {
  background: #9c27b0 !important; }

.bg-purple-1 {
  background: #f3e5f5 !important; }

.bg-purple-2 {
  background: #e1bee7 !important; }

.bg-purple-3 {
  background: #ce93d8 !important; }

.bg-purple-4 {
  background: #ba68c8 !important; }

.bg-purple-5 {
  background: #ab47bc !important; }

.bg-purple-6 {
  background: #9c27b0 !important; }

.bg-purple-7 {
  background: #8e24aa !important; }

.bg-purple-8 {
  background: #7b1fa2 !important; }

.bg-purple-9 {
  background: #6a1b9a !important; }

.bg-purple-10 {
  background: #4a148c !important; }

.bg-purple-11 {
  background: #ea80fc !important; }

.bg-purple-12 {
  background: #e040fb !important; }

.bg-purple-13 {
  background: #d500f9 !important; }

.bg-purple-14 {
  background: #a0f !important; }

.bg-deep-purple {
  background: #673ab7 !important; }

.bg-deep-purple-1 {
  background: #ede7f6 !important; }

.bg-deep-purple-2 {
  background: #d1c4e9 !important; }

.bg-deep-purple-3 {
  background: #b39ddb !important; }

.bg-deep-purple-4 {
  background: #9575cd !important; }

.bg-deep-purple-5 {
  background: #7e57c2 !important; }

.bg-deep-purple-6 {
  background: #673ab7 !important; }

.bg-deep-purple-7 {
  background: #5e35b1 !important; }

.bg-deep-purple-8 {
  background: #512da8 !important; }

.bg-deep-purple-9 {
  background: #4527a0 !important; }

.bg-deep-purple-10 {
  background: #311b92 !important; }

.bg-deep-purple-11 {
  background: #b388ff !important; }

.bg-deep-purple-12 {
  background: #7c4dff !important; }

.bg-deep-purple-13 {
  background: #651fff !important; }

.bg-deep-purple-14 {
  background: #6200ea !important; }

.bg-indigo {
  background: #3f51b5 !important; }

.bg-indigo-1 {
  background: #e8eaf6 !important; }

.bg-indigo-2 {
  background: #c5cae9 !important; }

.bg-indigo-3 {
  background: #9fa8da !important; }

.bg-indigo-4 {
  background: #7986cb !important; }

.bg-indigo-5 {
  background: #5c6bc0 !important; }

.bg-indigo-6 {
  background: #3f51b5 !important; }

.bg-indigo-7 {
  background: #3949ab !important; }

.bg-indigo-8 {
  background: #303f9f !important; }

.bg-indigo-9 {
  background: #283593 !important; }

.bg-indigo-10 {
  background: #1a237e !important; }

.bg-indigo-11 {
  background: #8c9eff !important; }

.bg-indigo-12 {
  background: #536dfe !important; }

.bg-indigo-13 {
  background: #3d5afe !important; }

.bg-indigo-14 {
  background: #304ffe !important; }

.bg-blue {
  background: #2196f3 !important; }

.bg-blue-1 {
  background: #e3f2fd !important; }

.bg-blue-2 {
  background: #bbdefb !important; }

.bg-blue-3 {
  background: #90caf9 !important; }

.bg-blue-4 {
  background: #64b5f6 !important; }

.bg-blue-5 {
  background: #42a5f5 !important; }

.bg-blue-6 {
  background: #2196f3 !important; }

.bg-blue-7 {
  background: #1e88e5 !important; }

.bg-blue-8 {
  background: #1976d2 !important; }

.bg-blue-9 {
  background: #1565c0 !important; }

.bg-blue-10 {
  background: #0d47a1 !important; }

.bg-blue-11 {
  background: #82b1ff !important; }

.bg-blue-12 {
  background: #448aff !important; }

.bg-blue-13 {
  background: #2979ff !important; }

.bg-blue-14 {
  background: #2962ff !important; }

.bg-light-blue {
  background: #03a9f4 !important; }

.bg-light-blue-1 {
  background: #e1f5fe !important; }

.bg-light-blue-2 {
  background: #b3e5fc !important; }

.bg-light-blue-3 {
  background: #81d4fa !important; }

.bg-light-blue-4 {
  background: #4fc3f7 !important; }

.bg-light-blue-5 {
  background: #29b6f6 !important; }

.bg-light-blue-6 {
  background: #03a9f4 !important; }

.bg-light-blue-7 {
  background: #039be5 !important; }

.bg-light-blue-8 {
  background: #0288d1 !important; }

.bg-light-blue-9 {
  background: #0277bd !important; }

.bg-light-blue-10 {
  background: #01579b !important; }

.bg-light-blue-11 {
  background: #80d8ff !important; }

.bg-light-blue-12 {
  background: #40c4ff !important; }

.bg-light-blue-13 {
  background: #00b0ff !important; }

.bg-light-blue-14 {
  background: #0091ea !important; }

.bg-cyan {
  background: #00bcd4 !important; }

.bg-cyan-1 {
  background: #e0f7fa !important; }

.bg-cyan-2 {
  background: #b2ebf2 !important; }

.bg-cyan-3 {
  background: #80deea !important; }

.bg-cyan-4 {
  background: #4dd0e1 !important; }

.bg-cyan-5 {
  background: #26c6da !important; }

.bg-cyan-6 {
  background: #00bcd4 !important; }

.bg-cyan-7 {
  background: #00acc1 !important; }

.bg-cyan-8 {
  background: #0097a7 !important; }

.bg-cyan-9 {
  background: #00838f !important; }

.bg-cyan-10 {
  background: #006064 !important; }

.bg-cyan-11 {
  background: #84ffff !important; }

.bg-cyan-12 {
  background: #18ffff !important; }

.bg-cyan-13 {
  background: #00e5ff !important; }

.bg-cyan-14 {
  background: #00b8d4 !important; }

.bg-teal {
  background: #009688 !important; }

.bg-teal-1 {
  background: #e0f2f1 !important; }

.bg-teal-2 {
  background: #b2dfdb !important; }

.bg-teal-3 {
  background: #80cbc4 !important; }

.bg-teal-4 {
  background: #4db6ac !important; }

.bg-teal-5 {
  background: #26a69a !important; }

.bg-teal-6 {
  background: #009688 !important; }

.bg-teal-7 {
  background: #00897b !important; }

.bg-teal-8 {
  background: #00796b !important; }

.bg-teal-9 {
  background: #00695c !important; }

.bg-teal-10 {
  background: #004d40 !important; }

.bg-teal-11 {
  background: #a7ffeb !important; }

.bg-teal-12 {
  background: #64ffda !important; }

.bg-teal-13 {
  background: #1de9b6 !important; }

.bg-teal-14 {
  background: #00bfa5 !important; }

.bg-green {
  background: #4caf50 !important; }

.bg-green-1 {
  background: #e8f5e9 !important; }

.bg-green-2 {
  background: #c8e6c9 !important; }

.bg-green-3 {
  background: #a5d6a7 !important; }

.bg-green-4 {
  background: #81c784 !important; }

.bg-green-5 {
  background: #66bb6a !important; }

.bg-green-6 {
  background: #4caf50 !important; }

.bg-green-7 {
  background: #43a047 !important; }

.bg-green-8 {
  background: #388e3c !important; }

.bg-green-9 {
  background: #2e7d32 !important; }

.bg-green-10 {
  background: #1b5e20 !important; }

.bg-green-11 {
  background: #b9f6ca !important; }

.bg-green-12 {
  background: #69f0ae !important; }

.bg-green-13 {
  background: #00e676 !important; }

.bg-green-14 {
  background: #00c853 !important; }

.bg-light-green {
  background: #8bc34a !important; }

.bg-light-green-1 {
  background: #f1f8e9 !important; }

.bg-light-green-2 {
  background: #dcedc8 !important; }

.bg-light-green-3 {
  background: #c5e1a5 !important; }

.bg-light-green-4 {
  background: #aed581 !important; }

.bg-light-green-5 {
  background: #9ccc65 !important; }

.bg-light-green-6 {
  background: #8bc34a !important; }

.bg-light-green-7 {
  background: #7cb342 !important; }

.bg-light-green-8 {
  background: #689f38 !important; }

.bg-light-green-9 {
  background: #558b2f !important; }

.bg-light-green-10 {
  background: #33691e !important; }

.bg-light-green-11 {
  background: #ccff90 !important; }

.bg-light-green-12 {
  background: #b2ff59 !important; }

.bg-light-green-13 {
  background: #76ff03 !important; }

.bg-light-green-14 {
  background: #64dd17 !important; }

.bg-lime {
  background: #cddc39 !important; }

.bg-lime-1 {
  background: #f9fbe7 !important; }

.bg-lime-2 {
  background: #f0f4c3 !important; }

.bg-lime-3 {
  background: #e6ee9c !important; }

.bg-lime-4 {
  background: #dce775 !important; }

.bg-lime-5 {
  background: #d4e157 !important; }

.bg-lime-6 {
  background: #cddc39 !important; }

.bg-lime-7 {
  background: #c0ca33 !important; }

.bg-lime-8 {
  background: #afb42b !important; }

.bg-lime-9 {
  background: #9e9d24 !important; }

.bg-lime-10 {
  background: #827717 !important; }

.bg-lime-11 {
  background: #f4ff81 !important; }

.bg-lime-12 {
  background: #eeff41 !important; }

.bg-lime-13 {
  background: #c6ff00 !important; }

.bg-lime-14 {
  background: #aeea00 !important; }

.bg-yellow {
  background: #ffeb3b !important; }

.bg-yellow-1 {
  background: #fffde7 !important; }

.bg-yellow-2 {
  background: #fff9c4 !important; }

.bg-yellow-3 {
  background: #fff59d !important; }

.bg-yellow-4 {
  background: #fff176 !important; }

.bg-yellow-5 {
  background: #ffee58 !important; }

.bg-yellow-6 {
  background: #ffeb3b !important; }

.bg-yellow-7 {
  background: #fdd835 !important; }

.bg-yellow-8 {
  background: #fbc02d !important; }

.bg-yellow-9 {
  background: #f9a825 !important; }

.bg-yellow-10 {
  background: #f57f17 !important; }

.bg-yellow-11 {
  background: #ffff8d !important; }

.bg-yellow-12 {
  background: #ff0 !important; }

.bg-yellow-13 {
  background: #ffea00 !important; }

.bg-yellow-14 {
  background: #ffd600 !important; }

.bg-amber {
  background: #ffc107 !important; }

.bg-amber-1 {
  background: #fff8e1 !important; }

.bg-amber-2 {
  background: #ffecb3 !important; }

.bg-amber-3 {
  background: #ffe082 !important; }

.bg-amber-4 {
  background: #ffd54f !important; }

.bg-amber-5 {
  background: #ffca28 !important; }

.bg-amber-6 {
  background: #ffc107 !important; }

.bg-amber-7 {
  background: #ffb300 !important; }

.bg-amber-8 {
  background: #ffa000 !important; }

.bg-amber-9 {
  background: #ff8f00 !important; }

.bg-amber-10 {
  background: #ff6f00 !important; }

.bg-amber-11 {
  background: #ffe57f !important; }

.bg-amber-12 {
  background: #ffd740 !important; }

.bg-amber-13 {
  background: #ffc400 !important; }

.bg-amber-14 {
  background: #ffab00 !important; }

.bg-orange {
  background: #ff9800 !important; }

.bg-orange-1 {
  background: #fff3e0 !important; }

.bg-orange-2 {
  background: #ffe0b2 !important; }

.bg-orange-3 {
  background: #ffcc80 !important; }

.bg-orange-4 {
  background: #ffb74d !important; }

.bg-orange-5 {
  background: #ffa726 !important; }

.bg-orange-6 {
  background: #ff9800 !important; }

.bg-orange-7 {
  background: #fb8c00 !important; }

.bg-orange-8 {
  background: #f57c00 !important; }

.bg-orange-9 {
  background: #ef6c00 !important; }

.bg-orange-10 {
  background: #e65100 !important; }

.bg-orange-11 {
  background: #ffd180 !important; }

.bg-orange-12 {
  background: #ffab40 !important; }

.bg-orange-13 {
  background: #ff9100 !important; }

.bg-orange-14 {
  background: #ff6d00 !important; }

.bg-deep-orange {
  background: #ff5722 !important; }

.bg-deep-orange-1 {
  background: #fbe9e7 !important; }

.bg-deep-orange-2 {
  background: #ffccbc !important; }

.bg-deep-orange-3 {
  background: #ffab91 !important; }

.bg-deep-orange-4 {
  background: #ff8a65 !important; }

.bg-deep-orange-5 {
  background: #ff7043 !important; }

.bg-deep-orange-6 {
  background: #ff5722 !important; }

.bg-deep-orange-7 {
  background: #f4511e !important; }

.bg-deep-orange-8 {
  background: #e64a19 !important; }

.bg-deep-orange-9 {
  background: #d84315 !important; }

.bg-deep-orange-10 {
  background: #bf360c !important; }

.bg-deep-orange-11 {
  background: #ff9e80 !important; }

.bg-deep-orange-12 {
  background: #ff6e40 !important; }

.bg-deep-orange-13 {
  background: #ff3d00 !important; }

.bg-deep-orange-14 {
  background: #dd2c00 !important; }

.bg-brown {
  background: #795548 !important; }

.bg-brown-1 {
  background: #efebe9 !important; }

.bg-brown-2 {
  background: #d7ccc8 !important; }

.bg-brown-3 {
  background: #bcaaa4 !important; }

.bg-brown-4 {
  background: #a1887f !important; }

.bg-brown-5 {
  background: #8d6e63 !important; }

.bg-brown-6 {
  background: #795548 !important; }

.bg-brown-7 {
  background: #6d4c41 !important; }

.bg-brown-8 {
  background: #5d4037 !important; }

.bg-brown-9 {
  background: #4e342e !important; }

.bg-brown-10 {
  background: #3e2723 !important; }

.bg-brown-11 {
  background: #d7ccc8 !important; }

.bg-brown-12 {
  background: #bcaaa4 !important; }

.bg-brown-13 {
  background: #8d6e63 !important; }

.bg-brown-14 {
  background: #5d4037 !important; }

.bg-grey {
  background: #9e9e9e !important; }

.bg-grey-1 {
  background: #fafafa !important; }

.bg-grey-2 {
  background: #f5f5f5 !important; }

.bg-grey-3 {
  background: #eee !important; }

.bg-grey-4 {
  background: #e0e0e0 !important; }

.bg-grey-5 {
  background: #bdbdbd !important; }

.bg-grey-6 {
  background: #9e9e9e !important; }

.bg-grey-7 {
  background: #757575 !important; }

.bg-grey-8 {
  background: #616161 !important; }

.bg-grey-9 {
  background: #424242 !important; }

.bg-grey-10 {
  background: #212121 !important; }

.bg-grey-11 {
  background: #f5f5f5 !important; }

.bg-grey-12 {
  background: #eee !important; }

.bg-grey-13 {
  background: #bdbdbd !important; }

.bg-grey-14 {
  background: #616161 !important; }

.bg-blue-grey {
  background: #607d8b !important; }

.bg-blue-grey-1 {
  background: #eceff1 !important; }

.bg-blue-grey-2 {
  background: #cfd8dc !important; }

.bg-blue-grey-3 {
  background: #b0bec5 !important; }

.bg-blue-grey-4 {
  background: #90a4ae !important; }

.bg-blue-grey-5 {
  background: #78909c !important; }

.bg-blue-grey-6 {
  background: #607d8b !important; }

.bg-blue-grey-7 {
  background: #546e7a !important; }

.bg-blue-grey-8 {
  background: #455a64 !important; }

.bg-blue-grey-9 {
  background: #37474f !important; }

.bg-blue-grey-10 {
  background: #263238 !important; }

.bg-blue-grey-11 {
  background: #cfd8dc !important; }

.bg-blue-grey-12 {
  background: #b0bec5 !important; }

.bg-blue-grey-13 {
  background: #78909c !important; }

.bg-blue-grey-14 {
  background: #455a64 !important; }

.shadow-transition {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important; }

.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }

.shadow-up-1 {
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(0, 0, 0, 0.14), 0 -2px 1px -1px rgba(0, 0, 0, 0.12); }

.shadow-2 {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }

.shadow-up-2 {
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2), 0 -2px 2px rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.12); }

.shadow-3 {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); }

.shadow-up-3 {
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2), 0 -3px 4px rgba(0, 0, 0, 0.14), 0 -3px 3px -2px rgba(0, 0, 0, 0.12); }

.shadow-4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12); }

.shadow-up-4 {
  box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.2), 0 -4px 5px rgba(0, 0, 0, 0.14), 0 -1px 10px rgba(0, 0, 0, 0.12); }

.shadow-5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12); }

.shadow-up-5 {
  box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -5px 8px rgba(0, 0, 0, 0.14), 0 -1px 14px rgba(0, 0, 0, 0.12); }

.shadow-6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12); }

.shadow-up-6 {
  box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -6px 10px rgba(0, 0, 0, 0.14), 0 -1px 18px rgba(0, 0, 0, 0.12); }

.shadow-7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12); }

.shadow-up-7 {
  box-shadow: 0 -4px 5px -2px rgba(0, 0, 0, 0.2), 0 -7px 10px 1px rgba(0, 0, 0, 0.14), 0 -2px 16px 1px rgba(0, 0, 0, 0.12); }

.shadow-8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.shadow-up-8 {
  box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.2), 0 -8px 10px 1px rgba(0, 0, 0, 0.14), 0 -3px 14px 2px rgba(0, 0, 0, 0.12); }

.shadow-9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12); }

.shadow-up-9 {
  box-shadow: 0 -5px 6px -3px rgba(0, 0, 0, 0.2), 0 -9px 12px 1px rgba(0, 0, 0, 0.14), 0 -3px 16px 2px rgba(0, 0, 0, 0.12); }

.shadow-10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12); }

.shadow-up-10 {
  box-shadow: 0 -6px 6px -3px rgba(0, 0, 0, 0.2), 0 -10px 14px 1px rgba(0, 0, 0, 0.14), 0 -4px 18px 3px rgba(0, 0, 0, 0.12); }

.shadow-11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12); }

.shadow-up-11 {
  box-shadow: 0 -6px 7px -4px rgba(0, 0, 0, 0.2), 0 -11px 15px 1px rgba(0, 0, 0, 0.14), 0 -4px 20px 3px rgba(0, 0, 0, 0.12); }

.shadow-12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12); }

.shadow-up-12 {
  box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -12px 17px 2px rgba(0, 0, 0, 0.14), 0 -5px 22px 4px rgba(0, 0, 0, 0.12); }

.shadow-13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); }

.shadow-up-13 {
  box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -13px 19px 2px rgba(0, 0, 0, 0.14), 0 -5px 24px 4px rgba(0, 0, 0, 0.12); }

.shadow-14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12); }

.shadow-up-14 {
  box-shadow: 0 -7px 9px -4px rgba(0, 0, 0, 0.2), 0 -14px 21px 2px rgba(0, 0, 0, 0.14), 0 -5px 26px 4px rgba(0, 0, 0, 0.12); }

.shadow-15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12); }

.shadow-up-15 {
  box-shadow: 0 -8px 9px -5px rgba(0, 0, 0, 0.2), 0 -15px 22px 2px rgba(0, 0, 0, 0.14), 0 -6px 28px 5px rgba(0, 0, 0, 0.12); }

.shadow-16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12); }

.shadow-up-16 {
  box-shadow: 0 -8px 10px -5px rgba(0, 0, 0, 0.2), 0 -16px 24px 2px rgba(0, 0, 0, 0.14), 0 -6px 30px 5px rgba(0, 0, 0, 0.12); }

.shadow-17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12); }

.shadow-up-17 {
  box-shadow: 0 -8px 11px -5px rgba(0, 0, 0, 0.2), 0 -17px 26px 2px rgba(0, 0, 0, 0.14), 0 -6px 32px 5px rgba(0, 0, 0, 0.12); }

.shadow-18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12); }

.shadow-up-18 {
  box-shadow: 0 -9px 11px -5px rgba(0, 0, 0, 0.2), 0 -18px 28px 2px rgba(0, 0, 0, 0.14), 0 -7px 34px 6px rgba(0, 0, 0, 0.12); }

.shadow-19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12); }

.shadow-up-19 {
  box-shadow: 0 -9px 12px -6px rgba(0, 0, 0, 0.2), 0 -19px 29px 2px rgba(0, 0, 0, 0.14), 0 -7px 36px 6px rgba(0, 0, 0, 0.12); }

.shadow-20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12); }

.shadow-up-20 {
  box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -20px 31px 3px rgba(0, 0, 0, 0.14), 0 -8px 38px 7px rgba(0, 0, 0, 0.12); }

.shadow-21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12); }

.shadow-up-21 {
  box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -21px 33px 3px rgba(0, 0, 0, 0.14), 0 -8px 40px 7px rgba(0, 0, 0, 0.12); }

.shadow-22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12); }

.shadow-up-22 {
  box-shadow: 0 -10px 14px -6px rgba(0, 0, 0, 0.2), 0 -22px 35px 3px rgba(0, 0, 0, 0.14), 0 -8px 42px 7px rgba(0, 0, 0, 0.12); }

.shadow-23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12); }

.shadow-up-23 {
  box-shadow: 0 -11px 14px -7px rgba(0, 0, 0, 0.2), 0 -23px 36px 3px rgba(0, 0, 0, 0.14), 0 -9px 44px 8px rgba(0, 0, 0, 0.12); }

.shadow-24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); }

.shadow-up-24 {
  box-shadow: 0 -11px 15px -7px rgba(0, 0, 0, 0.2), 0 -24px 38px 3px rgba(0, 0, 0, 0.14), 0 -9px 46px 8px rgba(0, 0, 0, 0.12); }

.no-shadow, .shadow-0 {
  box-shadow: none !important; }

.inset-shadow {
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7) !important; }

.z-marginals {
  z-index: 2000; }

.z-notify {
  z-index: 9500; }

.z-fullscreen {
  z-index: 6000; }

.z-inherit {
  z-index: inherit !important; }

.column, .flex, .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.column.inline, .flex.inline, .row.inline {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.row.reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.column {
  -ms-flex-direction: column;
      flex-direction: column; }

.column.reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

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

.no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

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

.order-first {
  -ms-flex-order: -10000;
      order: -10000; }

.order-last {
  -ms-flex-order: 10000;
      order: 10000; }

.order-none {
  -ms-flex-order: 0;
      order: 0; }

.justify-start {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.flex-center, .justify-center {
  -ms-flex-pack: center;
      justify-content: center; }

.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.justify-evenly {
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }

.items-start {
  -ms-flex-align: start;
      align-items: flex-start; }

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

.flex-center, .items-center {
  -ms-flex-align: center;
      align-items: center; }

.items-baseline {
  -ms-flex-align: baseline;
      align-items: baseline; }

.items-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end; }

.content-center {
  -ms-flex-line-pack: center;
      align-content: center; }

.content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between; }

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around; }

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.self-center {
  -ms-flex-item-align: center;
      align-self: center; }

.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.q-gutter-none, .q-gutter-none > *, .q-gutter-x-none, .q-gutter-x-none > * {
  margin-left: 0; }

.q-gutter-none, .q-gutter-none > *, .q-gutter-y-none, .q-gutter-y-none > * {
  margin-top: 0; }

.q-col-gutter-none, .q-col-gutter-x-none {
  margin-left: 0; }

.q-col-gutter-none > *, .q-col-gutter-x-none > * {
  padding-left: 0; }

.q-col-gutter-none, .q-col-gutter-y-none {
  margin-top: 0; }

.q-col-gutter-none > *, .q-col-gutter-y-none > * {
  padding-top: 0; }

.q-gutter-x-xs, .q-gutter-xs {
  margin-left: -4px; }

.q-gutter-x-xs > *, .q-gutter-xs > * {
  margin-left: 4px; }

.q-gutter-xs, .q-gutter-y-xs {
  margin-top: -4px; }

.q-gutter-xs > *, .q-gutter-y-xs > * {
  margin-top: 4px; }

.q-col-gutter-x-xs, .q-col-gutter-xs {
  margin-left: -4px; }

.q-col-gutter-x-xs > *, .q-col-gutter-xs > * {
  padding-left: 4px; }

.q-col-gutter-xs, .q-col-gutter-y-xs {
  margin-top: -4px; }

.q-col-gutter-xs > *, .q-col-gutter-y-xs > * {
  padding-top: 4px; }

.q-gutter-sm, .q-gutter-x-sm {
  margin-left: -8px; }

.q-gutter-sm > *, .q-gutter-x-sm > * {
  margin-left: 8px; }

.q-gutter-sm, .q-gutter-y-sm {
  margin-top: -8px; }

.q-gutter-sm > *, .q-gutter-y-sm > * {
  margin-top: 8px; }

.q-col-gutter-sm, .q-col-gutter-x-sm {
  margin-left: -8px; }

.q-col-gutter-sm > *, .q-col-gutter-x-sm > * {
  padding-left: 8px; }

.q-col-gutter-sm, .q-col-gutter-y-sm {
  margin-top: -8px; }

.q-col-gutter-sm > *, .q-col-gutter-y-sm > * {
  padding-top: 8px; }

.q-gutter-md, .q-gutter-x-md {
  margin-left: -16px; }

.q-gutter-md > *, .q-gutter-x-md > * {
  margin-left: 16px; }

.q-gutter-md, .q-gutter-y-md {
  margin-top: -16px; }

.q-gutter-md > *, .q-gutter-y-md > * {
  margin-top: 16px; }

.q-col-gutter-md, .q-col-gutter-x-md {
  margin-left: -16px; }

.q-col-gutter-md > *, .q-col-gutter-x-md > * {
  padding-left: 16px; }

.q-col-gutter-md, .q-col-gutter-y-md {
  margin-top: -16px; }

.q-col-gutter-md > *, .q-col-gutter-y-md > * {
  padding-top: 16px; }

.q-gutter-lg, .q-gutter-x-lg {
  margin-left: -24px; }

.q-gutter-lg > *, .q-gutter-x-lg > * {
  margin-left: 24px; }

.q-gutter-lg, .q-gutter-y-lg {
  margin-top: -24px; }

.q-gutter-lg > *, .q-gutter-y-lg > * {
  margin-top: 24px; }

.q-col-gutter-lg, .q-col-gutter-x-lg {
  margin-left: -24px; }

.q-col-gutter-lg > *, .q-col-gutter-x-lg > * {
  padding-left: 24px; }

.q-col-gutter-lg, .q-col-gutter-y-lg {
  margin-top: -24px; }

.q-col-gutter-lg > *, .q-col-gutter-y-lg > * {
  padding-top: 24px; }

.q-gutter-x-xl, .q-gutter-xl {
  margin-left: -48px; }

.q-gutter-x-xl > *, .q-gutter-xl > * {
  margin-left: 48px; }

.q-gutter-xl, .q-gutter-y-xl {
  margin-top: -48px; }

.q-gutter-xl > *, .q-gutter-y-xl > * {
  margin-top: 48px; }

.q-col-gutter-x-xl, .q-col-gutter-xl {
  margin-left: -48px; }

.q-col-gutter-x-xl > *, .q-col-gutter-xl > * {
  padding-left: 48px; }

.q-col-gutter-xl, .q-col-gutter-y-xl {
  margin-top: -48px; }

.q-col-gutter-xl > *, .q-col-gutter-y-xl > * {
  padding-top: 48px; }

@media (min-width: 0) {
  .flex > .col, .flex > .col-0, .flex > .col-1, .flex > .col-2, .flex > .col-3, .flex > .col-4, .flex > .col-5, .flex > .col-6, .flex > .col-7, .flex > .col-8, .flex > .col-9, .flex > .col-10, .flex > .col-11, .flex > .col-12, .flex > .col-auto, .flex > .col-grow, .flex > .col-shrink, .flex > .col-xs, .flex > .col-xs-0, .flex > .col-xs-1, .flex > .col-xs-2, .flex > .col-xs-3, .flex > .col-xs-4, .flex > .col-xs-5, .flex > .col-xs-6, .flex > .col-xs-7, .flex > .col-xs-8, .flex > .col-xs-9, .flex > .col-xs-10, .flex > .col-xs-11, .flex > .col-xs-12, .flex > .col-xs-auto, .flex > .col-xs-grow, .flex > .col-xs-shrink, .row > .col, .row > .col-0, .row > .col-1, .row > .col-2, .row > .col-3, .row > .col-4, .row > .col-5, .row > .col-6, .row > .col-7, .row > .col-8, .row > .col-9, .row > .col-10, .row > .col-11, .row > .col-12, .row > .col-auto, .row > .col-grow, .row > .col-shrink, .row > .col-xs, .row > .col-xs-0, .row > .col-xs-1, .row > .col-xs-2, .row > .col-xs-3, .row > .col-xs-4, .row > .col-xs-5, .row > .col-xs-6, .row > .col-xs-7, .row > .col-xs-8, .row > .col-xs-9, .row > .col-xs-10, .row > .col-xs-11, .row > .col-xs-12, .row > .col-xs-auto, .row > .col-xs-grow, .row > .col-xs-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%; }
  .column > .col, .column > .col-0, .column > .col-1, .column > .col-2, .column > .col-3, .column > .col-4, .column > .col-5, .column > .col-6, .column > .col-7, .column > .col-8, .column > .col-9, .column > .col-10, .column > .col-11, .column > .col-12, .column > .col-auto, .column > .col-grow, .column > .col-shrink, .column > .col-xs, .column > .col-xs-0, .column > .col-xs-1, .column > .col-xs-2, .column > .col-xs-3, .column > .col-xs-4, .column > .col-xs-5, .column > .col-xs-6, .column > .col-xs-7, .column > .col-xs-8, .column > .col-xs-9, .column > .col-xs-10, .column > .col-xs-11, .column > .col-xs-12, .column > .col-xs-auto, .column > .col-xs-grow, .column > .col-xs-shrink, .flex > .col, .flex > .col-0, .flex > .col-1, .flex > .col-2, .flex > .col-3, .flex > .col-4, .flex > .col-5, .flex > .col-6, .flex > .col-7, .flex > .col-8, .flex > .col-9, .flex > .col-10, .flex > .col-11, .flex > .col-12, .flex > .col-auto, .flex > .col-grow, .flex > .col-shrink, .flex > .col-xs, .flex > .col-xs-0, .flex > .col-xs-1, .flex > .col-xs-2, .flex > .col-xs-3, .flex > .col-xs-4, .flex > .col-xs-5, .flex > .col-xs-6, .flex > .col-xs-7, .flex > .col-xs-8, .flex > .col-xs-9, .flex > .col-xs-10, .flex > .col-xs-11, .flex > .col-xs-12, .flex > .col-xs-auto, .flex > .col-xs-grow, .flex > .col-xs-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%; }
  .col, .col-xs {
    -ms-flex: 10000 1 0%;
        flex: 10000 1 0%; }
  .col-0, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-xs-0, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .col-grow, .col-xs-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .col-shrink, .col-xs-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .row > .col-0, .row > .col-xs-0 {
    height: auto;
    width: 0%; }
  .row > .offset-0, .row > .offset-xs-0 {
    margin-left: 0%; }
  .column > .col-0, .column > .col-xs-0 {
    height: 0%;
    width: auto; }
  .row > .col-1, .row > .col-xs-1 {
    height: auto;
    width: 8.3333%; }
  .row > .offset-1, .row > .offset-xs-1 {
    margin-left: 8.3333%; }
  .column > .col-1, .column > .col-xs-1 {
    height: 8.3333%;
    width: auto; }
  .row > .col-2, .row > .col-xs-2 {
    height: auto;
    width: 16.6667%; }
  .row > .offset-2, .row > .offset-xs-2 {
    margin-left: 16.6667%; }
  .column > .col-2, .column > .col-xs-2 {
    height: 16.6667%;
    width: auto; }
  .row > .col-3, .row > .col-xs-3 {
    height: auto;
    width: 25%; }
  .row > .offset-3, .row > .offset-xs-3 {
    margin-left: 25%; }
  .column > .col-3, .column > .col-xs-3 {
    height: 25%;
    width: auto; }
  .row > .col-4, .row > .col-xs-4 {
    height: auto;
    width: 33.3333%; }
  .row > .offset-4, .row > .offset-xs-4 {
    margin-left: 33.3333%; }
  .column > .col-4, .column > .col-xs-4 {
    height: 33.3333%;
    width: auto; }
  .row > .col-5, .row > .col-xs-5 {
    height: auto;
    width: 41.6667%; }
  .row > .offset-5, .row > .offset-xs-5 {
    margin-left: 41.6667%; }
  .column > .col-5, .column > .col-xs-5 {
    height: 41.6667%;
    width: auto; }
  .row > .col-6, .row > .col-xs-6 {
    height: auto;
    width: 50%; }
  .row > .offset-6, .row > .offset-xs-6 {
    margin-left: 50%; }
  .column > .col-6, .column > .col-xs-6 {
    height: 50%;
    width: auto; }
  .row > .col-7, .row > .col-xs-7 {
    height: auto;
    width: 58.3333%; }
  .row > .offset-7, .row > .offset-xs-7 {
    margin-left: 58.3333%; }
  .column > .col-7, .column > .col-xs-7 {
    height: 58.3333%;
    width: auto; }
  .row > .col-8, .row > .col-xs-8 {
    height: auto;
    width: 66.6667%; }
  .row > .offset-8, .row > .offset-xs-8 {
    margin-left: 66.6667%; }
  .column > .col-8, .column > .col-xs-8 {
    height: 66.6667%;
    width: auto; }
  .row > .col-9, .row > .col-xs-9 {
    height: auto;
    width: 75%; }
  .row > .offset-9, .row > .offset-xs-9 {
    margin-left: 75%; }
  .column > .col-9, .column > .col-xs-9 {
    height: 75%;
    width: auto; }
  .row > .col-10, .row > .col-xs-10 {
    height: auto;
    width: 83.3333%; }
  .row > .offset-10, .row > .offset-xs-10 {
    margin-left: 83.3333%; }
  .column > .col-10, .column > .col-xs-10 {
    height: 83.3333%;
    width: auto; }
  .row > .col-11, .row > .col-xs-11 {
    height: auto;
    width: 91.6667%; }
  .row > .offset-11, .row > .offset-xs-11 {
    margin-left: 91.6667%; }
  .column > .col-11, .column > .col-xs-11 {
    height: 91.6667%;
    width: auto; }
  .row > .col-12, .row > .col-xs-12 {
    height: auto;
    width: 100%; }
  .row > .offset-12, .row > .offset-xs-12 {
    margin-left: 100%; }
  .column > .col-12, .column > .col-xs-12 {
    height: 100%;
    width: auto; }
  .row > .col-all {
    height: auto;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

@media (min-width: 600px) {
  .flex > .col-sm, .flex > .col-sm-0, .flex > .col-sm-1, .flex > .col-sm-2, .flex > .col-sm-3, .flex > .col-sm-4, .flex > .col-sm-5, .flex > .col-sm-6, .flex > .col-sm-7, .flex > .col-sm-8, .flex > .col-sm-9, .flex > .col-sm-10, .flex > .col-sm-11, .flex > .col-sm-12, .flex > .col-sm-auto, .flex > .col-sm-grow, .flex > .col-sm-shrink, .row > .col-sm, .row > .col-sm-0, .row > .col-sm-1, .row > .col-sm-2, .row > .col-sm-3, .row > .col-sm-4, .row > .col-sm-5, .row > .col-sm-6, .row > .col-sm-7, .row > .col-sm-8, .row > .col-sm-9, .row > .col-sm-10, .row > .col-sm-11, .row > .col-sm-12, .row > .col-sm-auto, .row > .col-sm-grow, .row > .col-sm-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%; }
  .column > .col-sm, .column > .col-sm-0, .column > .col-sm-1, .column > .col-sm-2, .column > .col-sm-3, .column > .col-sm-4, .column > .col-sm-5, .column > .col-sm-6, .column > .col-sm-7, .column > .col-sm-8, .column > .col-sm-9, .column > .col-sm-10, .column > .col-sm-11, .column > .col-sm-12, .column > .col-sm-auto, .column > .col-sm-grow, .column > .col-sm-shrink, .flex > .col-sm, .flex > .col-sm-0, .flex > .col-sm-1, .flex > .col-sm-2, .flex > .col-sm-3, .flex > .col-sm-4, .flex > .col-sm-5, .flex > .col-sm-6, .flex > .col-sm-7, .flex > .col-sm-8, .flex > .col-sm-9, .flex > .col-sm-10, .flex > .col-sm-11, .flex > .col-sm-12, .flex > .col-sm-auto, .flex > .col-sm-grow, .flex > .col-sm-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%; }
  .col-sm {
    -ms-flex: 10000 1 0%;
        flex: 10000 1 0%; }
  .col-sm-0, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .col-sm-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .col-sm-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .row > .col-sm-0 {
    height: auto;
    width: 0%; }
  .row > .offset-sm-0 {
    margin-left: 0%; }
  .column > .col-sm-0 {
    height: 0%;
    width: auto; }
  .row > .col-sm-1 {
    height: auto;
    width: 8.3333%; }
  .row > .offset-sm-1 {
    margin-left: 8.3333%; }
  .column > .col-sm-1 {
    height: 8.3333%;
    width: auto; }
  .row > .col-sm-2 {
    height: auto;
    width: 16.6667%; }
  .row > .offset-sm-2 {
    margin-left: 16.6667%; }
  .column > .col-sm-2 {
    height: 16.6667%;
    width: auto; }
  .row > .col-sm-3 {
    height: auto;
    width: 25%; }
  .row > .offset-sm-3 {
    margin-left: 25%; }
  .column > .col-sm-3 {
    height: 25%;
    width: auto; }
  .row > .col-sm-4 {
    height: auto;
    width: 33.3333%; }
  .row > .offset-sm-4 {
    margin-left: 33.3333%; }
  .column > .col-sm-4 {
    height: 33.3333%;
    width: auto; }
  .row > .col-sm-5 {
    height: auto;
    width: 41.6667%; }
  .row > .offset-sm-5 {
    margin-left: 41.6667%; }
  .column > .col-sm-5 {
    height: 41.6667%;
    width: auto; }
  .row > .col-sm-6 {
    height: auto;
    width: 50%; }
  .row > .offset-sm-6 {
    margin-left: 50%; }
  .column > .col-sm-6 {
    height: 50%;
    width: auto; }
  .row > .col-sm-7 {
    height: auto;
    width: 58.3333%; }
  .row > .offset-sm-7 {
    margin-left: 58.3333%; }
  .column > .col-sm-7 {
    height: 58.3333%;
    width: auto; }
  .row > .col-sm-8 {
    height: auto;
    width: 66.6667%; }
  .row > .offset-sm-8 {
    margin-left: 66.6667%; }
  .column > .col-sm-8 {
    height: 66.6667%;
    width: auto; }
  .row > .col-sm-9 {
    height: auto;
    width: 75%; }
  .row > .offset-sm-9 {
    margin-left: 75%; }
  .column > .col-sm-9 {
    height: 75%;
    width: auto; }
  .row > .col-sm-10 {
    height: auto;
    width: 83.3333%; }
  .row > .offset-sm-10 {
    margin-left: 83.3333%; }
  .column > .col-sm-10 {
    height: 83.3333%;
    width: auto; }
  .row > .col-sm-11 {
    height: auto;
    width: 91.6667%; }
  .row > .offset-sm-11 {
    margin-left: 91.6667%; }
  .column > .col-sm-11 {
    height: 91.6667%;
    width: auto; }
  .row > .col-sm-12 {
    height: auto;
    width: 100%; }
  .row > .offset-sm-12 {
    margin-left: 100%; }
  .column > .col-sm-12 {
    height: 100%;
    width: auto; } }

@media (min-width: 1024px) {
  .flex > .col-md, .flex > .col-md-0, .flex > .col-md-1, .flex > .col-md-2, .flex > .col-md-3, .flex > .col-md-4, .flex > .col-md-5, .flex > .col-md-6, .flex > .col-md-7, .flex > .col-md-8, .flex > .col-md-9, .flex > .col-md-10, .flex > .col-md-11, .flex > .col-md-12, .flex > .col-md-auto, .flex > .col-md-grow, .flex > .col-md-shrink, .row > .col-md, .row > .col-md-0, .row > .col-md-1, .row > .col-md-2, .row > .col-md-3, .row > .col-md-4, .row > .col-md-5, .row > .col-md-6, .row > .col-md-7, .row > .col-md-8, .row > .col-md-9, .row > .col-md-10, .row > .col-md-11, .row > .col-md-12, .row > .col-md-auto, .row > .col-md-grow, .row > .col-md-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%; }
  .column > .col-md, .column > .col-md-0, .column > .col-md-1, .column > .col-md-2, .column > .col-md-3, .column > .col-md-4, .column > .col-md-5, .column > .col-md-6, .column > .col-md-7, .column > .col-md-8, .column > .col-md-9, .column > .col-md-10, .column > .col-md-11, .column > .col-md-12, .column > .col-md-auto, .column > .col-md-grow, .column > .col-md-shrink, .flex > .col-md, .flex > .col-md-0, .flex > .col-md-1, .flex > .col-md-2, .flex > .col-md-3, .flex > .col-md-4, .flex > .col-md-5, .flex > .col-md-6, .flex > .col-md-7, .flex > .col-md-8, .flex > .col-md-9, .flex > .col-md-10, .flex > .col-md-11, .flex > .col-md-12, .flex > .col-md-auto, .flex > .col-md-grow, .flex > .col-md-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%; }
  .col-md {
    -ms-flex: 10000 1 0%;
        flex: 10000 1 0%; }
  .col-md-0, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .col-md-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .col-md-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .row > .col-md-0 {
    height: auto;
    width: 0%; }
  .row > .offset-md-0 {
    margin-left: 0%; }
  .column > .col-md-0 {
    height: 0%;
    width: auto; }
  .row > .col-md-1 {
    height: auto;
    width: 8.3333%; }
  .row > .offset-md-1 {
    margin-left: 8.3333%; }
  .column > .col-md-1 {
    height: 8.3333%;
    width: auto; }
  .row > .col-md-2 {
    height: auto;
    width: 16.6667%; }
  .row > .offset-md-2 {
    margin-left: 16.6667%; }
  .column > .col-md-2 {
    height: 16.6667%;
    width: auto; }
  .row > .col-md-3 {
    height: auto;
    width: 25%; }
  .row > .offset-md-3 {
    margin-left: 25%; }
  .column > .col-md-3 {
    height: 25%;
    width: auto; }
  .row > .col-md-4 {
    height: auto;
    width: 33.3333%; }
  .row > .offset-md-4 {
    margin-left: 33.3333%; }
  .column > .col-md-4 {
    height: 33.3333%;
    width: auto; }
  .row > .col-md-5 {
    height: auto;
    width: 41.6667%; }
  .row > .offset-md-5 {
    margin-left: 41.6667%; }
  .column > .col-md-5 {
    height: 41.6667%;
    width: auto; }
  .row > .col-md-6 {
    height: auto;
    width: 50%; }
  .row > .offset-md-6 {
    margin-left: 50%; }
  .column > .col-md-6 {
    height: 50%;
    width: auto; }
  .row > .col-md-7 {
    height: auto;
    width: 58.3333%; }
  .row > .offset-md-7 {
    margin-left: 58.3333%; }
  .column > .col-md-7 {
    height: 58.3333%;
    width: auto; }
  .row > .col-md-8 {
    height: auto;
    width: 66.6667%; }
  .row > .offset-md-8 {
    margin-left: 66.6667%; }
  .column > .col-md-8 {
    height: 66.6667%;
    width: auto; }
  .row > .col-md-9 {
    height: auto;
    width: 75%; }
  .row > .offset-md-9 {
    margin-left: 75%; }
  .column > .col-md-9 {
    height: 75%;
    width: auto; }
  .row > .col-md-10 {
    height: auto;
    width: 83.3333%; }
  .row > .offset-md-10 {
    margin-left: 83.3333%; }
  .column > .col-md-10 {
    height: 83.3333%;
    width: auto; }
  .row > .col-md-11 {
    height: auto;
    width: 91.6667%; }
  .row > .offset-md-11 {
    margin-left: 91.6667%; }
  .column > .col-md-11 {
    height: 91.6667%;
    width: auto; }
  .row > .col-md-12 {
    height: auto;
    width: 100%; }
  .row > .offset-md-12 {
    margin-left: 100%; }
  .column > .col-md-12 {
    height: 100%;
    width: auto; } }

@media (min-width: 1440px) {
  .flex > .col-lg, .flex > .col-lg-0, .flex > .col-lg-1, .flex > .col-lg-2, .flex > .col-lg-3, .flex > .col-lg-4, .flex > .col-lg-5, .flex > .col-lg-6, .flex > .col-lg-7, .flex > .col-lg-8, .flex > .col-lg-9, .flex > .col-lg-10, .flex > .col-lg-11, .flex > .col-lg-12, .flex > .col-lg-auto, .flex > .col-lg-grow, .flex > .col-lg-shrink, .row > .col-lg, .row > .col-lg-0, .row > .col-lg-1, .row > .col-lg-2, .row > .col-lg-3, .row > .col-lg-4, .row > .col-lg-5, .row > .col-lg-6, .row > .col-lg-7, .row > .col-lg-8, .row > .col-lg-9, .row > .col-lg-10, .row > .col-lg-11, .row > .col-lg-12, .row > .col-lg-auto, .row > .col-lg-grow, .row > .col-lg-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%; }
  .column > .col-lg, .column > .col-lg-0, .column > .col-lg-1, .column > .col-lg-2, .column > .col-lg-3, .column > .col-lg-4, .column > .col-lg-5, .column > .col-lg-6, .column > .col-lg-7, .column > .col-lg-8, .column > .col-lg-9, .column > .col-lg-10, .column > .col-lg-11, .column > .col-lg-12, .column > .col-lg-auto, .column > .col-lg-grow, .column > .col-lg-shrink, .flex > .col-lg, .flex > .col-lg-0, .flex > .col-lg-1, .flex > .col-lg-2, .flex > .col-lg-3, .flex > .col-lg-4, .flex > .col-lg-5, .flex > .col-lg-6, .flex > .col-lg-7, .flex > .col-lg-8, .flex > .col-lg-9, .flex > .col-lg-10, .flex > .col-lg-11, .flex > .col-lg-12, .flex > .col-lg-auto, .flex > .col-lg-grow, .flex > .col-lg-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%; }
  .col-lg {
    -ms-flex: 10000 1 0%;
        flex: 10000 1 0%; }
  .col-lg-0, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .col-lg-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .col-lg-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .row > .col-lg-0 {
    height: auto;
    width: 0%; }
  .row > .offset-lg-0 {
    margin-left: 0%; }
  .column > .col-lg-0 {
    height: 0%;
    width: auto; }
  .row > .col-lg-1 {
    height: auto;
    width: 8.3333%; }
  .row > .offset-lg-1 {
    margin-left: 8.3333%; }
  .column > .col-lg-1 {
    height: 8.3333%;
    width: auto; }
  .row > .col-lg-2 {
    height: auto;
    width: 16.6667%; }
  .row > .offset-lg-2 {
    margin-left: 16.6667%; }
  .column > .col-lg-2 {
    height: 16.6667%;
    width: auto; }
  .row > .col-lg-3 {
    height: auto;
    width: 25%; }
  .row > .offset-lg-3 {
    margin-left: 25%; }
  .column > .col-lg-3 {
    height: 25%;
    width: auto; }
  .row > .col-lg-4 {
    height: auto;
    width: 33.3333%; }
  .row > .offset-lg-4 {
    margin-left: 33.3333%; }
  .column > .col-lg-4 {
    height: 33.3333%;
    width: auto; }
  .row > .col-lg-5 {
    height: auto;
    width: 41.6667%; }
  .row > .offset-lg-5 {
    margin-left: 41.6667%; }
  .column > .col-lg-5 {
    height: 41.6667%;
    width: auto; }
  .row > .col-lg-6 {
    height: auto;
    width: 50%; }
  .row > .offset-lg-6 {
    margin-left: 50%; }
  .column > .col-lg-6 {
    height: 50%;
    width: auto; }
  .row > .col-lg-7 {
    height: auto;
    width: 58.3333%; }
  .row > .offset-lg-7 {
    margin-left: 58.3333%; }
  .column > .col-lg-7 {
    height: 58.3333%;
    width: auto; }
  .row > .col-lg-8 {
    height: auto;
    width: 66.6667%; }
  .row > .offset-lg-8 {
    margin-left: 66.6667%; }
  .column > .col-lg-8 {
    height: 66.6667%;
    width: auto; }
  .row > .col-lg-9 {
    height: auto;
    width: 75%; }
  .row > .offset-lg-9 {
    margin-left: 75%; }
  .column > .col-lg-9 {
    height: 75%;
    width: auto; }
  .row > .col-lg-10 {
    height: auto;
    width: 83.3333%; }
  .row > .offset-lg-10 {
    margin-left: 83.3333%; }
  .column > .col-lg-10 {
    height: 83.3333%;
    width: auto; }
  .row > .col-lg-11 {
    height: auto;
    width: 91.6667%; }
  .row > .offset-lg-11 {
    margin-left: 91.6667%; }
  .column > .col-lg-11 {
    height: 91.6667%;
    width: auto; }
  .row > .col-lg-12 {
    height: auto;
    width: 100%; }
  .row > .offset-lg-12 {
    margin-left: 100%; }
  .column > .col-lg-12 {
    height: 100%;
    width: auto; } }

@media (min-width: 1920px) {
  .flex > .col-xl, .flex > .col-xl-0, .flex > .col-xl-1, .flex > .col-xl-2, .flex > .col-xl-3, .flex > .col-xl-4, .flex > .col-xl-5, .flex > .col-xl-6, .flex > .col-xl-7, .flex > .col-xl-8, .flex > .col-xl-9, .flex > .col-xl-10, .flex > .col-xl-11, .flex > .col-xl-12, .flex > .col-xl-auto, .flex > .col-xl-grow, .flex > .col-xl-shrink, .row > .col-xl, .row > .col-xl-0, .row > .col-xl-1, .row > .col-xl-2, .row > .col-xl-3, .row > .col-xl-4, .row > .col-xl-5, .row > .col-xl-6, .row > .col-xl-7, .row > .col-xl-8, .row > .col-xl-9, .row > .col-xl-10, .row > .col-xl-11, .row > .col-xl-12, .row > .col-xl-auto, .row > .col-xl-grow, .row > .col-xl-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%; }
  .column > .col-xl, .column > .col-xl-0, .column > .col-xl-1, .column > .col-xl-2, .column > .col-xl-3, .column > .col-xl-4, .column > .col-xl-5, .column > .col-xl-6, .column > .col-xl-7, .column > .col-xl-8, .column > .col-xl-9, .column > .col-xl-10, .column > .col-xl-11, .column > .col-xl-12, .column > .col-xl-auto, .column > .col-xl-grow, .column > .col-xl-shrink, .flex > .col-xl, .flex > .col-xl-0, .flex > .col-xl-1, .flex > .col-xl-2, .flex > .col-xl-3, .flex > .col-xl-4, .flex > .col-xl-5, .flex > .col-xl-6, .flex > .col-xl-7, .flex > .col-xl-8, .flex > .col-xl-9, .flex > .col-xl-10, .flex > .col-xl-11, .flex > .col-xl-12, .flex > .col-xl-auto, .flex > .col-xl-grow, .flex > .col-xl-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%; }
  .col-xl {
    -ms-flex: 10000 1 0%;
        flex: 10000 1 0%; }
  .col-xl-0, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .col-xl-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .col-xl-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .row > .col-xl-0 {
    height: auto;
    width: 0%; }
  .row > .offset-xl-0 {
    margin-left: 0%; }
  .column > .col-xl-0 {
    height: 0%;
    width: auto; }
  .row > .col-xl-1 {
    height: auto;
    width: 8.3333%; }
  .row > .offset-xl-1 {
    margin-left: 8.3333%; }
  .column > .col-xl-1 {
    height: 8.3333%;
    width: auto; }
  .row > .col-xl-2 {
    height: auto;
    width: 16.6667%; }
  .row > .offset-xl-2 {
    margin-left: 16.6667%; }
  .column > .col-xl-2 {
    height: 16.6667%;
    width: auto; }
  .row > .col-xl-3 {
    height: auto;
    width: 25%; }
  .row > .offset-xl-3 {
    margin-left: 25%; }
  .column > .col-xl-3 {
    height: 25%;
    width: auto; }
  .row > .col-xl-4 {
    height: auto;
    width: 33.3333%; }
  .row > .offset-xl-4 {
    margin-left: 33.3333%; }
  .column > .col-xl-4 {
    height: 33.3333%;
    width: auto; }
  .row > .col-xl-5 {
    height: auto;
    width: 41.6667%; }
  .row > .offset-xl-5 {
    margin-left: 41.6667%; }
  .column > .col-xl-5 {
    height: 41.6667%;
    width: auto; }
  .row > .col-xl-6 {
    height: auto;
    width: 50%; }
  .row > .offset-xl-6 {
    margin-left: 50%; }
  .column > .col-xl-6 {
    height: 50%;
    width: auto; }
  .row > .col-xl-7 {
    height: auto;
    width: 58.3333%; }
  .row > .offset-xl-7 {
    margin-left: 58.3333%; }
  .column > .col-xl-7 {
    height: 58.3333%;
    width: auto; }
  .row > .col-xl-8 {
    height: auto;
    width: 66.6667%; }
  .row > .offset-xl-8 {
    margin-left: 66.6667%; }
  .column > .col-xl-8 {
    height: 66.6667%;
    width: auto; }
  .row > .col-xl-9 {
    height: auto;
    width: 75%; }
  .row > .offset-xl-9 {
    margin-left: 75%; }
  .column > .col-xl-9 {
    height: 75%;
    width: auto; }
  .row > .col-xl-10 {
    height: auto;
    width: 83.3333%; }
  .row > .offset-xl-10 {
    margin-left: 83.3333%; }
  .column > .col-xl-10 {
    height: 83.3333%;
    width: auto; }
  .row > .col-xl-11 {
    height: auto;
    width: 91.6667%; }
  .row > .offset-xl-11 {
    margin-left: 91.6667%; }
  .column > .col-xl-11 {
    height: 91.6667%;
    width: auto; }
  .row > .col-xl-12 {
    height: auto;
    width: 100%; }
  .row > .offset-xl-12 {
    margin-left: 100%; }
  .column > .col-xl-12 {
    height: 100%;
    width: auto; } }

.rounded-borders {
  border-radius: 4px; }

.border-radius-inherit {
  border-radius: inherit; }

.no-transition {
  transition: none !important; }

.transition-0 {
  transition: 0s !important; }

.glossy {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04)) !important; }

.q-placeholder::-moz-placeholder {
  color: inherit;
  opacity: 0.7; }

.q-placeholder:-ms-input-placeholder {
  color: inherit !important;
  opacity: 0.7 !important; }

.q-placeholder::placeholder {
  color: inherit;
  opacity: 0.7; }

.q-body--fullscreen-mixin, .q-body--prevent-scroll {
  position: fixed !important; }

.q-body--force-scrollbar {
  overflow-y: scroll; }

.q-no-input-spinner {
  -moz-appearance: textfield !important; }

.q-no-input-spinner::-webkit-inner-spin-button, .q-no-input-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.q-link {
  outline: 0;
  text-decoration: none; }

body.electron .q-electron-drag {
  -webkit-user-select: none;
  -webkit-app-region: drag; }

body.electron .q-electron-drag--exception, body.electron .q-electron-drag .q-btn-item {
  -webkit-app-region: no-drag; }

img.responsive {
  max-width: 100%;
  height: auto; }

.non-selectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.scroll {
  overflow: auto; }

.scroll, .scroll-x, .scroll-y {
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position; }

.scroll-x {
  overflow-x: auto; }

.scroll-y {
  overflow-y: auto; }

.no-scroll {
  overflow: hidden !important; }

.no-pointer-events, .no-pointer-events--children, .no-pointer-events--children * {
  pointer-events: none !important; }

.all-pointer-events {
  pointer-events: all !important; }

.cursor-pointer {
  cursor: pointer !important; }

.cursor-not-allowed {
  cursor: not-allowed !important; }

.cursor-inherit {
  cursor: inherit !important; }

.cursor-none {
  cursor: none !important; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls], [role=button] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

.rotate-45 {
  transform: rotate(45deg); }

.rotate-90 {
  transform: rotate(90deg); }

.rotate-135 {
  transform: rotate(135deg); }

.rotate-180 {
  transform: rotate(180deg); }

.rotate-205 {
  transform: rotate(205deg); }

.rotate-270 {
  transform: rotate(270deg); }

.rotate-315 {
  transform: rotate(315deg); }

.flip-horizontal {
  transform: scaleX(-1); }

.flip-vertical {
  transform: scaleY(-1); }

.float-left {
  float: left; }

.float-right {
  float: right; }

.relative-position {
  position: relative; }

.fixed, .fixed-bottom, .fixed-bottom-left, .fixed-bottom-right, .fixed-center, .fixed-full, .fixed-left, .fixed-right, .fixed-top, .fixed-top-left, .fixed-top-right, .fullscreen {
  position: fixed; }

.absolute, .absolute-bottom, .absolute-bottom-left, .absolute-bottom-right, .absolute-center, .absolute-full, .absolute-left, .absolute-right, .absolute-top, .absolute-top-left, .absolute-top-right {
  position: absolute; }

.absolute-top, .fixed-top {
  top: 0;
  left: 0;
  right: 0; }

.absolute-right, .fixed-right {
  top: 0;
  right: 0;
  bottom: 0; }

.absolute-bottom, .fixed-bottom {
  right: 0;
  bottom: 0;
  left: 0; }

.absolute-left, .fixed-left {
  top: 0;
  bottom: 0;
  left: 0; }

.absolute-top-left, .fixed-top-left {
  top: 0;
  left: 0; }

.absolute-top-right, .fixed-top-right {
  top: 0;
  right: 0; }

.absolute-bottom-left, .fixed-bottom-left {
  bottom: 0;
  left: 0; }

.absolute-bottom-right, .fixed-bottom-right {
  bottom: 0;
  right: 0; }

.fullscreen {
  z-index: 6000;
  border-radius: 0 !important;
  max-width: 100vw;
  max-height: 100vh; }

.absolute-full, .fixed-full, .fullscreen {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.absolute-center, .fixed-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.vertical-top {
  vertical-align: top !important; }

.vertical-middle {
  vertical-align: middle !important; }

.vertical-bottom {
  vertical-align: bottom !important; }

.on-left {
  margin-right: 12px; }

.on-right {
  margin-left: 12px; }

.q-position-engine {
  margin-top: var(--q-pe-top, 0) !important;
  margin-left: var(--q-pe-left, 0) !important;
  will-change: auto;
  visibility: collapse; }

:root {
  --q-size-xs: 0;
  --q-size-sm: 600px;
  --q-size-md: 1024px;
  --q-size-lg: 1440px;
  --q-size-xl: 1920px; }

.fit {
  width: 100% !important; }

.fit, .full-height {
  height: 100% !important; }

.full-width {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.window-height {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100vh !important; }

.window-width {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100vw !important; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.q-pa-none {
  padding: 0 0; }

.q-pl-none, .q-px-none {
  padding-left: 0; }

.q-pr-none, .q-px-none {
  padding-right: 0; }

.q-pt-none, .q-py-none {
  padding-top: 0; }

.q-pb-none, .q-py-none {
  padding-bottom: 0; }

.q-ma-none {
  margin: 0 0; }

.q-ml-none, .q-mx-none {
  margin-left: 0; }

.q-mr-none, .q-mx-none {
  margin-right: 0; }

.q-mt-none, .q-my-none {
  margin-top: 0; }

.q-mb-none, .q-my-none {
  margin-bottom: 0; }

.q-pa-xs {
  padding: 4px 4px; }

.q-pl-xs, .q-px-xs {
  padding-left: 4px; }

.q-pr-xs, .q-px-xs {
  padding-right: 4px; }

.q-pt-xs, .q-py-xs {
  padding-top: 4px; }

.q-pb-xs, .q-py-xs {
  padding-bottom: 4px; }

.q-ma-xs {
  margin: 4px 4px; }

.q-ml-xs, .q-mx-xs {
  margin-left: 4px; }

.q-mr-xs, .q-mx-xs {
  margin-right: 4px; }

.q-mt-xs, .q-my-xs {
  margin-top: 4px; }

.q-mb-xs, .q-my-xs {
  margin-bottom: 4px; }

.q-pa-sm {
  padding: 8px 8px; }

.q-pl-sm, .q-px-sm {
  padding-left: 8px; }

.q-pr-sm, .q-px-sm {
  padding-right: 8px; }

.q-pt-sm, .q-py-sm {
  padding-top: 8px; }

.q-pb-sm, .q-py-sm {
  padding-bottom: 8px; }

.q-ma-sm {
  margin: 8px 8px; }

.q-ml-sm, .q-mx-sm {
  margin-left: 8px; }

.q-mr-sm, .q-mx-sm {
  margin-right: 8px; }

.q-mt-sm, .q-my-sm {
  margin-top: 8px; }

.q-mb-sm, .q-my-sm {
  margin-bottom: 8px; }

.q-pa-md {
  padding: 16px 16px; }

.q-pl-md, .q-px-md {
  padding-left: 16px; }

.q-pr-md, .q-px-md {
  padding-right: 16px; }

.q-pt-md, .q-py-md {
  padding-top: 16px; }

.q-pb-md, .q-py-md {
  padding-bottom: 16px; }

.q-ma-md {
  margin: 16px 16px; }

.q-ml-md, .q-mx-md {
  margin-left: 16px; }

.q-mr-md, .q-mx-md {
  margin-right: 16px; }

.q-mt-md, .q-my-md {
  margin-top: 16px; }

.q-mb-md, .q-my-md {
  margin-bottom: 16px; }

.q-pa-lg {
  padding: 24px 24px; }

.q-pl-lg, .q-px-lg {
  padding-left: 24px; }

.q-pr-lg, .q-px-lg {
  padding-right: 24px; }

.q-pt-lg, .q-py-lg {
  padding-top: 24px; }

.q-pb-lg, .q-py-lg {
  padding-bottom: 24px; }

.q-ma-lg {
  margin: 24px 24px; }

.q-ml-lg, .q-mx-lg {
  margin-left: 24px; }

.q-mr-lg, .q-mx-lg {
  margin-right: 24px; }

.q-mt-lg, .q-my-lg {
  margin-top: 24px; }

.q-mb-lg, .q-my-lg {
  margin-bottom: 24px; }

.q-pa-xl {
  padding: 48px 48px; }

.q-pl-xl, .q-px-xl {
  padding-left: 48px; }

.q-pr-xl, .q-px-xl {
  padding-right: 48px; }

.q-pt-xl, .q-py-xl {
  padding-top: 48px; }

.q-pb-xl, .q-py-xl {
  padding-bottom: 48px; }

.q-ma-xl {
  margin: 48px 48px; }

.q-ml-xl, .q-mx-xl {
  margin-left: 48px; }

.q-mr-xl, .q-mx-xl {
  margin-right: 48px; }

.q-mt-xl, .q-my-xl {
  margin-top: 48px; }

.q-mb-xl, .q-my-xl {
  margin-bottom: 48px; }

.q-mt-auto, .q-my-auto {
  margin-top: auto; }

.q-ml-auto, .q-mx-auto {
  margin-left: auto; }

.q-mb-auto, .q-my-auto {
  margin-bottom: auto; }

.q-mr-auto, .q-mx-auto {
  margin-right: auto; }

.q-touch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none; }

.q-touch-x {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.q-touch-y {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.q-transition--fade-leave-active, .q-transition--flip-leave-active, .q-transition--jump-down-leave-active, .q-transition--jump-left-leave-active, .q-transition--jump-right-leave-active, .q-transition--jump-up-leave-active, .q-transition--rotate-leave-active, .q-transition--scale-leave-active, .q-transition--slide-down-leave-active, .q-transition--slide-left-leave-active, .q-transition--slide-right-leave-active, .q-transition--slide-up-leave-active {
  position: absolute; }

.q-transition--slide-down-enter-active, .q-transition--slide-down-leave-active, .q-transition--slide-left-enter-active, .q-transition--slide-left-leave-active, .q-transition--slide-right-enter-active, .q-transition--slide-right-leave-active, .q-transition--slide-up-enter-active, .q-transition--slide-up-leave-active {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }

.q-transition--slide-right-enter {
  transform: translate3d(-100%, 0, 0); }

.q-transition--slide-left-enter, .q-transition--slide-right-leave-to {
  transform: translate3d(100%, 0, 0); }

.q-transition--slide-left-leave-to {
  transform: translate3d(-100%, 0, 0); }

.q-transition--slide-up-enter {
  transform: translate3d(0, 100%, 0); }

.q-transition--slide-down-enter, .q-transition--slide-up-leave-to {
  transform: translate3d(0, -100%, 0); }

.q-transition--slide-down-leave-to {
  transform: translate3d(0, 100%, 0); }

.q-transition--jump-down-enter-active, .q-transition--jump-down-leave-active, .q-transition--jump-left-enter-active, .q-transition--jump-left-leave-active, .q-transition--jump-right-enter-active, .q-transition--jump-right-leave-active, .q-transition--jump-up-enter-active, .q-transition--jump-up-leave-active {
  transition: opacity 0.3s,transform 0.3s; }

.q-transition--jump-down-enter, .q-transition--jump-down-leave-to, .q-transition--jump-left-enter, .q-transition--jump-left-leave-to, .q-transition--jump-right-enter, .q-transition--jump-right-leave-to, .q-transition--jump-up-enter, .q-transition--jump-up-leave-to {
  opacity: 0; }

.q-transition--jump-right-enter {
  transform: translate3d(-15px, 0, 0); }

.q-transition--jump-left-enter, .q-transition--jump-right-leave-to {
  transform: translate3d(15px, 0, 0); }

.q-transition--jump-left-leave-to {
  transform: translateX(-15px); }

.q-transition--jump-up-enter {
  transform: translate3d(0, 15px, 0); }

.q-transition--jump-down-enter, .q-transition--jump-up-leave-to {
  transform: translate3d(0, -15px, 0); }

.q-transition--jump-down-leave-to {
  transform: translate3d(0, 15px, 0); }

.q-transition--fade-enter-active, .q-transition--fade-leave-active {
  transition: opacity 0.3s ease-out; }

.q-transition--fade-enter, .q-transition--fade-leave, .q-transition--fade-leave-to {
  opacity: 0; }

.q-transition--scale-enter-active, .q-transition--scale-leave-active {
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }

.q-transition--scale-enter, .q-transition--scale-leave, .q-transition--scale-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1); }

.q-transition--rotate-enter-active, .q-transition--rotate-leave-active {
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-style: preserve-3d; }

.q-transition--rotate-enter, .q-transition--rotate-leave, .q-transition--rotate-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1) rotate3d(0, 0, 1, 90deg); }

.q-transition--flip-down-enter-active, .q-transition--flip-down-leave-active, .q-transition--flip-left-enter-active, .q-transition--flip-left-leave-active, .q-transition--flip-right-enter-active, .q-transition--flip-right-leave-active, .q-transition--flip-up-enter-active, .q-transition--flip-up-leave-active {
  transition: transform 0.3s;
  backface-visibility: hidden; }

.q-transition--flip-down-enter-to, .q-transition--flip-down-leave, .q-transition--flip-left-enter-to, .q-transition--flip-left-leave, .q-transition--flip-right-enter-to, .q-transition--flip-right-leave, .q-transition--flip-up-enter-to, .q-transition--flip-up-leave {
  transform: perspective(400px) rotate3d(1, 1, 0, 0deg); }

.q-transition--flip-right-enter {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg); }

.q-transition--flip-left-enter, .q-transition--flip-right-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg); }

.q-transition--flip-left-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg); }

.q-transition--flip-up-enter {
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg); }

.q-transition--flip-down-enter, .q-transition--flip-up-leave-to {
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg); }

.q-transition--flip-down-leave-to {
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg); }

body {
  min-width: 100px;
  min-height: 100%;
  font-family: Roboto,-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 14px; }

p {
  margin: 0 0 16px; }

.text-h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 6rem;
  letter-spacing: -0.01562em; }

.text-h2 {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 3.75rem;
  letter-spacing: -0.00833em; }

.text-h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: normal; }

.text-h4 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.00735em; }

.text-h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal; }

.text-h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em; }

.text-subtitle1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.00937em; }

.text-subtitle2 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.00714em; }

.text-body1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03125em; }

.text-body2 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01786em; }

.text-overline {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.16667em; }

.text-caption {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.03333em; }

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

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

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

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

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

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

.text-justify {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
       hyphens: auto; }

.text-italic {
  font-style: italic; }

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

.text-no-wrap {
  white-space: nowrap; }

.text-strike {
  text-decoration: line-through; }

.text-weight-thin {
  font-weight: 100; }

.text-weight-light {
  font-weight: 300; }

.text-weight-regular {
  font-weight: 400; }

.text-weight-medium {
  font-weight: 500; }

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

.text-weight-bolder {
  font-weight: 900; }

small {
  font-size: 80%; }

big {
  font-size: 170%; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

.no-margin {
  margin: 0 !important; }

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

.no-border {
  border: 0 !important; }

.no-border-radius {
  border-radius: 0 !important; }

.no-box-shadow {
  box-shadow: none !important; }

.no-outline {
  outline: 0 !important; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.ellipsis-2-lines, .ellipsis-3-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.ellipsis-2-lines {
  -webkit-line-clamp: 2; }

.ellipsis-3-lines {
  -webkit-line-clamp: 3; }

.readonly {
  cursor: default !important; }

.disabled, .disabled *, [disabled], [disabled] * {
  outline: 0 !important;
  cursor: not-allowed !important; }

.disabled, [disabled] {
  opacity: 0.6 !important; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

.transparent {
  background: transparent !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-hidden-y {
  overflow-y: hidden !important; }

.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none; }

.hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none; }

.dimmed:after, .light-dimmed:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.dimmed:after {
  background: rgba(0, 0, 0, 0.4) !important; }

.light-dimmed:after {
  background: rgba(255, 255, 255, 0.6) !important; }

.z-top {
  z-index: 7000 !important; }

.z-max {
  z-index: 9998 !important; }

body.capacitor .capacitor-hide, body.cordova .cordova-hide, body.desktop .desktop-hide, body.electron .electron-hide, body.mobile .mobile-hide, body.native-mobile .native-mobile-hide, body.platform-android .platform-android-hide, body.platform-ios .platform-ios-hide, body.touch .touch-hide, body.within-iframe .within-iframe-hide, body:not(.capacitor) .capacitor-only, body:not(.cordova) .cordova-only, body:not(.desktop) .desktop-only, body:not(.electron) .electron-only, body:not(.mobile) .mobile-only, body:not(.native-mobile) .native-mobile-only, body:not(.platform-android) .platform-android-only, body:not(.platform-ios) .platform-ios-only, body:not(.touch) .touch-only, body:not(.within-iframe) .within-iframe-only {
  display: none !important; }

@media (orientation: portrait) {
  .orientation-landscape {
    display: none !important; } }

@media (orientation: landscape) {
  .orientation-portrait {
    display: none !important; } }

@media screen {
  .print-only {
    display: none !important; } }

@media print {
  .print-hide {
    display: none !important; } }

@media (max-width: 599px) {
  .gt-lg, .gt-md, .gt-sm, .gt-xs, .lg, .md, .sm, .xl, .xs-hide {
    display: none !important; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .gt-lg, .gt-md, .gt-sm, .lg, .lt-sm, .md, .sm-hide, .xl, .xs {
    display: none !important; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .gt-lg, .gt-md, .lg, .lt-md, .lt-sm, .md-hide, .sm, .xl, .xs {
    display: none !important; } }

@media (min-width: 1440px) and (max-width: 1919px) {
  .gt-lg, .lg-hide, .lt-lg, .lt-md, .lt-sm, .md, .sm, .xl, .xs {
    display: none !important; } }

@media (min-width: 1920px) {
  .lg, .lt-lg, .lt-md, .lt-sm, .lt-xl, .md, .sm, .xl-hide, .xs {
    display: none !important; } }

.q-focus-helper {
  outline: 0; }

body.desktop .q-focus-helper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.5, 1); }

body.desktop .q-focus-helper:after, body.desktop .q-focus-helper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: inherit;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 0.8, 0.5, 1); }

body.desktop .q-focus-helper:before {
  background: #000; }

body.desktop .q-focus-helper:after {
  background: #fff; }

body.desktop .q-focus-helper--rounded {
  border-radius: 4px; }

body.desktop .q-focus-helper--round {
  border-radius: 50%; }

body.desktop .q-focusable, body.desktop .q-hoverable, body.desktop .q-manual-focusable {
  outline: 0; }

body.desktop .q-focusable:focus > .q-focus-helper, body.desktop .q-hoverable:hover > .q-focus-helper, body.desktop .q-manual-focusable--focused > .q-focus-helper {
  background: currentColor;
  opacity: 0.15; }

body.desktop .q-focusable:focus > .q-focus-helper:before, body.desktop .q-hoverable:hover > .q-focus-helper:before, body.desktop .q-manual-focusable--focused > .q-focus-helper:before {
  opacity: 0.1; }

body.desktop .q-focusable:focus > .q-focus-helper:after, body.desktop .q-hoverable:hover > .q-focus-helper:after, body.desktop .q-manual-focusable--focused > .q-focus-helper:after {
  opacity: 0.4; }

body.desktop .q-focusable:focus > .q-focus-helper, body.desktop .q-manual-focusable--focused > .q-focus-helper {
  opacity: 0.22; }

body.body--dark {
  color: #fff;
  background: #121212; }

.q-dark {
  color: #fff;
  background: #424242;
  background: var(--q-color-dark); }

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .q-item:after, .q-notification:after, .q-toolbar:after {
    content: "";
    font-size: 0;
    visibility: collapse;
    display: inline;
    width: 0; }
  .q-banner > .q-banner__avatar {
    min-height: 38px; }
  .q-banner--dense > .q-banner__avatar {
    min-height: 20px; }
  .q-item:after {
    min-height: 32px; }
  .q-item--denseafter, .q-list--dense > .q-itemafter {
    min-height: 24px; }
  .q-toolbar:after {
    min-height: 50px; }
  .q-notification--standard:after {
    min-height: 48px; }
  .q-notification--multi-line {
    min-height: 68px; }
  .q-btn__wrapper, .q-menu .q-item__section--main, .q-table__middle, .q-time__content, .q-toolbar__title {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .q-banner__content {
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important; }
  .q-dialog__inner > .q-banner > .q-banner__content, .q-menu > .q-banner > .q-banner__content {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important; }
  .q-tab__content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    min-width: 100%; }
  .q-card__actions--vert {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .column {
    min-width: 0%; }
  .q-item__section--avatar {
    min-width: 56px; }
  button.q-btn--actionable:active:hover .q-btn__wrapper {
    margin: -1px 1px 1px -1px; }
  .q-btn-group--push > button.q-btn--push.q-btn--actionable:active:hover .q-btn__wrapper {
    margin: 1px 1px -1px -1px; }
  .q-btn {
    overflow: visible; }
  .q-btn--wrap {
    -ms-flex-direction: row;
        flex-direction: row; }
  .q-carousel__slide > * {
    max-width: 100%; }
  .q-tabs--vertical .q-tab__indicator {
    height: auto; }
  .q-spinner {
    animation: q-ie-spinner 2s linear infinite;
    transform-origin: center center;
    opacity: 0.5; }
  .q-spinner.q-spinner-mat .path {
    stroke-dasharray: 89,200; }
  .q-checkbox__indet {
    opacity: 0; }
  .q-checkbox__inner--indet .q-checkbox__indet {
    opacity: 1; }
  .q-radio__check {
    opacity: 0; }
  .q-radio__inner--truthy .q-radio__check {
    opacity: 1; }
  .q-date__main {
    min-height: 290px !important; }
  .q-date__months {
    -ms-flex-align: stretch;
        align-items: stretch; }
  .q-time--portrait .q-time__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .q-field__prefix, .q-field__suffix {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .q-field ::-ms-clear {
    display: none; }
  .q-field__bottom--stale .q-field__messages {
    left: 12px; }
  .q-field--borderless .q-field__bottom--stale .q-field__messages, .q-field--standard .q-field__bottom--stale .q-field__messages {
    left: 0; }
  .q-field--float .q-field__label {
    max-width: 100%; }
  .q-focus-helper {
    z-index: 1; } }

@media (-ms-high-contrast: none) and (min-width: 0), screen and (-ms-high-contrast: active) and (min-width: 0) {
  .flex > .col, .flex > .col-xs, .row > .col, .row > .col-xs {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    min-width: 0%; } }

@media (-ms-high-contrast: none) and (min-width: 600px), screen and (-ms-high-contrast: active) and (min-width: 600px) {
  .flex > .col-sm, .row > .col-sm {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    min-width: 0%; } }

@media (-ms-high-contrast: none) and (min-width: 1024px), screen and (-ms-high-contrast: active) and (min-width: 1024px) {
  .flex > .col-md, .row > .col-md {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    min-width: 0%; } }

@media (-ms-high-contrast: none) and (min-width: 1440px), screen and (-ms-high-contrast: active) and (min-width: 1440px) {
  .flex > .col-lg, .row > .col-lg {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    min-width: 0%; } }

@media (-ms-high-contrast: none) and (min-width: 1920px), screen and (-ms-high-contrast: active) and (min-width: 1920px) {
  .flex > .col-xl, .row > .col-xl {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    min-width: 0%; } }

@supports (-ms-ime-align: auto) {
  .q-item:after, .q-notification:after, .q-toolbar:after {
    content: "";
    font-size: 0;
    visibility: collapse;
    display: inline;
    width: 0; }
  .q-banner > .q-banner__avatar {
    min-height: 38px; }
  .q-banner--dense > .q-banner__avatar {
    min-height: 20px; }
  .q-item:after {
    min-height: 32px; }
  .q-item--denseafter, .q-list--dense > .q-itemafter {
    min-height: 24px; }
  .q-toolbar:after {
    min-height: 50px; }
  .q-notification--standard:after {
    min-height: 48px; }
  .q-notification--multi-line {
    min-height: 68px; }
  .q-btn__wrapper, .q-menu .q-item__section--main, .q-table__middle, .q-time__content, .q-toolbar__title {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .q-banner__content {
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important; }
  .q-dialog__inner > .q-banner > .q-banner__content, .q-menu > .q-banner > .q-banner__content {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important; }
  .q-tab__content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    min-width: 100%; }
  .q-card__actions--vert {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .column {
    min-width: 0%; }
  @media (-ms-high-contrast: none) and (min-width: 0), screen and (-ms-high-contrast: active) and (min-width: 0) {
    .flex > .col, .flex > .col-xs, .row > .col, .row > .col-xs {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      min-width: 0%; } }
  @media (-ms-high-contrast: none) and (min-width: 600px), screen and (-ms-high-contrast: active) and (min-width: 600px) {
    .flex > .col-sm, .row > .col-sm {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      min-width: 0%; } }
  @media (-ms-high-contrast: none) and (min-width: 1024px), screen and (-ms-high-contrast: active) and (min-width: 1024px) {
    .flex > .col-md, .row > .col-md {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      min-width: 0%; } }
  @media (-ms-high-contrast: none) and (min-width: 1440px), screen and (-ms-high-contrast: active) and (min-width: 1440px) {
    .flex > .col-lg, .row > .col-lg {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      min-width: 0%; } }
  @media (-ms-high-contrast: none) and (min-width: 1920px), screen and (-ms-high-contrast: active) and (min-width: 1920px) {
    .flex > .col-xl, .row > .col-xl {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      min-width: 0%; } }
  .q-item__section--avatar {
    min-width: 56px; }
  button.q-btn--actionable:active:hover .q-btn__wrapper {
    margin: -1px 1px 1px -1px; }
  .q-btn-group--push > button.q-btn--push.q-btn--actionable:active:hover .q-btn__wrapper {
    margin: 1px 1px -1px -1px; }
  .q-btn {
    overflow: visible; }
  .q-btn--wrap {
    -ms-flex-direction: row;
        flex-direction: row; }
  .q-carousel__slide > * {
    max-width: 100%; }
  .q-tabs--vertical .q-tab__indicator {
    height: auto; }
  .q-spinner {
    animation: q-ie-spinner 2s linear infinite;
    transform-origin: center center;
    opacity: 0.5; }
  .q-spinner.q-spinner-mat .path {
    stroke-dasharray: 89,200; }
  .q-checkbox__indet {
    opacity: 0; }
  .q-checkbox__inner--indet .q-checkbox__indet {
    opacity: 1; }
  .q-radio__check {
    opacity: 0; }
  .q-radio__inner--truthy .q-radio__check {
    opacity: 1; }
  .q-date__main {
    min-height: 290px !important; }
  .q-date__months {
    -ms-flex-align: stretch;
        align-items: stretch; }
  .q-time--portrait .q-time__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .q-field__prefix, .q-field__suffix {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .q-field ::-ms-clear {
    display: none; }
  .q-field__bottom--stale .q-field__messages {
    left: 12px; }
  .q-field--borderless .q-field__bottom--stale .q-field__messages, .q-field--standard .q-field__bottom--stale .q-field__messages {
    left: 0; }
  .q-field--float .q-field__label {
    max-width: 100%; }
  .q-focus-helper {
    z-index: 1; } }

@keyframes q-circular-progress-circle {
  0% {
    stroke-dasharray: 1,400;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 400,400;
    stroke-dashoffset: -100; }
  to {
    stroke-dasharray: 400,400;
    stroke-dashoffset: -300; } }

@keyframes q-expansion-done {
  0% {
    --q-exp-done: 1; } }

@keyframes q-autofill {
  to {
    background: transparent;
    color: inherit; } }

@keyframes q-field-label {
  40% {
    margin-left: 2px; }
  60%, 80% {
    margin-left: -2px; }
  70%, 90% {
    margin-left: 2px; } }

@keyframes q-linear-progress--indeterminate {
  0% {
    transform: translate3d(-35%, 0, 0) scale3d(0.35, 1, 1); }
  60% {
    transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1); }
  to {
    transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1); } }

@keyframes q-linear-progress--indeterminate-short {
  0% {
    transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1); }
  60% {
    transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1); }
  to {
    transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1); } }

@keyframes q-skeleton--fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  to {
    opacity: 1; } }

@keyframes q-skeleton--pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.85); }
  to {
    transform: scale(1); } }

@keyframes q-skeleton--pulse-x {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scaleX(0.75); }
  to {
    transform: scaleX(1); } }

@keyframes q-skeleton--pulse-y {
  0% {
    transform: scaleY(1); }
  50% {
    transform: scaleY(0.75); }
  to {
    transform: scaleY(1); } }

@keyframes q-skeleton--wave {
  0% {
    transform: translateX(-100%); }
  to {
    transform: translateX(100%); } }

@keyframes q-spin {
  0% {
    transform: rotate3d(0, 0, 1, 0deg); }
  25% {
    transform: rotate3d(0, 0, 1, 90deg); }
  50% {
    transform: rotate3d(0, 0, 1, 180deg); }
  75% {
    transform: rotate3d(0, 0, 1, 270deg); }
  to {
    transform: rotate3d(0, 0, 1, 359deg); } }

@keyframes q-mat-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  to {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@keyframes q-notif-badge {
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } }

@keyframes q-notif-progress {
  0% {
    transform: scaleX(1); }
  to {
    transform: scaleX(0); } }

@keyframes q-scale {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.04); }
  to {
    transform: scale(1); } }

@keyframes q-fade {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes q-ie-spinner {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  to {
    opacity: 0.5; } }

* {
  border-collapse: collapse; }

html,
body,
* {
  /* box-sizing: border-box;*/ }

html,
body {
  height: 100%;
  margin: 0; }

body {
  color: #525252;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.375em;
  margin: 0px;
  padding: 0px; }

a, img, a img {
  border: none; }

img {
  position: relative;
  height: auto;
  max-width: 100%; }

a, a:active, a:hover, a:visited {
  color: #9aba85;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer; }

input:focus,
button:focus {
  outline-color: transparent; }

/*---------------------------------------*/
/*--------------Clearfix-----------------*/
/*---------------------------------------*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  line-height: 0; }

.clearfix:after {
  clear: both; }

ul, ol {
  padding: 0;
  list-style-type: none;
  margin: 0; }

.contentModule ul, .contentModule ol {
  padding: 20px; }
  .contentModule ul li, .contentModule ol li {
    padding: 5px; }

.contentModule ul {
  list-style-type: disc; }

.contentModule ol {
  list-style-type: decimal; }

a {
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: underline; }

strong {
  color: #f37a00; }

@font-face {
  font-family: "sbcore";
  font-display: auto;
  src: url("../../fonts/sbcore.eot");
  src: url("../../fonts/sbcore.eot?#iefix") format("embedded-opentype"), url("../../fonts/sbcore.woff") format("woff"), url("../../fonts/sbcore.ttf") format("truetype"), url("../../fonts/sbcore.svg#sbcore") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "sbcore" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sbcore" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-address-book:before {
  content: "a"; }

.icon-alert:before {
  content: "b"; }

.icon-align-justify:before {
  content: "c"; }

.icon-archive:before {
  content: "d"; }

.icon-at-sign:before {
  content: "e"; }

.icon-bold:before {
  content: "f"; }

.icon-burst:before {
  content: "g"; }

.icon-burst-new:before {
  content: "h"; }

.icon-calendar:before {
  content: "i"; }

.icon-camera:before {
  content: "j"; }

.icon-check:before {
  content: "k"; }

.icon-checkbox:before {
  content: "l"; }

.icon-clipboard:before {
  content: "m"; }

.icon-clipboard-notes:before {
  content: "n"; }

.icon-clipboard-pencil:before {
  content: "o"; }

.icon-clock:before {
  content: "p"; }

.icon-cloud:before {
  content: "q"; }

.icon-comment:before {
  content: "r"; }

.icon-comment-minus:before {
  content: "s"; }

.icon-comment-quotes:before {
  content: "t"; }

.icon-comment-video:before {
  content: "u"; }

.icon-compass:before {
  content: "v"; }

.icon-comments:before {
  content: "w"; }

.icon-dislike:before {
  content: "x"; }

.icon-download:before {
  content: "y"; }

.icon-filter:before {
  content: "z"; }

.icon-folder:before {
  content: "A"; }

.icon-folder-add:before {
  content: "B"; }

.icon-folder-lock:before {
  content: "C"; }

.icon-home:before {
  content: "D"; }

.icon-heart:before {
  content: "E"; }

.icon-info:before {
  content: "F"; }

.icon-key:before {
  content: "G"; }

.icon-laptop:before {
  content: "H"; }

.icon-layout:before {
  content: "I"; }

.icon-lightbulb:before {
  content: "J"; }

.icon-like:before {
  content: "K"; }

.icon-link:before {
  content: "L"; }

.icon-list:before {
  content: "M"; }

.icon-list-bullet:before {
  content: "N"; }

.icon-lock:before {
  content: "O"; }

.icon-loop:before {
  content: "P"; }

.icon-magnifying-glass:before {
  content: "Q"; }

.icon-mail:before {
  content: "R"; }

.icon-map:before {
  content: "S"; }

.icon-marker:before {
  content: "T"; }

.icon-megaphone:before {
  content: "U"; }

.icon-microphone:before {
  content: "V"; }

.icon-minus-circle:before {
  content: "W"; }

.icon-monitor:before {
  content: "X"; }

.icon-page:before {
  content: "Y"; }

.icon-page-add:before {
  content: "Z"; }

.icon-page-copy:before {
  content: "0"; }

.icon-page-csv:before {
  content: "1"; }

.icon-page-delete:before {
  content: "2"; }

.icon-page-doc:before {
  content: "3"; }

.icon-page-edit:before {
  content: "4"; }

.icon-page-export:before {
  content: "5"; }

.icon-page-export-csv:before {
  content: "6"; }

.icon-page-export-doc:before {
  content: "7"; }

.icon-page-export-pdf:before {
  content: "8"; }

.icon-page-filled:before {
  content: "9"; }

.icon-page-multiple:before {
  content: "!"; }

.icon-page-pdf:before {
  content: "\""; }

.icon-page-remove:before {
  content: "#"; }

.icon-page-search:before {
  content: "$"; }

.icon-paperclip:before {
  content: "%"; }

.icon-pencil:before {
  content: "&"; }

.icon-photo:before {
  content: "'"; }

.icon-plus:before {
  content: "("; }

.icon-power:before {
  content: ")"; }

.icon-price-tag:before {
  content: "*"; }

.icon-pricetag-multiple:before {
  content: "+"; }

.icon-print:before {
  content: ","; }

.icon-puzzle:before {
  content: "-"; }

.icon-refresh:before {
  content: "."; }

.icon-results-demographics:before {
  content: "/"; }

.icon-results:before {
  content: ":"; }

.icon-save:before {
  content: ";"; }

.icon-social-amazon:before {
  content: "<"; }

.icon-social-android:before {
  content: "="; }

.icon-social-apple:before {
  content: ">"; }

.icon-social-behance:before {
  content: "?"; }

.icon-social-bing:before {
  content: "@"; }

.icon-torso-business:before {
  content: "\e02e"; }

.icon-torso-female:before {
  content: "\e02f"; }

.icon-torsos:before {
  content: "\e030"; }

.icon-torsos-all:before {
  content: "\e031"; }

.icon-torsos-all-female:before {
  content: "\e032"; }

.icon-torsos-female-male:before {
  content: "\e033"; }

.icon-torsos-male-female:before {
  content: "\e034"; }

.icon-trash:before {
  content: "\e035"; }

.icon-unlock:before {
  content: "\e036"; }

.icon-upload:before {
  content: "\e037"; }

.icon-social-blogger:before {
  content: "["; }

.icon-social-delicious:before {
  content: "]"; }

.icon-social-designer-news:before {
  content: "^"; }

.icon-social-deviant-art:before {
  content: "_"; }

.icon-social-digg:before {
  content: "`"; }

.icon-social-dribbble:before {
  content: "{"; }

.icon-social-drive:before {
  content: "|"; }

.icon-social-dropbox:before {
  content: "}"; }

.icon-social-evernote:before {
  content: "~"; }

.icon-social-facebook:before {
  content: "\\"; }

.icon-social-flickr:before {
  content: "\e000"; }

.icon-social-forrst:before {
  content: "\e001"; }

.icon-social-foursquare:before {
  content: "\e002"; }

.icon-social-game-center:before {
  content: "\e003"; }

.icon-social-github:before {
  content: "\e004"; }

.icon-social-google-plus:before {
  content: "\e005"; }

.icon-social-hacker-news:before {
  content: "\e006"; }

.icon-social-hi5:before {
  content: "\e007"; }

.icon-social-instagram:before {
  content: "\e008"; }

.icon-social-joomla:before {
  content: "\e009"; }

.icon-social-lastfm:before {
  content: "\e00a"; }

.icon-social-linkedin:before {
  content: "\e00b"; }

.icon-social-medium:before {
  content: "\e00c"; }

.icon-social-myspace:before {
  content: "\e00d"; }

.icon-social-orkut:before {
  content: "\e00e"; }

.icon-social-path:before {
  content: "\e00f"; }

.icon-social-picasa:before {
  content: "\e010"; }

.icon-social-pinterest:before {
  content: "\e011"; }

.icon-social-rdio:before {
  content: "\e012"; }

.icon-social-reddit:before {
  content: "\e013"; }

.icon-social-skillshare:before {
  content: "\e014"; }

.icon-social-skype:before {
  content: "\e015"; }

.icon-social-smashing-mag:before {
  content: "\e016"; }

.icon-social-snapchat:before {
  content: "\e017"; }

.icon-social-spotify:before {
  content: "\e018"; }

.icon-social-squidoo:before {
  content: "\e019"; }

.icon-social-stack-overflow:before {
  content: "\e01a"; }

.icon-social-steam:before {
  content: "\e01b"; }

.icon-social-stumbleupon:before {
  content: "\e01c"; }

.icon-social-treehouse:before {
  content: "\e01d"; }

.icon-social-tumblr:before {
  content: "\e01e"; }

.icon-social-twitter:before {
  content: "\e01f"; }

.icon-social-vimeo:before {
  content: "\e020"; }

.icon-social-windows:before {
  content: "\e021"; }

.icon-social-xbox:before {
  content: "\e022"; }

.icon-social-yahoo:before {
  content: "\e023"; }

.icon-social-yelp:before {
  content: "\e024"; }

.icon-social-youtube:before {
  content: "\e025"; }

.icon-social-zerply:before {
  content: "\e026"; }

.icon-social-zurb:before {
  content: "\e027"; }

.icon-sound:before {
  content: "\e028"; }

.icon-star:before {
  content: "\e029"; }

.icon-stop:before {
  content: "\e02a"; }

.icon-strikethrough:before {
  content: "\e02b"; }

.icon-subscript:before {
  content: "\e02c"; }

.icon-superscript:before {
  content: "\e02d"; }

.icon-widget:before {
  content: "\e038"; }

.icon-wrench:before {
  content: "\e039"; }

.icon-x:before {
  content: "\e03a"; }

.icon-x-circle:before {
  content: "\e03b"; }

.icon-zoom-in:before {
  content: "\e03c"; }

.icon-zoom-out:before {
  content: "\e03d"; }

/*---------------------------------------*/
/*----------------Forms------------------*/
/*---------------------------------------*/
.form-element-group {
  margin-bottom: 0.5em; }

.form-field-label {
  font-size: 16px;
  margin: 0.25em 0;
  line-height: 1.6; }

.form-field-description {
  color: #525252;
  margin: 0.25em 0;
  font-size: 13px; }

.form-field-validation-text {
  color: #c00;
  margin: 0.25em 0;
  font-size: 13px; }

.form-buttons {
  text-align: center;
  margin: 0.75em 0; }

.form-buttons input,
.form-buttons button {
  /*border: solid 1px $color-gray;*/
  border-width: 0;
  background-color: #9aba85;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  color: #fff;
  border-radius: 3px;
  padding: 10px;
  margin: 2px 5px; }

.form-buttons button:disabled,
.form-buttons input:disabled {
  background-color: #a6a6a6;
  cursor: not-allowed;
  color: #e6e6e6; }

/**
ALIGNED LAYOUT SPECIFIC
**/
.form-aligned-layout {
  display: table; }

.form-aligned-layout .form-element-group {
  display: table-row; }

.form-aligned-layout .form-field-label,
.form-aligned-layout .form-field-control {
  display: table-cell;
  width: 50%;
  vertical-align: top; }

.form-aligned-layout .form-buttons {
  caption-side: bottom;
  display: table-caption; }

/**
STACKED LAYOUT SPECIFIC
**/
/*---------------------------------------*/
/*-------------FormFields----------------*/
/*---------------------------------------*/
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

.input-control input,
.input-control textarea,
.input-control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d9d9d9;
  height: 100%;
  padding: 0.3125rem;
  position: relative;
  width: 100%;
  z-index: 0;
  box-sizing: border-box; }

.input-control input[type='checkbox'] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  position: absolute; }

.input-control input[type='radio'] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

button, input {
  line-height: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle; }

/* Label */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 16px; }

.switch.switch-large {
  width: 60px;
  height: 34px; }

/* Hide default HTML Input Control */
.radiobutton input,
.file-browser input {
  display: none; }

.switch input,
.ckeckbox input {
  left: -99999; }

/* The slider */
.slider {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #525252;
  transition: .4s;
  border-radius: 16px; }

.switch.switch-large .slider {
  border-radius: 34px; }

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  margin-left: -3px;
  margin-top: -4px;
  background-color: #fff;
  transition: .4s;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); }

.switch.switch-large .slider:before {
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px; }

.switch input:checked + .slider {
  background-color: #9aba85; }

.switch input:focus + .slider {
  box-shadow: 0 0 1px #9aba85; }

.switch input:checked + .slider:before {
  transform: translateX(22px); }

.switch.switch-large input:checked + .slider:before {
  transform: translateX(26px); }

.switch input:disabled ~ .slider::before {
  background-color: #bdbdbd; }

.switch input:disabled ~ .slider {
  background-color: #d5d5d5;
  cursor: not-allowed; }

/* Custom Checkbox & Radio */
.ckeckbox-control,
.radiobutton-control {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  position: relative; }

.ckeckbox-control:before,
.radiobutton-control:before {
  content: '';
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  transition: .4s;
  color: #fff; }

.radiobutton-control:before {
  border-radius: 50%; }

.ckeckbox input:checked + .ckeckbox-control:before,
.radiobutton input:checked + .radiobutton-control:before {
  content: "k";
  font-family: 'sbcore';
  background-color: #9aba85; }

.ckeckbox input:disabled ~ .ckeckbox-control:before,
.radiobutton input:disabled ~ .radiobutton-control:before {
  background: #bdbdbd; }

.ckeckbox input:disabled ~ .ckeckbox-control,
.radiobutton input:disabled ~ .radiobutton-control {
  color: #d5d5d5;
  cursor: not-allowed; }

/* Radio AS BUTTON */
.radiobutton-btn-list {
  display: inline-block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  margin-bottom: 0; }

.radiobutton-btn-list li {
  border-right: solid 1px #bdbdbd; }

.radiobutton-btn-list li:last-child {
  border-right: 0; }

.radiobutton-btn-list li:first-child .radiobutton-control {
  border-radius: 5px 0px 0 5px; }

.radiobutton-btn-list li:last-child .radiobutton-control {
  border-radius: 0px 5px 5px 0px; }

.radiobutton-btn-list li:last-child:first-child .radiobutton-control {
  border-radius: 5px; }

.radiobutton-btn-list li:first-child .radiobutton-control
.radiobutton-btn-list .radiobutton {
  display: block; }

.radiobutton-btn-list .radiobutton-control:before,
.radiobutton-btn-list .radiobutton input:checked + .radiobutton-control:before,
.radiobutton-btn-list .radiobutton input:disabled ~ .radiobutton-control:before {
  display: none; }

.radiobutton-btn-list .radiobutton-control {
  margin: 0;
  padding: 5px 10px;
  background: #fff; }

.radiobutton-btn-list .radiobutton input:checked + .radiobutton-control {
  background-color: #9aba85; }

.radiobutton-btn-list .radiobutton input:disabled ~ .radiobutton-control {
  background: #bdbdbd;
  cursor: not-allowed; }

/* Custom SELECT Lists */
.select-list {
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
  border: 1px solid #bbb;
  padding: .75em 1em .5em 1em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAVUlEQVQ4je3NMQqAMAAEwbGzUvyulaU/U8E/xSaCSIRg7My2B3PU/l37cks2YUOf2AbsGHOxBjMC1ht6YiGeZndFF3Ql2BNahKXQYuyOfoJd0VotdgAlVBTfO1dHXwAAAABJRU5ErkJggg==) #fff no-repeat center right; }

select.select-list::-ms-expand {
  display: none; }

.select-list option {
  background-color: #fff;
  padding: .3em 1em .3em 1em; }

/*---------------------------------------*/
/*----------------Forms-END--------------*/
/*---------------------------------------*/
/*---------------------------------------*/
/*----------Horizontal Lists-------------*/
/*---------------------------------------*/
.horizontalList {
  list-style: none outside none;
  margin-bottom: 20px;
  margin-left: 0;
  margin-top: 0; }

.horizontalList:after,
.horizontalList:before {
  content: "";
  display: table;
  line-height: 0; }

.horizontalList:after {
  clear: both; }

.horizontalList li {
  line-height: 20px;
  float: left; }

.horizontalList li a {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 10px 12px;
  margin-right: 0px;
  line-height: 14px;
  display: block; }

.horizontalList li a:hover {
  text-decoration: none; }

/*---------------------------------------*/
/*----------------TABLES-----------------*/
/*---------------------------------------*/
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  line-height: 1.4;
  padding: 8px;
  vertical-align: top; }

th {
  text-align: left; }

td, th {
  padding: 0; }

.table {
  background-color: transparent;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f4f4f4; }

/*---------------------------------------*/
/*------------------BOX------------------*/
/*---------------------------------------*/
.box {
  background-color: #fff;
  border-top: solid 3px #9aba85;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0px 10px 20px 10px; }

.box-header {
  color: #525252;
  display: block;
  padding: 10px;
  position: relative; }

.box-header.with-border {
  border-bottom: 1px solid #9aba85; }

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

.box-body {
  padding: 10px; }

.box-footer {
  border-top: 1px solid #9aba85;
  padding: 10px; }

/*---------------------------------------*/
/*----------------BOX-END----------------*/
/*---------------------------------------*/
.flip-card {
  background-color: transparent;
  height: 200px;
  perspective: 1000px; }

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  padding: 0px; }

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; }

.flip-card-back {
  background-color: #e0eada;
  transform: rotateY(180deg);
  z-index: 10; }

.flip-card-content {
  padding: 10px; }

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/fa-solid-900.eot");
  src: url("../../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/fa-solid-900.woff2") format("woff2"), url("../../fonts/fa-solid-900.woff") format("woff"), url("../../fonts/fa-solid-900.ttf") format("truetype"), url("../../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.floatRight, .horizontalList li.floatRight {
  float: right; }

.floatLeft, .horizontalList li.floatLeft {
  float: left; }

/*---------------------------------------*/
/*-------------Text Helper---------------*/
/*---------------------------------------*/
.text-center {
  text-align: center; }

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

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

.text-underline {
  text-decoration: underline; }

.noText {
  text-indent: -9999px;
  font-size: 1px;
  color: #000;
  overflow: hidden; }

/*---------------------------------------*/
/*------GLOBAL HELPING CLASSES-----------*/
/*---------------------------------------*/
body .displayNone {
  display: none; }

body .floatRight {
  float: right; }

body .floatLeft {
  float: left; }

body .clearRight {
  clear: right; }

body .clearLeft {
  clear: left; }

body .clearBoth {
  clear: both; }

.cursorPointer {
  cursor: pointer; }

.leftSubject {
  float: left;
  display: inline;
  padding-right: 60px;
  width: 200px; }

.success::before, .error::before, .warning::before, .info::before {
  font-family: sbcore;
  font-size: 25px;
  line-height: 25px;
  margin-left: -25px;
  vertical-align: bottom; }

.success, .error, .warning, .info {
  margin: 30px 30px 0;
  padding: 8px 5px 8px 30px;
  width: auto; }

.error::before {
  content: "\e03b"; }

.error {
  color: #c00;
  background-color: #ffeeee;
  border: solid 1px #c00; }

.redBorder {
  border: solid 1px #c00; }

.success::before {
  content: "k"; }

.success {
  background-color: #EEFFEE;
  border: 1px solid #009900;
  color: #009900; }

.info:before {
  content: "F"; }

.info {
  background-color: #DDEEFF;
  border: 1px solid #0066FF;
  color: #0066FF; }

.warning:before {
  content: "b"; }

.warning {
  background-color: #fcf8e3;
  border: 1px solid #E3D5A3;
  color: #8a6d3b; }

@media screen and (min-width: 767px) {
  body .mobile-only {
    display: none !important; } }

@media screen and (max-width: 767px) {
  body .desktop-only {
    display: none !important; } }

/*---------------------------------------*/
/*---------------Layout------------------*/
/*---------------------------------------*/
.layout-table {
  width: 100%; }
  @media screen and (min-width: 1224px) {
    .layout-table {
      table-layout: fixed;
      display: table; } }
  @media screen and (max-width: 767px) {
    .layout-table {
      display: block; } }

@media screen and (min-width: 1224px) {
  .layout-row {
    display: table-row; } }

@media screen and (max-width: 767px) {
  .layout-row {
    display: block; } }

@media screen and (min-width: 1224px) {
  .layout-cell {
    display: table-cell; } }

@media screen and (max-width: 767px) {
  .layout-cell {
    display: block; } }

.layout-container {
  width: 100%; }

.layout-container:before, .layout-container:after, .layout:before, .layout:after {
  content: "";
  display: table;
  line-height: 0; }

.layout-container:after, .layout:after {
  clear: both; }

.layout {
  margin-bottom: 20px;
  padding: 10px 20px;
  display: block; }

.layout-25, .layout-33, .layout-50, .layout-75, .layout-100 {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box; }

.layout-25 {
  width: 24.7%; }

.layout-33 {
  width: 32.7%; }

.layout-50 {
  width: 49.7%; }

.layout-75 {
  width: 74.7%; }

.layout-100 {
  width: 99.7%; }

.breadcrumb {
  color: #525252;
  margin-left: 20px; }
  .breadcrumba, .breadcrumb a:active, .breadcrumb a:hover, .breadcrumb a:visited {
    color: #525252; }
  .breadcrumb li:first-child a::before,
  .breadcrumb li:first-child a::after {
    display: inline-block;
    content: '»';
    padding: 0 5px; }
  .breadcrumb li:first-child a::before {
    font-family: sbcore;
    content: "D";
    vertical-align: text-bottom; }
  .breadcrumb li:first-child a .breadcrumb-link-title {
    display: none; }

.header-content-layout,
#content,
.footer-content-layout {
  max-width: 1600px;
  margin: 0 auto; }

.add-app {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 40px;
  background-color: #9aba85;
  left: 0;
  text-align: center;
  z-index: 10000; }
  .add-app button {
    padding: 10px;
    margin: 10px;
    background-color: #f37a00;
    border: 0;
    border-radius: 5px; }

main {
  display: block;
  min-height: 100%; }
  main#container {
    margin: 0;
    margin-top: 60px; }
    main#container #content {
      padding: 20px 20px 80px; }
    main#container .page-content-layout .layout-cell .layout-container, main#container .page-content-layout .layout-cell .contentModule {
      width: 90%;
      margin: 0 auto; }

.pagelayouts-doghood-homepage-pagelayout #header {
  border-bottom-width: 0px;
  line-height: 120px;
  background-color: #fff; }
  @media screen and (min-width: 1224px) {
    .pagelayouts-doghood-homepage-pagelayout #header {
      height: 120px; } }
  .pagelayouts-doghood-homepage-pagelayout #header .company-name {
    line-height: 120px; }
    .pagelayouts-doghood-homepage-pagelayout #header .company-name img {
      height: 120px; }

.pagelayouts-doghood-homepage-pagelayout main#container {
  margin-top: 0; }
  .pagelayouts-doghood-homepage-pagelayout main#container #content {
    max-width: 100%;
    margin: 0;
    padding: 123px 0px 80px; }
    .pagelayouts-doghood-homepage-pagelayout main#container #content .breadcrumb {
      display: none; }
    .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header {
      line-height: 0;
      color: #fff;
      text-align: center;
      position: relative; }
      .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-image {
        position: relative;
        width: 100%;
        height: 800px;
        display: block; }
        @media screen and (min-width: 1224px) {
          .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-image {
            background: url("../../images/doghood/home_cover.jpg") no-repeat;
            background-position: center 45%;
            background-size: cover; } }
        @media screen and (max-width: 1224px) {
          .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-image {
            background: url("../../images/doghood/home_cover_L.jpg") no-repeat;
            background-position: center 45%;
            background-size: cover; } }
        @media screen and (max-width: 767px) {
          .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-image {
            background: url("../../images/doghood/home_cover_M.jpg") no-repeat;
            background-position: center 45%;
            background-size: cover; } }
        @media screen and (max-width: 320px) {
          .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-image {
            background: url("../../images/doghood/home_cover_S.jpg") no-repeat;
            background-position: center 45%;
            background-size: cover; } }
        @media screen and (max-width: 767px) {
          .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-image {
            height: 100%; } }
      .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-image-top,
      .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-image-bottom,
      .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-bottom {
        line-height: 1;
        padding: 60px 0;
        color: #525252; }
      .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-image-bottom {
        width: 100%;
        z-index: 100;
        background-color: rgba(243, 122, 0, 0.6);
        position: absolute;
        bottom: 0;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-image-bottom {
            position: unset; } }
        .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-image-bottom .layout-home-content-image-bottom-content {
          width: 50%;
          text-align: center;
          margin: 0 auto;
          font-size: 16px;
          line-height: 2; }
          @media screen and (max-width: 767px) {
            .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-image-bottom .layout-home-content-image-bottom-content {
              text-align: left;
              width: 80%; } }
          .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-image-bottom .layout-home-content-image-bottom-content h1 {
            font-size: 18px; }
      .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-image-top {
        font-size: 2rem;
        line-height: 2.5rem; }
        .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-header .layout-home-content-image-top .layout-home-content-top-name {
          line-height: 30px;
          font-size: 14px; }
    .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-register {
      background: #e0eada; }
      .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-register .layout-home-content-bottom {
        max-width: 1600px;
        margin: 0 auto;
        width: 90%;
        padding: 60px 0;
        color: #525252; }
      .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-register .layout-home-content-bottom-subject {
        font-size: 1.5rem;
        padding: 20px;
        margin: 0; }
      .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-register .layout-home-content-bottom-steps-icon,
      .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-register .layout-home-content-bottom-steps-icon:before {
        font-size: 3em;
        vertical-align: middle; }
      .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-register .layout-home-content-bottom-buttons {
        clear: both;
        padding: 10px; }
        .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-register .layout-home-content-bottom-buttons a, .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-register .layout-home-content-bottom-buttons a:active, .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-register .layout-home-content-bottom-buttons a:hover, .pagelayouts-doghood-homepage-pagelayout main#container #content .layout-home-content-register .layout-home-content-bottom-buttons a:visited {
          font-size: 14px;
          line-height: 14px;
          border-radius: 5px;
          background-color: #9aba85;
          padding: 10px;
          color: #fff;
          text-decoration: none;
          display: inline-block; }

.pagelayouts-doghood-homepage-pagelayout .layout-home-content-benefits {
  margin: 50px 0; }
  .pagelayouts-doghood-homepage-pagelayout .layout-home-content-benefits h2 i {
    color: #9aba85;
    font-size: 2em;
    padding: 10px; }
  .pagelayouts-doghood-homepage-pagelayout .layout-home-content-benefits h2 span {
    display: block; }
  .pagelayouts-doghood-homepage-pagelayout .layout-home-content-benefits .layout-home-content-bottom {
    max-width: 1600px;
    margin: 10px auto; }

.pagelayouts-doghood-feed-pagelayout .header-content-layout,
.pagelayouts-doghood-feed-pagelayout #content,
.pagelayouts-doghood-feed-pagelayout .footer-content-layout {
  max-width: 1224px;
  margin: 0 auto; }

.pagelayouts-doghood-feed-pagelayout .breadcrumb {
  display: none; }

.pagelayouts-doghood-feed-pagelayout .user-profile-container {
  width: 100%; }
  .pagelayouts-doghood-feed-pagelayout .user-profile-container .user-profile-header {
    margin: -10px;
    height: 75px; }
  .pagelayouts-doghood-feed-pagelayout .user-profile-container .user-profile-cover-image img {
    max-width: unset; }
  .pagelayouts-doghood-feed-pagelayout .user-profile-container .user-profile-image-container {
    height: 79px;
    width: 79px;
    left: 50%;
    top: 38px;
    font-size: 70px; }
  .pagelayouts-doghood-feed-pagelayout .user-profile-container .user-profile-image-container img {
    border-radius: 50%;
    height: 75px;
    width: 75px;
    position: absolute;
    left: 2px;
    top: 2px; }
  .pagelayouts-doghood-feed-pagelayout .user-profile-container .user-profile-header-main-data {
    margin: 75px 5px 0 5px;
    text-align: center; }
  .pagelayouts-doghood-feed-pagelayout .user-profile-container .user-profile-footer {
    padding: 0; }
  .pagelayouts-doghood-feed-pagelayout .user-profile-container .user-profile-footer button {
    width: 100%;
    margin: 0;
    height: 100%;
    padding: 10px 0;
    border: 0; }

.pagelayouts-doghood-feed-pagelayout .feed-layout-left-cell,
.pagelayouts-doghood-feed-pagelayout .feed-layout-right-cell {
  width: 24.7%; }

.pagelayouts-doghood-feed-pagelayout main#container .page-content-layout > .layout-table .layout-cell > .layout-container {
  margin: 0 0;
  width: 100%; }
  .pagelayouts-doghood-feed-pagelayout main#container .page-content-layout > .layout-table .layout-cell > .layout-container #map {
    left: 10px; }

@media screen and (max-width: 1224px) {
  .pagelayouts-doghood-feed-pagelayout {
    /*.feed-layout-right-cell,
	    .feed-layout-middle-cell {
	        margin-left: 25px;
	    }*/ }
    .pagelayouts-doghood-feed-pagelayout .feed-layout-left-cell {
      position: absolute;
      width: 50px;
      left: 0; }
    .pagelayouts-doghood-feed-pagelayout main#container .page-content-layout > .layout-table .layout-cell > .layout-container #map {
      left: 0px; }
    .pagelayouts-doghood-feed-pagelayout .my-groups-dashboard,
    .pagelayouts-doghood-feed-pagelayout .user-profile-container {
      display: none; }
    .pagelayouts-doghood-feed-pagelayout .left-navigation-container li a {
      font-size: 0; }
    .pagelayouts-doghood-feed-pagelayout .left-navigation-container li a i::before {
      font-size: 2rem; }
    .pagelayouts-doghood-feed-pagelayout .feed-layout-left-cell .box {
      margin: 0px 0px 20px 0px;
      box-shadow: 0 0 0 0; }
    .pagelayouts-doghood-feed-pagelayout .feed-layout-right-cell {
      width: auto; } }

.pagelayouts-doghood-map-pagelayout main#container {
  margin-top: 0px; }
  .pagelayouts-doghood-map-pagelayout main#container #content {
    margin: 60px 0 0 0;
    padding: 0;
    max-width: 100%; }
    .pagelayouts-doghood-map-pagelayout main#container #content .breadcrumb {
      display: none; }

.pagelayouts-doghood-map-pagelayout.adminview main#container #content {
  margin-top: 0; }

#header {
  background-color: #e0eada;
  line-height: 60px;
  height: 60px;
  border-bottom: #9aba85 solid 4px;
  width: 100%;
  color: #525252; }
  #header .input-search-control {
    position: relative; }
    #header .input-search-control .searchbox {
      border: 0;
      border-bottom: solid 1px #fff;
      background: transparent;
      padding-right: 20px; }
    #header .input-search-control .icon-magnifying-glass {
      position: absolute;
      right: 4px;
      top: 0; }
  #header .horizontalList {
    margin-bottom: 0; }
  #header i {
    font-size: 1.5em; }
  #header i.profile-picture-icon {
    font-size: unset; }
  #header ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #525252;
    opacity: 1;
    /* Firefox */ }
  #header :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #525252;
    opacity: 1;
    /* Firefox */ }
  #header ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #525252;
    opacity: 1;
    /* Firefox */ }
  #header :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #525252; }
  #header ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #525252; }
  @media screen and (min-width: 1224px) {
    #header {
      height: 60px;
      position: fixed;
      top: 0;
      z-index: 10000; } }
  @media screen and (max-width: 767px) {
    #header {
      display: block; } }
  #header nav .horizontalList li a {
    color: #525252;
    /*@media screen and (min-width: $break-l-min) {
                        font-size: calc(.8em + .6vw);
                    }

                    @media screen and (max-width: $break-m-max) {
                        font-size: $font-size-default;
                    }*/ }
  #header nav .horizontalList li a, #header nav .horizontalList li a > i[class*=" icon-"]::before {
    padding: 0 10px;
    line-height: 60px; }
  #header nav .main-menu-listitem-icon button {
    background: transparent;
    border-width: 0;
    padding: 10px;
    font-size: calc(1em + .2vw); }
  #header nav .active.main-menu-listitem-icon button {
    background-color: #9aba85; }
  #header nav .active.main-menu-listitem-icon button i::before {
    content: "\e03a"; }
  #header nav .main-menu-container {
    display: none;
    position: relative; }
  #header nav .active.main-menu-listitem-icon .main-menu-container {
    display: block;
    z-index: 2000; }
  #header nav .topNavigationList,
  #header nav .topNavigationList li {
    display: block; }
  #header nav .main-menu-inner-container {
    width: 300px;
    position: absolute;
    right: 0;
    background-color: #9aba85; }
  #header nav .main-menu-inner-container ul {
    margin-bottom: 0; }
  #header nav .topNavigationList li {
    float: none; }
  #header nav .topNavigationList li.menu-burger {
    display: none; }
  #header .layout-table {
    table-layout: fixed;
    display: table;
    width: 100%; }
    @media screen and (max-width: 321px) {
      #header .layout-table {
        display: block; } }
  #header .layout-row {
    display: table-row; }
    @media screen and (max-width: 321px) {
      #header .layout-row {
        display: block; } }
  #header .layout-cell {
    display: table-cell; }
    @media screen and (max-width: 321px) {
      #header .layout-cell {
        display: block; } }
  #header .layout-cell {
    vertical-align: top; }
  #header .company-name {
    font-size: 40px;
    color: #fff;
    line-height: 60px;
    margin-left: 20px;
    display: inline-block;
    padding-top: 2px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #header .company-name {
        height: 30px; } }
    #header .company-name img {
      height: 60px; }
  #header .company-logo {
    /*@media screen and (max-width: $break-m-max) {
            height: 30px;
        }*/ }
    @media screen and (min-width: 1224px) {
      #header .company-logo {
        max-height: 55px; } }
  #header .company-logo #company-logo-accent {
    fill: #9aba85; }
  #header .company-logo #company-logo-font {
    fill: #000; }
  #header .company-name:hover .company-logo #company-logo-accent {
    fill: #fff; }
  #header .company-name:hover {
    text-decoration: none;
    cursor: pointer; }
  #header .company-name span {
    padding: 0 5px; }
  #header .company-name i {
    color: #9aba85; }
  #header .company-name:hover i {
    color: #f37a00; }
  #header .layout-cell-usermenu {
    padding-right: 40px;
    cursor: pointer;
    position: absolute; }
  #header .user-image {
    /*border-radius: 50px; 
        background: #fff; 
        text-align: center; 
        
        display: inline-block; 
        vertical-align: top;
        margin-top: 10px;

        font-size: 40px;
        height: 40px; 
        line-height: 30px;*/
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 38px;
    /*vertical-align: top;*/
    line-height: 1;
    vertical-align: top;
    color: #e6e6e6; }
    #header .user-image i::before,
    #header .user-image img {
      width: 40px;
      height: 100%;
      overflow: hidden;
      border-radius: 50px;
      display: inline-block;
      margin: auto 0;
      vertical-align: middle; }
    #header .user-image i::before {
      height: 40px;
      background: #525252; }
    @media screen and (max-width: 1224px) {
      #header .user-image {
        font-size: 20px;
        height: 20px;
        line-height: 10px;
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      #header .user-image {
        font-size: 20px;
        height: 20px;
        line-height: 10px;
        margin-top: 20px; } }
  #header .user-profile-dropdown {
    position: relative;
    z-index: 1000;
    top: 4px;
    background-color: #fff;
    display: none;
    border: solid 1px #525252;
    border-top: 0px; }
    #header .user-profile-dropdown.active {
      display: block; }
    #header .user-profile-dropdown .user-profile-dropdown-list {
      position: relative; }
      #header .user-profile-dropdown .user-profile-dropdown-list li a, #header .user-profile-dropdown .user-profile-dropdown-list li a:active, #header .user-profile-dropdown .user-profile-dropdown-list li a:hover, #header .user-profile-dropdown .user-profile-dropdown-list li a:visited {
        display: block;
        text-decoration: none;
        padding: 0 10px; }
      #header .user-profile-dropdown .user-profile-dropdown-list li a:active, #header .user-profile-dropdown .user-profile-dropdown-list li a:hover {
        background-color: #9aba85;
        color: #525252; }
  #header nav .main-navigation-list {
    float: right;
    margin-right: 30px; }
    #header nav .main-navigation-list li.main-menu-listitem-icon {
      line-height: 60px; }
    #header nav .main-navigation-list li.login-listitem, #header nav .main-navigation-list li.register-listitem {
      padding: 10px; }
    #header nav .main-navigation-list li a, #header nav .main-navigation-list li a:active, #header nav .main-navigation-list li a:hover, #header nav .main-navigation-list li a:visited {
      font-size: 14px;
      line-height: 14px;
      border-radius: 5px;
      background-color: #9aba85;
      padding: 10px;
      color: #fff; }
    #header nav .main-navigation-list li.login-listitem a, #header nav .main-navigation-list li.login-listitem a:active, #header nav .main-navigation-list li.login-listitem a:hover, #header nav .main-navigation-list li.login-listitem a:visited {
      background-color: #525252; }
    #header nav .main-navigation-list li .topNavigationList li {
      padding: 10px; }
    #header nav .main-navigation-list li .topNavigationList li:hover,
    #header nav .main-navigation-list li .topNavigationList li.active {
      background: #fff;
      /* The Fallback */
      background: rgba(255, 255, 255, 0.3); }
    #header nav .main-navigation-list li .topNavigationList li:hover a,
    #header nav .main-navigation-list li .topNavigationList li:hover a:hover,
    #header nav .main-navigation-list li .topNavigationList li.active a {
      background: transparent; }
    #header nav .main-navigation-list li .topNavigationFooterList {
      padding: 10px;
      background-color: rgba(82, 82, 82, 0.3);
      min-height: 50px; }
      #header nav .main-navigation-list li .topNavigationFooterList li {
        padding: 2px 10px;
        float: left;
        background: transparent; }
        #header nav .main-navigation-list li .topNavigationFooterList li:hover a,
        #header nav .main-navigation-list li .topNavigationFooterList li:hover a:hover,
        #header nav .main-navigation-list li .topNavigationFooterList li a {
          padding: 0px;
          background: transparent; }

/*
#header nav .main-navigation-list li .topNavigationList li:hover,
		#header nav .main-navigation-list .topNavigationList li.active {
			background-color: rgba(255, 255, 255, 0.3);
		}
		
		#header nav .main-navigation-list li .topNavigationList li:hover a,
		#header nav .main-navigation-list li .topNavigationList li:hover a:hover,
		#header nav .main-navigation-list li .topNavigationList li.active a {
			background:transparent;
		}
		
		
		
		#header nav .main-navigation-list li .topNavigationFooterList li {
			
		}
		
		#header nav .main-navigation-list li .topNavigationFooterList li:hover a,
		#header nav .main-navigation-list li .topNavigationFooterList li:hover a:hover,
		#header nav .main-navigation-list li .topNavigationFooterList li a {
			padding: 0px;
			background:transparent;
		}*/
#footer {
  height: 60px;
  margin-top: -63px;
  background: #525252;
  border-top: 3px solid #9aba85; }
  #footer .footer-content-layout {
    color: #fff;
    display: table; }
    #footer .footer-content-layout a, #footer .footer-content-layout a:active, #footer .footer-content-layout a:hover, #footer .footer-content-layout a:visited {
      color: #fff;
      text-decoration: none;
      font-weight: normal; }
    #footer .footer-content-layout .layout-table {
      width: 100%;
      margin: 0 auto; }
    #footer .footer-content-layout .layout-row {
      display: table-row; }
    #footer .footer-content-layout .layout-cell {
      display: table-cell; }
    #footer .footer-content-layout .content-cell-left,
    #footer .footer-content-layout .content-cell-middle {
      padding: 18px 0; }
    #footer .footer-content-layout .content-cell-left {
      width: 20%; }
      @media screen and (max-width: 1224px) {
        #footer .footer-content-layout .content-cell-left {
          display: none; } }
    #footer .footer-content-layout .content-cell-middle {
      width: 32%; }
      @media screen and (max-width: 1224px) {
        #footer .footer-content-layout .content-cell-middle {
          width: 20%;
          padding: 18px 18px; } }
      @media screen and (max-width: 767px) {
        #footer .footer-content-layout .content-cell-middle {
          display: none; } }
    #footer .footer-content-layout .content-cell-right {
      text-align: right;
      padding: 18px 18px; }
      @media screen and (max-width: 767px) {
        #footer .footer-content-layout .content-cell-right {
          padding: 10px 18px; } }
    #footer .footer-content-layout .footer-social-container,
    #footer .footer-content-layout .footer-nav-container {
      display: table-cell; }
    #footer .footer-content-layout .footer-social-container {
      width: 100%;
      text-align: right;
      display: inline-block; }
      @media screen and (max-width: 1224px) {
        #footer .footer-content-layout .footer-social-container {
          text-align: left; } }
      #footer .footer-content-layout .footer-social-container li {
        list-style-type: none;
        display: inline;
        font-size: 15pt;
        padding-right: 5px; }
    #footer .footer-content-layout .footer-nav-container {
      width: 25%; }
      @media screen and (max-width: 767px) {
        #footer .footer-content-layout .footer-nav-container {
          text-align: center; } }

.url-preview-image-cell {
  width: 200px; }
  .url-preview-image-cell img {
    max-height: 100px; }

.url-preview-metadata-cell {
  vertical-align: top; }

.form-warning-post .form-element-group .layout-cell {
  padding: 0 5px 0 0; }

.feed-postmessage-icon-container {
  font-size: 20px; }
  .feed-postmessage-icon-container input[type=file] {
    position: absolute;
    left: -9999px; }

.feed-messageform-post-type-header .feed-messageform-post-type-listitem {
  padding: 5px;
  font-size: 2rem;
  color: #a6a6a6;
  cursor: pointer; }
  .feed-messageform-post-type-header .feed-messageform-post-type-listitem.active {
    color: #9aba85;
    cursor: default; }

.post-item {
  background-color: #F5F5F5;
  border-radius: 3px;
  /*box-shadow: 0 3px 5px rgba(50, 50, 50, 0.5);*/
  box-shadow: 0 0 0;
  padding: 0;
  border: solid 1px rgba(154, 186, 133, 0.1); }

.feed-messageform .text-editor,
.post-item .text-editor {
  min-height: 40px;
  border: solid 1px #525252;
  background-color: #fff;
  padding: 5px; }
  .feed-messageform .text-editor[contenteditable=true]:empty:before, .feed-messageform .text-editor[contenteditable=true].empty:before,
  .post-item .text-editor[contenteditable=true]:empty:before,
  .post-item .text-editor[contenteditable=true].empty:before {
    cursor: text;
    content: attr(data-placeholder);
    display: block;
    /* For Firefox */ }

.feed-messageform .box {
  margin-left: 0;
  margin-right: 0; }

.feed-messageform .feed-post-message-container {
  position: relative; }
  .feed-messageform .feed-post-message-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 0;
    height: 0;
    border: 0.7em solid transparent;
    border-bottom-color: #525252;
    border-top: 0;
    margin-left: -0.7em;
    margin-top: -0.7em; }
  .feed-messageform .feed-post-message-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 0;
    height: 0;
    border: 0.69em solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    margin-left: -0.69em;
    margin-top: -0.65em; }
  .feed-messageform .feed-post-message-container.post-type-selected-1:before, .feed-messageform .feed-post-message-container.post-type-selected-1:after {
    left: 20px; }
  .feed-messageform .feed-post-message-container.post-type-selected-2:before, .feed-messageform .feed-post-message-container.post-type-selected-2:after {
    left: 64px; }

.post-item {
  margin: 15px 0; }

.feed-group-container {
  position: relative;
  display: inline-block; }
  .feed-group-container strong {
    cursor: pointer; }
  .feed-group-container ul.feed-group-selection {
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 1000;
    margin-left: -50%;
    margin-right: -50px; }
    .feed-group-container ul.feed-group-selection li {
      display: block;
      padding: 5px; }
      .feed-group-container ul.feed-group-selection li:hover {
        background-color: #525252;
        color: #fff;
        cursor: pointer; }

.post-meta,
.post-content,
.post-footer {
  padding: 10px; }

.post-content,
.post-comment-content {
  color: #525252; }
  .post-content-edit,
  .post-comment-content-edit {
    color: #525252; }

.post-meta i,
.post-reply-author-image i,
.post-author-image i {
  color: #e6e6e6;
  /*$color-white;*/ }

.post-reply-author-image,
.post-author-image {
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 38px;
  vertical-align: top;
  line-height: 1; }
  .post-reply-author-image i::before,
  .post-reply-author-image img,
  .post-author-image i::before,
  .post-author-image img {
    width: 40px;
    height: 100%;
    overflow: hidden;
    border-radius: 50px;
    display: inline-block; }
  .post-reply-author-image i::before,
  .post-author-image i::before {
    height: 40px;
    background: #525252; }

.post-meta-contextmenu {
  position: relative; }
  .post-meta-contextmenu i {
    color: #525252; }
  .post-meta-contextmenu .post-meta-contextmenu-list {
    position: absolute;
    border: solid 1px #525252;
    z-index: 10000;
    background-color: #fff; }
    .post-meta-contextmenu .post-meta-contextmenu-list .post-meta-contextmenu-list-item {
      padding: 10px;
      border-bottom: solid 1px #525252; }

.post-meta-groupname::before {
  content: '»';
  padding: 0 5px; }

.post-image {
  background-color: #fff;
  text-align: center;
  max-width: inherit;
  max-height: inherit; }
  .post-image img {
    max-width: 100%;
    max-height: 100%; }

.post-footer {
  background-color: #e6e6e6;
  margin: 0;
  text-align: left; }

.post-url-previews {
  background-color: #fff; }
  .post-url-previews .post-url-preview .layout-cell {
    padding: 10px; }

.post-warning-data {
  padding: 10px 0;
  /*background-color: $color-white;*/ }
  .post-warning-data-header {
    font-weight: 700;
    text-align: center;
    color: #525252;
    padding: 10px 0; }
  .post-warning-data-icon {
    font-size: 2rem;
    vertical-align: middle;
    color: #9aba85;
    text-align: center; }

.post-footer .post-footer-button-like,
.post-footer .post-footer-button-liked,
.post-footer .post-footer-button-answer {
  background: transparent;
  border-radius: 0;
  box-shadow: 0 0 0;
  color: #525252;
  border-width: 0; }

.post-footer .post-footer-button-liked {
  color: #9aba85; }

.reply-load-more-container {
  text-align: center;
  padding: 5px; }
  .reply-load-more-container strong {
    cursor: pointer; }

.post-comments-item-container {
  background: #fff;
  padding: 0.75em; }
  .post-comments-item-container .reply-list li {
    padding: 15px 0; }
    .post-comments-item-container .reply-list li .post-comment-content {
      color: #525252;
      /*#3f4257*/
      padding-top: 15px; }

.post-item-cell.post-item-cell-placeholder .post-author-image,
.post-item-cell.post-item-cell-placeholder .post-meta-groupname,
.post-item-cell.post-item-cell-placeholder .post-meta-date,
.post-item-cell.post-item-cell-placeholder .post-content span {
  background: #e6e6e6;
  display: inline-block;
  width: 30%;
  height: 16px;
  vertical-align: top;
  /* Animation*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeholderAnimate;
  background: #f6f7f8;
  /* Fallback */
  background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
  background-size: 1600px; }

.post-item-cell.post-item-cell-placeholder .post-meta-groupname::before {
  content: ' '; }

.post-item-cell.post-item-cell-placeholder .post-author-image {
  width: 32px;
  height: 32px;
  border-radius: 50px; }

.post-item-cell.post-item-cell-placeholder .post-content span {
  display: block;
  margin: 10px 0;
  width: 100%;
  height: 20px; }

.post-item-cell.post-item-cell-placeholder .post-content span:last-child {
  width: 85%; }

@keyframes placeholderAnimate {
  0% {
    background-position: -650px 0; }
  100% {
    background-position: 650px 0; } }

/*QUASAR MODIFICATIONS*/
.feed-container .feed-postmessage-icon-container .q-icon::before {
  height: 50%; }

.feed-container .post-meta-cell-breadcrumb .q-breadcrumbs {
  padding: 10px; }
  .feed-container .post-meta-cell-breadcrumb .q-breadcrumbs--last a {
    pointer-events: initial; }

.feed-container .post-meta-cell-breadcrumb .post-meta-date {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 0; }

.feed-container .post-meta-cell-breadcrumb strong {
  padding: 0 3px; }

.feed-container .post-card-section-content.q-card__section--vert,
.feed-container .post-card-section-replies.q-card__section--vert {
  padding: 0px; }

.feed-container .reply-avatar {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin: 25px 10px 10px; }

.feed-container .post-reply-content .q-message-text:last-child::before {
  top: 0;
  left: -8px; }

.feed-container .post-reply-content .q-message-text-content--received {
  color: #525252; }

.feed-container .post-reply-content .q-message-text--received:last-child::before {
  border-right: 8px solid currentColor;
  border-left: 8px solid transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid currentColor; }

.feed-container .post-reply-content .q-message-text--received:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  right: 100%;
  border-right: 8px solid currentColor;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 8px;
  left: -8px; }

#map {
  /*width: 600px;
    height: 400px;*/
  min-height: 650px;
  width: 100%; }

.map-context-menu-list {
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: solid 1px #525252;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .map-context-menu-list li {
    padding: 5px; }
    .map-context-menu-list li:hover {
      background-color: #525252;
      color: #fff;
      cursor: pointer; }

/*.map-icon {
    color: $color-white; 
    background: url($global-path-to-images + '/empty_pin-s.png') no-repeat left center;
    display: inline-block;
    width: 24px;
    height: 32px;
    text-align:center;

    :hover {
        color: $color-green;
    }

    .fas {
        padding-top: 4px;
    }
}*/
.map-icon {
  font-size: 36px;
  position: relative;
  color: #8cae70;
  text-shadow: 2px 2px 5px #525252; }
  .map-icon:hover {
    color: #525252; }
  .map-icon .fas {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -75%); }
    .map-icon .fas::before {
      text-shadow: none; }

.map-markerform-close,
.map-sidebar-close {
  font-size: 25px;
  padding-top: 10px;
  float: right;
  cursor: pointer; }

.map-markerform-container,
.map-sidebar-container {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  z-index: 10000;
  color: #525252;
  border-right: solid 1px #525252;
  box-shadow: 0 3px 5px rgba(50, 50, 50, 0.5);
  overflow-y: auto; }
  @media screen and (max-width: 1224px) {
    .map-markerform-container,
    .map-sidebar-container {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .map-markerform-container,
    .map-sidebar-container {
      width: 100%; } }

.map-markerform-container section,
.map-sidebar-container section {
  padding: 0px 10px 2px; }

.map-markerform-content {
  padding: 20px; }

.register-form .radiobutton-btn-list {
  margin-bottom: -8px;
  /*-8px because box-shadow...*/ }

.register-form .layout-cell {
  padding: 0 10px; }

@media screen and (max-width: 1224px) {
  .register-form .form-field-label {
    display: none; }
  .register-form .layout-cell {
    padding: 10px; } }

.register-form .layout-table-dogs .layout-row.form-field-control .layout-cell,
.register-form .layout-table-dogs .form-buttons .layout-cell {
  padding-top: 10px; }

.loginBox input[type="text"],
.loginBox input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d9d9d9;
  height: 100%;
  padding: 0.3125rem;
  position: relative;
  width: 100%;
  z-index: 0;
  box-sizing: border-box; }

.loginBox .loginBoxButton input {
  border: solid 1px #525252;
  background-color: #9aba85;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  color: #fff;
  border-radius: 3px;
  padding: 10px;
  margin: 2px 5px; }

.user-profile-container.edit-user-profile-container .form-field-validation-text {
  display: none; }

.user-profile-container.edit-user-profile-container .edit-user-profile-tabs-content-container .layout-cell,
.user-profile-container.edit-user-profile-container .user-profile-header-main-data .layout-cell {
  padding: 0 10px; }

.user-profile-container.edit-user-profile-container .user-profile-header label.user-profile-title-image-edit-label,
.user-profile-container.edit-user-profile-container .user-profile-header button,
.user-profile-container.edit-user-profile-container .user-profile-header button:active,
.user-profile-container.edit-user-profile-container .user-profile-header button:hover,
.user-profile-container.edit-user-profile-container .user-profile-header button:focus {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
  background: #525252;
  /* The Fallback */
  background: rgba(82, 82, 82, 0.5);
  border: 0px;
  color: #fff;
  padding: 10px; }

.user-profile-container.edit-user-profile-container .user-profile-cover-image img {
  max-width: unset; }

.user-profile-container.edit-user-profile-container .user-profile-cover-image button {
  display: none; }

.user-profile-container.edit-user-profile-container .user-profile-image-edit-container {
  width: 150px;
  cursor: pointer;
  margin: 0 4px 4px;
  font-size: 1rem;
  color: #fff;
  border-bottom-left-radius: 78px;
  border-bottom-right-radius: 78px;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 10000;
  background: #525252;
  /* The Fallback */
  background: rgba(82, 82, 82, 0.5); }

.user-profile-container.edit-user-profile-container .edit-user-profile-tabs-container {
  padding: 0;
  margin: 30px -10px; }
  .user-profile-container.edit-user-profile-container .edit-user-profile-tabs-container button {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border: 0; }
    .user-profile-container.edit-user-profile-container .edit-user-profile-tabs-container button.active {
      background-color: #e0eada; }

.user-profile-container.edit-user-profile-container .edit-user-profile-tabs-content-container {
  margin: 30px 0; }

@media screen and (max-width: 1224px) {
  .user-profile-container.edit-user-profile-container .form-field-label {
    display: none; }
  .user-profile-container.edit-user-profile-container .edit-user-profile-tabs-content-container .layout-cell,
  .user-profile-container.edit-user-profile-container .user-profile-header-main-data .layout-cell {
    padding: 10px; } }

.user-profile-container.edit-user-profile-container .edit-user-profile-tab-content-dogs {
  width: 100%; }
  .user-profile-container.edit-user-profile-container .edit-user-profile-tab-content-dogs .horizontalList.radiobutton-btn-list {
    margin-bottom: 0; }
  .user-profile-container.edit-user-profile-container .edit-user-profile-tab-content-dogs .dog-table > .layout-row:nth-child(even):not(.form-buttons) {
    background: #525252;
    /* The Fallback */
    background: rgba(82, 82, 82, 0.1); }
  .user-profile-container.edit-user-profile-container .edit-user-profile-tab-content-dogs .dog-table .layout-cell.dog-cell-image,
  .user-profile-container.edit-user-profile-container .edit-user-profile-tab-content-dogs .dog-table .layout-cell.dog-cell-data {
    padding: 10px; }
  .user-profile-container.edit-user-profile-container .edit-user-profile-tab-content-dogs .dog-table .dog-data-table .layout-cell {
    padding: 5px 10px; }

.user-profile-container.edit-user-profile-container .edit-user-profile-container-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none; }

.user-profile-container.edit-user-profile-container.edit-cover .user-profile-header {
  z-index: 100001; }
  .user-profile-container.edit-user-profile-container.edit-cover .user-profile-header .user-profile-cover-image .user-profile-cover-image-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100001; }
    .user-profile-container.edit-user-profile-container.edit-cover .user-profile-header .user-profile-cover-image .user-profile-cover-image-buttons button {
      display: inline;
      position: unset; }

.user-profile-container.edit-user-profile-container.edit-cover .edit-user-profile-container-modal {
  display: block; }

.user-profile-container.edit-user-profile-container.edit-cover .user-profile-title-image-edit-label,
.user-profile-container.edit-user-profile-container.edit-cover .user-profile-image-container {
  display: none; }

/*! jQuery UI - v1.12.1 - 2016-09-22
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=smoothness&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.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-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;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

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

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-button-icon-only {
  text-indent: 0; }

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

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

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .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: 45%; }

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

.ui-datepicker th {
  padding: .7em .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: .2em;
  text-align: right;
  text-decoration: none; }

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

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .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 .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-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

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

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3; }

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222; }

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

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("../3rd/jqueryui/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold; }

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

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../3rd/jqueryui/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  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, .ui-button:hover, .ui-button:focus {
  border: 1px solid #999;
  background: #dadada url("../3rd/jqueryui/images/ui-bg_glass_75_dadada_1x400.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, a.ui-button:hover, a.ui-button:focus {
  color: #212121;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #aaa;
  background: #fff url("../3rd/jqueryui/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #aaa;
  background-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("../3rd/jqueryui/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636; }

.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee; }

.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("../3rd/jqueryui/images/ui-bg_glass_95_fef1ec_1x400.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: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .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("../3rd/jqueryui/imagesui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../3rd/jqueryui/images/ui-icons_222222_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("../3rd/jqueryui/images/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("../3rd/jqueryui/images/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("../3rd/jqueryui/images/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../3rd/jqueryui/images/ui-icons_cd0a0a_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../3rd/jqueryui/images/ui-icons_888888_256x240.png"); }

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

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

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

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

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

.ui-icon-caret-1-s {
  background-position: -65px 0; }

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

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

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

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

.ui-icon-caret-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: -65px -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: -65px -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: 1px -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;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  box-shadow: -8px -8px 8px #aaa; }

body .ui-dialog {
  z-index: 10000 !important;
  padding: 0; }
  body .ui-dialog .ui-button,
  body .ui-dialog .ui-button:hover,
  body .ui-dialog .ui-button:focus,
  body .ui-dialog .ui-button:active {
    background-image: none;
    border-width: 0;
    background-color: #9aba85;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    margin: 2px 5px; }
  body .ui-dialog .ui-dialog-titlebar {
    background-color: #9aba85;
    background-image: none;
    border-radius: 0;
    color: #525252; }
    body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
      box-shadow: 0 0 0;
      margin-top: -10px; }

body .ui-autocomplete {
  z-index: 10001 !important; }

.user-profile-container {
  margin: 0 auto 20px;
  width: 75%; }
  .user-profile-container .user-profile-header {
    margin: -10px;
    height: 305px;
    background-color: #e0eada;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 0; }
  .user-profile-container .user-profile-cover-image {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .user-profile-container .user-profile-cover-image img {
      max-width: unset; }
  .user-profile-container .user-profile-image-container {
    height: 158px;
    width: 158px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(50% + 78px);
    border-radius: 49.9%;
    border-width: 0;
    box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, 0.15), 0 1.5px 3px 0 rgba(0, 0, 0, 0.15);
    background-color: #9aba85;
    font-size: 158px;
    text-align: center; }
  .user-profile-container .user-profile-image-container img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    position: absolute;
    left: 4px;
    top: 4px; }
  .user-profile-container .user-profile-header-main-data {
    margin: 150px 10px 0 10px; }
  .user-profile-container .user-profile-footer {
    padding: 0; }
  .user-profile-container .user-profile-footer button {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border: 0; }
  .user-profile-container .user-profile-footer .add-as-contact-btn {
    background-color: #e0eada; }
  .user-profile-container .user-profile-footer .message-user-btn {
    background-color: #f37a00; }
  .user-profile-container .user-profile-footer button:hover {
    background-color: #525252; }

.user-profile-dogs-container {
  margin: 0 auto 20px;
  width: 75%; }
  .user-profile-dogs-container .user-dog-image-container {
    width: 150px;
    height: 150px;
    overflow: hidden;
    background-color: #e0eada;
    font-size: 6rem;
    text-align: center; }
  .user-profile-dogs-container .corner-ribbon {
    width: 75px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    top: 0px;
    right: -100px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    color: #fff;
    font-size: 1rem;
    height: 25px; }
  .user-profile-dogs-container .female-dog {
    background-color: #FF69B4; }
  .user-profile-dogs-container .male-dog {
    background-color: #6CA0DC; }
  .user-profile-dogs-container .dog-cell-image {
    width: 200px; }

.my-groups-dashboard .box-header {
  text-align: center; }

.my-groups-dashboard .box-body {
  padding: 10px 0; }

.my-groups-dashboard .my-groups-list .my-groups-list-item {
  padding: 0; }
  .my-groups-dashboard .my-groups-list .my-groups-list-item a, .my-groups-dashboard .my-groups-list .my-groups-list-item a:active, .my-groups-dashboard .my-groups-list .my-groups-list-item a:hover, .my-groups-dashboard .my-groups-list .my-groups-list-item a:visited {
    padding: 10px;
    border-left: solid 4px transparent;
    color: #525252;
    font-weight: unset;
    display: inline-block;
    width: 100%; }
  .my-groups-dashboard .my-groups-list .my-groups-list-item a:hover,
  .my-groups-dashboard .my-groups-list .my-groups-list-item a:focus,
  .my-groups-dashboard .my-groups-list .my-groups-list-item.active a {
    border-left-color: #9aba85;
    color: #9aba85;
    text-decoration: none; }

.create-event-table .flip-card {
  cursor: pointer; }
  .create-event-table .flip-card .create-event-icon {
    font-size: 5rem; }

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  transition: transform 0.3s ease-out, opacity 0.3s ease-in; }

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in; }

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
  background: #9aba85;
  /* The Fallback */
  background: rgba(154, 186, 133, 0.6); }
  .marker-cluster-small div,
  .marker-cluster-medium div,
  .marker-cluster-large div {
    background: #9aba85; }

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px; }

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
  font-size: 1em; }

.marker-cluster span {
  line-height: 30px; }
