html, body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em !important; }

html {
  height: 100%; }

div.main-view-container {
  padding-top: 3.8rem; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@page {
  size: auto;
  /* auto is the initial value */
  margin: 0mm;
  /* this affects the margin in the printer settings */
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }

@media print {
  div.modal div.modal-dialog {
    margin: 0;
    width: 100%; } }

div.app-splash {
  height: 100%;
  width: 100%;
  position: absolute; }
  div.app-splash .loading-container {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column; }
    div.app-splash .loading-container img {
      margin-top: 100px;
      margin-bottom: 20px;
      width: 150px; }
    div.app-splash .loading-container .loading {
      margin-left: -20px;
      margin-top: 30px;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      border: 0.25rem solid #7796b4;
      border-top-color: #34495E;
      animation: spin 1s infinite linear; }
      div.app-splash .loading-container .loading--double {
        border-style: double;
        border-width: .5rem; }

body {
  min-width: 994px;
  color: #333; }
  body div.sini-main-container {
    width: 100%;
    font-size: 0.8125rem; }
    body div.sini-main-container.hidden-before-css-load {
      display: block !important; }
  body .app-footer {
    width: 100%;
    font-size: 0.8125rem;
    position: absolute;
    bottom: 0;
    background-color: white;
    border-top: 1px solid #e7eaec; }
    body .app-footer .footer-padding, body .app-footer .component.license-info-footer {
      padding: 0.5rem 0.9375rem; }
    body .app-footer .component.license-info-footer {
      background-color: #e4e4e4;
      font-weight: 600;
      color: green;
      display: flex;
      align-items: center; }
      body .app-footer .component.license-info-footer.in-grace-period {
        background-color: red;
        color: white; }
    body .app-footer.hidden-before-css-load {
      display: flex !important; }
    body .app-footer #powered-by {
      display: none; }

input {
  padding: 3px;
  outline: none;
  border: solid 1px silver; }
  input:focus {
    border: solid 1px #555555 !important;
    outline: none !important; }

a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: inherit; }

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

.user-select-none {
  user-select: none; }

.avoid-clicks {
  pointer-events: none; }

.user-events-none {
  user-events: none; }

.display-none {
  display: none; }

.inline-block {
  display: inline-block; }

.cursor {
  cursor: pointer; }

.cursor-pointer {
  cursor: pointer; }

.cursor-help {
  cursor: help; }

.cursor-not-allowed {
  cursor: not-allowed !important; }

.hidden, .print {
  display: none; }

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

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

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

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

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

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

.text-underline {
  text-decoration: underline; }

.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

.width-inherit {
  width: inherit; }

.numb-opacity-30 {
  pointer-events: none;
  opacity: .3; }

.underline-on-hover:hover {
  text-decoration: underline; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.full-height {
  min-height: 100%;
  height: 100%; }

.full-width {
  min-width: 100%;
  width: 100%; }

.width-480 {
  width: 480px !important; }

.width-780 {
  width: 780px !important; }

.width-960 {
  width: 960px !important; }

.width-100-percent {
  width: 100%; }

.height-100-percent {
  height: 100%; }

input, textarea, select {
  outline: none;
  font-size: 0.8125rem; }
  input:focus, textarea:focus, select:focus {
    outline: none; }

textarea:focus {
  border: solid 1px #555555 !important;
  outline: none !important; }

.dashed-border-top {
  border-top: dashed 1px #909090; }

.dashed-border-bottom {
  border-bottom: dashed 1px #909090; }

.solid-border-top {
  border-top: solid 1px #909090; }

.solid-border-bottom {
  border-bottom: solid 1px #909090; }

.tr-height-4 {
  height: .25rem; }

.tr-height-8 {
  height: .5rem; }

.tr-height-12 {
  height: .75rem; }

.tr-height-16 {
  height: 1rem; }

.main-view-container > .page {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.popover {
  max-width: 400px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

.border-underline {
  border-bottom: solid 1px silver; }

.transparent-when-disabled:disabled {
  pointer-events: none;
  border: solid 1px transparent;
  background-color: transparent;
  box-shadow: none; }

.transform-rotate-180 {
  transform: rotate(-180deg);
  transition: 0.5s; }

.link {
  color: #3572b0; }
  .link:hover {
    text-decoration: underline;
    cursor: pointer; }

button:focus {
  outline: none !important; }

@media screen {
  .hidden-screen {
    display: none !important; } }

@media print {
  .modal .modal-content {
    border: none; } }

@media screen and (min-width: 100px) and (max-width: 765px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; } }

@media screen and (min-width: 100px) {
  .navbar-fixed-top {
    border-radius: 0; }
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; }
  .navbar-collapse.collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; } }

.modal-backdrop.fully-pink {
  background-color: #D7006C;
  opacity: 1; }

/* Sini Colors */
/* Global colors */
.sini-fg-pink {
  color: #D7006C !important; }

.sini-fg-white {
  color: white !important; }

.sini-fg-primary {
  color: #D7006C !important; }

.sini-fg-red {
  color: #dc3545 !important; }

.sini-fg-blue {
  color: #1986AA !important; }

.sini-fg-purple {
  color: #971AB3 !important; }

.sini-fg-green {
  color: #19AA73 !important; }

.sini-fg-grey {
  color: #9BA3A0 !important; }

.sini-fg-brown {
  color: #AA7019 !important; }

.sini-fg-orange {
  color: #DE8B29 !important; }

.sini-fg-bright-red {
  color: #FF0000 !important; }

.sini-fg-white {
  color: #ffffff !important; }

.sini-bg-pink {
  background-color: #D7006C !important; }

.sini-bg-white {
  background-color: white !important; }

.sini-bg-primary {
  background-color: #D7006C !important; }

.sini-bg-red {
  background-color: #dc3545 !important; }

.sini-bg-blue {
  background-color: #1986AA !important; }

.sini-bg-purple {
  background-color: #971AB3 !important; }

.sini-bg-green {
  background-color: #19AA73 !important; }

.sini-bg-grey {
  background-color: #9BA3A0 !important; }

.sini-bg-brown {
  background-color: #AA7019 !important; }

.sini-bg-orange {
  background-color: #DE8B29 !important; }

.sini-bg-bright-red {
  background-color: #FF0000 !important; }

/* Grid */
.currency-color-primary .currency {
  color: #D7006C !important; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-600 {
  font-weight: 600; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-400 {
  font-weight: 400; }

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

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

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

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

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

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

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

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

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

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

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

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

.font-16 {
  font-size: 1rem; }

.font-15 {
  font-size: 0.9375rem; }

.font-14 {
  font-size: 0.875rem; }

.font-13 {
  font-size: 0.8125rem; }

.font-12 {
  font-size: 0.75rem; }

.font-11 {
  font-size: 0.6875rem; }

.sini-blue {
  color: #1986AA; }

.sini-green {
  color: #19AA73; }

.sini-label {
  padding: .1875rem .5rem;
  color: #333;
  background-color: #e2e2e2;
  border-radius: 3px;
  color: white; }
  .sini-label.red {
    background-color: #dc3545; }
  .sini-label.blue {
    background-color: #1986AA; }
  .sini-label.green {
    background-color: #19AA73; }
  .sini-label.orange {
    background-color: #DE8B29; }
  .sini-label.pink {
    background-color: #D7006C; }
  .sini-label.grey {
    background-color: #9BA3A0; }
  .sini-label.purple {
    background-color: #971AB3; }
  .sini-label.brown {
    background-color: #AA7019; }

select.transparent-when-disabled:disabled {
  appearance: none;
  border: none;
  box-shadow: none;
  outline: none;
  box-shadow: none; }

.section-header {
  font-family: 'Roboto Slab';
  font-size: .9375rem;
  margin-bottom: 0.75rem; }

.form-reset {
  min-height: 2rem; }
  .form-reset i {
    cursor: pointer;
    padding-left: 1rem;
    padding-right: 1rem;
    display: inline-block;
    margin-top: -3px; }

/* @see https://stackoverflow.com/questions/306252/how-to-align-checkboxes-and-their-labels-consistently-cross-browsers */
div.lovelace-simple-label-checkbox label {
  display: block;
  padding-left: 15px;
  text-indent: -15px; }

div.lovelace-simple-label-checkbox input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden; }

.panel-navbar {
  min-height: inherit;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background-color: white; }
  .panel-navbar .navbar-nav > li {
    display: inline; }
  .panel-navbar .navbar-nav > li > a {
    font-size: .8rem;
    color: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 3px transparent; }
    .panel-navbar .navbar-nav > li > a:focus {
      background-color: white; }
    .panel-navbar .navbar-nav > li > a.active {
      border-bottom: solid 3px #D7006C;
      font-weight: 600; }
  .panel-navbar .navbar-nav > li.active > a {
    font-size: .8rem;
    background-color: #a40052; }

.margin-top-auto {
  margin-top: auto; }

.margin-bottom-auto {
  margin-bottom: auto; }

.margin-left-auto {
  margin-left: auto; }

.margin-right-auto {
  margin-right: auto; }

.margin-auto {
  margin: auto; }

.margin-left--15 {
  margin-left: -15px !important; }

.margin-right--15 {
  margin-right: -15px !important; }

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

.padding-5 {
  padding: 5px !important; }

.padding-10 {
  padding: 0.625rem !important; }

.padding-15 {
  padding: 0.9375rem !important; }

.padding-20 {
  padding: 1.25rem !important; }

.padding-30 {
  padding: 1.875rem !important; }

.padding-40 {
  padding: 2.5rem !important; }

.padding-50 {
  padding: 3.125rem !important; }

.padding-60 {
  padding: 3.75rem !important; }

.padding-70 {
  padding: 4.375rem !important; }

.padding-80 {
  padding: 5rem !important; }

.padding-90 {
  padding: 5.625rem !important; }

.padding-100 {
  padding: 6.25rem !important; }

.padding-top-0 {
  padding-top: 0 !important; }

.padding-top-1 {
  padding-top: 1px !important; }

.padding-top-2 {
  padding-top: 2px !important; }

.padding-top-3 {
  padding-top: 3px !important; }

.padding-top-4 {
  padding-top: 4px !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-top-10 {
  padding-top: 0.625rem !important; }

.padding-top-15 {
  padding-top: 0.9375rem !important; }

.padding-top-20 {
  padding-top: 1.25rem !important; }

.padding-top-30 {
  padding-top: 1.875rem !important; }

.padding-top-40 {
  padding-top: 2.5rem !important; }

.padding-top-50 {
  padding-top: 3.125rem !important; }

.padding-top-60 {
  padding-top: 3.75rem !important; }

.padding-top-70 {
  padding-top: 4.375rem !important; }

.padding-top-80 {
  padding-top: 5rem !important; }

.padding-top-90 {
  padding-top: 5.625rem !important; }

.padding-top-100 {
  padding-top: 6.25rem !important; }

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

.padding-left-1 {
  padding-left: 1px !important; }

.padding-left-2 {
  padding-left: 2px !important; }

.padding-left-3 {
  padding-left: 3px !important; }

.padding-left-4 {
  padding-left: 4px !important; }

.padding-left-5 {
  padding-left: 5px !important; }

.padding-left-15 {
  padding-left: 0.9375rem !important; }

.padding-left-10 {
  padding-left: 0.625rem !important; }

.padding-left-20 {
  padding-left: 1.25rem !important; }

.padding-left-30 {
  padding-left: 1.875rem !important; }

.padding-left-40 {
  padding-left: 2.5rem !important; }

.padding-left-50 {
  padding-left: 3.125rem !important; }

.padding-left-60 {
  padding-left: 3.75rem !important; }

.padding-left-70 {
  padding-left: 4.375rem !important; }

.padding-left-80 {
  padding-left: 5rem !important; }

.padding-left-90 {
  padding-left: 5.625rem !important; }

.padding-left-100 {
  padding-left: 6.25rem !important; }

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

.padding-right-1 {
  padding-right: 1px !important; }

.padding-right-2 {
  padding-right: 2px !important; }

.padding-right-3 {
  padding-right: 3px !important; }

.padding-right-4 {
  padding-right: 4px !important; }

.padding-right-5 {
  padding-right: 5px !important; }

.padding-right-10 {
  padding-right: 0.625rem !important; }

.padding-right-15 {
  padding-right: 0.9375rem !important; }

.padding-right-20 {
  padding-right: 1.25rem !important; }

.padding-right-30 {
  padding-right: 1.875rem !important; }

.padding-right-40 {
  padding-right: 2.5rem !important; }

.padding-right-50 {
  padding-right: 3.125rem !important; }

.padding-right-60 {
  padding-right: 3.75rem !important; }

.padding-right-70 {
  padding-right: 4.375rem !important; }

.padding-right-80 {
  padding-right: 5rem !important; }

.padding-right-90 {
  padding-right: 5.625rem !important; }

.padding-right-100 {
  padding-right: 6.25rem !important; }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.padding-bottom-1 {
  padding-bottom: 1px !important; }

.padding-bottom-2 {
  padding-bottom: 2px !important; }

.padding-bottom-3 {
  padding-bottom: 3px !important; }

.padding-bottom-4 {
  padding-bottom: 4px !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-bottom-10 {
  padding-bottom: 0.625rem !important; }

.padding-bottom-15 {
  padding-bottom: 0.9375rem !important; }

.padding-bottom-20 {
  padding-bottom: 1.25rem !important; }

.padding-bottom-30 {
  padding-bottom: 1.875rem !important; }

.padding-bottom-40 {
  padding-bottom: 2.5rem !important; }

.padding-bottom-50 {
  padding-bottom: 3.125rem !important; }

.padding-bottom-60 {
  padding-bottom: 3.75rem !important; }

.padding-bottom-70 {
  padding-bottom: 4.375rem !important; }

.padding-bottom-80 {
  padding-bottom: 5rem !important; }

.padding-bottom-90 {
  padding-bottom: 5.625rem !important; }

.padding-bottom-100 {
  padding-bottom: 6.25rem !important; }

.margin-0 {
  margin: 0px !important; }

.margin-5 {
  margin: 5px !important; }

.margin-10 {
  margin: 0.625rem !important; }

.margin-15 {
  margin: 0.9375rem !important; }

.margin-20 {
  margin: 1.25rem !important; }

.margin-30 {
  margin: 1.875rem !important; }

.margin-40 {
  margin: 2.5rem !important; }

.margin-50 {
  margin: 3.125rem !important; }

.margin-60 {
  margin: 3.75rem !important; }

.margin-70 {
  margin: 4.375rem !important; }

.margin-80 {
  margin: 5rem !important; }

.margin-90 {
  margin: 5.625rem !important; }

.margin-100 {
  margin: 6.25rem !important; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-top-1 {
  margin-top: 1px !important; }

.margin-top-2 {
  margin-top: 2px !important; }

.margin-top-3 {
  margin-top: 3px !important; }

.margin-top-4 {
  margin-top: 4px !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-top-10 {
  margin-top: 0.625rem !important; }

.margin-top-15 {
  margin-top: 0.9375rem !important; }

.margin-top-20 {
  margin-top: 1.25rem !important; }

.margin-top-30 {
  margin-top: 1.875rem !important; }

.margin-top-40 {
  margin-top: 2.5rem !important; }

.margin-top-50 {
  margin-top: 3.125rem !important; }

.margin-top-60 {
  margin-top: 3.75rem !important; }

.margin-top-70 {
  margin-top: 4.375rem !important; }

.margin-top-80 {
  margin-top: 5rem !important; }

.margin-top-90 {
  margin-top: 5.625rem !important; }

.margin-top-100 {
  margin-top: 6.25rem !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-bottom-1 {
  margin-bottom: 1px !important; }

.margin-bottom-2 {
  margin-bottom: 2px !important; }

.margin-bottom-3 {
  margin-bottom: 3px !important; }

.margin-bottom-4 {
  margin-bottom: 4px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-bottom-10 {
  margin-bottom: 0.625rem !important; }

.margin-bottom-15 {
  margin-bottom: 0.9375rem !important; }

.margin-bottom-20 {
  margin-bottom: 1.25rem !important; }

.margin-bottom-30 {
  margin-bottom: 1.875rem !important; }

.margin-bottom-40 {
  margin-bottom: 2.5rem !important; }

.margin-bottom-50 {
  margin-bottom: 3.125rem !important; }

.margin-bottom-60 {
  margin-bottom: 3.75rem !important; }

.margin-bottom-70 {
  margin-bottom: 4.375rem !important; }

.margin-bottom-80 {
  margin-bottom: 5rem !important; }

.margin-bottom-90 {
  margin-bottom: 5.625rem !important; }

.margin-bottom-100 {
  margin-bottom: 6.25rem !important; }

.margin-right-0 {
  margin-right: 0px !important; }

.margin-right-1 {
  margin-right: 1px !important; }

.margin-right-2 {
  margin-right: 2px !important; }

.margin-right-3 {
  margin-right: 3px !important; }

.margin-right-4 {
  margin-right: 4px !important; }

.margin-right-5 {
  margin-right: 5px !important; }

.margin-right-10 {
  margin-right: 0.625rem !important; }

.margin-right-15 {
  margin-right: 0.9375rem !important; }

.margin-right-20 {
  margin-right: 1.25rem !important; }

.margin-right-30 {
  margin-right: 1.875rem !important; }

.margin-right-40 {
  margin-right: 2.5rem !important; }

.margin-right-50 {
  margin-right: 3.125rem !important; }

.margin-right-60 {
  margin-right: 3.75rem !important; }

.margin-right-70 {
  margin-right: 4.375rem !important; }

.margin-right-80 {
  margin-right: 5rem !important; }

.margin-right-90 {
  margin-right: 5.625rem !important; }

.margin-right-100 {
  margin-right: 6.25rem !important; }

.margin-left-0 {
  margin-left: 0px !important; }

.margin-left-1 {
  margin-left: 1px !important; }

.margin-left-2 {
  margin-left: 2px !important; }

.margin-left-3 {
  margin-left: 3px !important; }

.margin-left-4 {
  margin-left: 4px !important; }

.margin-left-5 {
  margin-left: 5px !important; }

.margin-left-10 {
  margin-left: 0.625rem !important; }

.margin-left-15 {
  margin-left: 0.9375rem !important; }

.margin-left-20 {
  margin-left: 1.25rem !important; }

.margin-left-30 {
  margin-left: 1.875rem !important; }

.margin-left-40 {
  margin-left: 2.5rem !important; }

.margin-left-50 {
  margin-left: 3.125rem !important; }

.margin-left-60 {
  margin-left: 3.75rem !important; }

.margin-left-70 {
  margin-left: 4.375rem !important; }

.margin-left-80 {
  margin-left: 5rem !important; }

.margin-left-90 {
  margin-left: 5.625rem !important; }

.margin-left-100 {
  margin-left: 6.25rem !important; }

.margin-left-130 {
  margin-left: 130px !important; }

.font-weight-100 {
  font-weight: 100; }

.font-weight-200 {
  font-weight: 200; }

.font-weight-300 {
  font-weight: 300; }

.font-weight-400 {
  font-weight: 400; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-600 {
  font-weight: 600; }

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

.font-weight-800 {
  font-weight: 800; }

.font-weight-900 {
  font-weight: 900; }

/*
    Flaticon icon font: Flaticon
    Creation date: 04/04/2019 05:20
    */
@font-face {
  font-family: "Flaticon";
  src: url("./Flaticon.eot");
  src: url("./Flaticon.eot?#iefix") format("embedded-opentype"), url("./Flaticon.woff2") format("woff2"), url("./Flaticon.woff") format("woff"), url("./Flaticon.ttf") format("truetype"), url("./Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg"); } }

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-cake:before {
  content: "\f100"; }

.flaticon-add:before {
  content: "\f101"; }

.flaticon-nervous:before {
  content: "\f102"; }

.flaticon-sad:before {
  content: "\f103"; }

.flaticon-sad-1:before {
  content: "\f104"; }

.flaticon-happy:before {
  content: "\f105"; }

.flaticon-laughing:before {
  content: "\f106"; }

.flaticon-crying:before {
  content: "\f107"; }

.flaticon-calm:before {
  content: "\f108"; }

.flaticon-happy-1:before {
  content: "\f109"; }

.flaticon-surprised:before {
  content: "\f10a"; }

.flaticon-calendar:before {
  content: "\f10b"; }

.flaticon-list:before {
  content: "\f10c"; }

.flaticon-happy-2:before {
  content: "\f10d"; }

.flaticon-minus:before {
  content: "\f10e"; }

.flaticon-menu:before {
  content: "\f10f"; }

.flaticon-eye:before {
  content: "\f110"; }

.flaticon-stats:before {
  content: "\f111"; }

.flaticon-invoice:before {
  content: "\f112"; }

.flaticon-reception:before {
  content: "\f113"; }

.flaticon-credit-card:before {
  content: "\f114"; }

.flaticon-dashboard:before {
  content: "\f115"; }

.flaticon-mortarboard:before {
  content: "\f116"; }

.flaticon-diskette:before {
  content: "\f117"; }

.flaticon-nervous-1:before {
  content: "\f118"; }

.flaticon-set-alarm:before {
  content: "\f119"; }

.flaticon-printer:before {
  content: "\f11a"; }

.flaticon-coins:before {
  content: "\f11b"; }

.flaticon-rupee-indian:before {
  content: "\f11c"; }

.flaticon-users-group:before {
  content: "\f11d"; }

.flaticon-multiple-users-silhouette:before {
  content: "\f11e"; }

.flaticon-arrow:before {
  content: "\f11f"; }

.flaticon-kids-couple:before {
  content: "\f120"; }

.flaticon-united-heterosexual-symbols:before {
  content: "\f121"; }

.flaticon-delivery-packages-on-a-trolley:before {
  content: "\f122"; }

.flaticon-menu-button-of-three-horizontal-lines:before {
  content: "\f123"; }

.flaticon-menu-button:before {
  content: "\f124"; }

.flaticon-cell-phone:before {
  content: "\f125"; }

.flaticon-rubbish-bin:before {
  content: "\f126"; }

.flaticon-rubbish-bin-1:before {
  content: "\f127"; }

.flaticon-user-silhouette:before {
  content: "\f128"; }

.flaticon-menu-options:before {
  content: "\f129"; }

.flaticon-specialist-user:before {
  content: "\f12a"; }

.flaticon-male-telemarketer:before {
  content: "\f12b"; }

.flaticon-sms-message:before {
  content: "\f12c"; }

.flaticon-percent:before {
  content: "\f12d"; }

.flaticon-hairdresser-chair:before {
  content: "\f12e"; }

.flaticon-signs:before {
  content: "\f12f"; }

.flaticon-edit:before {
  content: "\f130"; }

.flaticon-payment:before {
  content: "\f131"; }

.flaticon-startup:before {
  content: "\f132"; }

.flaticon-lightbulb-idea:before {
  content: "\f133"; }

.flaticon-identity:before {
  content: "\f134"; }

.flaticon-id-card:before {
  content: "\f135"; }

.flaticon-search:before {
  content: "\f136"; }

.flaticon-massage-spa-body-treatment:before {
  content: "\f137"; }

.flaticon-spa:before {
  content: "\f138"; }

.flaticon-user:before {
  content: "\f139"; }

.panel.lovelace-panel-apple {
  margin-top: 1.25rem;
  border-radius: 0;
  background-color: white; }
  .panel.lovelace-panel-apple.with-border {
    border-top: solid 3px #e7eaec; }
  .panel.lovelace-panel-apple p.input-group.has-float-label {
    margin: 0 0 0.75rem; }
  .panel.lovelace-panel-apple .title {
    padding: .875rem .9375rem;
    font-size: .875rem;
    font-weight: 600; }
    .panel.lovelace-panel-apple .title .label {
      line-height: inherit;
      font-weight: 600;
      font-size: .6785rem;
      padding: .1875rem .5rem;
      color: white;
      border-radius: .1875rem; }
  .panel.lovelace-panel-apple.create-panel div.reset {
    min-height: 2rem; }
    .panel.lovelace-panel-apple.create-panel div.reset i {
      cursor: pointer;
      padding-left: 1rem;
      padding-right: 1rem;
      display: inline-block;
      margin-top: -3px; }
  .panel.lovelace-panel-apple.collapsible-panel .title {
    cursor: pointer; }
  .panel.lovelace-panel-apple > .content {
    border-top: solid 1px #e7eaec;
    padding: .9375rem;
    font-size: .8125rem;
    min-height: 100px; }

table.lovelace-grid {
  table-layout: fixed; }
  table.lovelace-grid input, table.lovelace-grid select {
    padding: 3px;
    width: 85%;
    height: inherit; }
  table.lovelace-grid th {
    font-weight: 600; }
  table.lovelace-grid td.input-box {
    padding: 0.4rem; }
  table.lovelace-grid tbody tr td {
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  table.lovelace-grid tbody.disable-all-rows button.edit, table.lovelace-grid tbody.disable-all-rows button.delete {
    pointer-events: none;
    background-color: #ff71b8;
    border: solid 1px #ff71b8; }

.lovelace-grid-row:nth-of-type(even) {
  background-color: #ffffff; }

.lovelace-grid-row:nth-of-type(odd) {
  background-color: #f9f9f9; }

.lovelace-grid-row:hover {
  background-color: #eaeaea !important; }

.lovelace-grid-row.editing {
  background-color: #ededed !important; }

.display-flex {
  display: flex; }

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-4 {
  flex: 4; }

.flex-5 {
  flex: 5; }

.flex-6 {
  flex: 6; }

.flex-7 {
  flex: 7; }

.flex-8 {
  flex: 8; }

.flex-9 {
  flex: 9; }

.flex-10 {
  flex: 10; }

.flex-11 {
  flex: 11; }

.flex-12 {
  flex: 12; }

.flex-13 {
  flex: 13; }

.flex-14 {
  flex: 14; }

.flex-15 {
  flex: 15; }

.flex-16 {
  flex: 16; }

.flex-17 {
  flex: 17; }

.flex-18 {
  flex: 18; }

.flex-19 {
  flex: 19; }

.flex-20 {
  flex: 20; }

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

.justify-content-center {
  justify-content: center; }

.justify-content-flex-start {
  justify-content: flex-start; }

.justify-content-space-between {
  justify-content: space-between; }

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

.align-self-flex-end {
  align-self: flex-end; }

.align-self-flex-start {
  align-self: flex-start; }

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

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

.flex-direction-column {
  flex-direction: column; }

.input-textbox-addon {
  font-size: 0px; }
  .input-textbox-addon span:first-of-type {
    position: relative;
    width: 1.875rem;
    height: 1.875rem;
    border: solid 1px silver;
    border-left: none;
    background-color: white;
    display: inline-block;
    cursor: pointer;
    vertical-align: bottom; }
    .input-textbox-addon span:first-of-type:before {
      color: #D7006C;
      font-family: Flaticon;
      position: absolute;
      display: block;
      line-height: 1.875rem;
      top: 0;
      left: 0;
      width: 1.875rem;
      height: 1.875rem;
      text-align: center;
      font-size: 1rem; }
    .input-textbox-addon span:first-of-type.user:before {
      content: "\f10b"; }
    .input-textbox-addon span:first-of-type.phone:before {
      content: "\f102 "; }
    .input-textbox-addon span:first-of-type.card:before {
      content: "\f09d"; }
    .input-textbox-addon span:first-of-type.calendar:before {
      content: "\f101"; }
    .input-textbox-addon span:first-of-type.scissors:before {
      content: "\f0c4"; }
    .input-textbox-addon span:first-of-type.time:before {
      content: "\f017"; }
    .input-textbox-addon span:first-of-type.rupee:before {
      content: "\f156"; }
    .input-textbox-addon span:first-of-type.dark-bg {
      background-color: #D7006C !important;
      border: none !important; }
      .input-textbox-addon span:first-of-type.dark-bg:before {
        color: white !important; }
  .input-textbox-addon input {
    font-size: 0.8125rem;
    border: solid 1px silver;
    border-right: none !important;
    height: 1.875rem; }
    .input-textbox-addon input:focus {
      border: solid 1px silver !important;
      border-right: none !important; }
    .input-textbox-addon input.editable:focus {
      border: solid 1px grey !important;
      border-right: none !important; }

button [class^="flaticon-"]:before, button [class*=" flaticon-"]:before,
button [class^="flaticon-"]:after, button [class*=" flaticon-"]:after {
  font-size: 0.8125rem;
  margin-left: 0;
  margin-right: 5px; }

button.btn-xs [class^="flaticon-"]:before, button.btn-xs [class*=" flaticon-"]:before,
button.btn-xs [class^="flaticon-"]:after, button.btn-xs [class*=" flaticon-"]:after {
  font-size: 10px;
  margin-left: 0;
  margin-right: 5px; }

button:focus {
  transform: scaleY(1.1);
  box-shadow: 0px 0px 3px 0px #6d6d6d; }

button i.glyphicon:before {
  margin-left: 0;
  margin-right: 5px; }

button.btn {
  border-radius: 2px; }

.input-group-btn button i.fi:before {
  margin-left: 0;
  margin-right: 0;
  width: 16px; }

.input-group-btn button i.glyphicon:before {
  margin-left: 0;
  margin-right: 0; }

.input-group-btn button i {
  min-width: 16px; }

.input-group label {
  font-weight: 600; }

.input-group input {
  padding: 6px;
  box-shadow: none;
  border-radius: 0; }
  .input-group input:focus {
    outline: none !important; }

.form-control {
  font-size: 0.8125rem;
  border-radius: 0; }
  .form-control:focus {
    border-color: inherit;
    box-shadow: none;
    border-radius: 0; }
  .form-control textarea {
    border-radius: 0; }

.input-group-btn:last-child > .btn {
  border-radius: 0; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: inherit;
  opacity: inherit; }

.modal-dialog .modal-title {
  color: #353535; }

.table > thead > tr > th, .table > tbody > tr > th {
  border: 0 !important;
  font-weight: 600; }

table tfoot {
  border-bottom: 1px solid #ddd; }

.modal .modal-content {
  border-radius: 3px; }

.modal .modal-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.modal .modal-header .modal-title {
  font-family: 'Roboto Slab'; }

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px; }
  .modal-full-width {
    width: calc(100% - 30px); } }

@media (min-width: 768px) {
  .modal-sm-350 {
    width: 350px; }
  .modal-sm-500 {
    width: 500px; }
  .modal-lg-1024 {
    width: 1024px; } }

@media (min-width: 768px) {
  .modal-sm-500 {
    width: 500px; } }

div.pagination > li > a,
div.pagination > li > span {
  color: #D7006C; }

div.pagination > .active > a, div.pagination > .active > a:hover, div.pagination > .active > a:focus,
div.pagination > .active > span,
div.pagination > .active > span:hover,
div.pagination > .active > span:focus {
  z-index: 3;
  color: white;
  background-color: #D7006C;
  border-color: #D7006C;
  cursor: default; }

div.pagination > li > a:hover, div.pagination > li > a:focus,
div.pagination > li > span:hover,
div.pagination > li > span:focus {
  outline: none;
  color: #D7006C; }

/* Specify styling for tooltip contents */
.tooltip.lovelace-tooltip .tooltip-inner {
  color: white;
  background-color: #8B8987;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

/* Hide arrow */
.tooltip.lovelace-tooltip .tooltip-arrow {
  display: none; }

.pagination {
  margin: 0; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle; }

.modal .modal-title {
  color: inherit;
  font-size: 1rem; }

.modal .modal-header button.close {
  opacity: 0.5; }
  .modal .modal-header button.close:hover {
    opacity: 0.8; }

.modal .modal-body {
  font-size: 0.8125rem; }

.modal .modal-footer .btn {
  font-size: 0.8125rem; }

div.btn-group.lovelace-list-dropdown {
  cursor: pointer; }
  div.btn-group.lovelace-list-dropdown > button.btn:first-child:hover, div.btn-group.lovelace-list-dropdown > button.btn:first-child:focus, div.btn-group.lovelace-list-dropdown > button.btn:first-child:active {
    border-right: solid 1px #f3f3f4; }
  div.btn-group.lovelace-list-dropdown.open > .dropdown-toggle.btn-primary {
    background-color: #D7006C; }
  div.btn-group.lovelace-list-dropdown button.btn:focus {
    transform: none;
    box-shadow: none;
    border-right: solid 1px #f3f3f4; }
  div.btn-group.lovelace-list-dropdown > .btn + .dropdown-toggle {
    border-left: solid 1px #f3f3f4; }
  div.btn-group.lovelace-list-dropdown ul.dropdown-menu.position-left {
    right: 0 !important;
    left: inherit; }
  div.btn-group.lovelace-list-dropdown ul.dropdown-menu {
    padding: 0; }
  div.btn-group.lovelace-list-dropdown ul li a {
    padding: 6px 10px; }
    div.btn-group.lovelace-list-dropdown ul li a i {
      margin-right: 7px;
      color: #D7006C; }
    div.btn-group.lovelace-list-dropdown ul li a:hover {
      background-color: #e8e8e8; }
  div.btn-group.lovelace-list-dropdown .divider {
    margin: 0; }

.uib-daypicker:focus, .uib-monthpicker:focus, .uib-yearpicker:focus {
  outline: none !important; }

.uib-daypicker thead button, .uib-monthpicker thead button, .uib-yearpicker thead button {
  border: none !important;
  box-shadow: none !important; }

.uib-daypicker .uib-day button {
  border: none !important;
  box-shadow: none !important; }

.uib-monthpicker .uib-month button {
  border: none !important;
  box-shadow: none !important; }

.uib-yearpicker .uib-year button {
  border: none !important;
  box-shadow: none !important; }

.uib-datepicker-popup {
  z-index: 1100; }

.growl-container > .growl-item.ng-enter,
.growl-container > .growl-item.ng-leave {
  transition: 0.2s linear all; }

/* @see https://github.com/minipai/ng-trans.css/blob/master/ng-trans.css */
.growl-container > .growl-item.ng-enter, .growl-container > .growl-item.ng-leave.ng-leave-active, .growl-container > .growl-item.ng-hide-remove, .growl-container > .growl-item.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(90deg);
  -ms-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg); }

.growl-container > .growl-item.ng-leave, .growl-container > .growl-item.ng-enter.ng-enter-active, .growl-container > .growl-item.ng-hide-remove.ng-hide-remove-active, .growl-container > .growl-item.ng-hide-add {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg); }

.growl-container > .growl-item:nth-child(1) {
  margin-top: 40px; }

.growl-container > .growl-item button.close {
  opacity: .5;
  color: white; }
  .growl-container > .growl-item button.close:hover {
    opacity: .9;
    color: white; }

/* @see https://github.com/needim/noty/blob/master/src/themes/mint.scss */
.alert-success {
  color: white;
  background-color: #AFC765;
  border: 1px solid #A0B55C;
  border-radius: 3px; }

.alert-info {
  color: white;
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  border-radius: 3px; }

.alert-error {
  color: white;
  background-color: #DE636F;
  border: 1px solid #CA5A65;
  border-radius: 3px; }

.alert-warning {
  color: white;
  background-color: #FFAE42;
  border: 1px solid #E89F3C;
  border-radius: 3px; }

.alert-success {
  color: white;
  background-color: #60A917;
  border: 1px solid #60A917; }

.alert-warning {
  background-color: #ff9200; }

.treasure-overlay-spinner-container {
  background-color: white;
  transition: none !important;
  z-index: 10; }

.modal .modal-body .treasure-overlay-spinner-container {
  z-index: 10; }

.modal .modal-body .treasure-overlay-spinner-content {
  padding-top: 5px; }

treasure-overlay-spinner.transparent .treasure-overlay-spinner-container, .modal .modal-body .transparent .treasure-overlay-spinner-container {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1; }

.with-default-opacity.treasure-overlay-spinner-active .treasure-overlay-spinner-container {
  opacity: 0.6; }

.ui-select-container.select2-container.select2-container-active .select2-choice {
  border: solid 1px #555; }

.ui-select-container.select2-container.select2-container-active.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa; }

.ui-select-container.select2-container .select2-choice {
  border-radius: 0;
  border: solid 1px #aaa;
  box-shadow: none;
  background-image: none; }
  .ui-select-container.select2-container .select2-choice span {
    color: #636363; }

.ui-select-container.select2-container .search-container.select2-search {
  margin-top: 6px; }

.ui-select-container.select2-container .ui-select-dropdown.select2-drop-active {
  border: 1px solid #aaa; }

.ui-select-container.select2-container .select2-arrow.ui-select-toggle {
  background: none;
  border-left: none; }

.ui-select-container.select2-container.select2-container-active.select2-dropdown-open .select2-choice {
  border-bottom: none;
  background-color: white; }
  .ui-select-container.select2-container.select2-container-active.select2-dropdown-open .select2-choice span {
    color: #3a3a3a; }

.ui-select-container.select2-container.select2-container-active.select2-dropdown-open .select2-with-searchbox.select2-drop-active {
  border-top: none; }

.aligner {
  display: flex;
  align-items: center;
  justify-content: center; }

.aligner-item {
  flex: 1; }

.aligner-item-top {
  align-self: flex-start; }

.aligner-item-bottom {
  align-self: flex-end; }

.aligner-item-fixed {
  flex: none;
  max-width: 50%; }

.component.bounce-spinner .bounce-spinner-container {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto; }
  .component.bounce-spinner .bounce-spinner-container .double-bounce1, .component.bounce-spinner .bounce-spinner-container .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #D7006C;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: bounce 2.0s infinite ease-in-out; }
  .component.bounce-spinner .bounce-spinner-container .double-bounce2 {
    animation-delay: -1.0s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.has-float-label {
  position: relative; }

.has-float-label label {
  position: absolute;
  cursor: text;
  font-size: 11px;
  color: #D7006C;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: -.5em;
  left: 12px;
  z-index: 3;
  line-height: 1;
  padding: 0 1px; }

.has-float-label label::after {
  content: " ";
  display: block;
  position: absolute;
  background: #fff;
  height: 2px;
  top: 50%;
  left: -.2em;
  right: -.2em;
  z-index: -1; }

.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s; }

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0; }

.has-float-label .form-control:placeholder-shown:not(:focus) + label {
  font-size: 0.8125rem;
  opacity: .8;
  top: .8em;
  font-weight: 400;
  color: #333; }

.input-group .has-float-label {
  display: table-cell; }

.input-group.has-float-label input {
  padding-left: 12px; }

.input-group .has-float-label .form-control {
  border-radius: 4px; }

.input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px; }

.btn {
  border-radius: 3px;
  font-weight: 600; }

.btn-primary {
  color: white;
  background-color: #D7006C;
  border: solid 1px #f10079;
  outline: none; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover {
    color: white;
    outline: none;
    border: solid 1px #f10079;
    background-color: #a40052; }
  .btn-primary:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-primary:disabled, .btn-primary.disabled, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #ff2592;
    border: solid 1px #ff2592; }

.btn-blue {
  color: white;
  background-color: #1986AA;
  border: solid 1px #1c98c0;
  outline: none; }
  .btn-blue:hover, .btn-blue:active, .btn-blue:focus, .btn-blue:active:focus, .btn-blue:active:hover {
    color: white;
    outline: none;
    border: solid 1px #1c98c0;
    background-color: #12637e; }
  .btn-blue:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-blue:disabled, .btn-blue.disabled, .btn-blue[disabled]:focus, .btn-blue[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #2fb4e0;
    border: solid 1px #2fb4e0; }

.btn-green {
  color: white;
  background-color: #19AA73;
  border: solid 1px #1cc082;
  outline: none; }
  .btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green:active:focus, .btn-green:active:hover {
    color: white;
    outline: none;
    border: solid 1px #1cc082;
    background-color: #127e55; }
  .btn-green:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-green:disabled, .btn-green.disabled, .btn-green[disabled]:focus, .btn-green[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #2fe09d;
    border: solid 1px #2fe09d; }

.btn-light-green {
  color: white;
  background-color: #7BB31A;
  border: solid 1px #8ac91d;
  outline: none; }
  .btn-light-green:hover, .btn-light-green:active, .btn-light-green:focus, .btn-light-green:active:focus, .btn-light-green:active:hover {
    color: white;
    outline: none;
    border: solid 1px #8ac91d;
    background-color: #5c8614; }
  .btn-light-green:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-light-green:disabled, .btn-light-green.disabled, .btn-light-green[disabled]:focus, .btn-light-green[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #a4e237;
    border: solid 1px #a4e237; }

.btn-purple {
  color: white;
  background-color: #971AB3;
  border: solid 1px #aa1dc9;
  outline: none; }
  .btn-purple:hover, .btn-purple:active, .btn-purple:focus, .btn-purple:active:focus, .btn-purple:active:hover {
    color: white;
    outline: none;
    border: solid 1px #aa1dc9;
    background-color: #711486; }
  .btn-purple:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-purple:disabled, .btn-purple.disabled, .btn-purple[disabled]:focus, .btn-purple[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #c337e2;
    border: solid 1px #c337e2; }

.btn-brown {
  color: white;
  background-color: #AA7019;
  border: solid 1px #c07f1c;
  outline: none; }
  .btn-brown:hover, .btn-brown:active, .btn-brown:focus, .btn-brown:active:focus, .btn-brown:active:hover {
    color: white;
    outline: none;
    border: solid 1px #c07f1c;
    background-color: #7e5312; }
  .btn-brown:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-brown:disabled, .btn-brown.disabled, .btn-brown[disabled]:focus, .btn-brown[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #e0992f;
    border: solid 1px #e0992f; }

.btn-red {
  color: white;
  background-color: #dc3545;
  border: solid 1px #e04b59;
  outline: none; }
  .btn-red:hover, .btn-red:active, .btn-red:focus, .btn-red:active:focus, .btn-red:active:hover {
    color: white;
    outline: none;
    border: solid 1px #e04b59;
    background-color: #bd2130; }
  .btn-red:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-red:disabled, .btn-red.disabled, .btn-red[disabled]:focus, .btn-red[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #e77681;
    border: solid 1px #e77681; }

.btn-orange {
  color: white;
  background-color: #DE8B29;
  border: solid 1px #e1973f;
  outline: none; }
  .btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange:active:focus, .btn-orange:active:hover {
    color: white;
    outline: none;
    border: solid 1px #e1973f;
    background-color: #b8701c; }
  .btn-orange:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-orange:disabled, .btn-orange.disabled, .btn-orange[disabled]:focus, .btn-orange[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #e8af6b;
    border: solid 1px #e8af6b; }

.btn-grey {
  color: white;
  background-color: #9BA3A0;
  border: solid 1px #a8afad;
  outline: none; }
  .btn-grey:hover, .btn-grey:active, .btn-grey:focus, .btn-grey:active:focus, .btn-grey:active:hover {
    color: white;
    outline: none;
    border: solid 1px #a8afad;
    background-color: #808b87; }
  .btn-grey:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-grey:disabled, .btn-grey.disabled, .btn-grey[disabled]:focus, .btn-grey[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #c3c8c6;
    border: solid 1px #c3c8c6; }

.btn-light-grey {
  color: white;
  background-color: #8B8987;
  border: solid 1px #989694;
  outline: none; }
  .btn-light-grey:hover, .btn-light-grey:active, .btn-light-grey:focus, .btn-light-grey:active:focus, .btn-light-grey:active:hover {
    color: white;
    outline: none;
    border: solid 1px #989694;
    background-color: #71706e; }
  .btn-light-grey:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-light-grey:disabled, .btn-light-grey.disabled, .btn-light-grey[disabled]:focus, .btn-light-grey[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #b1afae;
    border: solid 1px #b1afae; }

.btn-xs i.glyphicon {
  font-size: 11px; }

.btn-secondary {
  color: #333333;
  background-color: #efefef;
  border: solid 1px #fcfcfc;
  outline: none; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary:active:hover {
    color: #333333;
    outline: none;
    border: solid 1px #d6d5d5;
    background-color: #e2e2e2 !important; }
  .btn-secondary:focus {
    color: #333333;
    outline: none;
    box-shadow: none;
    border: solid 1px #555555 !important; }
  .btn-secondary:disabled, .btn-secondary.disabled, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:hover {
    color: #333333;
    pointer-events: none;
    background-color: white;
    border: solid 1px white; }

.scrollbar-style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

.scrollbar-style-1::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }

.scrollbar-style-1::-webkit-scrollbar-thumb {
  background-color: grey; }

.scrollbar-style-2::-webkit-scrollbar, .scrollbar-style-3::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.scrollbar-style-2::-webkit-scrollbar-track {
  background-color: #DAD8D8; }

/* the new scrollbar will have a flat appearance with the set background color */
.scrollbar-style-2::-webkit-scrollbar-thumb {
  background-color: #AFAFAF;
  border-radius: 10px; }

/* this will style the thumb, ignoring the track */
/* this will style the corner */
.scrollbar-style-3::-webkit-scrollbar-track {
  background-color: #EFEFEF; }

/* the new scrollbar will have a flat appearance with the set background color */
.scrollbar-style-3::-webkit-scrollbar-thumb {
  background-color: #D2D2D2;
  border-radius: 10px; }

/* this will style the thumb, ignoring the track */
.badge {
  padding: 3px 9px 3px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }

.badge-error {
  background-color: #b94a48; }

.badge-warning {
  background-color: #f89406; }

.badge-success {
  background-color: #468847; }

.badge-info {
  background-color: #3a87ad; }

.badge-inverse {
  background-color: #333333; }

.component.business-tip {
  padding: .7rem .5rem;
  background-color: #efefef;
  border-radius: 3px; }
  .component.business-tip i {
    margin-left: .5rem;
    margin-right: .8rem; }

.component.help-tip .fa {
  font-size: .875rem;
  color: #4d4c4c;
  cursor: pointer; }

.component.notification {
  padding: .7rem .5rem;
  background-color: #efefef;
  border-radius: 3px; }
  .component.notification i {
    margin-left: .5rem;
    margin-right: .8rem; }
  .component.notification .message-container {
    display: flex;
    align-items: center; }

.component.work-in-progress {
  width: 400px;
  padding: .5rem 1rem;
  border: solid 1px #44a5e0;
  background-color: #c2edf7;
  border-radius: 3px; }

download-pdf-excel.loading .btn.select-dropdown {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65; }

.component.download-pdf-excel .btn.select-dropdown .fa-download {
  margin-left: 3px; }

.component.download-pdf-excel .btn.select-dropdown:focus, .component.download-pdf-excel .btn.select-dropdown:active, .component.download-pdf-excel .btn.select-dropdown:focus-within {
  transform: none;
  border: 0;
  box-shadow: none; }

.component.download-pdf-excel ul.select-dropdown-menu {
  padding-top: 0;
  padding-bottom: 0; }
  .component.download-pdf-excel ul.select-dropdown-menu li {
    font-size: 0.8125rem;
    padding: 0.3rem 0.75rem;
    cursor: pointer; }
    .component.download-pdf-excel ul.select-dropdown-menu li:hover {
      background: #e8e8e8; }

.component.inline-notifier .notifier-message {
  padding: 4px 9px 5px 9px;
  border-radius: 3px;
  display: inline-block; }
  .component.inline-notifier .notifier-message.success {
    border: solid 1px #19AA73;
    background-color: #eefdf7; }
  .component.inline-notifier .notifier-message.error {
    border: solid 1px #dc3545;
    background-color: white; }

.component.date-selector p.input-group.date-selector {
  width: 9rem;
  margin-bottom: 0; }

.component.date-selector select.form-control {
  margin-right: .3rem;
  width: initial; }

.component.date-selector .from-date, .component.date-selector .to-date {
  margin-top: 7px;
  margin-right: 10px;
  margin-left: 10px; }

.component.daterange-selector {
  background-color: #e6e6e6; }
  .component.daterange-selector button, .component.daterange-selector button:focus, .component.daterange-selector button:active, .component.daterange-selector button:focus-within {
    transform: none !important; }
  .component.daterange-selector button, .component.daterange-selector button:focus, .component.daterange-selector button:active, .component.daterange-selector button:focus-within {
    box-shadow: none !important; }
  .component.daterange-selector .btn.select-dropdown {
    font-size: 0.8125rem;
    background: transparent;
    border: 0;
    box-shadow: none; }
    .component.daterange-selector .btn.select-dropdown:hover, .component.daterange-selector .btn.select-dropdown:focus, .component.daterange-selector .btn.select-dropdown:active {
      background: transparent;
      border: 0;
      box-shadow: none; }
    .component.daterange-selector .btn.select-dropdown .caret {
      margin-left: 3px; }
  .component.daterange-selector p.input-group.date-selector {
    width: 7rem;
    margin-bottom: 0; }
    .component.daterange-selector p.input-group.date-selector input, .component.daterange-selector p.input-group.date-selector input:focus, .component.daterange-selector p.input-group.date-selector input:active {
      border: 0 !important; }
    .component.daterange-selector p.input-group.date-selector span.calendar {
      padding: 6px; }
  .component.daterange-selector ul.select-dropdown-menu {
    padding-top: 0;
    padding-bottom: 0; }
    .component.daterange-selector ul.select-dropdown-menu li {
      font-size: 0.8125rem;
      padding: 0.3rem 0.75rem;
      cursor: pointer; }
      .component.daterange-selector ul.select-dropdown-menu li:hover {
        background: #e8e8e8; }
      .component.daterange-selector ul.select-dropdown-menu li.active {
        background: #dbdbdb; }
  .component.daterange-selector button.apply:focus {
    transform: none !important;
    box-shadow: none !important; }

.component.birthday-picker .form-control.day {
  width: 60px; }

.component.birthday-picker .form-control.month {
  width: 80px; }

.component.birthday-picker a {
  color: #1986AA; }
  .component.birthday-picker a:hover {
    text-decoration: underline;
    cursor: pointer; }

.component.horizontal-menubar {
  min-height: 4px !important; }
  @media screen and (min-width: 100px) and (max-width: 768px) {
    .component.horizontal-menubar .account-name {
      display: none; } }
  .component.horizontal-menubar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    display: flex;
    align-items: center; }
    .component.horizontal-menubar .navbar-brand img {
      margin-right: 0.3rem; }
    .component.horizontal-menubar .navbar-brand span {
      font-size: 0.875rem;
      position: relative;
      top: -1px; }
  .component.horizontal-menubar ul.navbar-nav {
    display: flex;
    align-items: center;
    height: 50px; }
  .component.horizontal-menubar .navbar-nav > li > a {
    font-size: .8rem;
    font-weight: 600;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .component.horizontal-menubar .navbar-nav > li.active > a {
    font-size: .8rem; }
  .component.horizontal-menubar div.navbar-collapse {
    padding-left: 0 !important; }
  .component.horizontal-menubar .navbar-right.right a {
    padding-left: 12px;
    padding-right: 12px; }
    .component.horizontal-menubar .navbar-right.right a:focus {
      background-color: inherit !important; }
  .component.horizontal-menubar .component.quick-add-dropdown .add-button, .component.horizontal-menubar .component.quick-support-dropdown .support-button {
    padding-top: 8px;
    padding-bottom: 8px; }

.component.monthly-data-bar-chart {
  width: 650px; }
  .component.monthly-data-bar-chart #monthly-data-bar-chart-wrapper {
    position: relative;
    height: 400px; }

.component.page-size-selector {
  display: flex;
  padding-right: 1rem; }
  .component.page-size-selector label {
    font-weight: normal;
    display: flex;
    margin: 0;
    align-items: center;
    padding-right: 10px; }
  .component.page-size-selector select {
    border: 1px solid #ddd;
    outline: none !important; }

.component.flash-message {
  line-height: 1.5rem; }

.component.validity-selector {
  width: 300px;
  background-color: white;
  padding: 0.75rem; }
  .component.validity-selector header {
    font-size: 0.8125rem;
    text-align: center;
    font-weight: bold; }
  .component.validity-selector footer {
    margin-top: 20px; }
    .component.validity-selector footer .form-control {
      height: 30px; }
    .component.validity-selector footer p {
      margin-bottom: 0px; }
  .component.validity-selector .day-row {
    display: flex;
    align-items: center;
    justify-content: center; }
    .component.validity-selector .day-row > div.days {
      font-size: 0.8125rem;
      padding: 5px;
      border-radius: 3px;
      border: solid 1px silver;
      margin-top: 10px;
      cursor: pointer; }
      .component.validity-selector .day-row > div.days:first-child {
        margin-right: 10px; }
      .component.validity-selector .day-row > div.days.selected {
        background-color: #D7006C !important;
        color: white;
        border-color: transparent;
        cursor: default; }
      .component.validity-selector .day-row > div.days:hover {
        background-color: #ff0b86;
        color: white;
        border-color: transparent; }

.component.no-resources div.panel-content {
  padding-top: 0; }
  .component.no-resources div.panel-content .repeat-item.ng-leave {
    transition: 0.3s ease-out all; }
  .component.no-resources div.panel-content .no-resources {
    margin-bottom: 8rem;
    margin-top: 3rem; }
    .component.no-resources div.panel-content .no-resources div.title {
      font-family: Roboto;
      font-weight: 300;
      font-size: 1.8rem;
      margin-bottom: 1rem; }
    .component.no-resources div.panel-content .no-resources div.icon {
      color: #D7006C;
      font-size: 3.5rem;
      margin-bottom: 1rem; }
    .component.no-resources div.panel-content .no-resources button {
      margin-top: 1rem; }

.component.service-analaytics #service-analytics-doughnut-chart-wrapper {
  position: relative;
  height: 400px;
  width: 500px;
  margin-top: 16px; }

.component.service-analaytics div.range {
  width: 315px;
  text-align: center;
  font-weight: 600; }

.component.service-analaytics table.service-count-list {
  max-width: 500px; }
  .component.service-analaytics table.service-count-list tbody td:second-child, .component.service-analaytics table.service-count-list thead th:second-child {
    text-align: center; }

.component.rating-symbol {
  /* hover previous stars in list */ }
  .component.rating-symbol fieldset, .component.rating-symbol label {
    margin: 0;
    padding: 0; }
  .component.rating-symbol .rating {
    border: none;
    float: left; }
  .component.rating-symbol .rating > input {
    display: none; }
  .component.rating-symbol .rating > label {
    color: #ddd;
    float: right; }
  .component.rating-symbol .rating > input:checked ~ label,
  .component.rating-symbol .rating:not(:checked) > label:hover,
  .component.rating-symbol .rating:not(:checked) > label:hover ~ label {
    color: #D7006C; }
  .component.rating-symbol .rating > input:checked + label:hover,
  .component.rating-symbol .rating > input:checked ~ label:hover,
  .component.rating-symbol .rating > label:hover ~ input:checked ~ label,
  .component.rating-symbol .rating > input:checked ~ label:hover ~ label {
    color: #D7006C; }

.component.discount-selector input {
  text-align: center;
  width: 60px; }

.component.user-dropdown .user-button {
  position: relative;
  border: none;
  background: none;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-shadow: none;
  cursor: pointer; }

.component.user-dropdown ul.dropdown-menu {
  min-width: 220px;
  margin-right: 2px; }

.component.user-dropdown small {
  color: #464646; }

.component.user-dropdown ul li {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: #333; }

.component.user-dropdown ul li a {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .component.user-dropdown ul li a:hover {
    text-decoration: underline;
    background: none; }

.component.user-dropdown .component.role-type {
  margin-top: 5px;
  font-size: 0.8125rem; }

.component.user-dropdown div.support {
  cursor: pointer; }
  .component.user-dropdown div.support:hover {
    text-decoration: underline; }

.component.quick-add-dropdown .add-button {
  position: relative;
  border: none;
  background: none;
  padding: 10px 12px;
  -webkit-box-shadow: none; }
  .component.quick-add-dropdown .add-button:hover {
    background: #be005f !important; }

.component.quick-add-dropdown ul.dropdown-menu {
  min-width: 150px;
  margin-right: 2px;
  padding-top: 0;
  padding-bottom: 0; }

.component.quick-add-dropdown ul li {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: #333;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px; }
  .component.quick-add-dropdown ul li:hover {
    background: #e8e8e8; }
  .component.quick-add-dropdown ul li.divider {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px; }

.component.quick-add-dropdown ul li a {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .component.quick-add-dropdown ul li a:hover {
    text-decoration: none;
    background: none; }

.component.quick-support-dropdown li.support-header {
  cursor: default;
  pointer-events: none; }
  .component.quick-support-dropdown li.support-header i {
    font-size: 2rem; }
  .component.quick-support-dropdown li.support-header:hover {
    background-color: inherit; }

.component.quick-support-dropdown .support-button {
  position: relative;
  border: none;
  background: none;
  padding: 10px 12px;
  -webkit-box-shadow: none;
  cursor: pointer; }

.component.quick-support-dropdown ul.dropdown-menu {
  min-width: 200px;
  margin-right: 2px;
  padding-top: 0;
  padding-bottom: 0; }

.component.quick-support-dropdown small {
  color: #464646; }

.component.quick-support-dropdown ul li {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: #333;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px; }
  .component.quick-support-dropdown ul li:hover {
    background: #e8e8e8; }
  .component.quick-support-dropdown ul li.divider {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px; }

.component.lovelace-spinner .spinner .xs {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 0.15rem solid #cac3c6;
  border-top-color: #D7006C;
  animation: spin 1s infinite linear; }

.component.lovelace-spinner .spinner .sm {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 0.2rem solid #cac3c6;
  border-top-color: #D7006C;
  animation: spin 1s infinite linear; }

.component.lovelace-spinner .spinner .md {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: 0.2rem solid #cac3c6;
  border-top-color: #D7006C;
  animation: spin 1s infinite linear; }

.component.lovelace-spinner .spinner .lg {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 0.25rem solid #cac3c6;
  border-top-color: #D7006C;
  animation: spin 1s infinite linear; }

.alert-modal .notification {
  animation-name: zoomIn;
  animation-duration: .5s;
  animation-delay: 0s; }
  .alert-modal .notification.ng-show {
    animation-name: fadeOut;
    animation-duration: .5s; }
  .alert-modal .notification i {
    font-size: 4rem; }
  .alert-modal .notification span {
    padding-top: .5rem;
    display: inline-block;
    font-size: 1rem;
    padding-bottom: 2rem; }

div.select-date-modal div.uib-daypicker {
  display: flex;
  justify-content: center; }
  div.select-date-modal div.uib-daypicker button.active span.text-info {
    color: white; }

.page.appointment-calendar .panel.lovelace-panel-apple {
  margin-bottom: 0; }

.page.appointment-calendar .component.appointment-calendar .calendar-container {
  min-height: 400px; }

.page.appointment-calendar .date-selector-section {
  pointer-events: none;
  margin-top: -2rem; }
  .page.appointment-calendar .date-selector-section div {
    pointer-events: all; }
  .page.appointment-calendar .date-selector-section .component.date-selector .input-group.date-selector > input {
    background-color: white; }
  .page.appointment-calendar .date-selector-section .spinner-container.ng-hide {
    animation-duration: 0.3s; }

.page.appointment-calendar .margin-top-0 {
  margin-top: 0 !important; }

.page.appointment-overview {
  padding-top: 20px; }
  .page.appointment-overview .component.appointment-ticket-list {
    margin-bottom: 15px; }
  .page.appointment-overview .date-selector-section .component.date-selector {
    margin-top: 0 !important; }
  .page.appointment-overview .date-selector-section {
    pointer-events: none;
    margin-top: -3.2rem;
    padding-bottom: 1rem; }
    .page.appointment-overview .date-selector-section div {
      pointer-events: all; }
    .page.appointment-overview .date-selector-section .component.date-selector {
      margin-top: -10px; }
      .page.appointment-overview .date-selector-section .component.date-selector .input-group.date-selector > input {
        background-color: white; }
    .page.appointment-overview .date-selector-section .spinner-container.ng-hide {
      animation-duration: 0.3s; }
  .page.appointment-overview .margin-top-0 {
    margin-top: 0 !important; }

.component.calendar-employee-column {
  user-select: none;
  height: 5760px;
  width: 160px;
  background-color: white;
  position: relative; }
  .component.calendar-employee-column .employee-column-time-slots {
    position: absolute; }
    .component.calendar-employee-column .employee-column-time-slots .slot {
      background-color: white;
      width: 160px;
      height: 20px;
      border-top: 1px solid #e7eaec;
      border-right: 1px solid #e7eaec;
      text-align: right; }
      .component.calendar-employee-column .employee-column-time-slots .slot:first-child {
        border-top: none; }
      .component.calendar-employee-column .employee-column-time-slots .slot .slot-label {
        display: none; }
      .component.calendar-employee-column .employee-column-time-slots .slot:hover .slot-label {
        background-color: transparent;
        color: #333;
        display: block; }

.component.create-ticket .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.component.create-ticket .lovelace-checkbox:hover {
  background: #9faab7; }

.component.create-ticket .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.component.create-ticket .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.component.create-ticket .treasure-overlay-spinner-active .treasure-overlay-spinner-container {
  opacity: 0.6; }

.component.create-ticket table td:nth-of-type(1), .component.create-ticket table th:nth-of-type(1) {
  width: 15%; }

.component.create-ticket table td:nth-of-type(2), .component.create-ticket table th:nth-of-type(2) {
  width: 20%; }

.component.create-ticket table td:nth-of-type(3), .component.create-ticket table th:nth-of-type(3) {
  width: 20%; }

.component.create-ticket table td:nth-of-type(4), .component.create-ticket table th:nth-of-type(4) {
  width: 20%; }

.component.create-ticket table td:nth-of-type(5), .component.create-ticket table th:nth-of-type(5) {
  width: 15%; }

.component.create-ticket table td:nth-of-type(6), .component.create-ticket table th:nth-of-type(6) {
  width: 10%; }

.component.create-ticket .service-selector {
  user-select: none;
  padding: 1em 0.5em;
  padding-left: 1rem;
  border: 1px solid #e7eaec;
  border-left: solid 5px #D7006C; }
  .component.create-ticket .service-selector .menu-selector.component > div.category, .component.create-ticket .service-selector .menu-selector.component > div.service, .component.create-ticket .service-selector .menu-selector.component > div.gender {
    display: flex;
    margin-bottom: 0.5rem; }
    .component.create-ticket .service-selector .menu-selector.component > div.category:last-child, .component.create-ticket .service-selector .menu-selector.component > div.service:last-child, .component.create-ticket .service-selector .menu-selector.component > div.gender:last-child {
      margin-bottom: 0; }
    .component.create-ticket .service-selector .menu-selector.component > div.category > label, .component.create-ticket .service-selector .menu-selector.component > div.service > label, .component.create-ticket .service-selector .menu-selector.component > div.gender > label {
      flex: 0 0 100px; }

.component.create-ticket .component.employee-selector-uis, .component.create-ticket .component.room-selector-uis {
  width: 100%; }
  .component.create-ticket .component.employee-selector-uis div.ui-select-dropdown, .component.create-ticket .component.room-selector-uis div.ui-select-dropdown {
    top: 100%;
    bottom: auto;
    margin-top: 0px; }

.component.create-ticket .component.duration-selector {
  width: 100%;
  padding: 0px 0px 0px 3px;
  height: 26px;
  top: auto;
  bottom: 100%; }

.component.create-ticket .component.from-time-selector {
  width: 100%;
  padding: 0px 0px 0px 3px;
  height: 26px;
  top: auto;
  bottom: 100%; }

.component.create-ticket .component.appointment-ticket-selector {
  margin-top: 10px; }

.component.appontment-ticket-list td.title {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.component.appointment-ticket-filter div.popover-content {
  min-width: 12rem; }

.appointment-ticket-filter-popup {
  font-size: 0.8125rem; }
  .appointment-ticket-filter-popup .lovelace-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: solid 1px #b1b1b1;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1; }
  .appointment-ticket-filter-popup .lovelace-checkbox:hover {
    background: #9faab7; }
  .appointment-ticket-filter-popup .lovelace-checkbox:checked {
    border: solid 1px transparent;
    background: #D7006C; }
  .appointment-ticket-filter-popup .lovelace-checkbox:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    font-family: FontAwesome;
    content: "\F00C";
    display: inline-block;
    text-align: center;
    line-height: 20px; }
  .appointment-ticket-filter-popup table {
    width: inherit; }
    .appointment-ticket-filter-popup table tbody > tr > td {
      padding: 2px;
      border-top: none; }

.component.appointment-ticket-selector .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.component.appointment-ticket-selector .lovelace-checkbox:hover {
  background: #9faab7; }

.component.appointment-ticket-selector .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.component.appointment-ticket-selector .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.component.appointment-calendar {
  display: block; }
  .component.appointment-calendar .calendar-container {
    overflow-x: scroll;
    overflow-y: scroll;
    display: block; }
    .component.appointment-calendar .calendar-container .calendar-header {
      position: absolute;
      line-height: 2.1875rem;
      width: 100%;
      height: 30px;
      overflow: hidden;
      min-width: 100%;
      display: flex;
      background-color: white;
      border-bottom: solid 3px #e7eaec;
      z-index: 1001; }
      .component.appointment-calendar .calendar-container .calendar-header .employee-header {
        width: 160px;
        position: relative;
        background-color: white;
        text-align: center;
        display: flex;
        padding-bottom: 2px;
        align-items: center;
        justify-content: center; }
        .component.appointment-calendar .calendar-container .calendar-header .employee-header:first-child {
          width: 100px; }
    .component.appointment-calendar .calendar-container .calendar-body {
      margin-left: 100px;
      width: fit-content;
      position: relative;
      display: flex; }
      .component.appointment-calendar .calendar-container .calendar-body .time-slots {
        position: absolute;
        z-index: 1000;
        margin-left: -100px; }
        .component.appointment-calendar .calendar-container .calendar-body .time-slots .slot {
          background-color: white;
          width: 100px;
          height: 20px;
          padding-right: 7px;
          border-top: 1px solid #e7eaec;
          border-left: 1px solid #e7eaec;
          border-right: 1px solid #e7eaec;
          text-align: right; }
          .component.appointment-calendar .calendar-container .calendar-body .time-slots .slot:first-child {
            border-top: none; }
          .component.appointment-calendar .calendar-container .calendar-body .time-slots .slot span {
            visibility: hidden; }
          .component.appointment-calendar .calendar-container .calendar-body .time-slots .slot.quarter span {
            visibility: visible; }
      .component.appointment-calendar .calendar-container .calendar-body .employee-timeline {
        position: relative; }
        .component.appointment-calendar .calendar-container .calendar-body .employee-timeline .ticket-row {
          width: fit-content;
          position: absolute;
          display: flex; }
          .component.appointment-calendar .calendar-container .calendar-body .employee-timeline .ticket-row .epm-tickets {
            position: relative;
            float: left; }
        .component.appointment-calendar .calendar-container .calendar-body .employee-timeline .employee-row {
          width: fit-content;
          display: flex; }
          .component.appointment-calendar .calendar-container .calendar-body .employee-timeline .employee-row .employee-work {
            width: 160px;
            height: 20px;
            border-top: 1px solid #e7eaec;
            border-left: 1px solid black; }

.component.calendar-ticket-item {
  cursor: pointer;
  user-select: none;
  width: calc(100%);
  padding: 10px; }

.component.view-ticket {
  user-select: none; }
  .component.view-ticket .component.view-ticket-item {
    margin-top: 10px; }
  .component.view-ticket div.walk-in {
    padding: 1rem 0.5rem;
    border: solid 1px silver;
    background-color: #f1f1f1;
    border-radius: 3px; }
  .component.view-ticket .component.simple-customer-view button.close-customer {
    display: none; }
  .component.view-ticket table.table.ticket-items th:nth-child(1), .component.view-ticket table.table.ticket-items td:nth-child(1) {
    text-align: left; }
  .component.view-ticket table.table.ticket-items th:nth-child(2), .component.view-ticket table.table.ticket-items td:nth-child(2) {
    text-align: right; }
  .component.view-ticket table.table.ticket-items th:nth-child(3), .component.view-ticket table.table.ticket-items td:nth-child(3) {
    text-align: right; }
  .component.view-ticket table.table.ticket-items th:nth-child(4), .component.view-ticket table.table.ticket-items td:nth-child(4) {
    text-align: center; }
  .component.view-ticket table.table.ticket-items th:nth-child(5), .component.view-ticket table.table.ticket-items td:nth-child(5) {
    text-align: center; }
  .component.view-ticket table.table.ticket-items th:nth-child(6), .component.view-ticket table.table.ticket-items td:nth-child(6) {
    text-align: center; }
  .component.view-ticket table.table.ticket-items th:nth-child(7), .component.view-ticket table.table.ticket-items td:nth-child(7) {
    text-align: center; }
  .component.view-ticket table.table.ticket-items tbody tr {
    border-left: 2px solid transparent; }
    .component.view-ticket table.table.ticket-items tbody tr:hover {
      cursor: pointer;
      border-left: 2px solid #ff3e9f; }
    .component.view-ticket table.table.ticket-items tbody tr.active {
      border-left: 2px solid #D7006C; }
      .component.view-ticket table.table.ticket-items tbody tr.active td {
        background-color: #ededed; }
  .component.view-ticket .appointment-actions .btn {
    padding-left: 3px;
    padding-right: 3px; }

.component.view-ticket-item {
  padding: 1rem 0.5rem;
  border: solid 1px silver;
  background-color: #f1f1f1;
  border-radius: 3px;
  min-height: 100px; }

.component.appontment-ticket-list td.title {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.create-ticket-modal .modal-title-text {
  margin-top: -1.4rem; }

.bill-view-modal .modal-header.bill-deleted {
  background-color: #dc3545;
  color: white; }
  .bill-view-modal .modal-header.bill-deleted button.close {
    color: white;
    opacity: 1; }

.component.bill-history .treasure-overlay-spinner-active .treasure-overlay-spinner-container {
  opacity: 0.6; }

.component.bill-history span.payment-type {
  min-width: 3.5rem; }

.component.bill-history .component.bill-type {
  min-width: 7rem; }

.component.bill-history .component.bill-date-selector select.form-control {
  width: 10rem; }

.component.bill-history div.history-pager {
  padding-right: 0.5rem; }

.component.bill-date-selector {
  display: flex; }

.component.bill-view .component.flash-message > div {
  max-width: 30rem; }

.component.bill-view .customer-info table td {
  padding: .4rem; }
  .component.bill-view .customer-info table td:first-child {
    padding-right: 1rem; }
    .component.bill-view .customer-info table td:first-child i {
      color: #D7006C;
      margin-right: .2rem;
      font-size: 1rem;
      width: 1.5rem;
      text-align: center; }

.component.bill-view div.quick-actions {
  margin-top: -10px;
  margin-bottom: 10px; }
  .component.bill-view div.quick-actions i {
    display: inline-block;
    color: #D7006C;
    margin-left: 10px;
    cursor: pointer;
    padding: 3px; }
    .component.bill-view div.quick-actions i:hover {
      border-radius: 3px;
      background-color: #e0e0e0; }

.component.bill-view .success-notification {
  animation-name: zoomIn;
  animation-duration: .5s;
  animation-delay: 0s; }
  .component.bill-view .success-notification.ng-show {
    animation-name: fadeOut;
    animation-duration: .5s; }
  .component.bill-view .success-notification i {
    font-size: 4rem; }
  .component.bill-view .success-notification span.title {
    padding-top: .5rem;
    display: inline-block;
    font-size: 1.5rem;
    padding-bottom: 0.5rem; }
  .component.bill-view .success-notification span.invoice-number {
    font-weight: 600;
    font-size: .9rem; }

.component.bill-view .invoice-info table {
  width: 100%; }
  .component.bill-view .invoice-info table tr:nth-child(1) td {
    padding-bottom: 1rem; }
  .component.bill-view .invoice-info table tr:nth-child(2) td {
    font-size: 1rem;
    font-weight: 600;
    color: #D7006C; }

.component.bill-view table.bill-items {
  margin-top: 1rem;
  width: 100%; }
  .component.bill-view table.bill-items td {
    padding: .5rem; }
    .component.bill-view table.bill-items td:nth-of-type(1) {
      width: 7%; }
    .component.bill-view table.bill-items td:nth-of-type(2) {
      width: 23%; }
    .component.bill-view table.bill-items td:nth-of-type(3) {
      width: 10%; }
    .component.bill-view table.bill-items td:nth-of-type(4) {
      width: 7%; }
    .component.bill-view table.bill-items td:nth-of-type(5) {
      width: 13%; }
    .component.bill-view table.bill-items td:nth-of-type(6) {
      width: 10%; }
    .component.bill-view table.bill-items td:nth-of-type(7) {
      width: 10; }
    .component.bill-view table.bill-items td:nth-of-type(8) {
      width: 10%; }
    .component.bill-view table.bill-items td:nth-of-type(9) {
      width: 10%; }
    .component.bill-view table.bill-items td i {
      color: #D7006C;
      margin-right: .5rem; }
  .component.bill-view table.bill-items thead tr th, .component.bill-view table.bill-items tbody tr td, .component.bill-view table.bill-items tfoot tr td {
    text-align: right; }
    .component.bill-view table.bill-items thead tr th:nth-of-type(2), .component.bill-view table.bill-items tbody tr td:nth-of-type(2), .component.bill-view table.bill-items tfoot tr td:nth-of-type(2) {
      text-align: left; }
    .component.bill-view table.bill-items thead tr th:nth-of-type(1), .component.bill-view table.bill-items tbody tr td:nth-of-type(1), .component.bill-view table.bill-items tfoot tr td:nth-of-type(1) {
      text-align: center; }
  .component.bill-view table.bill-items tfoot td {
    font-weight: bold; }

.component.bill-view table.bill-payments thead tr th:nth-child(2), .component.bill-view table.bill-payments tbody tr td:nth-child(2), .component.bill-view table.bill-payments tfoot tr td:nth-child(2), .component.bill-view table.bill-redemptions thead tr th:nth-child(2), .component.bill-view table.bill-redemptions tbody tr td:nth-child(2), .component.bill-view table.bill-redemptions tfoot tr td:nth-child(2) {
  text-align: right; }

.component.bill-view table.bill-payments thead tr th:nth-child(2), .component.bill-view table.bill-payments tbody tr td:nth-child(2), .component.bill-view table.bill-payments tfoot tr td:nth-child(2), .component.bill-view table.bill-redemptions thead tr th:nth-child(2), .component.bill-view table.bill-redemptions tbody tr td:nth-child(2), .component.bill-view table.bill-redemptions tfoot tr td:nth-child(2) {
  text-align: center; }

.component.bill-view .service-cashback-info {
  padding: .7rem .5rem;
  background-color: #efefef;
  border-radius: 3px; }

.component.bill-view .invoice-summary {
  justify-content: flex-end; }
  .component.bill-view .invoice-summary .panel {
    border-radius: 3px; }
    .component.bill-view .invoice-summary .panel .panel-heading {
      background-color: #D7006C;
      color: white; }
    .component.bill-view .invoice-summary .panel table td {
      padding: .1875rem .75rem;
      text-align: right;
      min-width: 6rem; }
      .component.bill-view .invoice-summary .panel table td:first-child {
        text-align: left; }
      .component.bill-view .invoice-summary .panel table td i {
        color: #D7006C; }

div.component.customer-combo-packs .customer-combo-pack {
  padding: 1rem;
  border: solid 1px silver;
  margin-bottom: 1rem; }
  div.component.customer-combo-packs .customer-combo-pack div.overview table {
    width: inherit;
    margin-bottom: 0; }
    div.component.customer-combo-packs .customer-combo-pack div.overview table td, div.component.customer-combo-packs .customer-combo-pack div.overview table th {
      border-top: none;
      padding: 3px 2px; }
      div.component.customer-combo-packs .customer-combo-pack div.overview table td:first-child, div.component.customer-combo-packs .customer-combo-pack div.overview table th:first-child {
        padding-right: 5px; }
      div.component.customer-combo-packs .customer-combo-pack div.overview table td span, div.component.customer-combo-packs .customer-combo-pack div.overview table th span {
        margin-left: 3px;
        display: inline-block; }

div.component.customer-combo-packs div.services table {
  margin-top: 1rem; }
  div.component.customer-combo-packs div.services table td, div.component.customer-combo-packs div.services table th {
    vertical-align: middle; }
    div.component.customer-combo-packs div.services table td:nth-of-type(1), div.component.customer-combo-packs div.services table th:nth-of-type(1) {
      width: 15%; }
    div.component.customer-combo-packs div.services table td:nth-of-type(2), div.component.customer-combo-packs div.services table th:nth-of-type(2) {
      width: 10%; }
    div.component.customer-combo-packs div.services table td:nth-of-type(3), div.component.customer-combo-packs div.services table th:nth-of-type(3) {
      width: 10%; }
    div.component.customer-combo-packs div.services table td:nth-of-type(4), div.component.customer-combo-packs div.services table th:nth-of-type(4) {
      width: 15%; }
    div.component.customer-combo-packs div.services table td:nth-of-type(5), div.component.customer-combo-packs div.services table th:nth-of-type(5) {
      width: 15%; }
    div.component.customer-combo-packs div.services table td:nth-of-type(6), div.component.customer-combo-packs div.services table th:nth-of-type(6) {
      width: 15%; }
    div.component.customer-combo-packs div.services table td:nth-of-type(7), div.component.customer-combo-packs div.services table th:nth-of-type(7) {
      width: 15%; }
    div.component.customer-combo-packs div.services table td:nth-of-type(3), div.component.customer-combo-packs div.services table td:nth-of-type(7), div.component.customer-combo-packs div.services table th:nth-of-type(3), div.component.customer-combo-packs div.services table th:nth-of-type(7) {
      text-align: center; }
    div.component.customer-combo-packs div.services table td.gender i, div.component.customer-combo-packs div.services table th.gender i {
      font-size: 1rem !important; }
    div.component.customer-combo-packs div.services table td span.done, div.component.customer-combo-packs div.services table th span.done {
      display: inline-block;
      margin-top: 3px;
      margin-bottom: 3px;
      width: 25px;
      height: 25px;
      line-height: 25px;
      background-color: #19AA73;
      color: white;
      border-radius: 25px; }
      div.component.customer-combo-packs div.services table td span.done.hidden, div.component.customer-combo-packs div.services table th span.done.hidden {
        display: none !important; }
      div.component.customer-combo-packs div.services table td span.done i, div.component.customer-combo-packs div.services table th span.done i {
        color: white !important; }
      div.component.customer-combo-packs div.services table td span.done .fa-check, div.component.customer-combo-packs div.services table th span.done .fa-check {
        margin-left: 5px; }

div.component.customer-combo-packs button.show-details {
  min-width: 7.5rem; }
  div.component.customer-combo-packs button.show-details i {
    transition: 0.5s;
    margin-right: 5px; }

.redeem-combo-pack-modal .modal-body .form-container {
  justify-content: center;
  flex-direction: column; }
  .redeem-combo-pack-modal .modal-body .form-container .service-name {
    font-weight: 600;
    margin-bottom: 0.5rem; }
  .redeem-combo-pack-modal .modal-body .form-container .service-cost {
    margin-bottom: 0.5rem;
    margin-right: 0.3rem; }
  .redeem-combo-pack-modal .modal-body .form-container .ui-select-container, .redeem-combo-pack-modal .modal-body .form-container textarea {
    width: 12rem; }
  .redeem-combo-pack-modal .modal-body .form-container .ui-select-container {
    text-align: left; }
  .redeem-combo-pack-modal .modal-body .form-container textarea {
    margin-top: 1rem;
    align-self: center;
    min-height: 5rem;
    padding-left: 0.4rem; }

.page.customers-view-analytics {
  margin: -1.25rem;
  background-color: #F3F3F4 !important; }
  .page.customers-view-analytics .component.monthly-data-bar-chart {
    width: 100%; }
  .page.customers-view-analytics .component.service-analaytics #service-analytics-doughnut-chart-wrapper {
    height: 280px; }

.page.customer-view-overview .component.customer-view-overview {
  background-color: #F3F3F4 !important;
  margin: -1.25rem; }

.page.customer-view-overview .panel {
  margin-bottom: 0; }

.page.customers-view-notes button.create-note {
  margin-right: 8px; }

.page.customers-view-notes .title .heading {
  margin-left: 8px; }

.page.customer-view-bills .component.bill-history {
  border-top: none;
  margin-top: -58px;
  background: transparent; }
  .page.customer-view-bills .component.bill-history .bills-type {
    padding-right: 0 !important;
    min-height: 34px; }
  .page.customer-view-bills .component.bill-history .content.panel-content {
    margin-left: -15px;
    margin-right: -15px;
    border-top: none; }

.page.customers-view-prepaid-pack .component.bill-history {
  border-top: none;
  margin-top: -58px;
  background: transparent; }
  .page.customers-view-prepaid-pack .component.bill-history .bills-type {
    padding-right: 0 !important;
    min-height: 34px; }
  .page.customers-view-prepaid-pack .component.bill-history .content.panel-content {
    margin-left: -15px;
    margin-right: -15px;
    border-top: none; }

.customer-search-modal.modal-body ul {
  margin: 0;
  padding: 0; }
  .customer-search-modal.modal-body ul li {
    border: solid 1px silver;
    padding: 4px 7px;
    font-size: 0.8125rem;
    margin-bottom: 0.5rem;
    cursor: pointer; }
    .customer-search-modal.modal-body ul li span.ui-select-highlight {
      background-color: yellow; }
    .customer-search-modal.modal-body ul li:hover {
      border: solid 1px grey;
      background-color: #eaeaea; }
    .customer-search-modal.modal-body ul li:focus {
      border: solid 1px grey;
      background-color: #EAEAEA;
      outline: none; }
  .customer-search-modal.modal-body ul .active {
    border: solid 1px grey;
    background-color: #eaeaea; }

.customer-search-modal.modal-body div.not-found {
  font-size: 1.2rem;
  font-family: Roboto;
  font-weight: 400;
  padding: 2rem; }

.customer-search-modal.modal-body .component.bounce-spinner {
  margin-top: 10px; }

.customer-search-modal.modal-body .bounce-spinner-container {
  margin: 0px auto;
  width: 12px;
  height: 12px;
  top: 2px;
  display: inline-block; }

.customer-search-modal.modal-body .customer-branch {
  padding: 2px 8px;
  background-color: #1986AA;
  color: white;
  border-radius: 3px;
  font-weight: 600; }

.component.simple-customer-view .customer-info {
  padding: 1rem 0.5rem;
  border: solid 1px silver;
  background-color: #f1f1f1;
  border-radius: 3px;
  min-height: 100px; }
  .component.simple-customer-view .customer-info .customer-name {
    font-size: 1.2rem; }
  .component.simple-customer-view .customer-info .component.customer-group-label {
    margin-top: 10px; }

.component.simple-customer-view button.close-customer {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.6;
  margin-top: -14px; }

.component.customer-view-overview .component.no-resources .no-resources {
  margin-top: 0;
  margin-bottom: 0; }
  .component.customer-view-overview .component.no-resources .no-resources div.title {
    font-size: 1.4rem; }

.component.customer-view-overview .card-number {
  display: flex;
  align-items: center;
  font-size: 1.25rem; }

.component.customer-view-overview .col-1 .row-1 .panel.profile .icon {
  font-size: 4rem;
  font-weight: 300; }

.component.customer-view-overview .col-1 .row-1 .panel.occasions .content {
  padding: 8px; }
  .component.customer-view-overview .col-1 .row-1 .panel.occasions .content .birthday .icon, .component.customer-view-overview .col-1 .row-1 .panel.occasions .content .anniversary .icon {
    font-size: 3rem;
    font-weight: 300; }

.component.customer-view-overview .col-1 .row-1 .panel.last .content {
  text-align: center;
  font-size: 4rem;
  font-weight: 300; }

.component.customer-view-overview .col-2 .row-1 .panel {
  min-height: 175px; }
  .component.customer-view-overview .col-2 .row-1 .panel .content {
    font-size: 4rem;
    font-weight: 300; }

.component.customer-view-overview .col-2 .row-3 .panel {
  min-height: 150px; }
  .component.customer-view-overview .col-2 .row-3 .panel .content {
    font-size: 2rem;
    font-weight: 300; }
    .component.customer-view-overview .col-2 .row-3 .panel .content .icon {
      font-size: 1.8rem; }

.component.customer-profile .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.component.customer-profile .lovelace-checkbox:hover {
  background: #9faab7; }

.component.customer-profile .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.component.customer-profile .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.component.customer-profile div.section-header {
  font-weight: 600;
  color: #D7006C; }

.component.customer-profile div.half-border {
  height: 1px;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-bottom: solid 2px #D7006C; }

.component.customer-profile table.customer-info {
  width: inherit; }
  .component.customer-profile table.customer-info tbody td, .component.customer-profile table.customer-info th {
    border-bottom: none;
    border-top: none;
    padding: 5px; }

.component.customer-profile textarea {
  min-height: 5rem; }

.component.customer-profile p, .component.customer-profile div.address-section, .component.customer-profile div.birthday {
  max-width: 15rem; }

.component.customer-profile div.birthday select {
  padding-left: 2px; }

.component.customer-profile .component.customer-spa-pack-otp-selector {
  width: 50%; }

.component.create-customer .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.component.create-customer .lovelace-checkbox:hover {
  background: #9faab7; }

.component.create-customer .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.component.create-customer .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.component.create-customer div.section-header {
  font-weight: 600;
  color: #D7006C; }

.component.create-customer div.half-border {
  height: 1px;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-bottom: solid 2px #D7006C; }

.component.create-customer textarea {
  min-height: 5rem; }

.component.create-customer p.input-group, .component.create-customer div.address-section, .component.create-customer div.component.birthday-picker, .component.create-customer .component.customer-spa-pack-otp-selector {
  max-width: 15rem; }

.component.create-customer div.component.birthday-picker select {
  padding-left: 2px !important; }

.component.create-customer ul.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0; }

.component.create-customer ul.dropdown-menu li {
  font-size: 0.8125rem;
  padding: 5px;
  cursor: pointer;
  color: #333; }
  .component.create-customer ul.dropdown-menu li:hover {
    background: #e8e8e8; }
  .component.create-customer ul.dropdown-menu li.divider {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px; }

.component.create-customer .fi.flaticon-id-card {
  margin-top: 3px; }

.component.create-customer a.dropdown-toggle.btn-primary {
  border-color: #D7006C;
  background-color: #D7006C; }

.component.create-customer ul.nav-tabs {
  display: inline-block;
  margin-top: -15px; }
  .component.create-customer ul.nav-tabs li.active a {
    border: transparent;
    border-bottom: solid 3px #D7006C; }

.component.create-customer div.tab-content {
  margin-top: 20px; }

.component.customer-group-label {
  padding: .1875rem .5rem;
  color: #333;
  background-color: #e2e2e2;
  border-radius: 3px;
  min-width: 5rem;
  display: inline-block;
  text-align: center; }
  .component.customer-group-label.red {
    border-left: solid 3px #dc3545; }
  .component.customer-group-label.blue {
    border-left: solid 3px #1986AA; }
  .component.customer-group-label.yellow {
    border-left: solid 3px yellow; }
  .component.customer-group-label.green {
    border-left: solid 3px #19AA73; }
  .component.customer-group-label.pink {
    border-left: solid 3px #D7006C; }
  .component.customer-group-label.purple {
    border-left: solid 3px #971AB3; }
  .component.customer-group-label.brown {
    border-left: solid 3px #AA7019; }
  .component.customer-group-label.grey {
    border-left: solid 3px #9BA3A0; }
  .component.customer-group-label.black {
    border-left: solid 3px black; }

.component.customer-selector p.input-group {
  width: 15rem; }
  .component.customer-selector p.input-group:last-child {
    margin-bottom: 0; }

div.customer-already-exists-modal .btn.create {
  font-weight: 400 !important; }

.customer-profile-modal .customer-profile-uiview .component.customer-view-overview {
  margin: -15px; }

.customer-profile-modal ul > li:hover {
  cursor: pointer; }

.customer-profile-modal button.btn.btn-default {
  float: right; }

.customer-profile-modal .panel.lovelace-panel-apple.component.bill-history {
  margin-top: 10px; }

.customer-profile-modal .page.customers-view-analytics {
  margin: 0px; }

.customer-profile-modal .modal-body {
  background-color: #F3F3F4;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }

.customer-profile-modal .modal-header {
  padding: 0px; }

.customer-profile-modal .panel-navbar {
  border: none; }

.customer-profile-modal button.close {
  padding: 12px; }

.customer-profile-modal .customer-profile-uiview {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px; }

.customer-profile-modal .customer-profile-modal .customer-profile-uiview {
  margin: 0px; }

.customer-profile-modal .modal-footer {
  padding: 5px;
  padding-right: 30px; }

.page.income-view a {
  padding-right: 25px;
  padding-left: 25px; }

.page.daily-income i.fi.flaticon-rupee-indian.currency.currency-rupee {
  color: #D7006C; }

.page.daily-income .daily-income-list {
  border-top: 0; }
  .page.daily-income .daily-income-list .content {
    border-top: 0 !important; }
  .page.daily-income .daily-income-list .date-section {
    margin-top: -55px; }

.page.monthly-income i.fi.flaticon-rupee-indian.currency.currency-rupee {
  color: #D7006C; }

.page.monthly-income .monthly-income-list {
  border-top: 0; }
  .page.monthly-income .monthly-income-list .date-section {
    margin-top: -55px; }

.component.employee-list table td {
  overflow: inherit; }
  .component.employee-list table td i.fa {
    min-width: 1rem;
    text-align: center; }

.component.menu-selector label {
  margin-bottom: 0;
  margin-right: 0.5rem;
  font-size: 0.8125rem;
  display: flex;
  align-items: center; }

.component.menu-selector .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.component.menu-selector .btn-group > .btn:last-child:not(:first-child), .component.menu-selector .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.component.menu-selector .ui-select-container {
  width: 300px;
  font-size: 0.8125rem; }
  .component.menu-selector .ui-select-container .select2-result-label i.flaticon-rupee-indian {
    font-size: .65rem;
    color: #636363; }
  .component.menu-selector .ui-select-container .discounted-rate.percent {
    color: #AA7019; }
  .component.menu-selector .ui-select-container .discounted-rate.amount {
    color: #1986AA; }
  .component.menu-selector .ui-select-container .select2-highlighted span.rate {
    color: white; }
    .component.menu-selector .ui-select-container .select2-highlighted span.rate i.flaticon-rupee-indian {
      color: white; }
  .component.menu-selector .ui-select-container .select2-highlighted .discounted-rate {
    color: white; }

.component.menu-selector .gender > label {
  flex: 0 0 100px; }

.component.menu-selector .gender .btn-group label {
  margin-right: 0px; }

.component.menu-selector .gender .btn-group .btn {
  min-width: 80px; }

.component.menu-selector .gender .btn-group i {
  margin-top: -4px;
  margin-right: 5px; }

.component.menu-selector .quick-search {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 6px; }
  .component.menu-selector .quick-search i.glyphicon:before {
    margin-right: 0; }

.component.menu-selector .membership .membership.component {
  width: 298px; }

.component.create-menu-service .left-column {
  max-width: 300px; }

.component.create-menu-service .membership-title {
  display: inline-block;
  border-bottom: 1px solid #D7006C;
  font-weight: 600;
  padding-bottom: 2px;
  margin-bottom: 20px; }

.component.create-menu-service .table {
  margin: auto; }
  .component.create-menu-service .table input {
    max-width: 50px;
    padding: 3px 5px;
    font-weight: normal; }

.component.create-menu-service .component.lovelace-spinner {
  display: flex;
  justify-content: center; }

.component.create-menu-service .component.discount-selector {
  width: 105px; }

.service-search-modal.modal-body {
  padding: 10px 20px; }
  .service-search-modal.modal-body .search-results {
    max-height: 300px;
    overflow-y: scroll; }
  .service-search-modal.modal-body ul {
    margin: 0;
    padding: 0; }
    .service-search-modal.modal-body ul li {
      border: solid 1px silver;
      padding: 4px 7px;
      font-size: 0.8125rem;
      margin-right: 0.5rem;
      margin-bottom: 0.3rem;
      cursor: pointer; }
      .service-search-modal.modal-body ul li span.ui-select-highlight {
        background-color: yellow; }
      .service-search-modal.modal-body ul li:hover {
        border: solid 1px grey;
        background-color: #eaeaea; }
      .service-search-modal.modal-body ul li:focus {
        border: solid 1px grey;
        background-color: #EAEAEA;
        outline: none; }
    .service-search-modal.modal-body ul .active {
      border: solid 1px grey;
      background-color: #eaeaea; }
  .service-search-modal.modal-body div.not-found {
    font-size: 1.2rem;
    font-family: Roboto;
    font-weight: 400;
    padding: 2rem; }

.service-select-modal.modal-body {
  padding: 10px 20px; }
  .service-select-modal.modal-body .service-selector {
    user-select: none;
    padding: 1em 0.5em;
    padding-left: 1rem; }
    .service-select-modal.modal-body .service-selector .menu-selector.component > div.category, .service-select-modal.modal-body .service-selector .menu-selector.component > div.service, .service-select-modal.modal-body .service-selector .menu-selector.component > div.gender, .service-select-modal.modal-body .service-selector .menu-selector.component div.member-type {
      display: flex;
      margin-bottom: 0.5rem; }
      .service-select-modal.modal-body .service-selector .menu-selector.component > div.category:last-child, .service-select-modal.modal-body .service-selector .menu-selector.component > div.service:last-child, .service-select-modal.modal-body .service-selector .menu-selector.component > div.gender:last-child, .service-select-modal.modal-body .service-selector .menu-selector.component div.member-type:last-child {
        margin-bottom: 0; }
      .service-select-modal.modal-body .service-selector .menu-selector.component > div.category > label, .service-select-modal.modal-body .service-selector .menu-selector.component > div.service > label, .service-select-modal.modal-body .service-selector .menu-selector.component > div.gender > label, .service-select-modal.modal-body .service-selector .menu-selector.component div.member-type > label {
        flex: 0 0 100px; }

.component.customer-membership-cards .grid-container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 320px repeat(auto-fill, 50px) 320px; }

.component.customer-membership-cards .grid-item {
  background-color: #ddd;
  border-radius: 3px;
  padding: 15px;
  width: 310px;
  justify-self: start; }

.component.create-reminder .date-selector-container {
  width: 100%; }
  .component.create-reminder .date-selector-container .input-group.date-selector {
    width: 100%; }

.component.create-reminder .component.customer-selector .btn.btn-default {
  margin-right: -115px; }

.component.create-reminder .component.customer-selector .form-control {
  width: 116%; }

.component.create-reminder textarea#reminder-description {
  min-height: 100px; }

.component.create-reminder .date-selector-container {
  width: 100%; }
  .component.create-reminder .date-selector-container .input-group.date-selector {
    width: 100%; }

.component.create-reminder .component.customer-selector .btn.btn-default {
  margin-right: -115px; }

.component.create-reminder .component.customer-selector .form-control {
  width: 116%; }

.component.create-reminder textarea#reminder-description {
  min-height: 100px; }

.component.edit-reminder-modal .component.customer-selector .form-control {
  width: 95%; }

.component.edit-reminder-modal .component.customer-selector .btn.btn-default {
  margin-left: -15px; }

.component.view-reminder-modal .reminder-info table tbody td {
  border-bottom: none;
  border-top: none;
  padding: 5px; }

.component.view-reminder-modal .remainder-description {
  text-align: center;
  overflow: auto; }

.send-sms-modal .modal-body .phone {
  width: 90%;
  padding-left: 0.4rem; }

.send-sms-modal .modal-body textarea {
  width: 90%;
  margin-top: 1rem;
  min-height: 5rem;
  padding-left: 0.4rem; }

.page.wallet-customer-wallet .wallet-balance {
  width: 305px;
  background-color: #f3f3f4;
  border: solid 1px #e7eaec;
  padding: 10px;
  height: 100%;
  text-align: center; }
  .page.wallet-customer-wallet .wallet-balance .balance {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #D7006C; }

.component.customer-spa-packs button, .component.customer-spa-packs button:focus, .component.customer-spa-packs button:active, .component.customer-spa-packs button:focus-within {
  transform: none !important; }

.component.customer-spa-packs button, .component.customer-spa-packs button:focus, .component.customer-spa-packs button:active, .component.customer-spa-packs button:focus-within {
  box-shadow: none !important; }

.component.customer-spa-packs .customer-spa-pack {
  padding: 1rem;
  border: solid 1px silver;
  margin-bottom: 1rem; }
  .component.customer-spa-packs .customer-spa-pack .icon.fi.flaticon-massage-spa-body-treatment {
    font-size: 4rem; }
  .component.customer-spa-packs .customer-spa-pack table.actions {
    width: inherit;
    margin-bottom: 0; }
    .component.customer-spa-packs .customer-spa-pack table.actions td, .component.customer-spa-packs .customer-spa-pack table.actions th {
      border-top: none;
      padding: 3px 2px; }
      .component.customer-spa-packs .customer-spa-pack table.actions td:first-child, .component.customer-spa-packs .customer-spa-pack table.actions th:first-child {
        padding-right: 5px; }
      .component.customer-spa-packs .customer-spa-pack table.actions td span, .component.customer-spa-packs .customer-spa-pack table.actions th span {
        margin-left: 3px;
        display: inline-block; }

.component.customer-spa-packs div.services table {
  margin-top: 1rem; }
  .component.customer-spa-packs div.services table td, .component.customer-spa-packs div.services table th {
    vertical-align: middle; }
    .component.customer-spa-packs div.services table td:nth-of-type(1), .component.customer-spa-packs div.services table th:nth-of-type(1) {
      width: 15%; }
    .component.customer-spa-packs div.services table td:nth-of-type(2), .component.customer-spa-packs div.services table th:nth-of-type(2) {
      width: 10%; }
    .component.customer-spa-packs div.services table td:nth-of-type(3), .component.customer-spa-packs div.services table th:nth-of-type(3) {
      width: 10%; }
    .component.customer-spa-packs div.services table td:nth-of-type(4), .component.customer-spa-packs div.services table th:nth-of-type(4) {
      width: 15%; }
    .component.customer-spa-packs div.services table td:nth-of-type(5), .component.customer-spa-packs div.services table th:nth-of-type(5) {
      width: 15%; }
    .component.customer-spa-packs div.services table td:nth-of-type(6), .component.customer-spa-packs div.services table th:nth-of-type(6) {
      width: 15%; }
    .component.customer-spa-packs div.services table td:nth-of-type(7), .component.customer-spa-packs div.services table th:nth-of-type(7) {
      width: 15%; }
    .component.customer-spa-packs div.services table td:nth-of-type(3), .component.customer-spa-packs div.services table td:nth-of-type(7), .component.customer-spa-packs div.services table th:nth-of-type(3), .component.customer-spa-packs div.services table th:nth-of-type(7) {
      text-align: center; }
    .component.customer-spa-packs div.services table td.gender i, .component.customer-spa-packs div.services table th.gender i {
      font-size: 1rem !important; }
    .component.customer-spa-packs div.services table td span.done, .component.customer-spa-packs div.services table th span.done {
      display: inline-block;
      margin-top: 3px;
      margin-bottom: 3px;
      width: 25px;
      height: 25px;
      line-height: 25px;
      background-color: #19AA73;
      color: white;
      border-radius: 25px; }
      .component.customer-spa-packs div.services table td span.done.hidden, .component.customer-spa-packs div.services table th span.done.hidden {
        display: none !important; }
      .component.customer-spa-packs div.services table td span.done i, .component.customer-spa-packs div.services table th span.done i {
        color: white !important; }

.component.customer-spa-packs button.show-details {
  min-width: 7.5rem; }
  .component.customer-spa-packs button.show-details i {
    transition: 0.5s;
    margin-right: 5px; }

.component.customer-spa-packs .progress-bar {
  background-color: #19AA73; }
  .component.customer-spa-packs .progress-bar > i {
    color: white; }

.component.edit-customer-spa-modal .component.date-selector p.input-group {
  width: 100%; }

.redeem-spa-pack-modal .service-selector {
  user-select: none;
  padding: 1em 0.5em;
  padding-left: 1rem;
  border: 1px solid #e7eaec;
  border-left: solid 5px #D7006C; }
  .redeem-spa-pack-modal .service-selector .menu-selector.component > div.category, .redeem-spa-pack-modal .service-selector .menu-selector.component > div.service, .redeem-spa-pack-modal .service-selector .menu-selector.component > div.gender, .redeem-spa-pack-modal .service-selector .menu-selector.component div.member-type {
    display: flex;
    margin-bottom: 0.5rem; }
    .redeem-spa-pack-modal .service-selector .menu-selector.component > div.category:last-child, .redeem-spa-pack-modal .service-selector .menu-selector.component > div.service:last-child, .redeem-spa-pack-modal .service-selector .menu-selector.component > div.gender:last-child, .redeem-spa-pack-modal .service-selector .menu-selector.component div.member-type:last-child {
      margin-bottom: 0; }
    .redeem-spa-pack-modal .service-selector .menu-selector.component > div.category > label, .redeem-spa-pack-modal .service-selector .menu-selector.component > div.service > label, .redeem-spa-pack-modal .service-selector .menu-selector.component > div.gender > label, .redeem-spa-pack-modal .service-selector .menu-selector.component div.member-type > label {
      flex: 0 0 100px; }

.redeem-spa-pack-modal p.input-group {
  width: 250px; }

.page.retail-inventory-brand .panel.create-brand .input-group {
  margin-bottom: .8rem; }

.component.retail-inventory-products-list table.retail-inventory-products td:nth-child(1), .component.retail-inventory-products-list table.retail-inventory-products th:nth-child(1) {
  width: 10%; }

.component.retail-inventory-products-list table.retail-inventory-products td:nth-child(2), .component.retail-inventory-products-list table.retail-inventory-products th:nth-child(2) {
  width: 10%; }

.component.retail-inventory-products-list table.retail-inventory-products td:nth-child(3), .component.retail-inventory-products-list table.retail-inventory-products th:nth-child(3) {
  width: 10%; }

.component.retail-inventory-products-list table.retail-inventory-products td:nth-child(4), .component.retail-inventory-products-list table.retail-inventory-products th:nth-child(4) {
  width: 10%; }

.component.retail-inventory-products-list table.retail-inventory-products td:nth-child(5), .component.retail-inventory-products-list table.retail-inventory-products th:nth-child(5) {
  width: 10%; }

.component.retail-inventory-products-list table.retail-inventory-products td:nth-child(6), .component.retail-inventory-products-list table.retail-inventory-products th:nth-child(6) {
  width: 10%; }

.component.retail-inventory-products-list table.retail-inventory-products td:nth-child(7), .component.retail-inventory-products-list table.retail-inventory-products th:nth-child(7) {
  width: 10%; }

.component.ri-stock-change-type-label {
  min-width: 60px; }

.page.retail-inventory-products .panel.panel-header .component.retail-inventory-brand-selector {
  min-height: 30px;
  padding: 3px 6px;
  height: inherit !important; }

.component.retail-inventory-create-brand .note {
  margin-top: 1rem;
  font-size: 0.75rem; }

.component.retail-inventory-product-selector label {
  margin-bottom: 0;
  margin-right: 0.5rem;
  font-size: 0.8125rem;
  display: flex;
  align-items: center; }

.component.retail-inventory-product-selector .product-selector {
  user-select: none;
  padding: 1em 0.5em;
  padding-left: 1rem;
  border: 1px solid #e7eaec;
  border-left: solid 5px #D7006C; }
  .component.retail-inventory-product-selector .product-selector > div.brand, .component.retail-inventory-product-selector .product-selector > div.product {
    display: flex;
    margin-bottom: 0.5rem; }
    .component.retail-inventory-product-selector .product-selector > div.brand:last-child, .component.retail-inventory-product-selector .product-selector > div.product:last-child {
      margin-bottom: 0; }
    .component.retail-inventory-product-selector .product-selector > div.brand > label, .component.retail-inventory-product-selector .product-selector > div.product > label {
      flex: 0 0 100px; }

.component.retail-inventory-product-selector .ui-select-container {
  width: 300px;
  font-size: 0.8125rem; }

.component.widget-retail-stock-low-quantity-alert .popover, .component.widget-retail-stock-low-quantity-alert .popover .popover-content {
  max-width: 100%; }

.component.widget-retail-stock-low-quantity-alert .action {
  margin-top: 1rem; }

.component.widget-retail-stock-low-quantity-alert .popover table {
  display: contents;
  font-size: .8125rem; }

.component.widget-retail-stock-low-quantity-alert li.pagination-first.ng-scope {
  display: none; }

.component.widget-retail-stock-low-quantity-alert li.pagination-last.ng-scope {
  display: none; }

.component.widget-retail-stock-low-quantity-alert-details table thead th {
  font-size: .8125rem;
  color: #333;
  font-weight: 600; }

.component.view-product-modal .product-info table tbody td {
  border-bottom: none;
  border-top: none;
  padding: 5px; }

.component.view-product-modal .stock-history .flex-1 {
  margin-top: 40px; }

.component.view-product-modal .stock-history .table {
  margin-top: 20px; }

.page.settings {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0 !important; }
  .page.settings .settings-ui-view-container {
    padding-left: 15px;
    padding-bottom: 2rem;
    width: 100%; }
  .page.settings .panel.lovelace-panel, .page.settings .panel.lovelace-panel-apple {
    box-shadow: none !important; }
  .page.settings .content.settings-links {
    border-top: none; }
    .page.settings .content.settings-links .link {
      padding-left: 10px;
      margin-bottom: 0.9375rem; }

settings-sidebar {
  min-width: 10rem; }
  settings-sidebar h5 {
    padding: 15px;
    padding-bottom: 8px; }

.component.settings-sidebar {
  padding-bottom: 60px; }
  .component.settings-sidebar ul {
    padding-left: 15px; }
    .component.settings-sidebar ul li {
      margin-bottom: 8px;
      padding-left: 15px;
      cursor: pointer;
      color: #555;
      padding-top: 3px;
      padding-bottom: 3px;
      border-radius: 3px; }
      .component.settings-sidebar ul li.active {
        background-color: #d5d5d5; }

.page.settings-employees .component.employee-list {
  min-width: 40rem; }
  .page.settings-employees .component.employee-list .branch-selector {
    margin-top: -35px; }
  .page.settings-employees .component.employee-list .treasure-overlay-spinner-container {
    margin-top: 6rem; }

.page.settings-retail-inventory {
  margin-top: 1rem;
  width: 100%; }
  .page.settings-retail-inventory .page.retail-inventory-brand-list .brand-btn-container {
    margin-top: -73px; }
  .page.settings-retail-inventory .page.retail-inventory-products .product-container {
    margin-top: -73px; }
  .page.settings-retail-inventory .settings-retail-inventory-ui-view-container {
    width: 100%; }

.page.settings-inhouse-inventory {
  margin-top: 1rem; }
  .page.settings-inhouse-inventory .settings-inhouse-inventory-ui-view-container {
    width: 100%; }
    .page.settings-inhouse-inventory .settings-inhouse-inventory-ui-view-container .page.inhouse-inventory-stock-history {
      margin-top: -1rem; }
  .page.settings-inhouse-inventory .page.inhouse-inventory-brand-list .brand-btn {
    margin-top: -73px; }
  .page.settings-inhouse-inventory .page.inhouse-inventory-product-list.stock-check-list {
    margin-top: -1rem; }
  .page.settings-inhouse-inventory .page.inhouse-inventory-product-list .actions-container {
    margin-top: -73px; }
    .page.settings-inhouse-inventory .page.inhouse-inventory-product-list .actions-container.stock-check-list {
      margin-top: 0px; }

.page.login {
  background: #D7006C;
  display: flex;
  flex-direction: column;
  padding-top: 70px;
  align-items: center;
  position: relative;
  min-height: 100%;
  /* Animation Keyframes */
  /* Login Form */
  /* Form */
  /* Inputs */
  /* Submit Button */ }

@keyframes scale_header {
  0% {
    max-height: 0px;
    margin-bottom: 0px;
    opacity: 0; }
  100% {
    max-height: 117px;
    margin-bottom: 25px;
    opacity: 1; } }

@keyframes input_opacity {
  0% {
    transform: translateY(-10px);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }

@keyframes text_opacity {
  0% {
    color: transparent; } }

@keyframes error_before {
  0% {
    height: 5px;
    background: rgba(0, 0, 0, 0.156);
    color: transparent; }
  10% {
    height: 117px;
    background: #FFFFFF;
    color: #C62828; }
  90% {
    height: 117px;
    background: #FFFFFF;
    color: #C62828; }
  100% {
    height: 5px;
    background: rgba(0, 0, 0, 0.156);
    color: transparent; } }
  .page.login .login-container {
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 340px;
    height: auto;
    padding: 5px;
    box-sizing: border-box; }
    .page.login .login-container > section {
      box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.3); }
  .page.login .login-container p {
    align-self: flex-start;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.5); }
  .page.login .login-container p a {
    color: rgba(0, 0, 0, 0.4); }
  .page.login .login {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    border-radius: 3px;
    background: #FAFAFA;
    overflow: hidden;
    animation: input_opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
  .page.login .login > header {
    position: relative;
    padding: 10px;
    margin: -10px -10px 25px -10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #D7006C;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    color: #FAFAFA;
    animation: scale_header 0.6s cubic-bezier(0.55, 0, 0.1, 1), text_opacity 1s cubic-bezier(0.55, 0, 0.1, 1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2); }
  .page.login .login > header:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 5px;
    padding: 10px;
    margin: -10px 0 0px -10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.156);
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: transparent;
    z-index: 5; }
  .page.login .login.error_1 > header:before,
  .page.login .login.error_2 > header:before {
    animation: error_before 3s cubic-bezier(0.55, 0, 0.1, 1); }
  .page.login .login.error_1 > header:before {
    content: 'Invalid username or password!'; }
  .page.login .login.error_2 > header:before {
    content: 'Invalid or expired Token!'; }
  .page.login .login > header h2 {
    margin: 50px 0 10px 0; }
  .page.login .login > header h4 {
    font-size: 0.7em;
    animation: text_opacity 1.5s cubic-bezier(0.55, 0, 0.1, 1);
    color: #fafafa; }
  .page.login .login-form {
    padding: 15px;
    box-sizing: border-box; }
  .page.login .login-input {
    position: relative;
    width: 100%;
    padding: 10px 5px;
    margin: 0 0 25px 0;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: transparent !important;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    opacity: 1;
    animation: input_opacity 0.8s cubic-bezier(0.55, 0, 0.1, 1);
    transition: border-bottom 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
  .page.login .login-input:focus {
    outline: none;
    border-bottom: 2px solid #D7006C !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important; }
  .page.login .submit-container {
    padding: 10px;
    margin: 0px -25px -25px -25px; }
    .page.login .submit-container img {
      width: 100px;
      height: 70px; }
  .page.login .powered-by-container {
    display: flex;
    flex-direction: row;
    position: relative;
    border-top: 1px solid rgba(111, 111, 111, 0.1);
    justify-content: center;
    margin: 35px -25px -25px -25px; }
    .page.login .powered-by-container div {
      display: inline-block;
      padding: 10px;
      display: inline-block;
      padding: 11px;
      font-size: 13px; }
      .page.login .powered-by-container div span {
        font-weight: 600; }
