.hide {
	display: none;
}

fieldset {
  margin: 0 0 2em;
}
fieldset label {
  display: block;
  -webkit-box-shadow: inset 0 0 0 1px #ddd;
  box-shadow: inset 0 0 0 1px #ddd;
  margin: 0 0 -1px;
  padding: 1em 0 1em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
fieldset label:first-child {
  border-radius: 5px 5px 0 0;
}
fieldset label:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
fieldset .text {
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
fieldset .field {
  -webkit-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}
fieldset input.text,
fieldset .select {
  margin: -1em 0;
  background: none;
  border: 0;
  width: 100%;
}
fieldset input[type=checkbox] {
  margin: 0 0 0 1em;
}
fieldset select {
  border: 0;
  background: none;
  width: 100%;
}
fieldset .form-error {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 0 0 0.2em;
  max-width: 13em;
}
fieldset .form-error:before {
  bottom: auto;
  left: auto;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  border-right: 0.5em solid #ee1a43;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
}
@media (max-width: 1023px) {
  fieldset .form-error {
    top: -1em;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    right: 0;
    max-width: 100%;
  }
  fieldset .form-error:before {
    top: 100%;
    right: 0.8em;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    border: 0;
    border-top: 0.5em solid #ee1a43;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
  }
}
.form-error {
  display: inline-block;
  background: #ee1a43;
  color: #fff;
  padding: 0.5em 0.8em;
  font-size: 0.875em;
  border-radius: 5px;
  white-space: nowrap;
  position: relative;
}
.form-error:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0.8em;
  border-bottom: 0.5em solid #ee1a43;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
}
.form-error:empty {
  display: none;
}
.form-progress div {
  padding-left: 2.5em;
}
.form-progress div:before,
.form-progress div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 100%;
  border-left: 1em solid #f8f8f8;
  border-top: 1.7em solid transparent;
  border-bottom: 1.7em solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-progress div:before {
  margin: 0 0 0 1px;
}
.form-progress :first-child > * {
  padding-left: 2em;
}
.form-progress :last-child > * {
  padding-right: 2em;
}
.form-progress :last-child > *:before,
.form-progress :last-child > *:after {
  display: none;
}
.form-progress .active:after,
.form-progress .done:after {
  border-left-color: #428be3;
}
.form-progress .done {
  background: #428be3;
  color: rgba(255,255,255,0.5);
}
@media (max-width: 599px) {
  .form-progress div {
    padding-left: 1.5em;
  }
  .form-progress :first-child > * {
    padding-left: 1em;
  }
  .form-progress :last-child > * {
    padding-right: 1em;
  }
}

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.over {
  border: 2px dashed #000;
}
/* BREAKPOINTS */
/* IMPORTS */
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
form,
ol,
ul,
li,
dl,
dt,
dd,
td,
th,
tr,
fieldset {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
address {
  margin: 0 0 1em 0;
  padding: 0;
}
ul {
  list-style: none;
}
ol {
  margin-bottom: 1em;
}
ol > li {
  margin-left: 2em;
}
img,
fieldset {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
th {
  text-align: center;
}
tbody th {
  text-align: left;
}
a:hover,
a:active {
  outline: 0;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
header,
footer,
section,
nav,
aside,
article,
figure,
figcaption {
  display: block;
}
* {
  box-sizing: border-box;
}

@font-face {
  font-family: "optios";
  src:url("../fonts/optios.eot");
  src:url("../fonts/optios.eot?#iefix") format("embedded-opentype"),
  url("../fonts/optios.woff") format("woff"),
  url("../fonts/optios.ttf") format("truetype"),
  url("../fonts/optios.svg#optios") format("svg");
  font-weight: normal;
  font-style: normal;

}
.icon:before {
  font-family: "optios" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
}
.icon-support:before {
  content: "\61";
}
.icon-register:before {
  content: "\63";
}
.icon-products:before {
  content: "\64";
}
.icon-logout:before {
  content: "\62";
}
.icon-calendar-neg:before {
  content: "\65";
}
.icon-customers-neg:before {
  content: "\66";
}
.icon-check-circle:before {
  content: "\67";
}
.icon-back:before {
  content: "\68";
}
.icon-delete:before {
  content: "\69";
}
.icon-forward:before {
  content: "\6a";
}
.icon-select:before {
  content: "\6b";
}
.icon-color:before {
  content: "\6c";
}
.icon-checkbox:before {
  content: "\6d";
}
.icon-reports-neg:before {
  content: "\6e";
}
.icon-plus:before {
  content: "\6f";
}
.icon-trusted:before {
  content: "\70";
}
.icon-online-neg:before {
  content: "\71";
}
.icon-zoom-out:before {
  content: "\72";
}
.icon-zoom-in:before {
  content: "\73";
}
.icon-today:before {
  content: "\74";
}
.icon-woman:before {
  content: "\75";
}
.icon-settings-neg:before {
  content: "\76";
}
.icon-minus:before {
  content: "\77";
}
.icon-support-neg:before {
  content: "\78";
}
.icon-close:before {
  content: "\79";
}
.icon-menu:before {
  content: "\7a";
}
.icon-search:before {
  content: "\41";
}
.icon-calendar:before {
  content: "\42";
}
.icon-home:before {
  content: "\43";
}
.icon-punchclock:before {
  content: "\44";
}
.icon-customers:before {
  content: "\45";
}
.icon-online:before {
  content: "\46";
}
.icon-reports:before {
  content: "\47";
}
.icon-settings:before {
  content: "\48";
}
.icon-register-neg:before {
  content: "\49";
}
.icon-products-neg:before {
  content: "\4a";
}
.icon-punchclock-neg:before {
  content: "\4b";
}
.icon-add:before {
  content: "\4c";
}
.icon-edit:before {
  content: "\4d";
}
.icon-notice:before {
  content: "\4e";
}
.icon-man:before {
  content: "\4f";
}
.icon-actions:before {
  content: "\50";
}
.icon-copy:before {
  content: "\51";
}
.icon-password:before {
  content: "\52";
}
.icon-print:before {
  content: "\53";
}
.icon-scissors:before {
  content: "\54";
}
.icon-thumb-tack:before {
  content: "\55";
}
.icon-flag:before {
  content: "\56";
}
.icon-color-2:before {
  content: "\58";
}
.icon-chat:before {
  content: "\59";
}
.icon-brush:before {
  content: "\57";
}
.icon-marketing-neg:before {
  content: "\5a";
}
.icon-marketing:before {
  content: "\30";
}
.icon-wallet:before {
  content: "\31";
}
.icon-pdf:before {
  content: "\33";
}
.icon-knowledge:before {
  content: "\32";
}
.icon-permissions:before {
  content: "\35";
}
.icon-birthday:before {
  content: "\34";
}
.icon-tickets:before {
  content: "\36";
}
.icon-categories:before {
  content: "\38";
}
.icon-supplier:before {
  content: "\39";
}
.icon-department:before {
  content: "\37";
}
.icon-dropdown:before {
  content: "\22";
}
.icon-lock:before {
  content: "\21";
}
.icon-unlock:before {
  content: "\23";
}
.icon-sms:before {
  content: "\24";
}
.icon-hardware:before {
  content: "\25";
}
.icon-loyalty-card:before,
.icon-loyaltycard:before {
  content: "\26";
}
.icon-subscription:before {
  content: "\27";
}
.icon-subscription:before {
  content: "\27";
}
.icon-add-circle:before {
  content: "\28";
}
.icon-sun:before {
  content: "\29";
}

body {
  font: 100%/1 Roboto, sans-serif;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: #2164db;
}
h2 {
  font-weight: normal;
  font-size: 1.5em;
  margin: 1em 0;
}
.main-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* PRIMARY */
.main-nav {
  background: #232934;
  -webkit-flex: 0 0 5em;
  -ms-flex: 0 0 5em;
  flex: 0 0 5em;
  padding: 0 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-nav a {
  text-align: center;
  height: 5em;
  color: rgba(255,255,255,0.4);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-nav a:hover,
.main-nav a.selected {
  color: #fff;
}
.main-nav .icon-off,
.main-nav a.selected .icon-on {
  display: none;
}
.main-nav a.selected .icon-off {
  display: block;
}
.main-nav .icon {
  font-size: 2.25em;
}
.main-nav .calendar.selected {
  background: #ffab0f;
}
.main-nav .customers.selected {
  background: #69d321;
}
.main-nav .register.selected {
  background: #8262d8;
}
.main-nav .products.selected {
  background: #a47433;
}
.main-nav .punchclock.selected {
  background: #f8549c;
}
.main-nav .reports.selected {
  background: #d24444;
}
.main-nav .marketing.selected {
  background: #24a7f3;
}
.main-nav .minor {
  font-size: 0.7em;
}
.main-nav .minor.selected {
  background: rgba(255,255,255,0.2);
}
.main-nav .seperator {
  -webkit-flex: 1 1 2em;
  -ms-flex: 1 1 2em;
  flex: 1 1 2em;
}
@media (max-height: 800px) {
  .main-nav {
    padding-bottom: 0.5em;
  }
}
@media (max-width: 1023px) {
  .main-nav {
    -webkit-flex-basis: 3.75em;
    -ms-flex-basis: 3.75em;
    flex-basis: 3.75em;
  }
  .main-nav a {
    height: 3.75em;
  }
  .main-nav .icon {
    font-size: 1.75em;
  }
}
/* SECONDARY */
.secondary-nav {
  background: #303640;
  -webkit-flex: 0 0 12.22222em;
  -ms-flex: 0 0 12.22222em;
  flex: 0 0 12.22222em;
  font-size: 1.125em;
  padding: 1em 0 0;
  overflow: auto;
}
.secondary-nav .compact,
.secondary-nav .closeSecondaryNav {
  display: none;
}
.secondary-nav .nav-item {
  display: block;
  color: #4f8df9;
  font-weight: 600;
  padding: 0.83333em 1em 0.83333em 1.2em;
  border-left: 4px solid transparent;
}
.secondary-nav a:hover {
  color: #fff;
}
.secondary-nav .selected {
  color: #fff;
  border-left-color: #fff;
}
@media (max-width: 1199px) {
  .secondary-nav {
    font-size: 1em;
    -webkit-flex-basis: 11.11111em;
    -ms-flex-basis: 11.11111em;
    flex-basis: 11.11111em;
  }
}
.nav-search-form .placeholder {
  cursor: pointer;
}
.nav-search-form .placeholder:hover {
  color: #fff;
}
.nav-search-form .icon {
  margin: 0 0.5em 0 0;
  line-height: 0;
}
.nav-search-form input {
  display: none;
  color: #fff;
  border: 0;
  background: none;
  height: 2em;
  padding: 0;
  width: 100%;
  margin: -0.5em 0;
  -webkit-appearance: none;
  appearance: none;
}
.nav-search-form.active input {
  display: block;
}
.nav-search-form.active .placeholder {
  display: none;
}
/* TERTIARY */
.tertiary-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.has-filterbar .tertiary-wrapper {
  top: 3em;
}
.tertiary-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 280px;
  background: #ecf0f6;
}
.tertiary-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 280px;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.tertiary-nav-return {
  display: none;
  background: #ecf0f6;
  padding: 1em;
}
@media (max-width: 1199px) {
  .tertiary-nav {
    width: 240px;
  }
  .tertiary-container {
    left: 240px;
  }
}
@media (max-width: 1023px) {
  .tertiary-wrapper {
    overflow: hidden;
  }
  .tertiary-nav {
    width: 100%;
  }
  .tertiary-container {
    left: 100%;
    width: 100%;
  }
  .tertiary-nav-return {
    display: block;
  }
  .tertiary-nav,
  .tertiary-container {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tertiary-open .tertiary-nav,
  .tertiary-open .tertiary-container {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* CONTENT */
.main-content {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  font-size: 1.125em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media (max-width: 1199px) {
  .main-content {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .main-content {
    font-size: 0.9375em;
  }
}
@media (max-width: 599px) {
  .main-content {
    font-size: 0.875em;
  }
}
.page-layout {
  margin: 3em auto;
  padding: 0 2em;
  max-width: 48em;
}
@media (max-width: 1199px) {
  .page-layout {
    margin-top: 2em;
    padding: 0 1.5em;
  }
}
@media (max-width: 599px) {
  .page-layout {
    margin-top: 1em;
    padding: 0 1em;
  }
}
.page-layout.large {
  max-width: 64em;
}
/* LAYOUT SWITCH */
@media (max-width: 767px) {
  .main-nav {
    position: fixed;
    width: 48px;
    height: 48px;
    padding: 0;
  }
  .main-nav a,
  .main-nav .seperator,
  .main-nav .home .icon {
    display: none;
  }
  .main-nav .selected,
  .main-nav .home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .main-nav .home {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .main-nav .icon {
    font-size: 1.5em;
  }
  .main-nav .minor {
    font-size: 1em;
  }
  .secondary-nav {
    position: fixed;
    z-index: 1;
    left: 48px;
    right: 0;
    width: auto;
    height: 48px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    font-size: 1.125em;
    overflow: visible;
  }
  .secondary-nav .compact {
    display: block;
  }
  .secondary-nav .compact .nav-item {
    padding: 0.83333em 0.5em;
    color: #fff;
  }
  .secondary-nav .compact .icon {
    margin: 0 0.5em 0 0;
  }
  .secondary-nav .full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #303640;
    padding: 0.3125em 0 0.7em;
  }
  .secondary-nav .full .nav-item {
    padding: 0.55556em 1em;
  }
  .secondary-nav .closeSecondaryNav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 1em;
  }
  .secondary-nav .nav-item {
    border: 0;
  }
  .secondary-nav.collapsed .full {
    display: none;
  }
  .main-content {
    margin-top: 48px;
  }
  .module-home .main-content,
  .module-login .main-content {
    margin-top: 0;
  }
}

/*** EARLY LAYOUT SWITCH! **/
@media (max-width: 1023px) {
  .large-mobile .main-nav {
    position: fixed;
    width: 48px;
    height: 48px;
    padding: 0;
  }
  .large-mobile .main-nav a,
  .large-mobile .main-nav .seperator,
  .large-mobile .main-nav .home .icon {
    display: none;
  }
  .large-mobile .main-nav .selected,
  .large-mobile .main-nav .home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .large-mobile .main-nav .home {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .large-mobile .main-nav .icon {
    font-size: 1.5em;
  }
  .large-mobile .main-nav .minor {
    font-size: 1em;
  }
  .large-mobile .secondary-nav {
    position: fixed;
    z-index: 1;
    left: 48px;
    right: 0;
    width: auto;
    height: 48px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    font-size: 1.125em;
    overflow: visible;
  }
  .large-mobile .secondary-nav .compact {
    display: block;
  }
  .large-mobile .secondary-nav .compact .nav-item {
    padding: 0.83333em 0.5em;
    color: #fff;
  }
  .large-mobile .secondary-nav .compact .icon {
    margin: 0 0.5em 0 0;
  }
  .large-mobile .secondary-nav .full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #303640;
    padding: 0.3125em 0 0.7em;
  }
  .large-mobile .secondary-nav .full .nav-item {
    padding: 0.55556em 1em;
  }
  .large-mobile .secondary-nav .closeSecondaryNav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 1em;
  }
  .large-mobile .secondary-nav .nav-item {
    border: 0;
  }
  .large-mobile .secondary-nav.collapsed .full {
    display: none;
  }
  .large-mobile .main-content {
    margin-top: 48px;
  }
  .large-mobile .module-home .main-content,
  .large-mobile .module-login .main-content {
    margin-top: 0;
  }

  .large-mobile .dialog-wrapper {
    left: 0;
  }
}

.blank-slate {
  font-size: 30vw;
  margin-top: 20vh;
  text-align: center;
  color: rgba(0,0,0,0.03);
}
.alphabet-scrubber {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0.5em;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.alphabet-scrubber a {
  background: rgba(215,224,236,0.9);
  padding: 0 0.4em;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  max-height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.alphabet-scrubber a:first-child {
  border-radius: 99px 99px 0 0;
  padding-top: 0.5em;
  max-height: 2.5em;
}
.alphabet-scrubber a:last-child {
  border-radius: 0 0 99px 99px;
  padding-bottom: 0.5em;
  max-height: 2.5em;
}
.filter-bar {
  background: rgba(215,224,236,0.9);
  padding: 0.6em 1em;
}
.filter-bar .select {
  margin: 0 1em 0 0;
}
.badge {
  display: inline-block;
  padding: 0.15em 0.3em;
  margin: -0.15em 0;
  line-height: 1;
  background: #2164db;
  color: #fff;
  border-radius: 99px;
}
/* TABS */
.tab {
  display: none;
}
.tab.active {
  display: block;
}
.segment-tabs {
  text-align: center;
  margin: 0 0 2em;
  text-transform: uppercase;
}
.segment-tabs a {
  display: inline-block;
  padding: 0.8em 1em;
  border: 2px solid #2164db;
  border-right: 0;
  margin-left: -5px;
}
.segment-tabs a:first-child {
  border-radius: 99px 0 0 99px;
}
.segment-tabs a:last-child {
  border-radius: 0 99px 99px 0;
  border-right: 2px solid #2164db;
}
.segment-tabs .selected {
  background: #2164db;
  color: #fff;
}
@media (max-width: 479px) {
  .segment-tabs {
    font-size: 0.75em;
  }
}
@media (max-width: 359px) {
  .segment-tabs {
    font-size: 0.65em;
  }
}
/* STATUS MESSAGES */
.status-message {
  color: #fff;
  padding: 1em 3em 0.01em 1em;
  margin: 0 0 1.5em;
  position: relative;
}
.status-message .status-message-close {
  position: absolute;
  font-size: 1.2em;
  top: 1em;
  right: 1em;
  color: #fff;
}
.status-message.success {
  background: #69d321;
}
.status-message.error {
  background: #d24444;
}
.status-message.info {
  background: #2164db;
}
.status-message.warning {
  background: #fbb03b;
}
.status-messages {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
}
.status-messages .status-message {
  margin: 0;
}
/* TOOLBAR */
.toolbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 5em;
  right: 0;
  background: #232934;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 12px 10px;
  font-size: 16px;
}
.toolbar .segment {
  display: inline-flex;
  vertical-align: middle;
}
.toolbar .short {
  display: none;
}

.main-content > .toolbar {
  position: static;
}
@media (max-width: 1023px) {
  .toolbar {
    left: 3.75em;
  }
}
@media (max-width: 767px) {
  .toolbar {
    left: 48px;
    padding: 6px 4px;
  }
  .toolbar .short {
    display: inline;
  }
  .toolbar .long {
    display: none;
  }
}
.toolbar-button {
  color: #fff;
  background: rgba(255,255,255,0.1);
  padding: 0.6em 1em;
  margin: 0 1px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(0,0,0,0.5), 0 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(0,0,0,0.5), 0 1px 3px rgba(0,0,0,0.5);
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  vertical-align: middle;
}
.toolbar-button  option{
  color: #232934;
}
.segment .toolbar-button {
  border-radius: 0;
}
.segment .toolbar-button:first-child {
  border-radius: 4px 0 0 4px;
}
.segment .toolbar-button:last-child {
  border-radius: 0 4px 4px 0;
}
.toolbar-button:hover,
.toolbar-button:focus,
.toolbar-button:active {
  background: rgba(255,255,255,0.2);
}
.toolbar-button.selected {
  background: #2164db;
}
@media (max-width: 767px) {
  .toolbar-button {
    height: 36px;
  }
}
@media (max-width: 479px) {
  .toolbar-button {
    padding: 0.6em 0.8em 0;
  }
}
@media (max-width: 359px) {
  .toolbar-button {
    padding: 0.6em 0.6em 0;
  }
}
@media (min-width: 768px) {
  .has-toolbar {
    margin-top: 60px;
  }
}
/* DATEPICKER */
.datepicker {
  text-align: center;
  margin: 0 0 1em;
}
.datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 1em;
}
.datepicker-header .datepicker-title {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.datepicker-header select {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  color: #2164db;
}
.datepicker-header .datepicker-prev,
.datepicker-header .datepicker-next {
  -webkit-flex-basis: 12.5%;
  -ms-flex-basis: 12.5%;
  flex-basis: 12.5%;
}
.datepicker-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 0.5em;
}
.datepicker-days .day,
.datepicker-days .week {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.datepicker-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker-calendar .week {
  font-style: italic;
  color: rgba(0,0,0,0.3);
  font-size: 90%;
  padding-top: .8em
}

.datepicker-calendar .day {
  color: #232934;
}

.datepicker-calendar .day,
.datepicker-calendar .week {
  -webkit-flex-basis: 12.5%;
  -ms-flex-basis: 12.5%;
  flex-basis: 12.5%;
  padding: 0.6em 0;
  position: relative;
}
.datepicker-calendar .day:before,
.datepicker-calendar .week:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1.8em;
  height: 1.8em;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.datepicker-calendar .day:hover:before {
  background: rgba(0,0,0,0.1);
}
.datepicker-calendar .closed {
  color: rgba(0,0,0,0.5);
}
.datepicker-calendar .other-month {
  color: rgba(0,0,0,0.15);
}
.datepicker-calendar .selected {
  color: #fff;
}
.datepicker-calendar .selected:hover:before,
.datepicker-calendar .selected:before {
  background: #2164db;
}

.datepicker-calendar .disabled {
  color: rgba(0,0,0,0.15);
  cursor: default;
}
.datepicker-calendar .disabled:hover:before,
.datepicker-calendar .disabled:before {
  background: #ffffff;
}

/* SERVICES NAVIGATOR */
.services-navigator {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.services-navigator .item {
  display: block;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  padding: 1.375em 2.2em 1.375em 5em;
  cursor: pointer;
  color: #2164db;
}

.services-navigator .item.item--two-line {
  padding: .875em 2.2em .875em 5em;
}

.services-navigator .item.active {
  background-color: #2164db;
  color: #fff;
}

.services-navigator .item .graphic {
  position: absolute;
  left: 0;
  top: 0;
  height: 3.75em;
  width: 3.75em;
  background: rgba(0,0,0,0.1);
  text-align: center;
}
.services-navigator .item .graphic .icon {
  position: static;
  font-size: 1.5em;
  line-height: 2.5em;
}
.services-navigator .item .label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.services-navigator .item .icon {
  position: absolute;
  right: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.services-navigator .return,
.services-navigator .action {
  display: block;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 0.8em;
  background: rgba(0,0,0,0.02);
}
.services-navigator .action {
  padding: 0;
}
.services-navigator .action a {
  padding: .8em;
  display: block;
}
/* PICTURE UPLOAD */
.picture-upload-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  min-height: 8em;
}
.picture-upload-wrapper .picture-upload {
  padding: 1em 2em;
  margin: 0 0 1em;
  border: 4px dashed rgba(0,0,0,0.15);
  border-radius: 15px;
  text-align: center;
  color: rgba(0,0,0,0.4);
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.picture-upload-wrapper .picture-upload.not-empty {
  border-color: #69d321;
}
.picture-upload-wrapper .picture-upload input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.picture-upload-wrapper .picture-upload .text {
  width: 100%;
  flex: auto;
}
.picture-upload-wrapper img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.picture-upload-wrapper .remove-picture {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  background: rgba(0,0,0,0.3);
  padding: 0.2em 0.4em;
  border-radius: 99px;
  color: #fff;
  line-height: 1;
  font-size: 0.8em;
}
.picture-upload-wrapper .remove-picture .icon {
  margin: 0 0.25em 0 0;
}
.picture-upload-wrapper .remove-picture:hover {
  background: #000;
}

label .picture-upload-wrapper {
  width: 100%;
}

/* IMPORTS */
.dialog-wrapper {
  z-index: -1;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 5em;
  right: 0;
}
.module-home .dialog-wrapper {
  left: 0;
}
@media (max-width: 1023px) {
  .dialog-wrapper {
    left: 3.75em;
  }
}
@media (max-width: 767px) {
  .dialog-wrapper {
    left: 0;
  }
}
.dialog-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media (max-width: 767px) {
  .dialog-backdrop {
    display: none;
  }
}
.dialog {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  background: #fff;
  min-width: 30em;
  -webkit-box-shadow: 0 0.8em 1.5em rgba(0,0,0,0.2);
  box-shadow: 0 0.8em 1.5em rgba(0,0,0,0.2);
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.dialog.locked .dialog-close {
  display: none;
}
.dialog .dialog-close-button {
  position: absolute;
  top: 0.8em;
  right: 0.7em;
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .dialog {
    min-width: 0;
    width: 100%;
  }
}
.dialog-size-large {
  width: 70em;
}
@media (max-width: 1199px) {
  .dialog-size-large {
    width: 100%;
  }
}
.toolbar,
.main-content {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.has-dialog .dialog-wrapper {
  z-index: 100;
  opacity: 1;
}
.open-dialog .toolbar,
.open-dialog .main-content {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  .open-dialog .toolbar,
  .open-dialog .main-content {
    -webkit-filter: none;
    filter: none;
  }
}
.open-dialog .dialog-backdrop {
  opacity: 1;
}
.open-dialog .dialog {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.dialog-content {
  padding: 1em 1.5em 1.5em;
}
@media (max-width: 767px) {
  .dialog-content {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.dialog h1 {
  text-align: center;
  font-size: 1.3em;
  font-weight: 400;
  margin: 0 0 1.2em;
  padding: 0 1.5em;
  line-height: 1.2;
}
.dialog-actions {
  text-align: right;
}
.dialog-actions .button {
  margin: 0 0 0 0.3em;
}
.dialog-3col,
.dialog-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dialog-3col .col {
  width: 31%;
  margin: 0 0 1em;
}
.dialog-3col .col2 {
  width: 62%;
  margin: 0 0 1em;
}
.dialog-2col .col {
  width: 48%;
  margin: 0 0 1em;
}
.dialog-3col .col.dialog-actions,
.dialog-2col .col.dialog-actions {
  align-self: flex-end;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .dialog-3col .col,
  .dialog-3col .col2,
  .dialog-3col .col.dialog-actions {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .dialog-3col,
  .dialog-2col {
    display: block;
    width: auto;
  }
  .dialog-3col .col,
  .dialog-2col .col,
  .dialog-3col .col2,
  .dialog-3col .col.dialog-actions,
  .dialog-2col .col.dialog-actions{
    width: auto;
    margin-bottom: 1.5em;
  }
}
input,
textarea,
button,
select {
  font: inherit;
  color: inherit;
  vertical-align: middle;
}
textarea {
  max-width: 100%;
}
select {
  -moz-appearance: none /* remove FF dropdown arrow */;
}
select::-ms-expand {
  display: none;
}
.input,
.select select {
  border: 0;
  margin: 0;
  padding: 0.2em 0;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  color: #232934;
  border-radius: 0;
  line-height: 1.4 /* sensible cross-browser default */;
}
.select,
.select select {
  display: inline-block;
  background: none;
  -webkit-appearance: none;
  appearance: none;
}
.select {
  position: relative;
}
.select select {
  border: 0;
  margin: 0;
  padding-right: 1.3em;
  width: 100%;
}
.select:after {
  content: "\6b";
  font-family: "optios";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.select-reverse select {
  padding-right: 0;
  padding-left: 1.3em;
}
.select-reverse:after {
  right: auto;
  left: 0;
}
.checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  font-size: 1.125em;
  background: none;
  color: transparent;
  vertical-align: -0.25em;
  border: 2px solid rgba(0,0,0,0.3);
  cursor: pointer;
  position: relative;
  border-radius: 4px;
}
.checkbox:focus {
  border-color: #2164db;
}
.checkbox:checked {
  color: #fff;
  background: #2164db;
  border: none;
}
.checkbox:checked:before {
  content: "\6D";
  font-family: "optios";
  position: absolute;
  top: 0.05em;
  left: 0;
  pointer-events: none;
}
.form-split label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  margin: 0 0 0.7em;
  min-height: 1.6em;
  position: relative;
}
.form-split label.full {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-split label.full .text,
.form-split label.full .input,
.form-split label.full .select {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  overflow: visible;
}
.form-split label.checkbox-row .text {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  overflow: visible;
}
.form-split .text,
.form-split .suffix  {
  line-height: 1.4;
  color: rgba(0,0,0,0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-split .text {
  padding: 0.2em 0.5em 0.2em 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.form-split .suffix {
  padding: 0.2em 0 0.2em 0;
}
.form-split .input,
.form-split .select {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  min-width: 0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.form-split .tight {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.form-split .input:focus,
.form-split select:focus {
  outline: none;
  -webkit-box-shadow: 0 1px 0 #2164db;
  box-shadow: 0 1px 0 #2164db;
}
.form-split textarea.input {
  width: 100%;
  margin: 0.5em 0 0;
}
.form-split .checkbox,
.form-split .radio {
  align-self: center;
}
.form-split .input-prefix {
  margin: 0 0.3em 0 0;
  align-self: center;
}
.form-split .input.error:not(.status-message) {
  -webkit-box-shadow: 0 1px 0 #cb2829;
  box-shadow: 0 1px 0 #cb2829;
}
.form-split .input.valid {
  border-color: #69d321;
}
.form-split label.error:not(.status-message),
.form-split div.error:not(.status-message) {
  float: right;
  background: #cb2829;
  color: #fff;
  padding: 0.3em 0.4em;
  font-size: 0.9em;
  position: absolute;
  border-radius: 3px;
  right: 0;
  top: -1.4em;
}
.form-split label.error:not(.status-message):after,
.form-split div.error:not(.status-message):after{
  content: "";
  position: absolute;
  right: 0.4em;
  top: 100%;
  border-top: 0.5em solid #cb2829;
  border-left: 0.5em solid transparent;
}
.form-split .button {
  margin-top: 1.5em;
}
.form-split .help-block {
  font-size: .8em;
  margin-top: 0.4em;
}

.form-split td > label {
  margin: 0;
  padding: 0;
  min-height: auto;
  display: inline-block;
}

.form-split td > label label.error:not(.status-message) {
  top: -2.4em;
}

@media (max-width: 1199px) {
  .form-split-tablet label {
    display: block;
    margin-bottom: 1em;
  }
  .form-split-tablet .text {
    width: auto;
    margin-bottom: 0.2em;
  }
  .form-split-tablet .input {
    width: 100%;
  }
}
.button {
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.8em 1.1em;
  margin: 0 0.3em 0 0;
  border: 3px solid;
  border-radius: 99px;
  background: none;
  color: #2164db;
  font-weight: 600;
  font-size: 1.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  vertical-align: middle;
}
.button:not([disabled]):hover,
.button:focus,
.button:active {
  background: #2164db;
  border-color: transparent;
  color: #fff;
}
.button.destructive {
  color: #d24444;
}
.button.destructive:not([disabled]):hover,
.button.destructive:focus,
.button.destructive:active {
  background: #d24444;
  color: #fff;
}
.button.dim {
  color: rgba(0,0,0,0.3);
}
.button.dim:not([disabled]):hover,
.button.dim:focus,
.button.dim:active {
  background: rgba(0,0,0,0.3);
  color: #fff;
}
.button.block {
  display: block;
}
.button.small {
  border-width: 2px;
  font-size: 1em;
  padding: 0.6em 0.8em;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.button-group .button:not(:only-child) {
  border-radius: 0;
  margin: 0;
}
.button-group .button:not(:only-child):first-child {
  border-radius: 99px 0 0 99px;
  border-right: 0;
}
.button-group .button:not(:only-child):last-child {
  border-radius: 0 99px 99px 0;
}

.home-wrapper {
  text-align: center;
  min-height: 100vh;
  padding: 5vh 0 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.module-home .home-wrapper {
  font-size: calc(1em + 2 * (100vw - 600px) / 400);
}
.home-logo {
  max-width: 30em;
  max-height: 10vh;
  margin: 0 0 5vh;
}
.home-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.4em;
  width: 100%;
  max-width: 70vw;
  margin: 0 0 6vh;
}
.home-grid a {
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding: 0.2em;
}
.home-grid .home-button {
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.3), 0 2px 1px rgba(0,0,0,0.1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.3), 0 2px 1px rgba(0,0,0,0.1);
  border-radius: 5px;
  text-transform: uppercase;
  padding: 1.5em 0;
  font-weight: 300;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.home-grid .home-button * {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.home-grid .home-button:hover {
  background: currentColor;
}
.home-grid .home-button:hover * {
  color: #fff;
}
.home-grid .calendar {
  color: #ffab0f;
}
.home-grid .customers {
  color: #69d321;
}
.home-grid .register {
  color: #8262d8;
}
.home-grid .products {
  color: #a47433;
}
.home-grid .punchclock {
  color: #f8549c;
}
.home-grid .reports {
  color: #d24444;
}
.home-grid .marketing {
  color: #24a7f3;
}
.home-grid .icon {
  display: block;
  font-size: 6rem;
  margin: 0 0 0.3em;
}
@media (max-width: 1199px) {
  .home-grid {
    max-width: 85vw;
  }
}
@media (max-width: 1023px) {
  .home-grid {
    max-width: 90vw;
  }
}
@media (max-width: 767px) {
  .home-grid .home-button {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 2px 1px rgba(0,0,0,0.1);
  }
}
@media (max-width: 599px) {
  .home-grid {
    max-width: 95vw;
  }
  .home-grid a {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
  }
  .home-grid .home-button {
    padding: 1em 0;
  }
  .home-grid .icon {
    font-size: 4em;
    margin: 0 0 0.2em;
  }
}
@media (max-width: 359px) {
  .home-grid {
    max-width: none;
  }
}
.home-form {
  width: 100%;
  max-width: 24em;
  padding: 0 1.2em;
  margin: 0 0 6vh;
}
.home-form label {
  text-align: left;
}
.home-form .forgot-password {
  display: block;
  margin: 2em 0 0;
  font-size: 0.9em;
  color: rgba(0,0,0,0.5);
}
.home-secondary-navigation {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin: 0 0 5vh;
}
.home-secondary-navigation a {
  text-transform: uppercase;
  font-size: 0.9em;
  color: rgba(0,0,0,0.6);
  margin: 0 1em;
  white-space: nowrap;
}
.home-secondary-navigation a:hover {
  color: #2164db;
}
@media (max-width: 479px) {
  .home-secondary-navigation a {
    font-size: 1em;
    display: block;
    margin: 0 0 1.2em;
  }
}
.home-secondary-navigation .icon {
  margin: 0 0.5em 0 0;
  font-size: 1.1em;
}
.home-branding {
  font-size: 1rem;
  color: rgba(0,0,0,0.5);
  padding: 1em 2.5em 0 0;
  background: url("../img/logo-optios.png") no-repeat right;
  background-size: contain;
}
@media (max-width: 1023px) {
  .toolbar .calendar-span-week,
  .toolbar .calendar-zoom {
    display: none;
  }
}
@media (max-width: 767px) {
  .toolbar .calendar-span {
    display: none;
  }
}
.calendar-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.calendar-wrapper .day {
  border-right: 2px solid rgba(0,0,0,0.2);
}
.calendar-wrapper .day:last-child {
  border: 0;
}
.calendar-header {
  position: absolute;
  min-width: 100%;
  background: rgba(223, 227, 233, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 2em;
  text-align: center;
}
.calendar-header .day {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.calendar-header .day .label {
  padding: 0.6em 0 0.4em;
  text-transform: uppercase;
  font-size: 0.8em;
}
.calendar-header .today {
  background: rgba(255,171,15,0.3);
}
.calendar-header .cabine {
  background-color: #f2c0b1;
}
.calendar-header .employees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.calendar-header .employee {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.6em 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 1em;
}
.calendar-header .employee .avatar {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 99px;
  margin: -0.3em 0.5em -0.3em 0;
}
@media (max-width: 479px) {
  .calendar-header .employee {
    padding: 0.3em;
  }
  .calendar-header .employee .avatar {
    width: 2em;
    height: 2em;
    margin: 0;
  }
  .calendar-header .employee .name {
    display: none;
  }
}
.calendar-span-3days .calendar-header .employee {
  font-size: 0.9em;
}

@media (max-width: 1199px) {
  .calendar-span-3days .calendar-header .employee {
    padding: 0.3em;
  }
  .calendar-span-3days .calendar-header .employee .avatar {
    width: 2em;
    height: 2em;
    margin: 0;
  }
  .calendar-span-3days .calendar-header .employee .name {
    display: none;
  }
  .calendar-establishment-button {
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .calendar-establishment-button {
    display: none;
  }
}
.calendar-span-week .calendar-header .employee {
  font-size: 0.9em;
  padding: 0.3em;
}
.calendar-span-week .calendar-header .employee .avatar {
  width: 2em;
  height: 2em;
  margin: 0;
}
.calendar-span-week .calendar-header .employee .name {
  display: none;
}
.calendar-content {
  position: absolute;
  top: 2.2em;
  bottom: 0;
  min-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 479px) {
  .calendar-content {
    top: 2.7em;
  }
}
.calendar-span-3days .calendar-content {
  top: 3.55em;
}
@media (max-width: 1199px) {
  .calendar-span-3days .calendar-content {
    top: 4.05em;
  }
}
.calendar-span-week .calendar-content {
  top: 4.05em;
}
.calendar-content .hours {
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  background: rgba(223, 227, 233, 1);
}
.calendar-content .hour {
  height: 8em;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.3);
  padding: 0.5em 0.4em;
  text-align: right;
}
.calendar-content .hour:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calendar-content .grid {
  position: absolute;
  top: 0;
  left: 2em;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.calendar-content .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.calendar-content .column {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15);
}
.calendar-content .block {
  height: 2em;
  background: rgba(223, 227, 233, .5);
  -webkit-box-shadow: inset 0 1px 0 rgba(223, 227, 233, 1);
  box-shadow: inset 0 1px 0 rgba(223, 227, 233, 1);
}
.calendar-content .block.available:hover {
  background-color: rgba(236,240,246,0.5);
}
.calendar-content .block:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calendar-content .block.available {
  background: none;
}
.calendar-content .block.holiday {
  background: rgba(235, 198, 0, .3);
}
.calendar-content .hourblock span {
  font-size: 80%;
  color: #232934;
  position: absolute;
  overflow: hidden;
  display:none;
  margin: .2em;
  cursor: pointer;
}
.calendar-content .hourblock:hover span {
  display:block;
}
.calendar-content .event {
  position: absolute;
  left: 1px;
  right: 0;
  padding: 0.4em 0.5em 0 10px;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.calendar-content .event:before,
.calendar-content .event:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  width: 4px;
}
.calendar-content .event:after {
  right: 0;
  width: auto;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.calendar-content .event > * {
  position: relative;
  z-index: 1;
}
.calendar-content .event .time,
.calendar-content .event .title,
.calendar-content .event .customer,
.calendar-content .event .notes {
  font-size: 0.8em;
  display: inline;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
}

.calendar-content .event .title {
  font-weight: bold;
}

.calendar-content .event .notes {
  font-style: italic;
}

.calendar-content .event .appointment-badge {
  position: absolute;
  bottom: .25em;
  right: .25em;
  font-size: 14px;
}
.calendar-content .event .appointment-badge + .appointment-badge {
  right: 1.5em;
}
.calendar-content .event .appointment-badge + .appointment-badge + .appointment-badge {
  right: 3em;
}

.calendar-content .event .resize {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.5em;
  cursor: row-resize;
  display: none;
}
.calendar-content .event .resize:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 1em;
  margin-left: -0.5em;
  height: 2px;
  border-top: 1px solid rgba(255,255,255,0.6);
  border-bottom: 1px solid rgba(255,255,255,0.6);
}
.calendar-content .event:hover .resize {
  display: block;
}
.calendar-span-3days .calendar-content .event {
  line-height: 1;
}
.calendar-span-3days .calendar-content .event .time,
.calendar-span-3days .calendar-content .event .title,
.calendar-span-3days .calendar-content .event .customer,
.calendar-span-3days .calendar-content .event .notes {
  font-size: 0.6em;
}
.calendar-span-3days .calendar-content .event .title:after {
  content: " ";
}
.calendar-span-week .calendar-content .event {
  line-height: 0.7em;
}
.calendar-span-week .calendar-content .event .time,
.calendar-span-week .calendar-content .event .title,
.calendar-span-week .calendar-content .event .customer,
.calendar-span-week .calendar-content .event .notes {
  font-size: 0.5em;
}
.calendar-span-week .calendar-content .event .title:after {
  content: " ";
}
@media (max-width: 479px) {
  .calendar-content .event {
    line-height: 1.1;
  }
  .calendar-content .event .time,
  .calendar-content .event .title,
  .calendar-content .event .customer,
  .calendar-content .event .notes  {
    font-size: 0.6em;
  }
  .calendar-content .event .title:after {
    content: " ";
  }
}
.calendar-content .category-a {
  color: #1553c1;
}
.calendar-content .category-a:before,
.calendar-content .category-a:after {
  background: #5693ff;
}
.calendar-content .category-b {
  color: #b02a1c;
}
.calendar-content .category-b:before,
.calendar-content .category-b:after {
  background: #f86454;
}
.calendar-content .category-c {
  color: #2d4910;
}
.calendar-content .category-c:before,
.calendar-content .category-c:after {
  background: #6dc811;
}
.calendar-content .category-d {
  color: #61540b;
}
.calendar-content .category-d:before,
.calendar-content .category-d:after {
  background: #ebc600;
}
.calendar-content .category-e {
  color: #81590e;
}
.calendar-content .category-e:before,
.calendar-content .category-e:after {
  background: #ffab0f;
}
.calendar-content .category-f {
  color: #721bbe;
}
.calendar-content .category-f:before,
.calendar-content .category-f:after {
  background: #b15efb;
}
.calendar-content .event:hover,
.calendar-content .event.active,
.calendar-content .event-group:hover .event,
.calendar-content .event-group.active .event {
  color: #fff;
  z-index: 10;
}
.calendar-content .event:hover:after,
.calendar-content .event.active:after,
.calendar-content .event-group:hover .event:after,
.calendar-content .event-group.active .event:after{
  opacity: 1;
}
.current-time {
  position: absolute;
  left: -2em;
  right: 0;
  z-index: 2;
  border-top: 1px solid #ff3c27;
}
.current-time .time {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff3c27;
  font-size: 0.7em;
  background: rgba(211, 215, 221, 1);
  padding: 0.2em;
}
.calendar-date-picker {
  max-width: 20em;
  margin: 0 auto;
}
.calendar-add-appointment-time .datepicker {
  margin-bottom: 2em;
}
.calendar-add-appointment-service {
  border: 1px solid rgba(0,0,0,0.1);
  position: relative;
}
.calendar-add-appointment-service .services-navigator {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .calendar-add-appointment-service {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-left: -1em;
    margin-right: -1em;
  }
  .calendar-add-appointment-service .services-navigator {
    position: static;
    width: auto;
  }
}

.calendar-wrapper.high-contrast .calendar-content .column {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.4);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.4);
}

.calendar-wrapper.high-contrast .calendar-content .block {
  background: rgba(0, 60, 60, .1);
  -webkit-box-shadow: inset 0 1px 0 rgba(0,60,60,.2);
  box-shadow: inset 0 1px 0 rgba(0,60,60,.2);

  /*background: rgba(223, 227, 233, .5);*/
  /*-webkit-box-shadow: inset 0 1px 0 rgba(223, 227, 233, 1);*/
  /*box-shadow: inset 0 1px 0 rgba(223, 227, 233, 1);*/
}

.calendar-wrapper.high-contrast .calendar-content .hours {
  background: rgb(215, 219, 225);
}
.calendar-wrapper.high-contrast .calendar-content .hour {
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.6);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.6);
}

.calendar-wrapper.high-contrast .calendar-header .today {
  background: rgba(247, 164, 15, 0.3);
}
.calendar-wrapper.high-contrast .calendar-header .cabine {
  background-color: #eab8ab;
}

.calendar-wrapper.high-contrast .calendar-wrapper .day {
  border-right: 2px solid rgba(0,0,0,0.4);
}
.calendar-wrapper.high-contrast .calendar-header {
  background: rgb(215, 219, 225);
}

.calendar-wrapper.high-contrast .calendar-content .block.available:hover {
  background-color: rgba(236,240,246,0.5);
}
.calendar-wrapper.high-contrast .calendar-content .block:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calendar-wrapper.high-contrast .calendar-content .block.available {
  background: none;
}
.calendar-wrapper.high-contrast .calendar-content .block.holiday {
  background: rgba(235, 198, 0, .6);
}
.calendar-wrapper.high-contrast .calendar-content .event:after {
  opacity: 0.5;
}

.calendar-wrapper.high-contrast .calendar-content .event:hover:after,
.calendar-wrapper.high-contrast .calendar-content .event.active:after,
.calendar-wrapper.high-contrast .calendar-content .event-group:hover .event:after,
.calendar-wrapper.high-contrast .calendar-content .event-group.active .event:after{
    opacity: 1;
}

.customers-list .customers-list-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.customers-list .divider {
  font-size: 1rem;
  margin: 0 1em 0.5em;
  padding: 0.5em 0 0.3em;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.customers-list .customer {
  font-size: 1rem;
  display: block;
  color: #232934;
}
.customers-list .customer span {
  display: block;
  padding: 0.4em 0 0.4em 2.5em;
  margin-right: 3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .customers-list .customer span {
    padding-left: 1em;
  }
}
.customers-list .customer:hover {
  background: rgba(0,0,0,0.05);
}
.customers-list .selected,
.customers-list .selected:hover {
  color: #fff;
  background: #2164db;
}
.customer-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.customer-layout .customer-sidebar {
  -webkit-flex-basis: 10em;
  -ms-flex-basis: 10em;
  flex-basis: 10em;
  text-align: center;
  margin-right: 3.5em;
  white-space: nowrap;
}
@media (max-width: 1299px) {
  .customer-layout .customer-sidebar {
    margin-right: 2em;
  }
}
@media (max-width: 599px) {
  .customer-layout {
    padding-left: 0;
  }
  .customer-layout .customer-sidebar {
    margin-right: 1em;
  }
}
.customer-layout .avatar {
  width: 8em;
  height: 8em;
  border-radius: 50%;
  margin: 0 0 2em;
}
@media (max-width: 599px) {
  .customer-layout .avatar {
    width: 7em;
    height: 7em;
  }
}
.customer-layout .avatar-edit {
  position: relative;
  display: block;
}
.customer-layout .avatar-edit .avatar{
  position: relative;
  display: block;
}
.customer-layout .avatar-edit span{
  position: absolute;
  left: 0;
  width: 8em;
  text-align: center;
  top: 0;
  display: none;
  line-height: 8em;
}
.customer-layout .avatar-edit:hover .avatar {
  opacity: .3;
}
.customer-layout .avatar-edit:hover span {
  display: inline-block;
}
.customer-layout .tab-list {
  text-align: left;
}
.customer-layout .tab-list a {
  display: block;
  padding: 0.6em 0.8em;
}
.customer-layout .tab-list .selected {
  background: rgba(33,100,219,0.05);
  border-radius: 99px;
}
@media (max-width: 599px) {
  .customer-layout .tab-list .selected {
    border-radius: 0 99px 99px 0;
  }
}
.customer-layout .tab-list .icon {
  margin: 0 0.3em 0 0;
}
.customer-layout .delete {
  color: #d24444;
}
.customer-layout .warning {
  color: #fbb03b;
}
.customer-layout .status-message.warning {
  color: #ffffff;
}

.customer-layout .delete.selected {
  background: rgba(210,68,68,0.05);
}
.customer-layout .warning.selected {
  background: rgba(251, 176, 59, 0.05);
}
.customer-layout .customer-container {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.customer-layout .name {
  font-size: 2em;
  font-weight: 300;
  margin: 0.5em 0 1em;
}

.customer-layout .product-list {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.15);
}

.customer-layout .product-list .name {
  font-size: inherit;
}

.customer-layout .product-list .product {
  -webkit-flex-basis: 33.3333%;
  -ms-flex-basis: 33.3333%;
  flex-basis: 33.3333%;
}

@media (max-width: 1023px) {
  .customer-layout .product-list .product {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}

.customer-layout .customer-card .avatar {
  height: auto;
}

.customer-layout .customer-card .name {
  font-size: 1.125em;
}

.customer-search {
  margin: 0 0 1em;
  position: relative;
}
.customer-search > .icon {
  position: absolute;
  left: 0.7em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.customer-search .customer-search-input,
.customer-search .customer-search-input:focus {
  outline: none;
  width: 100%;
  padding: 0.5em 0.5em 0.5em 2em;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
}
.customer-search .customer-search-results {
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 18em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.customer-search .customer-card {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  min-height: 3.4em;
}
.customer-search .customer-card:last-child {
  border: 0;
}
.customer-card {
  display: block;
  position: relative;
  padding: 0.6em 0.4em 0.6em 3.4em;
  min-height: 4.4em;
  color: #232934;
  text-align: left;
}
.customer-card:hover {
  background: #ecf0f6;
}
.customer-card .avatar {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 2.4em;
}
.customer-card .avatar img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 100%;
}
.customer-card .avatar.trusted:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  height: 8px;
  width: 8px;
  background: #fff;
}
.customer-card .avatar.trusted:after {
  content: "\70";
  position: absolute;
  top: -2px;
  right: -2px;
  font-family: "optios";
  font-size: 14px;
  color: #2164db;
}
.customer-card .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 0.3em;
}
.customer-card .address {
  font-size: 0.8em;
  color: rgba(0,0,0,0.3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-list .product {
  -webkit-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,0.1);
  box-shadow: inset -1px -1px 0 rgba(0,0,0,0.1);
}
@media (min-width: 1500px) {
  .product-list .product {
    -webkit-flex-basis: 16.6666%;
    -ms-flex-basis: 16.6666%;
    flex-basis: 16.6666%;
  }
}
@media (max-width: 1199px) {
  .product-list .product {
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
}
@media (max-width: 1023px) {
  .product-list .product {
    -webkit-flex-basis: 33.3333%;
    -ms-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
  }
}
@media (max-width: 479px) {
  .product-list .product {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}

.product {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  color: #232934;
  overflow: hidden;
}
.product:hover {
  background: rgba(0,0,0,0.03);
}
.product.error{
  box-shadow: none;
  border: 1px solid #d24444;
}
.product.warning{
  box-shadow: none;
  border: 1px solid #fbb03b;
}
.product-graphic {
  height: 8em;
  position: relative;
  margin-top: 1px;
}
.product-graphic .icon {
  font-size: 5em;
  color: rgba(0,0,0,0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-graphic img {
  display: block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.product-content {
  padding: 0.6em;
  line-height: 1.2;
}
.product .name {
  font-weight: 600;
  margin: 0 0 0.3em;
}
.product:hover .name {
  color: #2164db;
}
.product .brand {
  font-size: 0.8em;
  margin: 0 0 0.2em;
}
.product .category {
  font-size: 0.8em;
  color: rgba(0,0,0,0.5);
}
.product .price {
  position: absolute;
  right: 0.6em;
  top: 0.6em;
  background: rgba(0,0,0,0.3);
  padding: 0.2em 0.4em;
  border-radius: 99px;
  color: #fff;
  line-height: 1;
  font-size: 0.7em;
}
.product .stock {
  position: absolute;
  left: 0.5em;
  top: 0.6em;
  background: rgba(255,255,255,0.4);
  padding: 0.2em 0.3em;
  border-radius: 99px;
  color: rgba(0,0,0,0.5);
  line-height: 1;
  font-size: 0.6em;
}
.products-add-form .picture-upload-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.module-register.page-index .main-content {
  text-align: center;
}
.module-register.page-index .customer-search {
  display: inline-block;
}
@media (max-width: 1023px) {
  .module-register.page-index .customer-search {
    display: block;
    margin-top: 1em;
  }
}

.register-grid,
.register-grid2,
.register-grid3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5em 0 0;
}
.register-grid .cell,
.register-grid3 .column{
  -webkit-flex-basis: 33.33%;
  -ms-flex-basis: 33.33%;
  flex-basis: 33.33%;
  overflow: hidden;
}
.register-grid2 .column{
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  overflow: hidden;
}
.register-grid3 .column,
.register-grid2 .column {
  padding-right: 1em;
  text-align: left;
  padding-bottom: 1px;
}
@media (max-width: 1023px) {
  .register-grid .cell,
  .register-grid2 .column,
  .register-grid3 .column{
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 479px) {
  .register-grid .cell,
  .register-grid2 .column,
  .register-grid3 .column{
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .register-grid .cell .customer-card,
  .register-grid2 .column .customer-card,
  .register-grid3 .column .customer-card {
    margin-bottom: -1px;
  }
}
.register-grid .customer-card,
.register-grid2 .customer-card,
.register-grid3 .customer-card{
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  margin: 0 0.5em 0.5em 0;
}
.checkout-customer {
  border: 1px solid rgba(0,0,0,0.15);
  margin: 0 0 2em;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.checkout-customer.error {
  border-color: #d24444;
}

.checkout-customer .error-text {
  color: #d24444;
}
.checkout-customer .avatar img {
  display: block;
  height: 4em;
  width: 4em;
  border-radius: 100%;
  margin: 0 1em 0 0;
}
.checkout-customer .details {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.checkout-customer .name {
  font-size: 1.2em;
  padding: 0 0 0.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #232934;
}
.checkout-customer .address {
  color: rgba(0,0,0,0.5);
  padding: 0 0 0.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.checkout-customer .info {
  font-size: 80%;
  color: rgba(0,0,0,0.5);
  margin: .5em 0;
}
.checkout-customer .actions a,
.checkout-customer .actions button {
  white-space: nowrap;
  text-align: right;
  display: inline-block;
  margin: 0 0 .6em;
}
.checkout-customer .details .actions a {
  text-align: left;
}
.checkout-customer .totals {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  text-align: right;
}
.checkout-customer .total {
  font-weight: bold;
  margin: 0 0 0.6em;
  font-size: 1.4em;
}
.checkout-customer .resolution {
  margin: 0 0 1em;
  color: #69d321;
}
.checkout-customer .resolution .entry {
  margin: 0 0 0.5em;
}

.checkout-customer .resolution .entry.destructive {
  color: #d24444;
}

@media (max-width: 599px) {
  .checkout-customer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .8em;
  }
  .checkout-customer .details {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
  .checkout-customers .info,
  .checkout-customer .actions,
  .checkout-customer .totals {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .checkout-customer .totals {
    margin-top: .6em;
    text-align: left;
  }
  .checkout-customer .actions a {
    text-align: left;
    margin: 1em 0 0;
  }
}
.checkout-products-list {
  overflow: auto;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
}
.checkout-products-list table {
  width: 100%;
  table-layout: fixed;
  empty-cells: show;
}
.checkout-products-list tr:nth-child(odd) {
  background: #ecf0f6;
}
.checkout-products-list tr.all {
  border-top: 1px solid #666;
}
.checkout-products-list td {
  padding: 0.6em;
}
@media (max-width: 479px) {
  .checkout-products-list .name {
    width: 10em;
  }
}
.checkout-products-list .price {
  width: 5em;
}
.checkout-products-list .price .currency {
  vertical-align: middle;
}
.checkout-products-list .price .input {
  width: 3em;
  margin: 0;
  text-align: center;
}
.checkout-products-list .edit-price .price,
.checkout-products-list .edit-price .discount {
  cursor: pointer;
  color: #2164db;
}
.checkout-products-list .amount {
  width: 7em;
}
.checkout-products-list .amount .input {
  width: 2em;
  margin: 0 0.3em;
  text-align: center;
}
.checkout-products-list .amount .icon {
  vertical-align: middle;
  cursor: pointer;
}
.checkout-products-list .employee {
  width: 8em;
}
.checkout-products-list .discount {
  width: 5em;
  text-align: right;
}
.checkout-products-list .discount select {
  text-align: right;
  text-align-last: right;
}
.checkout-products-actions {
  padding-top: 1em;
  margin: 0 0 2em;
}
.checkout-products-actions .discount-all {
  float: right;
  margin: 0.5em 0 0;
}
.checkout-products-actions .discount-all .select {
  margin: 0 0.7em;
}
@media (max-width: 599px) {
  .checkout-products-actions .discount-all .label {
    display: none;
  }
}
.receipt-page .checkout-customer {
  border-bottom: 0;
  margin: 0;
  padding: 1em 1em 2em 1em;
}
.receipt-page .checkout-products {
  border: 1px solid rgba(0,0,0,0.15);
  border-top: 0;
  margin-bottom: 2em;
}
.receipt-page .checkout-products-actions {
  padding: 1em;
  margin: 0;
}
.payment-totals {
  border: 1px solid rgba(0,0,0,0.15);
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.payment-totals .extra {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.payment-totals .discount,
.payment-totals .tax {
  margin: 0 0 0.8em;
  color: rgba(0,0,0,0.5);
}
.payment-totals .totals {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  text-align: right;
}
.payment-totals .total {
  font-weight: bold;
  margin: 0 0 0.6em;
  font-size: 1.4em;
}
.payment-totals .resolution {
  margin: 0 0 1em;
  color: #69d321;
}
.payment-totals .resolution .entry {
  margin: 0 0 0.5em;
}
.payment-totals .saldo {
  color: #d24444;
  font-weight: bold;
  font-size: 1.2em;
}
.payment-totals .paid {
  color: #69d321;
  font-weight: bold;
  font-size: 1.2em;
}

.payment-totals .ontab {
  margin-bottom: 1em;
}
.payment-totals .ontab .entry {
  font-size: 1.2em;
}
.payment-totals .ontab a {
  color: #2164db;
  font-size: .8em;
}
.payment-totals .ontab a.destructive {
  color: #d24444;
}

.payment-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.payment-options .payment-option {
  padding: 0.8em 0 1.2em;
  border: 1px solid rgba(0,0,0,0.15);
  border-top: 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.payment-options .payment-option:not(:last-child) {
  border-right-width: 0;
}
.payment-options .payment-option:hover {
  background: #eee;
}
.payment-options .payment-option img {
  width: 4em;
  display: block;
  margin: 0 auto 0.5em;
}
.payment-options .payment-option .label {
  text-align: center;
  white-space: nowrap;
  font-size: 0.9em;
}
.payment-options .payment-option .text {
  text-align: center;
  white-space: nowrap;
  font-size: 0.9em;
  color: #232934;
  margin-top: .5em;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .payment-options {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .payment-options .payment-option {
    -webkit-flex: 0 0 16.667%;
    -ms-flex: 0 0 16.667%;
    flex: 0 0 16.667%;
  }
  .payment-options .payment-option:nth-child(3) {
    border-right-width: 1px;
  }
}
@media (max-width: 1023px) {
  .payment-options {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .payment-options .payment-option {
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
  .payment-options .payment-option:nth-child(3) {
    border-right-width: 1px;
  }
}
.payment-cash {
  color: #40b56f;
}
.payment-bancontact {
  color: #005596;
}
.payment-creditcard {
  color: #fbb03b;
}
.payment-wiretransfer {
  color: #f13f24;
}
.payment-giftcard {
  color: #8262d8;
}
.payment-ontab {
  color: #666;
}
.payment-cheque {
  color: #009688;
}
.payment-dialog {
  text-align: center;
}
.payment-dialog .graphic {
  width: 8em;
  display: block;
  margin: 0 auto 1em;
}
.payment-dialog .dialog-actions {
  text-align: center;
  margin: 2em 0 0;
}
.payment-amount-option {
  display: inline-block;
  position: relative;
  background: currentColor;
  margin: 0 0.5em 0.5em 0;
  border-radius: 5px;
  border: 2px solid;
  cursor: pointer;
}
.payment-amount-option .radio {
  position: absolute;
  opacity: 0;
}
.payment-amount-option .radio:checked + .label {
  background: none;
  color: #fff;
}
.payment-amount-option .label {
  display: inline-block;
  background: #fff;
  font-size: 1.6em;
  padding: 0.6em;
  vertical-align: middle;
  border-radius: 3px;
}
.payment-amount-option.custom .label {
  padding: 0.22em 0.6em;
}
.payment-amount-option.custom .input {
  width: 2.5em;
  color: inherit;
}
.payment-amount-option.custom span {
  vertical-align: middle;
}


.appointment_list, .color_list_item {
	margin-bottom: 1em;
	border: 1px solid #CCC;
	border-radius: 15px;
	padding: 1em 1em;
}
.appointment_list ul li {
	margin-left: 1em;
}
.delete_appointment {
	text-align: center;
	display: block;
}
.appointment_info {
	padding-bottom: 0.5em;
}
.appointment_list ul {
	margin-bottom: 0.5em;
}
.add_color_textarea {
	border: 1px solid #CCC;
	border-radius: 15px;
	width: 100%;
	min-height: 8em;
	margin-bottom: 1em;
	padding: 1em 1em;
}
.textwrapper {
	border:1px solid transparent;
	margin:5px 0;
	padding:3px;
	min-height: 8em;
	margin-bottom: 1em;
}
.hidden {
	display: none;
}

.margin-top-small {
  margin-top: .5em;
}

.margin-top-medium {
  margin-top: 1em;
}

.margin-top-large {
  margin-top: 2em;
}

.margin-bottom-small {
  margin-bottom: .5em;
}

.margin-bottom-medium {
  margin-bottom: 1em;
}

.margin-bottom-large {
  margin-bottom: 2em;
}

.remark-card {
  display: block;
  position: relative;
  padding: .6em .4em .6em .4em;
  min-height: 3.3em;
  color: #232934;
  text-align: left;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  margin-bottom: .5em;
}

.remark-card .text {
  overflow: hidden;
  margin: 0 0 0.3em;
  padding-right: 4em;
}

.remark-card .date {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table.table-minimal th,
.table.table-minimal td {
  padding: .25rem;
}

.table th,
.table td {
  vertical-align: bottom;
  padding: .75rem;
  border-top: 1px solid #ececec;
}

.table.table-valign-center th,
.table.table-valign-center td {
  vertical-align: middle;
}

.table.table-valign-top th,
.table.table-valign-top td {
  vertical-align: top;
}

.table thead th {
  border-bottom: 2px solid #eceeef;
  text-align: left;
}

.table thead th.text-right {
  text-align: right;
}

.table thead th.text-center {
  text-align: center;
}

.table:not(.not-striped) tbody > tr:nth-of-type(odd),
.table tbody > tr.odd
{
  background-color: #ecf0f6;
}

.table .separator th,
.table .separator td,
.table .seperator th,
.table .seperator td{
  border-bottom: 1px solid #333;
}

.table .separator-top th,
.table .separator-top td,
.table .seperator-top th,
.table .seperator-top td {
  border-top: 1px solid #333;
}

.table .separator-light th,
.table .separator-light td,
.table .seperator-light th,
.table .seperator-light td{
  border-bottom: 1px solid #999;
}

.table .separator-light-top th,
.table .separator-light-top td,
.table .seperator-light-top th,
.table .seperator-light-top td {
  border-top: 1px solid #999;
}

a.destructive,
button.destructive {
  color: #d24444;
}

small {
  font-size: .7em;
  opacity: .7;
}

.dropdown-icons {
  line-height: 2em;
}

.dropdown-icons .icon {
  padding: .3em .4em;
  border-radius: 3px;
  cursor: pointer;
}

.dropdown-icons .icon.selected {
  background-color: #2164db;
  color: white;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-success {
  color: #69d321;
}
.text-destructive,
.text-danger {
  color: #d24444;
}
.text-info {
  color: #2164db;
}
.text-warning {
  color: #fbb03b;
}
.line {
  margin: 1em 0em 1em 0em;
  border: 1px solid #CCC;
}
button.no-style, button.a-style {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: auto;
  display: inline;
  inline-size: auto;
  perspective-origin: 0px 0px;
  text-align: left;
  transform-origin: 0px 0px;
  vertical-align: baseline;
}

button.a-style {
  color: #2164db;
}


.register-check-options {
  border: 1px solid rgba(0,0,0,0.15);
  border-right: 0;
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.register-check-options .register-check-option {
  padding: .5em;
  align-items: center;
  border-right: 1px solid rgba(0,0,0,0.15);
  -webkit-flex: 0 0 16.6667%;
  -ms-flex: 0 0 16.6667%;
  flex: 0 0 16.6667%;
}

.register-check-option img {
  width: 4em;
  height: 4em;
  margin: 0 auto .5em auto;
  display: block;
}

.register-check-option .label {
  flex-grow: 1;
  text-align: center;
  /*vertical-align: middle;*/
}

.register-check-option .label span {
  color: #000000;
  display: block;
  margin-top: .5em;
}

@media (max-width: 1023px) {
  .register-check-options {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .register-check-options .register-check-option {
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
}

.register-check-bills {
  border-left: 1px solid rgba(0,0,0,0.15);
  border-top: 1px solid rgba(0,0,0,0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.register-check-bills .register-check-bill {
  border-right: 1px solid rgba(0,0,0,0.15);
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-align: center;
}

.register-check-bills .register-check-bill img {
  width: 4em;
  height: 4em;
}


.register-check-bills .register-check-bill input {
  width: 90%;
  border: 1px solid rgba(0,0,0,0.15);
  padding: 0 .5em;
  margin-bottom: .5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.form-image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1);
  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1);
}
.form-image-grid .form-image {
  -webkit-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,0.1);
  box-shadow: inset -1px -1px 0 rgba(0,0,0,0.1);
  cursor: pointer;
  padding: .5em;
}
.form-image-grid .form-image.active {
  background-color: #2164db;
}
.form-image-grid .form-image img {
  width: 100%;
}

@media (max-width: 1199px) {
  .form-image-grid .form-image {
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
}
@media (max-width: 1023px) {
  .form-image-grid .form-image {
    -webkit-flex-basis: 33.3333%;
    -ms-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
  }
}
@media (max-width: 479px) {
  .form-image-grid .form-image {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}

.form-icon {
  float: left;
  margin-right: 1.5em;
  margin-top: .5em;
  opacity: .3;
  curor: pointer;
}

.form-icon.active {
  opacity: 1;
}

.form-icon .icon-fa.major {
  font-size: .5em;
}

.form-icon .icon-fa.major:before {
  font-size: 18px;
}

.form-color {
  width: 1.6em;
  height: 1.6em;
  float: left;
  margin: .4em;
  cursor: pointer;
}
.form-color.active {
  width: 2em;
  height: 2em;
  margin: .2em;
}

.services-navigator-multiple {
  overflow-x: auto;
  display: flex;
  position: relative;
  padding-bottom: 2em;
}

.services-navigator-multiple .services-navigator {
  min-width: 300px;
}

.services-navigator-multiple .services-navigator .item .label {
  max-width: 220px;
  display: block;
}

.services-navigator .item .actions {
  display: none;
}

.services-navigator .item .icon {
  line-height: 3.75em;
  padding-right: .8em;
  padding-left: .8em;
  right: 0;
}

.services-navigator .actions .icon {
  position: static;
  padding-left: 0;
  line-height: normal;
}

.services-navigator .item.open {
  padding-top: 1.325em;
  padding-bottom: 1.15em;
}

.services-navigator .item.open > .icon {
  color: #333;
}

.services-navigator .item.open .label {
  display: none;
}

.services-navigator .item.open .actions {
  display: block;
}

.services-navigator .item.active a {
  color: #fff;
}

.activity-search {
  margin: 0 0 1em;
  position: relative;
}
.activity-search > .icon {
  position: absolute;
  left: 0.7em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.activity-search .activity-search-input {
  width: 100%;
  padding: 0.5em 0.5em 0.5em 2em;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
}
.activity-search .activity-search-input:focus {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
}
.activity-search .activity-search-results {
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 18em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.activity-search .activity-card {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  min-height: 3.4em;
}
.activity-search .activity-card:last-child {
  border: 0;
}
.activity-card-list {

}
.activity-card-list .activity-card {
  border-bottom: 1px solid #E5E5E5;
  min-height: 3.4em;
}

/*garphicstyle="position: absolute; left: 0; top: 0; height: 3.75em; width: 3.75em;"*/
.activity-card {
  display: block;
  position: relative;
  padding: 0.6em 0.4em 0.6em 3.9em;
  min-height: 3.5em;
  color: #232934;
  text-align: left;
}
.activity-card:hover {
  background: #ECF0F6;
}
.activity-card .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: auto;
  margin: 0;
  border-radius: 0;
}
.activity-card .avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.activity-card .avatar.trusted:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  height: 8px;
  width: 8px;
  background: #fff;
}
.activity-card .avatar.trusted:after {
  content: "\70";
  position: absolute;
  top: -2px;
  right: -2px;
  font-family: "optios";
  font-size: 14px;
  color: #2164db;
}
.activity-card .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 0.3em;
  font-size: inherit;
}
.activity-card .address {
  font-size: 0.8em;
  color: rgba(0,0,0,0.3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.activity-card .actions {
  position: absolute;
  right: .5em;
  top: 1.2em;
}

.user-grid {
  margin-bottom: 1em;
}

.user-grid .customer-card {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  margin-bottom: .5em;
  max-width: 500px;
}

.user-grid .customer-card .actions {
  position: absolute;
  right: 1em;
  top: 1em;
}

.blocked-category-card {
  position:relative;
  min-height: 3em;
  padding: .5em;
  padding-left: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.blocked-category-card .graphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 3em;
  height: 3em;
}

.blocked-category-card .info {
  flex-grow: 1;
}

.blocked-category-card .category-name {
  display: block;
}

.blocked-category-card .duration {
  font-size: 80%;
  color: rgba(0,0,0,0.3);
}

.blocked-category-list {
  margin-bottom: 1em;
}

.daterange-card {
  display: flex;
  margin-bottom: 1em;
}

.daterange-card .from {
  margin-right: 1em;
}

.daterange-card .actions {
  margin-left: 1em;
  padding-top: .8em;
}

.daterange-card .label {
  font-size: .8em;
  color: rgba(0,0,0,0.3);
}

.appointment-card {
  display: block;
  position: relative;
  padding: .6em .4em .6em .4em;
  min-height: 3.3em;
  color: #232934;
  text-align: left;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  margin-bottom: .5em;
}

.appointment-card .appointment-card-date {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 0.3em;
}

.appointment-card .appointment-card-description {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.appointment-card .appointment-card-actions {
  margin-top: .3em;
  font-size: .8em;
}

.or-divider {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  margin-bottom: 1em;
}

.or-divider span {
  background-color: white;
  padding: 0 .5em;
  position: relative;
  top: .5em;
  left: 45%;
}

.form-avatar-image-grid .form-avatar-image {
  display: inline-block;
  opacity: .3;
  margin-right: 1em;
}
.form-avatar-image-grid .form-avatar-image.active {
  opacity: 1;
}
.form-avatar-image-grid .form-avatar-image img{
  border-radius: 100%;
}

.register-card {
  display: block;
  position: relative;
  padding: .6em .4em .6em .4em;
  min-height: 3.3em;
  color: #232934;
  text-align: left;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  margin-bottom: .5em;
  max-width: 30em;
}

.register-card .label {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.register-card .text{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 0.3em;
}

.register-card .actions {
  position: absolute;
  right: .5em;
  top: 1.4em;
}

.payment-type-input {
  max-width: 30em;
}

.payment-type-input img {
  width: 4em;
  height: 4em;
  padding: .5em;
}

.payment-type-input .text {
  vertical-align: middle;
  padding: .5em .5em .5em 1em;
  line-height: 3em;
  flex-grow: 1;
}

.payment-type-input input:checked ~ img {
  border-left: .1em solid #2164db;
  border-top: .1em solid #2164db;
  border-bottom: .1em solid #2164db;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.payment-type-input input:checked ~ .text {
  border-right: .1em solid #2164db;
  border-top: .1em solid #2164db;
  border-bottom: .1em solid #2164db;
  line-height: 2.8em;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.tab-card {
  display: block;
  position: relative;
  padding: 0.6em 0.4em 0.6em 3.4em;
  min-height: 4.4em;
  color: #232934;
  text-align: left;
}
.tab-card:hover {
  background: #ecf0f6;
}
.tab-card .avatar {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 2.4em;
}
.tab-card .avatar img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 100%;
}
.tab-card .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 0.3em;
}
.tab-card .amount {
  font-size: 0.8em;
  color: rgba(0,0,0,0.3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tab-card a {
  font-size: .8em;
}

.report-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.report-container-chart {
  text-align: center;
}

.report-container-chart canvas {
  max-width: 300px;
  display: inline-block
}

.report-container-data,
.report-container-chart {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

@media (max-width: 610px) {
  .report-container {
    display: block
  }
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;

  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

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

td > .spinner {
  margin: auto;
  width: 1em;
  height: 1em;
}

.brand-card {
  display: block;
  position: relative;
  padding: .6em .4em .6em .4em;
  min-height: 3.3em;
  color: #232934;
  text-align: left;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  margin-bottom: .5em;
  max-width: 30em;
  font-size: 16px;
}

.brand-card .info {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.brand-card .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 0.3em;
  font-size: 1.2em;
}

.brand-card .actions {
  position: absolute;
  right: .5em;
  top: 1.4em;
}

td > .input {
  width: 2em;
  margin: 0 0.3em;
  text-align: center;
}

td > .input.text-right {
  text-align: right;
}

td > .input.text-left {
  text-align: left;
}

.horizonal-product {
  display: flex;
}

.horizonal-product .graphic {
  width: 5em;
  margin-right: 1em;
}

.horizonal-product .graphic img {
  width: 100%;
}

.horizonal-product .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.horizonal-product .name {
  font-weight: 600;
}

.horizonal-product .brand {
  font-size: 0.8em;
}

.horizonal-product .category {
  font-size: 0.8em;
  color: rgba(0,0,0,0.5);
}

dl dt {
  color: rgba(0,0,0,0.5);
}

dl dd {
  margin-bottom: .7em;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.button-dropdown {
  position: relative;
}

.button-dropdown .dropdown-list {
  display: none;
  font-size: .8em;
  z-index: 1;
  background-color: white;
  border: 2px solid #2164db;
  border-radius: 15px;
  text-align: left;
}

.button-dropdown .dropdown-list li {
  padding: .8em .8em .8em 1.1em;
  border-bottom: 1px solid #2164db;
  color: #2164db;
  white-space: nowrap;
}

.button-dropdown .dropdown-list li.destructive {
  color: #d24444;
}

.button-dropdown .dropdown-list li.destructive:hover {
  background-color: #d24444;
}

.button-dropdown .dropdown-list li:hover {
  background-color: #2164db;
  color: white;
}

.button-dropdown .dropdown-list li:first-child {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.button-dropdown .dropdown-list li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

.button-dropdown:hover .dropdown-list,
.button-dropdown.active .dropdown-list {
  display: block;
  position: absolute;
  top: 3em;
  left: 0;
}

.quill {
  width: 100%;
  margin-bottom: 48px;
}

.checkbox-button-icons.button {
  display: inline-block;
}

.checkbox-button-icons input {
  display: none;
}

.checkbox-button-icons input:checked ~ .checked {
  display:block;
}

.checkbox-button-icons input:checked ~ :not(.checked) {
  display: none;
}

.checkbox-button-icons input:not(:checked) ~ .checked {
  display:none;
}

.checkbox-button-icons input:not(:checked) ~ :not(.checked) {
  display: block;
}

.list-ul {
  list-style: disc;
  margin-left: 1em;
}

.list-ul li {
  margin-bottom: 1em;
}

.loyaltycard-card {
  display: block;
  position: relative;
  padding: .6em .4em .6em .4em;
  min-height: 3.3em;
  color: #232934;
  text-align: left;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  margin-bottom: .5em;
  max-width: 30em;
  font-size: 16px;
}

.loyaltycard-card.furfilled {
  border-color: #69d321;
  -webkit-box-shadow: inset 0 0 0 1px rgba(105, 211, 33, .5);
  box-shadow: inset 0 0 0 1px rgba(105, 211, 33, .5);
}

.loyaltycard-card.expired {
  border-color: #d24444;
  -webkit-box-shadow: inset 0 0 0 1px rgba(210, 68, 68, .5);
  box-shadow: inset 0 0 0 1px rgba(210, 68, 68, .5);
}

.loyaltycard-card.open {
  border-color: #00a2c2;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 162, 194, .5);
  box-shadow: inset 0 0 0 1px rgba(0, 162, 194, .5);
}

.loyaltycard-card .info {
  font-size: 0.8em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.loyaltycard-card .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 1.2em;
  padding: .75rem;
}

.loyaltycard-card .actions {
  position: absolute;
  right: .5em;
  top: 1.3em;
}

.loyaltycard-card .table tbody tr:nth-of-type(odd) {
  background: none;
}

.loyaltycard-card .table tbody tr:first-child td,
.loyaltycard-card .table tbody tr:first-child th {
  border: 0;
}

.punchclock-card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}

.punchclock-card {
  text-align: center;
  width: 12em;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}

.punchclock-card .avatar {
  width: 8em;
  height: 8em;
  border-radius: 50%;
  margin-bottom: 1em;
}

.punchclock-card .name {
  text-wrap: none;
  text-overflow: ellipsis;
}

.punchclock-card .info {
  margin: .3em 0;
}

.punchclock-card .info .label {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.3);
}

.punchclock-card .info .text {

}

.table-punchclock .avatar {
  width: 2em;
  height: 2em;
  border-radius: 50%;
}

.table-punchclock .time-label {
  min-width: 4.5em;
  display: inline-block;
}

.subscription-card {
  display: block;
  position: relative;
  padding: .6em .4em .6em .4em;
  min-height: 3.3em;
  color: #232934;
  text-align: left;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  margin-bottom: .5em;
  max-width: 30em;
  font-size: 16px;
}

.subscription-card .info {
  font-size: 0.8em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: .75rem;
}

.subscription-card .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 1.2em;
  padding: .75rem;
}

.subscription-card .table {
  margin: .75em 0;
}

.subscription-card .table td:first-child {
  padding: 0 .75em;
}

.wizard li {
  background-color: rgba(0, 0, 0, 0.5);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  float: left;
  margin: 0 2em;
  text-align: center;
  line-height: 2em;
  position: relative;
  color: white;
  -webkit-box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.2);
  box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.2);
}

.wizard li > span {
  position: absolute;
  top: 2.5em;
  width: 7em;
  color: darkgray;
  left: -2.5em;
  color: rgba(0, 0, 0, 0.5);
}


.wizard li.completed {
  background-color: #69d321;

}

.wizard li.active {
  background-color: #2164db;
}

@media (max-width: 599px) {
  .wizard {
    display: none;
  }
}