@charset "UTF-8";

:root {
  /*--color-main: #e2a53b;*/
  /*--color-hover: #ca953a;*/
  /*--color-stripe: #4d412e;*/
  /*--color-header: #e6ddce;*/
  /*--color-grid: #f9edd8;*/
  /*--color-selected: #fcf6eb;*/

  --color-main: #040486;
  --color-stripe: #03004F;
  --color-hover: var(--color-stripe);
  --color-header: #F2F6FB;
  --color-grid: #EAF1F9;
  --color-selected: #E2EBF6;
  --color-text: #273138;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, .dashboard-grid-container table.dashboard-grid td, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, .dashboard-grid-container table.dashboard-grid td, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/***************** Old variables ***************\
*                                               *
*  $color-main-header               : #f7f7f9;  *
*  $color-main-footer               : #e4e4e4;  *
*  $border-color-input              : #2eab60;  *
*  $business-color-gray             : #e3e3e3;  *
*  $business-color-sub-menu         : #9f9f9f;  *
*  $business-color-menu-side        : var(--color-text);  *
*  $business-color-menu-slide       : #b4b5b4;  *
*  $business-color-default-text     : #969696;  *
*  $background-color-button         : #2eab60;  *
*  $background-color-font-gray      : #7f7f7f;  *
*  $background-color-action-bar     : #e6e6e5;  *
*  $background-color-aba-context    : #4d4d4d;  *
*  $business-btn-color-base         : #444444;  *
*  $business-btn-background-base    : #cccccc;  *
*  $business-btn-background-primary : #0068b4;  *
*  $business-btn-background-success : #009835;  *
*  $business-btn-background-error   : #cc0000;  *
*  $business-btn-background-warning : #f28e00;  *
*                                               *
\***********************************************/
@-webkit-keyframes loadingrotate {
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes loadingrotate {
  to {
    transform: rotate(360deg);
  }
}
@-ms-keyframes loadingrotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loadingrotate {
  to {
    transform: rotate(360deg);
  }
}
*:not(input):not(textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.zh-inactive {
  opacity: 0.7;
}

/***************** Old variables ***************\
*                                               *
*  $color-main-header               : #f7f7f9;  *
*  $color-main-footer               : #e4e4e4;  *
*  $border-color-input              : #2eab60;  *
*  $business-color-gray             : #e3e3e3;  *
*  $business-color-sub-menu         : #9f9f9f;  *
*  $business-color-menu-side        : var(--color-text);  *
*  $business-color-menu-slide       : #b4b5b4;  *
*  $business-color-default-text     : #969696;  *
*  $background-color-button         : #2eab60;  *
*  $background-color-font-gray      : #7f7f7f;  *
*  $background-color-action-bar     : #e6e6e5;  *
*  $background-color-aba-context    : #4d4d4d;  *
*  $business-btn-color-base         : #444444;  *
*  $business-btn-background-base    : #cccccc;  *
*  $business-btn-background-primary : #0068b4;  *
*  $business-btn-background-success : #009835;  *
*  $business-btn-background-error   : #cc0000;  *
*  $business-btn-background-warning : #f28e00;  *
*                                               *
\***********************************************/
/* For the "inset" look only */
/* Let's get this party started */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-hover);
}

@media only screen and (min-device-width: 1200px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
}



div .checkbox-pencil {
  float: none;
  vertical-align: top;
  margin-top: 2px;
}

.period-dates {
  max-width: 420px;
  margin: 0 auto 20px auto;
  position: relative;
  display: block;
  padding-right: 50px;
  font-size: 0;
  white-space: nowrap;
}
.period-dates .date {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 50px;
}
.period-dates .date + .date {
  border-left: 1px solid #ccc;
}
.period-dates .date .date-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 16px;
}
.period-dates .date .date-wrapper label {
  display: block;
  color: var(--color-text);
  text-align: left;
}
.period-dates .date .date-wrapper .value {
  display: block;
  color: #999;
  text-align: left;
}
.period-dates .date.active .value {
  color: var(--color-main);
}
.period-dates .date.active .value::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  background-color: var(--color-main);
}
.period-dates .action {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: var(--color-main);
}
.period-dates .action svg {
  margin-top: -2px;
  margin-left: -2px;
}

.zh-calendar-widget .calendar-navigation {
  margin: 0 auto 12px auto;
  max-width: 420px;
}
.zh-calendar-widget .calendar-navigation header {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.zh-calendar-widget .calendar-navigation header .calendar-heading {
  display: block;
  height: 40px;
  margin: 0;
  padding: 0 30px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
}
@media only screen and (min-device-width: 1200px) {
  .zh-calendar-widget .calendar-navigation header .calendar-heading {
    height: 32px;
    line-height: 32px;
  }
}
.zh-calendar-widget .calendar-navigation header .arrow-left,
.zh-calendar-widget .calendar-navigation header .arrow-right {
  height: auto;
  padding: 10px 0;
  position: absolute;
  top: 0;
}
.zh-calendar-widget .calendar-navigation header .arrow-left svg *,
.zh-calendar-widget .calendar-navigation header .arrow-right svg * {
  fill: var(--color-main);
}
.zh-calendar-widget .calendar-navigation header .arrow-left {
  left: 1px;
}
.zh-calendar-widget .calendar-navigation header .arrow-right {
  right: 0;
}
.zh-calendar-widget .calendar-navigation .week-days {
  display: block;
  margin: 0;
  padding: 5px 0;
  box-sizing: border-box;
  font-size: 0;
  white-space: nowrap;
  /**
   * When the user navigates through months or years the week days bar should not be visible.
   * This configurates its hiding animation.
   */
  height: 20px;
  overflow: hidden;
  transition: all ease 400ms;
}
.zh-calendar-widget .calendar-navigation .week-days.shrink {
  height: 0;
  padding: 0;
}
.zh-calendar-widget .calendar-navigation .week-days .day {
  display: inline-block;
  width: 14.28571%;
  min-width: 40px;
  max-width: 60px;
  color: var(--color-text);
  font-size: 12px;
  text-align: center;
}
.zh-calendar-widget .calendar-navigation .week-days .day.highlighted {
  color: var(--color-main);
}

.calendar {
  margin: 0 auto 12px auto;
  max-width: 420px;
}
.calendar .day.grid .week {
  font-size: 0;
  white-space: nowrap;
}
.calendar .day.grid .week .day {
  position: relative;
  display: inline-block;
  width: 14.28571%;
  min-width: 40px;
  max-width: 60px;
  color: var(--color-text);
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
}
.calendar .day.grid .week .day::before {
  /**
   * Here we use the attr() function to get the translated
   * text that indicates the current day on the user's language.
   */
  content: attr(data-today-text);
  visibility: hidden;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 10px;
}
.calendar .day.grid .week .day::after {
  /**
   * This trick is used so we can keep the square proportion of the day <div>
   * More info on: http://bit.ly/1n67QAO
   */
  content: "";
  display: block;
  padding-top: 100%;
}
.calendar .day.grid .week .day .content {
  /**
   * To keep the the proportion trick,
   * More info on: http://bit.ly/1n67QAO
   */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.calendar .day.grid .week .day .content::after {
  /**
   * This pseudo-element is used to indicate that the current day has events.
   */
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin: 0 auto;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-radius: 4px;
  background-color: currentColor;
  visibility: hidden;
}
.calendar .day.grid .week .day.today {
  color: var(--color-main);
}
.calendar .day.grid .week .day.selected {
  color: #ffffff;
  background-color: var(--color-stripe);
}
.calendar .day.grid .week .day.disabled {
  color: #cccccc;
  background-color: #f8f8f8;
}
.calendar .day.grid .week .day.next-month, .calendar .day.grid .week .day.previous-month {
  color: #cccccc;
}
.calendar .day.grid .week .day.today::before {
  visibility: visible;
}
.calendar .day.grid .week .day.has-events .content::after {
  visibility: visible;
}
.calendar .month.grid .month-row,
.calendar .month.grid .year-row,
.calendar .year.grid .month-row,
.calendar .year.grid .year-row {
  font-size: 0;
  white-space: nowrap;
}
.calendar .month.grid .month-row .month,
.calendar .month.grid .month-row .year,
.calendar .month.grid .year-row .month,
.calendar .month.grid .year-row .year,
.calendar .year.grid .month-row .month,
.calendar .year.grid .month-row .year,
.calendar .year.grid .year-row .month,
.calendar .year.grid .year-row .year {
  position: relative;
  display: inline-block;
  width: 25%;
  min-width: 70px;
  max-width: 105px;
  color: var(--color-text);
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
}
.calendar .month.grid .month-row .month::after,
.calendar .month.grid .month-row .year::after,
.calendar .month.grid .year-row .month::after,
.calendar .month.grid .year-row .year::after,
.calendar .year.grid .month-row .month::after,
.calendar .year.grid .month-row .year::after,
.calendar .year.grid .year-row .month::after,
.calendar .year.grid .year-row .year::after {
  /**
   * This trick is used so we can keep the proportion of 7:8 on the month <div>
   * This is needed so we can keep the calendar size in different views.
   * More info on: http://bit.ly/1n67QAO
   */
  content: "";
  display: block;
  padding-top: 114.285714%;
}
.calendar .month.grid .month-row .month .content,
.calendar .month.grid .month-row .year .content,
.calendar .month.grid .year-row .month .content,
.calendar .month.grid .year-row .year .content,
.calendar .year.grid .month-row .month .content,
.calendar .year.grid .month-row .year .content,
.calendar .year.grid .year-row .month .content,
.calendar .year.grid .year-row .year .content {
  /**
   * To keep the the proportion trick,
   * More info on: http://bit.ly/1n67QAO
   */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.calendar .month.grid .month-row .month.selected,
.calendar .month.grid .month-row .year.selected,
.calendar .month.grid .year-row .month.selected,
.calendar .month.grid .year-row .year.selected,
.calendar .year.grid .month-row .month.selected,
.calendar .year.grid .month-row .year.selected,
.calendar .year.grid .year-row .month.selected,
.calendar .year.grid .year-row .year.selected {
  color: #ffffff;
  background-color: var(--color-stripe);
}
.calendar .month.grid .month-row .month.disabled,
.calendar .month.grid .month-row .year.disabled,
.calendar .month.grid .year-row .month.disabled,
.calendar .month.grid .year-row .year.disabled,
.calendar .year.grid .month-row .month.disabled,
.calendar .year.grid .month-row .year.disabled,
.calendar .year.grid .year-row .month.disabled,
.calendar .year.grid .year-row .year.disabled {
  color: #cccccc;
  background-color: #f8f8f8;
}
.calendar .month.grid .month-row .month.last-decade, .calendar .month.grid .month-row .month.next-decade,
.calendar .month.grid .month-row .year.last-decade,
.calendar .month.grid .month-row .year.next-decade,
.calendar .month.grid .year-row .month.last-decade,
.calendar .month.grid .year-row .month.next-decade,
.calendar .month.grid .year-row .year.last-decade,
.calendar .month.grid .year-row .year.next-decade,
.calendar .year.grid .month-row .month.last-decade,
.calendar .year.grid .month-row .month.next-decade,
.calendar .year.grid .month-row .year.last-decade,
.calendar .year.grid .month-row .year.next-decade,
.calendar .year.grid .year-row .month.last-decade,
.calendar .year.grid .year-row .month.next-decade,
.calendar .year.grid .year-row .year.last-decade,
.calendar .year.grid .year-row .year.next-decade {
  color: #cccccc;
}

.popup-content .zh-interval-widget .zh-list-container {
  margin: 0 !important;
}

.zh-calendar-input {
  white-space: nowrap;
  content: attr(value);
  font-weight: bold;
  display: inline-block;
  border: none;
  color: var(--color-main) !important;
  outline: none;
  vertical-align: center;
  height: 22px;
}

.old-calendar {
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px;
  font-family: "open_sanslight", sans-serif;
  text-align: center;
  vertical-align: middle;
  background-color: white;
}
.old-calendar nav {
  position: relative;
  width: 100%;
  height: 10%;
  min-height: 30px;
  max-height: 50px;
  padding: 10px 0;
  text-align: left;
  font-size: 1.6em;
  box-sizing: content-box;
}
.old-calendar nav * {
  height: 100%;
  display: inline-block;
  cursor: default;
}
.old-calendar .year-nav,
.old-calendar .month-nav {
  margin-right: 10px;
  position: relative;
  top: 0;
}
.old-calendar button {
  color: var(--color-main);
  border: none;
  outline: none;
  background: none;
  font-family: "open_sanslight", sans-serif;
  font-size: 1.4em;
  padding: 0 5px;
  min-height: 30px;
}
.old-calendar button.today {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 1.2em;
}
.old-calendar .calendar-days {
  width: 100%;
  height: 90%;
  padding: 10px;
  table-layout: fixed;
}
.old-calendar .calendar-days td {
  font-size: 1.6em;
  text-align: center;
  position: relative;
  padding: 10px;
  cursor: default;
  transition: color ease 0.2s, background-color ease 0.5s;
  -webkit-transition: color ease 0.2s, background-color ease 0.5s;
}
.old-calendar .calendar-days td:active {
  background-color: #eeeeee;
}
.old-calendar .calendar-days td.selected {
  background-color: var(--color-main);
  color: white;
}
.old-calendar .calendar-days td:first-child {
  color: var(--color-main);
}
.old-calendar .calendar-days .today {
  color: var(--color-main);
}
.old-calendar .calendar-days .today:before {
  content: attr(data-today-text);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: var(--color-main);
  font-size: .6em;
}
.old-calendar .calendar-days .event:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  margin: 0 auto;
  width: 50%;
  height: 3px;
  background-color: var(--color-main);
}
.old-calendar .calendar-days .last-month,
.old-calendar .calendar-days .next-month {
  color: #aaa !important;
}
.old-calendar .calendar-days .last-month:before,
.old-calendar .calendar-days .next-month:before {
  color: #ccc;
}
.old-calendar .calendar-days .last-month:after,
.old-calendar .calendar-days .next-month:after {
  background-color: #ccc;
}
.old-calendar .calendar-days .today.selected:before {
  color: white !important;
}
.old-calendar .calendar-days .event.selected:after {
  background-color: white;
}
.old-calendar .week-days td {
  font-size: 1.5em;
}
.old-calendar .week-days td:first-child {
  color: var(--color-main);
}
.old-calendar.month-picker button,
.old-calendar.month-picker .calendar-days td {
  font-size: 1.8em;
}
.old-calendar.month-picker nav {
  text-align: center;
  margin-bottom: 0;
}
.old-calendar.month-picker td:first-child {
  color: var(--color-text);
}
.old-calendar.month-picker td:active {
  color: var(--color-main);
  background-color: transparent;
}
.old-calendar.month-picker .year {
  font-size: 1.5em;
  margin: 0 15px;
}

.popup-content .month-picker .year {
  font-size: 1.4em;
}
.popup-content .month-picker .nav {
  margin-bottom: 10px !important;
}

/***************** Old variables ***************\
*                                               *
*  $color-main-header               : #f7f7f9;  *
*  $color-main-footer               : #e4e4e4;  *
*  $border-color-input              : #2eab60;  *
*  $business-color-gray             : #e3e3e3;  *
*  $business-color-sub-menu         : #9f9f9f;  *
*  $business-color-menu-side        : var(--color-text);  *
*  $business-color-menu-slide       : #b4b5b4;  *
*  $business-color-default-text     : #969696;  *
*  $background-color-button         : #2eab60;  *
*  $background-color-font-gray      : #7f7f7f;  *
*  $background-color-action-bar     : #e6e6e5;  *
*  $background-color-aba-context    : #4d4d4d;  *
*  $business-btn-color-base         : #444444;  *
*  $business-btn-background-base    : #cccccc;  *
*  $business-btn-background-primary : #0068b4;  *
*  $business-btn-background-success : #009835;  *
*  $business-btn-background-error   : #cc0000;  *
*  $business-btn-background-warning : #f28e00;  *
*                                               *
\***********************************************/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

body {
  font-size: 62.5%;
  font-family: "open_sanslight", sans-serif;
  line-height: 1.2;
  background: #ffffff;
  overflow: hidden;
  color: var(--color-text);
}

.zh-center-top {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.zh-center-top-parent {
  white-space: nowrap;
}
.zh-center-top-parent:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
  margin-right: -.25em;
}

.zh-center-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.container[zh-scroller], .container[data-zh-scroller] {
  height: auto;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
}

.interval-widget .carousel-child-widget .container[zh-scroller], .container[data-zh-scroller] {
  opacity: 1;
}

.container[zh-fixed] {
  width: 100%;
  top: 50px;
  left: 0px;
  bottom: 50px;
  position: absolute;
  overflow: hidden;
  padding: 0;
}
@media only screen and (min-device-width: 1200px) {
  .container[zh-fixed] {
    top: 40px;
    bottom: 40px;
  }
}

.container[zh-fixed].noHeader {
  top: 0;
}

.container[zh-fixed].noFooter {
  bottom: 0;
}

.container[zh-fixed-bottom] {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 15px;
}

.container.table-list {
  top: 50px !important;
}

.container.table-list.searchList {
  top: 100px !important;
}

.container[zh-popup-fixed] {
  width: 100%;
  height: 40vh;
  height: 40%;
}

.container.form-without-scroller {
  margin: 0;
  padding: 0;
}

.container-fluid {
  padding-right: 12px;
  padding-left: 12px;
}

.zh-row-space {
  margin: 7px 0;
}

.action.icon.plus {
  background-image: url("../../bower_components/assets/icons/plus.png");
}

.action.icon.filter {
  background-image: url("../../bower_components/assets/icons/filter.png");
}

.action.icon.more {
  background-image: url("../../bower_components/assets/icons/more.png");
}

.edit.icon {
  background-position: 0px -86px;
}

.action.icon.back {
  background-image: url("../../bower_components/assets/icons/plus.png");
}

.navbar-green {
  background-color: var(--color-main);
}

#pullUp {
  display: none;
}

#pullUp.flip {
  display: block;
}

.action.icon {
  background-size: cover;
}

.footer-open .zh-menu-never {
  height: 60% !important;
}

.more {
  background-position: 0 0;
}

.action-never li a {
  color: var(--color-text) !important;
}

.zh-menu-never {
  bottom: 0;
  z-index: 1;
  color: var(--color-text) !important;
  position: fixed;
  height: 0  !important;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.footer-open .navbar.navbar-fixed-bottom {
  bottom: 60% !important;
}

.menu-open .zh-menu-never {
  margin-left: 0%;
}

.menu-open .zh-menu-container {
  z-index: 2000;
}

header .navbar {
  z-index: 1000;
}

.menu-open {
  overflow: hidden;
}

.menu-open .something-else {
  left: 0;
  z-index: 2000;
}

.something-else {
  height: 100%;
}

.everything {
  width: 100%;
}

.action {
  cursor: pointer;
}

.more-open .everything, .more-open .everything footer .navbar {
  margin-bottom: 20%;
  width: 100%;
}

.menu-open {
  overflow: hidden;
}

.zh-action {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0;
}

/*.menu-open .something-else{
	left: 0;
}*/
.zh-template-list {
  list-style: none;
  width: 100% !important;
}

.desktop .zh-template-list {
  margin-bottom: 110px;
}

.zh-header label a.active {
  font-size: 2em;
}
@media only screen and (min-device-width: 1200px) {
  .zh-header label a.active {
    font-size: 1.7em;
  }
}

.zh-nopadding-container,
.zh-no-padding {
  padding: 0 0 0 0 !important;
}

.zh-nomargin-container
.zh-no-margin {
  margin: 0 0 0 0 !important;
}

input, textarea, button, select {
  border-radius: 0;
}

input, textarea, button {
  -webkit-appearance: none;
}

.splash {
  background-color: var(--color-main) !important;
}

.zh-question-answers .label_questionary {
  font-size: 1.6em !important;
  margin: 10px 0 !important;
}

a:hover, a:focus {
  color: var(--color-hover);
}

a:focus {
  outline-color: var(--color-hover);
}

:focus {
  outline-color: var(--color-hover);
}

.zh-invisible {
  opacity: 0.7;
}

input::selection, textarea::selection {
  background: var(--color-main);
  color: #ffffff;
}
input::-moz-selection, textarea::-moz-selection {
  background: var(--color-main);
  color: #ffffff;
}

iframe {
  position: absolute;
  width: "100%";
  height: "100%";
}

/* ZH-TITLE-TOOLTIP */
#tooltip-content {
  background-color: var(--color-stripe);
  font-size: 11px;
  line-height: 12px;
  font-family: "open_sanslight", sans-serif;
  color: white;
  position: fixed;
  padding: 2px 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 10000;
  display: none;
}

#menu-tooltip-content {
  background-color: #eee;
  font-size: 12px;
  line-height: 14px;
  font-family: "open_sanslight", sans-serif;
  color: var(--color-stripe);
  position: fixed;
  padding: 2px 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 10000;
  display: none;
}
#menu-tooltip-content:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0px;
  border-color: #eee transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 15px;
}

.zh-icon, .icon-black, .icon-white, [zh-icon], [data-zh-icon] {
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: none;
  float: left;
}
@media only screen and (min-device-width: 1200px) {
  .zh-icon, .icon-black, .icon-white, [zh-icon], [data-zh-icon] {
    height: 32px;
    width: 32px;
  }
}
.zh-icon svg, .icon-black svg, .icon-white svg, [zh-icon] svg, [data-zh-icon] svg {
  -webkit-filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1));
}
@media only screen and (min-device-width: 1200px) {
  .zh-icon svg, .icon-black svg, .icon-white svg, [zh-icon] svg, [data-zh-icon] svg {
    transform: scale(0.8) translate(-6px, -6px);
    -webkit-transform: scale(0.8) translate(-6px, -6px);
  }
}

.zh-icon svg *, .icon-black svg *, .icon-white svg * {
  fill: #ffffff;
}

.zh-icon.zh-icon-no-border svg *, .zh-icon-no-border.icon-black svg *, .zh-icon-no-border.icon-white svg * {
  fill: var(--color-main);
}

.zh-icon.zh-icon-color-black.zh-icon-no-border svg *, .zh-icon-color-black.zh-icon-no-border.icon-black svg *, .zh-icon-color-black.zh-icon-no-border.icon-white svg * {
  fill: #000000;
}

.zh-icon.zh-icon-color-white.zh-icon-no-border svg *, .zh-icon-color-white.zh-icon-no-border.icon-black svg *, .zh-icon-color-white.zh-icon-no-border.icon-white svg * {
  fill: #ffffff;
}

.zh-icon svg > circle, .icon-black svg > circle, .icon-white svg > circle {
  fill: var(--color-main);
}

.zh-icon-color-grey svg > circle {
  fill: #999999 !important;
}

.icon-black {
  background: url("../../images/icons/sprite-zeedhi-black.svg");
}

.icon-white {
  background: url("../../images/icons/sprite-zeedhi-white.svg");
}

.icon-waiter-prev {
  background: url("../../images/icons/seta-esquerda.svg") no-repeat center;
  background-size: 21px 21px;
}

.icon-waiter-next {
  background: url("../../images/icons/seta-direita.svg") no-repeat center;
  background-size: 21px 21px;
}

.no-float-icon {
  float: none !important;
}

.home.icon-black, .home.icon-white, .zh-icon-home {
  background-position: 0px -1920px;
}

.application.icon-black, .application.icon-white, .zh-icon-application {
  background-position: 0px -3080px;
}

.printer.icon-black, .printer.icon-white, .zh-icon-printer {
  background-position: -40px -2360px;
}

.lasts-windows.icon-black, .lasts-windows.icon-white, .zh-icon-lasts-windows {
  background-position: -80px -3040px;
}

.favorites-windows.icon-black, .favorites-windows.icon-white, .zh-icon-favorites-windows {
  background-position: -80px -4160px;
}

.remember.icon-black, .remember.icon-white, .zh-icon-remember {
  background-position: -120px -4880px;
}

.calendar.icon-black, .calendar.icon-white, .zh-icon-calendar {
  background-position: -120px -2360px;
}

.contacts.icon-black, .contacts.icon-white, .zh-icon-contacts {
  background-position: -40px -2320px;
}

.tasks.icon-black, .tasks.icon-white, .zh-icon-tasks {
  background-position: -80px -280px;
}

.back.icon-black, .back.icon-white, .zh-icon-back {
  background-position: -40px -5360px;
}

.next.icon-black, .next.icon-white, .zh-icon-next {
  background-position: 0px -5360px;
}

.previous.icon-black, .previous.icon-white, .zh-icon-previous {
  background-position: -80px -4680px;
}

.filter.icon-black, .filter.icon-white, .zh-icon-filter {
  background-position: 0px -3840px;
}

.more.icon-black, .more.icon-white, .zh-icon-more {
  background-position: -80px -5240px;
}

.pencil.icon-black, .pencil.icon-white, .zh-icon-pencil {
  background-position: -120px -2040px;
}

.plus.icon-black, .plus.icon-white, .zh-icon-plus {
  background-position: -40px -4040px;
}

.checked.icon-black, .checked.icon-white, .zh-icon-checked {
  background-position: 0px -4040px;
}

.less.icon-black, .less.icon-white, .zh-icon-less {
  background-position: -80px -4040px;
}

.close-x.icon-black, .close-x.icon-white, .zh-icon-close-x {
  background-position: -120px -4040px;
}

.search.icon-black, .search.icon-white, .zh-icon-search {
  background-position: -80px -3840px;
}

.settings.icon-black, .settings.icon-white, .zh-icon-settings {
  background-position: -40px -3840px;
}

.cart.icon-black, .cart.icon-white, .zh-icon-cart {
  background-position: -40px -2760px;
}

.loading.icon-black, .loading.icon-white, .zh-icon-loading {
  background-position: 0px -520px;
}

.refresh.icon-black, .refresh.icon-white, .zh-icon-refresh {
  background-position: 0px -520px;
}

.exclamation.icon-black, .exclamation.icon-white, .zh-icon-exclamation {
  background-position: -80px -2040px;
}

.question.icon-black, .question.icon-white, .zh-icon-question {
  background-position: -40px -2040px;
}

.information.icon-black, .information.icon-white, .zh-icon-information {
  background-position: 0px -2040px;
}

.error.icon-black, .error.icon-white, .zh-icon-error {
  background-position: -80px -2000px;
}

.trash.icon-black, .trash.icon-white, .zh-icon-trash {
  background-position: -120px -2200px;
}

.logoff.icon-black, .logoff.icon-white, .zh-icon-logoff {
  background-position: -40px -1920px;
}

.global.icon-black, .global.icon-white, .zh-icon-global {
  background-position: -80px -4240px;
}

.block.icon-black, .block.icon-white, .zh-icon-block {
  background-position: -120px -1920px;
}

.undo.icon-black, .undo.icon-white, .zh-icon-undo {
  background-position: 0px -2120px;
}

.letter.icon-black, .letter.icon-white, .zh-icon-letter {
  background-position: 0px -4280px;
}

.transfer.icon-black, .transfer.icon-white, .zh-icon-transfer {
  background-position: 0px -480px;
}

.grouping.icon-black, .grouping.icon-white, .zh-icon-grouping {
  background-position: -120px -2080px;
}

.number-of-people.icon-black, .number-of-people.icon-white, .zh-icon-number-of-people {
  background-position: -120px -2320px;
}

.papers.icon-black, .papers.icon-white, .zh-icon-papers {
  background-position: -80px -5360px;
}

.star.icon-black, .star.icon-white, .zh-icon-star {
  background-position: -120px -5360px;
}

.lamp.icon-black, .lamp.icon-white, .zh-icon-lamp {
  background-position: -80px -2480px;
}

.before.icon-black, .before.icon-white, .zh-icon-before {
  background-position: 0px -320px;
}

.after.icon-black, .after.icon-white, .zh-icon-after {
  background-position: -40px -320px;
}

.list.icon-black, .list.icon-white, .zh-icon-list {
  background-position: 0px 0px;
}

.bag-of-money.icon-black, .bag-of-money.icon-white, .zh-icon-bag-of-money {
  background-position: -120px -2680px;
}

.temple.icon-black, .temple.icon-white, .zh-icon-temple {
  background-position: 0px -2560px;
}

.project.icon-black, .project.icon-white, .zh-icon-project {
  background-position: -80px -2600px;
}

.day.icon-black, .day.icon-white, .zh-icon-day {
  background-position: 0px -5400px;
}

.week.icon-black, .week.icon-white, .zh-icon-week {
  background-position: -40px -5400px;
}

.month.icon-black, .month.icon-white, .zh-icon-month {
  background-position: -80px -5400px;
}

.man-in-suit.icon-black, .man-in-suit.icon-white, .zh-icon-man-in-suit {
  background-position: -80px -2320px;
}

.graph-bar.icon-black, .graph-bar.icon-white, .zh-icon-graph-bar {
  background-position: -40px -2240px;
}

.graph-bar2.icon-black, .graph-bar2.icon-white, .zh-icon-graph-bar2 {
  background-position: -40px -2600px;
}

.graph-pie.icon-black, .graph-pie.icon-white, .zh-icon-graph-pie {
  background-position: -80px -2240px;
}

.graph-line.icon-black, .graph-line.icon-white, .zh-icon-graph-line {
  background-position: 0px -2600px;
}

.checked2.icon-black, .checked2.icon-white, .zh-icon-checked2 {
  background-position: -160px -40px;
}

.close-x2.icon-black, .close-x2.icon-white, .zh-icon-close-x2 {
  background-position: -160px 0px;
}

.backspace2.icon-black, .backspace2.icon-white, .zh-icon-backspace2 {
  background-position: -160px -80px;
}

.feet.icon-black, .feet.icon-white, .zh-icon-feet {
  background-position: -40px -1320px;
}

.list-pencil.icon-black, .list-pencil.icon-white, .zh-icon-list-pencil {
  background-position: -120px -720px;
}

.image.icon-black, .image.icon-white, .zh-icon-image {
  background-position: 0px -3720px;
}

.form.icon-black, .form.icon-white, .zh-icon-form {
  background-position: -40px -120px;
}

.qrcode.icon-black, .qrcode.icon-white, .zh-icon-qrcode {
  background-position: -120px -5400px;
}

.clock.icon-black, .clock.icon-white, .zh-icon-clock {
  background-position: -120px -2120px;
}

.cell.icon-black, .cell.icon-white, .zh-icon-cell {
  background-position: -80px -3520px;
}

.tablet.icon-black, .tablet.icon-white, .zh-icon-tablet {
  background-position: -120px -3520px;
}

.camera.icon-black, .camera.icon-white, .zh-icon-camera {
  background-position: 0px -3680px;
}

.money-sign.icon-black, .money-sign.icon-white, .zh-icon-money-sign {
  background-position: 0px -2640px;
}

.money-alert.icon-black, .money-alert.icon-white, .zh-icon-money-alert {
  background-position: 0px -2720px;
}

.money-charge.icon-black, .money-charge.icon-white, .zh-icon-money-charge {
  background-position: -120px -2640px;
}

.credit-card.icon-black, .credit-card.icon-white, .zh-icon-credit-card {
  background-position: -80px -2280px;
}

.person.icon-black, .person.icon-white, .zh-icon-person {
  background-position: -80px -3880px;
}

.carrot.icon-black, .carrot.icon-white, .zh-icon-carrot {
  background-position: -120px -1640px;
}

.play.icon-black, .play.icon-white, .zh-icon-play {
  background-position: 0px -3360px;
}

.pause.icon-black, .pause.icon-white, .zh-icon-pause {
  background-position: -40px -3360px;
}

.icon-orange {
  fill: var(--color-main);
}

.zh-label-with-icon {
  cursor: pointer;
  margin-top: 0;
}
.zh-label-with-icon p {
  color: var(--color-main);
}
.zh-label-with-icon span {
  overflow: hidden;
}
.zh-label-with-icon svg {
  position: relative;
}
.zh-label-with-icon svg > circle {
  fill: var(--color-main);
}
.zh-label-with-icon svg * {
  fill: white;
}
.zh-label-with-icon:focus {
  outline: none;
}
.zh-label-with-icon:focus p {
  color: var(--color-hover);
}
.zh-label-with-icon:focus svg > circle {
  fill: var(--color-hover);
}

.diary.icon {
  background-position: 0px -720px;
}

.wt-timer-table {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 42px;
  height: 36px;
  margin-top: -21px;
  margin-lef: -18px;
}

