/* src/styles.scss */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
app-root {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 40em) {
  body .p-table.p-table-responsive .p-table-tbody > tr > td .div-action {
    display: none;
  }
}
:root {
  --red-error: rgb(164, 17, 40);
  --blue-tab: rgb(0, 122, 217);
  --blue-button: #00a9e0;
  --white-contour: #c8c8c8;
  --white-table-odd: #F8F8F8;
  --white-100: #f4f4f4;
  --grey-light-100: rgb(200, 200, 200);
  --grey-light-200: #bdbdbd;
  --grey-light-300: #a6a6a6;
  --grey-050: rgb(123, 117, 118);
  --grey-100: #606164;
  --grey-150: rgb(78, 78, 78);
  --grey-200: #4a4b4d;
  --box-shadow-black: rgba(0, 0, 0, 0.15);
}
button {
  color: white;
  border: none;
  border-radius: 3px;
  box-shadow: var(--box-shadow-black) 0 2px 3px 0;
}
.snackbar-success {
  background-color: #4caf50;
  color: white;
  font-weight: bold;
}
.snackbar-error {
  background-color: #f44336;
  color: white;
  font-weight: bold;
}

/* src/main.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: var(--text-base-size);
  font-family:
    Arial,
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  color: var(--color-text);
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace;
  font-size: 1em;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
:root {
  --font-primary: sans-serif;
  --font-secondary: serif;
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  --text-xs: calc(1em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-sm: calc(1em / var(--text-scale-ratio));
  --text-md: calc(1em * var(--text-scale-ratio));
  --text-lg: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxl: calc( 1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) );
  --text-xxxl: calc( 1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) );
  --heading-line-height: 1.2;
  --body-line-height: 1.4;
}
h1,
h2,
h3,
h4,
form legend {
  color: var(--color-text-heading);
  margin-bottom: var(--space-xxs);
  line-height: var(--heading-line-height);
}
.text--xxxl {
  font-size: var(--text-xxxl);
}
h1,
.text--xxl {
  font-size: var(--text-xxl);
}
h2,
.text--xl {
  font-size: var(--text-xl);
}
h3,
.text--lg {
  font-size: var(--text-lg);
}
h4,
.text--md {
  font-size: var(--text-md);
}
.text--sm,
small {
  font-size: var(--text-sm);
}
.text--xs {
  font-size: var(--text-xs);
}
p {
  line-height: var(--body-line-height);
}
a:visited {
  color: var(--color-link-visited);
}
.text-container h2,
.text-container h3,
.text-container h4 {
  margin-top: var(--space-sm);
}
.text-container ul,
.text-container ol,
.text-container p {
  margin-bottom: var(--space-md);
}
.text-container ul,
.text-container ol {
  list-style-position: outside;
  padding-left: 24px;
}
.text-container ul {
  list-style-type: disc;
}
.text-container ol {
  list-style-type: decimal;
}
.text-container ul li,
.text-container ol li {
  line-height: var(--body-line-height);
}
.text-container em {
  font-style: italic;
}
.text-container u {
  text-decoration: underline;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bold {
  font-weight: bold;
}
.btn-red {
  background-color: #a41128;
  border-color: #a41128;
  color: white;
}
.btn-red:hover {
  background-color: #860714;
  border-color: #860714;
}
.btn-red:not(:disabled):not(.disabled):active,
.btn-red .show > .btn-success.dropdown-toggle {
  background-color: #a41128;
  border-color: #a41128;
}
.btn-red:focus {
  box-shadow: none;
  background-color: #860714;
  border-color: #860714;
}
.btn-green {
  background-color: #84bd00;
  border-color: #84bd00;
  color: white;
}
.btn-green:hover {
  background-color: #7d9e00;
  border-color: #7d9e00;
}
.btn-green:not(:disabled):not(.disabled):active,
.btn-green .show > .btn-success.dropdown-toggle {
  background-color: #84bd00;
  border-color: #84bd00;
}
.btn-green:focus {
  box-shadow: none;
  background-color: #7d9e00;
  border-color: #7d9e00;
}
.btn-grey {
  background-color: #a41128;
  border-color: #75787b;
  color: white;
}
.btn-grey:hover {
  background-color: #75787b;
  border-color: #75787b;
}
.btn-grey:not(:disabled):not(.disabled):active,
.btn-grey .show > .btn-success.dropdown-toggle {
  background-color: #a41128;
  border-color: #75787b;
}
.btn-grey:focus {
  box-shadow: none;
  background-color: #75787b;
  border-color: #75787b;
}
.btn-warning {
  background-color: #e87722;
  border-color: #75787b;
  color: white;
}
.btn-warning:hover {
  background-color: #e15815;
  border-color: #e15815;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning .show > .btn-success.dropdown-toggle {
  background-color: #e87722;
  border-color: #e87722;
}
.btn-warning:focus {
  box-shadow: none;
  background-color: #e15815;
  border-color: #e15815;
}
.btn-primary {
  background-color: #00a9e0;
  border-color: #00a9e0;
  color: white;
}
.btn-primary:hover {
  background-color: #00a9e0;
  border-color: #00a9e0;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary .show > .btn-success.dropdown-toggle {
  background-color: #00a9e0;
  border-color: #00a9e0;
}
.btn-primary:focus {
  box-shadow: none;
  background-color: #00a9e0;
  border-color: #00a9e0;
}
.btn-success {
  background-color: #84bd00;
  border-color: #84bd00;
  color: white;
}
.btn-success:hover {
  background-color: #7d9e00;
  border-color: #7d9e00;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success .show > .btn-success.dropdown-toggle {
  background-color: #84bd00;
  border-color: #84bd00;
}
.btn-success:focus {
  box-shadow: none;
  background-color: #7d9e00;
  border-color: #7d9e00;
}
.btn-danger {
  background-color: #a41128;
  border-color: #a41128;
  color: white;
}
.btn-danger:hover {
  background-color: #860714;
  border-color: #860714;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger .show > .btn-success.dropdown-toggle {
  background-color: #a41128;
  border-color: #a41128;
}
.btn-danger:focus {
  box-shadow: none;
  background-color: #860714;
  border-color: #860714;
}
.noMargin {
  margin: 0;
}
.margin-right-20-px {
  margin-right: 20px;
}
.image_width {
  width: 25px;
}
.marginBottom40 {
  margin-bottom: 40px;
}
.noPaddingRight {
  padding-right: 0 !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.box {
  display: flex;
  flex-wrap: wrap;
}
.box.box-2 > * {
  flex: 1 1 50%;
}
.box.box-3 > * {
  flex: 1 1 33%;
}
.w-4 {
  width: 4% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-40 {
  width: 40% !important;
}
.w-50 {
  width: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !important;
}
.w-100 {
  width: 100% !important;
}
input:checked + .slider {
  background-color: #b5d766;
}
input:focus + .slider {
  box-shadow: 0 0 1px #b5d766;
}
input input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.inputError .inputError {
  border-color: #a41128;
  box-shadow: 0 0 0 0.2rem rgba(164, 17, 40, 0.25);
}
.inputError .inputError:focus {
  border-color: #a41128;
  box-shadow: 0 0 0 0.2rem;
}
body .p-toolbar,
body .p-sidebar,
.burger {
  background-color: #a41128;
  border: none;
  border-radius: 0;
}
body .p-toolbar .p-toolbar-group-left {
  margin-right: 0.5rem;
}
.p-toolbar {
  padding: 0.22rem 1rem;
}
.p-sidebar-content {
  overflow-y: inherit !important;
}
body .p-sidebar {
  background-color: white;
}
body .p-sidebar .burger {
  background-color: white;
  color: #a41128 !important;
  border: solid 1px #a41128;
}
.burger {
  color: white !important;
  border: solid 1px white;
}
.burger:focus {
  outline: none;
}
.burger .pi {
  line-height: unset;
}
.menu-title {
  color: white !important;
}
.side-bar-title {
  margin: 10px 0;
}
.nav-link {
  cursor: pointer;
}
.nav-link:hover {
  color: white !important;
}
body .p-sidebar .p-tieredmenu {
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 0;
}
.p-tieredmenu .p-menuitem:focus {
  outline: none;
}
.p-tieredmenu .p-menuitem-link:hover,
.p-tieredmenu .p-menuitem-link:active,
.p-tieredmenu .p-menuitem-link:focus,
.p-tieredmenu .p-menuitem-link:focus:hover,
.p-tieredmenu {
  outline: none;
  background-color: #860714 !important;
  border: none;
  transition: 0.3s;
  transition-timing-function: ease-in;
}
.p-tieredmenu .p-menuitem-link:hover .p-menuitem-text,
.p-tieredmenu .p-menuitem-link:hover .pi,
.p-tieredmenu .p-menuitem-link:active .p-menuitem-text,
.p-tieredmenu .p-menuitem-link:active .pi,
.p-tieredmenu .p-menuitem-link:focus .p-menuitem-text,
.p-tieredmenu .p-menuitem-link:focus .pi,
.p-tieredmenu .p-menuitem-link:focus:hover .p-menuitem-text,
.p-tieredmenu .p-menuitem-link:focus:hover .pi,
.p-tieredmenu .p-menuitem-link.p-state-active .pi {
  color: white !important;
}
.p-tieredmenu .p-menuitem-link-active .p-menuitem-text,
.p-tieredmenu .p-menuitem-link-active .p-menuitem-icon {
  color: #007ad9 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #a41128;
}
a:hover {
  color: #75787b;
  text-decoration: none;
}
.redLimagrain {
  color: #a41128;
}
.blueLimagrain {
  color: #00a9e0;
}
.orangeLimagrain {
  color: #e87722;
}
.yellowLimagrain {
  color: #ffc72c;
}
.pinkLimagrain {
  color: #e31c79;
}
.clueCartCount {
  background-color: #a88282;
  border-radius: 50%;
  top: -9px;
  height: 18px;
  position: absolute;
  right: -8px;
  width: 18px;
  color: #a41128;
  font-size: 11px;
  line-height: 19px;
  text-align: center;
}
body .p-table .p-sortable-column.p-highlight {
  background-color: #a41128;
  border-color: #a41128;
  color: white;
}
body .p-button {
  background-color: #a41128 !important;
  border-color: #84bd00 !important;
}
.p-sidebar-right.p-sidebar-right {
  font-family:
    SegoeUI-SemiBold-final,
    "Segoe UI Semibold",
    SegoeUI-Regular-final,
    "Segoe UI",
    "Segoe UI Web (West European)",
    Segoe,
    -apple-system,
    BlinkMacSystemFont,
    Roboto,
    "Helvetica Neue",
    Tahoma,
    Helvetica,
    Arial,
    sans-serif !important;
  width: 35% !important;
  max-width: 425px !important;
}
.app-loading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.app-loading .spinner {
  height: 200px;
  width: 200px;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.app-loading .spinner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #ddd;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.wrapper {
  width: 100%;
  height: 100%;
}
.overlay {
  position: absolute;
  z-index: 1002;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}
a.tile {
  text-decoration: none;
  color: #ddd;
  -webkit-transition: -webkit-transform 0.1s;
  position: relative;
  overflow: hidden;
}
a.tile h2 {
  position: absolute;
  bottom: 5px;
  font-size: 14px;
}
a.tile h2.top {
  position: static;
  font-size: 14px;
  color: #ddd;
}
a.tile i {
  font-size: 60px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
a.tile:hover {
  -webkit-transform: scale(1.05);
}
a.tile:active {
  -webkit-transform: scale(1);
}
a.tile h2 {
  margin: 0;
  font-family: arial, serif;
  font-weight: 300;
  color: #ddd;
}
.tile {
  width: 270px;
  height: 120px;
  overflow: hidden;
  font-size: 13px;
  padding: 10px;
  display: block;
  float: left;
  margin: 5px;
  background-color: #a41128;
}
body .p-tieredmenu {
  padding: 0;
  background-color: white !important;
  border: 1px solid #c8c8c8;
  top: inherit !important;
  left: inherit !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
