﻿.dotsIfTextTooLong {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@keyframes enterIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
loginFrame {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #ffffff;
  background-image: url(/img/background/login.jpg);
  background-position: center center;
}
loginFrame .loginWrapper {
  width: 500px;
  height: 100%;
  left: calc(50% - 250px);
  background-color: rgba(0, 0, 0, 0.8);
  transition: left 1s cubic-bezier(0.5, 0, 0.5, 1);
}
loginFrame .loginWrapper::before,
loginFrame .loginWrapper::after {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0px;
}
loginFrame .loginWrapper::before {
  left: -100vw;
}
loginFrame .loginWrapper::after {
  right: -100vw;
}
loginFrame .loginWrapper .loginContainer {
  position: absolute;
  width: 100%;
  top: calc(50% - 80px);
  transform: translateY(calc(-50% + 40px));
}
loginFrame .loginWrapper .loginContainer .logo {
  background-image: url(/img/logo/logo.svg);
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: auto 60%;
  height: 180px;
  margin-bottom: 30px;
}
loginFrame .loginWrapper .loginContainer .logo:not([data-custom="true"])::after {
  content: "hibster";
  text-transform: uppercase;
  font-family: Quicksand;
  text-align: center;
  font-size: 20px;
  top: 135px;
  position: absolute;
  width: 100%;
  font-weight: 800;
  color: #ffffff;
}
loginFrame .loginWrapper .loginContainer form {
  padding: 0 80px;
}
loginFrame .loginWrapper .loginContainer form input:not([type="checkbox"]):not([type="radio"]) {
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 10px 20px;
}
loginFrame .loginWrapper .loginContainer form .buttons button.hidden {
  height: 0px !important;
  overflow: hidden !important;
  opacity: 0;
  z-index: -6;
  position: absolute;
  pointer-events: none;
}
loginFrame .loginWrapper .loginContainer form .text,
loginFrame .loginWrapper .loginContainer form .link {
  text-align: center;
  color: #FFFFFF;
}
loginFrame .loginWrapper .loginContainer form .text a,
loginFrame .loginWrapper .loginContainer form .link a {
  color: #FFFFFF;
}
loginFrame .loginWrapper .loginContainer form .link {
  margin-top: 10px;
}
loginFrame .loginWrapper .loginContainer form .options {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
loginFrame .loginWrapper .loginContainer form .options .remember,
loginFrame .loginWrapper .loginContainer form .options .reset,
loginFrame .loginWrapper .loginContainer form .options .back {
  text-transform: uppercase;
  float: left;
  width: 50%;
  font-size: 11px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 20px;
  color: #ffffff;
}
loginFrame .loginWrapper .loginContainer form .options .remember input[type="checkbox"] {
  color: #ffffff;
}
loginFrame .loginWrapper .loginContainer form .options .remember input[type="checkbox"]::after {
  font-size: 11px;
  text-transform: uppercase;
}
loginFrame .loginWrapper .loginContainer form .options .reset {
  float: right;
  cursor: pointer;
  text-align: right;
}
loginFrame .loginWrapper .loginContainer form .options .back {
  display: none;
  float: right;
  cursor: pointer;
  text-align: right;
}
loginFrame .loginWrapper .loginContainer form button {
  display: block !important;
  border-image-source: unset !important;
  border: unset !important;
  position: relative;
  border-radius: 20px;
  margin: auto;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background-color 0.5s, padding 0.5s;
  color: #ffffff;
  background-color: #95c11f;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
loginFrame .loginWrapper .loginContainer form button:not([busy]):hover {
  cursor: pointer;
  background-color: #739518;
}
loginFrame .loginWrapper .loginContainer form button[busy] {
  padding-left: 40px;
}
loginFrame .loginWrapper .loginContainer form button[busy]::before,
loginFrame .loginWrapper .loginContainer form button[busy]::after {
  position: absolute;
  font-family: 'Font Awesome 5 Duotone';
  -webkit-animation: busy 1s infinite cubic-bezier(0.67, 0.01, 0.485, 1);
  animation: busy 1s infinite cubic-bezier(0.67, 0.01, 0.485, 1);
  left: 10px;
  width: 17px;
  height: 17px;
  line-height: 18px;
  top: 8px;
  margin: 0;
  padding: 0;
  text-align: center;
}
loginFrame .loginWrapper .loginContainer form button[busy]::before {
  content: '\f3f4';
}
loginFrame .loginWrapper .loginContainer form button[busy]::after {
  content: '\10f3f4';
  opacity: 0.2;
}
loginFrame .loginWrapper .addCustomerButton {
  display: none;
  position: absolute;
  height: 80px;
  width: 100%;
  bottom: 0px;
  color: #ffffff;
  background-color: #e6007e;
}
nav {
  position: relative;
  display: inline-block;
  font-family: Quicksand;
  width: 180px;
  height: 100%;
  overflow: hidden;
  transition: width 0.5s;
  color: #e9e9e9;
  background-color: #3c3c3c;
}
nav::after {
  content: '';
  width: 6px;
  position: absolute;
  height: 100%;
  right: 0px;
  top: 0px;
  background: -moz-linear-gradient(top, #e6007e 0%, #2071b8 20%, #037c84 40%, #086735 60%, #95c11f 80%, #fbea24 100%);
  background: -webkit-linear-gradient(top, #e6007e 0%, #2071b8 20%, #037c84 40%, #086735 60%, #95c11f 80%, #fbea24 100%);
  background: linear-gradient(to bottom, #e6007e 0%, #2071b8 20%, #037c84 40%, #086735 60%, #95c11f 80%, #fbea24 100%);
  transition: width 0.5s;
}
@media only screen and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 959px) {
  nav::after {
    width: 4px;
  }
}
nav .displaySwitch {
  display: none;
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px;
  text-align: center;
  margin-right: 6px;
  z-index: 1;
  cursor: pointer;
  transition: color 0.5s;
  color: #e6007e;
}
nav .displaySwitch:hover {
  color: #b30062;
}
nav .overflow {
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100% - 180px);
}
nav .overflow ul {
  padding: 0 !important;
  margin: 0 !important;
}
nav .overflow ul:not(:first-of-type) {
  margin-top: 15px !important;
}
nav .overflow ul a {
  text-decoration: none;
  color: inherit !important;
  outline: none;
}
nav .overflow ul a:first-of-type li {
  border-top: 1px solid #4e4e4e;
}
nav .overflow ul li {
  font-size: 10px;
  padding: 10px;
  border-bottom: 1px solid #4e4e4e;
  cursor: pointer;
}
nav .overflow ul li::after {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  content: attr(data-title);
  text-transform: uppercase;
  position: absolute;
  left: 35px;
  width: 135px;
}
nav .overflow ul li[type="addOrder"] icon::before,
nav .overflow ul li[type="addOrder"] icon::after {
  font-family: 'Font Awesome 5 Duotone';
}
nav .overflow ul li[type="addOrder"] icon::before {
  content: '\f055';
  position: absolute;
  left: 12px;
  color: #ffffff;
}
nav .overflow ul li[type="addOrder"] icon::after {
  content: '\10f055';
  position: absolute;
  left: 12px;
  color: #95c11f;
  opacity: 0.6;
}
@media only screen and (min-width: 960px) {
  nav .overflow ul[type="menu"]::before {
    font-weight: 800;
    display: block;
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
    color: #e6007e;
    content: attr(data-title);
  }
}
nav .overflow ul[type="menu"] i::before {
  --fa-primary-opacity: 0.8;
  --fa-primary-color: #ffffff;
}
nav .overflow ul[type="menu"] i::after {
  --fa-secondary-opacity: 0.2;
  --fa-secondary-color: #ffffff;
}
nav .overflow ul[type="menu"] a:focus li,
nav .overflow ul[type="menu"] li:hover {
  font-weight: 800;
}
nav .overflow ul[type="menu"] a[active] li {
  font-weight: 800;
  background: -moz-linear-gradient(left, rgba(230, 0, 126, 0.15) 0%, rgba(32, 113, 184, 0.12) 20%, rgba(3, 124, 132, 0.15) 40%, rgba(8, 103, 53, 0.06) 60%, rgba(149, 193, 31, 0) 80%, rgba(251, 234, 36, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(230, 0, 126, 0.15) 0%, rgba(32, 113, 184, 0.12) 20%, rgba(3, 124, 132, 0.15) 40%, rgba(8, 103, 53, 0.06) 60%, rgba(149, 193, 31, 0) 80%, rgba(251, 234, 36, 0) 100%);
  background: linear-gradient(to right, rgba(230, 0, 126, 0.15) 0%, rgba(32, 113, 184, 0.12) 20%, rgba(3, 124, 132, 0.15) 40%, rgba(8, 103, 53, 0.06) 60%, rgba(149, 193, 31, 0) 80%, rgba(251, 234, 36, 0) 100%);
}
@media only screen and (min-width: 960px) {
  nav .overflow ul[type="orders"]::before {
    font-weight: 800;
    display: block;
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
    content: attr(data-title);
    color: #fbea24;
  }
}
nav .overflow ul[type="orders"] li::before {
  content: attr(value);
  font-weight: 800;
  display: inline-block;
  width: 15px;
  text-align: center;
}
nav .overflow ul[type="orders"] li:hover {
  font-weight: 800;
}
nav .overflow ul[type="orders"] .orderMenuItem[active] {
  font-weight: 800;
  background: -moz-linear-gradient(left, rgba(251, 234, 36, 0.15) 0%, rgba(149, 193, 31, 0.12) 20%, rgba(8, 103, 53, 0.15) 40%, rgba(3, 124, 132, 0.06) 60%, rgba(32, 113, 184, 0) 80%, rgba(230, 0, 126, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(251, 234, 36, 0.15) 0%, rgba(149, 193, 31, 0.12) 20%, rgba(8, 103, 53, 0.15) 40%, rgba(3, 124, 132, 0.06) 60%, rgba(32, 113, 184, 0) 80%, rgba(230, 0, 126, 0) 100%);
  background: linear-gradient(to right, rgba(251, 234, 36, 0.15) 0%, rgba(149, 193, 31, 0.12) 20%, rgba(8, 103, 53, 0.15) 40%, rgba(3, 124, 132, 0.06) 60%, rgba(32, 113, 184, 0) 80%, rgba(230, 0, 126, 0) 100%);
}
@media only screen and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 959px) {
  nav .overflow {
    max-height: calc(100% - 60px);
  }
}
@media only screen and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 959px) {
  nav {
    width: 40px;
  }
  nav .overflow ul[type="orders"] li:not([type="addOrder"]) {
    display: none;
  }
  nav .overflow ul li {
    height: 14px;
  }
  nav .overflow ul li::after {
    content: '';
  }
}
nav .accountOptions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 959px) {
  nav .accountOptions {
    padding: 0 4px 5px 0;
  }
}
nav .accountOptions .name {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  cursor: default;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 959px) {
  nav .accountOptions .name {
    transform: rotate(-90deg);
    transform-origin: top left;
    left: 11px;
    top: 10px;
  }
}
nav .accountOptions .buttons {
  padding: 10px 0 0 0;
}
nav .accountOptions .buttons a {
  color: #3c3c3c;
  text-decoration: none;
}
nav .accountOptions .buttons .button {
  display: inline-block;
  margin: 0 5px;
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 21px;
  text-align: center;
  font-size: 10px;
  font-weight: 800;
}
@media only screen and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 959px) {
  nav .accountOptions .buttons .button {
    margin: 0 0 5px 0;
  }
}
.productLogo {
  background-image: url('/img/logo/logo.svg');
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 180px;
  height: 180px;
  transition: width 0.5s, height 0.5s;
}
@media only screen and (min-width: 960px) {
  .productLogo:not([data-custom="true"])::after {
    content: "hibster";
    text-transform: uppercase;
    font-family: Quicksand;
    text-align: center;
    font-size: 20px;
    top: 135px;
    position: absolute;
    width: 100%;
    font-weight: 800;
    color: #ffffff;
  }
}
@media only screen and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 959px) {
  .productLogo {
    width: 34px;
    height: 60px;
  }
}
#pageContent {
  display: inline-block;
  height: calc(100% - 40px);
  width: calc(100% - 180px);
  vertical-align: top;
  float: right;
  overflow-y: auto;
  overflow-y: overlay;
  padding: 50px 200px 50px 200px;
  transition: width 0.5s, padding 0.5s;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  margin-top: 40px;
}
#pageContent:-moz-any {
    overflow-y: auto;
}
#pageContent.fixed {
  overflow-y: hidden;
}
@media only screen and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 959px) {
  #pageContent {
    width: calc(100% - 40px);
    padding: 50px 50px 50px 50px;
  }
}
#pageContent .noResults {
  position: absolute;
  background-color: #fff;
  padding: 40px 40px 40px 60px;
  border-radius: 10px;
  box-shadow: 0 0 40px -30px #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#pageContent .noResults::before {
  content: '\f06a';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 40px;
  color: #ff7600;
}
@-moz-keyframes busy {
  100% {
    transform-origin: center;
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes busy {
  100% {
    transform-origin: center;
    -webkit-transform: rotate(360deg);
  }
}
@keyframes busy {
  100% {
    transform-origin: center;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}