.img-arrow-waiter-tables {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.zh-healingOne {
  font-family: "open_sanslight", sans-serif;
  font-size: 3em !important;
  color: var(--color-main);
}

.zh-spacing-title-select-list {
  margin-top: 15px;
}

.zh-text-search-not-found {
  font-family: "open_sanslight", sans-serif;
  font-size: 14px;
  color: #666666;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-device-width: 1200px) {
  .zh-text-search-not-found {
    font-size: 13px;
    position: relative;
    width: 100%;
    left: 0;
  }
}
.zh-text-search-not-found svg * {
  fill: var(--color-text);
}

.zh-text-search-not-found.zh-add-when-empty {
  max-width: 200px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 5px;
}

.zh-template-list li .zh-text-search-not-found {
  font-size: 14px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-template-list li .zh-text-search-not-found {
    font-size: 13px;
  }
}

.zh-text-default-sans {
  font-family: "open_sanslight", sans-serif;
  font-size: 1em;
  color: #999999;
}

.zh-title-function-template {
  color: var(--color-main);
  font-family: "open_sanslight", sans-serif;
  font-size: 2.2em;
  margin: 10px 0;
}

.zh-font-color-main {
  color: var(--color-main) !important;
}

.zh-questionary-title {
  font-size: 1.8em;
  font-family: "open_sanssemibold", sans-serif;
  display: block;
  margin-top: 15px;
  color: var(--color-hover);
}

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

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

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

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

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

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

.interval-date {
  font-family: "open_sanssemibold", sans-serif;
  color: var(--color-main);
  cursor: pointer;
}

.zh-image-container {
  width: 100%;
  min-width: 150px;
  min-height: 150px;
  background-color: #eeeeee;
  border: solid 1px #cccccc;
  margin: 10px 0;
}

.img-preview {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

div [zh-morris] {
  height: 100%;
  width: 100%;
}

.zh-form-login .zh-field-group {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .zh-form-login .zh-field-group {
    max-width: 80%;
  }
}

.login-logo-img {
  margin-bottom: 30px;
}

.zh-field-group {
  padding-bottom: 10px;
}
.zh-field-group label.zh-field-group-control {
  width: 100%;
}
.zh-field-group label.zh-field-group-control span.zh-icon, .zh-field-group label.zh-field-group-control span.icon-black, .zh-field-group label.zh-field-group-control span.icon-white {
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  margin-left: -5px;
  margin-top: -3px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-field-group label.zh-field-group-control span.zh-icon, .zh-field-group label.zh-field-group-control span.icon-black, .zh-field-group label.zh-field-group-control span.icon-white {
    margin-top: 0px;
  }
}
.zh-field-group label.zh-field-group-control span.zh-icon.closed, .zh-field-group label.zh-field-group-control span.closed.icon-black, .zh-field-group label.zh-field-group-control span.closed.icon-white {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.zh-field-group label.zh-field-group-control span.zh-icon.closed > svg, .zh-field-group label.zh-field-group-control span.closed.icon-black > svg, .zh-field-group label.zh-field-group-control span.closed.icon-white > svg {
  filter: none !important;
  -webkit-filter: none !important;
}
.zh-field-group:first-child {
  padding-top: 12px;
}
.zh-field-group .zh-field-group-label {
  cursor: pointer;
  color: var(--color-main);
  font-family: "open_sanslight", sans-serif;
  display: block;
  margin: 5px 0;
  font-size: 1.7em;
  vertical-align: middle;
  line-height: 25px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-field-group .zh-field-group-label {
    font-size: 1.5em;
  }
}

.row {
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.row > div {
  padding-left: 0px;
  padding-right: 10px;
  vertical-align: bottom;
  float: none;
  display: inline-block;
}

.row > div.last-of-row {
  padding-right: 0px;
}

.form-group {
  margin-bottom: 5px;
  margin-top: 10px;
}
.form-group .zh-field-group:first-child {
  padding-top: 0px;
}

.zh-label {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 1.4em;
}
@media only screen and (min-device-width: 1200px) {
  .zh-label {
    font-size: 1.3em;
  }
}

.zh-field-value {
  background-color: #f9f9f9;
  border-bottom: solid 1px #ddd;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 15px;
  font-size: 1.5em !important;
  position: relative;
  white-space: pre-wrap;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.zh-field-value::selection {
  background: var(--color-main);
  color: #ffffff;
}
.zh-field-value::-moz-selection {
  background: var(--color-main);
  color: #ffffff;
}
.zh-field-value::before, .zh-field-value::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 5px;
  border-left: solid 1px #ddd;
  bottom: 0px;
}
.zh-field-value::before {
  left: 0;
}
.zh-field-value::after {
  right: 0px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-field-value {
    height: 28px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 1.3em !important;
  }
}
.zh-field-value.zh-field-value-textarea {
  height: auto;
  min-height: 34px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-field-value.zh-field-value-textarea {
    min-height: 28px;
  }
}
.zh-field-value:not(.zh-field-value-textarea) {
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
}

.zh-field-value-radio-group {
  margin-top: 8px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-field-value-radio-group {
    margin-top: 5px;
  }
}
.zh-field-value-radio-group .zh-circle {
  background-color: #f9f9f9;
  border-width: 0 0 1px 0 !important;
}
.zh-field-value-radio-group .zh-circle .zh-inner-circle {
  top: 9px !important;
  left: 9px !important;
}
@media only screen and (min-device-width: 1200px) {
  .zh-field-value-radio-group .zh-circle .zh-inner-circle {
    top: 6px !important;
    left: 6px !important;
  }
}

.form-input-margin-bottom {
  margin-bottom: 15px;
}
@media only screen and (min-device-width: 1200px) {
  .form-input-margin-bottom {
    margin-bottom: 10px;
  }
}

.zh-tab-wrapper {
  position: relative;
  z-index: 0;
  height: 28px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tab-wrapper {
    height: 25px;
  }
}
.zh-tab-wrapper > span {
  position: absolute;
  top: -7px;
  width: 40px;
  background-position: initial;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tab-wrapper > span {
    top: -3px;
    width: 30px;
  }
}
.zh-tab-wrapper > span.icon-scroll-left {
  left: -16px;
  background-image: linear-gradient(to right, #ffffff 70%, rgba(0, 0, 0, 0)) !important;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tab-wrapper > span.icon-scroll-left {
    left: -10px;
  }
}
.zh-tab-wrapper > span.icon-scroll-right {
  right: -16px;
  background-image: linear-gradient(to left, #ffffff 70%, rgba(0, 0, 0, 0)) !important;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tab-wrapper > span.icon-scroll-right {
    right: -10px;
  }
}

.zh-tab-scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: auto;
  overflow-y: hidden;
  top: 0;
  left: 0;
  right: 0;
}
.zh-tab-scroller::-webkit-scrollbar {
  height: 0px;
  width: 0px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tab-scroller {
    height: 25px;
  }
}

.zh-tab-scroller ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.zh-tab-scroller li {
  height: 28px;
  display: inline-block;
  line-height: 23px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tab-scroller li {
    height: 22px;
    line-height: 22px;
  }
}

.zh-tab-line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  width: 100px;
  height: 3px;
  background-color: var(--color-main);
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.zh-header {
  border-bottom: 1px solid var(--color-main);
  padding-top: 5px;
  margin-top: 5px;
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
  padding-right: 12px;
}

.zh-tab-cell .active {
  color: var(--color-text);
  top: 2px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tab-cell .active {
    top: 0;
  }
}
.zh-tab-cell .disabled {
  color: #cccccc;
}

.zh-tab-cell {
  margin-right: 15px;
}
.zh-tab-cell a {
  font-family: "open_sanslight", sans-serif;
  font-size: 1.6em;
  text-decoration: none;
  color: #666666;
  transition: all linear 50ms;
  -webkit-transition: all linear 50ms;
  position: relative;
  top: 2px;
}
.zh-tab-cell a:not(.disabled) {
  cursor: pointer;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tab-cell a {
    font-size: 1.4em;
    top: 1px;
  }
}

.zh-label {
  font-family: "open_sanssemibold", sans-serif;
  color: var(--color-text);
  margin-top: 0px;
  display: initial;
}
.zh-label + p {
  font-family: "open_sanslight", sans-serif;
  font-size: 1.4em;
  line-height: 1.8em;
}
@media only screen and (min-device-width: 1200px) {
  .zh-label + p {
    font-size: 1.2em;
    line-height: 1.5em;
  }
}

.zh-label-footer {
  font-family: "open_sanssemibold", sans-serif;
  font-size: 1.4em;
  color: var(--color-text);
}

.zh-label-color {
  font-size: 1.8em;
  font-family: "open_sanslight", sans-serif;
  color: var(--color-main);
}

.ajust-space a {
  margin-left: 8px;
}

.zh-label-with-icon {
  width: auto;
  height: 40%;
  display: block;
  margin: 5px 0 8px 0;
  text-decoration: none !important;
}
.zh-label-with-icon > p {
  font-family: "open_sanslight", sans-serif;
  font-size: 1.4em;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  padding-left: 45px;
  text-decoration: none !important;
}
@media only screen and (min-device-width: 1200px) {
  .zh-label-with-icon > p {
    padding-left: 40px;
    line-height: 32px;
    height: 32px;
    font-size: 1.3em;
  }
}
@media only screen and (min-device-width: 1200px) {
  .zh-label-with-icon {
    margin-top: 0px;
  }
}

.zh-required {
  color: var(--color-main);
}

.zh-list-label {
  font-size: 1.8em;
  color: #666666;
  margin: 3px 0;
}

p.zh-label-component {
  background: none;
  border: none;
  padding-left: 0;
}
p.zh-label-component:before, p.zh-label-component:after {
  border: none;
}

.zh-label-checkbox {
  display: inline-block;
  font-size: 1.4em;
  font-family: "open_sanssemibold", sans-serif;
  line-height: 1.7em;
  color: var(--color-text);
  position: relative;
  top: -6px;
  margin-bottom: 9px;
}
.zh-label-checkbox:hover {
  cursor: pointer;
}
@media only screen and (min-device-width: 1200px) {
  .zh-label-checkbox {
    font-size: 1.2em;
  }
}

input[type="checkbox"].checkbox {
  opacity: 0;
}
input[type="checkbox"] + .zh-label-checkbox:before {
  font-family: "open_sanslight", sans-serif;
  content: "";
  font-size: 1.5em;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
input[type="checkbox"]:checked + .zh-label-checkbox:before {
  content: "\2713";
  color: var(--color-main);
}
input[type="checkbox"]:focus + .zh-label-checkbox:before {
  outline: none;
}
input[type="checkbox"] + .zh-label-checkbox:empty:before {
  margin-right: 0;
}

.btn-default {
  color: #ffffff;
  background-color: var(--color-main);
  border: none;
  border-radius: 0px;
}

.btn-default:hover, .btn-default:focus, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: var(--color-main);
  border-color: var(--color-main);
}

/* Nova checkbox */
.zh-checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.zh-checkbox input[type="checkbox"] {
  display: none;
}

.zh-checkbox input[type="checkbox"] + label .zh-box {
  position: relative;
  display: inline;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #ffffff;
  color: transparent;
  width: 34px;
  height: 34px;
  border: solid 1px #cccccc;
}

.zh-checkbox-login-reverse .zh-checkbox input[type="checkbox"] + label .zh-box{
  float: right;
}

.zh-checkbox-login-reverse .zh-checkbox label > span{
  padding-right: 10px;
}

@media only screen and (min-device-width: 1200px) {
  .zh-checkbox input[type="checkbox"] + label .zh-box {
    top: 5px;
    width: 28px;
    height: 28px;
  }
}
.zh-checkbox input[type="checkbox"] + label .zh-box:focus {
  outline: none;
  border-color: var(--color-main);
}
.zh-checkbox input[type="checkbox"] + label .zh-box.zh-ripple-effect .ink {
  top: -1px !important;
  left: -1px !important;
}
.zh-checkbox input[type="checkbox"] + label .zh-box span {
  top: -5px !important;
  margin: 0 !important;
}
.zh-checkbox input[type="checkbox"] + label .zh-box span svg {
  top: -4px;
  left: -2px;
  position: relative !important;
}
.zh-checkbox input[type="checkbox"] + label .zh-box span svg * {
  fill: transparent;
}
@media only screen and (min-device-width: 1200px) {
  .zh-checkbox input[type="checkbox"] + label .zh-box span svg {
    top: -2px;
    left: -2px;
  }
}

.zh-checkbox input[type="checkbox"]:disabled + label .zh-box {
  background-color: #eeeeee;
}

.zh-checkbox input[type="checkbox"]:checked + label .zh-box svg * {
  fill: var(--color-main);
}

.zh-checkbox label > span {
  font-family: "open_sanssemibold", sans-serif !important;
  font-size: 1.4em !important;
  margin-left: 8px;
  display: inline-block;
  line-height: 34px;
  width: calc(100% - 42px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
}

.zh-checkbox-login-reverse {
  padding-right: 0px;
}

.zh-checkbox-login-reverse .zh-checkbox label{
  text-align: right;
}

.zh-checkbox-login-reverse .zh-checkbox label .zh-box {
  float: right;
}

@media only screen and (min-device-width: 1200px) {
  .zh-checkbox label > span {
    width: calc(100% - 36px);
    padding-top: 5px;
  }
}
@media only screen and (min-device-width: 1200px) {
  .zh-checkbox label > span {
    font-size: 1.3em !important;
    line-height: 28px;
  }
}

.zh-readonly-checkbox {
  color: #666666;
}
.zh-readonly-checkbox .zh-box:focus {
  outline: none;
  border-color: #666666;
}
.zh-readonly-checkbox svg * {
  fill: #999999 !important;
}

.zh-field-value-checkbox .zh-box {
  background-color: #f9f9f9 !important;
  border: none !important;
  border-bottom: solid 1px #ddd !important;
}
.zh-field-value-checkbox .zh-box::before, .zh-field-value-checkbox .zh-box::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 5px;
  border-left: solid 1px #ddd;
  bottom: 0px;
}
.zh-field-value-checkbox .zh-box::before {
  left: 0;
}
.zh-field-value-checkbox .zh-box::after {
  right: 0;
}

.input-text, .input-password, .input-date, .input-search, .select {
  font-family: "open_sanslight", sans-serif;
  font-size: 1.5em;
  border-radius: 0px !important;
  width: 100%;
  outline: none;
  display: block;
  height: 34px;
  padding: 6px 8px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-text:active:not([readonly]), .input-text:focus:not([readonly]), .input-text:visited:not([readonly]), .input-password:active:not([readonly]), .input-password:focus:not([readonly]), .input-password:visited:not([readonly]), .input-date:active:not([readonly]), .input-date:focus:not([readonly]), .input-date:visited:not([readonly]), .input-search:active:not([readonly]), .input-search:focus:not([readonly]), .input-search:visited:not([readonly]), .select:active:not([readonly]), .select:focus:not([readonly]), .select:visited:not([readonly]) {
  border-color: var(--color-main);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-text:active[readonly], .input-text:focus[readonly], .input-text:visited[readonly], .input-password:active[readonly], .input-password:focus[readonly], .input-password:visited[readonly], .input-date:active[readonly], .input-date:focus[readonly], .input-date:visited[readonly], .input-search:active[readonly], .input-search:focus[readonly], .input-search:visited[readonly], .select:active[readonly], .select:focus[readonly], .select:visited[readonly] {
  border-color: #ccc;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-device-width: 1200px) {
  .input-text, .input-password, .input-date, .input-search, .select {
    font-size: 1.3em;
    padding: 4px 6px;
    height: 28px;
  }
}

.select {
  padding: 0px 6px;
}

.input-password {
  font-family: sans-serif;
  font-size: 1.6em;
  vertical-align: middle;
  letter-spacing: 2px;
}
@media only screen and (min-device-width: 1200px) {
  .input-password {
    font-size: 1.4em;
  }
}

.input-password::-webkit-input-placeholder {
  font-size: 0.9em;
  letter-spacing: 0px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-placeholder {
  color: #cccccc;
  font-size: 1em;
  font-family: "open_sanslight", sans-serif;
}

.input-text-menu-footer, .input-password-menu-footer, .input-date-menu-footer, .input-search-menu-footer, .select-menu-footer {
  background-color: #ffffff;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* INPUT NUMBER */
.input-number-container div {
  position: relative;
  height: 34px;
  padding-left: 40px;
  padding-right: 40px;
}

.input-number-container div.no-spin {
  padding-left: 0px;
  padding-right: 0px;
}

.input-number {
  font-family: "open_sanslight", sans-serif;
  font-size: 1.5em;
  border-radius: 0px !important;
  width: 100%;
  display: block;
  height: 34px;
  padding: 6px 46px;
  line-height: 1.42857143;
  color: var(--color-text);
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
@media only screen and (min-device-width: 1200px) {
  .input-number {
    font-size: 1.3em;
    height: 28px;
    padding: 6px 36px;
    line-height: 15px;
  }
}

.input-number:active, .input-number:focus, .input-number:visited {
  border-color: var(--color-main);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.zh-input-number-container {
  position: relative;
}

.zh-input-number-container .zh-number-keyboard {
  position: absolute;
  width: 100%;
  min-width: 200px;
  max-width: 400px;
  z-index: 10;
  margin: 0 !important;
  padding-bottom: 10px;
}

.zh-input-number-container .zh-number-keyboard td {
  text-align: center;
  vertical-align: middle;
  color: white;
  font-family: "open_sanslight", sans-serif;
  font-size: 3em;
  transition: height .1s, background-color .4s;
  -webkit-transition: height .1s, background-color .4s;
  overflow: hidden;
}
.zh-input-number-container .zh-number-keyboard td svg {
  position: relative;
  top: 50%;
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zh-input-number-container .zh-number-keyboard td svg * {
  fill: #ffffff;
}
.zh-input-number-container .zh-number-keyboard td .zh-number-keyboard-icon {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.zh-input-number-container .zh-number-keyboard td:active {
  background-color: rgba(255, 255, 255, 0.25);
  transition: background-color .15s;
  -webkit-transition: background-color .15s;
}

.zh-input-number-container .zh-number-keyboard table:before {
  content: " ";
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  left: -webkit-calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--color-main) transparent;
}

.zh-number-keyboard.left-pos-arrow table:before {
  left: 10px;
}

.zh-number-keyboard.right-pos-arrow table:before {
  left: initial;
  right: 10px;
}

.zh-input-number-container .zh-number-keyboard table {
  width: 100%;
  table-layout: fixed;
  background-color: var(--color-main);
}

.zh-validation {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60%;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  z-index: 1;
}

/*Fix Padding right*/
.row > div.last-of-row .zh-validation {
  right: 0;
}

.zh-validation-error {
  font-size: 1.1em;
  padding: 2px 3px;
  margin-left: 5px;
  color: #ffffff;
  background-color: var(--color-main);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zh-validation-error:first-child {
  margin-left: 0;
}

.zh-hidden-container {
  margin: 3px 0;
  padding: 0;
  opacity: 0.5;
}

.zh-generic-field input {
  background-color: #eeeeee;
  border: dashed 1px #cccccc !important;
  cursor: default !important;
}

.no-spin input {
  padding: 6px 12px !important;
}
@media only screen and (min-device-width: 1200px) {
  .no-spin input {
    padding: 6px 6px !important;
  }
}

.zh-disabled {
  background-color: #eeeeee;
}
.zh-disabled .zh-icon, .zh-disabled .icon-black, .zh-disabled .icon-white {
  cursor: default !important;
}
.zh-disabled .zh-select-item {
  background-color: #999999 !important;
  cursor: default !important;
}

.zh-button:active {
  background-color: var(--color-hover);
}

/* Input tooltip */
.zh-help-icon {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0;
  display: inline-block;
  border-radius: 5px;
  background-color: var(--color-main);
  color: white;
  font-size: 10px;
  text-align: center;
}

.zh-required-icon {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0;
  display: inline-block;
  border-radius: 5px;
  background-color: var(--color-main);
  color: white;
  font-size: 12px;
  text-align: center;
}

.zh-tooltip-text {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 60px;
  max-width: 200px;
  visibility: hidden;
  display: inline-block;
  opacity: 0;
  padding: 5px;
  margin: 0 5px;
  overflow: hidden;
  white-space: pre-line;
  text-overflow: ellipsis;
  color: white;
  font-size: 11px;
  line-height: 14px;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all ease .75s;
  -webkit-transition: all ease .75s;
  z-index: 1;
  font-family: open_sanslight;
}

.zh-help-icon:hover ~ .zh-tooltip-text,
.zh-help-icon:hover ~ .zh-tooltip-arrow {
  visibility: visible;
  opacity: 1;
}

.zh-checkbox-help-tooltip {
	position: absolute;
  font-family: "open_sanssemibold", sans-serif;
  display: inline;
  top: 14px;
  margin-left: 4px;
}

.zh-checkbox-help-tooltip .zh-tooltip-arrow {
  margin-top: 0px;
}

.zh-checkbox-help-tooltip .zh-tooltip-text {
	position: fixed;
	margin-top: -4px;
}

.zh-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  margin: 4px 0;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent rgba(0, 0, 0, 0.75) transparent transparent;
  transition: all ease .75s;
  -webkit-transition: all ease .75s;
}

.zh-text-raw {
  display: block;
  padding: 15px 0;
  font-family: "open_sanslight", sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  background: none;
}

.zh-button-center {
  cursor: pointer;
  padding: 0 6px;
}
.zh-button-center .zh-icon-button-label {
  position: relative;
  line-height: 32px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-button-center .zh-icon-button-label {
    line-height: 28px;
  }
}

.zh-between-dates .col-xs-6:first-child {
  padding: 0 5px 0 0;
}

.zh-between-dates .col-xs-6:last-child {
  padding: 0 0 0 5px;
}

.zh-select-multiple[readonly="readonly"],
.input-text[readonly="readonly"] {
  background-color: #eee;
}

/* NEW-SELECT */
.new-select {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.new-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}
.new-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.new-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.new-select.disabled {
  border-color: #ccc;
  color: #90a1b5;
  pointer-events: none;
}
.new-select.disabled:after {
  border-color: #ccc;
}
.new-select .current {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 16px;
  display: block;
}
.new-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  box-sizing: border-box;
  margin-left: -12px;
  opacity: 0;
  max-height: 200px;
  overflow: auto;
  padding: 0;
  pointer-events: none;
  position: fixed;
  width: 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 1032;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
@media only screen and (min-device-width: 1200px) {
  .new-select .list {
    margin-left: -6px;
  }
}
.new-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
  color: #666;
}
.new-select .option {
  cursor: pointer;
  line-height: 34px;
  min-height: 34px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

@media only screen and (min-device-width: 1200px) {
  .new-select .option {
    line-height: 28px;
    min-height: 28px;
  }
}
.new-select .option:hover, .new-select .option.focus, .new-select .option.selected.focus {
  background-color: var(--color-main);
  color: white;
}
.new-select .option:hover, .new-select .option.focus, .new-select .option.selected.focus {
  background-color: var(--color-main);
  color: white;
}
.new-select .option.selected {
  font-family: "open_sanssemibold", sans-serif;
}

.zh-container-search {
  height: 35px;
  top: 15px;
  left: 15px;
  right: 15px;
  overflow: hidden;
  position: absolute;
  background-color: var(--color-main);
  display: none;
  -moz-transition: width 0.3s ease-in 0s;
  -webkit-transition: width 0.3s ease-in 0s;
  -o-transition: width 0.3s ease-in 0s;
  transition: width 0.3s ease-in 0s;
}
.zh-container-search input.zh-input-search::-ms-clear {
  display: none;
}
.zh-container-search input.zh-input-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
@media only screen and (min-device-width: 1200px) {
  .zh-container-search {
    height: 28px;
    top: 12px;
    left: 12px;
    right: 12px;
  }
}

.zh-search-box {
  position: absolute;
  top: 15px;
  right: 15px;
  -moz-transition: top 0.3s ease-in 0s;
  -webkit-transition: top 0.3s ease-in 0s;
  -o-transition: top 0.3s ease-in 0s;
  transition: top 0.3s ease-in 0s;
  /* Box-model */
  width: 30px;
  height: 35px;
  padding-top: 3px;
  padding-left: 1px;
  /* Visual */
  overflow: hidden;
  cursor: pointer;
  outline: none;
  background-color: var(--color-main);
  z-index: 1;
}
@media only screen and (min-device-width: 1200px) {
  .zh-search-box {
    height: 28px;
    width: 28px;
    top: 12px;
    right: 12px;
    padding: 0;
  }
}
.zh-search-box svg {
  position: relative;
  overflow: hidden;
  top: -6px;
  left: -6px;
  width: 40px;
  height: 40px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-search-box svg {
    top: -1px;
    left: -1px;
  }
}
.zh-search-box svg * {
  fill: #ffffff;
}
.zh-search-box.listSearchClosed {
  top: 0;
}

.zh-input-search-container {
  /* Positioning */
  position: absolute;
  left: 10px;
  right: 35px;
}
.zh-input-search-container::before, .zh-input-search-container::after {
  content: '';
  height: 5px;
  width: 0px;
  border-right: solid 1px #ffffff;
  position: absolute;
  top: 25px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-input-search-container::before, .zh-input-search-container::after {
    top: 20px;
  }
}
.zh-input-search-container::before {
  left: 0;
}
.zh-input-search-container::after {
  right: 0;
}

.zh-input-search {
  /* Positioning */
  width: 100%;
  margin-top: 5px;
  /* Box-model */
  height: 26px;
  padding: 0 30px 0 10px;
  /* Typography */
  font-size: 1.4em;
  line-height: 26px;
  vertical-align: middle;
  /* Visual */
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #ffffff;
  outline: none;
  color: #ffffff;
}
@media only screen and (min-device-width: 1200px) {
  .zh-input-search {
    margin-top: 5px;
    height: 20px;
    padding: 0 30px 0 6px;
    font-size: 1.3em;
    line-height: 20px;
  }
}
.zh-input-search::-webkit-input-placeholder {
  vertical-align: middle !important;
  color: #ffffff;
  opacity: 0.75;
}

.zh-container-search-popup {
  margin-top: 0px;
}

.zh-container-search input.zh-input-search::-ms-clear {
  display: none;
}

.zh-container-search input.zh-input-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.zh-container-search .clear-button {
  position: absolute;
  right: 8px;
  cursor: pointer;
  top: 10px;
  opacity: 1;
  -webkit-transition: 0.5s linear all;
  transition: 0.5s linear all;
}
@media only screen and (min-device-width: 1200px) {
  .zh-container-search .clear-button {
    right: 4px;
    top: 7px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}

.zh-container-search .clear-button.ng-hide {
  opacity: 0;
  display: block !important;
  cursor: default;
}

.zh-container-search .clear-button.ng-hide-add, .zh-container-search .clear-button.ng-hide-remove {
  display: block !important;
}

.zh-container-search .clear-button svg {
  width: 15px;
  height: 15px;
}

.zh-container-search .clear-button svg polygon {
  fill: #ffffff;
}

.zh-container-search-fixed {
  position: relative;
  margin-top: 7px;
  margin-bottom: 15px;
}
.zh-container-search-fixed .zh-container-search {
  position: relative;
  display: block;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
}
.zh-container-search-fixed .zh-container-search .zh-input-search-container {
  left: 0;
}
.zh-container-search-fixed .zh-container-search .zh-input-search-container .zh-input-search {
  color: var(--color-text);
}
.zh-container-search-fixed .zh-container-search .zh-input-search-container .zh-input-search::-webkit-input-placeholder {
  color: #666666;
}
.zh-container-search-fixed .zh-container-search .clear-button {
  right: 0px;
  top: 8px;
}
.zh-container-search-fixed .zh-search-box {
  top: 0px;
  right: 0px;
  background-color: #ffffff;
}
.zh-container-search-fixed .zh-search-box svg * {
  fill: var(--color-main);
}

.zh-field-select-container {
  position: relative;
}
.zh-field-select-container input {
  padding-right: 30px;
}
.zh-field-select-container .zh-icon, .zh-field-select-container .icon-black, .zh-field-select-container .icon-white {
  position: absolute;
  right: -5px;
  top: -4px;
  cursor: pointer;
}
.zh-field-select-container .zh-icon svg *, .zh-field-select-container .icon-black svg *, .zh-field-select-container .icon-white svg * {
  fill: #999999;
}

.zh-select-text {
  line-height: 22px;
  font-size: 15px;
  margin-left: 6px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-select-text {
    line-height: 20px;
    font-size: 13px;
    margin-left: 3px;
  }
}
.zh-select-text.placeholder {
  color: rgba(128, 128, 128, 0.45);
}

.zh-select-multiple {
  font-size: 0;
}
.zh-select-multiple:focus {
  outline: none;
  border-color: var(--color-main);
}

.zh-field-textarea {
  float: left;
  resize: none;
}

.zh-btn-type-button {
  background-color: var(--color-main);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 1.4em;
  font-family: "open_sanslight", sans-serif;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.zh-btn-type-button:focus {
  outline: none !important;
  background-color: var(--color-hover);
}
.zh-btn-type-button:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.zh-btn-type-button:active:focus {
  border-color: var(--color-main);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
@media only screen and (min-device-width: 1200px) {
  .zh-btn-type-button {
    padding: 4px 6px;
  }
}

/* RIPPLE EFFECT */
.zh-ripple-effect {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.zh-ripple-effect .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  cursor: pointer;
  z-index: 1;
}
.zh-ripple-effect .ink.grey {
  background: rgba(0, 0, 0, 0.15);
}
.zh-ripple-effect .ink.animate {
  animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
  }
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
  }
}
.zh-btn-type-button[readonly] {
  background-color: #cccccc;
}

.zh-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  font-family: "open_sanslight", sans-serif;
  font-size: 1.4em;
  background-color: #cccccc;
  color: #cccccc;
  line-height: 1.2;
}

.zh-btn-small {
  font-size: 1.2em;
}

.zh-btn-regular {
  font-size: 1.6em;
}

.zh-medium {
  font-size: 1.8em;
}

.zh-btn-large {
  font-size: 2em;
}

.zh-btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.zh-btn-degrade-default {
  color: var(--color-text);
  background-color: #ffffff;
  border-color: #cccccc;
}

.zh-btn-shadow:hover {
  cursor: pointer;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
}

.zh-but-shadow {
  -moz-box-shadow: 1px 1px 1px #999;
  -webkit-box-shadow: 1px 1px 1px #999;
  box-shadow: 1px 1px 1px #999;
}

.zh-but-rc {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.zh-but-space-button {
  margin-top: 29px;
}

.spin-button {
  height: 34px;
  width: 34px;
  background-color: var(--color-main);
  color: #ffffff;
  font-family: "open_sanslight", sans-serif;
  font-size: 3em;
  line-height: 34px;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  border-radius: 0;
  border: none;
  padding: 0 !important;
}
@media only screen and (min-device-width: 1200px) {
  .spin-button {
    height: 28px;
    width: 28px;
    font-size: 2.4em;
    line-height: 28px;
  }
}

.spin-button[disabled] {
  background-color: #999999;
}

.spin-button:focus {
  outline: none !important;
}

.spin-button:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: var(--color-hover);
}

.spin-button:active:focus {
  border-color: var(--color-main);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

.spin-button-minus {
  line-height: 30px;
}
@media only screen and (min-device-width: 1200px) {
  .spin-button-minus {
    line-height: 28px;
  }
}

.spin-button-plus {
  right: 0px;
}

button[zh-icon] {
  border: none;
  padding: 0;
}

.zh-button-icon {
  position: relative;
  margin-bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 32px;
  padding: 0 6px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-button-icon {
    height: 28px;
  }
}
.zh-button-icon span.zh-icon, .zh-button-icon span.icon-black, .zh-button-icon span.icon-white {
  margin-top: -5px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-button-icon span.zh-icon, .zh-button-icon span.icon-black, .zh-button-icon span.icon-white {
    margin-top: -2px;
  }
}

.zh-switch-container {
  -webkit-tap-highlight-color: transparent;
  margin: 10px 0;
}

.zh-switch-container input[type="checkbox"] {
  display: none;
}

.zh-switch {
  position: absolute;
  right: 0;
  width: 55px;
  height: 34px;
  border-radius: 17px;
  cursor: pointer;
  background-color: #cccccc;
  transition: all ease .45s;
  -webkit-transition: all ease .45s;
  display: inline-block;
  top: -7px;
}

.zh-inner-switch {
  position: relative;
  left: 0;
  right: auto;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 1px;
  transition: all ease .35s;
  -webkit-transition: all ease .35s;
}

.zh-inner-switch:active {
  width: 37px;
}

.zh-switch-container label {
  position: relative;
  display: block;
  width: 100%;
}

.zh-switch-container input[type="checkbox"]:checked + label .zh-switch {
  background-color: var(--color-main);
}

.zh-switch-container input[type="checkbox"]:checked + label .zh-inner-switch {
  left: 21px;
}

.zh-switch-container input[type="checkbox"]:checked + label .zh-inner-switch:active {
  left: 16px;
}

.zh-switch-label {
  display: inline-block;
  vertical-align: top;
  line-height: 34px;
}

.zh-radio {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
}
.zh-radio.zh-radio-columns-2 {
  width: 50%;
}
.zh-radio.zh-radio-columns-3 {
  width: 33%;
}
.zh-radio.zh-radio-columns-4 {
  width: 25%;
}
.zh-radio.zh-radio-columns-5 {
  width: 20%;
}

.zh-radio input[type="radio"] {
  display: none;
}

.zh-radio input[type="radio"] + label .zh-circle {
  position: relative;
  display: inline;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 0;
  width: 34px !important;
  height: 34px !important;
  border: solid 1px #cccccc;
  border-radius: 50%;
}
@media only screen and (min-device-width: 1200px) {
  .zh-radio input[type="radio"] + label .zh-circle {
    margin-bottom: 10px;
    width: 24px !important;
    height: 24px !important;
  }
}
.zh-radio input[type="radio"] + label .zh-circle.zh-ripple-effect .ink {
  top: -1px !important;
  left: -3px !important;
}
.zh-radio input[type="radio"] + label .zh-circle .zh-inner-circle {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50%;
}
@media only screen and (min-device-width: 1200px) {
  .zh-radio input[type="radio"] + label .zh-circle .zh-inner-circle {
    top: 5px;
    left: 5px;
    width: 12px !important;
    height: 12px !important;
  }
}
.zh-radio input[type="radio"] + label .zh-circle:focus {
  outline: none;
  border-color: var(--color-main);
}

.zh-radio input[type="radio"]:checked + label .zh-circle .zh-inner-circle {
  background-color: var(--color-main);
}

.zh-radio input[type="radio"]:disabled + label .zh-circle {
  background-color: #eeeeee;
}

.zh-radio input[type="radio"]:checked:disabled + label .zh-circle .zh-inner-circle {
  background-color: #999999;
}

.zh-radio label span {
  font-family: "open_sanslight", sans-serif !important;
  font-size: 1.4em !important;
  margin: 0px 8px;
  display: inline-block;
  line-height: 34px;
  -webkit-user-select: none;
  user-select: none;
  max-width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-device-width: 1200px) {
  .zh-radio label span {
    font-size: 1.3em !important;
    line-height: 26px;
  }
}

.zh-radio-group-label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-radio-group-label {
    font-size: 1.3em;
    margin-bottom: 7px;
  }
}

.zh-radio-label {
  width: 100%;
}

.zh-field-select-container {
  position: relative;
}
.zh-field-select-container input {
  padding-right: 30px;
}
.zh-field-select-container .zh-icon, .zh-field-select-container .icon-black, .zh-field-select-container .icon-white {
  position: absolute;
  right: -5px;
  top: -4px;
  cursor: pointer;
}
.zh-field-select-container .zh-icon svg *, .zh-field-select-container .icon-black svg *, .zh-field-select-container .icon-white svg * {
  fill: #999999;
}

.zh-select-text {
  line-height: 22px;
  font-size: 15px;
  margin-left: 6px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-select-text {
    line-height: 20px;
    font-size: 13px;
    margin-left: 3px;
  }
}
.zh-select-text.placeholder {
  color: rgba(128, 128, 128, 0.45);
}

.zh-select-multiple {
  font-size: 0;
}
.zh-select-multiple:focus {
  outline: none;
  border-color: var(--color-main);
}

.splash {
  position: fixed;
  z-index: 99999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 350 ease-in-out;
  -webkit-transition: opacity 350 ease-in-out;
  background: url(../../images/zeedhi-white.svg) no-repeat center center var(--color-text);
  background-size: 50%;
}

.zh-navbar-default-header {
  background: var(--color-header);
}

.navbar-default div.menu-items {
  cursor: pointer;
  height: 50px;
  float: left;
  margin-left: -15px;
  padding-top: 9px;
  width: 60px;
}
.navbar-default div.menu-items > a.navbar-toggle {
  border: none;
  padding: 0;
  margin: 0;
}
.navbar-default div.menu-items > a.navbar-toggle > div.bars {
  float: left;
  margin: 0 5px 0 8px;
  padding-top: 9px;
  width: 12px;
}
.navbar-default div.menu-items > a.navbar-toggle > div.bars .icon-bar {
  background-color: #000000;
  width: 12px;
}
.navbar-default div.menu-items > a.navbar-toggle > .icon-logo {
  background: url(../../images/logo-zeedhi.svg);
  background-size: 30px 30px;
  display: inline-block;
  height: 30px;
  margin-top: 2px;
  width: 30px;
}
@media only screen and (min-device-width: 1200px) {
  .navbar-default div.menu-items {
    height: 40px;
    padding-top: 3px;
  }
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-default:hover, .navbar-default .navbar-default:focus {
  background: none;
}

.navbar-brand {
  padding: 15px 0px;
}
@media only screen and (min-device-width: 1200px) {
  .navbar-brand {
    font-size: 1.6em;
    height: 40px;
    line-height: 16px;
    padding: 12px 0px;
  }
}

.zh-header-title {
  color: var(--color-text) !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: none !important;
  cursor: default;
}
.zh-header-title:hover {
  color: var(--color-text) !important;
}
.zh-header-title.has-header-info {
  height: 30px;
  padding: 8px 0 5px 0;
}
@media only screen and (min-device-width: 1200px) {
  .zh-header-title.has-header-info {
    height: 23px;
    padding: 5px 0 2px 0;
  }
}

.zh-header-info {
  color: var(--color-text);
  font-size: 1.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zh-header-fixed {
  background-color: #cccccc;
}

.zh-waiter-positions {
  height: 85px;
  background-color: var(--color-stripe);
  overflow: auto;
  width: 100%;
}
@media only screen and (min-device-width: 1200px) {
  .zh-waiter-positions {
    height: 75px;
  }
}

.zh-positions-container > li:first-child {
  font-size: 1.8em;
  color: #ffffff;
  font-family: "open_sanslight", sans-serif;
  padding-right: 10px;
}
.zh-positions-container > li {
  display: inline-block;
}
.zh-positions-container > li > a {
  text-decoration: none;
}
.zh-positions-container > li > a > div {
  border: 1px solid #ffffff;
  width: 70px;
  height: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.8em;
  font-family: "open_sanslight", sans-serif;
  color: #ffffff;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
  margin: 7px 5px 0;
}
@media only screen and (min-device-width: 1200px) {
  .zh-positions-container > li > a > div {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.zh-positions-active {
  background: #ffffff;
  color: var(--color-stripe) !important;
}

/* Bootstrap stuff */
.navbar-header {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none;
}

.zh-tab {
  margin-left: 40px;
}

.navbar {
  border: 0;
  border-radius: 0;
}
@media only screen and (min-device-width: 1200px) {
  .navbar {
    min-height: 40px;
  }
}
.navbar .container-fluid {
  width: 100%;
  position: relative;
  float: left;
}
.navbar .history-container {
  background-color: #000000;
  height: 50px;
  width: 30%;
  float: right;
  position: relative;
}
@media (max-width: 1024px) {
  .navbar .history-container {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .navbar .history-container {
    display: none;
  }
}
.navbar .history-container ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.navbar .history-container ul li {
  color: var(--color-text);
  background-color: var(--color-header);
  display: table-cell;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 1.4em;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-device-width: 1200px) {
  .navbar .history-container ul li {
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    font-size: 1.3em;
  }
}
.navbar .history-container ul li:nth-child(1) {
  opacity: 0.95;
}
.navbar .history-container ul li:nth-child(2) {
  opacity: 0.9;
}
@media only screen and (min-device-width: 1200px) {
  .navbar .history-container {
    height: 40px;
  }
}

.zh-selected-row-icon {
  margin: 5px 10px 0 5px;
}

.zh-header-right {
  float: right;
  display: flex;
  align-items: center;
}

.zh-header-version-info {
	text-align: right;
	max-width: 200px;
	cursor: pointer;
  height: 50px;
  background: rgba(0,0,0,0.05);
  padding: 0 10px;
  position: relative;
  left: 10px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-header-version-info {
    height: 40px;
  }
}
.zh-header-version-info span.zh-header-version-info-container {
	position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;		
}
.zh-header-version-info span.info-text {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zh-header-version-info .bold {
	font-family: "open_sanssemibold", sans-serif;		
}
.zh-notifications {
  text-align: center;
  height: 50px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-notifications {
    height: 40px;
  }
}
.zh-notifications li {
  display: inline-block;
  position: relative;
}
.zh-notifications li a {
  cursor: pointer;
  display: block;
  text-align: center;
  height: 50px;
  text-transform: none;
}
.zh-notifications li a:hover {
  text-decoration: none;
}
@media only screen and (min-device-width: 1200px) {
  .zh-notifications li a {
    height: 40px;
  }
}
.zh-notifications li .notification-icon.has-label {
  display: block;
  height: 40px;
  width: 40px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-device-width: 1200px) {
  .zh-notifications li .notification-icon.has-label {
    height: 32px;
    width: 32px;
  }
}
.zh-notifications li .notification-icon.has-label .zh-icon, .zh-notifications li .notification-icon.has-label .icon-black, .zh-notifications li .notification-icon.has-label .icon-white {
  height: 30px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-notifications li .notification-icon.has-label .zh-icon, .zh-notifications li .notification-icon.has-label .icon-black, .zh-notifications li .notification-icon.has-label .icon-white {
    height: 24px;
  }
}
.zh-notifications li .notification-icon.has-label .zh-icon svg, .zh-notifications li .notification-icon.has-label .icon-black svg, .zh-notifications li .notification-icon.has-label .icon-white svg {
  transform: scale(0.7) translate(0px, -9px);
  -webkit-transform: scale(0.7) translate(0px, -9px);
}
@media only screen and (min-device-width: 1200px) {
  .zh-notifications li .notification-icon.has-label .zh-icon svg, .zh-notifications li .notification-icon.has-label .icon-black svg, .zh-notifications li .notification-icon.has-label .icon-white svg {
    transform: scale(0.6) translate(-8px, -15px);
    -webkit-transform: scale(0.6) translate(-8px, -15px);
  }
}
.zh-notifications li .zh-icon, .zh-notifications li .icon-black, .zh-notifications li .icon-white {
  margin: 5px 0;
  float: none;
}
@media only screen and (min-device-width: 1200px) {
  .zh-notifications li .zh-icon, .zh-notifications li .icon-black, .zh-notifications li .icon-white {
    margin: 4px 0;
  }
}
.zh-notifications li .zh-notification-label {
  color: var(--color-text);
  font-size: 1.1em;
  height: 14px;
  line-height: 14px;
  display: block;
  position: relative;
  top: -5px;
  margin: 0 5px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-notifications li .zh-notification-label {
    top: -5px;
    height: 12px;
    line-height: 12px;
    font-size: 1em;
  }
}
.zh-notifications li .zh-notification-hint {
  position: absolute;
  background: #ffffff;
  color: var(--color-main);
  min-width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 10px;
  padding: 0 3px;
  text-align: center;
  right: 0px;
  top: 3px;
}

@media only screen and (min-device-width: 1200px) {
  .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
    display: none;
  }
}

.zh-navbar-footer {
  background: var(--color-header);
  position: absolute;
}

.zh-footer-left {
  position: absolute;
  left: 10px;
  max-width: 200px;
}
.zh-footer-left > ul > li {
  margin-right: 3px;
  padding: 0 5px;
}
.zh-footer-left > ul > li.disabled {
  -webkit-filter: saturate(0%);
  opacity: 0.5;
}
.zh-footer-left > ul > li .zh-icon, .zh-footer-left > ul > li .icon-black, .zh-footer-left > ul > li .icon-white {
  margin: 5px 0;
}
.zh-footer-left .zh-icon-previous {
  width: 30px;
  margin-left: -15px !important;
}
@media only screen and (min-device-width: 1200px) {
  .zh-footer-left .zh-icon-previous {
    width: 24px;
    margin-left: -16px !important;
  }
}

.zh-footer-title-sprit {
  font-size: 1.8em;
  color: var(--color-text);
  text-decoration: none;
  font-family: "open_sanslight", sans-serif;
  cursor: pointer;
  float: left;
  line-height: 50px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-footer-title-sprit {
    line-height: 40px;
    font-size: 1.5em;
  }
}

.zh-footer-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50%;
}
.zh-footer-center > ul {
  text-align: center;
}
.zh-footer-center > ul > li {
  display: inline-block;
  margin: 0 3px;
  padding: 0 5px;
  position: relative;
  overflow: hidden;
}
.zh-footer-center > ul > li.disabled {
  -webkit-filter: saturate(0%);
  opacity: 0.5;
}
.zh-footer-center > ul > li > a {
  text-decoration: none !important;
  text-align: center;
  height: 50px;
  display: block;
}
@media only screen and (min-device-width: 1200px) {
  .zh-footer-center > ul > li > a {
    height: 40px;
  }
}
.zh-footer-center > ul > li > a .action-icon.has-label {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: relative;
}
@media only screen and (min-device-width: 1200px) {
  .zh-footer-center > ul > li > a .action-icon.has-label {
    height: 30px;
    width: 30px;
  }
}
.zh-footer-center > ul > li > a .action-icon.has-label .zh-icon, .zh-footer-center > ul > li > a .action-icon.has-label .icon-black, .zh-footer-center > ul > li > a .action-icon.has-label .icon-white {
  height: 30px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-footer-center > ul > li > a .action-icon.has-label .zh-icon, .zh-footer-center > ul > li > a .action-icon.has-label .icon-black, .zh-footer-center > ul > li > a .action-icon.has-label .icon-white {
    height: 24px;
  }
}
.zh-footer-center > ul > li > a .action-icon.has-label .zh-icon svg, .zh-footer-center > ul > li > a .action-icon.has-label .icon-black svg, .zh-footer-center > ul > li > a .action-icon.has-label .icon-white svg {
  transform: scale(0.8) translate(0px, -6px);
  -webkit-transform: scale(0.8) translate(0px, -6px);
}
@media only screen and (min-device-width: 1200px) {
  .zh-footer-center > ul > li > a .action-icon.has-label .zh-icon svg, .zh-footer-center > ul > li > a .action-icon.has-label .icon-black svg, .zh-footer-center > ul > li > a .action-icon.has-label .icon-white svg {
    transform: scale(0.6) translate(-8px, -15px);
    -webkit-transform: scale(0.6) translate(-8px, -15px);
  }
}
.zh-footer-center > ul > li > a .zh-footer-title-wizard {
  color: #ffffff;
  font-size: 1.6em;
  text-decoration: none !important;
  line-height: 50px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-footer-center > ul > li > a .zh-footer-title-wizard {
    line-height: 40px;
  }
}
.zh-footer-center > ul > li .zh-icon, .zh-footer-center > ul > li .icon-black, .zh-footer-center > ul > li .icon-white {
  margin: 5px 0;
}
.zh-footer-center > ul > li .zh-action-label {
  color: var(--color-text);
  font-size: 1.1em;
  height: 14px;
  line-height: 14px;
  display: block;
  position: relative;
  top: -7px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-footer-center > ul > li .zh-action-label {
    top: -5px;
    height: 12px;
    line-height: 12px;
    font-size: 1em;
  }
}
.zh-footer-center > ul > li .zh-action-hint {
  position: absolute;
  background: #ffffff;
  color: var(--color-main);
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  padding: 0 3px;
  text-align: center;
  right: 0px;
  top: 3px;
  font-size: 1em;
}
@media only screen and (min-device-width: 1200px) {
  .zh-footer-center > ul > li .zh-action-hint {
    font-size: 0.8em;
    min-width: 12px;
    height: 12px;
    line-height: 14px;
    border-radius: 6px;
  }
}

.zh-footer-right {
  position: absolute;
  right: 10px;
  max-width: 200px;
}
.zh-footer-right > ul > li {
  margin-left: 3px;
  padding: 0 5px;
}
.zh-footer-right > ul > li.disabled {
  -webkit-filter: saturate(0%);
  opacity: 0.5;
}
.zh-footer-right > ul > li .zh-icon, .zh-footer-right > ul > li .icon-black, .zh-footer-right > ul > li .icon-white {
  margin: 5px 0;
}

.zh-navbar-footer-green-edit {
  background-color: var(--color-main);
}
.zh-navbar-footer-green-edit > ul > li > a {
  font-family: "open_sanslight", sans-serif !important;
  font-size: 1.8em !important;
  color: #ffffff;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px !important;
  line-height: 50px;
}
.zh-navbar-footer-green-edit > ul > li > a:hover {
  background: none;
}
@media only screen and (min-device-width: 1200px) {
  .zh-navbar-footer-green-edit > ul > li > a {
    line-height: 40px;
  }
}

.zh-navbar-footer-green-edit .zh-footer-title-sprit {
  color: #ffffff;
}

.zh-fixed-bottom {
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
  height: 50px;
  width: 100%;
}
@media only screen and (min-device-width: 1200px) {
  .zh-fixed-bottom {
    height: 40px;
  }
}

.zh-footer-actions-navigation {
  width: auto;
}
.zh-footer-actions-navigation li {
  float: left;
}

#footer li:not(.disabled) a {
  cursor: pointer;
}

.zh-footer-right > ul > li > a .zh-footer-title-sprit {
  font-size: 1.8em;
  color: black;
  text-decoration: none;
  font-family: "open_sanslight", sans-serif;
  cursor: pointer;
  float: right;
  line-height: 50px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-footer-right > ul > li > a .zh-footer-title-sprit {
    line-height: 40px;
    font-size: 1.5em;
  }
}

/* FONT */
.font-bold {
  font-family: "open_sanssemibold", sans-serif;
}

.zh-navbar-footer-edit-mode, .zh-navbar-footer-green-edit {
  background-color: var(--color-main) !important;
}
.zh-navbar-footer-edit-mode .zh-footer-title-sprit, .zh-navbar-footer-green-edit .zh-footer-title-sprit {
  color: #ffffff !important;
}
.zh-navbar-footer-edit-mode .zh-icon, .zh-navbar-footer-edit-mode .icon-black, .zh-navbar-footer-edit-mode .icon-white, .zh-navbar-footer-green-edit .zh-icon, .zh-navbar-footer-green-edit .icon-black, .zh-navbar-footer-green-edit .icon-white {
  display: none;
}
.zh-navbar-footer-edit-mode .zh-icon svg *, .zh-navbar-footer-edit-mode .icon-black svg *, .zh-navbar-footer-edit-mode .icon-white svg *, .zh-navbar-footer-green-edit .zh-icon svg *, .zh-navbar-footer-green-edit .icon-black svg *, .zh-navbar-footer-green-edit .icon-white svg * {
  fill: var(--color-main) !important;
}
.zh-navbar-footer-edit-mode .zh-icon svg > circle, .zh-navbar-footer-edit-mode .icon-black svg > circle, .zh-navbar-footer-edit-mode .icon-white svg > circle, .zh-navbar-footer-green-edit .zh-icon svg > circle, .zh-navbar-footer-green-edit .icon-black svg > circle, .zh-navbar-footer-green-edit .icon-white svg > circle {
  fill: #ffffff !important;
}
.zh-navbar-footer-edit-mode .zh-icon.zh-icon-no-border svg *, .zh-navbar-footer-edit-mode .zh-icon-no-border.icon-black svg *, .zh-navbar-footer-edit-mode .zh-icon-no-border.icon-white svg *, .zh-navbar-footer-green-edit .zh-icon.zh-icon-no-border svg *, .zh-navbar-footer-green-edit .zh-icon-no-border.icon-black svg *, .zh-navbar-footer-green-edit .zh-icon-no-border.icon-white svg * {
  fill: #ffffff !important;
}
.zh-navbar-footer-edit-mode .zh-action-hint, .zh-navbar-footer-green-edit .zh-action-hint {
  background: #ffffff;
  color: var(--color-main);
}
.zh-navbar-footer-edit-mode .zh-action-label, .zh-navbar-footer-green-edit .zh-action-label {
  color: #ffffff !important;
}

.zh-test-box {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
}

.zh-list-container {
  margin-top: 0;
  background-color: #ffffff;
  -moz-transition: margin 0.3s ease-in 0s, height 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s, height 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s, height 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s, height 0.3s ease-in 0s;
  -webkit-overflow-scrolling: auto;
}
.zh-list-container.searchOpened {
  margin-top: 60px;
}
.zh-list-container.searchOpened .zh-template-list {
  padding-top: 0px;
  padding-right: 0px !important;
}

.zh-template-list {
  padding-top: 10px;
  padding-bottom: 10px;
  -moz-transition: padding-top 0.3s ease-in 0s, padding-right 0.3s ease-in 0s;
  -webkit-transition: padding-top 0.3s ease-in 0s, padding-right 0.3s ease-in 0s;
  -o-transition: padding-top 0.3s ease-in 0s, padding-right 0.3s ease-in 0s;
  transition: padding-top 0.3s ease-in 0s, padding-right 0.3s ease-in 0s;
}
.zh-template-list li {
  overflow: hidden;
  padding-bottom: 4.6875%;
  position: relative;
}
.zh-template-list .zh-first-large {
  font-family: "open_sanslight", sans-serif;
  font-size: 1.1em;
  color: black;
}
.zh-template-list .zh-desc-small {
  /* TESTE-DESC 2 */
  font-family: "open_sanslight", sans-serif;
  font-size: 0.9em;
  color: #666666;
}

.popup-content .zh-template-list {
  padding-top: 0;
}

.zh-list-item-checkbox {
  position: absolute;
}
.zh-list-item-checkbox .zh-box {
  top: 2px !important;
  width: 30px !important;
  height: 30px !important;
}
@media only screen and (min-device-width: 1200px) {
  .zh-list-item-checkbox .zh-box {
    width: 20px !important;
    height: 20px !important;
  }
}
.zh-list-item-checkbox .zh-box svg {
  top: -4px !important;
  left: -4px !important;
}
@media only screen and (min-device-width: 1200px) {
  .zh-list-item-checkbox .zh-box svg {
    top: -6px !important;
    left: -6px !important;
  }
}

.zh-list-item-label {
  display: inline-block;
}

.zh-list-item-label.list-checkbox .row {
  margin-left: 36px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-list-item-label.list-checkbox .row {
    margin-left: 26px;
  }
}

.zh-group-desc {
  font-size: 1.8em;
  color: var(--color-text);
  font-family: "open_sanssemibold", sans-serif;
  display: block;
}

.zh-products-container {
  margin: 10px;
}
.zh-products-container > li {
  margin: 10px 0;
}

.zh-product-price {
  font-family: "open_sanssemibold", sans-serif;
  font-size: 1.8em;
  color: var(--color-main);
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.zh-product-desc {
  display: inline-block;
}
.zh-product-desc > p {
  font-size: 1.8em;
  color: var(--color-text);
}
.zh-product-desc > .zh-product-sub-desc {
  font-size: 1.4em;
  color: #999999;
}

.zh-row-selected {
  background: #cccccc;
  margin: 10px;
}

.zh-row-selected-panel-line {
  padding: 5px;
  padding-left: 15px;
  border-bottom: 1px solid #666666;
  margin-bottom: 0px;
}

.zh-workaround-grid-float .form-without-scroller {
  padding: 0 15px;
}
.zh-workaround-grid-float .form-without-scroller .exclude-button {
  position: relative;
  top: -7px;
}
.zh-workaround-grid-float .form-without-scroller .exclude-button p {
  color: var(--color-text) !important;
}
.zh-workaround-grid-float .form-without-scroller .exclude-button svg * {
  fill: #000000 !important;
}

.zh-template-list li {
  padding: 8px 0;
  font-size: 1.1rem;
  cursor: pointer;
  width: 100%;
}
@media only screen and (min-device-width: 1200px) {
  .zh-template-list li {
    padding: 6px 0;
    font-size: 0.9rem;
  }
}
.zh-template-list li .align-right {
  padding-right: 10px;
}

.desktop .zh-template-list {
  margin-bottom: 0;
}

.list-container {
  position: absolute;
  bottom: 50px;
  top: 100px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  padding-left: 15px;
}

.zh-inner-list-row.opened form {
  max-height: 999999px;
  transition: all .7s ease;
  -webkit-transition: all .7s ease;
}

.zh-list-inner-item {
  position: relative;
}
.zh-list-inner-item form {
  max-height: 0;
  position: relative;
  transition: all .7s ease;
  -webkit-transition: all .7s ease;
  margin: 15px -20px 0 -20px;
  background-color: var(--color-main);
  padding: 5px 0 5px 0;
}
.zh-list-inner-item form .zh-field {
  margin: 5px 10px !important;
}
.zh-list-inner-item form .zh-field .zh-label {
  font-family: "open_sanslight", sans-serif;
  font-size: 1.1em;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.zh-list-inner-item form::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: 10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--color-main) transparent;
}
.zh-list-inner-item form .zh-field {
  margin-bottom: 10px;
}

.zh-inner-list-row {
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
}
.zh-inner-list-row .zh-list-inner-field div {
  padding: 0 !important;
}
.zh-inner-list-row .zh-list-inner-field div .align-right {
  padding-right: 0;
}
.zh-inner-list-row.opened {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
  margin-left: -5px;
  width: calc(100% + 10px);
  width: -webkit-calc(100% + 10px);
  background-color: var(--color-selected);
}
.zh-inner-list-row.row-selected {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  margin-left: -5px;
  width: calc(100% + 10px);
  width: -webkit-calc(100% + 10px);
  background-color: #cccccc;
}

.zh-actions-list {
  padding-bottom: 10px;
}
.zh-actions-list li {
  padding-bottom: 4.6875%;
  position: relative;
  padding: 8px 0;
  font-size: 1.1rem;
  cursor: pointer;
  width: 100%;
  background-size: 0px;
  transition: background-size 0.25s ease;
  -webkit-transition: background-size 0.25s ease;
  background-repeat-x: no-repeat;
}
@media only screen and (min-device-width: 1200px) {
  .zh-actions-list li {
    padding: 6px 0;
    font-size: 0.9rem;
  }
}
.zh-actions-list li.selected {
  background-image: -webkit-linear-gradient(var(--color-grid) 0%, var(--color-grid) 100%);
  background-image: -moz-linear-gradient(var(--color-grid) 0%, var(--color-grid) 100%);
  background-image: linear-gradient(var(--color-grid) 0%, var(--color-grid) 100%);
  background-size: 100%;
}
.zh-actions-list li.selected .zh-first-large {
  transition: padding-left 0.25s ease;
  -webkit-transition: padding-left 0.25s ease;
  padding-left: 5px;
}
.zh-actions-list li.disabled {
  opacity: .5;
}
.zh-actions-list .zh-first-large {
  font-family: "open_sanslight", sans-serif;
  font-size: 1.1em;
  color: black;
}

.zh-list-container > ul > li.closed {
  display: none;
}
.zh-list-container > ul > li div.list-group-header {
  padding-left: 0 !important;
  font-family: "open_sanssemibold", sans-serif;
  line-height: 24px;
  height: 24px;
  font-size: 15px;
  color: black;
  position: relative;
}
.zh-list-container > ul > li div.list-group-header span.zh-icon, .zh-list-container > ul > li div.list-group-header span.icon-black, .zh-list-container > ul > li div.list-group-header span.icon-white {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: absolute;
  top: -8px;
  left: -8px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-list-container > ul > li div.list-group-header span.zh-icon, .zh-list-container > ul > li div.list-group-header span.icon-black, .zh-list-container > ul > li div.list-group-header span.icon-white {
    top: -4px;
  }
}
.zh-list-container > ul > li div.list-group-header.opened span.zh-icon, .zh-list-container > ul > li div.list-group-header.opened span.icon-black, .zh-list-container > ul > li div.list-group-header.opened span.icon-white {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.zh-list-container > ul > li div.list-group-header span.list-group-header-text {
  font-family: "open_sanssemibold", sans-serif;
  padding-left: 27px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-list-container > ul > li div.list-group-header span.list-group-header-text {
    padding-left: 22px;
  }
}
.zh-list-container > ul > li div.list-group-footer {
  background-color: var(--color-selected);
  height: 28px;
  line-height: 28px;
  position: relative;
}
.zh-list-container > ul > li div.list-group-footer span {
  font-family: "open_sanssemibold", sans-serif;
  color: black;
}
.zh-list-container > ul > li div.list-group-footer.grid-group-summary {
  font-size: 15px;
}

.zh-icon.disabled svg > circle, .disabled.icon-black svg > circle, .disabled.icon-white svg > circle {
  fill: #737373;
}

.zh-background-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  width: 100%;
  height: 100%;
}
.zh-background-loading > .zh-position-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: -webkit-center;
}
.zh-background-loading > .zh-position-loading > .zh-loading-icon {
  background: url("../../images/icons/loading.gif") no-repeat 0 0;
  width: 80px;
  height: 80px;
  display: block;
  background-size: 80px;
}
.zh-background-loading > .zh-position-loading > .zh-loading-desc {
  height: 35px;
  line-height: 30px;
  vertical-align: top;
  color: #ffffff;
  font-family: "open_sanslight", sans-serif;
  font-size: 1.8em;
  width: 100%;
}

.zh-business-color-menu-slide {
  background-color: var(--color-text);
}

.zh-menu-container {
  height: auto;
  position: absolute;
  width: 100%;
  left: 0;
  padding-top: 10px;
  overflow-y: auto;
  bottom: 30px;
  top: 0;
}
.zh-menu-container.sub-menu {
  bottom: 70px;
}
.zh-menu-container::-webkit-scrollbar-track {
  background-color: transparent;
}
.zh-menu-container::-webkit-scrollbar-thumb {
  background-color: #999999;
}

.everything,
.zh-side-menu,
.zh-footer-menu,
.zh-navbar-footer,
.container[zh-fixed] {
  margin-left: 0px;
  transition: left ease-in .3s, margin-left ease-in .3s;
  -webkit-transition: left ease-in .3s, margin-left ease-in .3s;
}

.something-else {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  width: 80%;
  left: -80%;
  position: fixed;
  z-index: 2000;
  transition: left ease-in .3s, margin-left ease-in .3s;
  -webkit-transition: left ease-in .3s, margin-left ease-in .3s;
}

.something-else .zh-footer-menu {
  width: 100%;
  left: 0%;
  position: absolute;
  z-index: 2000;
}

.zh-img-responsive-user {
  width: 50px;
  height: auto;
}

.zh-user > li {
  margin: 10px 0;
  height: 50px;
}
.zh-user > li > a > img {
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.zh-user > li > a > span {
  float: left;
  display: inline-block;
}
.zh-user > li > a > span > h1 {
  font-family: "open_sanslight", sans-serif;
  font-size: 1.8em;
  color: #ffffff;
}
.zh-user > li > a > span > p {
  font-family: "open_sanslight", sans-serif;
  font-size: 1.2em;
  color: #cccccc;
}

ul.zh-main-menu {
  padding-bottom: 10px;
}
ul.zh-main-menu li.menu-group {
  margin-bottom: 10px;
}
ul.zh-main-menu li.menu-group span.menu-group-title {
  text-transform: uppercase;
  font-size: 1.5em;
  color: #cccccc;
  font-family: "open_sanslight", sans-serif;
  cursor: default;
  display: block;
  height: 22px;
  line-height: 20px;
}
ul.zh-main-menu li.menu-item {
  position: relative;
  width: 100%;
}
ul.zh-main-menu li.menu-item span.menu-link {
  clear: both;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  transition: height 0.3s ease-in;
  -webkit-transition: height 0.3s ease-in;
}
@media only screen and (min-device-width: 1200px) {
  ul.zh-main-menu li.menu-item span.menu-link {
    height: 28px;
    line-height: 28px;
  }
}
ul.zh-main-menu li.menu-item span.menu-link span.menu-icon, ul.zh-main-menu li.menu-item span.menu-link span.menu-expand-icon {
  display: block;
  height: 36px;
  width: 36px;
}
ul.zh-main-menu li.menu-item span.menu-link span.menu-icon.empty-icon, ul.zh-main-menu li.menu-item span.menu-link span.menu-expand-icon.empty-icon {
  background: none;
}
ul.zh-main-menu li.menu-item span.menu-link span.menu-icon svg, ul.zh-main-menu li.menu-item span.menu-link span.menu-expand-icon svg {
  transform: translate(-3px, -3px);
  -webkit-transform: translate(-3px, -3px);
}
@media only screen and (min-device-width: 1200px) {
  ul.zh-main-menu li.menu-item span.menu-link span.menu-icon, ul.zh-main-menu li.menu-item span.menu-link span.menu-expand-icon {
    height: 28px;
    width: 28px;
  }
  ul.zh-main-menu li.menu-item span.menu-link span.menu-icon svg, ul.zh-main-menu li.menu-item span.menu-link span.menu-expand-icon svg {
    transform: scale(0.8) translate(-8px, -8px);
    -webkit-transform: scale(0.8) translate(-8px, -8px);
  }
}
ul.zh-main-menu li.menu-item span.menu-link span.menu-expand-icon {
  float: right;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
ul.zh-main-menu li.menu-item span.menu-link span.menu-title {
  font-size: 1.5em;
  color: #ffffff;
  text-decoration: none;
  font-family: "open_sanslight", sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
  display: block;
  position: relative;
  top: -36px;
}
@media only screen and (min-device-width: 1200px) {
  ul.zh-main-menu li.menu-item span.menu-link span.menu-title {
    font-size: 1.4em;
    padding-left: 32px;
    padding-right: 32px;
    top: -28px;
  }
}
ul.zh-main-menu li.menu-item span.menu-link.with-parent {
  height: 45px;
}
@media only screen and (min-device-width: 1200px) {
  ul.zh-main-menu li.menu-item span.menu-link.with-parent {
    height: 38px;
  }
}
ul.zh-main-menu li.menu-item span.menu-link.with-parent span.menu-title-parent {
  font-size: 1.2em;
  top: -56px;
  color: #999;
}
@media only screen and (min-device-width: 1200px) {
  ul.zh-main-menu li.menu-item span.menu-link.with-parent span.menu-title-parent {
    font-size: 1.1em;
    top: -40px;
  }
}
ul.zh-main-menu li.menu-item ul.sub-menu li.sub-menu-item {
  padding-left: 25px;
}
ul.zh-main-menu li.menu-item ul.sub-menu li.sub-menu-item:not(.has-child) > span.menu-link > span.menu-title {
  color: #ccc;
}
ul.zh-main-menu li.menu-item ul.sub-menu li.sub-menu-item:not(.has-child) > span.menu-link > span.menu-icon svg * {
  fill: #ccc;
}
ul.zh-main-menu li.menu-item.disabled > span.menu-link {
  cursor: default !important;
}
ul.zh-main-menu li.menu-item.disabled > span.menu-link > span.menu-title {
  color: #666 !important;
}
ul.zh-main-menu li.menu-item.disabled > span.menu-link > span.menu-icon svg * {
  fill: #666 !important;
}
ul.zh-main-menu li.menu-item.selected > span.menu-link {
  background-color: #ffffff;
}
ul.zh-main-menu li.menu-item.selected > span.menu-link > span.menu-title {
  color: var(--color-text) !important;
}
ul.zh-main-menu li.menu-item.selected > span.menu-link > span.zh-icon svg *, ul.zh-main-menu li.menu-item.selected > span.menu-link > span.icon-black svg *, ul.zh-main-menu li.menu-item.selected > span.menu-link > span.icon-white svg * {
  fill: var(--color-text) !important;
}
ul.zh-main-menu li.closed > ul.sub-menu > li > span.menu-link {
  height: 0;
}
ul.zh-main-menu li:not(.closed) > span.menu-link > span.menu-expand-icon > svg {
  filter: none !important;
  -webkit-filter: none !important;
}
ul.zh-main-menu li:not(.closed) > span.menu-link > span.menu-expand-icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
ul.zh-main-menu li span.sub-menu-breadcrumb {
  height: 14px;
}
ul.zh-main-menu li span.sub-menu-breadcrumb span {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #999;
  margin-top: 0;
  line-height: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
ul.zh-main-menu li span.sub-menu-breadcrumb span::after {
  content: "»";
  padding: 0 5px;
}

.zh-group-ingo {
  margin: 0 0 0 0;
  padding: 7px 15px 7px 15px !important;
}

.zh-first-small-white {
  color: #ffffff;
  font-size: 1.6em;
  display: block !important;
}

.zh-body-large-white {
  color: #ffffff;
  font-size: 1.4em;
  display: block !important;
}

.zh-navigation-header-menu-top {
  height: 50px;
}
.zh-navigation-header-menu-top > li {
  float: left;
  margin: 3px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-navigation-header-menu-top {
    height: 40px;
  }
}

.zh-footer-menu {
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 30px;
  width: 100%;
}

.zh-business-color-footer-menu {
  background: var(--color-stripe);
  background-image: url("../../images/zeedhi-white.svg");
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position-x: center;
  border-right: solid 2px var(--color-hover);
}

.zh-template-list > li > a {
  text-transform: uppercase;
  font-size: 1.1em;
  color: var(--color-text);
  text-decoration: none;
  font-family: "open_sanslight", sans-serif;
  cursor: pointer;
  margin: 10px;
}

.zh-action-never > li {
  margin: 10px 0 10px 10px;
}
.zh-action-never > li > a {
  color: var(--color-text);
  text-decoration: none;
  font-size: 1.8em;
  font-family: "open_sanslight", sans-serif;
  cursor: pointer;
}

.zh-container-observations {
  background: #cccccc;
  padding: 10px;
}

.zh-observation {
  margin-bottom: 7px;
}
.zh-observation > .li-observation {
  width: 140px;
  height: 40px;
  margin-right: 2px;
  margin-left: 2px;
  position: relative;
  display: inline-block;
  overflow: hidden !important;
  border: 1px solid var(--color-text);
}
.zh-observation > .li-observation:first-child {
  margin-left: 0;
}
.zh-observation > .li-observation.selected {
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: #ffffff !important;
}
.zh-observation .zh-product-children {
  width: 98%;
  margin-left: 1%;
  font-size: 1.4em;
  cursor: pointer;
  line-height: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  font-family: "open_sanslight";
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.zh-product-children.selected {
  color: #ffffff;
}

.zh-user-data {
  position: relative;
  min-height: 50px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.zh-user-data .zh-user-photo {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: inline-block;
  vertical-align: top;
  background-size: 50px 50px;
  cursor: pointer;
}
.zh-user-data .zh-user-info {
  min-height: 50px;
  max-height: 100px;
  width: 70%;
  width: calc(100% - 65px);
  width: -webkit-calc(100% - 65px);
  display: inline-block;
  margin-left: 10px;
}
.zh-user-data .zh-user-info > span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zh-user-data .zh-user-info .zh-user-name {
  color: #ffffff;
  font-size: 1.8em;
  padding-bottom: 5px;
  cursor: pointer;
}
@media only screen and (min-device-width: 1200px) {
  .zh-user-data .zh-user-info .zh-user-name {
    font-size: 1.6em;
  }
}
.zh-user-data .zh-user-info .zh-user-desc {
  color: #cccccc;
  font-size: 1.5em;
  line-height: 1.3em;
  cursor: default;
}
@media only screen and (min-device-width: 1200px) {
  .zh-user-data .zh-user-info .zh-user-desc {
    font-size: 1.3em;
  }
}
.zh-user-data .zh-user-info .zh-user-action {
  border: none;
  line-height: 40px;
  height: 40px;
  font-size: 1.4em;
  width: 100%;
  margin-top: 10px;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (min-device-width: 1200px) {
  .zh-user-data .zh-user-info .zh-user-action {
    height: 32px;
    line-height: 32px;
    font-size: 1.3em;
  }
}
.zh-user-data .zh-user-info .zh-user-action:focus, .zh-user-data .zh-user-info .zh-user-action:active {
  outline: none;
}
.zh-user-data .zh-user-info .zh-user-action .zh-user-action-label {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  left: -40px;
  padding-left: 50px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-user-data .zh-user-info .zh-user-action .zh-user-action-label {
    left: -32px;
    padding-left: 42px;
  }
}
.zh-user-data .zh-user-info .zh-user-action .zh-icon svg *, .zh-user-data .zh-user-info .zh-user-action .icon-black svg *, .zh-user-data .zh-user-info .zh-user-action .icon-white svg * {
  fill: var(--color-text);
}
.zh-user-data .zh-user-info .zh-user-action .zh-icon svg > circle, .zh-user-data .zh-user-info .zh-user-action .icon-black svg > circle, .zh-user-data .zh-user-info .zh-user-action .icon-white svg > circle {
  fill: #ffffff !important;
}

.zh-container-search-menu {
  margin-bottom: 15px;
  position: relative;
}
.zh-container-search-menu .clear-button {
  position: absolute;
  display: block;
  height: 15px;
  width: 15px;
  right: 9px;
  bottom: 9px;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-device-width: 1200px) {
  .zh-container-search-menu .clear-button {
    right: 5px;
    bottom: 6px;
  }
}
.zh-container-search-menu .clear-button svg * {
  fill: var(--color-text);
}

.zh-input-search-menu {
  background-color: transparent;
  border: none;
  padding: 3px 25px 3px 6px;
  width: 100%;
  color: var(--color-text);
  font-size: 1.5em;
  background-color: #ffffff;
  height: 34px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-input-search-menu {
    height: 28px;
  }
}
.zh-input-search-menu::selection {
  background: var(--color-text);
}
.zh-input-search-menu::-moz-selection {
  background: var(--color-text);
}
.zh-input-search-menu:focus {
  outline: none;
}

.menu-overlay {
  background-color: #000000;
  opacity: 0.65;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: opacity 0.3s;
}
.menu-overlay.menu-hidden {
  visibility: hidden;
  opacity: 0;
}

.menu-item-back {
  position: absolute;
  z-index: 2000;
  bottom: 30px;
  cursor: pointer;
  background-color: var(--color-text);
  width: 100%;
  padding: 5px !important;
}
.menu-item-back a, .menu-item-back a:hover, .menu-item-back a:active {
  text-decoration: none;
}
.menu-item-back .title-sprit {
  font-size: 16px;
  color: white;
  line-height: 40px;
  height: 40px;
  margin-left: -7px;
}
@media only screen and (min-device-width: 1200px) {
  .menu-item-back .title-sprit {
    line-height: 30px;
    height: 30px;
  }
}

.zh-footer-menu .menu-about {
  padding-left: 5px;
  cursor: pointer;
}
.zh-footer-menu .menu-about > svg {
  transform: scale(0.6) translate(-12px, -8px);
  -webkit-transform: scale(0.6) translate(-12px, -8px);
}
.zh-footer-menu .menu-about > svg > circle {
  fill: white;
}
.zh-footer-menu .menu-about > svg path {
  fill: var(--color-main);
}
.zh-footer-menu .menu-issue {
  float: right;
  cursor: pointer;
}
.zh-footer-menu .menu-issue > svg {
  transform: scale(0.9) translate(-5px, -5px);
  -webkit-transform: scale(0.9) translate(-5px, -5px);
}
.zh-footer-menu .menu-issue > svg path {
  fill: var(--color-main);
}

.wt-tables {
  text-align: center;
  margin-bottom: 50px;
}
.wt-tables > li {
  margin: 10px 15px;
  display: inline-block;
  width: 100px;
  position: relative;
}
.wt-tables > li > a {
  text-decoration: none;
}
.wt-tables > li > a > .title-tables {
  font-size: 1.4em;
  color: #21211f;
  text-decoration: none;
  font-family: "open_sanslight", sans-serif;
  cursor: pointer;
  text-align: center;
  display: block;
}

.zh-sub-categories > li {
  display: table;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  overflow: hidden;
  padding: 1px;
}
.zh-sub-categories > li > span {
  display: table-cell;
  height: 70px;
  width: 170px;
  vertical-align: middle;
  text-align: center;
}
.zh-sub-categories > li > span > p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: clip;
  overflow: hidden;
  font-size: 1.6em;
  font-family: "open_sanslight", sans-serif;
}

.zh-sub-products > li {
  float: left;
  position: relative;
}
.zh-sub-products > li > a {
  width: 90px;
  height: 90px;
  margin: 3px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: table;
  text-overflow: ellipsis;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  /*&:active, &:focus, &:hover {
  	border: 1px solid #b55521;
  	color: #b55521;
  	background-color: $white !important;
  }*/
}
.zh-sub-products > li > a > p {
  top: 50%;
  display: table-cell;
  vertical-align: middle;
  font-family: "open_sanslight", sans-serif;
  font-size: 1.4em;
  text-align: center;
}

.zh-function-template-container > li {
  display: inline-block;
  background-color: var(--color-stripe);
  width: 100%;
  height: 55px;
  margin-bottom: 5px;
  padding: 8px;
  position: relative;
  overflow: hidden;
}
.zh-function-template-container > li > label {
  color: #ffffff;
  font-family: "open_sanssemibold";
  font-size: 1.2em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px;
}
.zh-function-template-container > li > span {
  display: block;
  clear: both;
  position: absolute;
  right: 0px;
  bottom: 10px;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
}

.zh-container-alert {
  background-color: var(--color-main);
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.zh-container-alert .zh-icon svg *, .zh-container-alert .icon-black svg *, .zh-container-alert .icon-white svg * {
  fill: var(--color-main);
}
.zh-container-alert .zh-icon svg > circle, .zh-container-alert .icon-black svg > circle, .zh-container-alert .icon-white svg > circle {
  fill: #ffffff;
}

.zh-container-text-alert {
  padding: 10px;
  word-wrap: break-word;
}
.zh-container-text-alert .zh-text-alert {
  color: #ffffff;
  text-align: center;
  font-size: 1.5em;
  font-family: "open_sanslight", sans-serif;
  display: block;
  word-wrap: break-word;
  padding: 5px 0;
}
.zh-container-text-alert .zh-icon.zh-icon-hide, .zh-container-text-alert .zh-icon-hide.icon-black, .zh-container-text-alert .zh-icon-hide.icon-white {
  display: none !important;
}
.zh-container-text-alert a {
  color: var(--color-stripe);
  font-family: "open_sanssemibold", sans-serif;
  text-decoration: underline;
}

.zh-footer-alert {
  width: 100%;
}
.zh-footer-alert .zh-alert-button {
  border: none;
  border-top: 1px solid var(--color-hover);
  width: 100%;
  min-height: 50px;
  background: transparent;
  color: #ffffff;
  font-size: 1.6em;
  font-family: "open_sanslight", sans-serif;
  padding: 10px;
}
.zh-footer-alert .zh-alert-button:focus {
  background-color: var(--color-hover);
  outline: none;
}
@media only screen and (min-device-width: 1200px) {
  .zh-footer-alert .zh-alert-button {
    min-height: 40px;
  }
}
.zh-footer-alert .zh-alert-button.horizontal {
  width: 50%;
}
.zh-footer-alert .zh-alert-button.horizontal:first-child {
  border-right: 1px solid var(--color-hover);
}

.zh-message-production-bg {
  text-align: center;
  color: #ffffff;
  background-color: var(--color-main);
  font-family: "open_sanslight", sans-serif;
  font-size: 1.5em;
  padding: 10px;
}

.zh-message-production-bg-selected {
  background-color: #ffffff;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  padding: 0 !important;
}
.zh-message-production-bg-selected > p {
  color: var(--color-main) !important;
}

.zh-alert-scroll {
  word-wrap: break-word;
  overflow-y: auto;
  max-height: 250px;
  padding: 0 7px;
}
.zh-alert-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.zh-alert-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.zh-alert-scroll::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}

.zh-notification-messages {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 75%;
  z-index: 9999;
}
.zh-notification-messages li {
  text-align: right;
  padding-top: 5px;
  padding-right: 5px;
  overflow: hidden;
  cursor: pointer;
}
.zh-notification-messages li > span {
  padding: 4px;
  color: white;
  display: inline-block;
  position: relative;
  min-height: 25px;
}
.zh-notification-messages li.msg-alert > span {
  background-color: #f39c12;
}
.zh-notification-messages li.msg-success > span {
  background-color: #16a085;
}
.zh-notification-messages li.msg-error > span {
  background-color: #c0392b;
}
.zh-notification-messages li .notification-message-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: clip;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  padding-right: 24px;
  padding-left: 5px;
}
.zh-notification-messages li .notification-message-icon {
  background-image: url("../../images/icons/message-icons.svg");
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.zh-notification-messages li.msg-alert .notification-message-icon {
  background-position: 0px 0px;
}
.zh-notification-messages li.msg-success .notification-message-icon {
  background-position: 0px -20px;
}
.zh-notification-messages li.msg-error .notification-message-icon {
  background-position: 0px -40px;
}

#popup {
  display: none;
}

#popup.popup-open {
  display: block;
  z-index: 2000;
}

.popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.6;
  z-index: 10;
}

.popup-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: solid 2px #666666;
  z-index: 11;
}
.popup-container.popup-modal {
  position: fixed;
  bottom: auto;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 800px;
  border: solid 2px #666666;
  transform: translate(-50%, -51%);
}
.popup-container > section {
  background-color: #ffffff;
}

.popup-container.popupNoBlock {
  bottom: 50px;
  background-color: #cccccc;
  border-bottom: solid 1px #666666;
  border-top: none;
}

.popup-container.popupNoBlock:after, .popup-container.popupNoBlock:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  left: 50%;
  border-style: solid;
}

.popup-container.popupNoBlock:after {
  bottom: -7px;
  border-width: 7px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  margin-left: -17px;
}

.popup-container.popupNoBlock:before {
  bottom: -8px;
  border-width: 8px 11px 0 11px;
  border-color: #666666 transparent transparent transparent;
  margin-left: -18px;
}

.popup-container header {
  position: relative;
}

.zh-business-color-popup-header {
  background-color: #ffffff;
}

.popup-container footer {
  width: 100%;
  height: 50px;
  position: relative;
}

.zh-business-color-popup-footer {
  background-color: var(--color-main);
  height: 50px;
}

.zh-popup-left {
  position: absolute;
  left: 15px;
}

.zh-popup-right {
  position: absolute;
  right: 12px;
  top: 0px;
}

.zh-popup-right .icon {
  margin-left: 5px;
}

.zh-popup-left > ul > li {
  margin-right: 3px;
}

.zh-popup-right > ul > li {
  margin-left: 3px;
}
.zh-popup-right > ul > li > a .zh-popup-title-sprit {
  margin-right: 5px;
}
.zh-popup-right > ul > li > a .zh-icon, .zh-popup-right > ul > li > a .icon-black, .zh-popup-right > ul > li > a .icon-white {
  margin-top: 5px;
}

.zh-popup-left > ul > li > a .zh-popup-title-sprit, .zh-popup-right > ul > li > a .zh-popup-title-sprit {
  font-size: 1.8em;
  color: #ffffff;
  text-decoration: none;
  font-family: "open_sanslight", sans-serif;
  cursor: pointer;
  float: left;
  line-height: 50px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-popup-left > ul > li > a .zh-popup-title-sprit, .zh-popup-right > ul > li > a .zh-popup-title-sprit {
    line-height: 40px;
  }
}

.popup-title {
  padding: 12px 12px 10px 12px;
  font-size: 2.5em;
  font-family: "open_sanslight", sans-serif;
  color: var(--color-main);
}
@media only screen and (min-device-width: 1200px) {
  .popup-title {
    font-size: 2em;
  }
}

.popup-container.popupNoBlock .popup-title {
  color: white;
  background-color: var(--color-main);
  height: 50px;
  font-size: 1.8em;
}

.popup-content {
  position: relative;
}
.popup-content .zh-tab-child {
	margin-top: 12px;
}
.popup-content .zh-tab-child .container[zh-scroller]:not(.zh-grid-container):not(.zh-list-container),
.popup-content .zh-tab-child .container[data-zh-scroller]:not(.zh-grid-container):not(.zh-list-container) {
	margin-right: -12px !important;
}
.popup-content .container[zh-scroller], .popup-content .container[data-zh-scroller] {
  position: relative;
}
.popup-content .container[zh-scroller] .container[zh-scroller], .popup-content .container[zh-scroller] .container[data-zh-scroller], .popup-content .container[data-zh-scroller] .container[zh-scroller], .popup-content .container[data-zh-scroller] .container[data-zh-scroller] {
  margin: 0 0 0 -12px;
}
.popup-content .container[zh-scroller] .container.zh-grid-container, .popup-content .container[zh-scroller] .container.zh-gantt-container, .popup-content .container[data-zh-scroller] .container.zh-grid-container, .popup-content .container[data-zh-scroller] .container.zh-gantt-container {
  margin: 0;
  padding: 0;
}
.popup-content .container[zh-scroller] .container.zh-grid-container.searchOpened, .popup-content .container[zh-scroller] .container.searchOpened.zh-gantt-container, .popup-content .container[data-zh-scroller] .container.zh-grid-container.searchOpened, .popup-content .container[data-zh-scroller] .container.searchOpened.zh-gantt-container {
  margin-top: 45px;
}
@media only screen and (min-device-width: 1200px) {
  .popup-content .container[zh-scroller] .container.zh-grid-container.searchOpened, .popup-content .container[zh-scroller] .container.searchOpened.zh-gantt-container, .popup-content .container[data-zh-scroller] .container.zh-grid-container.searchOpened, .popup-content .container[data-zh-scroller] .container.searchOpened.zh-gantt-container {
    margin-top: 37px;
  }
}
.popup-content .container[zh-scroller] .container.zh-list-container, .popup-content .container[data-zh-scroller] .container.zh-list-container {
  margin: 0 -12px 0 -12px;
}
.popup-content .container[zh-scroller] .container.zh-list-container.searchOpened, .popup-content .container[data-zh-scroller] .container.zh-list-container.searchOpened {
  margin-top: 45px;
}
@media only screen and (min-device-width: 1200px) {
  .popup-content .container[zh-scroller] .container.zh-list-container.searchOpened, .popup-content .container[data-zh-scroller] .container.zh-list-container.searchOpened {
    margin-top: 37px;
  }
}
.popup-content .container .container[zh-scroller].zh-grid-container, .popup-content .container .container[zh-scroller].zh-gantt-container, .popup-content .container .container[data-zh-scroller].zh-grid-container, .popup-content .container .container[data-zh-scroller].zh-gantt-container {
  margin: 0;
  padding: 0;
}
.popup-content .container.table-list {
  top: 0px !important;
}
.popup-content .zh-search-box {
  top: 0;
}
.popup-content .zh-container-search {
  top: 0;
}

.popup-container .popup-content {
  background-color: #ffffff;
  margin-bottom: 50px;
}
@media only screen and (min-device-width: 1200px) {
  .popup-container .popup-content {
    margin-bottom: 40px;
  }
}

.popup-container.popupNoBlock .popup-content {
  background-color: #eeeeee;
  margin-bottom: 0;
}

.zh-swipe-container {
  position: absolute;
  width: 75%;
  top: 50px;
  bottom: 50px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  z-index: 20;
}
.zh-swipe-container.zh-swipe-fullscreen {
  width: 100%;
}
.zh-swipe-container.zh-swipe-fullscreen .zh-swipe-inner {
  width: 100%;
  border: none;  
}
@media only screen and (min-device-width: 1200px) {
  .zh-swipe-container {
    top: 40px;
    bottom: 40px;
  }
}
.zh-swipe-container.multiple-swipes {
  width: 90%;
}
.zh-swipe-container.noHeader {
  top: 0;
}
.zh-swipe-container.noFooter {
  bottom: 0;
}

.showAllClass {
  position: absolute;
  z-index: 10;
}

.zh-swipe-right {
  left: 100%;
  top: 50px;
  bottom: 50px;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
}
@media only screen and (min-device-width: 1200px) {
  .zh-swipe-right {
    top: 40px;
    bottom: 40px;
  }
}
.zh-swipe-right.noHeader {
  top: 0;
}
.zh-swipe-right.noFooter {
  bottom: 0;
}
.zh-swipe-right.open {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.zh-swipe-inner {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #ffffff;
  right: 0;
  border-left: solid 1px #999999;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.zh-swipe-inner.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.zh-swipe-inner .swipe-tip {
  position: absolute;
  width: 0px;
  height: 0px;
  z-index: 1000;
  margin-top: 14px;
  top: -100px;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.zh-swipe-inner .swipe-tip::after, .zh-swipe-inner .swipe-tip::before {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
}
@media only screen and (min-device-width: 1200px) {
  .zh-swipe-inner .swipe-tip::after, .zh-swipe-inner .swipe-tip::before {
    top: -5px;
  }
}
.zh-swipe-inner .swipe-tip::after {
  border-width: 10px 15px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  left: -13px;
  z-index: 1001;
}
.zh-swipe-inner .swipe-tip::before {
  border-width: 10px 15px 10px 0;
  border-color: transparent #999999 transparent transparent;
  left: -15px;
  z-index: 1000;
}
.zh-swipe-inner .swipe-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.6;
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
}

.zh-tabbed-widget-parent {
  position: static;
  top: 55px;
}

.zh-swipe-inner .zh-tab-child .zh-widget {
  top: 40px;
}

.swipe-parent-description {
  margin: 0 12px;
  height: 15px;
  font-size: 1.2em;
  color: var(--color-main);
  position: relative;
  top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.swipe-parent-description span::after {
  content: '«';
  padding: 0 5px;
}
.swipe-parent-description span:last-child::after {
  display: none;
}

@media (min-width: 600px) and (orientation: landscape) {
  .something-else {
    width: 60%;
    left: -60%;
  }

  .zh-function-template-container > li > label {
    font-size: 1.6em;
    padding-right: 45px;
  }

  .zh-function-template-container > li > span {
    transform: scale(1);
    -webkit-transform: scale(1);
    right: 10px;
  }
}
@media (min-width: 600px) and (orientation: portrait) {
  .something-else {
    width: 60%;
    left: -60%;
  }

  .zh-function-template-container > li > label {
    font-size: 1.6em;
    padding-right: 45px;
  }

  .zh-function-template-container > li > span {
    transform: scale(1);
    -webkit-transform: scale(1);
    right: 10px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .something-else {
    width: 40%;
    left: -40%;
  }

  .zh-sub-products > li > a {
    width: 135px;
    height: 135px;
    margin: 3px;
  }

  .navbar-toggle {
    display: block !important;
  }

  .container {
    width: 100%;
  }

  .navbar-brand {
    margin: 0px 15px 0 0 !important;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .something-else {
    width: 40%;
    left: -40%;
  }

  .zh-sub-products > li > a {
    width: 135px;
    height: 135px;
    margin: 3px;
  }

  .navbar-toggle {
    display: block !important;
  }

  .container {
    width: 100%;
  }

  .navbar-brand {
    margin: 0px 15px 0 0 !important;
  }
}
@media (min-width: 1024px) and (orientation: landscape) {
  .something-else {
    width: 30%;
    left: -30%;
  }
}
@media (min-width: 1024px) and (orientation: portrait) {
  .something-else {
    width: 30%;
    left: -30%;
  }
}
/*  Airton's queries */
@media (max-width: 767px) {
  .zh-swipe-container,
  .zh-swipe-container.multiple-swipes {
    width: 100% !important;
  }

  .zh-swipe-container .zh-swipe-inner:first-of-type .swipe-tip {
    display: none;
  }
}
@media (max-width: 640px) {
  .zh-swipe-inner {
    width: 100% !important;
    border: none;
  }
}
::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 1em;
  font-family: "open_sanslight", sans-serif;
}

::-moz-placeholder {
  color: #cccccc;
  font-size: 1em;
  font-family: "open_sanslight", sans-serif;
}

:-ms-placeholder {
  color: #cccccc;
  font-size: 1em;
  font-family: "open_sanslight", sans-serif;
}

input:-moz-placeholder {
  color: #cccccc;
  font-size: 1em;
  font-family: "open_sanslight", sans-serif;
}

.zh-stripe {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 50px;
  float: none;
  white-space: nowrap;
  background-color: var(--color-stripe);
  padding: 0 12px;
  display: flex;
  display: -webkit-flex;
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe {
    min-height: 40px;
  }
}
.zh-stripe .stripe-field {
  font-family: "open_sanslight", sans-serif;
  font-size: 1.4em;
  color: #ffffff;
  padding: 3px 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe .stripe-field {
    font-size: 1.3em;
    padding: 0px 3px;
  }
}
.zh-stripe.opened {
  z-index: 10;
}
.zh-stripe .left-side {
  float: none;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  padding-right: 10px;
}
.zh-stripe .left-side .collapsible-icon {
  float: left;
  margin-top: 5px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe .left-side .collapsible-icon {
    margin-top: 4px;
  }
}
.zh-stripe .left-side .stripe-fields {
  float: none;
  display: block;
}
.zh-stripe.collapsible .stripe-fields {
  margin-left: 50px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe.collapsible .stripe-fields {
    margin-left: 40px;
  }
}
.zh-stripe .right-side {
  margin-top: 5px;
  height: 45px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe .right-side {
    margin-top: 4px;
    height: 36px;
  }
}
.zh-stripe .right-side a {
  text-decoration: none !important;
  text-align: center;
  height: 50px;
  cursor: pointer;
  color: white;
  display: inline-block;
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe .right-side a {
    height: 40px;
  }
}
.zh-stripe .right-side a span {
  display: block;
}
.zh-stripe .right-side a svg g * {
  fill: var(--color-stripe);
}
.zh-stripe .right-side a.zh-icon-no-border svg g * {
  fill: #ffffff;
}
.zh-stripe .right-side a svg > circle {
  fill: #ffffff;
}
.zh-stripe .right-side a .action-icon.has-label {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: relative;
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe .right-side a .action-icon.has-label {
    height: 30px;
    width: 30px;
  }
}
.zh-stripe .right-side a .action-icon.has-label .zh-icon, .zh-stripe .right-side a .action-icon.has-label .icon-black, .zh-stripe .right-side a .action-icon.has-label .icon-white {
  height: 30px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe .right-side a .action-icon.has-label .zh-icon, .zh-stripe .right-side a .action-icon.has-label .icon-black, .zh-stripe .right-side a .action-icon.has-label .icon-white {
    height: 24px;
  }
}
.zh-stripe .right-side a .action-icon.has-label .zh-icon svg, .zh-stripe .right-side a .action-icon.has-label .icon-black svg, .zh-stripe .right-side a .action-icon.has-label .icon-white svg {
  transform: scale(0.8) translate(0px, -6px);
  -webkit-transform: scale(0.8) translate(0px, -6px);
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe .right-side a .action-icon.has-label .zh-icon svg, .zh-stripe .right-side a .action-icon.has-label .icon-black svg, .zh-stripe .right-side a .action-icon.has-label .icon-white svg {
    transform: scale(0.6) translate(-8px, -15px);
    -webkit-transform: scale(0.6) translate(-8px, -15px);
  }
}
.zh-stripe .right-side a .zh-action-label {
  color: #ffffff;
  font-size: 1.1em;
  height: 14px;
  line-height: 14px;
  display: block;
  position: relative;
  top: -12px;
  padding: 0px 5px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe .right-side a .zh-action-label {
    top: -10px;
    height: 12px;
    line-height: 12px;
    font-size: 1em;
  }
}
.zh-stripe .stripe-row {
  height: 25px;
  line-height: 20px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe .stripe-row {
    height: 20px;
    line-height: 17px;
  }
}
.zh-stripe .stripe-row:only-child .stripe-field {
  line-height: 40px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe .stripe-row:only-child .stripe-field {
    line-height: 35px;
  }
}
.zh-stripe .stripe-row:first-child .stripe-field {
  padding-top: 5px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe .stripe-row:first-child .stripe-field {
    padding-top: 3px;
  }
}
.zh-stripe .stripe-row:last-child .stripe-field {
  padding-bottom: 5px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe .stripe-row:last-child .stripe-field {
    padding-bottom: 3px;
  }
}

/* Stripe fields */
.direct-input-field {
  padding-right: 5px;
  padding-left: 5px;
}
.direct-input-field:first-child {
  padding-left: 0;
}
.direct-input-field:last-child {
  padding-right: 0;
}

.zh-stripe-select .zh-label {
  float: left;
  height: 34px;
  font-family: "open_sanssemibold", sans-serif;
  font-size: 1.4em;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  padding-right: 5px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe-select .zh-label {
    height: 28px;
    line-height: 28px;
    font-size: 1.3em;
  }
}
.zh-stripe-select .zh-select-multiple {
  overflow: hidden;
  width: auto;
  height: 34px;
  margin: 8px 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
}
.zh-stripe-select .zh-select-multiple:focus {
  border: solid 1px #ffffff;
}
@media only screen and (min-device-width: 1200px) {
  .zh-stripe-select .zh-select-multiple {
    height: 28px;
    margin: 6px 0;
  }
}
.zh-stripe-select .zh-select-multiple .zh-select-item {
  background-color: #ffffff;
  color: var(--color-stripe);
}
.zh-stripe-select .zh-select-multiple span[zh-icon] svg * {
  fill: #ffffff;
}
.zh-stripe-select .zh-select-text {
  font-size: 1.4em;
  color: #ffffff;
}

.stripe-footer .zh-stripe {
  position: absolute;
  bottom: 0;
  left: 0;
}

.zh-graph-container {
  min-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  overflow-x: auto !important;
}
.zh-graph-container div {
  overflow: hidden;
}

.zh-graph svg {
  max-height: 100%;
  width: 100%;
}

.zh-gauge-container canvas {
  margin-top: -30px;
}
.zh-gauge-container span {
  margin-top: -20px;
}

.zh-gauge-container,
.zh-pie-container {
  height: 100%;
  width: 100%;
}
.zh-gauge-container canvas,
.zh-pie-container canvas {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.zh-gauge-container span,
.zh-pie-container span {
  font-family: "open_sanslight", sans-serif;
  font-size: 3em;
  color: var(--color-text);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.zh-graph tspan {
  font-family: "open_sanslight", sans-serif;
  fill: var(--color-text);
  font-size: 1em;
}

.zh-pie-container canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.zh-pie-container span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.value-hint {
  font-size: 0.45em;
}

.masonry-item .zh-gauge-container canvas {
  margin-top: -30px;
}
.masonry-item .zh-gauge-container span {
  margin-top: 5px;
}

.zh-dashboard-chart {
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
.zh-dashboard-chart.has-label-info {
  padding-top: 45px;
}

.zh-dashboard-widget .zh-graph-container {
  width: 100%;
  height: 100%;
}

.zh-chart-title, .zh-chart-subtitle {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #666666;
  font-family: "open_sanslight", sans-serif;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zh-chart-title.has-config-button, .zh-chart-subtitle.has-config-button {
  padding-right: 40px;
}

.zh-chart-subtitle {
  height: 15px;
  line-height: 15px;
  color: #aaa;
  font-size: 11px;
  top: 35px;
}

.zh-chart-config-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.zh-chart-config-button span svg * {
  fill: #aaa !important;
}

.chart-caption {
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(207, 207, 207, 0.5);
  padding: 10px;
  min-width: 120px;
  max-width: 200px;
  min-height: 50px;
  max-height: 100px;
}
.chart-caption .caption {
  margin-bottom: 5px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chart-caption .caption .caption-color {
  position: relative;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 4px;
  background-color: var(--color-main);
  vertical-align: middle;
  margin-right: 3px;
}
.chart-caption .caption:last-child {
  margin-bottom: 0;
}

.zh-graph-container div {
  overflow-y: hidden;
}

.zh-graph-container .zh-graph-wrapper {
  overflow-y: hidden;
  overflow-x: auto;
}

.pie-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pie-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 40px;
  margin: 0 10px;
  font-family: "open_sanslight", sans-serif;
  font-size: 1.8em;
  line-height: 40px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pie-chart {
  position: absolute;
  top: 40px;
  margin: 0 10px;
}

/* Bar chart */
.pie-legend {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  margin: 0;
  padding: 0 10px;
  list-style: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.pie-legend li {
  display: inline-block;
  height: 100%;
  padding: 0 10px;
}

.pie-legend .slice-color {
  float: left;
  width: 25px;
  height: 25px;
  margin: 15px 5px 10px 5px;
}

.pie-legend .slice-label {
  float: left;
  font-family: "open_sanslight", sans-serif;
  height: 12px;
  font-size: 12px;
  color: #666;
  margin: 15px 5px 10px 5px;
  line-height: 25px;
}

.smartphone-chart .pie-legend {
  overflow-x: hidden;
}

.desktop-chart .pie-container .pie-chart,
.tablet-chart .pie-container .pie-chart {
  left: 0;
  right: 30%;
}
.desktop-chart .pie-container .pie-legend,
.tablet-chart .pie-container .pie-legend {
  top: 0;
  right: 0;
  bottom: 0;
  left: 60%;
  overflow: initial;
  white-space: initial;
  padding: 0 5px;
}
.desktop-chart .pie-container .pie-legend li,
.tablet-chart .pie-container .pie-legend li {
  height: auto;
  padding: 0 5px;
}
.desktop-chart .pie-container .pie-legend li .slice-color,
.desktop-chart .pie-container .pie-legend li .slice-label,
.tablet-chart .pie-container .pie-legend li .slice-color,
.tablet-chart .pie-container .pie-legend li .slice-label {
  margin: 10px 5px;
}

.full-width-desktop-chart .pie-container ul {
  top: 40px;
  left: initial;
  right: 40px;
  bottom: 40px;
  width: auto;
  height: auto;
  overflow: initial;
  white-space: initial;
}
.full-width-desktop-chart .pie-container ul li {
  display: block;
  height: auto;
  position: relative;
  margin: 5px 0;
}
.full-width-desktop-chart .pie-container ul li .slice-color {
  float: none;
  margin: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  vertical-align: middle;
}
.full-width-desktop-chart .pie-container ul li .slice-label {
  float: none;
  margin: 0 0 0 5px;
  line-height: 12px;
  cursor: default;
  vertical-align: middle;
}

.zh-dashboard-graph.full-width-desktop-chart .pie-container ul {
  right: 10px;
}

.zh-btn-type-text {
  color: #ffffff !important;
}

.zh-business-colors-border {
  border-color: var(--color-main) !important;
}

.zh-picker-text-selected {
  font-family: "open_sanssemibold", sans-serif;
  opacity: 1 !important;
}

.zh-picker-first-btn {
  position: absolute !important;
}

.mbsc-mobiscroll .dwv {
  font-family: "open_sanslight", sans-serif;
  padding: 12px 12px 10px 12px;
  color: var(--color-main);
  font-size: 2.5em;
}
@media only screen and (min-device-width: 1200px) {
  .mbsc-mobiscroll .dwv {
    font-size: 2em;
  }
}

.zh-grid {
  font-family: "open_sanslight", sans-serif;
  font-size: 1.4em;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid {
    font-size: 1.3em;
  }
}
.zh-grid td, .zh-grid th, .zh-grid .dashboard-grid-container table.dashboard-grid td, .dashboard-grid-container table.dashboard-grid .zh-grid td {
  color: black;
  border: none;
  background: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zh-grid td.right-grid-actions {
  text-align: right;
}
.zh-grid td.left-grid-actions {
  text-align: left;
}
.zh-grid td.text-primary a {
  color: var(--color-main);
}
.zh-grid thead {
  font-family: "open_sanssemibold", sans-serif;
  background-color: var(--color-grid);
}
.zh-grid thead:after {
  content: ' ';
  background-color: var(--color-main);
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 35px;
  z-index: 1;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid thead:after {
    top: 28px;
  }
}
.zh-grid .zh-theader {
  cursor: pointer;
}
.zh-grid tbody tr {
  position: relative;
  height: 47px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid tbody tr {
    height: 36px;
  }
}
.zh-grid tbody tr.group-closed {
  display: none;
}
.zh-grid tr {
  border-bottom: solid 1px #ddd;
}
.zh-grid tbody tr span {
  line-height: 30px;
  min-height: 30px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid tbody tr span {
    line-height: 23px;
    min-height: 23px;
  }
}
.zh-grid tr.row-selected {
  background-color: var(--color-selected);
}
.zh-grid span.zh-field-overflow {
  /*max-width: 95%;*/
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline;
}

.zh-order-arrow {
  width: 0;
  height: 0;
  cursor: pointer;
  border-style: solid;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: -5px;
  margin-left: 2px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-order-arrow {
    top: 16px;
    right: -8px;
  }
}
.zh-order-arrow.up {
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #000000 transparent;
}
.zh-order-arrow.right {
  border-width: 3px 0 3px 12px;
  border-color: transparent transparent transparent #000000;
}
.zh-order-arrow.down {
  border-width: 6px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
}
.zh-order-arrow.left {
  border-width: 3px 12px 3px 0;
  border-color: transparent #000000 transparent transparent;
}

.popup-content .zh-grid-container.searchOpened, .popup-content .searchOpened.zh-gantt-container {
  padding-bottom: 45px;
}
@media only screen and (min-device-width: 1200px) {
  .popup-content .zh-grid-container.searchOpened, .popup-content .searchOpened.zh-gantt-container {
    padding-bottom: 32px;
  }
}

.zh-grid-container, .zh-gantt-container {
  padding: 12px 12px 0 12px;
  width: auto;
  -moz-transition: margin 0.3s ease-in 0s, padding 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s, padding 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s, padding 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s, padding 0.3s ease-in 0s;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container, .zh-gantt-container {
    left: 12px;
    right: 12px;
  }
}
.zh-grid-container.searchOpened, .searchOpened.zh-gantt-container {
  margin-top: 60px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container.searchOpened, .searchOpened.zh-gantt-container {
    margin-top: 48px;
  }
}
.zh-grid-container .zh-inner, .zh-gantt-container .zh-inner {
  padding-left: 0;
  padding-right: 0px;
  height: 100%;
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.zh-grid-container thead tr, .zh-gantt-container thead tr {
  border: none;
}
.zh-grid-container th, .zh-gantt-container th, .zh-grid-container .dashboard-grid-container table.dashboard-grid td, .dashboard-grid-container table.dashboard-grid .zh-grid-container td, .zh-gantt-container .dashboard-grid-container table.dashboard-grid td, .dashboard-grid-container table.dashboard-grid .zh-gantt-container td {
  height: 0;
  line-height: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
  white-space: nowrap;
  overflow: hidden;
}
.zh-grid-container th > span, .zh-gantt-container th > span, .zh-grid-container .dashboard-grid-container table.dashboard-grid td > span, .dashboard-grid-container table.dashboard-grid .zh-grid-container td > span, .zh-gantt-container .dashboard-grid-container table.dashboard-grid td > span, .dashboard-grid-container table.dashboard-grid .zh-gantt-container td > span {
  padding: 0 8px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container th > span, .zh-gantt-container th > span, .zh-grid-container .dashboard-grid-container table.dashboard-grid td > span, .dashboard-grid-container table.dashboard-grid .zh-grid-container td > span, .zh-gantt-container .dashboard-grid-container table.dashboard-grid td > span, .dashboard-grid-container table.dashboard-grid .zh-gantt-container td > span {
    padding: 0 6px;
  }
}
.zh-grid-container th div.zh-theader, .zh-gantt-container th div.zh-theader, .zh-grid-container .dashboard-grid-container table.dashboard-grid td div.zh-theader, .dashboard-grid-container table.dashboard-grid .zh-grid-container td div.zh-theader, .zh-gantt-container .dashboard-grid-container table.dashboard-grid td div.zh-theader, .dashboard-grid-container table.dashboard-grid .zh-gantt-container td div.zh-theader {
  position: absolute;
  top: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container th div.zh-theader, .zh-gantt-container th div.zh-theader, .zh-grid-container .dashboard-grid-container table.dashboard-grid td div.zh-theader, .dashboard-grid-container table.dashboard-grid .zh-grid-container td div.zh-theader, .zh-gantt-container .dashboard-grid-container table.dashboard-grid td div.zh-theader, .dashboard-grid-container table.dashboard-grid .zh-gantt-container td div.zh-theader {
    height: 29px;
    line-height: 29px;
    padding: 0 6px;
  }
}
.zh-grid-container tbody td, .zh-gantt-container tbody td {
  height: 47px;
  padding: 8px 8px !important;
  border-top: none !important;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container tbody td, .zh-gantt-container tbody td {
    height: 36px;
    padding: 6px 6px !important;
  }
}
.zh-grid-container tbody td.grid-group-footer, .zh-gantt-container tbody td.grid-group-footer {
  background-color: var(--color-selected);
}
.zh-grid-container tbody td.grid-group-footer span, .zh-gantt-container tbody td.grid-group-footer span {
  font-family: "open_sanssemibold", sans-serif;
}
.zh-grid-container tbody td.grid-group-footer.grid-group-summary, .zh-gantt-container tbody td.grid-group-footer.grid-group-summary {
  font-size: 16px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container tbody td.grid-group-footer.grid-group-summary, .zh-gantt-container tbody td.grid-group-footer.grid-group-summary {
    font-size: 15px;
  }
}
.zh-grid-container tbody td.inline-editable, .zh-gantt-container tbody td.inline-editable {
  color: var(--color-main);
  position: relative;
}
.zh-grid-container tbody td.inline-editable .editable-content, .zh-gantt-container tbody td.inline-editable .editable-content {
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
}
.zh-grid-container tbody td.inline-editable .editable-content input, .zh-gantt-container tbody td.inline-editable .editable-content input {
  border: none;
  width: 100%;
  height: 100%;
  background-color: var(--color-main);
  color: white;
  padding: 0 6px;
}
.zh-grid-container tbody td.inline-editable .editable-content input::selection, .zh-gantt-container tbody td.inline-editable .editable-content input::selection {
  background-color: rgba(255, 255, 255, 0.99);
  color: var(--color-main);
}
.zh-grid-container tbody td.inline-editable .editable-content input::-moz-selection, .zh-gantt-container tbody td.inline-editable .editable-content input::-moz-selection {
  background-color: rgba(255, 255, 255, 0.99);
  color: var(--color-main);
}
.zh-grid-container tbody td.inline-editable .editable-content input:active, .zh-gantt-container tbody td.inline-editable .editable-content input:active, .zh-grid-container tbody td.inline-editable .editable-content input:focus, .zh-gantt-container tbody td.inline-editable .editable-content input:focus {
  outline: none;
}
.zh-grid-container tbody td.inline-editable .edit-icon, .zh-gantt-container tbody td.inline-editable .edit-icon {
  position: absolute;
  top: 2px;
  left: 2px;
}
.zh-grid-container tbody td.inline-editable.edited span:not(.edit-icon), .zh-gantt-container tbody td.inline-editable.edited span:not(.edit-icon) {
  padding-left: 30px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container tbody td.inline-editable.edited span:not(.edit-icon), .zh-gantt-container tbody td.inline-editable.edited span:not(.edit-icon) {
    padding-left: 25px;
  }
}

.grid-checkbox-column {
  width: 50px;
  display: inline-block;
}

.zh-grid-container .grid-checkbox-column, .zh-gantt-container .grid-checkbox-column {
  cursor: pointer;
}
.zh-grid-container .grid-checkbox-column .inline-checkbox, .zh-gantt-container .grid-checkbox-column .inline-checkbox {
  height: 47px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container .grid-checkbox-column .inline-checkbox, .zh-gantt-container .grid-checkbox-column .inline-checkbox {
    height: 36px;
  }
}
.zh-grid-container .grid-checkbox-column .inline-checkbox-header, .zh-gantt-container .grid-checkbox-column .inline-checkbox-header {
  height: 35px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container .grid-checkbox-column .inline-checkbox-header, .zh-gantt-container .grid-checkbox-column .inline-checkbox-header {
    height: 27px;
  }
}
.zh-grid-container .grid-checkbox-column .inline-checkbox, .zh-gantt-container .grid-checkbox-column .inline-checkbox, .zh-grid-container .grid-checkbox-column .inline-checkbox-header, .zh-gantt-container .grid-checkbox-column .inline-checkbox-header {
  width: 50px;
  display: inline-block;
}
.zh-grid-container .grid-checkbox-column .inline-checkbox::after, .zh-gantt-container .grid-checkbox-column .inline-checkbox::after, .zh-grid-container .grid-checkbox-column .inline-checkbox-header::after, .zh-gantt-container .grid-checkbox-column .inline-checkbox-header::after {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #aaa;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1));
}
.zh-grid-container .grid-checkbox-column .inline-checkbox.checked::after, .zh-gantt-container .grid-checkbox-column .inline-checkbox.checked::after, .zh-grid-container .grid-checkbox-column .inline-checkbox-header.checked::after, .zh-gantt-container .grid-checkbox-column .inline-checkbox-header.checked::after {
  left: 32px;
  background-color: var(--color-main);
}
.zh-grid-container .grid-checkbox-column .inline-checkbox::before, .zh-gantt-container .grid-checkbox-column .inline-checkbox::before, .zh-grid-container .grid-checkbox-column .inline-checkbox-header::before, .zh-gantt-container .grid-checkbox-column .inline-checkbox-header::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 26px;
  border-radius: 1px;
  background-color: #ccc;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.zh-grid-container .grid-checkbox-column .inline-checkbox.checked::before, .zh-gantt-container .grid-checkbox-column .inline-checkbox.checked::before, .zh-grid-container .grid-checkbox-column .inline-checkbox-header.checked::before, .zh-gantt-container .grid-checkbox-column .inline-checkbox-header.checked::before {
  background-color: var(--color-main);
}
.zh-grid-container .grid-checkbox-column .inline-checkbox.toggling::after, .zh-gantt-container .grid-checkbox-column .inline-checkbox.toggling::after, .zh-grid-container .grid-checkbox-column .inline-checkbox-header.toggling::after, .zh-gantt-container .grid-checkbox-column .inline-checkbox-header.toggling::after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.zh-grid-container .grid-checkbox-column .inline-checkbox.toggling::before, .zh-gantt-container .grid-checkbox-column .inline-checkbox.toggling::before, .zh-grid-container .grid-checkbox-column .inline-checkbox-header.toggling::before, .zh-gantt-container .grid-checkbox-column .inline-checkbox-header.toggling::before {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.zh-grid-container .grid-checkbox-column svg, .zh-gantt-container .grid-checkbox-column svg {
  position: relative;
  top: 2px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container .grid-checkbox-column svg, .zh-gantt-container .grid-checkbox-column svg {
    top: 4px;
  }
}
.zh-grid-container .grid-checkbox-column svg .box, .zh-gantt-container .grid-checkbox-column svg .box {
  fill: #ffffff;
  stroke: #cccccc;
}
.zh-grid-container .grid-checkbox-column svg .check, .zh-gantt-container .grid-checkbox-column svg .check {
  fill: var(--color-main);
}
.zh-grid-container::before, .zh-gantt-container::before {
  content: none;
}
.zh-grid-container .table-container-fixed, .zh-gantt-container .table-container-fixed {
  float: left;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 35px;
}
.zh-grid-container .table-container-fixed.has-groups, .zh-gantt-container .table-container-fixed.has-groups {
  min-width: 25px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container .table-container-fixed, .zh-gantt-container .table-container-fixed {
    padding-top: 28px;
  }
}
.zh-grid-container .table-container-fixed .zh-theader-bkg, .zh-gantt-container .table-container-fixed .zh-theader-bkg {
  position: absolute;
  top: 0;
  height: 35px;
  width: 100%;
  background-color: var(--color-grid);
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container .table-container-fixed .zh-theader-bkg, .zh-gantt-container .table-container-fixed .zh-theader-bkg {
    height: 28px;
  }
}
.zh-grid-container .table-container-fixed .zh-inner, .zh-gantt-container .table-container-fixed .zh-inner {
  overflow: auto;
  height: 100%;
  -webkit-overflow-scrolling: auto;
}
.zh-grid-container .table-container-fixed .zh-inner::-webkit-scrollbar, .zh-gantt-container .table-container-fixed .zh-inner::-webkit-scrollbar {
  display: none;
}
.zh-grid-container .table-container-fixed .zh-inner .zh-theader, .zh-gantt-container .table-container-fixed .zh-inner .zh-theader {
  height: 35px;
  line-height: 35px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container .table-container-fixed .zh-inner .zh-theader, .zh-gantt-container .table-container-fixed .zh-inner .zh-theader {
    height: 28px;
    line-height: 28px;
  }
}
.zh-grid-container .table-container-fixed .zh-inner table thead tr th:last-child, .zh-gantt-container .table-container-fixed .zh-inner table thead tr th:last-child, .zh-grid-container .table-container-fixed .zh-inner .dashboard-grid-container table.dashboard-grid thead tr td:last-child, .dashboard-grid-container .zh-grid-container .table-container-fixed .zh-inner table.dashboard-grid thead tr td:last-child, .zh-gantt-container .table-container-fixed .zh-inner .dashboard-grid-container table.dashboard-grid thead tr td:last-child, .dashboard-grid-container .zh-gantt-container .table-container-fixed .zh-inner table.dashboard-grid thead tr td:last-child {
  padding-right: 8px;
}
.zh-grid-container .table-container-fixed .zh-inner table tbody tr td:last-child, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td:last-child {
  padding-right: 8px;
}
.zh-grid-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header {
  position: relative;
}
.zh-grid-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.zh-icon, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.zh-icon, .zh-grid-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.icon-black, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.icon-black, .zh-grid-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.icon-white, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.icon-white {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: absolute;
  top: 4px;
  left: -3px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.zh-icon, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.zh-icon, .zh-grid-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.icon-black, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.icon-black, .zh-grid-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.icon-white, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.icon-white {
    top: 2px;
  }
}
.zh-grid-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header.opened span.zh-icon, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header.opened span.zh-icon, .zh-grid-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header.opened span.icon-black, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header.opened span.icon-black, .zh-grid-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header.opened span.icon-white, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header.opened span.icon-white {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.zh-grid-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.grid-group-header-text, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.grid-group-header-text {
  position: fixed;
  z-index: -1;
  font-family: "open_sanssemibold", sans-serif;
  padding-left: 27px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.grid-group-header-text, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td.grid-group-header span.grid-group-header-text {
    padding-left: 22px;
  }
}
.zh-grid-container .table-container-fixed .zh-inner table tbody tr td.grid-group-footer, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td.grid-group-footer {
  background-color: var(--color-selected);
}
.zh-grid-container .table-container-fixed .zh-inner table tbody tr td.grid-group-footer span, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td.grid-group-footer span {
  font-family: "open_sanssemibold", sans-serif;
}
.zh-grid-container .table-container-fixed .zh-inner table tbody tr td.grid-group-footer.grid-group-summary, .zh-gantt-container .table-container-fixed .zh-inner table tbody tr td.grid-group-footer.grid-group-summary {
  font-size: 15px;
}
.zh-grid-container .table-container-fixed .zh-inner.fix-margin-bottom table, .zh-gantt-container .table-container-fixed .zh-inner.fix-margin-bottom table {
  margin-bottom: 25px;
}
.zh-grid-container .table-container, .zh-gantt-container .table-container {
  width: auto;
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 35px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container .table-container, .zh-gantt-container .table-container {
    padding-top: 28px;
  }
}
.zh-grid-container .table-container .zh-theader-bkg, .zh-gantt-container .table-container .zh-theader-bkg {
  position: absolute;
  top: 0px;
  height: 35px;
  width: 100%;
  background-color: var(--color-grid);
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container .table-container .zh-theader-bkg, .zh-gantt-container .table-container .zh-theader-bkg {
    height: 28px;
  }
}
.zh-grid-container .table-container .zh-inner, .zh-gantt-container .table-container .zh-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: auto;
}
.zh-grid-container .table-container .zh-inner .zh-theader, .zh-gantt-container .table-container .zh-inner .zh-theader {
  height: 35px;
  line-height: 35px;
  top: 0px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-container .table-container .zh-inner .zh-theader, .zh-gantt-container .table-container .zh-inner .zh-theader {
    height: 28px;
    line-height: 28px;
  }
}

.zh-dashboard-container .zh-grid-container, .zh-dashboard-container .zh-gantt-container {
  padding: 0;
}

.infinity-load-data {
  width: 100%;
  text-align: center;
  color: var(--color-main);
  font-size: 14px;
  cursor: pointer;
  display: block;
  position: relative;
  left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-device-width: 1200px) {
  .infinity-load-data {
    font-size: 13px;
  }
}

.zh-grid-actions {
  text-align: left;
  display: inline-block;
}
.zh-grid-actions .zh-grid-icon {
  position: relative;
  height: 30px;
  width: 40px;
  overflow: visible;
  cursor: pointer;
  float: none !important;
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-actions .zh-grid-icon {
    width: 32px;
    top: 10px;
    margin-right: 5px;
    margin-top: -10px;
  }
}
.zh-grid-actions svg {
  transform: translate(-5px, -5px);
  -webkit-transform: translate(-5px, -5px);
}
@media only screen and (min-device-width: 1200px) {
  .zh-grid-actions svg {
    transform: scale(0.8) translate(-10px, -10px);
    -webkit-transform: scale(0.8) translate(-10px, -10px);
  }
}

.order-arrow {
  font-size: 10px;
}

.grid-align-center {
  text-align: center !important;
}

.grid-align-right {
  text-align: right !important;
}

.grid-align-left {
  text-align: left !important;
}

/*COLUMN EDITING*/
.zh-grid-column-editing {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  bottom: 0;
  background: linear-gradient(45deg, #ffffff 8%, rgba(0, 0, 0, 0.3) 8%, rgba(0, 0, 0, 0.3) 50%, #ffffff 50%, #ffffff 58%, rgba(0, 0, 0, 0.3) 58%);
  background: -webkit-linear-gradient(45deg, white 8%, rgba(0, 0, 0, 0.3) 8%, rgba(0, 0, 0, 0.3) 50%, white 50%, white 58%, rgba(0, 0, 0, 0.3) 58%);
  background-size: 18px 18px;
  z-index: 1;
}

/* NEW GRID */
.zh-new-grid {
  font-family: "open_sanslight", sans-serif;
  vertical-align: middle;
  position: relative;
  height: 100%;
  width: 100%;
  color: var(--color-text);
}
.zh-new-grid .header {
  width: 100%;
  background-color: var(--color-grid);
  position: relative;
  overflow: hidden;
  height: 36px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .header {
    height: 28px;
  }
}
/*grid navigation*/
.zh-new-grid:focus {
  outline: none;
}
.zh-new-grid:focus .header, .zh-new-grid:focus .header .th {
  background-color: var(--color-main);
  color: white;
}
.zh-new-grid:focus .body .tr.focus, .zh-new-grid:focus .body .tr.focus .td {
  background-color: #f0f0f0;
}
/*grid navigation end*/
.zh-new-grid .header .tr {
  border-bottom: solid 1px var(--color-main);
  height: 36px;
  white-space: nowrap;
  font-size: 0;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .header .tr {
    height: 28px;
  }
}
.zh-new-grid .header .th {
  font-family: "open_sanssemibold", sans-serif;
  background-color: var(--color-grid);
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  overflow: hidden;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .header .th {
    font-size: 13px;
    height: 27px;
    line-height: 27px;
  }
}
.zh-new-grid .header .th span.editable-icon {
  float: none;
  vertical-align: top;
  margin-top: -3px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .header .th span.editable-icon {
    margin-top: -2px;
  }
}
.zh-new-grid .body {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .body {
    top: 28px;
  }
}
.zh-new-grid .body .body-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 5px;
  bottom: 0;
  overflow: hidden;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .body .body-content {
    right: 10px;
  }
}
.zh-new-grid .body .tr {
  border-bottom: solid 1px #ddd;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  overflow: hidden;
  transition: height 0.3s linear;
  -webkit-transition: height 0.3s linear;
  height: 47px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .body .tr {
    height: 36px;
  }
}
.zh-new-grid .body .tr .td:first-child span.grouped-child-item {
  padding-left: 25px;
}
.zh-new-grid .body .tr.group-closed {
  height: 0;
  display: none;
}
.zh-new-grid .body .tr.group-footer {
  background-color: var(--color-selected);
}
.zh-new-grid .body .tr.group-footer .group-footer-title {
  position: absolute;
  top: 1px;
  left: 3px;
  color: var(--color-main);
  font-size: 10px;
  z-index: 2;
}
.zh-new-grid .body .td {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .body .td {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
  }
}
.zh-new-grid .body .td.grid-group-header {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.zh-new-grid .body .td.grid-group-header span.zh-icon, .zh-new-grid .body .td.grid-group-header span.icon-black, .zh-new-grid .body .td.grid-group-header span.icon-white {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: absolute;
  top: 4px;
  left: -3px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .body .td.grid-group-header span.zh-icon, .zh-new-grid .body .td.grid-group-header span.icon-black, .zh-new-grid .body .td.grid-group-header span.icon-white {
    top: 2px;
  }
}
.zh-new-grid .body .td.grid-group-header.opened span.zh-icon, .zh-new-grid .body .td.grid-group-header.opened span.icon-black, .zh-new-grid .body .td.grid-group-header.opened span.icon-white {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.zh-new-grid .body .td.grid-group-header.opened span.zh-icon svg, .zh-new-grid .body .td.grid-group-header.opened span.icon-black svg, .zh-new-grid .body .td.grid-group-header.opened span.icon-white svg {
  -webkit-filter: none !important;
  filter: none !important;
}
.zh-new-grid .body .td.grid-group-header span.grid-group-header-text {
  padding-left: 27px;
  font-family: "open_sanssemibold", sans-serif;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .body .td.grid-group-header span.grid-group-header-text {
    padding-left: 22px;
  }
}
.zh-new-grid .body .td.grid-group-footer {
  background-color: var(--color-selected);
}
.zh-new-grid .body .td.grid-group-footer span {
  font-family: "open_sanssemibold", sans-serif;
}
.zh-new-grid .body .td.grid-group-footer.grid-group-summary {
  font-size: 16px;
  padding-top: 4px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .body .td.grid-group-footer.grid-group-summary {
    font-size: 15px;
  }
}
.zh-new-grid .body .td.inline-editable {
  position: relative;
  cursor: pointer;
  /* data value span */
}
.zh-new-grid .body .td.inline-editable .editable-content {
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  border-bottom: solid 1px #ddd;
}
.zh-new-grid .body .td.inline-editable .editable-content::before, .zh-new-grid .body .td.inline-editable .editable-content::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 5px;
  border-left: solid 1px #ddd;
  bottom: 0px;
}
.zh-new-grid .body .td.inline-editable .editable-content::before {
  left: 0;
}
.zh-new-grid .body .td.inline-editable .editable-content::after {
  right: 0px;
}
.zh-new-grid .body .td.inline-editable .editable-content input {
  width: 100%;
  height: 100%;
  line-height: 100%;
  border: solid 1px var(--color-main);
  color: var(--color-text);
  padding: 0 6px;
  position: relative;
  z-index: 1;
}
.zh-new-grid .body .td.inline-editable .editable-content input:active, .zh-new-grid .body .td.inline-editable .editable-content input:focus {
  outline: none;
}
.zh-new-grid .body .td.inline-editable .edit-icon {
  float: none;
  vertical-align: top;
  margin-top: -3px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .body .td.inline-editable .edit-icon {
    margin-top: 2px;
  }
}
.zh-new-grid .body .td.inline-editable span.ng-binding {
  padding: 0 6px;
}
.zh-new-grid .body .td.bold-parent {
  font-family: "open_sanssemibold", sans-serif;
}
.zh-new-grid .body .grid-bottom-scroll-area, .zh-new-grid .body .grid-top-scroll-area {
  width: 100%;
  background-size: 100% 47px;
  background-image: -webkit-linear-gradient(bottom, #ddd 1px, transparent 1px);
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .body .grid-bottom-scroll-area, .zh-new-grid .body .grid-top-scroll-area {
    background-size: 100% 36px;
  }
}
.zh-new-grid .td, .zh-new-grid .th {
  display: inline-block;
  position: relative;
  background-color: white;
  padding: 0 8px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .td, .zh-new-grid .th {
    padding: 0 6px;
  }
}
.zh-new-grid .td.fixed, .zh-new-grid .th.fixed {
  z-index: 1;
}
.zh-new-grid .th, .zh-new-grid .tr {
  opacity: 0;
}
.zh-new-grid .th span {
  display: inline-block;
}
.zh-new-grid .th span.label-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zh-new-grid .th span.label-text.label-text-checkbox {
  width: auto;
}
.zh-new-grid .zh-grid-actions {
  height: 46px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .zh-grid-actions {
    height: 35px;
  }
}
.zh-new-grid .zh-grid-actions .zh-grid-icon {
  height: 46px;
  width: 46px;
  top: 0;
  margin-top: 0;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .zh-grid-actions .zh-grid-icon {
    height: 35px;
    width: 35px;
  }
}
.zh-new-grid .zh-grid-actions svg {
  transform: translate(3px, 3px);
  -webkit-transform: translate(3px, 3px);
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .zh-grid-actions svg {
    transform: scale(0.8) translate(-3px, -3px);
    -webkit-transform: scale(0.8) translate(-3px, -3px);
  }
}
.zh-new-grid .zh-text-search-not-found {
  font-size: 14px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .zh-text-search-not-found {
    font-size: 13px;
  }
}
.zh-new-grid .body-scroll-control {
  position: absolute;
  bottom: 0;
  right: 5px;
  height: 6px;
  overflow-x: auto;
  z-index: 1;
  overflow-y: hidden;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .body-scroll-control {
    right: 10px;
    height: 11px;
  }
}
.zh-new-grid .body-scroll-control div {
  height: 5px;
}
.zh-new-grid .grid-vertical-scroll-control {
  position: absolute;
  right: 0;
  top: 36px;
  bottom: 0;
  width: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .grid-vertical-scroll-control {
    width: 11px;
    top: 28px;
  }
}
.zh-new-grid .grid-vertical-scroll-control div {
  width: 5px;
}

.grid-align-right .inline-select-value {
  padding-right: 32px;
}

.zh-inline-select {
  height: 23px;
}

.zh-inline-select span.zh-icon {
  position: absolute;
  right: 0;
  top: -4px;
}
.zh-inline-select .zh-icon svg * {
  fill: #999999;
}

.zh-inline-select-native {
  height: 100%;
}

.zh-inline-select-native > div {
  width: 100%;
  height: 100%;
  border: none;
  font-size: inherit;
	display: none;
	padding: 2px 5px;
	z-index: 1;
}

.zh-inline-select-native > div.new-select:focus {
	border: solid 1px var(--color-main);
}

.zh-inline-select-native > div.new-select ul.list {
	margin-top: 80px !important;
}

.zh-select-multiple {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  height: 34px;
  width: 100%;
  padding: 5px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.zh-select-multiple .left-search {
  margin-top: 3px;
  margin-right: 7px;
}
.zh-select-multiple .right-search {
  margin-top: 0;
}
@media only screen and (min-device-width: 1200px) {
  .zh-select-multiple {
    height: 28px;
    padding: 3px 5px;
  }
}
.zh-select-multiple .zh-select-item {
  background-color: var(--color-main);
  color: white;
  padding: 4px;
  padding-right: 6px;
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  max-width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
@media only screen and (min-device-width: 1200px) {
  .zh-select-multiple .zh-select-item {
    padding: 3px;
  }
}
.zh-select-multiple .zh-select-item.more-items {
  cursor: default;
}

.zh-select-multiple .zh-select-item.except-items {
  background-color: var(--color-hover);
}

.zh-select-multiple .zh-select-item.all {
  background-color: white;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
  font-family: "open_sanssemibold", sans-serif;
  margin-top: 3px;
  padding: 0px;
}

.zh-select-multiple .zh-select-item span {
  font-size: 14px;
  line-height: 12px;
  padding-right: 5px;
}

.zh-select-multiple .exception-text {
  font-family: "open_sanssemibold", sans-serif;
  padding: 1px;
  padding-right: 6px;
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 6px;
  max-width: 30%;
  overflow: hidden;
  white-space: nowrap;
}

.zh-select-multiple .zh-icon, .zh-select-multiple .icon-black, .zh-select-multiple .icon-white {
  position: absolute;
  right: -5px;
  top: -4px;
  cursor: pointer;
}
@media only screen and (min-device-width: 1200px) {
  .zh-select-multiple .zh-icon, .zh-select-multiple .icon-black, .zh-select-multiple .icon-white {
    top: -3px;
  }
}
.zh-select-multiple .zh-icon svg *, .zh-select-multiple .icon-black svg *, .zh-select-multiple .icon-white svg * {
  fill: #999999;
}
.zh-new-grid .tr div.zh-select-multiple-order {
  cursor: pointer;
  padding: 0;
}
.zh-select-multiple-up-arrow {
  position: absolute;
  top: -4px;
  opacity: 0.5;
  transform: rotate(180deg);
  left: 1px;
}
.zh-select-multiple-down-arrow {
  position: absolute;
  top: 5px;
  opacity: 0.5;
  left: 1px;
}
.zh-order-up-arrow {
  position: absolute;
  top: -2px;
  opacity: 0.5;
}
.zh-order-down-arrow {
  position: absolute;
  top: 4px;
  opacity: 0.5;
}
.zh-arrow-active {
  opacity: 1;
}

.zh-tree-grid td {
  box-sizing: padding-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  line-height: 1.4em;
  vertical-align: middle;
  color: var(--color-text);
}
.zh-tree-grid td span:not(.zh-icon):not(.icon-black):not(.icon-white) {
  height: 100%;
  display: inline-block !important;
  font-size: 1em;
  vertical-align: middle;
}
.zh-tree-grid tbody tr {
  background-color: transparent;
}
.zh-tree-grid tbody tr.search-breadcrumb {
  border-bottom: none;
  height: auto;
}
.zh-tree-grid tbody tr.search-breadcrumb td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 10px;
  position: relative;
  overflow: visible;
}
.zh-tree-grid tbody tr.search-breadcrumb td span {
  color: var(--color-main);
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  min-height: 14px;
  top: 5px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tree-grid tbody tr.search-breadcrumb td span {
    font-size: 10px;
    line-height: 12px;
    height: 12px;
    min-height: 12px;
    top: 4px;
  }
}
.zh-tree-grid tr.row-selected {
  background-color: var(--color-selected);
}
.zh-tree-grid tr.show-breadcrumb td {
  padding-top: 0px;
}
.zh-tree-grid thead {
  background-color: var(--color-grid);
}
.zh-tree-grid tr {
  display: table-row;
}

div.table-container-fixed table tr.bold-parent .zh-side-column + .zh-standard-column, div.table-container table.is-phone tr.bold-parent .zh-side-column + .zh-standard-column {
  font-family: "open_sanssemibold", sans-serif;
}
div.table-container-fixed table .zh-side-column + .zh-standard-column .icon, div.table-container table.is-phone .zh-side-column + .zh-standard-column .icon {
  cursor: pointer;
  font-family: "open_sanssemibold", sans-serif;
  height: 100%;
  width: 20px;
  content: "\00a0";
  text-align: center;
  display: inline-block;
  color: var(--color-main);
  font-size: 20px;
}
div.table-container-fixed table tr[class*="lvl-1"] .zh-side-column + .zh-standard-column, div.table-container table.is-phone tr[class*="lvl-1"] .zh-side-column + .zh-standard-column {
  padding-left: 8px !important;
}
div.table-container-fixed table tr[class*="lvl-2"] .zh-side-column + .zh-standard-column, div.table-container table.is-phone tr[class*="lvl-2"] .zh-side-column + .zh-standard-column {
  padding-left: 24px !important;
}
div.table-container-fixed table tr[class*="lvl-3"] .zh-side-column + .zh-standard-column, div.table-container table.is-phone tr[class*="lvl-3"] .zh-side-column + .zh-standard-column {
  padding-left: 40px !important;
}
div.table-container-fixed table tr[class*="lvl-4"] .zh-side-column + .zh-standard-column, div.table-container table.is-phone tr[class*="lvl-4"] .zh-side-column + .zh-standard-column {
  padding-left: 56px !important;
}
div.table-container-fixed table tr[class*="lvl-5"] .zh-side-column + .zh-standard-column, div.table-container table.is-phone tr[class*="lvl-5"] .zh-side-column + .zh-standard-column {
  padding-left: 72px !important;
}
div.table-container-fixed table tr[class*="lvl-6"] .zh-side-column + .zh-standard-column, div.table-container table.is-phone tr[class*="lvl-6"] .zh-side-column + .zh-standard-column {
  padding-left: 88px !important;
}
div.table-container-fixed table tr[class*="lvl-7"] .zh-side-column + .zh-standard-column, div.table-container table.is-phone tr[class*="lvl-7"] .zh-side-column + .zh-standard-column {
  padding-left: 104px !important;
}
div.table-container-fixed table tr[class*="lvl-8"] .zh-side-column + .zh-standard-column, div.table-container table.is-phone tr[class*="lvl-8"] .zh-side-column + .zh-standard-column {
  padding-left: 120px !important;
}
div.table-container-fixed table tr[class*="lvl-9"] .zh-side-column + .zh-standard-column, div.table-container table.is-phone tr[class*="lvl-9"] .zh-side-column + .zh-standard-column {
  padding-left: 136px !important;
}

div.table-container table:not(.is-phone) tr.bold-parent td:first-child {
  font-family: "open_sanssemibold", sans-serif;
}
div.table-container table:not(.is-phone) td:first-child .icon {
  cursor: pointer;
  font-family: "open_sanssemibold", sans-serif;
  height: 100%;
  width: 20px;
  content: "\00a0";
  text-align: center;
  display: inline-block;
  color: var(--color-main);
  font-size: 20px;
}
div.table-container table:not(.is-phone) tr[class*="lvl-1"] td:first-child {
  padding-left: 6px !important;
}
div.table-container table:not(.is-phone) tr[class*="lvl-2"] td:first-child {
  padding-left: 22px !important;
}
div.table-container table:not(.is-phone) tr[class*="lvl-3"] td:first-child {
  padding-left: 38px !important;
}
div.table-container table:not(.is-phone) tr[class*="lvl-4"] td:first-child {
  padding-left: 54px !important;
}
div.table-container table:not(.is-phone) tr[class*="lvl-5"] td:first-child {
  padding-left: 70px !important;
}
div.table-container table:not(.is-phone) tr[class*="lvl-6"] td:first-child {
  padding-left: 86px !important;
}
div.table-container table:not(.is-phone) tr[class*="lvl-7"] td:first-child {
  padding-left: 102px !important;
}
div.table-container table:not(.is-phone) tr[class*="lvl-8"] td:first-child {
  padding-left: 118px !important;
}
div.table-container table:not(.is-phone) tr[class*="lvl-9"] td:first-child {
  padding-left: 134px !important;
}

/* NEW_TREE */
.zh-new-grid .body .tr .search-breadcrumb {
  height: 20px;
  color: var(--color-main);
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 20px;
  z-index: 1;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .body .tr .search-breadcrumb {
    height: 15px;
    font-size: 10px;
    line-height: 15px;
  }
}
.zh-new-grid .body .tr.show-breadcrumb {
  padding-top: 8px;
  height: 55px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-new-grid .body .tr.show-breadcrumb {
    padding-top: 5px;
    height: 41px;
  }
}
.zh-new-grid .body .td {
  /* tree */
}
.zh-new-grid .body .td span.tree-expand-icon {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.zh-new-grid .body .td span.tree-expand-icon span.zh-icon, .zh-new-grid .body .td span.tree-expand-icon span.icon-black, .zh-new-grid .body .td span.tree-expand-icon span.icon-white {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.zh-new-grid .body .td span.tree-expand-icon.no-child {
  visibility: hidden;
}
.zh-new-grid .body .td span.tree-expand-icon.opened span.zh-icon, .zh-new-grid .body .td span.tree-expand-icon.opened span.icon-black, .zh-new-grid .body .td span.tree-expand-icon.opened span.icon-white {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.zh-new-grid .body .td span.tree-expand-icon.opened span.zh-icon svg, .zh-new-grid .body .td span.tree-expand-icon.opened span.icon-black svg, .zh-new-grid .body .td span.tree-expand-icon.opened span.icon-white svg {
  -webkit-filter: none !important;
}
.zh-new-grid .body .tr.zh-row-lvl-1 span.tree-expand-icon {
  padding-left: 0;
}
.zh-new-grid .body .tr.zh-row-lvl-2 span.tree-expand-icon {
  padding-left: 16px;
}
.zh-new-grid .body .tr.zh-row-lvl-3 span.tree-expand-icon {
  padding-left: 32px;
}
.zh-new-grid .body .tr.zh-row-lvl-4 span.tree-expand-icon {
  padding-left: 48px;
}
.zh-new-grid .body .tr.zh-row-lvl-5 span.tree-expand-icon {
  padding-left: 64px;
}
.zh-new-grid .body .tr.zh-row-lvl-6 span.tree-expand-icon {
  padding-left: 80px;
}
.zh-new-grid .body .tr.zh-row-lvl-7 span.tree-expand-icon {
  padding-left: 96px;
}
.zh-new-grid .body .tr.zh-row-lvl-8 span.tree-expand-icon {
  padding-left: 112px;
}
.zh-new-grid .body .tr.zh-row-lvl-9 span.tree-expand-icon {
  padding-left: 128px;
}

/* TREE LIST */
.zh-tree-list-container .zh-template-list li span.tree-list-expand-icon {
  cursor: pointer;
  position: absolute;
  margin-top: -3px;
  z-index: 1;
}
.zh-tree-list-container .zh-template-list li span.tree-list-expand-icon span.zh-icon, .zh-tree-list-container .zh-template-list li span.tree-list-expand-icon span.icon-black, .zh-tree-list-container .zh-template-list li span.tree-list-expand-icon span.icon-white {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.zh-tree-list-container .zh-template-list li span.tree-list-expand-icon.no-child {
  visibility: hidden;
}
.zh-tree-list-container .zh-template-list li span.tree-list-expand-icon.opened span.zh-icon, .zh-tree-list-container .zh-template-list li span.tree-list-expand-icon.opened span.icon-black, .zh-tree-list-container .zh-template-list li span.tree-list-expand-icon.opened span.icon-white {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.zh-tree-list-container .zh-template-list li span.tree-list-expand-icon span:before {
  content: '';
  position: absolute;
  background-color: white;
  width: 16px;
  height: 24px;
  top: 8px;
  right: 12px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tree-list-container .zh-template-list li span.tree-list-expand-icon span:before {
    width: 16px;
    height: 24px;
    top: 3px;
    right: 10px;
  }
}
.zh-tree-list-container .zh-template-list li .list-columns {
  margin-top: 8px;
  width: 100%;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tree-list-container .zh-template-list li .list-columns {
    margin-top: 3px;
  }
}
.zh-tree-list-container .zh-template-list li .list-columns .row {
  padding-left: 0;
  font-size: 0.7em;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tree-list-container .zh-template-list li .list-columns .row {
    font-size: 1em;
  }
}
.zh-tree-list-container .zh-template-list li .list-columns .row.zh-first-large {
  font-size: 0.8em;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tree-list-container .zh-template-list li .list-columns .row.zh-first-large {
    font-size: 1.1em;
  }
}
.zh-tree-list-container .zh-template-list li .list-columns .row > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zh-tree-list-container .zh-template-list li .list-columns .row > div.col-xs-12 {
  padding-right: 0;
}
.zh-tree-list-container .zh-template-list li .list-columns .row > div.col-xs-sameline {
  width: auto;
}
.zh-tree-list-container .zh-template-list li .list-columns .search-breadcrumb {
  height: 20px;
  color: var(--color-main);
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tree-list-container .zh-template-list li .list-columns .search-breadcrumb {
    height: 15px;
    font-size: 10px;
    line-height: 15px;
  }
}
.zh-tree-list-container .zh-template-list li .tree-line {
  position: absolute;
  top: calc(-100% + 25px);
  bottom: calc(100% - 25px);
  width: 1px;
  border-left: solid 1px #ccc;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tree-list-container .zh-template-list li .tree-line {
    top: calc(-100% + 19px);
    bottom: calc(100% - 19px);
  }
}
.zh-tree-list-container .zh-template-list li .tree-line.last:after {
  content: '';
  position: absolute;
  bottom: 0px;
  height: 1px;
  width: 16px;
  border-top: solid 1px #ccc;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-1 span.tree-list-expand-icon {
  margin-left: 30px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-1 .list-columns {
  padding-left: 70px;
}
.zh-tree-list-container .zh-template-list span.parent-tree-line-1 {
  left: 49px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-2 span.tree-list-expand-icon {
  margin-left: 46px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-2 .list-columns {
  padding-left: 86px;
}
.zh-tree-list-container .zh-template-list span.parent-tree-line-2 {
  left: 65px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-3 span.tree-list-expand-icon {
  margin-left: 62px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-3 .list-columns {
  padding-left: 102px;
}
.zh-tree-list-container .zh-template-list span.parent-tree-line-3 {
  left: 81px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-4 span.tree-list-expand-icon {
  margin-left: 78px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-4 .list-columns {
  padding-left: 118px;
}
.zh-tree-list-container .zh-template-list span.parent-tree-line-4 {
  left: 97px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-5 span.tree-list-expand-icon {
  margin-left: 94px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-5 .list-columns {
  padding-left: 134px;
}
.zh-tree-list-container .zh-template-list span.parent-tree-line-5 {
  left: 113px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-6 span.tree-list-expand-icon {
  margin-left: 110px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-6 .list-columns {
  padding-left: 150px;
}
.zh-tree-list-container .zh-template-list span.parent-tree-line-6 {
  left: 129px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-7 span.tree-list-expand-icon {
  margin-left: 126px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-7 .list-columns {
  padding-left: 166px;
}
.zh-tree-list-container .zh-template-list span.parent-tree-line-7 {
  left: 145px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-8 span.tree-list-expand-icon {
  margin-left: 142px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-8 .list-columns {
  padding-left: 182px;
}
.zh-tree-list-container .zh-template-list span.parent-tree-line-8 {
  left: 161px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-9 span.tree-list-expand-icon {
  margin-left: 158px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-9 .list-columns {
  padding-left: 198px;
}
.zh-tree-list-container .zh-template-list span.parent-tree-line-9 {
  left: 177px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-10 span.tree-list-expand-icon {
  margin-left: 174px;
}
.zh-tree-list-container .zh-template-list li.zh-row-lvl-10 .list-columns {
  padding-left: 214px;
}
.zh-tree-list-container .zh-template-list span.parent-tree-line-10 {
  left: 193px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-1 span.tree-list-expand-icon {
    margin-left: 20px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-1 .list-columns {
    padding-left: 50px;
  }
  .zh-tree-list-container .zh-template-list span.parent-tree-line-1 {
    left: 36px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-2 span.tree-list-expand-icon {
    margin-left: 45px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-2 .list-columns {
    padding-left: 75px;
  }
  .zh-tree-list-container .zh-template-list span.parent-tree-line-2 {
    left: 61px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-3 span.tree-list-expand-icon {
    margin-left: 70px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-3 .list-columns {
    padding-left: 100px;
  }
  .zh-tree-list-container .zh-template-list span.parent-tree-line-3 {
    left: 86px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-4 span.tree-list-expand-icon {
    margin-left: 95px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-4 .list-columns {
    padding-left: 125px;
  }
  .zh-tree-list-container .zh-template-list span.parent-tree-line-4 {
    left: 111px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-5 span.tree-list-expand-icon {
    margin-left: 120px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-5 .list-columns {
    padding-left: 150px;
  }
  .zh-tree-list-container .zh-template-list span.parent-tree-line-5 {
    left: 136px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-6 span.tree-list-expand-icon {
    margin-left: 145px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-6 .list-columns {
    padding-left: 175px;
  }
  .zh-tree-list-container .zh-template-list span.parent-tree-line-6 {
    left: 161px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-7 span.tree-list-expand-icon {
    margin-left: 170px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-7 .list-columns {
    padding-left: 200px;
  }
  .zh-tree-list-container .zh-template-list span.parent-tree-line-7 {
    left: 186px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-8 span.tree-list-expand-icon {
    margin-left: 195px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-8 .list-columns {
    padding-left: 225px;
  }
  .zh-tree-list-container .zh-template-list span.parent-tree-line-8 {
    left: 211px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-9 span.tree-list-expand-icon {
    margin-left: 220px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-9 .list-columns {
    padding-left: 250px;
  }
  .zh-tree-list-container .zh-template-list span.parent-tree-line-9 {
    left: 236px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-10 span.tree-list-expand-icon {
    margin-left: 245px;
  }
  .zh-tree-list-container .zh-template-list li.zh-row-lvl-10 .list-columns {
    padding-left: 275px;
  }
  .zh-tree-list-container .zh-template-list span.parent-tree-line-10 {
    left: 261px;
  }
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-1 span.tree-list-expand-icon {
  margin-left: -10px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-1 .list-columns {
  padding-left: 30px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-1 {
  left: 9px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-2 span.tree-list-expand-icon {
  margin-left: 6px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-2 .list-columns {
  padding-left: 46px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-2 {
  left: 25px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-3 span.tree-list-expand-icon {
  margin-left: 22px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-3 .list-columns {
  padding-left: 62px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-3 {
  left: 41px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-4 span.tree-list-expand-icon {
  margin-left: 38px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-4 .list-columns {
  padding-left: 78px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-4 {
  left: 57px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-5 span.tree-list-expand-icon {
  margin-left: 54px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-5 .list-columns {
  padding-left: 94px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-5 {
  left: 73px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-6 span.tree-list-expand-icon {
  margin-left: 70px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-6 .list-columns {
  padding-left: 110px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-6 {
  left: 89px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-7 span.tree-list-expand-icon {
  margin-left: 86px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-7 .list-columns {
  padding-left: 126px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-7 {
  left: 105px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-8 span.tree-list-expand-icon {
  margin-left: 102px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-8 .list-columns {
  padding-left: 142px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-8 {
  left: 121px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-9 span.tree-list-expand-icon {
  margin-left: 118px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-9 .list-columns {
  padding-left: 158px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-9 {
  left: 137px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-10 span.tree-list-expand-icon {
  margin-left: 134px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-10 .list-columns {
  padding-left: 174px;
}
.zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-10 {
  left: 153px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-1 span.tree-list-expand-icon {
    margin-left: 0px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-1 .list-columns {
    padding-left: 30px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-1 {
    left: 16px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-2 span.tree-list-expand-icon {
    margin-left: 25px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-2 .list-columns {
    padding-left: 55px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-2 {
    left: 41px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-3 span.tree-list-expand-icon {
    margin-left: 50px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-3 .list-columns {
    padding-left: 80px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-3 {
    left: 66px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-4 span.tree-list-expand-icon {
    margin-left: 75px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-4 .list-columns {
    padding-left: 105px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-4 {
    left: 91px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-5 span.tree-list-expand-icon {
    margin-left: 100px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-5 .list-columns {
    padding-left: 130px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-5 {
    left: 116px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-6 span.tree-list-expand-icon {
    margin-left: 125px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-6 .list-columns {
    padding-left: 155px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-6 {
    left: 141px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-7 span.tree-list-expand-icon {
    margin-left: 150px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-7 .list-columns {
    padding-left: 180px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-7 {
    left: 166px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-8 span.tree-list-expand-icon {
    margin-left: 175px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-8 .list-columns {
    padding-left: 205px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-8 {
    left: 191px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-9 span.tree-list-expand-icon {
    margin-left: 200px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-9 .list-columns {
    padding-left: 230px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-9 {
    left: 216px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-10 span.tree-list-expand-icon {
    margin-left: 225px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) li.zh-row-lvl-10 .list-columns {
    padding-left: 255px;
  }
  .zh-tree-list-container .zh-template-list:not(.list-checkbox) span.parent-tree-line-10 {
    left: 241px;
  }
}

.zh-dashboard {
  padding: 0;
  -webkit-overflow-scrolling: auto;
}

.dashboard-menu-shortcut {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dashboard-menu-shortcut .shortcut-label {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dashboard-menu-shortcut .zh-icon, .dashboard-menu-shortcut .icon-black, .dashboard-menu-shortcut .icon-white {
  position: absolute;
  bottom: -8px;
  right: -8px;
}
@media only screen and (min-device-width: 1200px) {
  .dashboard-menu-shortcut .zh-icon, .dashboard-menu-shortcut .icon-black, .dashboard-menu-shortcut .icon-white {
    bottom: -6px;
    right: -6px;
  }
}

.dashboard-table-container {
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  display: block;
}

div.title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 40px;
}
div.title .main-label {
  font-family: "open_sanslight", sans-serif;
  font-size: 1.2em;
  display: block;
  line-height: 30px;
}
div.title .highlight-label {
  font-family: "open_sanssemibold", sans-serif;
  font-size: 1.2em;
  display: block;
}
div.title span[zh-icon] {
  transform: scale(1.75);
  -webkit-transform: scale(1.75);
}
div.title span[zh-icon] svg * {
  fill: #ffffff;
}

.dashboard-grid-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.dashboard-grid-container table.dashboard-grid {
  table-layout: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dashboard-grid-container table.dashboard-grid tbody {
  width: 100%;
  height: 100%;
}
.dashboard-grid-container table.dashboard-grid th, .dashboard-grid-container table.dashboard-grid td {
  font-family: "open_sanssemibold", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 3px;
}
.dashboard-grid-container table.dashboard-grid td {
  font-family: "open_sanslight", sans-serif;
}

.pagination-control {
  width: 100%;
  height: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pagination-control .activate-control {
  display: none;
}
.pagination-control a {
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.pagination-control .left-control {
  width: 30%;
  float: left;
}
.pagination-control .left-control .first {
  float: left;
}
.pagination-control .pagination-box {
  display: inline-block;
  width: 40%;
  margin: 0 auto;
}
.pagination-control .right-control {
  width: 30%;
  float: right;
}
.pagination-control .right-control .next,
.pagination-control .right-control .last {
  float: right;
}
.pagination-control span.index-list {
  display: block;
  text-align: center;
  line-height: 34px;
}

@media screen and (min-width: 300px) and (max-width: 600px) {
  div.title .main-label {
    line-height: 40px !important;
  }

  .dashboard-grid-container table.dashboard-grid {
    top: 12px !important;
  }
}
span.btn {
  padding: 0;
}
span.btn:active, span.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dashboard-notification-shortcut .shortcut-label {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dashboard-notification-shortcut .shortcut-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 50%;
}
.dashboard-notification-shortcut .shortcut-notification {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  font-size: 1em;
  text-align: center;
}
.dashboard-notification-shortcut .shortcut-notification span {
  display: inline-block;
}

.dashboard-info-highlight .shortcut-highlight {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  font-size: 1em;
  text-align: center;
  white-space: nowrap;
}
.dashboard-info-highlight .shortcut-highlight span {
  display: inline-block;
}

.dashboard-info-view {
  position: relative;
  width: 100%;
  height: 100%;
}
.dashboard-info-view .dashboard-table-container {
  font-size: 10px;
}
.dashboard-info-view .zh-field-group:first-child {
  padding-top: 0;
}
.dashboard-info-view .table-container {
  font-size: 10px;
}
.dashboard-info-view .zh-label {
  color: #ffffff;
}

.dashboard-filled-icon-notification .wrapper {
  position: absolute;
  top: 45px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.dashboard-filled-icon-notification .shortcut-icon {
  position: absolute;
  top: 0;
  right: 40%;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.dashboard-filled-icon-notification .shortcut-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
}
.dashboard-filled-icon-notification .shortcut-notification {
  position: absolute;
  top: 0;
  left: 60%;
  right: 0;
  bottom: 0;
  text-align: right;
  vertical-align: middle;
}

.zh-dashboard-container {
  padding: 0;
}

div[data-zh-masonry-grid],
div[zh-masonry-grid] {
  position: relative;
  padding: 12px;
  width: 100%;
  height: 100%;
}

.masonry-item {
  color: white;
  font-size: 1.4em;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s, transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.3s, transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  border: solid 3px #ffffff;
  padding: 10px;
  line-height: 16px;
  /*
  &:active {
  	transform: scale(0.95);
  	-webkit-transform: scale(0.95);
  }
  */
  /**
   * Useful for forms which are inserted on dashboard
   **/
}
.masonry-item.filler {
  background-color: #eeeeee;
}
.masonry-item.color1 {
  background-color: #16a085;
}
.masonry-item.color2 {
  background-color: #f39c12;
}
.masonry-item.color3 {
  background-color: #d35400;
}
.masonry-item.color4 {
  background-color: #9b59b6;
}
.masonry-item.color5 {
  background-color: #2980b9;
}
.masonry-item.color6 {
  background-color: #34495e;
}
.masonry-item.color7 {
  background-color: #f6f6f6;
}
.masonry-item.color8 {
  background-color: #ffffff;
}
.masonry-item.color9 {
  background-color: #3cd7e7;
}
.masonry-item.color10 {
  background-color: #e74c3c;
}
.masonry-item.color11 {
  background-color: #7ac95b;
}
.masonry-item.color12 {
  background-color: #ff7921;
}
.masonry-item.color13 {
  background-color: #a66bbe;
}
.masonry-item.color14 {
  background-color: #f2ca27;
}
.masonry-item.color15 {
  background-color: #2e8ece;
}
.masonry-item.color16 {
  background-color: #1b557a;
}
.masonry-item .zh-label {
  font-size: 0.9em;
}
.masonry-item p.zh-field-value {
  color: var(--color-text);
  font-size: 0.9em !important;
}

.zh-gantt-container .table-container-fixed {
  padding-top: 46px;
}
.zh-gantt-container .table-container-fixed .zh-theader-bkg {
  height: 46px;
}
.zh-gantt-container .table-container-fixed .zh-inner .zh-theader {
  height: 46px;
  line-height: 45px;
}
.zh-gantt-container .table-container-fixed .zh-inner table tbody tr:first-child {
  border-top: solid 1px transparent;
}
.zh-gantt-container .table-container {
  width: auto;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-top: 46px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.zh-gantt-container .table-container .zh-theader-bkg {
  position: absolute;
  top: 23px;
  height: 23px;
  width: 100%;
  background-color: var(--color-grid);
  border-bottom: solid 1px var(--color-main);
  border-left: solid 1px var(--color-main);
  z-index: 7;
}
.zh-gantt-container .table-container .zh-theader-bkg.parents {
  top: 0;
}
.zh-gantt-container .table-container .zh-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: auto;
}
.zh-gantt-container .table-container .zh-inner .zh-theader {
  z-index: 8;
  height: 23px;
  line-height: 23px;
  border-left: solid 1px var(--color-main);
  top: 23px;
}
.zh-gantt-container .table-container .zh-inner .zh-theader.parent {
  border-bottom: solid 1px var(--color-main);
  top: 0px;
}
.zh-gantt-container .table-container .zh-inner table thead tr th.today div.zh-theader, .zh-gantt-container .table-container .zh-inner .dashboard-grid-container table.dashboard-grid thead tr td.today div.zh-theader, .dashboard-grid-container .zh-gantt-container .table-container .zh-inner table.dashboard-grid thead tr td.today div.zh-theader {
  border-left: solid 2px var(--color-main) !important;
}
.zh-gantt-container .table-container .zh-inner table tbody tr {
  line-height: 15px !important;
  text-align: left;
  border-bottom: solid 1px #cccccc;
}
.zh-gantt-container .table-container .zh-inner table tbody tr.gantt-breadcrumb td {
  padding-top: 11px;
}
.zh-gantt-container .table-container .zh-inner table tbody tr:first-child {
  border-top: solid 1px transparent;
}
.zh-gantt-container .table-container .zh-inner table tbody tr:nth-child(odd) {
  border-bottom: none;
}
.zh-gantt-container .table-container .zh-inner table tbody tr td {
  padding: 0px;
}
.zh-gantt-container .table-container .zh-inner table tbody tr td.today {
  border-left: solid 2px var(--color-main) !important;
}
.zh-gantt-container .table-container .zh-inner table tbody tr td span {
  height: auto !important;
  display: block !important;
  line-height: 15px !important;
  margin-top: 8px;
  margin-bottom: 0px;
}
.zh-gantt-container .table-container .zh-inner table tbody tr td.planned span {
  background-color: #2980b9;
  margin-top: 8px;
  margin-bottom: 0px;
}
.zh-gantt-container .table-container .zh-inner table tbody tr td.real span {
  background-color: #27ae60;
  margin-top: 0px;
  margin-bottom: 8px;
}
.zh-gantt-container .table-container .zh-inner table tbody tr td.real.late span {
  background-color: #c0392b;
}
.zh-gantt-container .table-container .zh-inner table.year tbody tr td:nth-child(odd), .zh-gantt-container .table-container .zh-inner table.quarter tbody tr td:nth-child(odd), .zh-gantt-container .table-container .zh-inner table.month tbody tr td:nth-child(odd) {
  background-color: #eee !important;
}
.zh-gantt-container .table-container .zh-inner table.week tbody tr td {
  background: linear-gradient(to right, #eeeeee 14%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 86%, #eeeeee 86%) !important;
}
.zh-gantt-container .table-container .zh-inner table.day thead tr th.day0 div.zh-theader, .zh-gantt-container .table-container .zh-inner table.day thead tr .dashboard-grid-container table.dashboard-grid td.day0 div.zh-theader, .dashboard-grid-container table.dashboard-grid .zh-gantt-container .table-container .zh-inner table.day thead tr td.day0 div.zh-theader, .zh-gantt-container .table-container .zh-inner table.day thead tr th.day6 div.zh-theader, .zh-gantt-container .table-container .zh-inner table.day thead tr .dashboard-grid-container table.dashboard-grid td.day6 div.zh-theader, .dashboard-grid-container table.dashboard-grid .zh-gantt-container .table-container .zh-inner table.day thead tr td.day6 div.zh-theader {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.zh-gantt-container .table-container .zh-inner table.day tbody tr td.day0, .zh-gantt-container .table-container .zh-inner table.day tbody tr td.day6 {
  background-color: #eee !important;
}
.zh-gantt-container .table-container .zh-inner table.day tbody tr td.day2, .zh-gantt-container .table-container .zh-inner table.day tbody tr td.day4 {
  background-color: #f6f6f6 !important;
}

.zh-search-box.gantt {
  z-index: 20;
  height: 46px;
  -moz-transition: height 0.3s ease-in 0s;
  -webkit-transition: height 0.3s ease-in 0s;
  -o-transition: height 0.3s ease-in 0s;
  transition: height 0.3s ease-in 0s;
}
.zh-search-box.gantt svg {
  top: 0;
  -moz-transition: top 0.3s ease-in 0s;
  -webkit-transition: top 0.3s ease-in 0s;
  -o-transition: top 0.3s ease-in 0s;
  transition: top 0.3s ease-in 0s;
}
.zh-search-box.gantt.searchOpened {
  height: 35px;
}
.zh-search-box.gantt.searchOpened svg {
  top: -6px;
}

.zh-kanban-container {
  overflow-y: hidden !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.zh-kanban-column-container {
  position: relative;
  height: 100%;
}

.kanban-column {
  display: inline-block;
  height: 100%;
  position: relative;
  opacity: 0;
  border: solid 1px #eee;
}

.kanban-column-label {
  font-family: "open_sanssemibold", sans-serif;
  font-size: 1.8em;
  display: block;
  padding: 10px;
  color: var(--color-main);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-device-width: 1200px) {
  .kanban-column-label {
    font-size: 1.4em;
  }
}

.kanban-item-container {
  overflow: auto;
  height: 100%;
  padding: 0 5px 0 5px;
  -webkit-overflow-scrolling: auto;
}

.kanban-item {
  margin-bottom: 8px;
  width: 100%;
  position: relative;
}
.kanban-item.ui-sortable-helper {
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
}
.kanban-item.movable .kanban-handle {
  cursor: grab;
  cursor: -webkit-grab;
}
.kanban-item.movable .kanban-handle:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.kanban-placeholder {
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  background-color: var(--color-header);
}

.kanban-task {
  background-color: #ddd;
}

.kanban-task-handle {
  display: block;
  padding: 5px;
  background-color: #aaa;
  min-height: 35px;
  position: relative;
}
@media only screen and (min-device-width: 1200px) {
  .kanban-task-handle {
    min-height: 32px;
  }
}

.kanban-task-ribbon {
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  width: 25px;
}
.kanban-task-ribbon .zh-icon, .kanban-task-ribbon .icon-black, .kanban-task-ribbon .icon-white {
  width: 25px;
  height: 30px;
  position: relative;
  top: -3px;
  left: -8px;
  display: none !important;
  overflow: hidden;
}
@media only screen and (min-device-width: 1200px) {
  .kanban-task-ribbon .zh-icon, .kanban-task-ribbon .icon-black, .kanban-task-ribbon .icon-white {
    width: 25px;
    height: 25px;
    top: 0px;
    left: -3px;
  }
}

.kanban-task-ribbon .before, .kanban-task-ribbon .after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.kanban-task-ribbon .before {
  left: 0;
  border-width: 20px 15px 0 0;
}

.kanban-task-ribbon .after {
  right: 0;
  border-width: 0 15px 20px 0;
}

.kanban-task-label {
  color: white;
  font-family: "open_sanssemibold", sans-serif;
  font-size: 1.4em;
  margin-right: 35px;
  display: flex;
  display: -webkit-flex;
  line-height: 18px;
  padding: 3px 0 3px 5px;
  word-break: break-word;
}
@media only screen and (min-device-width: 1200px) {
  .kanban-task-label {
    font-size: 1.3em;
    line-height: 16px;
    padding: 2px 0 2px 5px;
  }
}

.kanban-task-desc {
  font-family: "open_sanslight", sans-serif;
  font-size: 1.4em;
  padding-top: 10px;
  display: block;
  line-height: 18px;
  color: var(--color-text);
  padding-right: 40px;
  padding-left: 10px;
  padding-bottom: 10px;
  word-wrap: break-word;
  white-space: pre-wrap;
}
@media only screen and (min-device-width: 1200px) {
  .kanban-task-desc {
    font-size: 1.3em;
    padding-top: 8px;
    line-height: 17px;
    padding-right: 35px;
    padding-left: 8px;
    padding-bottom: 8px;
  }
}

.kanban-task-resources {
  width: 100%;
  display: block;
  text-align: right;
  padding-bottom: 2px;
  padding-right: 5px;
}

.kanban-task-photo {
  display: inline-block;
  margin-left: 5px;
}
.kanban-task-photo img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-size: 30px 30px;
}

.kanban-task-due-date {
  font-family: "open_sanssemibold", sans-serif;
  font-size: 1.4em;
  padding-left: 10px;
  padding-bottom: 10px;
  display: block;
  line-height: 18px;
  color: var(--color-text);
  padding-right: 10px;
}

.kanban-item.movable .kanban-task-ribbon .zh-icon, .kanban-item.movable .kanban-task-ribbon .icon-black, .kanban-item.movable .kanban-task-ribbon .icon-white {
  display: block !important;
}
.kanban-item.task-ok .kanban-task-desc, .kanban-item.task-ok .kanban-task-due-date, .kanban-item.task-alert .kanban-task-desc, .kanban-item.task-alert .kanban-task-due-date, .kanban-item.task-problem .kanban-task-desc, .kanban-item.task-problem .kanban-task-due-date {
  padding-right: 45px;
}
.kanban-item.task-ok .kanban-task-ribbon {
  background-color: #27ae60;
}
.kanban-item.task-ok .kanban-task-ribbon .before {
  border-color: #27ae60 transparent transparent;
}
.kanban-item.task-ok .kanban-task-ribbon .after {
  border-color: transparent #27ae60 transparent transparent;
}
.kanban-item.task-alert .kanban-task-ribbon {
  background-color: #f1c40f;
}
.kanban-item.task-alert .kanban-task-ribbon .before {
  border-color: #f1c40f transparent transparent;
}
.kanban-item.task-alert .kanban-task-ribbon .after {
  border-color: transparent #f1c40f transparent transparent;
}
.kanban-item.task-problem .kanban-task-ribbon {
  background-color: #c0392b;
}
.kanban-item.task-problem .kanban-task-ribbon .before {
  border-color: #c0392b transparent transparent;
}
.kanban-item.task-problem .kanban-task-ribbon .after {
  border-color: transparent #c0392b transparent transparent;
}

.kanban-column-checkbox, .kanban-task-checkbox {
  cursor: pointer;
  padding-top: 10px;
  float: left;
  padding-left: 10px;
  display: block;
}
.kanban-column-checkbox svg, .kanban-task-checkbox svg {
  position: relative;
  top: 2px;
}
.kanban-column-checkbox svg .box, .kanban-task-checkbox svg .box {
  fill: #ffffff;
  stroke: #cccccc;
}
.kanban-column-checkbox svg .check, .kanban-task-checkbox svg .check {
  fill: var(--color-main);
}

.kanban-task-checkbox {
  width: 25px;
  padding-top: 2px;
  padding-left: 5px;
}
@media only screen and (min-device-width: 1200px) {
  .kanban-task-checkbox {
    width: 20px;
    padding-top: 0px;
    padding-left: 3px;
  }
}

.zh-timeline-inner-container {
  position: relative;
}

.zh-timeline-axis {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  border-right: solid 1px var(--color-main);
  position: absolute;
}

.zh-timeline-item {
  margin-bottom: 10px;
  min-height: 50px;
}

.zh-timeline-icon {
  z-index: 1000;
  display: block;
  width: 50px;
  height: 50px;
  background-color: white;
  border: solid 5px white;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  margin-top: -5px;
  cursor: pointer;
}
@media only screen and (min-device-width: 1200px) {
  .zh-timeline-icon {
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: 0px;
  }
}

.zh-timeline-icon svg g * {
  fill: white;
}

.zh-timeline-date {
  width: 100%;
  display: block;
  text-align: center;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6em;
  font-family: "open_sanssemibold", sans-serif;
  position: relative;
}
@media only screen and (min-device-width: 1200px) {
  .zh-timeline-date {
    font-size: 1.4em;
  }
}

.zh-timeline-time {
  position: absolute;
  padding-top: 12px;
  font-size: 1.4em;
  color: #999;
}
@media only screen and (min-device-width: 1200px) {
  .zh-timeline-time {
    padding-top: 14px;
    font-size: 1.2em;
  }
}

.zh-timeline-item:nth-child(even) .zh-timeline-time {
  left: 50%;
  margin-left: 30px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-timeline-item:nth-child(even) .zh-timeline-time {
    margin-left: 25px;
  }
}

.zh-timeline-item:nth-child(odd) .zh-timeline-time {
  right: 50%;
  margin-right: 30px;
}

.zh-timeline-item-box {
  width: 50%;
  position: relative;
  padding-top: 6px;
}

.zh-timeline-item:nth-child(even) .zh-timeline-item-box {
  left: 0;
  padding-right: 35px;
}

.zh-timeline-item:nth-child(odd) .zh-timeline-item-box {
  margin-left: 50%;
  padding-left: 35px;
}

.zh-timeline-title {
  width: 100%;
  display: block;
  color: white;
  font-size: 1.6em;
  background-color: var(--color-main);
  padding: 5px 10px;
  position: relative;
}
@media only screen and (min-device-width: 1200px) {
  .zh-timeline-title {
    font-size: 1.4em;
  }
}

.zh-timeline-title::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
}

.zh-timeline-item:nth-child(even) .zh-timeline-title:before {
  right: -10px;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent var(--color-main);
}
@media only screen and (min-device-width: 1200px) {
  .zh-timeline-item:nth-child(even) .zh-timeline-title:before {
    border-width: 13px 0 13px 10px;
  }
}

.zh-timeline-item:nth-child(odd) .zh-timeline-title:before {
  left: -10px;
  border-width: 15px 10px 15px 0;
  border-color: transparent var(--color-main) transparent transparent;
}
@media only screen and (min-device-width: 1200px) {
  .zh-timeline-item:nth-child(odd) .zh-timeline-title:before {
    border-width: 13px 10px 13px 0;
  }
}

.zh-timeline-item:nth-child(even) .zh-timeline-title {
  text-align: right;
}

.zh-timeline-item:nth-child(odd) .zh-timeline-title {
  text-align: left;
}

.zh-timeline-item-content {
  padding: 10px;
  border: solid 1px var(--color-main);
  max-height: 250px;
  transition: all 0.5s cubic-bezier(0, 0.5, 0.65, 1);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.5, 0.65, 1);
  overflow-y: auto;
  position: relative;
  font-size: 1.4em;
  line-height: 1.4em;
}

.zh-timeline-item-box.closed .zh-timeline-item-content {
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 0px;
  overflow: hidden;
  top: -2px;
}

.zh-timeline-item-description {
  white-space: pre-wrap;
}

.zh-task-matrix {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  min-width: 640px;
  height: auto;
  margin: 30px;
  border-left: 2px solid #999999;
  border-bottom: 2px solid #999999;
  color: #999999;
  font-family: "open_sanslight", sans-serif;
  font-size: 1.4em;
}

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background-color: white;
  opacity: 0;
  visibility: hidden;
}

.zh-task-matrix * {
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
}

.zh-task-matrix:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 0;
  height: 0;
  border-width: 0 4px 8px 4px;
  display: block;
  border-color: transparent transparent #999999 transparent;
  border-style: solid;
  z-index: 1;
}

.zh-task-matrix:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 8px;
  display: block;
  border-color: transparent transparent transparent #999999;
  border-style: solid;
  z-index: 1;
}

label.x-axis {
  position: absolute;
  bottom: -20px;
  right: -25px;
  font-size: 12px;
}

label.y-axis {
  position: absolute;
  top: -10px;
  left: -30px;
  font-size: 12px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.quarter {
  position: relative;
  width: calc(50% - 2px);
  width: -webkit-calc(50% - 2px);
  height: calc(50% - 2px);
  height: -webkit-calc(50% - 2px);
  display: inline-block;
  float: left;
}

.quarter label {
  position: absolute;
  top: 10px;
  left: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.quarter:hover label {
  opacity: 1;
  visibility: visible;
}

.q1 {
  border-right: dashed 1px #999999;
}

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

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

.q4 {
  border-left: dashed 1px #999999;
}

.x-axis-scale span {
  position: absolute;
  bottom: -20px;
  font-size: 1em;
  margin-left: -5px;
}

.y-axis-scale span {
  position: absolute;
  left: -25px;
  width: 20px;
  text-align: right;
  font-size: 1em;
  margin-bottom: -8px;
}

.task {
  position: absolute;
  width: auto;
  min-width: 36px;
  height: 20px;
  padding: 2px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  margin-top: -18px;
  margin-left: -18px;
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
}

.zh-file-upload input {
  position: absolute;
  bottom: 15px;
  height: 32px;
  width: 100%;
  z-index: 1;
  display: none;
  cursor: pointer;
}
.zh-file-upload .zh-file-list {
  height: auto;
  min-height: 35px;
  max-height: 105px;
  padding: 5px;
  margin-bottom: 2px;
  border: 1px dashed #cccccc;
  overflow-x: hidden;
  overflow-y: auto;
}
.zh-file-upload .zh-file-list li {
  position: relative;
  height: 32px;
  padding-right: 25px;
  overflow: hidden;
}
.zh-file-upload .zh-file-list li .zh-file-name {
  font-size: 1.4em;
  line-height: 32px;
  vertical-align: middle;
  color: #999999;
  margin-left: 5px;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zh-file-upload .zh-file-list li .zh-icon, .zh-file-upload .zh-file-list li .icon-black, .zh-file-upload .zh-file-list li .icon-white {
  position: absolute;
  top: -5px;
  right: -3px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-file-upload .zh-file-list li .zh-icon, .zh-file-upload .zh-file-list li .icon-black, .zh-file-upload .zh-file-list li .icon-white {
    top: 0px;
    right: -3px;
  }
}
.zh-file-upload .zh-file-list li .zh-icon svg *, .zh-file-upload .zh-file-list li .icon-black svg *, .zh-file-upload .zh-file-list li .icon-white svg * {
  fill: #999999;
}
.zh-file-upload input:active + button {
  background-color: var(--color-hover);
}

.zh-boards {
  padding-top: 15px;
}
.zh-boards .zh-boards-group .zh-boards-group-label {
  font-size: 1.6em;
  padding-bottom: 10px;
  display: block;
  left: -20px;
  position: relative;
}
.zh-boards .zh-boards-group div[data-zh-masonry-grid],
.zh-boards .zh-boards-group div[zh-masonry-grid] {
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
  transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  top: -10px;
}
.zh-boards .zh-boards-group .zh-board-toggle {
  cursor: pointer;
}
.zh-boards .zh-boards-group .zh-board-toggle .zh-icon, .zh-boards .zh-boards-group .zh-board-toggle .icon-black, .zh-boards .zh-boards-group .zh-board-toggle .icon-white {
  position: relative;
  top: -10px;
  left: -10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.zh-boards .zh-boards-group.collapsed .zh-board-toggle .zh-icon, .zh-boards .zh-boards-group.collapsed .zh-board-toggle .icon-black, .zh-boards .zh-boards-group.collapsed .zh-board-toggle .icon-white {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.zh-boards .zh-boards-group.collapsed div[data-zh-masonry-grid],
.zh-boards .zh-boards-group.collapsed div[zh-masonry-grid] {
  height: 0 !important;
}
.zh-boards .zh-board-item {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.zh-boards .zh-board-item .zh-board-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.zh-interval-field .date-select {
  position: relative;
  margin-top: -15px;
  padding-top: 5px;
  background-color: #cccccc;
  height: 65px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-interval-field .date-select {
    margin-top: -10px;
    height: 55px;
  }
}
.zh-interval-field .date-field {
  width: 50%;
  display: inline-block;
}
.zh-interval-field .date-field .zh-label {
  color: #ffffff;
}
.zh-interval-field .date-field .zh-field-value {
  color: #ffffff;
  margin-bottom: 10px;
}
.zh-interval-field .date-field .zh-select-multiple {
  margin-bottom: 5px;
}
.zh-interval-field .date-field .zh-span-field {
  margin-top: 5px;
}
.zh-interval-field .date-field:first-child > div {
  margin: 0 3px 0 10px;
}
.zh-interval-field .date-field:last-child > div {
  margin: 0 10px 0 3px;
}

.interval-carousel .zh-carousel {
  top: 75px;
}

span.zh-field-interval.zh-select-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 10px);
}

.zh-interval-input {
  white-space: nowrap;
  content: attr(value);
  font-weight: bold;
  display: inline-block;
  border: none;
  outline: none;
  vertical-align: center;
  height: 22px;
}

.zh-product-grid-container div.product-grid-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.zh-product-grid-container div.product-grid-content.show-cart {
  max-width: 900px;
}
.zh-product-grid-container div.product-grid-content ul.product-groups {
  padding: 50px 0 12px 0;
}
.zh-product-grid-container div.product-grid-content ul.product-groups > li {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  height: 32px;
}
.zh-product-grid-container div.product-grid-content ul.product-groups > li span.collapse {
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background-color: white;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.zh-product-grid-container div.product-grid-content ul.product-groups > li span.collapse span.zh-icon, .zh-product-grid-container div.product-grid-content ul.product-groups > li span.collapse span.icon-black, .zh-product-grid-container div.product-grid-content ul.product-groups > li span.collapse span.icon-white {
  margin-left: -4px;
  margin-top: -4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media only screen and (min-device-width: 1200px) {
  .zh-product-grid-container div.product-grid-content ul.product-groups > li span.collapse span.zh-icon, .zh-product-grid-container div.product-grid-content ul.product-groups > li span.collapse span.icon-black, .zh-product-grid-container div.product-grid-content ul.product-groups > li span.collapse span.icon-white {
    margin-top: 0;
  }
}
.zh-product-grid-container div.product-grid-content ul.product-groups > li .group-img {
  width: 100%;
  height: 80px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background-color: #ccc;
}
.zh-product-grid-container div.product-grid-content ul.product-groups > li .group-img span {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.zh-product-grid-container div.product-grid-content ul.product-groups > li.no-image .group-img {
  height: 0;
  box-shadow: none;
}
.zh-product-grid-container div.product-grid-content ul.product-groups > li.opened {
  height: auto;
  margin-bottom: 20px;
}
.zh-product-grid-container div.product-grid-content ul.product-groups > li.opened span.collapse span.zh-icon, .zh-product-grid-container div.product-grid-content ul.product-groups > li.opened span.collapse span.icon-black, .zh-product-grid-container div.product-grid-content ul.product-groups > li.opened span.collapse span.icon-white {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.zh-product-grid-container div.product-grid-content ul.product-groups > li .group-desc {
  font-size: 1.8em;
  font-family: "open_sanssemibold", sans-serif;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  padding-right: 20px;
}
.zh-product-grid-container div.product-grid-content ul.product-items {
  padding-top: 10px;
  padding-left: 5px;
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
.zh-product-grid-container div.product-grid-content ul.product-items > li {
  padding-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 5px;
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
.zh-product-grid-container div.product-grid-content ul.product-items > li .product-item-content {
  padding: 8px;
  background-color: #F5F5F5;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  width: 100%;
}
.zh-product-grid-container div.product-grid-content ul.product-items > li .product-name {
  font-size: 1.4em;
}
.zh-product-grid-container div.product-grid-content ul.product-items > li .product-price {
  font-size: 1.4em;
  color: var(--color-main);
  float: right;
  padding-left: 10px;
  font-family: "open_sanssemibold", sans-serif;
}
.zh-product-grid-container div.product-grid-content ul.product-items > li .product-desc {
  font-size: 1.2em;
  color: #999999;
  display: -webkit-box;
  margin-top: 10px;
}
.zh-product-grid-container div.product-grid-content div.cart {
  display: none;
  position: absolute;
  width: 250px;
  background-color: var(--color-main);
  right: 0;
  top: 12px;
  padding: 5px 12px 12px 12px;
}
.zh-product-grid-container div.product-grid-content div.cart .cart-header {
  margin-bottom: 5px;
}
.zh-product-grid-container div.product-grid-content div.cart .cart-header span.zh-icon-cart, .zh-product-grid-container div.product-grid-content div.cart .cart-header span.zh-icon-forward {
  margin-left: -8px;
}
.zh-product-grid-container div.product-grid-content div.cart .cart-header span.zh-icon-forward {
  display: none !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.zh-product-grid-container div.product-grid-content div.cart .cart-header .cart-title {
  font-size: 1.8em;
  line-height: 40px;
  font-family: "open_sanssemibold", sans-serif;
  color: #ffffff;
}
@media only screen and (min-device-width: 1200px) {
  .zh-product-grid-container div.product-grid-content div.cart .cart-header .cart-title {
    font-size: 1.5em;
    line-height: 32px;
  }
}
.zh-product-grid-container div.product-grid-content div.cart .cart-header span.zh-icon-trash {
  float: none;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
}
.zh-product-grid-container div.product-grid-content div.cart .cart-header span.zh-icon-trash svg * {
  fill: var(--color-main);
}
.zh-product-grid-container div.product-grid-content div.cart .cart-header span.zh-icon-trash svg > circle {
  fill: #ffffff !important;
}
.zh-product-grid-container div.product-grid-content div.cart.opened .cart-header span.zh-icon-forward {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.zh-product-grid-container div.product-grid-content div.cart .cart-empty {
  color: white;
  font-size: 1.4em;
  text-align: center;
  padding: 15px 0;
}
.zh-product-grid-container div.product-grid-content div.cart .cart-empty span.zh-icon, .zh-product-grid-container div.product-grid-content div.cart .cart-empty span.icon-black, .zh-product-grid-container div.product-grid-content div.cart .cart-empty span.icon-white {
  float: none;
  margin: 0 auto;
  transform: scale(2);
  -webkit-transform: scale(2);
  margin-bottom: 14px;
}
.zh-product-grid-container div.product-grid-content div.cart ul.cart-items, .zh-product-grid-container div.product-grid-content div.cart ul.cart-summary {
  color: #ffffff;
  font-size: 1.2em;
}
.zh-product-grid-container div.product-grid-content div.cart ul.cart-items li .cart-item-name, .zh-product-grid-container div.product-grid-content div.cart ul.cart-summary li .cart-item-name {
  display: block;
  padding-left: 25px;
}
.zh-product-grid-container div.product-grid-content div.cart ul.cart-items li .cart-item-price, .zh-product-grid-container div.product-grid-content div.cart ul.cart-summary li .cart-item-price {
  float: right;
  margin-left: 5px;
  font-family: "open_sanssemibold", sans-serif;
  padding-right: 5px;
}
.zh-product-grid-container div.product-grid-content div.cart ul.cart-items li .cart-item-details span, .zh-product-grid-container div.product-grid-content div.cart ul.cart-summary li .cart-item-details span {
  display: block;
  font-size: 11px;
  padding-left: 25px;
  opacity: 0.5;
}
.zh-product-grid-container div.product-grid-content div.cart ul.cart-items li .cart-item-details span:before, .zh-product-grid-container div.product-grid-content div.cart ul.cart-summary li .cart-item-details span:before {
  content: '» ';
}
.zh-product-grid-container div.product-grid-content div.cart ul.cart-items {
  margin-top: 10px;
  max-height: 250px;
  overflow: auto;
}
.zh-product-grid-container div.product-grid-content div.cart ul.cart-items li {
  padding: 8px 0;
  line-height: 15px;
}
.zh-product-grid-container div.product-grid-content div.cart ul.cart-items li .cart-item-qtty {
  width: 20px;
  text-align: right;
  margin-right: 5px;
  display: block;
  float: left;
  font-family: "open_sanssemibold", sans-serif;
}
.zh-product-grid-container div.product-grid-content div.cart ul.cart-items li.cart-item {
  cursor: pointer;
}
.zh-product-grid-container div.product-grid-content div.cart ul.cart-summary li {
  padding: 8px 0;
  line-height: 15px;
}
.zh-product-grid-container div.product-grid-content div.cart ul.cart-summary li.cart-line {
  border-top: solid 1px #ffffff;
}
.zh-product-grid-container div.product-grid-content div.cart ul.cart-summary li.cart-delivery-fee {
  padding-top: 0;
}
.zh-product-grid-container div.product-grid-content div.cart ul.cart-summary li.cart-total {
  font-size: 16px;
  font-family: "open_sanssemibold", sans-serif;
}
.zh-product-grid-container div.product-grid-content div.cart button.confirm-order {
  width: 100%;
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5em;
  background-color: transparent;
  cursor: default;
  margin-top: 10px;
  line-height: 30px;
}
.zh-product-grid-container div.product-grid-content div.cart button.confirm-order.enabled {
  background-color: white;
  color: var(--color-main);
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.zh-product-grid-container div.product-grid-content .product-grid-header {
  width: 100%;
  height: 60px;
  background-color: white;
  top: 0px;
  position: absolute;
  padding-top: 12px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-product-grid-container div.product-grid-content .product-grid-header {
    height: 50px;
  }
}
.zh-product-grid-container div.product-grid-content .product-grid-header .header-shortcut, .zh-product-grid-container div.product-grid-content .product-grid-header .header-search {
  width: 49%;
}
.zh-product-grid-container div.product-grid-content .product-grid-header .header-shortcut {
  float: left;
}
.zh-product-grid-container div.product-grid-content .product-grid-header .header-search {
  float: right;
  position: relative;
}
.zh-product-grid-container div.product-grid-content .product-grid-header .header-search input {
  width: 100%;
}
.zh-product-grid-container div.product-grid-content .product-grid-header .header-search span.zh-icon, .zh-product-grid-container div.product-grid-content .product-grid-header .header-search span.icon-black, .zh-product-grid-container div.product-grid-content .product-grid-header .header-search span.icon-white {
  position: absolute;
  right: -3px;
  top: -3px;
  cursor: pointer;
}
.zh-product-grid-container div.product-grid-content .product-grid-header .header-search span.zh-icon svg *, .zh-product-grid-container div.product-grid-content .product-grid-header .header-search span.icon-black svg *, .zh-product-grid-container div.product-grid-content .product-grid-header .header-search span.icon-white svg * {
  fill: #999;
}
@media only screen and (min-device-width: 1200px) {
  .zh-product-grid-container div.product-grid-content .product-grid-header .header-search span.zh-icon, .zh-product-grid-container div.product-grid-content .product-grid-header .header-search span.icon-black, .zh-product-grid-container div.product-grid-content .product-grid-header .header-search span.icon-white {
    right: -2px;
    top: -1px;
  }
}

.zh-product-detail-container .product-img {
  height: 200px;
  width: 200px;
  margin-bottom: 12px;
  float: left;
}
.zh-product-detail-container .product-img span {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.zh-product-detail-container .product-info {
  padding-left: 210px;
}
.zh-product-detail-container .product-info .product-name {
  display: block;
  font-size: 1.6em;
  font-family: "open_sanssemibold", sans-serif;
  margin-bottom: 10px;
}
.zh-product-detail-container .product-info .product-desc {
  font-size: 1.4em;
  color: #999999;
  display: -webkit-box;
  margin-bottom: 10px;
}
.zh-product-detail-container .product-info .product-qtty {
  width: 120px;
  display: inline-block;
  margin-right: 10px;
}
.zh-product-detail-container .product-info .product-price {
  font-size: 1.6em;
  font-family: "open_sanssemibold", sans-serif;
  color: var(--color-main);
}
.zh-product-detail-container .product-info .product-detail-pages {
  position: relative;
}
.zh-product-detail-container .product-info .product-detail-pages div.tab-wrapper {
  border-bottom: solid 1px var(--color-main);
  position: relative;
  z-index: 0;
  height: 28px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-device-width: 1200px) {
  .zh-product-detail-container .product-info .product-detail-pages div.tab-wrapper {
    height: 25px;
  }
}
.zh-product-detail-container .product-info .product-detail-pages div.tab-wrapper > span {
  position: absolute;
  top: -7px;
  width: 40px;
  background-position: initial;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-device-width: 1200px) {
  .zh-product-detail-container .product-info .product-detail-pages div.tab-wrapper > span {
    top: -3px;
    width: 30px;
  }
}
.zh-product-detail-container .product-info .product-detail-pages div.tab-wrapper > span.icon-scroll-left {
  left: -16px;
  background-image: linear-gradient(to right, #ffffff 70%, rgba(0, 0, 0, 0)) !important;
}
@media only screen and (min-device-width: 1200px) {
  .zh-product-detail-container .product-info .product-detail-pages div.tab-wrapper > span.icon-scroll-left {
    left: -10px;
  }
}
.zh-product-detail-container .product-info .product-detail-pages div.tab-wrapper > span.icon-scroll-right {
  right: -16px;
  background-image: linear-gradient(to left, #ffffff 70%, rgba(0, 0, 0, 0)) !important;
}
@media only screen and (min-device-width: 1200px) {
  .zh-product-detail-container .product-info .product-detail-pages div.tab-wrapper > span.icon-scroll-right {
    right: -10px;
  }
}
.zh-product-detail-container .product-info .product-detail-pages div.tab-wrapper ul li a.active {
  font-size: 1.7em;
}
.zh-product-detail-container .product-info .product-detail-pages ul.detail-pages {
  padding: 12px;
}
.zh-product-detail-container .product-info .product-detail-pages ul.detail-pages .page-desc {
  font-size: 1.4em;
  font-family: "open_sanssemibold", sans-serif;
  margin-bottom: 7px;
  display: block;
}
@media only screen and (min-device-width: 1200px) {
  .zh-product-detail-container .product-info .product-detail-pages ul.detail-pages .page-desc {
    font-size: 1.2em;
  }
}
.zh-product-detail-container .product-info .product-detail-pages ul.detail-pages .detail-option {
  display: inline-block;
  border: solid 1px var(--color-main);
  color: var(--color-main);
  font-size: 1.4em;
  line-height: 30px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0 10px;
  cursor: pointer;
}
@media only screen and (min-device-width: 1200px) {
  .zh-product-detail-container .product-info .product-detail-pages ul.detail-pages .detail-option {
    font-size: 1.2em;
    line-height: 20px;
  }
}
.zh-product-detail-container .product-info .product-detail-pages ul.detail-pages .detail-option .detail-price {
  padding-left: 5px;
  color: #999;
  font-family: "open_sanssemibold", sans-serif;
}
.zh-product-detail-container .product-info .product-detail-pages ul.detail-pages .detail-option.selected {
  background-color: var(--color-main);
  color: white;
}
.zh-product-detail-container .product-info .product-detail-pages ul.detail-pages .detail-option.selected > span {
  color: white;
}
.zh-product-detail-container.no-image .product-img {
  display: none;
}
.zh-product-detail-container.no-image .product-info {
  padding-left: 0px;
}

/* RESPONSIVE */
@media only screen and (max-width: 599px) {
  .zh-product-grid-container {
    bottom: 145px !important;
  }
}
@media only screen and (max-width: 599px) and (min-device-width: 1200px) {
  .zh-product-grid-container {
    bottom: 135px !important;
  }
}
@media only screen and (max-width: 599px) {
  .zh-product-grid-container div.product-grid-content.show-cart div.cart {
    display: block;
    position: fixed;
    bottom: 50px;
    top: auto;
    width: 100%;
    left: 0;
    max-height: 145px;
    transition: all 0.3s ease 1s;
    -webkit-transition: all 0.3s ease 1s;
  }
}
@media only screen and (max-width: 599px) and (min-device-width: 1200px) {
  .zh-product-grid-container div.product-grid-content.show-cart div.cart {
    max-height: 135px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .zh-product-grid-container div.product-grid-content.show-cart div.cart .cart-header span.zh-icon-cart {
    display: none !important;
  }
  .zh-product-grid-container div.product-grid-content.show-cart div.cart .cart-header span.zh-icon-forward {
    display: block !important;
    cursor: pointer;
  }
  .zh-product-grid-container div.product-grid-content.show-cart div.cart .cart-header .cart-title {
    cursor: pointer;
  }
  .zh-product-grid-container div.product-grid-content.show-cart div.cart button.confirm-order {
    display: none;
  }
  .zh-product-grid-container div.product-grid-content.show-cart div.cart .cart-empty {
    max-height: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    overflow: hidden;
    padding: 0;
  }
  .zh-product-grid-container div.product-grid-content.show-cart div.cart ul.cart-items {
    margin-top: 0px;
  }
  .zh-product-grid-container div.product-grid-content.show-cart div.cart ul.cart-items li.cart-item {
    max-height: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    overflow: hidden;
    padding: 0;
  }
  .zh-product-grid-container div.product-grid-content.show-cart div.cart ul.cart-summary li.cart-total {
    padding-bottom: 1px;
  }
}
@media only screen and (max-width: 599px) and (min-device-width: 1200px) {
  .zh-product-grid-container div.product-grid-content.show-cart div.cart ul.cart-summary li.cart-total {
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 599px) {
  .zh-product-grid-container div.product-grid-content.show-cart div.cart.opened {
    max-height: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .zh-product-grid-container div.product-grid-content.show-cart div.cart.opened .cart-empty {
    max-height: 100px;
    padding: 15px 0;
  }
  .zh-product-grid-container div.product-grid-content.show-cart div.cart.opened ul.cart-items li.cart-item {
    max-height: 100px;
    padding: 8px 0;
    transition: all 0.3s ease 0.3s;
    -webkit-transition: all 0.3s ease 0.3s;
  }
}
@media only screen and (min-width: 500px) {
  .zh-product-grid-container div.product-grid-content ul.product-items > li {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .zh-product-grid-container div.product-grid-content.show-cart div.cart {
    display: block;
  }
  .zh-product-grid-container div.product-grid-content.show-cart ul.product-groups {
    padding-right: 260px !important;
  }
  .zh-product-grid-container div.product-grid-content.show-cart .product-grid-header {
    padding-right: 260px !important;
  }
  .zh-product-grid-container div.product-grid-content.show-cart ul.product-items > li {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) {
  .zh-product-grid-container div.product-grid-content.show-cart ul.product-items > li {
    width: 50%;
  }
}
@media only screen and (min-width: 800px) {
  .zh-product-grid-container div.product-grid-content ul.product-items > li {
    width: 33.33%;
  }
}

@media only screen and (max-width: 400px) {
  .zh-product-detail-container .product-img {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .zh-product-detail-container .product-info {
    padding-left: 0px;
  }
}

.relations-container {
  padding: 12px;
  overflow: hidden !important;
  	/*.relations .relation:firts-child .key,
  	.relations .relation:first-child .value {
  		margin-top: 0;
  	}

  	.relations .relation:last-child .key,
  	.relations .relation:last-child .value {
  		margin-bottom: 0;
  	}*/
}
@media only screen and (min-device-width: 1200px) {
  .relations-container {
    padding: 12px;
  }
}
.relations-container .column {
  position: absolute;
  top: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0 10px;
  width: 40%;
  list-style: none;
  vertical-align: top;
  overflow-x: auto;
}
.relations-container .column.relations {
  left: 0;
  right: 0;
  width: auto;
}
.relations-container .keys {
  left: 0;
}
.relations-container .values {
  right: 0;
}
.relations-container .key,
.relations-container .value {
  position: relative;
  width: 100%;
  height: 40px;
  display: block;
  margin: 10px 0;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #999;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  background-color: #ccc;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
  font-size: 1.5em;
}
.relations-container .key:first-child,
.relations-container .value:first-child {
  margin-top: 0;
}
.relations-container .key:last-child,
.relations-container .value:last-child {
  margin-top: 0;
}
.relations-container .key.selected,
.relations-container .value.selected {
  color: white;
  background-color: var(--color-main);
}
.relations-container .key [zh-icon] {
  position: absolute;
  top: 5px;
  left: 5px;
}
.relations-container .value [zh-icon] {
  position: absolute;
  top: 5px;
  right: 5px;
}
.relations-container .relation {
  position: relative;
}
.relations-container .relations .key-items,
.relations-container .relations .value-items {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
}
.relations-container .relations .key,
.relations-container .relations .value {
  margin: 6px 0;
}
.relations-container .relations .key-items {
  margin-right: 10%;
}
.relations-container .relations .value-items {
  margin-left: 10%;
}
.relations-container .relation.has-values::before {
  content: "";
  display: block;
  height: 2px;
  width: calc(20% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  transform: translateX(-50%);
  background-color: var(--color-main);
}
.relations-container .relation.has-values::after {
  content: "";
  display: block;
  height: auto;
  width: 2px;
  position: absolute;
  top: 26px;
  right: 40%;
  bottom: 24px;
  margin-right: 16px;
  background-color: var(--color-main);
}
.relations-container .relation.has-values .key::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  width: 16px;
  height: 2px;
  background-color: var(--color-main);
}
.relations-container .relation.has-values .value::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 16px;
  height: 2px;
  background-color: var(--color-main);
}

.zh-floating-control {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  opacity: 0;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control {
    width: 40px;
    height: 40px;
  }
}
.zh-floating-control:not(.opened) .control-menu > ul > li {
  visibility: hidden;
}
.zh-floating-control .control-handle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  background-color: var(--color-stripe);
  cursor: pointer;
  overflow: hidden;
}
.zh-floating-control .control-handle span.zh-icon, .zh-floating-control .control-handle span.icon-black, .zh-floating-control .control-handle span.icon-white {
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control .control-handle span.zh-icon, .zh-floating-control .control-handle span.icon-black, .zh-floating-control .control-handle span.icon-white {
    top: 4px;
    left: 4px;
  }
}
.zh-floating-control .control-handle span.status, .zh-floating-control .control-handle span.close {
  opacity: 0;
}
.zh-floating-control .control-handle span.close {
  top: 6px;
  left: 5px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control .control-handle span.close {
    top: 2px;
    left: 3px;
  }
}
.zh-floating-control.pos-bottom.opened .control-handle span.zh-icon, .zh-floating-control.pos-bottom.opened .control-handle span.icon-black, .zh-floating-control.pos-bottom.opened .control-handle span.icon-white {
  transform: translateY(2px) rotateZ(540deg) rotateX(180deg);
}
.zh-floating-control.pos-top.opened .control-handle span.zh-icon, .zh-floating-control.pos-top.opened .control-handle span.icon-black, .zh-floating-control.pos-top.opened .control-handle span.icon-white {
  transform: rotateZ(540deg) rotateX(360deg);
}
.zh-floating-control.opened .control-handle span.close {
  opacity: 1;
}
.zh-floating-control.opened .control-handle span.open {
  opacity: 0;
}
.zh-floating-control.has-status:not(.opened) .control-handle span.status {
  opacity: 1;
}
.zh-floating-control.has-status:not(.opened) .control-handle span.open {
  opacity: 0;
}
.zh-floating-control .control-info {
  background-color: var(--color-stripe);
  color: white;
  height: 30px;
  line-height: 30px;
  position: absolute;
  display: block;
  width: auto;
  max-width: 0;
  top: 10px;
  border-radius: 15px;
  text-align: center;
  white-space: nowrap;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  font-size: 1.4em;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control .control-info {
    top: 8px;
    border-radius: 12px;
    height: 24px;
    line-height: 24px;
    font-size: 1.1em;
  }
}
.zh-floating-control .control-info span.text {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 300px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zh-floating-control .control-info span.text b {
  font-family: "open_sanssemibold";
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control .control-info span.text {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 500px;
  }
}
.zh-floating-control .control-info .searching-control-info {
  position: absolute;
  top: -5px;
  cursor: pointer;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control .control-info .searching-control-info {
    top: -3px;
  }
}
.zh-floating-control .control-info .zh-icon-close-x {
  position: absolute;
  top: -3px;
}
.zh-floating-control.pos-right .control-info {
  right: 20px;
}
.zh-floating-control.pos-right .control-info span.zh-icon, .zh-floating-control.pos-right .control-info span.icon-black, .zh-floating-control.pos-right .control-info span.icon-white {
  left: 0;
}
.zh-floating-control.pos-left .control-info {
  left: 20px;
}
.zh-floating-control.pos-left .control-info .searching-control-info, .zh-floating-control.pos-left .control-info .zh-icon-close-x {
  right: 0;
}
.zh-floating-control.has-status .control-info {
  max-width: 500px;
}
.zh-floating-control .control-menu > ul {
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.zh-floating-control .control-menu > ul > li {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  background-color: var(--color-stripe);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border-radius: 20px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
}
.zh-floating-control .control-menu > ul > li.disabled {
  background-color: #999;
}
.zh-floating-control .control-menu > ul > li.disabled .tool-tip {
  background-color: #999;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control .control-menu > ul > li {
    width: 32px;
    height: 32px;
  }
}
.zh-floating-control .control-menu > ul > li.expandable.opened {
  width: 300px;
}
.zh-floating-control .control-menu > ul > li span.zh-icon, .zh-floating-control .control-menu > ul > li span.icon-black, .zh-floating-control .control-menu > ul > li span.icon-white {
  position: absolute;
  top: 0px;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control .control-menu > ul > li span.zh-icon, .zh-floating-control .control-menu > ul > li span.icon-black, .zh-floating-control .control-menu > ul > li span.icon-white {
    top: 1px;
  }
}
.zh-floating-control .control-menu > ul > li span.clear-button {
  position: absolute;
  top: 0px;
  display: none !important;
}
.zh-floating-control .control-menu > ul > li span.clear-button.searching {
  display: block !important;
}
.zh-floating-control .control-menu > ul > li .tool-tip {
  position: absolute;
  height: 20px;
  line-height: 20px;
  top: 10px;
  font-size: 1em;
  background-color: var(--color-stripe);
  color: #ffffff;
  display: block;
  padding: 0;
  z-index: 10;
  white-space: nowrap;
  max-width: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  overflow: hidden;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control .control-menu > ul > li .tool-tip {
    top: 6px;
  }
}
.zh-floating-control .control-menu > ul > li:not(.opened):hover .tool-tip {
  max-width: 400px;
  padding: 0 10px;
}
.zh-floating-control .control-menu > ul > li .zh-search-floating {
  position: absolute;
  top: 5px;
  left: 35px;
  bottom: 5px;
  right: 35px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control .control-menu > ul > li .zh-search-floating {
    top: 5px;
    left: 30px;
    bottom: 5px;
    right: 30px;
  }
}
.zh-floating-control .control-menu > ul > li .zh-search-floating input {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  height: 26px;
  line-height: 26px;
  font-size: 1.4em;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control .control-menu > ul > li .zh-search-floating input {
    height: 21px;
    line-height: 21px;
    font-size: 1.2em;
  }
}
.zh-floating-control .control-menu > ul > li .zh-search-floating input::-webkit-input-placeholder {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.5);
}
.zh-floating-control .control-menu > ul > li .zh-search-floating input::selection {
  background-color: white;
  color: var(--color-stripe);
}
.zh-floating-control .control-menu > ul > li .zh-search-floating input:focus {
  outline: none;
}
.zh-floating-control .control-menu > ul > li .zh-search-floating .search-field {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 38%;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-size: 1.4em;
  cursor: pointer;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control .control-menu > ul > li .zh-search-floating .search-field {
    height: 21px;
    line-height: 21px;
    font-size: 1.2em;
  }
}
.zh-floating-control .control-menu > ul > li .zh-search-floating .search-field span.current {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  font-family: "open_sanssemibold";
}
.zh-floating-control .control-menu > ul > li .zh-search-floating .search-field > ul {
  background-color: var(--color-stripe);
  width: 150%;
  max-height: 180px;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  left: -8px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control .control-menu > ul > li .zh-search-floating .search-field > ul {
    max-height: 150px;
  }
}
.zh-floating-control .control-menu > ul > li .zh-search-floating .search-field > ul::-webkit-scrollbar-thumb {
  background-color: white;
}
.zh-floating-control .control-menu > ul > li .zh-search-floating .search-field > ul::-webkit-scrollbar-track {
  background-color: var(--color-stripe);
}
.zh-floating-control .control-menu > ul > li .zh-search-floating .search-field > ul > li {
  width: auto;
  color: white;
  height: 0px;
  padding: 0 8px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.zh-floating-control .control-menu > ul > li .zh-search-floating .search-field > ul > li > span {
  position: relative;
  display: block;
}
.zh-floating-control .control-menu > ul > li .zh-search-floating .search-field > ul > li > span.zh-icon, .zh-floating-control .control-menu > ul > li .zh-search-floating .search-field > ul > li > span.icon-black, .zh-floating-control .control-menu > ul > li .zh-search-floating .search-field > ul > li > span.icon-white {
  left: -10px;
  top: -3px;
  width: 30px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control .control-menu > ul > li .zh-search-floating .search-field > ul > li > span.zh-icon, .zh-floating-control .control-menu > ul > li .zh-search-floating .search-field > ul > li > span.icon-black, .zh-floating-control .control-menu > ul > li .zh-search-floating .search-field > ul > li > span.icon-white {
    left: -8px;
    top: -1px;
    width: 25px;
  }
}
.zh-floating-control .control-menu > ul > li .zh-search-floating .search-field.opened > ul > li {
  height: 35px;
  line-height: 35px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control .control-menu > ul > li .zh-search-floating .search-field.opened > ul > li {
    line-height: 30px;
    height: 30px;
  }
}
.zh-floating-control .control-menu > ul > li ul.sub-actions {
  position: absolute;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.zh-floating-control .control-menu > ul > li ul.sub-actions > li {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  width: 40px;
  height: 40px;
  background-color: var(--color-stripe);
  border-radius: 50%;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control .control-menu > ul > li ul.sub-actions > li {
    width: 32px;
    height: 32px;
  }
}
.zh-floating-control .control-menu > ul > li ul.sub-actions > li .tool-tip {
  max-width: 0px !important;
  padding: 0 !important;
}
.zh-floating-control .control-menu > ul > li ul.sub-actions > li:not(.opened):hover .tool-tip {
  max-width: 400px !important;
  padding: 0 10px !important;
}
.zh-floating-control .control-menu > ul > li.opened ul.sub-actions {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.zh-floating-control .control-menu > ul > li.opened ul.sub-actions > li {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.zh-floating-control.pos-left .control-menu > ul > li {
  left: 0;
}
.zh-floating-control.pos-left .control-menu > ul > li span.action-icon {
  left: 0;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control.pos-left .control-menu > ul > li span.action-icon {
    left: 1px;
  }
}
.zh-floating-control.pos-left .control-menu > ul > li span.clear-button {
  right: 0px;
}
.zh-floating-control.pos-left .control-menu > ul > li .tool-tip {
  left: 33px;
  border-radius: 0 10px 10px 0;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control.pos-left .control-menu > ul > li .tool-tip {
    left: 25px;
  }
}
.zh-floating-control.pos-left .control-menu > ul > li.opened ul.sub-actions {
  left: 50px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control.pos-left .control-menu > ul > li.opened ul.sub-actions {
    left: 40px;
  }
}
.zh-floating-control.pos-right .control-menu > ul > li {
  right: -40px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control.pos-right .control-menu > ul > li {
    right: -32px;
  }
}
.zh-floating-control.pos-right .control-menu > ul > li span.action-icon {
  right: 0px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control.pos-right .control-menu > ul > li span.action-icon {
    right: -1px;
  }
}
.zh-floating-control.pos-right .control-menu > ul > li span.clear-button {
  left: 0px;
}
.zh-floating-control.pos-right .control-menu > ul > li .tool-tip {
  right: 33px;
  border-radius: 10px 0 0 10px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control.pos-right .control-menu > ul > li .tool-tip {
    right: 25px;
  }
}
.zh-floating-control.pos-right .control-menu > ul > li.opened ul.sub-actions {
  left: -50px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control.pos-right .control-menu > ul > li.opened ul.sub-actions {
    left: -40px;
  }
}
.zh-floating-control.opened .control-menu > ul {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  opacity: 1;
}
.zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(1) {
  top: 55px;
}
.zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(2) {
  top: 105px;
}
.zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(3) {
  top: 155px;
}
.zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(4) {
  top: 205px;
}
.zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(5) {
  top: 255px;
}
.zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(6) {
  top: 305px;
}
.zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(7) {
  top: 355px;
}
.zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(8) {
  top: 405px;
}
.zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(9) {
  top: 455px;
}
.zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(10) {
  top: 505px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(1) {
    top: 45px;
  }
  .zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(2) {
    top: 85px;
  }
  .zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(3) {
    top: 125px;
  }
  .zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(4) {
    top: 165px;
  }
  .zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(5) {
    top: 205px;
  }
  .zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(6) {
    top: 245px;
  }
  .zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(7) {
    top: 285px;
  }
  .zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(8) {
    top: 325px;
  }
  .zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(9) {
    top: 365px;
  }
  .zh-floating-control.opened.pos-top .control-menu > ul > li:nth-child(10) {
    top: 405px;
  }
}
.zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(1) {
  top: -55px;
}
.zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(2) {
  top: -105px;
}
.zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(3) {
  top: -155px;
}
.zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(4) {
  top: -205px;
}
.zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(5) {
  top: -255px;
}
.zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(6) {
  top: -305px;
}
.zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(7) {
  top: -355px;
}
.zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(8) {
  top: -405px;
}
.zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(9) {
  top: -455px;
}
.zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(10) {
  top: -505px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(1) {
    top: -45px;
  }
  .zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(2) {
    top: -85px;
  }
  .zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(3) {
    top: -125px;
  }
  .zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(4) {
    top: -165px;
  }
  .zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(5) {
    top: -205px;
  }
  .zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(6) {
    top: -245px;
  }
  .zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(7) {
    top: -285px;
  }
  .zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(8) {
    top: -325px;
  }
  .zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(9) {
    top: -365px;
  }
  .zh-floating-control.opened.pos-bottom .control-menu > ul > li:nth-child(10) {
    top: -405px;
  }
}

.searching-control-info-text {
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px;
}

.zh-widget-editing {
  z-index: 1029;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.zh-widget-editing .widget-edit-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #ffffff 5%, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0.3) 50%, #ffffff 50%, #ffffff 55%, rgba(0, 0, 0, 0.3) 55%);
  background: -webkit-linear-gradient(45deg, white 5%, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0.3) 50%, white 50%, white 55%, rgba(0, 0, 0, 0.3) 55%);
  background-size: 18px 18px;
}
.zh-widget-editing .widget-edit-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #999;
}
@media only screen and (min-device-width: 1200px) {
  .zh-widget-editing .widget-edit-header {
    height: 40px;
  }
}
.zh-widget-editing .widget-edit-header span.title {
  font-size: 1.6em;
  line-height: 50px;
  padding-left: 12px;
  color: white;
}
@media only screen and (min-device-width: 1200px) {
  .zh-widget-editing .widget-edit-header span.title {
    line-height: 40px;
  }
}
.zh-widget-editing .widget-edit-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: var(--color-main);
}
@media only screen and (min-device-width: 1200px) {
  .zh-widget-editing .widget-edit-footer {
    height: 40px;
  }
}
.zh-widget-editing .widget-edit-footer > span {
  cursor: pointer;
  color: white;
  font-size: 1.5em;
  padding: 0 12px;
  line-height: 50px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-widget-editing .widget-edit-footer > span {
    line-height: 40px;
  }
}
.zh-widget-editing .widget-edit-footer .action-left {
  float: left;
}
.zh-widget-editing .widget-edit-footer .action-right {
  float: right;
}
.zh-widget-editing .widget-edit-container {
  position: absolute;
  bottom: 50px;
  top: 50px;
  left: 0;
  right: 0;
  padding: 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
@media only screen and (min-device-width: 1200px) {
  .zh-widget-editing .widget-edit-container {
    top: 40px;
    bottom: 40px;
  }
}
.zh-widget-editing .widget-edit-container .widget-edit-area {
  border: dashed 3px white;
  background-color: rgba(0, 0, 0, 0.6);
  height: 49%;
  width: 49%;
}
.zh-widget-editing .widget-edit-container .widget-edit-area .widget-edit-area-title {
  color: white;
  font-size: 1.6em;
  padding: 10px;
  display: block;
}
.zh-widget-editing .widget-edit-container .widget-edit-area ul.widget-edit-sortable-container {
  width: 100%;
  padding: 0 10px 20px 10px;
  overflow-y: auto;
  z-index: 1;
  height: calc(100% - 50px);
}
.zh-widget-editing .widget-edit-container .widget-edit-area ul.widget-edit-sortable-container li {
  width: 100%;
  padding: 5px;
  color: white;
  font-size: 1.3em;
  border: solid 1px white;
  background-color: #999;
  margin-bottom: 10px;
  cursor: pointer;
  z-index: 2;
}
.zh-widget-editing .widget-edit-container .widget-edit-area ul.widget-edit-sortable-container .widget-edit-sortable-placeholder {
  margin-bottom: 10px;
  width: 100%;
  height: 25px;
  background-color: #ccc;
  border: none;
}
.zh-widget-loading {
  height: 5px;  
  background-color: var(--color-grid);
  background-clip: padding-box;
  overflow: hidden;
  position: relative;
  z-index: 10;
}  
.zh-widget-loading > div {
  background-color: var(--color-main);
}
.zh-widget-loading > div:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.zh-widget-loading > div:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
.zh-widget-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.1;
  z-index: 10;
}
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
.color-container {
  position: relative;
  padding: 15px 0;
  text-align: center;
}
.color-container .wrapper {
  position: relative;
  margin: 0 auto 20px auto;
  max-width: 320px;
}
.color-container .color-selection {
  width: 256px;
  margin: 0 10px;
  position: relative;
}
.color-container .color-wheel {
  width: 100%;
  position: relative;
}
.color-container .wheel-pointer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -18px;
  color: white;
  transition: transform ease .3s, margin ease .2s;
  transition: -webkit-transform ease .3s, margin ease .2s;
}
.color-container .wheel-pointer.moving {
  transform: scale(2);
  -webkit-transform: scale(2);
  margin-top: -75px;
  z-index: 1;
}
.color-container .brightness-slider {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 10px;
  background: linear-gradient(#ff0000 0%, #000000 100%);
  background: -webkit-linear-gradient(red 0%, black 100%);
  border-radius: 10px;
}
.color-container .brightness-pointer {
  position: absolute;
  left: 0;
  top: -18px;
  margin-left: -45px;
  color: white;
  transition: transform ease .3s, margin ease .2s;
  transition: -webkit-transform ease .3s, margin ease .2s;
}
.color-container .brightness-pointer.moving {
  transform: scale(2);
  -webkit-transform: scale(2);
  margin-left: -70px;
  z-index: 1;
}
.color-container .sugested-colors {
  height: 50px;
  margin: 0 15px 0 0;
  text-align: left;
  display: inline-block;
}
.color-container .sugested-colors > div {
  display: inline-block;
  width: 35px;
  height: 100%;
  margin: 0 1px;
}
.color-container .selected-colors {
  height: 50px;
  width: 80px;
  margin: 0 0 0 15px;
  display: inline-block;
  white-space: nowrap;
}
.color-container .selected-colors.full-width {
  margin: 0;
  width: 300px;
}
.color-container .selected-colors .old-color {
  display: inline-block;
  width: 50%;
  height: 100%;
  margin-right: -2px;
}
.color-container .selected-colors .current-color {
  display: inline-block;
  width: 50%;
  height: 100%;
  margin-left: -2px;
}

.zh-color-field {
  position: relative;
}
.zh-color-field .inner-color {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: transparent;
}

.color-pallete {
  padding: 0 0 15px 0;
}
.color-pallete .sugested-colors {
  height: initial;
  margin: 0 0 20px 0;
  max-width: 320px;
}
.color-pallete .sugested-colors .centralize {
  width: 290px;
  margin: 0 auto;
}
.color-pallete .sugested-colors .centralize > div {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 50px;
  margin: 6px 10px;
}
.color-pallete .add-button {
  border: 1px solid #999999;
}
.color-pallete .add-button .zh-icon, .color-pallete .add-button .icon-black, .color-pallete .add-button .icon-white {
  display: block;
  visibility: visible;
}
.color-pallete .add-button .zh-icon svg *, .color-pallete .add-button .icon-black svg *, .color-pallete .add-button .icon-white svg * {
  fill: #999999;
}
.color-pallete .helper-text {
  position: fixed;
  bottom: 50px;
  left: 50%;
  height: 40px;
  width: 310px;
  transform: translate(-50%);
  font-size: 14px;
  line-height: 40px;
  vertical-align: middle;
  background: white;
  color: #999999;
  font-family: "open_sanssemibold", sans-serif;
}
@media only screen and (min-device-width: 1200px) {
  .color-pallete .helper-text {
    bottom: 40px;
  }
}
.color-pallete .zh-icon, .color-pallete .icon-black, .color-pallete .icon-white {
  position: absolute;
  visibility: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.color-pallete .selected .zh-icon, .color-pallete .selected .icon-black, .color-pallete .selected .icon-white {
  visibility: visible;
}

.zh-color-multiple .inner-colors {
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  display: flex;
}
.zh-color-multiple .inner-colors > div {
  flex: 1;
  margin: 0 1px;
}
.zh-color-multiple .inner-colors > div:first-child {
  margin-left: 0;
}
.zh-color-multiple .inner-colors > div:last-child {
  margin-right: 0;
}

/**
 * Colors
 **/
/**
 * Sizes
 **/
/**
 * Custom cursor
 **/
body.developer-inspection,
body.developer-inspection * {
  cursor: crosshair;
}

/**
 * Zeedhi container
 **/
.zh-application-content {
  position: fixed;
  width: 100%;
  height: 100%;
}
.zh-application-content.devtools-opened {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
}

/**
 * Devtools container
 **/
.zh-devtools-content {
  position: fixed;
  width: 50%;
  height: 100%;
  z-index: 2147483647 !important;
  right: 0;
  background: #FFFFFF;
  max-width: 50%;
  overflow: auto;
}
.zh-devtools-content iframe {
  width: 100%;
  height: 100%;
}

/**
 * Main Window Styles
 **/
.devtools-window {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #263238;
  color: #e7e7e7;
  /**
   * Overrides Zeedhi's default styles
   **/
}
.devtools-window div.closeMenuMode {
  top: 0px;
  position: absolute;
}
.devtools-window .zh-case-sensitive .zh-button {
  background-color: #0F384D !important;
}
.devtools-window .zh-find {
  position: fixed;
  top: 42px;
  right: 10px;
  height: 32px;
  border-style: double;
  width: 38px;
  border-color: #80CBC4;
  border-width: 2px;
}
.devtools-window .zh-checkbox label > span,
.devtools-window .zh-dvtools .zh-label {
  color: #e7e7e7;
  font-size: 1.05em;
}
@media only screen and (min-device-width: 1200px) {
  .devtools-window .zh-checkbox label > span,
  .devtools-window .zh-dvtools .zh-label {
    font-size: 1.05em !important;
    /* Override Zeedhi */
  }
}
.devtools-window .zh-dvtools .zh-button {
  background-color: #1D6E96;
  height: 28px;
  width: 24.66px;
  font-size: 1.0em;
}
.devtools-window *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.devtools-window *::-webkit-scrollbar-thumb {
  background-color: #80cbc4;
}
.devtools-window *::-webkit-scrollbar-corner {
  background-color: transparent;
}
.devtools-window *::-webkit-scrollbar-track {
  background-color: transparent;
}
.devtools-window aside.components-tree {
  border-right: 1px solid #37474f;
  float: left;
  font-size: 1.3em;
  height: 100vh;
  overflow: hidden;
  width: 200px;
}
.devtools-window aside.components-tree .error-validation {
  color: #f39c12;
}
.devtools-window aside.components-tree div.tabs {
  height: 40px;
  line-height: 40px;
}
.devtools-window aside.components-tree div.tabs div.tab {
  border-bottom: 1px solid #37474f;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 100%;
  text-align: center;
  width: 50%;
}
.devtools-window aside.components-tree div.tabs div.tab.active {
  border-bottom: 3px solid #80cbc4;
}
.devtools-window aside.components-tree div.tabs div.tab {
  border-right: 1px solid #37474f;
}
.devtools-window aside.components-tree div.tabs div.tab.full {
  width: 100%;
}
.devtools-window aside.components-tree div.tabs div.tab:last-child {
  border-right: none;
}
.devtools-window aside.components-tree div.tree-items {
  height: calc(100% - 40px);
  overflow-y: scroll;
  padding-top: 10px;
}
.devtools-window aside.components-tree div.tree-items ul.containers-list,
.devtools-window aside.components-tree div.tree-items ul.subitems {
  padding-left: 15px;
}
.devtools-window aside.components-tree div.tree-items ul.containers-list li span.tree-item,
.devtools-window aside.components-tree div.tree-items ul.subitems li span.tree-item {
  cursor: default;
  display: inline-block;
  height: 35px;
  white-space: nowrap;
  /* Override Bootstrap's .container properties */
}
.devtools-window aside.components-tree div.tree-items ul.containers-list li span.tree-item.container,
.devtools-window aside.components-tree div.tree-items ul.subitems li span.tree-item.container {
  padding-left: 0;
  padding-right: 0;
}
.devtools-window aside.components-tree div.tree-items ul.containers-list li span.tree-item.active-item,
.devtools-window aside.components-tree div.tree-items ul.subitems li span.tree-item.active-item {
  color: #80cbc4;
}
.devtools-window aside.components-tree div.tree-items ul.containers-list li span.tree-item span.item-label, .devtools-window aside.components-tree div.tree-items ul.containers-list li span.tree-item span.icon,
.devtools-window aside.components-tree div.tree-items ul.subitems li span.tree-item span.item-label,
.devtools-window aside.components-tree div.tree-items ul.subitems li span.tree-item span.icon {
  display: inline-block;
  height: 100%;
  line-height: 35px;
}
.devtools-window aside.components-tree div.tree-items ul.containers-list li span.tree-item span.icon,
.devtools-window aside.components-tree div.tree-items ul.subitems li span.tree-item span.icon {
  float: left;
}
.devtools-window aside.components-tree div.tree-items ul.containers-list li span.tree-item span.icon > svg,
.devtools-window aside.components-tree div.tree-items ul.subitems li span.tree-item span.icon > svg {
  fill: #cccccc;
  transform: scale(0.5);
}
.devtools-window div.editor {
  float: left;
  height: 100vh;
  width: calc(100% - 200px);
}
.devtools-window div.editor header.header {
  border-bottom: 1px solid #37474f;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.devtools-window div.editor header.header div.editor-action {
  display: inline-block;
  float: left;
  max-height: 100%;
  margin: 0 -7px;
}
.devtools-window div.editor header.header div.editor-action:first-child {
  margin-left: 5px;
}
.devtools-window div.editor header.header div.editor-action svg {
  fill: #e7e7e7;
  transform: scale(0.6);
}
.devtools-window div.editor header.header div.editor-action svg.inspector {
  transform: scale(0.6);
}
.devtools-window div.editor header.header div.editor-action svg.inspector.active {
  fill: #80cbc4;
}
.devtools-window div.editor div.search {
  bottom: 0;
  position: absolute;
  color: white;
  background-color: transparent;
  height: 55px;
  width: 100%;
  outline: none;
  font-family: "Roboto Mono", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
}
.devtools-window div.editor div.findline {
  z-index: 4;
  top: 40px;
  width: 3px;
  height: 35px;
  position: absolute;
  background: #263238;
  margin-left: 62%;
}
.devtools-window div.editor div.findline .container[zh-scroller] {
  overflow-x: inherit;
  overflow-y: inherit;
}
.devtools-window div.editor main.code-container {
  height: calc(100vh - 40px);
}
.devtools-window div.editor main.code-container .code {
  position: relative;
  color: white;
  background-color: transparent;
  height: 100%;
  width: 100%;
  outline: none;
  font-family: "Roboto Mono", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
}
.devtools-window div.editor main.code-container .ace_scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.devtools-window div.editor main.code-container .ace_scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.devtools-window div.editor main.code-container .ace_scrollbar::-webkit-scrollbar-thumb {
  background-color: #80cbc4;
}
.devtools-window div.editor main.code-container .ace_scroller.ace_scroll-left {
  box-shadow: none !important;
}
.devtools-window .input-text,
.devtools-window .input-password,
.devtools-window .input-date,
.devtools-window .input-search,
.devtools-window .select,
.devtools-window .input-number {
  background-color: #5b6367;
  border: none;
  color: #fff;
}
@media only screen and (min-device-width: 1200px) {
  .devtools-window .input-text,
  .devtools-window .input-password,
  .devtools-window .input-date,
  .devtools-window .input-search,
  .devtools-window .select,
  .devtools-window .input-number {
    font-size: 1.05em;
  }
}
.devtools-window .zh-select-multiple[readonly="readonly"],
.devtools-window .input-text[readonly="readonly"] {
  background-color: #3b4144;
  color: #9e9e9e;
}
.devtools-window .zh-checkbox input[type="checkbox"] + label .zh-box {
  background-color: #5b6367;
  border: none;
}
.devtools-window .zh-checkbox input[type="checkbox"]:checked + label .zh-box svg * {
  fill: #80cbc4;
}
.devtools-window .zh-tooltip-circle:after {
  background-color: #80cbc4;
  color: #315855;
}
.devtools-window .zh-help-icon,
.devtools-window .zh-required-icon {
  background-color: #80cbc4;
  color: #315855;
}

/**
 * Devtools Menu
 **/
.hiddenContent {
  display: none;
}

@media (max-width: 584px) {
  #addFileDropDownButtonInsideDT {
    display: block;
  }

  .devtools-window div.editor header.header div.editor-action:nth-child(6) {
    display: none;
  }
}
@media (max-width: 544px) {
  #deleteFileDropDownButtonInsideDT {
    display: block;
  }

  .devtools-window div.editor header.header div.editor-action:nth-child(5) {
    display: none;
  }
}
@media (max-width: 504px) {
  #openFormDropDownButtonInsideDT {
    display: block;
  }

  .devtools-window div.editor header.header div.editor-action:nth-child(4) {
    display: none;
  }
}
@media (max-width: 464px) {
  #saveFileDropDownButtonInsideDT {
    display: block;
  }

  .devtools-window div.editor header.header div.editor-action:nth-child(3) {
    display: none;
  }
}
@media (max-width: 424px) {
  #inspectDropDownButtonInsideDT {
    display: block;
  }

  .devtools-window div.editor header.header div.editor-action:nth-child(2) {
    display: none;
  }
}
@media (max-width: 384px) {
  #devToolsButtonMenu,
  #devDropdown,
  #devToolsMenu {
    display: none;
  }
}
.devDropbtn {
  color: black;
  border: none;
  cursor: pointer;
  margin: 0 2px 2px 2px;
  background-color: white;
}

.devDropdown {
  right: 0;
  z-index: 255;
  position: relative;
  display: inline-block;
  top: 0;
  margin: 0 0 0 0;
  width: 145px;
  height: 40px;
  float: right;
}
.devDropdown > li {
  list-style-type: none;
}

.devDropdown-content {
  width: 100%;
  display: none;
  position: absolute;
  background-color: #37474f;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  top: 39px;
  padding: 0;
  margin: 1px 1px 1px 1px;
  font-size: 1.1em;
  list-style-type: none;
  border-right: 2px solid #2c3836;
}
.devDropdown-content li:hover > ul {
  display: block;
  right: 141px;
  position: fixed;
  width: 195px;
  top: 42px;
  z-index: 400;
  border: 1px solid #2c3836;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.devDropdown-content li > ul {
  display: none;
}
.devDropdown-content li a {
  color: white;
  background-color: #37474f;
  display: block;
  padding-left: 10px;
  cursor: pointer;
}
.devDropdown-content li:hover > a {
  background-color: #80cbc4;
  color: white;
  text-decoration: none;
}

.devMenu {
  background-color: white;
  width: 3px !important;
  height: 3px !important;
  margin-top: 2px !important;
}

.devIconMenu {
  -webkit-transform: scale(0.6) translate(0, 1px);
  transform: scale(0.6) translate(0, 1px);
  margin: -17px 0px -17px -7px;
  fill: white;
  width: 40px;
  height: 40px;
}

.devZhIconMenu {
  -webkit-transform: scale(0.6) translate(0, 1px);
  transform: scale(0.8) translate(-1px, 0);
  margin: -17px 0px -17px -7px;
  fill: white;
  width: 40px;
  height: 40px;
}

.normal-scale {
  transform: scale(1);
}

.other-scale {
  transform: scale(0.8);
}

.showDevMenu {
  display: block !important;
}

.popup-content .zh-carousel {
  position: relative;
  top: 0;
  left: 0;
}

.zh-carousel {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.zh-carousel .carousel-child-widget {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  width: 100%;
  height: 100%;
  transition: all ease .5s;
  padding: 0 12px;
}
.zh-carousel .carousel-child-widget > .container {
  padding: 0 12px;
}
.zh-carousel .carousel-child-widget.current {
  visibility: visible;
  left: 0;
  margin-left: 0;
}
.zh-carousel .carousel-child-widget.last {
  visibility: hidden;
  left: -100%;
  margin-left: -20px;
}

.zh-container-about {
  background-color: #ffffff;
  width: 80%;
  max-width: 500px;
  height: 60%;
  max-height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-device-width: 1200px) {
  .zh-container-about {
    height: 50%;
  }
}
.zh-container-about > div {
  position: absolute;
  top: 0;
  bottom: 50px;
  left: 0;
  right: 0;
}
@media only screen and (min-device-width: 1200px) {
  .zh-container-about > div {
    bottom: 40px;
  }
}
.zh-container-about .product-logo {
  width: 100%;
  height: 45%;
  margin-top: 10px;
  position: relative;
  max-height: 150px;
}
.zh-container-about .product-logo img {
  height: 100%;
}
.zh-container-about .version-data {
  padding: 10px 20px;
  text-align: left;
  font-size: 1.2em;
  position: absolute;
  right: 0;
  left: 0;
  top: 58%;
  bottom: 32px;
  overflow: auto;
}
.zh-container-about .version-data > span {
  display: block;
  width: 100%;
  line-height: 18px;
}
.zh-container-about .version-data > span .bold {
  font-family: "open_sanssemibold", sans-serif;
}
.zh-container-about .version-data > span.dependency {
  padding-left: 10px;
  position: relative;
}
.zh-container-about .version-data > span.dependency::before {
  content: " ─ ";
}
.zh-container-about .powered-by {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.1em;
  width: 100%;
  vertical-align: middle;
}
.zh-container-about .powered-by > * {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
.zh-container-about .powered-by img {
  height: 20px;
}
.zh-container-about .footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.zh-container-about .footer button {
  border: none;
  border-top: 1px solid var(--color-hover);
  width: 100%;
  min-height: 50px;
  background: var(--color-main);
  color: #ffffff;
  font-size: 1.6em;
  font-family: "open_sanslight", sans-serif;
  padding: 10px;
}
@media only screen and (min-device-width: 1200px) {
  .zh-container-about .footer button {
    min-height: 40px;
  }
}

.zh-title-container {
  width: 100%;
  height: 10%;
  display: flex;
  flex-wrap: nowrap;
}

.zh-about-title {
  float: left;
  padding-bottom: 1%;
  margin: auto;
}
.zh-about-title.active {
  border-bottom: solid var(--color-main) 1px;
  font-weight: lighter;
}
.zh-about-title.active p {
  color: var(--color-main);
}
.zh-about-title p {
  color: var(--color-text);
  font-size: initial;
}
.zh-about-title p:hover {
  color: var(--color-main);
}

div.datetime > input {
  border: none;
  color: #666666;
  height: 100%;
  width: calc(100% - 30px);
}
div.datetime > input[readonly=readonly], div.datetime > input[disabled=disabled] {
  background: transparent;
}

.zh-checkbox-login .zh-checkbox label {
  width: 100%;
}
.zh-checkbox-login .zh-checkbox label span {
  color: var(--color-main) !important;
  font-family: "open_sanslight", sans-serif !important;
}

.zh-label-static-login label {
  color: var(--color-main) !important;
  font-family: "open_sanslight", sans-serif !important;
}

.zh-select-input-login .input-text, .zh-select-input-login .input-password, .zh-select-input-login .input-date, .zh-select-input-login .input-search, .zh-select-input-login .select {
  color: var(--color-main) !important;
  font-family: "open_sanslight", sans-serif !important;
}
.zh-select-input-login .new-select .list:hover .option:not(:hover) {
  color: var(--color-main);
  font-family: "open_sanslight", sans-serif !important;
}
.zh-select-input-login .new-select .list:hover .option:not(:hover).selected {
  font-family: "open_sanssemibold", sans-serif !important;
}

.zh-select-date {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.zh-select-date .close-button,
.zh-select-date .calendar-button {
  position: absolute;
  right: 0;
}
.zh-select-date .close-button span,
.zh-select-date .calendar-button span {
  position: relative;
  top: -2px;
  right: -5px;
}
.zh-select-date .close-button svg *,
.zh-select-date .calendar-button svg * {
  fill: #999999;
}

.dw,
.dwo {
  -webkit-tap-highlight-color: transparent;
}

.dw {
  max-width: 98%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: none;
  user-select: none;
  touch-action: none;
}

.dw:focus {
  outline-color: transparent;
}

.dw-rtl {
  direction: rtl;
}

/* Box sizing */
.dw,
.dwbc {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dwwr {
  min-width: 170px;
  zoom: 1;
  overflow: hidden;
  text-align: center;
  font-family: "open_sanslight", sans-serif;
}

.dwwrr {
  background-color: #ffffff;
  min-width: 170px;
  zoom: 1;
  overflow: hidden;
  text-align: left;
  font-family: "open_sanslight", sans-serif;
}

/* Modal overlay */
.dw-persp, .dwo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dw-persp {
  z-index: 99998;
}

.dwo {
  z-index: 1;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  filter: Alpha(Opacity=60);
}

/* Liquid mode */
.dw-liq .dw {
  max-width: 100%;
}

/* Top/Bottom mode */
.dw-top .dw,
.dw-bottom .dw {
  width: 100%;
  max-width: 100%;
}

/* Inline mode */
.dw-inline .dw {
  position: static;
  display: inline-block;
  max-width: 100%;
}

.dw-inline.dw-liq .dw-persp .dw {
  display: block;
}

.dw-inline .dw-persp {
  position: static;
}

/* Bubble mode */
.dw-bubble .dw {
  margin: 20px 0;
}

.dw-bubble .dw-arrw {
  position: absolute;
  left: 0;
  width: 100%;
}

.dw-bubble-top .dw-arrw {
  bottom: -36px;
}

.dw-bubble-bottom .dw-arrw {
  top: -36px;
}

.dw-bubble .dw-arrw-i {
  margin: 0 30px;
  position: relative;
  height: 36px;
}

.dw-bubble .dw-arr {
  display: block;
}

.dw-arr {
  display: none;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-width: 18px 18px;
  border-style: solid;
  margin-left: -18px;
}

.dw-bubble-bottom .dw-arr {
  top: 0;
}

.dw-bubble-top .dw-arr {
  bottom: 0;
}

.dw-hidden,
.dw .dwwr .dw-hidden {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

/* Buttons */
.dwb {
  overflow: hidden;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}

.dwb-e {
  cursor: pointer;
}

.dwb-d {
  cursor: default;
}

/* Button container */
.dwbc {
  display: table;
  width: 100%;
  text-align: center;
}

/* Button wrapper */
.dwbw {
  vertical-align: top;
  display: table-cell;
  position: relative;
  z-index: 5;
}

/* Default theme */
.mbsc-mobiscroll .dwwr {
  min-width: 220px;
  background: #ffffff;
  color: var(--color-text);
}

.mbsc-mobiscroll .dwbc {
  display: block;
  overflow: hidden;
  text-align: right;
}

.mbsc-mobiscroll .dwbw {
  display: block;
  float: right;
}

.mbsc-mobiscroll .dw-rtl .dwbw {
  float: left;
}

.mbsc-mobiscroll .dwb {
  font-family: "open_sanslight", sans-serif;
  font-size: 1.8em;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  color: var(--color-main);
}
@media only screen and (min-device-width: 1200px) {
  .mbsc-mobiscroll .dwb {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 1.5em;
  }
}

.mbsc-mobiscroll .dwb-a {
  background: var(--color-main);
}

.mbsc-mobiscroll .dw-bubble-bottom .dw-arr {
  border-color: transparent transparent #ffffff transparent;
}

.mbsc-mobiscroll .dw-bubble-top .dw-arr {
  border-color: #ffffff transparent transparent transparent;
}

.dwbc {
  background-color: var(--color-main);
  height: 50px;
}
@media only screen and (min-device-width: 1200px) {
  .dwbc {
    height: 40px;
  }
}

.mbsc-mobiscroll .dwfl.hour_indicator .dwwol {
  border: none;
  font-size: 1.8em;
  font-family: "open_sanssemibold", sans-serif;
}

.dwwb,
.dwwo,
.dwwol {
  -webkit-backface-visibility: hidden;
}

/* Wheel container wrapper */
.dwc {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Wheel label */
.dwl {
  line-height: 30px;
  height: 30px;
  top: -30px;
  left: 0;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  width: 100%;
}

/* Wheel container */
.dwwc {
  margin: 0 auto;
  position: relative;
  zoom: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.dwfl {
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

/* Wheels */
.dwwl {
  position: relative;
  z-index: 5;
}

.dwww {
  position: relative;
  padding: 1px;
  /*overflow: hidden;*/
}

.dww {
  overflow: hidden;
  position: relative;
}

.dw-bf {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  backface-visibility: hidden;
  perspective: 1000px;
}

.dw-ul {
  position: relative;
  z-index: 3;
}

.dw-li {
  padding: 0 5px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  vertical-align: bottom;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

/* Valid entry */
.dw-li.dw-v {
  opacity: 1;
  filter: Alpha(Opacity=100);
}

/* Hidden entry */
.dw-li.dw-h {
  visibility: hidden;
}

.dw-i {
  position: relative;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Clickpick mode */
.dwwb {
  position: absolute;
  z-index: 4;
  left: 0;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.dwa .dwwb {
  opacity: 0;
}

.dwpm .dwwbp {
  top: 0;
}

.dwpm .dwwbm {
  bottom: 0;
}

.dwpm .dwwol {
  display: none;
}

/* Wheel overlay */
.dwwo {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Background line */
.dwwol {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  pointer-events: none;
}

/* Liquid mode */
.dw-liq .dwc {
  display: block;
}

.dw-liq .dw-tbl {
  width: 100%;
  table-layout: fixed;
}

/* Hidden label */
.dwhl .dwl {
  display: none;
}

/* Hidden select element */
.dw-hsel {
  position: absolute;
  height: 1px;
  width: 1px;
  left: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Multiple lines */
.dw-ml .dw-li {
  overflow: hidden;
}

.dw-ml .dw-li .dw-i {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

/* Multiple selection */
.dwwms .dw-li {
  padding: 0 40px;
}

.dw-msel:before {
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

/* Default theme */
.mbsc-mobiscroll .dwc {
  padding: 2em .25em 0 .25em;
}

.mbsc-mobiscroll .dwl {
  color: #4eccc4;
  font-size: .75em;
  text-transform: uppercase;
}

.mbsc-mobiscroll .dwhl {
  padding-top: 0;
}

.mbsc-mobiscroll .dwfl {
  padding: .5em .25em;
}

.mbsc-mobiscroll .dw-li {
  font-size: 1.8em;
}

.mbsc-mobiscroll .dw-hl {
  background: rgba(78, 204, 196, 0.3);
}

.mbsc-mobiscroll .dwwol {
  border-top: 1px solid #4eccc4;
  border-bottom: 1px solid #4eccc4;
}

/* Clickpick mode */
.mbsc-mobiscroll .dwpm .dwwol {
  display: block;
}

.mbsc-mobiscroll .dwwb {
  color: #4eccc4;
  background: #f7f7f7;
}

.mbsc-mobiscroll .dwwbp {
  bottom: 0;
  top: auto;
}

.mbsc-mobiscroll .dwwbm {
  top: 0;
  bottom: auto;
}

.mbsc-mobiscroll .dwwb span {
  display: none;
}

.mbsc-mobiscroll .dwwb:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 24px;
  text-align: center;
}

.mbsc-mobiscroll .dwwb.dwb-a:before {
  background: rgba(78, 204, 196, 0.3);
}

/* Multiple select */
.mbsc-mobiscroll .dw-msel:before {
  font-size: 40px;
  color: #4eccc4;
}

.mbsc-mobiscroll .dwwms .dwwol {
  display: none;
}

.morris-hover {
  position: absolute;
  z-index: 1000;
}

.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

.morris-rotate {
  transform: rotate(45deg);
}

.dw-trans .dw-persp {
  overflow: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

.dw-trans .dw {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-duration: 350ms;
  -moz-animation-fill-mode: forwards;
  -moz-animation-duration: 350ms;
  animation-fill-mode: forwards;
  animation-duration: 350ms;
}

.dw-in .dw {
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.dw-out .dw {
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/*.dw-in .dwo {
    -webkit-animation-name: dw-f-in;
    -moz-animation-name: dw-f-in;
    animation-name: dw-f-in;
}
.dw-out .dwo {
    -webkit-animation-name: dw-f-out;
    -moz-animation-name: dw-f-out;
    animation-name: dw-f-out;
}*/
.dw-flip,
.dw-swing,
.dw-slidehorizontal,
.dw-slidevertical,
.dw-slidedown,
.dw-slideup,
.dw-fade {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0);
  -moz-backface-visibility: hidden;
  -moz-transform: translateX(0);
  backface-visibility: hidden;
  transform: translateX(0);
}

.dw-swing,
.dw-slidehorizontal,
.dw-slidevertical,
.dw-slidedown,
.dw-slideup,
.dw-fade {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}

.dw-flip,
.dw-pop {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.dw-in .dw-pop {
  opacity: 1;
  -webkit-animation-name: dw-p-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-p-in;
  -moz-transform: scale(1);
  transform: scale(1);
  animation-name: dw-p-in;
}

.dw-out .dw-pop {
  opacity: 0;
  -webkit-animation-name: dw-p-out;
  -moz-animation-name: dw-p-out;
  animation-name: dw-p-out;
}

.dw-in .dw-flip {
  opacity: 1;
  -webkit-animation-name: dw-fl-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-fl-in;
  -moz-transform: scale(1);
  animation-name: dw-fl-in;
  transform: scale(1);
}

.dw-out .dw-flip {
  opacity: 0;
  animation-name: dw-fl-out;
  -webkit-animation-name: dw-fl-out;
  -moz-animation-name: dw-fl-out;
}

.dw-in .dw-swing {
  opacity: 1;
  -webkit-animation-name: dw-sw-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-sw-in;
  -moz-transform: scale(1);
  transform: scale(1);
  animation-name: dw-sw-in;
}

.dw-out .dw-swing {
  opacity: 0;
  -webkit-animation-name: dw-sw-out;
  -moz-animation-name: dw-sw-out;
  animation-name: dw-sw-out;
}

.dw-in .dw-slidehorizontal {
  opacity: 1;
  -webkit-animation-name: dw-sh-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-sh-in;
  -moz-transform: scale(1);
  transform: scale(1);
  animation-name: dw-sh-in;
}

.dw-out .dw-slidehorizontal {
  opacity: 0;
  -webkit-animation-name: dw-sh-out;
  -moz-animation-name: dw-sh-out;
  animation-name: dw-sh-out;
}

.dw-in .dw-slidevertical {
  opacity: 1;
  -webkit-animation-name: dw-dw-sv-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-dw-sv-in;
  -moz-transform: scale(1);
  animation-name: dw-dw-sv-in;
  transform: scale(1);
}

.dw-out .dw-slidevertical {
  opacity: 0;
  -webkit-animation-name: dw-sv-out;
  -moz-animation-name: dw-sv-out;
  animation-name: dw-sv-out;
}

.dw-in .dw-slidedown {
  -webkit-animation-name: dw-sd-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-sd-in;
  -moz-transform: scale(1);
  animation-name: dw-sd-in;
  transform: scale(1);
}

.dw-out .dw-slidedown {
  animation-name: dw-sd-out;
  -webkit-animation-name: dw-sd-out;
  -webkit-transform: translateY(-100%);
  -moz-animation-name: dw-sd-out;
  -moz-transform: translateY(-100%);
}

.dw-in .dw-slideup {
  -webkit-animation-name: dw-su-in;
  -webkit-transform: scale(1);
  -moz-animation-name: dw-su-in;
  -moz-transform: scale(1);
  transform: scale(1);
  animation-name: dw-su-in;
}

.dw-out .dw-slideup {
  animation-name: dw-su-out;
  -webkit-animation-name: dw-su-out;
  -webkit-transform: translateY(100%);
  -moz-animation-name: dw-su-out;
  -moz-transform: translateY(100%);
}

.dw-in .dw-fade {
  opacity: 1;
  -webkit-animation-name: dw-f-in;
  -moz-animation-name: dw-f-in;
  animation-name: dw-f-in;
}

.dw-out .dw-fade {
  opacity: 0;
  -webkit-animation-name: dw-f-out;
  -moz-animation-name: dw-f-out;
  animation-name: dw-f-out;
}

/* Fade in */
@keyframes dw-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes dw-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes dw-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Fade out */
@keyframes dw-f-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes dw-f-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes dw-f-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Pop in */
@keyframes dw-p-in {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes dw-p-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes dw-p-in {
  from {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
/* Pop out */
@keyframes dw-p-out {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes dw-p-out {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes dw-p-out {
  from {
    opacity: 1;
    -moz-transform: scale(1);
  }
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
/* Flip in */
@keyframes dw-fl-in {
  from {
    opacity: 0;
    transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes dw-fl-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-moz-keyframes dw-fl-in {
  from {
    opacity: 0;
    -moz-transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateY(0);
  }
}
/* Flip out */
@keyframes dw-fl-out {
  from {
    opacity: 1;
    transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes dw-fl-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@-moz-keyframes dw-fl-out {
  from {
    opacity: 1;
    -moz-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
}
/* Swing in */
@keyframes dw-sw-in {
  from {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes dw-sw-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes dw-sw-in {
  from {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateY(0deg);
  }
}
/* Swing out */
@keyframes dw-sw-out {
  from {
    opacity: 1;
    transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes dw-sw-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@-moz-keyframes dw-sw-out {
  from {
    opacity: 1;
    -moz-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
}
/* Slide horizontal in */
@keyframes dw-sh-in {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes dw-sh-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes dw-sh-in {
  from {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
/* Slide horizontal out */
@keyframes dw-sh-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
@-webkit-keyframes dw-sh-out {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes dw-sh-out {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
/* Slide vertical in */
@keyframes dw-dw-sv-in {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes dw-dw-sv-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes dw-dw-sv-in {
  from {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
/* Slide vertical out */
@keyframes dw-sv-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@-webkit-keyframes dw-sv-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes dw-sv-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
/* Slide Down In */
@keyframes dw-sd-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes dw-sd-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes dw-sd-in {
  from {
    -moz-transform: translateY(-100%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
/* Slide down out */
@keyframes dw-sd-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes dw-sd-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes dw-sd-out {
  from {
    -moz-transform: translateY(0);
  }
  to {
    -moz-transform: translateY(-100%);
  }
}
/* Slide Up In */
@keyframes dw-su-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes dw-su-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes dw-su-in {
  from {
    -moz-transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
/* Slide up out */
@keyframes dw-su-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@-webkit-keyframes dw-su-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes dw-su-out {
  from {
    -moz-transform: translateY(0);
  }
  to {
    -moz-transform: translateY(100%);
  }
}

.zh-tabbed-container .zh-tabbed-form-container {
	display: block;
	overflow-y: auto;
}

