.edit-advert .plain-form-header {
  border-bottom: none;
}
.edit-advert .sm-segmented {
  margin-top: 40px;
}
.edit-advert .advert-photo.empty-data {
  background-image: url("images/dish-placeholder.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .edit-advert .advert-photo.empty-data {
    background-image: url("images/dish-placeholder@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.edit-advert.plain-form .plain-form-section {
  padding-right: 0;
}
.edit-advert.plain-form .control-label {
  width: 30%;
}
.edit-advert.plain-form .form-control {
  width: 70%;
}
.edit-advert.plain-form .warning {
  color: #e2544b;
  font-weight: bold;
}
.edit-advert.plain-form .warning:before {
  content: '⚠️ ';
}
.edit-advert.plain-form .notice {
  color: #000;
  text-indent: -25px;
  padding-left: 25px;
  margin-top: 10px;
}
.edit-advert.plain-form .notice:before {
  content: '⚠️ ';
}
.edit-advert.plain-form .notice.two-line:before {
  margin-top: 4px;
}
.edit-advert.plain-form .sm-checkbox {
  margin-right: 40px;
  min-width: 100px;
}
.edit-advert .form-group.execution {
  background-color: rgba(255,221,204,0.2);
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(249,104,81,0.4);
  position: relative;
}
.edit-advert .statistics {
  text-align: center;
  color: #666;
}
.edit-advert .statistics .header {
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #666;
}
.edit-advert .statistics table.statistics {
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  border-collapse: collapse;
}
.edit-advert .statistics table.statistics tr th {
  font-size: 15px;
  padding: 10px 6px;
  text-align: right;
  border: 1px solid #dadada;
  border-right: 3px solid #e2544b;
}
.edit-advert .statistics table.statistics tr td {
  padding: 4px 12px;
  white-space: nowrap;
  border: 1px solid #dadada;
}
.edit-advert .statistics table.statistics tr td strong {
  font-weight: 600;
}
.edit-advert .statistics ul {
  height: 230px;
  padding-top: 20px;
}
.edit-advert .statistics ul li {
  list-style-type: upper-roman;
  list-style-position: inside;
  text-align: center;
  font-size: 28px;
  font-weight: 100;
  width: 186px;
  float: left;
  margin-right: 60px;
  margin-bottom: 30px;
}
.edit-advert .statistics ul li span {
  font-weight: 200;
  margin-top: 5px;
  display: block;
  font-size: 16px;
}
.edit-advert .statistics ul li:nth-child(3n) {
  margin-right: 0;
}
.edit-advert .statistics .icon {
  text-align: center;
  padding: 40px 0 0px;
}
.edit-advert .statistics .icon:before {
  content: "\e314";
  font-family: 'Streamline';
  font-weight: normal;
  font-size: 80px;
  color: #666;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.edit-advert .edit-advert-button.sm-link {
  color: #333;
}
.edit-advert .empty-promo-comment {
  text-align: left;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
}
.edit-advert .empty-promo-comment .warning {
  margin-bottom: 10px;
}
.edit-advert .empty-promo-comment p {
  margin-bottom: 10px;
}
.advert-card-list {
  margin: 0 auto;
}
.advert-card-list .advert-card {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  border: 1px solid #dadada;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 2px rgba(16,17,17,0.05);
  box-shadow: 0 2px 4px 2px rgba(16,17,17,0.05);
  position: relative;
  color: #333;
  font-weight: 300;
  padding: 21px 29px 24px 29px;
}
.advert-card-list .advert-card .advert-photo {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.advert-card-list .advert-card .name {
  font-weight: 100;
  font-size: 22px;
  color: #000;
}
.advert-card-list .advert-card .name a {
  color: #000;
}
.advert-card-list .advert-card .is_private {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.advert-card-list .advert-card .is_private:before {
  content: 'p';
  font-family: 'Streamline';
  font-weight: bold;
  font-size: 14px;
  color: #000;
  width: 20px;
  line-height: 14px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.edit-banner .plain-form-header {
  border-bottom: none;
}
.edit-banner .banner-photo {
  height: 276px;
  margin-top: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.edit-banner .banner-photo.empty-data {
  background-image: url("images/dish-placeholder.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .edit-banner .banner-photo.empty-data {
    background-image: url("images/dish-placeholder@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.edit-banner .image-preview {
  height: 24px;
  width: 75px;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05), 0 0 0 1px rgba(0,0,0,0.08);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05), 0 0 0 1px rgba(0,0,0,0.08);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-top: 10px;
}
.edit-banner .image-preview.loading {
  background: center/contain no-repeat url("../images/tiny-loader.gif") false;
  -webkit-background-size: 80% !important;
  -moz-background-size: 80% !important;
  background-size: 80% !important;
}
.edit-banner.plain-form .plain-form-section {
  padding-right: 0;
}
.edit-banner.plain-form .control-label {
  width: 30%;
}
.edit-banner.plain-form .form-control {
  width: 70%;
}
.edit-banner.plain-form .warning {
  color: #e2544b;
  font-weight: bold;
}
.edit-banner.plain-form .warning:before {
  content: '⚠️ ';
}
.edit-banner.plain-form .notice {
  color: #000;
  text-indent: -25px;
  padding-left: 25px;
  margin-top: 10px;
}
.edit-banner.plain-form .notice:before {
  content: '⚠️ ';
}
.edit-banner.plain-form .notice.two-line:before {
  margin-top: 4px;
}
.edit-banner.plain-form .sm-checkbox {
  margin-right: 40px;
  min-width: 100px;
}
.edit-banner .form-group.execution {
  background-color: rgba(255,221,204,0.2);
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(249,104,81,0.4);
  position: relative;
}
.edit-banner .statistics {
  text-align: center;
  color: #666;
}
.edit-banner .statistics .header {
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #666;
}
.edit-banner .statistics table.statistics {
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  border-collapse: collapse;
}
.edit-banner .statistics table.statistics tr th {
  font-size: 15px;
  padding: 10px 6px;
  text-align: right;
  border: 1px solid #dadada;
  border-right: 3px solid #e2544b;
}
.edit-banner .statistics table.statistics tr td {
  padding: 4px 12px;
  white-space: nowrap;
  border: 1px solid #dadada;
}
.edit-banner .statistics table.statistics tr td strong {
  font-weight: 600;
}
.edit-banner .statistics ul {
  height: 230px;
  padding-top: 20px;
}
.edit-banner .statistics ul li {
  list-style-type: upper-roman;
  list-style-position: inside;
  text-align: center;
  font-size: 28px;
  font-weight: 100;
  width: 186px;
  float: left;
  margin-right: 60px;
  margin-bottom: 30px;
}
.edit-banner .statistics ul li span {
  font-weight: 200;
  margin-top: 5px;
  display: block;
  font-size: 16px;
}
.edit-banner .statistics ul li:nth-child(3n) {
  margin-right: 0;
}
.edit-banner .statistics .icon {
  text-align: center;
  padding: 40px 0 0px;
}
.edit-banner .statistics .icon:before {
  content: "\e314";
  font-family: 'Streamline';
  font-weight: normal;
  font-size: 80px;
  color: #666;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.edit-banner .edit-banner-button.sm-link {
  color: #333;
}
.edit-banner .empty-promo-comment {
  text-align: left;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
}
.edit-banner .empty-promo-comment .warning {
  margin-bottom: 10px;
}
.edit-banner .empty-promo-comment p {
  margin-bottom: 10px;
}
.banner-card-list,
.loyalty-card-list,
.tag-card-list,
.categories-card-list,
.advert-card-list {
  display: grid;
  width: 90%;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  padding: 0px;
  margin: 30px auto;
}
.banner-card-list .banner-card,
.loyalty-card-list .banner-card,
.tag-card-list .banner-card,
.categories-card-list .banner-card,
.advert-card-list .banner-card,
.banner-card-list .loyalty-card,
.loyalty-card-list .loyalty-card,
.tag-card-list .loyalty-card,
.categories-card-list .loyalty-card,
.advert-card-list .loyalty-card,
.banner-card-list .tag-card,
.loyalty-card-list .tag-card,
.tag-card-list .tag-card,
.categories-card-list .tag-card,
.advert-card-list .tag-card,
.banner-card-list .category-card,
.loyalty-card-list .category-card,
.tag-card-list .category-card,
.categories-card-list .category-card,
.advert-card-list .category-card {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  border: 1px solid #dadada;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 2px 4px 2px rgba(16,17,17,0.05);
  box-shadow: 0 2px 4px 2px rgba(16,17,17,0.05);
  position: relative;
  color: #333;
  font-weight: 300;
  padding: 21px 29px 24px 29px;
}
.banner-card-list .banner-card.is-working,
.loyalty-card-list .banner-card.is-working,
.tag-card-list .banner-card.is-working,
.categories-card-list .banner-card.is-working,
.advert-card-list .banner-card.is-working,
.banner-card-list .loyalty-card.is-working,
.loyalty-card-list .loyalty-card.is-working,
.tag-card-list .loyalty-card.is-working,
.categories-card-list .loyalty-card.is-working,
.advert-card-list .loyalty-card.is-working,
.banner-card-list .tag-card.is-working,
.loyalty-card-list .tag-card.is-working,
.tag-card-list .tag-card.is-working,
.categories-card-list .tag-card.is-working,
.advert-card-list .tag-card.is-working,
.banner-card-list .category-card.is-working,
.loyalty-card-list .category-card.is-working,
.tag-card-list .category-card.is-working,
.categories-card-list .category-card.is-working,
.advert-card-list .category-card.is-working {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 2px rgba(16,17,17,0.05);
  box-shadow: 0 2px 4px 2px rgba(16,17,17,0.05);
}
.banner-card-list .banner-card .banner-photo,
.loyalty-card-list .banner-card .banner-photo,
.tag-card-list .banner-card .banner-photo,
.categories-card-list .banner-card .banner-photo,
.advert-card-list .banner-card .banner-photo,
.banner-card-list .loyalty-card .banner-photo,
.loyalty-card-list .loyalty-card .banner-photo,
.tag-card-list .loyalty-card .banner-photo,
.categories-card-list .loyalty-card .banner-photo,
.advert-card-list .loyalty-card .banner-photo,
.banner-card-list .tag-card .banner-photo,
.loyalty-card-list .tag-card .banner-photo,
.tag-card-list .tag-card .banner-photo,
.categories-card-list .tag-card .banner-photo,
.advert-card-list .tag-card .banner-photo,
.banner-card-list .category-card .banner-photo,
.loyalty-card-list .category-card .banner-photo,
.tag-card-list .category-card .banner-photo,
.categories-card-list .category-card .banner-photo,
.advert-card-list .category-card .banner-photo {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.banner-card-list .banner-card .condition-name + .condition-name,
.loyalty-card-list .banner-card .condition-name + .condition-name,
.tag-card-list .banner-card .condition-name + .condition-name,
.categories-card-list .banner-card .condition-name + .condition-name,
.advert-card-list .banner-card .condition-name + .condition-name,
.banner-card-list .loyalty-card .condition-name + .condition-name,
.loyalty-card-list .loyalty-card .condition-name + .condition-name,
.tag-card-list .loyalty-card .condition-name + .condition-name,
.categories-card-list .loyalty-card .condition-name + .condition-name,
.advert-card-list .loyalty-card .condition-name + .condition-name,
.banner-card-list .tag-card .condition-name + .condition-name,
.loyalty-card-list .tag-card .condition-name + .condition-name,
.tag-card-list .tag-card .condition-name + .condition-name,
.categories-card-list .tag-card .condition-name + .condition-name,
.advert-card-list .tag-card .condition-name + .condition-name,
.banner-card-list .category-card .condition-name + .condition-name,
.loyalty-card-list .category-card .condition-name + .condition-name,
.tag-card-list .category-card .condition-name + .condition-name,
.categories-card-list .category-card .condition-name + .condition-name,
.advert-card-list .category-card .condition-name + .condition-name {
  margin-left: 5px;
}
.banner-card-list .banner-card .condition-name + .sm-tag,
.loyalty-card-list .banner-card .condition-name + .sm-tag,
.tag-card-list .banner-card .condition-name + .sm-tag,
.categories-card-list .banner-card .condition-name + .sm-tag,
.advert-card-list .banner-card .condition-name + .sm-tag,
.banner-card-list .loyalty-card .condition-name + .sm-tag,
.loyalty-card-list .loyalty-card .condition-name + .sm-tag,
.tag-card-list .loyalty-card .condition-name + .sm-tag,
.categories-card-list .loyalty-card .condition-name + .sm-tag,
.advert-card-list .loyalty-card .condition-name + .sm-tag,
.banner-card-list .tag-card .condition-name + .sm-tag,
.loyalty-card-list .tag-card .condition-name + .sm-tag,
.tag-card-list .tag-card .condition-name + .sm-tag,
.categories-card-list .tag-card .condition-name + .sm-tag,
.advert-card-list .tag-card .condition-name + .sm-tag,
.banner-card-list .category-card .condition-name + .sm-tag,
.loyalty-card-list .category-card .condition-name + .sm-tag,
.tag-card-list .category-card .condition-name + .sm-tag,
.categories-card-list .category-card .condition-name + .sm-tag,
.advert-card-list .category-card .condition-name + .sm-tag {
  margin-left: 5px;
}
.banner-card-list .banner-card .sm-tag,
.loyalty-card-list .banner-card .sm-tag,
.tag-card-list .banner-card .sm-tag,
.categories-card-list .banner-card .sm-tag,
.advert-card-list .banner-card .sm-tag,
.banner-card-list .loyalty-card .sm-tag,
.loyalty-card-list .loyalty-card .sm-tag,
.tag-card-list .loyalty-card .sm-tag,
.categories-card-list .loyalty-card .sm-tag,
.advert-card-list .loyalty-card .sm-tag,
.banner-card-list .tag-card .sm-tag,
.loyalty-card-list .tag-card .sm-tag,
.tag-card-list .tag-card .sm-tag,
.categories-card-list .tag-card .sm-tag,
.advert-card-list .tag-card .sm-tag,
.banner-card-list .category-card .sm-tag,
.loyalty-card-list .category-card .sm-tag,
.tag-card-list .category-card .sm-tag,
.categories-card-list .category-card .sm-tag,
.advert-card-list .category-card .sm-tag {
  margin-top: 0px;
}
.banner-card-list .banner-card .name,
.loyalty-card-list .banner-card .name,
.tag-card-list .banner-card .name,
.categories-card-list .banner-card .name,
.advert-card-list .banner-card .name,
.banner-card-list .loyalty-card .name,
.loyalty-card-list .loyalty-card .name,
.tag-card-list .loyalty-card .name,
.categories-card-list .loyalty-card .name,
.advert-card-list .loyalty-card .name,
.banner-card-list .tag-card .name,
.loyalty-card-list .tag-card .name,
.tag-card-list .tag-card .name,
.categories-card-list .tag-card .name,
.advert-card-list .tag-card .name,
.banner-card-list .category-card .name,
.loyalty-card-list .category-card .name,
.tag-card-list .category-card .name,
.categories-card-list .category-card .name,
.advert-card-list .category-card .name {
  font-weight: 100;
  font-size: 22px;
  color: #000;
}
.banner-card-list .banner-card .name a,
.loyalty-card-list .banner-card .name a,
.tag-card-list .banner-card .name a,
.categories-card-list .banner-card .name a,
.advert-card-list .banner-card .name a,
.banner-card-list .loyalty-card .name a,
.loyalty-card-list .loyalty-card .name a,
.tag-card-list .loyalty-card .name a,
.categories-card-list .loyalty-card .name a,
.advert-card-list .loyalty-card .name a,
.banner-card-list .tag-card .name a,
.loyalty-card-list .tag-card .name a,
.tag-card-list .tag-card .name a,
.categories-card-list .tag-card .name a,
.advert-card-list .tag-card .name a,
.banner-card-list .category-card .name a,
.loyalty-card-list .category-card .name a,
.tag-card-list .category-card .name a,
.categories-card-list .category-card .name a,
.advert-card-list .category-card .name a {
  color: #000;
}
.banner-card-list .banner-card .is_private,
.loyalty-card-list .banner-card .is_private,
.tag-card-list .banner-card .is_private,
.categories-card-list .banner-card .is_private,
.advert-card-list .banner-card .is_private,
.banner-card-list .loyalty-card .is_private,
.loyalty-card-list .loyalty-card .is_private,
.tag-card-list .loyalty-card .is_private,
.categories-card-list .loyalty-card .is_private,
.advert-card-list .loyalty-card .is_private,
.banner-card-list .tag-card .is_private,
.loyalty-card-list .tag-card .is_private,
.tag-card-list .tag-card .is_private,
.categories-card-list .tag-card .is_private,
.advert-card-list .tag-card .is_private,
.banner-card-list .category-card .is_private,
.loyalty-card-list .category-card .is_private,
.tag-card-list .category-card .is_private,
.categories-card-list .category-card .is_private,
.advert-card-list .category-card .is_private {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.banner-card-list .banner-card .is_private:before,
.loyalty-card-list .banner-card .is_private:before,
.tag-card-list .banner-card .is_private:before,
.categories-card-list .banner-card .is_private:before,
.advert-card-list .banner-card .is_private:before,
.banner-card-list .loyalty-card .is_private:before,
.loyalty-card-list .loyalty-card .is_private:before,
.tag-card-list .loyalty-card .is_private:before,
.categories-card-list .loyalty-card .is_private:before,
.advert-card-list .loyalty-card .is_private:before,
.banner-card-list .tag-card .is_private:before,
.loyalty-card-list .tag-card .is_private:before,
.tag-card-list .tag-card .is_private:before,
.categories-card-list .tag-card .is_private:before,
.advert-card-list .tag-card .is_private:before,
.banner-card-list .category-card .is_private:before,
.loyalty-card-list .category-card .is_private:before,
.tag-card-list .category-card .is_private:before,
.categories-card-list .category-card .is_private:before,
.advert-card-list .category-card .is_private:before {
  content: 'p';
  font-family: 'Streamline';
  font-weight: bold;
  font-size: 14px;
  color: #000;
  width: 20px;
  line-height: 14px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.banner-card-list .loyalty-card,
.loyalty-card-list .loyalty-card,
.tag-card-list .loyalty-card,
.categories-card-list .loyalty-card,
.advert-card-list .loyalty-card,
.banner-card-list .tag-card,
.loyalty-card-list .tag-card,
.tag-card-list .tag-card,
.categories-card-list .tag-card,
.advert-card-list .tag-card,
.banner-card-list .category-card,
.loyalty-card-list .category-card,
.tag-card-list .category-card,
.categories-card-list .category-card,
.advert-card-list .category-card {
  cursor: pointer;
}
.tag-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.tag-card-list .tag-card {
  margin: 0;
}
.tag-card-list .tag-card .name {
  font-size: 18px;
}
.banner-card-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0;
}
.banner-card-list .banner-card {
  margin: 0;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2");
}
.frame-modal .sm-popover:has(.image-preview) .sm-popover-body {
  width: fit-content;
}
.frame-modal .sm-popover:has(.image-preview) .image-preview {
  width: 114px;
  height: 31px;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dadada;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.frame-modal .sm-popover:has(.image-preview) .image-preview.loading {
  background: center/contain no-repeat url("../images/tiny-loader.gif") !important;
  -webkit-background-size: 80% !important;
  -moz-background-size: 80% !important;
  background-size: 80% !important;
}
.frame-modal .modal-dialog {
  width: 100%;
  height: 742px;
}
.frame-modal .modal-dialog .modal-button-block {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 5px 10px 15px 10px;
}
.frame-modal .modal-dialog .modal-header-left {
  width: 390px;
}
.frame-modal .modal-dialog .modal-body {
  height: 100%;
  max-height: calc(742px - 48px) !important;
}
.frame-modal .modal-dialog .modal-body .modal-body-left {
  position: relative;
}
.frame-modal .modal-dialog .modal-body .modal-body-left.left-side {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 390px;
  -ms-flex: 0 0 390px;
  flex: 0 0 390px;
}
.frame-modal .modal-dialog .modal-body .modal-body-right {
  left: 390px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.frame-modal .modal-dialog .modal-body .modal-body-right .modal-button-block {
  padding: 5px 10px 15px 10px;
  height: unset;
}
.frame-modal .modal-dialog .modal-body .modal-body-right .modal-button-block .edit-buttons {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 20px;
}
.frame-modal .story-frame-photo {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.frame-modal .story-frame-photo.has-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(24,24,24,0.4);
}
.frame-modal .state-section {
  height: 100%;
}
.frame-modal .state-section.loading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  background: rgba(0,0,0,0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.frame-modal .state-section.loading .photo-loader {
  padding: 2px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #fff;
  width: 50%;
  height: 10px;
  margin: 95px auto;
}
.frame-modal .state-section.loading .photo-loader .inner-bar {
  width: 0%;
  background: #fff;
  height: 100%;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: width 0.1s linear;
  -moz-transition: width 0.1s linear;
  -o-transition: width 0.1s linear;
  -ms-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
.frame-modal .has-frame-photo,
.frame-modal .has-not-frame-photo {
  position: relative;
  height: 100%;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.frame-modal .has-frame-photo .caption,
.frame-modal .has-not-frame-photo .caption {
  width: 100%;
}
.frame-modal .has-frame-photo {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.frame-modal .has-frame-photo:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background: rgba(0,0,0,0.7);
  color: #fff;
  z-index: 1;
}
.frame-modal .story-frame-button {
  color: #181818;
  position: absolute;
  bottom: 18px;
  left: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 324px;
  width: 100%;
  padding: 15px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 6px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.frame-modal .story-frame-button.secondary {
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
}
.frame-modal .story-frame-button.primary {
  color: #fff;
  background: #f56e5a;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(245,110,90,0.3);
  box-shadow: 0px 5px 20px 0px rgba(245,110,90,0.3);
}
.frame-modal .frame-text-content {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  pointer-events: none;
  max-width: 329px;
  width: 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  padding: 30px;
  gap: 12px;
  color: #181818;
}
.frame-modal .frame-text-content .title {
  font-weight: 600;
}
.frame-modal .frame-text-content.default .title {
  font-size: 36px;
  line-height: 46px;
}
.frame-modal .frame-text-content.default .description {
  font-size: 18px;
  line-height: 24px;
}
.frame-modal .frame-text-content.default .disclaimer {
  font-size: 14px;
  line-height: 20px;
}
.frame-modal .frame-text-content.additional .title,
.frame-modal .frame-text-content.centered .title {
  font-size: 26px;
  line-height: 36px;
}
.frame-modal .frame-text-content.additional .description,
.frame-modal .frame-text-content.centered .description {
  font-size: 16px;
  line-height: 22px;
}
.frame-modal .frame-text-content.additional .disclaimer,
.frame-modal .frame-text-content.centered .disclaimer {
  font-size: 12px;
  line-height: 18px;
}
.frame-modal .frame-text-content.centered {
  text-align: center;
  top: 50%;
}

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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar:horizontal {
  width: 2px;
  height: 12px;
}
::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f96952;
}
::-webkit-scrollbar-thumb:horizontal {
  background: #f1dfdf;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Proxima Nova', sans-serif;
  line-height: 1.22;
}
input,
textarea {
  font-family: inherit;
}
body {
  height: 100%;
  line-height: 1.22;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  overflow-y: hidden;
  overflow-x: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: normal;
}
body.ios-device .couriers-list,
body.ios-device .sidebar-layout .main-content {
  overflow-y: scroll;
}
a {
  color: #f96952;
  text-decoration: none;
}
button,
input[type=text] {
  -webkit-font-smoothing: antialiased;
  font-family: 'Proxima Nova', sans-serif;
}
.intercom-launcher-frame,
.intercom-launcher-discovery-frame {
  margin-right: 40px !important;
}
#cw-widget-container {
  z-index: 9999 !important;
}
.cw-launcher {
  z-index: 9999 !important;
}
#googleMapCacheContainer {
  display: none;
}
.support-chat-container {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 100;
}
.support-chat-container a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 9px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #2ecc70;
  -webkit-box-shadow: rgba(0,0,0,0.24) 0px 3px 8px;
  box-shadow: rgba(0,0,0,0.24) 0px 3px 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.support-chat-container a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sidebar .sortable-ghost {
  border: 2px dashed #f96952;
}
.sidebar .sortable-ghost > * {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.sidebar .sidebar-block {
  position: relative;
}
.sidebar .sidebar-block .publication-time {
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  margin-bottom: -10px;
  color: #b2b2b2;
}
.sidebar .search-list {
  width: 86%;
  position: absolute;
  max-height: 300px;
  overflow-y: scroll;
  z-index: 10;
  background: #fafafa;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 1px 8px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 1px 8px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.05);
}
.sidebar .search-list .dish-suggestion {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 8px 4px;
  border-top: 1px solid #dadada;
  cursor: pointer;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.sidebar .search-list .dish-suggestion:hover {
  background: #ededed;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.sidebar .search-list .dish-suggestion .dish-image {
  width: 50px;
  height: 50px;
  background-color: #b2b2b2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
.sidebar .search-list .dish-suggestion .dish-info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  padding-left: 10px;
}
.sidebar .search-list .dish-suggestion .dish-info > .name {
  font-size: 18px;
}
.sidebar .search-list .dish-suggestion .dish-info > .category-name {
  font-size: 14px;
  color: #919191;
}
.main-content .category-info {
  padding: 0 0;
}
.main-content .category-info .category-background {
  height: 200px;
  background-color: #c3c3c3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.main-content .category-info .category-background .name {
  position: absolute;
  top: 65px;
  left: 30px;
  color: #fff;
  font-size: 40px;
  text-shadow: 0 1px 10px rgba(0,0,0,0.7);
  background: none;
  border: none;
  outline: none;
  padding: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-indent: 10px;
  width: 640px;
}
.main-content .category-info .category-background .name:hover,
.main-content .category-info .category-background .name:focus {
  background: rgba(0,0,0,0.3);
}
.main-content .category-info .category-background:hover .upload-photo {
  display: block;
}
.main-content .category-info .category-background .upload-photo {
  display: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0px;
  right: 0px;
  background: rgba(0,0,0,0.6);
  cursor: pointer;
}
.main-content .category-info .category-background .upload-photo:hover {
  background: rgba(50,50,50,0.6);
}
.main-content .category-info .category-background .upload-photo .title {
  margin-top: 30px;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.main-content .category-info .category-background .upload-photo .title:after {
  display: block;
  content: '\f118';
  font-family: 'Ionicons';
  font-size: 30px;
}
.main-content .category-settings {
  display: inline-block;
  position: absolute;
  right: 84px;
  bottom: 20px;
}
.main-content .category-settings .category-settings-toggle {
  display: block;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #f96952;
  font-size: 30px;
  width: 41px;
  height: 23px;
  cursor: pointer;
  line-height: 32px;
  text-align: center;
}
.main-content .category-settings .category-settings-toggle:before {
  content: '\f20b';
  font-family: 'Ionicons';
  color: #fff;
  line-height: 1px;
  position: absolute;
  top: 12px;
  left: 9px;
}
.main-content .category-settings .category-settings-toggle.toggled {
  background-color: #e05f4a;
}
.main-content .category-settings .category-settings-toggle.toggled:before {
  content: '\f129';
  font-size: 14px;
  -webkit-animation: changingAnimation 0.3s ease-in;
  -moz-animation: changingAnimation 0.3s ease-in;
  -o-animation: changingAnimation 0.3s ease-in;
  -ms-animation: changingAnimation 0.3s ease-in;
  animation: changingAnimation 0.3s ease-in;
  left: 15px;
}
.main-content .dishes {
  zoom: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 20px auto;
}
.main-content .dishes:before,
.main-content .dishes:after {
  content: "";
  display: table;
}
.main-content .dishes:after {
  clear: both;
}
.main-content .dishes.reordering {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
@media only screen and (max-width: 1199px) {
  .main-content .dishes {
    width: 660px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .main-content .dishes {
    width: 880px;
  }
}
@media only screen and (min-width: 1400px) {
  .main-content .dishes {
    width: 1100px;
  }
}
.main-content .dishes a {
  text-decoration: none;
}
.main-content .dishes .card-wrapper {
  width: 180px;
  height: 270px;
  float: left;
  margin: 20px;
  position: relative;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.main-content .dishes .card-wrapper.sortable-ghost .dish-card {
  border: 2px dashed #919191;
}
.main-content .dishes .card-wrapper.sortable-ghost .dish-card > * {
  display: none;
}
.main-content .add-dish {
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  background: #f2f2f2;
  border: none;
}
.main-content .add-dish:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-content .add-dish > .name {
  width: 172px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  max-height: 3.8rem;
  overflow: hidden;
  line-height: 15px;
  font-size: 18px;
  padding: 20px 20px 0 20px;
  color: #dadada;
  font-weight: bold;
}
.main-content .add-dish > .add-dish-img {
  display: block;
  position: relative;
  padding-top: 80px;
  width: 100%;
  height: 70px;
}
.main-content .add-dish > .add-dish-img:before {
  content: '';
  width: 6px;
  height: 60px;
  left: 50%;
  margin-left: -3px;
  display: block;
  background: #dadada;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
}
.main-content .add-dish > .add-dish-img:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 60px;
  display: block;
  background: #dadada;
}

.dish-card {
  margin: 0 auto;
  width: 180px;
  height: 270px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffc0cb;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  bottom: 0;
  -webkit-transition: box-shadow 0.1s, -webkit-transform 0.1s;
  -moz-transition: box-shadow 0.1s, -moz-transform 0.1s;
  -o-transition: box-shadow 0.1s, -o-transform 0.1s;
  -ms-transition: box-shadow 0.1s, -ms-transform 0.1s;
  transition: box-shadow 0.1s, transform 0.1s;
  cursor: pointer;
  font-weight: 200;
  position: relative;
  color: rgba(0,0,0,0.7);
}
.dish-card:hover {
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.05);
  box-shadow: 0 3px 4px rgba(0,0,0,0.05);
}
.dish-card:hover .open-visibility-popup {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
}
.dish-card .visibility-settings-popover {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 100;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.dish-card .visibility-settings-popover .open-visibility-popup {
  display: block;
  background: #f2f2f2;
  border: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-font-smoothing: antialiased;
  padding: 9px;
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dish-card .visibility-settings-popover .open-visibility-popup.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dish-card .visibility-settings-popover .open-visibility-popup.active:before {
  background: url("../images/stop-dish-orange.svg");
}
.dish-card .visibility-settings-popover .open-visibility-popup:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/stop-dish-grey.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  font-size: 20px;
  line-height: 16px;
  vertical-align: middle;
}
.dish-card .visibility-settings-popover .restaurant-name {
  display: inline-block;
  width: 70%;
  min-width: 70%;
  vertical-align: middle;
}
.dish-card .visibility-settings-popover .visibility-controls {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  text-align: right;
  position: relative;
  right: -6px;
}
.dish-card .visibility-settings-popover .toggle-stop,
.dish-card .visibility-settings-popover .toggle-call {
  display: inline-block;
  padding: 1px;
  margin-left: 0;
  position: relative;
  vertical-align: middle;
  text-align: center;
  width: 27px;
  height: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dish-card .visibility-settings-popover .toggle-stop .label,
.dish-card .visibility-settings-popover .toggle-call .label {
  position: static;
  display: inline-block;
  margin-top: 0;
}
.dish-card .visibility-settings-popover .toggle-stop .label:after,
.dish-card .visibility-settings-popover .toggle-call .label:after {
  display: none;
}
.dish-card .visibility-settings-popover .toggle-call {
  top: 2px;
}
.dish-card .visibility-settings-popover .toggle-call .label:before {
  background: none;
  border: none;
  position: static;
  content: '\e08c';
  font-family: 'Streamline';
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  color: #cfcfcf;
}
.dish-card .visibility-settings-popover .toggle-call input[type=checkbox]:checked + .label:before {
  background: none;
  color: #f96952;
}
.dish-card .visibility-settings-popover .toggle-call input[type=checkbox]:checked + .label:after {
  display: none;
}
.dish-card .visibility-settings-popover .toggle-stop .label:before {
  content: '';
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  display: inline-block;
  position: static;
  color: #cfcfcf;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/stop-dish-grey.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  vertical-align: middle;
  text-align: center;
}
.dish-card .visibility-settings-popover .toggle-stop input[type=checkbox]:checked + .label:before {
  background: url("../images/stop-dish-orange.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.dish-card .visibility-settings-popover .toggle-stop input[type=checkbox]:checked + .label:after {
  display: none;
}
.dish-card.is-hidden > :not(.sm-popover) {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.dish-card .dish-photo {
  width: 178px;
  height: 178px;
  -webkit-box-shadow: border-box;
  box-shadow: border-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border: none;
  background-color: #f2f2f2;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  pointer-events: none;
  border-bottom: 1px solid #ddd;
}
.dish-card .dish-photo.empty-data {
  background-image: url("../images/dish-placeholder.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .dish-card .dish-photo.empty-data {
    background-image: url("../images/dish-placeholder@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.dish-card .name {
  width: 172px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  max-height: 3.8rem;
  overflow: hidden;
  line-height: 15px;
  padding: 1px 5px 0 5px;
  color: #000;
}
.dish-card .drag {
  border-top: 1px solid #ddd;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  background: #f2f2f2;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.dish-card .drag .dots {
  width: 15px;
  height: 15px;
  position: relative;
  margin: 8px auto;
}
.dish-card .drag .dots > .dot {
  width: 3px;
  height: 3px;
  background: #dadada;
  position: absolute;
}
.dish-card .drag .dots > .dot:nth-child(1) {
  top: 0;
  left: 0;
}
.dish-card .drag .dots > .dot:nth-child(2) {
  top: 0;
  left: 6px;
}
.dish-card .drag .dots > .dot:nth-child(3) {
  top: 0;
  left: 12px;
}
.dish-card .drag .dots > .dot:nth-child(4) {
  top: 6px;
  left: 0;
}
.dish-card .drag .dots > .dot:nth-child(5) {
  top: 6px;
  left: 6px;
}
.dish-card .drag .dots > .dot:nth-child(6) {
  top: 6px;
  left: 12px;
}
.dish-card .drag .dots > .dot:nth-child(7) {
  top: 12px;
  left: 0;
}
.dish-card .drag .dots > .dot:nth-child(8) {
  top: 12px;
  left: 6px;
}
.dish-card .drag .dots > .dot:nth-child(9) {
  top: 12px;
  left: 12px;
}

.dish-modal.sm-modal-dialog .modal-dialog.wide {
  height: 720px;
}
.dish-modal .recalculated-body {
  height: 100%;
  max-height: 600px !important;
}
.dish-modal .additional {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.dish-modal .additional .form-group {
  margin-top: 0;
}
.dish-modal .metric {
  margin-bottom: 10px;
}
.dish-modal .dish-photo.dish-alt-media {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: fit-content;
  min-height: 200px;
}
.dish-modal .dish-photo.dish-alt-media .media-list,
.dish-modal .dish-photo.dish-alt-media .drag-list {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dish-modal .dish-photo.dish-alt-media .drag-list {
  max-height: 320px;
  overflow-y: auto;
  padding: 2px 0 0 2px;
  gap: 4px;
  min-height: 200px;
}
.dish-modal .dish-photo.dish-alt-media .media-img {
  position: relative;
}
.dish-modal .dish-photo.dish-alt-media .media-img::before {
  position: absolute;
  content: '\f123';
  font-family: 'Ionicons';
  color: #2ecc71;
  background: #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 20px;
  line-height: 20px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dish-modal .dish-photo.dish-alt-media .media-img.active::before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dish-modal .dish-photo.dish-alt-media .media-item {
  max-width: 100px;
  width: 100%;
  max-height: 100px;
  outline: 1px solid #b2b2b2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dish-modal .dish-photo.dish-alt-media .media-item * {
  pointer-events: none;
}
.dish-modal .dish-photo.dish-alt-media .media-item.plus,
.dish-modal .dish-photo.dish-alt-media .media-item.trash {
  color: #b2b2b2;
  font-size: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 100px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: unset;
}
.dish-modal .dish-photo.dish-alt-media .media-item.plus:hover,
.dish-modal .dish-photo.dish-alt-media .media-item.trash:hover {
  color: rgba(51,51,51,0.6);
}
.dish-modal .dish-photo.dish-alt-media .media-item.trash {
  font-size: 40px;
}
.dish-modal .dish-photo.dish-alt-media .media-item.trash::before {
  content: 'b';
  font-family: 'Streamline';
  margin-right: 3px;
}
.dish-modal .dish-photo.dish-alt-media .media-item.sortable-ghost {
  outline: 2px dashed #f96952;
}
.dish-modal .dish-photo.dish-alt-media .media-item.sortable-ghost img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  filter: grayscale();
}
.dish-modal .dish-photo.dish-alt-media .media-item:hover {
  cursor: pointer;
}
.dish-modal .dish-photo.dish-alt-media .media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-height: 100px;
}
.dish-modal .dish-photo.dish-alt-media .buttons-block {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -o-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dish-modal .dish-photo.dish-alt-media .buttons-block .remove-button:before {
  content: 'b';
  font-family: 'Streamline';
  font-size: 12px;
  margin-right: 3px;
}
.dish-modal .sm-select {
  margin-top: 0;
}
.dish-modal .sm-validation .validation-message,
.dish-modal .sm-validation.is-shown .validation-message {
  left: auto;
}
.dish-modal .form-group .control-label {
  text-indent: 0;
}
.dish-modal .form-group .control-label.title {
  font-size: 16px;
  color: #333;
  margin: 10px auto;
}
.dish-modal .form-group .description .form-group {
  margin-top: 0;
}
.dish-modal .form-control.checks {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0 10px;
}
.dish-modal .form-control.checks .control {
  height: 40px;
}
.dish-modal .caption {
  line-height: 1.22;
  color: #b2b2b2;
  margin-top: 4px;
}
.dish-modal .remove-config {
  position: absolute;
  padding: 4px;
  width: 25px;
  height: 25px;
  border: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: none;
  top: 15px;
  right: 8px;
  text-align: center;
  cursor: pointer;
}
.dish-modal .remove-config:focus,
.dish-modal .remove-config:active {
  outline: none;
}
.dish-modal .remove-config:before {
  content: 'b';
  font-family: 'Streamline';
  font-size: 16px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  color: #f96952;
}
.dish-modal .modal-body-card.configurator .card-header {
  text-align: center;
}
.dish-modal .modal-body-card.configurator .card-header .sm-text-field {
  text-align: center;
  min-width: 85%;
  border-color: transparent;
  font-size: 14px;
  background: none;
}
.dish-modal .modal-body-card.configurator .card-header .sm-text-field:hover {
  border-color: #dadada;
}
.dish-modal .modal-body-card.configurator .card-header .sm-text-field:focus,
.dish-modal .modal-body-card.configurator .card-header .sm-text-field:active {
  border-color: #f96952;
}
.dish-modal .modal-body-card.configurator.restaurantPrices {
  width: 450px;
}
.dish-modal .modal-body-card.configurator.restaurantPrices .card-header h4 {
  font-weight: bold;
}
.dish-modal .modal-body-card.configurator.restaurantPrices .config-cell {
  padding: 2px 10px;
}
.dish-modal .modal-body-card.configurator.v2 .card-header.configurator {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dish-modal .modal-body-card.configurator.v2 .card-header.configurator .sm-select {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.dish-modal .modal-body-card.configurator.v2 .sm-select {
  margin-right: 25px;
}
.dish-modal .modal-body-card.configurator.v2 .config-cell {
  padding: 10px 15px;
}
.dish-modal .modal-body-card.configurator.v2 .configurator-settings-button {
  position: relative;
  padding: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 35px;
}
.dish-modal .modal-body-card.configurator.v2 .configurator-settings-button:after {
  display: block;
  position: absolute;
  content: '\f397';
  font-family: 'Ionicons';
  font-size: 30px;
}
.dish-modal .modal-body-card.configurator.v2 .configurator-actions {
  display: none;
  position: absolute;
  width: 200px;
  top: 20;
  right: 0;
  border: 1px solid #dadada;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f2f2f2;
  -webkit-box-shadow: 0 2px 4px 2px rgba(16,17,17,0.05);
  box-shadow: 0 2px 4px 2px rgba(16,17,17,0.05);
  z-index: 1;
}
.dish-modal .modal-body-card.configurator.v2 .configurator-actions .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 15px;
  gap: 10px;
}
.dish-modal .modal-body-card.configurator.v2 .configurator-actions .select-group-parent .label {
  margin-bottom: 5px;
}
.dish-modal .modal-body-card.configurator.v2 .configurator-actions .select-group-parent .sm-select {
  margin: unset;
  text-align: left;
}
.dish-modal .modal-body-card.configurator.v2 .configurator-actions .select-group-parent .sm-select .group-name {
  padding: 8px 25px 8px 15px;
  font-weight: bold;
}
.dish-modal .modal-body-card.configurator.v2 .configurator-actions .select-group-parent .sm-select .sm-button {
  position: sticky;
  bottom: 0;
  max-width: calc(100% - 30px);
  width: 100%;
  margin: 0 15px;
}
.dish-modal .addGroup {
  text-align: center;
  margin-top: 10px;
}
.dish-modal .form-group-horizontal .form-control.recursive {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.dish-modal .form-group-horizontal .form-control.recursive .toggle {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dish-modal .form-group-horizontal .form-control.recursive .select {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 90%;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
}
.dish-modal .external-id .control-label {
  margin-top: 5px;
}
.dish-modal .card-body .config-table {
  width: 100%;
  display: table;
}
.dish-modal .card-body .config-line {
  display: table-row;
}
.dish-modal .card-body .config-cell {
  display: table-cell;
  background-color: #ededed;
  border-left: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.dish-modal .card-body .config-cell > .sm-text-field {
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  border-color: transparent;
  background: none;
}
.dish-modal .card-body .config-cell > .sm-text-field:hover {
  background: #f2f2f2;
}
.dish-modal .card-body .config-cell > .sm-text-field:active,
.dish-modal .card-body .config-cell > .sm-text-field:focus {
  border-color: #f96952;
  background: #f2f2f2;
}
.dish-modal .card-body .config-cell:nth-child(1) {
  width: 70%;
  border-left: none;
}
.dish-modal .card-body .config-cell:nth-child(2) {
  width: 20%;
}
.dish-modal .card-body .config-cell:nth-child(2) .sm-text-field {
  text-align: right;
}
.dish-modal .card-body .config-cell:nth-child(3) {
  width: 10%;
  text-align: center;
}
.dish-modal .card-body .remove-position-button {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #dadada;
  background: transparent;
  text-align: center;
  cursor: pointer;
  padding: 0px;
}
.dish-modal .card-body .remove-position-button:hover {
  border: 1px solid #c1c1c1;
}
.dish-modal .card-body .remove-position-button:hover:before {
  color: #777;
}
.dish-modal .card-body .remove-position-button:before {
  content: '\e262';
  font-family: 'Streamline';
  font-size: 8px;
  position: relative;
  color: #919191;
  font-weight: bold;
}
.dish-modal .card-body .add-position {
  text-align: center;
  color: #f96952;
  padding: 9px 10px;
  cursor: pointer;
  border-bottom: none;
}
.dish-modal .modal-header-right .sm-segmented,
.dish-modal .modal-body-left .sm-segmented {
  margin-bottom: -15px;
}
.dish-modal .modal-header-right .sm-segmented .sm-segment,
.dish-modal .modal-body-left .sm-segmented .sm-segment {
  border-color: #dadada;
  background-color: #f2f2f2;
  position: relative;
  top: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dish-modal .modal-header-right .sm-segmented .sm-segment.active,
.dish-modal .modal-body-left .sm-segmented .sm-segment.active {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-color: #eaeaea;
  background: #eaeaea;
  color: #000;
  margin-top: -4px;
  padding-top: 11px;
  border-right: 1px solid #dadada;
  margin-right: -1px;
}
.dish-modal .modal-body-left .sm-segmented {
  margin-bottom: 5px;
}
.dish-modal .modal-body-left .sm-segmented .sm-segment.disabled {
  pointer-events: none;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  filter: grayscale(1);
}
.dish-modal .modal-body-right h3 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
.dish-modal .modal-body-right .modal-body-section.restaurant-prices {
  border-bottom: 15px solid #f2f2f2;
  position: relative;
}
.dish-modal .modal-body-right .modal-body-section.restaurant-prices:last-child {
  border-bottom-color: #eaeaea;
}
.dish-modal .modal-body-right .modal-body-section.restaurant-prices.empty {
  text-align: center;
  padding: 80px 60px;
}
.dish-modal .modal-body-right .modal-body-section.restaurant-prices.empty h3 {
  margin-bottom: 10px;
}
.dish-modal .modal-body-right a.setRestaurantPrice {
  position: absolute;
  right: 20px;
  top: 20px;
}
.dish-modal .card-footer .sm-checkbox .label {
  margin-top: 0;
}
.dish-modal .card-footer .min-max-values {
  padding-left: 30px;
  -webkit-transition: max-height 0.2s ease-in, opacity 0.2s ease-in;
  -moz-transition: max-height 0.2s ease-in, opacity 0.2s ease-in;
  -o-transition: max-height 0.2s ease-in, opacity 0.2s ease-in;
  -ms-transition: max-height 0.2s ease-in, opacity 0.2s ease-in;
  transition: max-height 0.2s ease-in, opacity 0.2s ease-in;
  max-height: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  overflow: hidden;
}
.dish-modal .card-footer .min-max-values.is-open {
  max-height: 32px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dish-modal .card-footer .min-max-values .sm-text-field {
  padding: 3px;
  font-size: 12px;
  text-align: center;
  margin: 2px 5px;
}
.dish-modal .card-footer .min-max-values .sm-text-field.min {
  width: 30px;
}
.dish-modal .card-footer .min-max-values .sm-text-field.max {
  width: 30px;
}
.dish-modal .no-configurator-message {
  padding: 0 30px;
  font-size: 14px;
  color: #b2b2b2;
  text-align: center;
  margin-bottom: -10px;
}
.dish-modal .no-configurator-message .heading {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 150px;
}
.dish-modal .no-configurator-message .caption {
  line-height: 1.22;
}
.dish-modal .next-day {
  margin-top: 10px;
}
.dish-modal .next-day-content {
  margin-top: 10px;
}
.scheme-configuration-type {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 210px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 12px auto 0 auto;
}
.scheme-configuration-type .sm-select {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@-moz-keyframes progress {
  from {
    left: -30px;
  }
  to {
    left: 0px;
  }
}
@-webkit-keyframes progress {
  from {
    left: -30px;
  }
  to {
    left: 0px;
  }
}
@-o-keyframes progress {
  from {
    left: -30px;
  }
  to {
    left: 0px;
  }
}
@keyframes progress {
  from {
    left: -30px;
  }
  to {
    left: 0px;
  }
}

.modifier-group-modifier-item {
  position: relative;
}
.modifier-group-modifier-item .modifier-item .item-line .item {
  line-height: 40px;
}
.modifier-group-modifier-item:hover .open-visibility-popup {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
}
.modifier-group-modifier-item .visibility-settings-popover {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.modifier-group-modifier-item .visibility-settings-popover .open-visibility-popup {
  display: block;
  background: #f2f2f2;
  border: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-font-smoothing: antialiased;
  padding: 9px;
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.modifier-group-modifier-item .visibility-settings-popover .open-visibility-popup.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modifier-group-modifier-item .visibility-settings-popover .open-visibility-popup.active:before {
  background: url("../images/stop-dish-orange.svg");
}
.modifier-group-modifier-item .visibility-settings-popover .open-visibility-popup:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/stop-dish-grey.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  font-size: 20px;
  line-height: 16px;
  vertical-align: middle;
}
.modifier-group-modifier-item .visibility-settings-popover .restaurant-name {
  display: inline-block;
  width: 70%;
  min-width: 70%;
  vertical-align: middle;
}
.modifier-group-modifier-item .visibility-settings-popover .visibility-controls {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  text-align: right;
  position: relative;
  right: -6px;
}
.modifier-group-modifier-item .visibility-settings-popover .toggle-stop,
.modifier-group-modifier-item .visibility-settings-popover .toggle-call {
  display: inline-block;
  padding: 1px;
  margin-left: 0;
  position: relative;
  vertical-align: middle;
  text-align: center;
  width: 27px;
  height: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modifier-group-modifier-item .visibility-settings-popover .toggle-stop .label,
.modifier-group-modifier-item .visibility-settings-popover .toggle-call .label {
  position: static;
  display: inline-block;
  margin-top: 0;
}
.modifier-group-modifier-item .visibility-settings-popover .toggle-stop .label:after,
.modifier-group-modifier-item .visibility-settings-popover .toggle-call .label:after {
  display: none;
}
.modifier-group-modifier-item .visibility-settings-popover .toggle-call {
  top: 2px;
}
.modifier-group-modifier-item .visibility-settings-popover .toggle-call .label:before {
  background: none;
  border: none;
  position: static;
  content: '\e08c';
  font-family: 'Streamline';
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  color: #cfcfcf;
}
.modifier-group-modifier-item .visibility-settings-popover .toggle-call input[type=checkbox]:checked + .label:before {
  background: none;
  color: #f96952;
}
.modifier-group-modifier-item .visibility-settings-popover .toggle-call input[type=checkbox]:checked + .label:after {
  display: none;
}
.modifier-group-modifier-item .visibility-settings-popover .toggle-stop .label:before {
  content: '';
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  display: inline-block;
  position: static;
  color: #cfcfcf;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/stop-dish-grey.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  vertical-align: middle;
  text-align: center;
}
.modifier-group-modifier-item .visibility-settings-popover .toggle-stop input[type=checkbox]:checked + .label:before {
  background: url("../images/stop-dish-orange.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.modifier-group-modifier-item .visibility-settings-popover .toggle-stop input[type=checkbox]:checked + .label:after {
  display: none;
}

.client-modal .sm-segment:has(.unread-count) {
  position: relative;
}
.client-modal .sm-segment:has(.unread-count) .unread-count {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #fff;
  padding: 3px 6px;
  min-width: 6px;
  height: 12px;
  max-width: 24px;
  width: fit-content;
  font-size: 12px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #333;
  -webkit-box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 1px 3px 1px;
  box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 1px 3px 1px;
}
.client-modal .modal-body-left .sm-validation .validation-message {
  -webkit-transform: translate(-50%, 0) !important;
  -moz-transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
  left: 50%;
  top: 100%;
  z-index: 10;
  margin-top: 10px;
}
.client-modal .modal-body-left .sm-validation .validation-message:before {
  border-top: 6px solid #e97e77;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  left: 50%;
  top: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.client-modal .modal-body-left .sm-validation .validation-message:after {
  border-top: 6px solid #fef7f6;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  left: 50%;
  top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.client-modal .modal-body-right .create-new-order {
  margin: 20px 30px 0px 30px;
  background: rgba(0,0,0,0.05);
  font-size: 18px;
  color: rgba(0,0,0,0.3);
  text-align: center;
  padding: 17px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  display: block;
  outline: none;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.client-modal .modal-body-right .create-new-order:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.client-modal .client-orders-list {
  padding: 20px;
}
.client-modal .client-orders-list .form-group-horizontal {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.client-modal .client-orders-list .form-group-horizontal.orders-processed {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.client-modal .client-orders-list .form-group-horizontal.orders-processed .form-control {
  width: unset;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 0;
  margin-left: 15px;
}
.client-modal .client-orders-list .form-group-horizontal.orders-processed .control-label {
  padding: 0;
  width: fit-content;
}
.client-modal .client-social-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.client-modal .client-social-block .socials-list {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.client-modal .client-social-block .social {
  width: 20px;
  height: 20px;
  background: #35ade8;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: 5px;
}
.client-modal .client-social-block .social.vkontakte {
  background: url("../images/vk.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.client-modal .client-social-block .social.facebook {
  background: #4c66a4;
  text-align: center;
}
.client-modal .client-social-block .social.facebook:before {
  content: '\f231';
  font-family: 'Ionicons';
  font-size: 15px;
  line-height: 20px;
  margin-left: 1px;
  color: #fff;
}
.client-modal .call.sm-button {
  position: absolute;
  right: 11px;
  top: 11px;
  line-height: 27px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.client-modal .client-photo {
  width: 50px;
  height: 50px;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url("/images/account-placeholder.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .client-modal .client-photo {
    background-image: url("/images/account-placeholder@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.client-modal .chart-loader {
  min-height: 182px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.client-modal .chart-loader .sm-loader {
  zoom: 0.8;
}
.client-modal .bonus-block-section {
  padding: 15px;
}
.client-modal .bonus-block-section .form-group-horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.client-modal .bonus-block-section .form-control {
  width: fit-content;
}
.client-modal .bonus-block-section .sm-text-field {
  width: 50%;
  top: 25%;
}
.client-modal .bonus-block-section .sm-button {
  width: 21%;
}

table.clients-table {
  width: 100%;
}

.client-tag {
  background: #f96952;
  padding: 0px 20px 2px 5px;
  margin-right: 6px;
  margin-top: 6px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #f96952;
  background: none;
  border: 1px solid #f96952;
}
.client-tag .client-tag-remove {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  display: block;
  border: none;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
}
.client-tag .client-tag-remove:after {
  content: '\e2aa';
  font-family: 'Streamline';
  font-weight: bold;
  font-size: 8px;
  color: #fff;
  width: 20px;
  line-height: 14px;
  text-align: center;
  color: #f96952;
}

.main .sm-mini-popup-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main .sm-mini-popup-container .group-tag-manipultaion {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.main .sm-mini-popup-container .group-tag-manipultaion .actions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.main .sm-mini-popup-container .group-tag-manipultaion .actions.disabled {
  pointer-events: none;
}
.main .sm-mini-popup-container .group-tag-manipultaion .tag-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 13px;
  background: rgba(0,0,0,0.1);
  color: #666;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  min-width: 50px;
  min-height: 18px;
  padding: 2px;
}
.main .sm-mini-popup-container .group-tag-manipultaion .tag-item.active {
  color: #fff;
  background: #f96952;
}
.main .sm-mini-popup-container .group-tag-manipultaion.loading {
  pointer-events: none;
}
.main.mini-popup-opened .sm-mini-popup-container {
  width: 100%;
  height: 100%;
  z-index: inherit;
}
.sidebar-layout.clients-view .sidebar .sidebar-block.search-block .sm-text-field {
  background: #fff;
}
.sidebar-layout.clients-view .sidebar .filters-section .sidebar-block {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sidebar-layout.clients-view .sidebar .filters-section .sidebar-block .add-tag-button {
  display: block;
  width: 100%;
}
.sidebar-layout.clients-view .sidebar .filters-section .sidebar-block .add-tag-button button {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  margin-left: 50%;
  padding: 5px 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sidebar-layout.clients-view .sidebar .filters-section.-disabled .sidebar-block {
  pointer-events: none;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.sidebar-layout.clients-view .sidebar .dishes-chosen {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebar-layout.clients-view .sidebar .dishes-chosen .sm-chosen-add-button {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.sidebar-layout.clients-view .sidebar .dishes-chosen .sm-chosen-add-button .add-button {
  color: #919191;
  background: transparent;
  font-size: 12px;
  padding: 0;
}
.sidebar-layout.clients-view .sidebar .dishes-chosen .sm-chosen-item {
  background: #f96952;
  color: #fff;
}
.sidebar-layout.clients-view .sidebar .dishes-chosen .sm-chosen-item .remove-button::after {
  color: #fff;
}
.sidebar-layout.clients-view .sidebar .dishes-chosen .dish-suggestion {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 5px 5px !important;
}
.sidebar-layout.clients-view .sidebar .dishes-chosen .dish-suggestion .dish-image {
  width: 30px;
  height: 30px;
  background-color: #b2b2b2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
}
.sidebar-layout.clients-view .sidebar .dishes-chosen .dish-suggestion .dish-info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  padding-left: 10px;
}
.sidebar-layout.clients-view .sidebar .dishes-chosen .dish-suggestion .dish-info > .name {
  font-size: 13px;
}
.sidebar-layout.clients-view .sidebar .dishes-chosen .dish-suggestion .dish-info > .category-name {
  font-size: 11px;
  color: #919191;
}
.sidebar-layout.clients-view .sidebar .group-edit-button {
  margin: 10px 0;
}
.sidebar-layout.clients-view .main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.sidebar-layout.clients-view .tags-info {
  font-size: 14px;
  color: #7f7f7f;
  margin-top: 5px;
}
.sidebar-layout.clients-view .clients-not-found {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0;
}
.sidebar-layout.clients-view .clients-not-found .image:before {
  content: '\e0ff';
  color: #b2b2b2;
  font-family: 'Streamline';
  font-size: 72px;
}
.sidebar-layout.clients-view .clients-not-found .title {
  margin-top: 20px;
  color: #b2b2b2;
  font-size: 24px;
}
.sidebar-layout.clients-view .clients-not-found .caption {
  margin-top: 20px;
  color: #b2b2b2;
  font-size: 16px;
}
.sidebar-layout.clients-view .loading-clients-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0;
}
.sidebar-layout.clients-view .clients-loading-caption {
  margin-top: 20px;
  color: #b2b2b2;
  font-size: 16px;
}
.sidebar-layout.clients-view .clients-loader-block {
  width: 100%;
}
.sidebar-layout.clients-view .clients-loader-block .clients-loader {
  display: block;
  margin: 0 auto;
  padding: 20px;
}
.sidebar-layout.clients-view .clients-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  background: #fcfcfc;
}
.sidebar-layout.clients-view .clients-header-wrapper {
  width: 900px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sidebar-layout.clients-view .clients-header-wrapper.is-bonus-enabled {
  width: 1080px;
}
.sidebar-layout.clients-view .chart-header {
  background-color: #fcfcfc;
  overflow: hidden;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  height: auto;
  -webkit-transition: flex-basis 300ms linear;
  -moz-transition: flex-basis 300ms linear;
  -o-transition: flex-basis 300ms linear;
  -ms-transition: flex-basis 300ms linear;
  transition: flex-basis 300ms linear;
  border-bottom: none;
}
.sidebar-layout.clients-view .chart-header.-active,
.sidebar-layout.clients-view .chart-header.-active-widely {
  -webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.1);
  box-shadow: 0 0px 2px rgba(0,0,0,0.1);
  border-bottom: 1px solid #f2f2f2;
}
.sidebar-layout.clients-view .chart-header .chart-content {
  width: 900px;
  margin: 0 auto;
  text-align: right;
  zoom: 1;
}
.sidebar-layout.clients-view .chart-header .chart-content:before,
.sidebar-layout.clients-view .chart-header .chart-content:after {
  content: "";
  display: table;
}
.sidebar-layout.clients-view .chart-header .chart-content:after {
  clear: both;
}
.sidebar-layout.clients-view .chart-header .chart-label-area {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 9px 20px 0px 45px;
}
.sidebar-layout.clients-view .chart-header .chart-label-area .chart-label {
  font-size: 14px;
  color: #7f7f7f;
}
.sidebar-layout.clients-view .chart-header .chart-mode-selector {
  font-size: 12px;
  color: #b2b2b2;
  cursor: pointer;
  display: inline-block;
}
.sidebar-layout.clients-view .chart-header .chart-mode-selector .option {
  display: inline-block;
}
.sidebar-layout.clients-view .chart-header .chart-mode-selector .option.-selected {
  color: rgba(51,51,51,0.8);
}
.sidebar-layout.clients-view .chart-header .chart-mode-selector .separator {
  display: inline-block;
  margin: 0px 5px;
}
.sidebar-layout.clients-view .clients-content-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  overflow-y: auto;
}
.sidebar-layout.clients-view .clients-content-wrapper .clients-content {
  width: 900px;
  margin: 0 auto;
}
.sidebar-layout.clients-view .clients-content-wrapper .clients-content.is-bonus-enabled {
  width: 1080px;
}
.sidebar-layout.clients-view .clients-content-wrapper .clients-content .stacked-bar-chart {
  margin-bottom: 20px;
}
.sidebar-layout.clients-view .filter-results {
  color: #b2b2b2;
  font-size: 14px;
}
.sidebar-layout.clients-view .filter-results .sm-button.export-button {
  margin-left: 20px;
}
.sidebar-layout.clients-view .stats-button {
  width: 30px;
  height: 30px;
  margin-right: 18px;
  display: inline-block;
  line-height: 27px;
  text-align: center;
  color: #dadada;
  cursor: pointer;
}
.sidebar-layout.clients-view .stats-button:before {
  content: '\e2ec';
  font-family: 'Streamline';
  font-size: 24px;
}
.sidebar-layout.clients-view .stats-button.-active {
  color: #82cea2;
  text-shadow: 0px 0px 2px rgba(130,206,162,0.2);
}
.sidebar-layout.clients-view .stats-button.-active-widely {
  color: #82cea2;
  text-shadow: 0px 0px 2px rgba(130,206,162,0.2);
}
.sidebar-layout.clients-view .stats-button.-active-widely:before {
  content: '\e2ed';
}
.sidebar-layout.clients-view .filters {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sidebar-layout.clients-view .sort-by {
  display: inline-block;
  font-size: 14px;
}
.sidebar-layout.clients-view .sort-by .sort-item {
  display: inline-block;
  margin-left: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.sidebar-layout.clients-view .sort-by .sort-item:after {
  margin-left: 5px;
  content: '\e5bc';
  font-family: 'Streamline';
  font-weight: bold;
  font-size: 8px;
  visibility: hidden;
}
.sidebar-layout.clients-view .sort-by .sort-item.selected:after {
  color: #f96952;
}
.sidebar-layout.clients-view .sort-by .sort-item.selected.ascending:after {
  content: '\e5bc';
  visibility: visible;
}
.sidebar-layout.clients-view .sort-by .sort-item.selected.descending:after {
  content: '\e5bd';
  visibility: visible;
}
.sidebar-layout.clients-view .date-range .sm-date-picker {
  display: block;
  position: relative;
}
.sidebar-layout.clients-view .date-range .sm-date-picker .date-input.sm-text-field {
  color: #333;
  text-align: left;
  padding-right: 0;
  padding-left: 28px;
  width: 100%;
  display: block;
}
.sidebar-layout.clients-view .date-range .sm-date-picker .clear-button {
  right: 1px;
}

.input-with-prefix {
  position: relative;
}
.input-with-prefix input {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 10px 7px 30px;
  color: #333;
  border: 1px solid #dadada;
  background: rgba(255,255,255,0.9);
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px;
  position: relative;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-with-prefix input:focus,
.input-with-prefix input:active {
  outline: none;
  border-color: #f96952;
}
.input-with-prefix .prefix {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 25px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 14px;
  color: #666;
  z-index: 1;
}

.communication-channels-index-page .sm-mini-popup-container .sm-mini-popup:not(.-hidden) {
  width: 700px;
  height: 700px;
  padding: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.channels-table {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.channels-table .sm-popover-body:has(iframe) {
  width: 800px !important;
  height: 700px !important;
  padding: 0 !important;
}
.channels-table .table-header {
  display: flex;
  align-items: center;
  min-height: 48px;
  justify-content: space-between;
}
.channels-table .column.name {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 264px;
  font-size: 16px;
}
.channels-table .column.name .icon {
  height: 32px;
  width: 32px;
  display: block;
}
.channels-table .column.status {
  min-width: 274px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.channels-table .column.status .icon {
  max-width: 18px;
  cursor: pointer;
}
.channels-table .column.status .sm-popover-target {
  display: flex;
}
.channels-table .column.status .error-text {
  padding: 6px;
}
.channels-table .column.buttons {
  min-width: 240px;
  display: flex;
  justify-content: flex-end;
}
.channels-table .column.buttons .button {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: all 0.2s ease;
}
.channels-table .column.buttons .button .icon {
  width: 24px;
}
.channels-table .column.buttons .button:hover {
  background: #f1f0ec;
}
.channels-table .column.buttons .button.link {
  width: fit-content;
  padding: 0 9px;
}
.channels-table .column.buttons .button.loading {
  pointer-events: none;
  animation: pulse 1s infinite;
}
.channels-table .channels-table-row {
  height: 72px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #f1f0ec;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
  align-items: center;
  padding: 0 12px;
}
.channels-table .channels-table-row:hover {
  border: 1px solid #e0e0e0;
}
.channels-table span.status {
  border-radius: 12px;
  font-size: 14px;
  min-height: 32px;
  padding: 0 12px;
  display: flex;
  max-width: fit-content;
  align-items: center;
}
.channels-table span.status.enabled,
.channels-table span.status.active {
  color: #0fa958;
  background: rgba(15,169,88,0.2);
}
.channels-table span.status.disabled {
  color: rgba(24,24,24,0.4);
  background: #f1f0ec;
}
.channels-table span.status.error {
  background: rgba(255,133,119,0.3);
  color: #e85d41;
}
@-moz-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.account-photo {
  padding: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  zoom: 1;
}
.account-photo:before,
.account-photo:after {
  content: "";
  display: table;
}
.account-photo:after {
  clear: both;
}
.account-photo > .avatar {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 64px;
  border-radius: 64px;
  display: block;
  float: left;
  background-image: url("../images/account-placeholder.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .account-photo > .avatar {
    background-image: url("../images/account-placeholder@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.account-photo > .sm-button {
  margin-left: 15px;
  margin-top: 17px;
  float: left;
}
.account-photo > .caption {
  width: 70%;
  float: left;
  font-size: 11px;
  color: #b2b2b2;
  margin-left: 12px;
}

.add-tag-button {
  position: relative;
  display: inline-block;
  margin-top: 6px;
}
.add-tag-button .add-button {
  background: #f96952;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  color: #fff;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.add-tag-popover {
  left: 50%;
  top: 100%;
  margin-left: -120px;
  margin-top: 10px;
  display: block;
  position: absolute;
  background: #fafafa;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 1px 8px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 1px 8px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.05);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 10;
  width: 240px;
  display: none;
}
.add-tag-popover:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 15px;
  background-image: url("../images/popup-pointers/popup-pointer-up.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  top: 1px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .add-tag-popover:before {
    background-image: url("../images/popup-pointers/popup-pointer-up@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.add-tag-popover.is-open {
  display: block;
}
.add-tag-popover .search-input-wrapper {
  padding: 10px;
}
.add-tag-popover .sm-text-field {
  display: block;
  width: 100%;
}
.tag-suggestion-list .tag-suggestion {
  padding: 10px 10px;
  border-top: 1px solid #dadada;
  cursor: pointer;
}
.tag-suggestion-list .tag-suggestion.is-selected {
  background: #ededed;
}
.tag-suggestion-list .tag-suggestion:hover {
  background: #ededed;
}
.tag-suggestion-list .tag-suggestion.add-new {
  color: #f96952;
}

.bonus-log-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 95%;
  margin: 0px auto;
  background: #f2f2f2;
  -webkit-box-shadow: 0 -1px 0 #e5e5e5, 0 1px 3px rgba(0,0,0,0.24);
  box-shadow: 0 -1px 0 #e5e5e5, 0 1px 3px rgba(0,0,0,0.24);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 13px;
}
.bonus-log-block:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bonus-log-block:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bonus-log-block .log-header {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: padding;
  -moz-transition: padding;
  -o-transition: padding;
  -ms-transition: padding;
  transition: padding;
}
.bonus-log-block .log-header .order-number {
  width: fit-content;
  margin-right: 10px;
  color: #f96952;
}
.bonus-log-block .log-header .order-number:hover {
  text-decoration: none;
}
.bonus-log-block .log-header .order-number .empty {
  color: initial;
}
.bonus-log-block .log-header .log-time-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bonus-log-block .log-header .log-comment {
  font-size: 14px;
  color: #7f7f7f;
}
.bonus-log-block .log-header .log-comment.link {
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.bonus-log-block .log-header .log-comment.link:hover {
  color: inherit;
}
.bonus-log-block .log-header .log-amount {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 80px;
  -webkit-box-pack: right;
  -moz-box-pack: right;
  -o-box-pack: right;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  justify-content: right;
}
.bonus-log-block .log-header .log-amount.positive {
  color: #2ecc71;
}
.bonus-log-block .log-header .log-amount.negative {
  color: #f96952;
}
.bonus-log-block .log-header .log-amount .text {
  margin-left: 4px;
}

.carrier {
  padding-bottom: 23px;
  margin-bottom: 27px;
  zoom: 1;
  border-bottom: solid 1px #f2f2f2;
}
.carrier:before,
.carrier:after {
  content: "";
  display: table;
}
.carrier:after {
  clear: both;
}
.carrier:last-child {
  border-bottom: none;
}
.carrier > div {
  float: left;
}
.carrier > .carrier-logo {
  width: 22%;
  padding-top: 20px;
}
.carrier > .carrier-logo .logo {
  width: 96px;
  height: 73px;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.carrier > .carrier-info {
  width: 53%;
}
.carrier > .carrier-info h2 {
  font-size: 18px;
  margin-bottom: 12px;
}
.carrier > .carrier-info .short-description {
  font-size: 12px;
  margin-bottom: 12px;
  color: #919191;
}
.carrier > .carrier-info .short-description .available-in {
  margin-top: 10px;
}
.carrier > .carrier-info .short-description .available-in > ul {
  margin-top: 3px;
}
.carrier > .carrier-info .short-description ul {
  list-style: square inside;
}
.carrier > .carrier-info .carrier-ratings {
  zoom: 1;
}
.carrier > .carrier-info .carrier-ratings:before,
.carrier > .carrier-info .carrier-ratings:after {
  content: "";
  display: table;
}
.carrier > .carrier-info .carrier-ratings:after {
  clear: both;
}
.carrier > .carrier-info .carrier-ratings .carrier-rating {
  float: left;
  width: 60px;
  margin-right: 30px;
  font-size: 12px;
  color: #f96952;
}
.carrier > .carrier-info .carrier-ratings .carrier-rating .sm-progress {
  height: 2px;
  margin-top: 4px;
}
.carrier > .carrier-buttons {
  margin-left: 4%;
  width: 21%;
  padding-top: 35px;
  text-align: center;
}
.carrier > .carrier-buttons .carrier-connected {
  color: #2a9f55;
  font-size: 14px;
  padding-top: 23px;
  margin-top: -5px;
  background: center top no-repeat url("data:image/gif;base64,R0lGODlhFgAPAJEDACqfVX+/qn/fqv///yH5BAEAAAMALAAAAAAWAA8AQAItnI+ZYgGshoOxqlkntty6YFDek5HH1p1iyp5mKwEgHIvCG6GJ3uAlxOs4fJECADs=");
}
.carrier > .carrier-buttons .carrier-sent,
.carrier > .carrier-buttons .carrier-sent-hover {
  font-size: 14px;
  color: #919191;
}
.carrier > .carrier-buttons .carrier-sent-hover {
  display: none;
  cursor: pointer;
}
.carrier > .carrier-buttons:hover .carrier-sent {
  display: none;
}
.carrier > .carrier-buttons:hover .carrier-sent-hover {
  display: block;
}

.client-card {
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.client-card.hidden {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none;
}
.client-card.shown {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.client-card.show-anim {
  -webkit-animation-name: elasticAppear;
  -moz-animation-name: elasticAppear;
  -o-animation-name: elasticAppear;
  -ms-animation-name: elasticAppear;
  animation-name: elasticAppear;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
}
.client-card.hide-anim {
  -webkit-animation-name: suddenHide;
  -moz-animation-name: suddenHide;
  -o-animation-name: suddenHide;
  -ms-animation-name: suddenHide;
  animation-name: suddenHide;
  -webkit-animation-duration: 0.15s;
  -moz-animation-duration: 0.15s;
  -o-animation-duration: 0.15s;
  -ms-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
}
.client-card > .card-section {
  padding: 14px 14px;
}
.client-card > .card-section:not(:last-child) {
  border-bottom: 1px solid #ededed;
}
.client-card .comment {
  font-size: 14px;
}
.client-card .comment.can-edit {
  cursor: pointer;
}
.client-card .comment.can-edit .editable-comment:before {
  display: inline-block;
  content: '\f20e';
  font-family: 'Ionicons';
  margin-right: 5px;
  color: #919191;
}
.client-card .comment.can-edit .editable-comment:hover {
  text-decoration: underline;
}
.client-card .comment .sm-button.link {
  padding: 0;
  background: none;
  color: #919191;
  font-size: 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: #919191 1px dashed;
}
.client-card .comment .sm-text-area {
  margin-bottom: 10px;
}
.client-card .comment .close-comment-button {
  position: relative;
  margin-left: 10px;
  padding: 0;
  vertical-align: middle;
}
.client-card .comment .close-comment-button:hover,
.client-card .comment .close-comment-button:active {
  background-color: transparent;
}
.client-card .comment .close-comment-button:before {
  content: '\e262';
  font-family: 'Streamline';
  font-size: 16px;
}
.client-card .additional-info {
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.client-card .additional-info > .recurrence {
  float: left;
  border: 1px solid #dadada;
  padding: 2px 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.client-card .additional-info > .registered-at {
  float: right;
}
.client-card .tags > .tag {
  font-size: 14px;
  padding: 2px 8px;
  display: inline-block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: #919191;
}
.client-card .tags > .tag:not(:last-child) {
  margin-right: 5px;
}
.client-card .general-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.client-card .general-info > .avatar {
  width: 50px;
  height: 50px;
  background-color: #ededed;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url("../images/account-placeholder.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .client-card .general-info > .avatar {
    background-image: url("../images/account-placeholder@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.client-card .general-info > .name-phone {
  margin-left: 22px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}
.client-card .general-info > .name-phone > .phones {
  margin-top: 4px;
}
.client-card .general-info > .name-phone > .addresses {
  margin-top: 8px;
}
.client-card .general-info > .blacklisted {
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.client-card .general-info > .blacklisted .blacklist-icon {
  text-align: center;
  border: 2px solid #e2544b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.client-card .general-info > .blacklisted .blacklist-icon:before {
  content: 'V';
  font-family: 'Streamline';
  color: #000;
  font-size: 20px;
  -webkit-font-smoothing: auto;
}
.client-card .general-info .name {
  font-size: 16px;
  line-height: 1.6;
  cursor: pointer;
}
.client-card .general-info .phone {
  font-size: 16px;
  color: #f96952;
}
@-moz-keyframes elasticAppear {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  70% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  90% {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -o-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes elasticAppear {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  70% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  90% {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -o-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes elasticAppear {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  70% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  90% {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -o-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes elasticAppear {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  70% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  90% {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -o-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes suddenHide {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes suddenHide {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes suddenHide {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes suddenHide {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

.client-chat {
  width: 100%;
  height: 100%;
}
.client-chat .infinite-scroll {
  overflow: hidden;
}
.client-chat img.expandable {
  cursor: zoom-in;
}
.client-chat img.expandable.fullscreen {
  cursor: zoom-out;
}
.client-chat .group-date {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #bdbdbd;
  border-radius: 12px;
  font-size: 0.875rem;
  color: #757575;
  background-color: #fff;
  padding: 4px 16px;
  width: fit-content;
}
.client-chat .chat {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.client-chat .chat .group-date-text {
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: #bdbdbd;
}
.client-chat .chat .group-date-text .divider {
  height: 1px;
  background: #bdbdbd;
  width: 100%;
}
.client-chat .chat .messages-chat {
  padding: 15px;
  min-height: 85%;
  max-height: 85%;
  overflow: auto;
}
.client-chat .chat .messages-chat .message {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
.client-chat .chat .messages-chat .message span.deleted {
  text-decoration: line-through;
}
.client-chat .chat .messages-chat .message video {
  object-fit: cover;
  height: 200px;
  width: 200px;
}
.client-chat .chat .messages-chat .message.text-only .text {
  background-color: #e8f5e9;
}
.client-chat .chat .messages-chat .message .error-button {
  display: flex;
  width: fit-content;
  position: relative;
  cursor: pointer;
}
.client-chat .chat .messages-chat .message .error-button .error-text {
  visibility: hidden;
  width: max-content;
  display: flex;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 15px;
  opacity: 0;
  transition: opacity 0.3s;
}
.client-chat .chat .messages-chat .message .error-button:hover .error-text {
  visibility: visible;
  opacity: 1;
}
.client-chat .chat .messages-chat .message .time {
  font-size: 12px;
  color: #d3d3d3;
  margin-top: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 3px;
}
.client-chat .chat .messages-chat .message .time img {
  display: block;
  height: 18px;
  width: 18px;
}
.client-chat .chat .messages-chat .message .photo {
  display: block;
  min-width: 45px;
  min-height: 45px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-position: center;
  background-repeat: no-repeat;
}
.client-chat .chat .messages-chat .text {
  background-color: #f6f6f6;
  padding: 15px 15px 6px 15px;
  border-radius: 12px;
  max-width: 180px;
  position: relative;
}
.client-chat .chat .messages-chat .text.audio {
  width: 100%;
}
.client-chat .chat .messages-chat .text.video {
  max-width: fit-content;
  width: 100%;
}
.client-chat .chat .messages-chat .text span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.client-chat .chat .messages-chat .text.audio,
.client-chat .chat .messages-chat .text.image {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.client-chat .chat .messages-chat .text.audio audio,
.client-chat .chat .messages-chat .text.image audio {
  width: 100%;
  border-radius: 0;
}
.client-chat .chat .messages-chat .text.audio img,
.client-chat .chat .messages-chat .text.image img {
  display: block;
  max-width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 6px;
}
.client-chat .chat .footer-chat {
  gap: 3px;
}
.client-chat .chat .footer-chat .sm-select {
  margin: 0;
}
.client-chat .chat .footer-chat .sm-select .sm-select-menu {
  position: absolute;
  top: -100%;
}
.client-chat .chat .footer-chat .sm-select .sm-select-menu .sm-select-option {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.client-chat .chat .footer-chat .send-button {
  padding: 9px;
  cursor: pointer;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.client-chat .chat .footer-chat .send-button.disabled {
  cursor: not-allowed;
}
.client-chat .chat .footer-chat .send-button:hover:not(.disabled) {
  background: rgba(0,0,0,0.05);
}
.client-chat .text-only {
  justify-content: flex-end;
}
.client-chat .footer-chat {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: transparent;
  border-top: 2px solid #eee;
  background: #fff;
  flex-grow: 1;
  padding: 0 12px;
  max-width: 100%;
}
.client-chat .write-message {
  border: none !important;
  width: 90%;
  height: 30px;
  padding: 10px;
  outline: none;
  color: #181818;
  font-size: 16px;
}
.client-chat .clickable {
  cursor: pointer;
}

.client-order-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 95%;
  margin: 0px auto;
  background: #f2f2f2;
  -webkit-box-shadow: 0 -1px 0 #e5e5e5, 0 1px 3px rgba(0,0,0,0.24);
  box-shadow: 0 -1px 0 #e5e5e5, 0 1px 3px rgba(0,0,0,0.24);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 13px;
  cursor: pointer;
}
.client-order-block:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.client-order-block:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.client-order-block:not(.is-open):hover {
  background: #eaeaea;
}
.client-order-block .order-status {
  display: inline-block;
  color: #f96952;
  margin-left: 5px;
  text-transform: lowercase;
}
.client-order-block.is-open {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.client-order-block .order-header {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: padding;
  -moz-transition: padding;
  -o-transition: padding;
  -ms-transition: padding;
  transition: padding;
}
.client-order-block .order-header .order-number {
  min-width: 80px;
  margin-right: 10px;
  color: #f96952;
  text-decoration: underline;
}
.client-order-block .order-header .order-number:hover {
  text-decoration: none;
}
.client-order-block .order-header .order-time-address {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.client-order-block .order-header .order-time {
  color: #7f7f7f;
}
.client-order-block .order-header .order-address {
  font-size: 14px;
}
.client-order-block .order-header .order-price {
  width: 80px;
  text-align: right;
}
.client-order-block .order-body {
  overflow: hidden;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.client-order-block .order-body table.order-items {
  width: 100%;
}
.client-order-block .order-body table.order-items .items-title th {
  background: #f96952;
  padding: 6px 20px 5px 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.client-order-block .order-body table.order-items tr.item-block:not(:last-child) td {
  border-bottom: 1px solid #dadada;
}
.client-order-block .order-body table.order-items .item-name {
  padding: 14px 20px 13px 20px;
}
.client-order-block .order-body table.order-items .item-amount {
  padding: 14px 20px 13px 10px;
  width: 40px;
}
.client-order-block .order-body table.order-items .item-price {
  padding: 14px 20px 13px 10px;
  text-align: right;
  width: 75px;
}
.client-order-block .order-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 20px;
}
.client-order-block .order-footer .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}
.client-order-block .order-footer .content .client-rate,
.client-order-block .order-footer .content .client-comment {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 3px;
}

tr.clients-table-row:hover {
  background: rgba(0,0,0,0.02);
}
tr.clients-table-row > td {
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}
tr.clients-table-row .blacklist-icon-hint {
  display: inline-block;
  margin-right: 4px;
  width: 20px;
  height: 16px;
}
tr.clients-table-row .blacklist-icon {
  text-align: center;
  position: absolute;
  bottom: -9px;
}
tr.clients-table-row .blacklist-icon:before {
  content: 'V';
  font-family: 'Streamline';
  color: #000;
  font-size: 20px;
  -webkit-font-smoothing: auto;
}
tr.clients-table-row .client-cell-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
tr.clients-table-row .client-cell-wrapper.is-bonus-enabled {
  max-width: 200px;
  text-align: center;
}
tr.clients-table-row .client-cell-wrapper.is-bonus-enabled .number {
  font-size: 14px;
}
tr.clients-table-row td.avatar-block {
  padding: 15px 10px;
}
tr.clients-table-row td.avatar-block .avatar {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background-image: url("../images/account-placeholder.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  tr.clients-table-row td.avatar-block .avatar {
    background-image: url("../images/account-placeholder@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
tr.clients-table-row td.avatar-block .status {
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 12px;
}
tr.clients-table-row td.contacts-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
}
tr.clients-table-row td.contacts-block .contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
}
tr.clients-table-row td.contacts-block .contacts .name {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
tr.clients-table-row td.contacts-block .contacts .tags-block {
  display: block;
  width: 100%;
  margin-top: 10px;
}
tr.clients-table-row td.contacts-block .contacts .tags-block .tag {
  margin-top: 5px;
  display: inline-block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 12px;
  background: #f2f2f2;
  color: #7f7f7f;
  margin-right: 6px;
}
tr.clients-table-row td.contacts-block .contacts .organization-name {
  color: #b2b2b2;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 3px;
}
tr.clients-table-row td.contacts-block .contacts .last-order-date {
  color: #b2b2b2;
  font-size: 12px;
  margin-top: 6px;
}
tr.clients-table-row .phones-list {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: flex;
  -moz-box-align: flex;
  -o-box-align: flex;
  -ms-flex-align: flex;
  -webkit-align-items: flex start;
  align-items: flex start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
tr.clients-table-row .phones-list .phone {
  color: #f96952;
  margin-left: 20px;
}
tr.clients-table-row .phones-list .phone + .phone {
  margin-top: 5px;
}
tr.clients-table-row td.number-with-caption {
  padding: 0 20px;
}
tr.clients-table-row td.number-with-caption .number {
  margin-bottom: 10px;
  font-size: 16px;
}
tr.clients-table-row td.number-with-caption .number .total {
  font-size: 14px;
  color: #bbb;
  display: inline-block;
}
tr.clients-table-row td.number-with-caption .caption {
  font-size: 12px;
}

.d3-tip {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  color: #fff;
  background: rgba(0,0,0,0.7);
  font-size: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  padding: 6px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  z-index: 1000;
  margin-bottom: 7px;
}
.d3-tip:before {
  pointer-events: none;
  content: '';
  display: block;
  position: absolute;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top-color: rgba(0,0,0,0.7);
  margin-bottom: -3px;
}

.delivery-restaurant-submenu {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 300px;
}
.delivery-restaurant-submenu .zone.sub-item {
  padding-left: 35px;
}
.delivery-restaurant-submenu .restaurant-name {
  position: relative;
}
.delivery-restaurant-submenu .restaurant-name:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #919191;
  border-bottom: 2px solid #919191;
  position: absolute;
  right: 15px;
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.delivery-restaurant-submenu .restaurant-name.is-selected:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.delivery-restaurant-submenu .zones-list {
  overflow: hidden;
  display: none;
}
.delivery-restaurant-submenu .zones-list .add-zone {
  padding: 13px 13px;
}

.dish-photo,
.advert-photo,
.banner-photo {
  width: 100%;
  height: 200px;
  background: #e5e5e5;
  text-align: center;
  border-bottom: 1px solid #dadada;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.dish-photo .state-section,
.advert-photo .state-section,
.banner-photo .state-section {
  display: none;
}
.dish-photo .state-section.visible,
.advert-photo .state-section.visible,
.banner-photo .state-section.visible {
  display: block;
}
.dish-photo.-disabled .state-section,
.advert-photo.-disabled .state-section,
.banner-photo.-disabled .state-section {
  display: none;
}
.dish-photo .state-section.initial .has-not-dish-photo >.caption,
.advert-photo .state-section.initial .has-not-dish-photo >.caption,
.banner-photo .state-section.initial .has-not-dish-photo >.caption {
  color: #7f7f7f;
  font-size: 14px;
  padding: 15px 20px;
}
.dish-photo .state-section.initial .has-not-dish-photo >.caption:before,
.advert-photo .state-section.initial .has-not-dish-photo >.caption:before,
.banner-photo .state-section.initial .has-not-dish-photo >.caption:before {
  content: '\e4d6';
  font-family: Streamline;
  font-size: 60px;
  color: #b2b2b2;
  display: block;
  padding-bottom: 20px;
  font-weight: normal;
}
.dish-photo .state-section.initial .has-not-dish-photo > .sm-button,
.advert-photo .state-section.initial .has-not-dish-photo > .sm-button,
.banner-photo .state-section.initial .has-not-dish-photo > .sm-button {
  color: #919191;
}
.dish-photo .state-section.initial .has-not-dish-photo > .sm-button:hover,
.advert-photo .state-section.initial .has-not-dish-photo > .sm-button:hover,
.banner-photo .state-section.initial .has-not-dish-photo > .sm-button:hover {
  color: #ededed;
}
.dish-photo .state-section.initial .has-dish-photo,
.advert-photo .state-section.initial .has-dish-photo,
.banner-photo .state-section.initial .has-dish-photo {
  position: absolute;
  z-index: 1;
  background: rgba(0,0,0,0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dish-photo .state-section.initial .has-dish-photo:hover,
.advert-photo .state-section.initial .has-dish-photo:hover,
.banner-photo .state-section.initial .has-dish-photo:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dish-photo .state-section.initial .has-dish-photo .caption,
.advert-photo .state-section.initial .has-dish-photo .caption,
.banner-photo .state-section.initial .has-dish-photo .caption {
  padding-top: 70px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.dish-photo .state-section.initial .has-dish-photo >.sm-button,
.advert-photo .state-section.initial .has-dish-photo >.sm-button,
.banner-photo .state-section.initial .has-dish-photo >.sm-button {
  margin-top: 20px;
}
.dish-photo .state-section.drag-over,
.advert-photo .state-section.drag-over,
.banner-photo .state-section.drag-over {
  position: absolute;
  z-index: 1;
  background: rgba(0,0,0,0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.dish-photo .state-section.drag-over .drop-photo,
.advert-photo .state-section.drag-over .drop-photo,
.banner-photo .state-section.drag-over .drop-photo {
  display: block;
  border: 2px dashed #fff;
  margin: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(100% - 20px);
  pointer-events: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.dish-photo .state-section.drag-over .drop-photo .caption,
.advert-photo .state-section.drag-over .drop-photo .caption,
.banner-photo .state-section.drag-over .drop-photo .caption {
  margin-top: 50px;
  color: #fff;
}
.dish-photo .state-section.drag-over .drop-photo .caption:before,
.advert-photo .state-section.drag-over .drop-photo .caption:before,
.banner-photo .state-section.drag-over .drop-photo .caption:before {
  content: '\e253';
  font-family: 'Streamline';
  display: block;
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  margin: 0px auto 15px auto;
}
.dish-photo .state-section.loading,
.advert-photo .state-section.loading,
.banner-photo .state-section.loading {
  position: absolute;
  z-index: 1;
  background: rgba(0,0,0,0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.dish-photo .state-section.loading .photo-loader,
.advert-photo .state-section.loading .photo-loader,
.banner-photo .state-section.loading .photo-loader {
  padding: 2px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #fff;
  width: 50%;
  height: 10px;
  margin: 95px auto;
}
.dish-photo .state-section.loading .photo-loader .inner-bar,
.advert-photo .state-section.loading .photo-loader .inner-bar,
.banner-photo .state-section.loading .photo-loader .inner-bar {
  width: 0%;
  background: #fff;
  height: 100%;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: width 0.1s linear;
  -moz-transition: width 0.1s linear;
  -o-transition: width 0.1s linear;
  -ms-transition: width 0.1s linear;
  transition: width 0.1s linear;
}

.dish-select .search-field {
  margin-top: 2px;
  margin-bottom: 2px;
}
.dish-select .sm-loader {
  margin: 10px 0px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dish-select .search-area {
  padding: 5px 10px;
}
.dish-select .nothing-found {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #7f7f7f;
}
.dish-select .filteredCategories {
  padding: 0 0 10px 0;
}
.dish-select .filteredCategories .filtered-category {
  background: #f96952;
  padding: 5px 40px 5px 10px;
  margin-right: 6px;
  margin-top: 6px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-right: 20px;
}
.dish-select .filteredCategories .filtered-category:after {
  font-size: 30px;
  content: "/";
  position: absolute;
  display: block;
  color: #7f7f7f;
  top: -3px;
  right: -14px;
}
.dish-select .filteredCategories .filtered-category:last-child:after {
  display: none;
}
.dish-select .filteredCategories .filtered-category .filtered-category-remove {
  position: absolute;
  right: 4px;
  top: 50%;
  bottom: 0;
  margin-top: -1px;
  width: 20px;
  height: 20px;
  display: block;
  border: none;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  outline: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.dish-select .filteredCategories .filtered-category .filtered-category-remove:after {
  content: '\e2aa';
  font-family: 'Streamline';
  font-weight: bold;
  font-size: 8px;
  color: #f96952;
  width: 20px;
  line-height: 14px;
  text-align: center;
  color: #f96952;
}
.dish-select .filteredCategories .filtered-category .filtered-category-remove:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dish-select .categories-block {
  padding: 20px 0 0 20px;
}
.dish-select .categories-block h3 {
  font-size: 18px;
  margin-bottom: 4px;
}
.dish-select .categories-block .root-category-container {
  margin-bottom: 10px;
}
.dish-select .categories-block .category {
  display: inline-block;
  width: 122px;
  height: 90px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #919191;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 20px #000;
  cursor: pointer;
  position: relative;
}
.dish-select .dish-media-object {
  font-size: 14px;
  color: #333;
  background-color: #f2f2f2;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid #dadada;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.dish-select .dish-media-object.loading {
  pointer-events: none;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.dish-select .dish-media-object .baloons {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.dish-select .dish-media-object .baloons .baloon {
  pointer-events: none;
  font-size: 14px;
  color: #919191;
  font-weight: 500;
}
.dish-select .dish-media-object .dish-media-photo {
  margin-right: 13px;
}
.dish-select .dish-media-object .amount {
  margin-right: 20px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.dish-select .dish-media-object .amount .sm-loader {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin: 0;
  max-width: 11px;
  max-height: 11px;
}
.dish-select .dish-media-object:last-child {
  -webkit-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
}
.dish-select .dish-media-object:hover {
  background-color: #ededed;
}
.dish-select .dish-media-object > .details {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}
.dish-select .dish-media-object > .details .hidden {
  padding-left: 5px;
  font-size: 12px;
  color: rgba(249,105,82,0.8);
}
.dish-select .dish-media-object > .details > .category {
  margin-top: 3px;
  color: #b2b2b2;
}
.dish-select .dish-media-object .button-container {
  margin: -18px -20px -20px 4px;
  padding: 18px 10px;
  -webkit-transition: 0.3 ease;
  -moz-transition: 0.3 ease;
  -o-transition: 0.3 ease;
  -ms-transition: 0.3 ease;
  transition: 0.3 ease;
}
.dish-select .dish-media-object .button-container .button {
  width: 24px;
  height: 24px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  background: url("../images/vertical-three-dots.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.dish-select .dish-media-object .button-container:hover {
  background-color: rgba(1,1,1,0.1);
}
.dish-media-photo {
  width: 34px;
  height: 34px;
  background-color: #fff;
  background-image: url("../images/draft-dish-placeholder.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.draft-dish-attributes .form-group-horizontal {
  display: flex;
  align-items: center;
}
.draft-dish-attributes .form-group-horizontal .control-label {
  padding-top: 0;
}

.gantt-chart .axis path,
.gantt-chart .axis line {
  fill: none;
  stroke: #dadada;
  shape-rendering: crispEdges;
}
.gantt-chart .axis text {
  font-size: 12px;
  fill: #959595;
}
.gantt-chart .bar {
  fill: #dadada;
}
.gantt-chart .chart-rows .chart-row {
  fill: #dadada;
  fill-opacity: 0.15;
}
.gantt-chart .chart-rows .chart-row .line-border-top {
  stroke: #dadada;
  stroke-width: 1;
}
.gantt-chart .chart-rows .chart-row .rect-border-left {
  fill-opacity: 1;
}
.gantt-chart line.element {
  stroke-width: 3;
}

.import-item {
  padding: 10px 0;
}
.import-item .sm-progress {
  height: 5px;
  margin: 5px 0;
}
.import-item .job-message,
.import-item .job-status {
  font-size: 12px;
}
.import-item .sm-button {
  margin-right: 20px;
}

.infinite-scroll {
  display: block;
  overflow: auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.leaflet-container {
  min-height: 250px;
}

.mobile-app-preview-component {
  display: block;
  margin: 0 auto;
  max-width: 430px;
  height: 100%;
}
.mobile-app-preview-component .iframe-loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: rgba(255,255,255,0.7);
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.mobile-app-preview-component .iframe-loader.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mobile-app-preview-component iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.modifier-group-card .modifier-group-condition-fields .condition-field,
.modifier-group-card .modifier-group-condition-fields .condition-field.wide {
  margin-right: 0;
  margin-left: 0;
}
.modifier-group-card .modifier-group-condition-fields {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modifier-group-card .modifier-group-condition-fields .condition-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.99998%;
}
.modifier-group-card .modifier-group-condition-fields .condition-field.wide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 99.99996%;
}
.modifier-group-card {
  border: 1px solid #dadada;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f2f2f2;
  position: relative;
  color: #333;
  font-weight: 300;
}
.modifier-group-card .edit-modifier-group-button.sm-link {
  color: #333;
}
.modifier-group-card.visible {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 2px rgba(16,17,17,0.05);
  box-shadow: 0 2px 4px 2px rgba(16,17,17,0.05);
}
.modifier-group-card .modifier-group-card-section {
  padding: 21px 29px 24px 29px;
}
.modifier-group-card .modifier-group-card-section .caption {
  margin-top: 14px;
}
.modifier-group-card .modifier-group-card-section .caption .name {
  font-weight: 100;
  font-size: 22px;
  color: rgba(51,51,51,0.5);
}
.modifier-group-card .modifier-group-desc {
  font-size: 14px;
  color: rgba(51,51,51,0.5);
  line-height: 1.5;
}
.modifier-group-card .modifier-group-condition-fields .condition-field {
  font-size: 14px;
  color: #0f0f0f;
  margin-bottom: 16px;
}
.modifier-group-card .modifier-group-condition-fields .condition-field .condition-name {
  margin-bottom: 3px;
  font-size: 12px;
  color: #b2b2b2;
}
.modifier-group-card .item-line .item {
  font-size: 14px;
}
.modifier-group-card .item-line .price {
  font-size: 14px;
}
.modifier-group-card .item-tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px 11px;
  color: #666;
  border: solid 1px #ddd;
  background-color: #fafafa;
  font-size: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.modifier-group-card .it-free {
  color: #2ecc71;
  font-size: 15px;
}
.modifier-group-card .it-free.discount-percent {
  font-size: 22px;
}

.plain-form.edit-modifier-group {
  height: 100%;
}
.plain-form.edit-modifier-group .image-preview {
  width: 64px;
  height: 64px;
  background: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.plain-form.edit-modifier-group .modifier-button-block {
  text-align: center;
  margin-top: 20px;
}
.plain-form.edit-modifier-group .modifier-button-block.delete {
  text-align: right;
}

.order-content-edit {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.order-content-edit .sm-slideable {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.order-content-section .order-table {
  font-size: 14px;
  line-height: 1.22222;
}
.order-content-section .order-table .mini-loader {
  display: inline-block;
  background-image: url("../images/tiny-loader.gif");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 14px;
  height: 14px;
}
.order-content-section .order-table .plus-btn,
.order-content-section .order-table .minus-btn,
.order-content-section .order-table .remove-btn {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  border: 1px solid #d1d1d1;
}
.order-content-section .order-table .plus-btn,
.order-content-section .order-table .minus-btn,
.order-content-section .order-table .remove-btn,
.order-content-section .order-table .plus-btn:after,
.order-content-section .order-table .minus-btn:after,
.order-content-section .order-table .remove-btn:after,
.order-content-section .order-table .plus-btn:before,
.order-content-section .order-table .minus-btn:before,
.order-content-section .order-table .remove-btn:before {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.order-content-section .order-table .plus-btn:after,
.order-content-section .order-table .minus-btn:after,
.order-content-section .order-table .remove-btn:after,
.order-content-section .order-table .plus-btn:before,
.order-content-section .order-table .minus-btn:before,
.order-content-section .order-table .remove-btn:before {
  background-color: #d1d1d1;
}
.order-content-section .order-table .plus-btn:hover,
.order-content-section .order-table .minus-btn:hover,
.order-content-section .order-table .remove-btn:hover {
  border: 1px solid #ababab;
}
.order-content-section .order-table .plus-btn:hover:after,
.order-content-section .order-table .minus-btn:hover:after,
.order-content-section .order-table .remove-btn:hover:after,
.order-content-section .order-table .plus-btn:hover:before,
.order-content-section .order-table .minus-btn:hover:before,
.order-content-section .order-table .remove-btn:hover:before {
  background-color: #ababab;
}
.order-content-section .order-table .plus-btn.-disabled,
.order-content-section .order-table .minus-btn.-disabled,
.order-content-section .order-table .remove-btn.-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.order-content-section .order-table .plus-btn:before,
.order-content-section .order-table .minus-btn:before,
.order-content-section .order-table .remove-btn:before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 5px;
}
.order-content-section .order-table .plus-btn:after,
.order-content-section .order-table .minus-btn:after,
.order-content-section .order-table .remove-btn:after {
  content: '';
  display: block;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 10px;
}
.order-content-section .order-table .remove-btn:after,
.order-content-section .order-table .remove-btn:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.order-content-section .order-table .minus-btn:after {
  display: none;
}
.order-content-section .order-table .order-line {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.order-content-section .order-table .order-line:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.order-content-section .order-table .order-cell {
  padding: 10px 15px;
}
.order-content-section .order-table .order-cell.image .dish-media-photo {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.order-content-section .order-table .order-cell.image .dish-media-photo:hover {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
}
.order-content-section .order-table .order-cell.details {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.order-content-section .order-table .order-cell.details .amount-picker {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.order-content-section .order-table .order-cell.details .amount-picker .amount-input {
  width: 50px;
  padding: 3px 6px;
  text-align: center;
  display: inline-block;
}
.order-content-section .order-table .order-cell.details .amount-picker .accept-btn,
.order-content-section .order-table .order-cell.details .amount-picker .cancel-btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 1px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.order-content-section .order-table .order-cell.details .amount-picker .accept-btn {
  margin-right: 3px;
  border-color: #2ecc71;
}
.order-content-section .order-table .order-cell.details .amount-picker .accept-btn:hover {
  background-color: rgba(46,204,113,0.1);
}
.order-content-section .order-table .order-cell.details .amount-picker .accept-btn:before {
  position: relative;
  top: -1px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  border: 1px solid #2ecc71;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.order-content-section .order-table .order-cell.details .amount-picker .cancel-btn {
  margin-left: 3px;
  position: relative;
  border-color: #fb9483;
}
.order-content-section .order-table .order-cell.details .amount-picker .cancel-btn:hover {
  background-color: rgba(251,148,131,0.1);
}
.order-content-section .order-table .order-cell.details .amount-picker .cancel-btn:after {
  position: absolute;
  top: 11px;
  left: 6px;
  content: '';
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #fb9483;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.order-content-section .order-table .order-cell.details .amount-picker .cancel-btn:before {
  position: absolute;
  top: 11px;
  left: 6px;
  content: '';
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #fb9483;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.order-content-section .order-table .order-cell.details .amount-stepper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.order-content-section .order-table .order-cell.details .amount-stepper > .count {
  min-width: 40px;
  padding: 3px 0px;
  margin: 0px 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
}
.order-content-section .order-table .order-cell.details .amount-stepper > .count.-clickable {
  cursor: text;
}
.order-content-section .order-table .order-cell.details .amount-stepper > .count.-clickable:hover {
  background-color: rgba(255,255,255,0.5);
  border-color: #dadada;
}
.order-content-section .order-table .order-cell.details > .price {
  min-width: 65px;
  padding: 0 8px;
  text-align: right;
}
.order-content-section .order-table .order-cell.details > .price .bonus-label {
  color: #2ecc71;
}
.order-content-section .order-table .order-cell.details > .price .loader-wrapper {
  text-align: center;
}
.order-content-section .order-table .order-cell.details > .price .loader-wrapper .mini-loader {
  position: relative;
  top: 2px;
}
.order-content-section .order-table .order-cell.dish {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}
.order-content-section .order-table .order-cell.dish > .dish-config {
  font-size: 12px;
  color: #7f7f7f;
  white-space: pre-line;
}
.order-content-section .order-table .order-cell.dish > .dish-config.editable {
  cursor: pointer;
}
.order-content-section .order-table .order-cell.dish > .dish-config.editable:hover {
  text-decoration: underline;
}
.order-content-configurator .checkbox-group.stepper .label {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  color: #7f7f7f;
  width: 100%;
}
.order-content-configurator .checkbox-group.stepper .label.-included {
  color: #000;
}
.order-content-configurator .checkbox-group.stepper .amount-stepper {
  white-space: nowrap;
  float: left;
  clear: left;
}
.order-content-configurator .checkbox-group.stepper .amount-stepper .plus-btn,
.order-content-configurator .checkbox-group.stepper .amount-stepper .minus-btn,
.order-content-configurator .checkbox-group.stepper .amount-stepper .remove-btn {
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  border: 1px solid #d1d1d1;
}
.order-content-configurator .checkbox-group.stepper .amount-stepper .plus-btn,
.order-content-configurator .checkbox-group.stepper .amount-stepper .minus-btn,
.order-content-configurator .checkbox-group.stepper .amount-stepper .remove-btn,
.order-content-configurator .checkbox-group.stepper .amount-stepper .plus-btn:after,
.order-content-configurator .checkbox-group.stepper .amount-stepper .minus-btn:after,
.order-content-configurator .checkbox-group.stepper .amount-stepper .remove-btn:after,
.order-content-configurator .checkbox-group.stepper .amount-stepper .plus-btn:before,
.order-content-configurator .checkbox-group.stepper .amount-stepper .minus-btn:before,
.order-content-configurator .checkbox-group.stepper .amount-stepper .remove-btn:before {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.order-content-configurator .checkbox-group.stepper .amount-stepper .plus-btn:after,
.order-content-configurator .checkbox-group.stepper .amount-stepper .minus-btn:after,
.order-content-configurator .checkbox-group.stepper .amount-stepper .remove-btn:after,
.order-content-configurator .checkbox-group.stepper .amount-stepper .plus-btn:before,
.order-content-configurator .checkbox-group.stepper .amount-stepper .minus-btn:before,
.order-content-configurator .checkbox-group.stepper .amount-stepper .remove-btn:before {
  background-color: #d1d1d1;
}
.order-content-configurator .checkbox-group.stepper .amount-stepper .plus-btn:hover,
.order-content-configurator .checkbox-group.stepper .amount-stepper .minus-btn:hover,
.order-content-configurator .checkbox-group.stepper .amount-stepper .remove-btn:hover {
  border: 1px solid #ababab;
}
.order-content-configurator .checkbox-group.stepper .amount-stepper .plus-btn:hover:after,
.order-content-configurator .checkbox-group.stepper .amount-stepper .minus-btn:hover:after,
.order-content-configurator .checkbox-group.stepper .amount-stepper .remove-btn:hover:after,
.order-content-configurator .checkbox-group.stepper .amount-stepper .plus-btn:hover:before,
.order-content-configurator .checkbox-group.stepper .amount-stepper .minus-btn:hover:before,
.order-content-configurator .checkbox-group.stepper .amount-stepper .remove-btn:hover:before {
  background-color: #ababab;
}
.order-content-configurator .checkbox-group.stepper .amount-stepper .plus-btn.-disabled,
.order-content-configurator .checkbox-group.stepper .amount-stepper .minus-btn.-disabled,
.order-content-configurator .checkbox-group.stepper .amount-stepper .remove-btn.-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.order-content-configurator .checkbox-group.stepper .amount-stepper .plus-btn:before,
.order-content-configurator .checkbox-group.stepper .amount-stepper .minus-btn:before,
.order-content-configurator .checkbox-group.stepper .amount-stepper .remove-btn:before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 5px;
}
.order-content-configurator .checkbox-group.stepper .amount-stepper .plus-btn:after,
.order-content-configurator .checkbox-group.stepper .amount-stepper .minus-btn:after,
.order-content-configurator .checkbox-group.stepper .amount-stepper .remove-btn:after {
  content: '';
  display: block;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 10px;
}
.order-content-configurator .checkbox-group.stepper .amount-stepper .remove-btn:after,
.order-content-configurator .checkbox-group.stepper .amount-stepper .remove-btn:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.order-content-configurator .checkbox-group.stepper .amount-stepper .minus-btn:after {
  display: none;
}
.order-content-configurator .checkbox-group.stepper .count {
  display: inline-block;
  margin-left: 20px;
  background: #f96952;
  color: #fff;
  padding: 2px 10px 1px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
}
.order-content-section .modal-add-participant {
  margin: 25px 30px 20px 30px;
  background: rgba(0,0,0,0.05);
  font-size: 18px;
  color: rgba(0,0,0,0.3);
  text-align: center;
  padding: 17px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  display: block;
  outline: none;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.order-content-section .modal-add-participant:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.order-content-edit .modal-body-card {
  margin: 20px auto;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.order-content-edit .modal-body-card .add-dish-block {
  text-align: center;
}
.order-content-edit .modal-body-card .card-header {
  padding: 9px 13px;
  border-bottom: 1px solid #dadada;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.order-content-edit .modal-body-card .card-header > .avatar {
  width: 34px;
  height: 34px;
  background-image: url("../images/order-avatar-placeholder.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .order-content-edit .modal-body-card .card-header > .avatar {
    background-image: url("../images/order-avatar-placeholder@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.order-content-edit .modal-body-card .card-header > .name {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  color: #333;
  font-weight: 200;
  margin-left: 15px;
  margin-right: 15px;
}
.order-content-edit .modal-body-card .card-header > .name .name-edit {
  width: 100%;
}
.order-content-edit .modal-body-card .card-header > .back {
  font-size: 16px;
  color: #f96952;
  cursor: pointer;
  margin-right: 5px;
}
.order-content-edit .modal-body-card .card-header > .back:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  display: block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 2px solid #f96952;
  border-bottom: 2px solid #f96952;
}
.order-content-edit .modal-body-card .card-header > .title {
  text-align: left;
  color: #000;
  font-size: 16px;
}
.order-content-edit .modal-body-card .card-header > .remove {
  margin-right: 6px;
}
.order-content-edit .modal-body-card .card-header > .remove .remove-icon {
  width: 15px;
  height: 15px;
  cursor: pointer;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.order-content-edit .modal-body-card .card-header > .remove .remove-icon:hover {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.order-content-edit .modal-body-card .card-header > .remove .remove-icon:before {
  content: 'b';
  color: #000;
  font-family: 'Streamline';
  display: inline-block;
  font-size: 15px;
}
.order-content-edit .modal-body-card .card-section {
  padding: 15px 20px;
  border-bottom: 1px solid #dadada;
  position: relative;
}
.order-content-edit .modal-body-card .card-section:last-child {
  border-bottom: none;
}
.order-content-edit .modal-body-card .card-section .sm-text-area {
  margin-top: 5px;
}
.order-content-edit .modal-body-card .card-section .validation-message {
  position: absolute;
  padding: 10px;
  background: rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 4px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: 50px;
  z-index: 2;
  color: #ddd;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.order-content-edit .modal-body-card .card-section .validation-message p {
  text-align: left;
  margin-bottom: 10px;
}
.order-content-edit .modal-body-card .card-section .validation-message p:last-child {
  margin-bottom: 0px;
}
.order-content-edit .modal-body-card .card-section .validation-message p:before {
  content: '•';
  margin-right: 3px;
}
.order-content-edit .modal-body-card .card-section.save-config {
  text-align: center;
}
.order-content-edit .modal-body-card .card-section.save-config .sm-button:disabled {
  color: #919191;
}
.order-content-edit .modal-body-card .card-section.total {
  zoom: 1;
  font-size: 16px;
}
.order-content-edit .modal-body-card .card-section.total:before,
.order-content-edit .modal-body-card .card-section.total:after {
  content: "";
  display: table;
}
.order-content-edit .modal-body-card .card-section.total:after {
  clear: both;
}
.order-content-edit .modal-body-card .card-section.total .total-label {
  float: left;
}
.order-content-edit .modal-body-card .card-section.total .total-price {
  float: right;
}
.order-content-edit .modal-body-card .card-cutlery {
  padding: 10px 15px;
  border-bottom: 1px solid #dadada;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.order-content-edit .modal-body-card .sm-mini-popup {
  left: 17%;
}
.order-content-edit .modal-body-card .sm-mini-popup.-enter-animation {
  left: -100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.order-content-edit .modal-body-card .sm-mini-popup.-enter-animation.-run {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  left: 17%;
}
.order-content-edit .modal-body-card .card-restaurant {
  margin-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 10px 15px;
  border-bottom: 1px solid #dadada;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.order-content-edit .modal-body-card .status-label {
  display: inline-block;
  padding: 2px 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: lowercase;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  padding-right: 10px;
}
.order-content-edit .modal-body-card .status-label.pending {
  background-color: #35ade8;
}
.order-content-edit .modal-body-card .status-label.confirm {
  background-color: #a855a9;
}
.order-content-edit .modal-body-card .status-label.preparing {
  background-color: #e2544b;
}
.order-content-edit .modal-body-card .status-label.prepared {
  background-color: #f59500;
}
.order-content-edit .modal-body-card .status-label.delivery {
  background-color: #fbc400;
}
.order-content-edit .modal-body-card .status-label.complete {
  background-color: #2ecc71;
}
.order-content-edit .modal-body-card .status-label.undo {
  background-color: #919191;
}
.order-content-edit .modal-body-card .status-label.draft {
  background-color: #808080;
}
.order-content-edit .modal-body-card .status-label:after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  left: 4px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.order-courier-mini-popup {
  font-size: 12px;
}
.order-courier-mini-popup [title] {
  cursor: help;
}
.order-courier-mini-popup .annotation {
  font-size: 14px;
  color: #7f7f7f;
  text-align: center;
  margin-bottom: 10px;
}
.order-courier-mini-popup .sm-button {
  margin-top: 18px;
}
.order-courier-mini-popup .courier-info {
  position: relative;
  background-color: #dadada;
  margin: 15px -15px -60px;
  padding: 20px 20px 60px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.order-courier-mini-popup .courier-info .orders {
  max-height: 150px;
  overflow-y: auto;
}
.order-courier-mini-popup .courier-info .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.order-courier-mini-popup .courier-info .distance {
  background-color: #919191;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 5px 1px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.order-courier-mini-popup .courier-info.is-loading:before {
  display: inline-block;
  content: '\f29d';
  font-family: 'Ionicons';
  font-size: 38px;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: spin 2.5s infinite linear;
  -moz-animation: spin 2.5s infinite linear;
  -o-animation: spin 2.5s infinite linear;
  -ms-animation: spin 2.5s infinite linear;
  animation: spin 2.5s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}
.order-courier-mini-popup .courier-info .order {
  margin-bottom: 10px;
}
.order-courier-mini-popup .courier-info .order .done {
  text-decoration: line-through;
}
.order-courier-mini-popup .courier-info .order .address {
  font-size: 14px;
  padding-bottom: 5px;
}
.order-courier-mini-popup .courier-info .order .finish:before {
  content: '⟶';
  display: inline-block;
  margin: 0 10px;
  font-weight: 200;
}
.order-courier-mini-popup .couriers-list {
  max-height: 300px;
  overflow-y: auto;
}
.order-courier-mini-popup .courier-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 4px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.order-courier-mini-popup .courier-selection .card {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.order-courier-mini-popup .courier-selection .card > .avatar {
  width: 36px;
  height: 36px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  margin-right: 9px;
}
.order-courier-mini-popup .courier-selection .card > .info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}
.order-courier-mini-popup .courier-selection .card > .info .name {
  font-size: 14px;
  color: #333;
  margin-bottom: 3px;
}
.order-courier-mini-popup .courier-selection .card > .info .comment {
  color: #919191;
}
.order-courier-mini-popup .courier-selection .card > .info .additional {
  color: #919191;
  padding-top: 2px;
  font-style: italic;
}
.order-courier-mini-popup .courier-selection:hover {
  background-color: #ededed;
}
.order-courier-mini-popup .courier-selection.is-selected {
  background-color: rgba(218,218,218,0.8);
}
.order-courier-mini-popup .courier-selection.is-selected.is-current {
  background-color: #f96952 !important;
}
.order-courier-mini-popup .courier-selection.is-selected.is-current .name,
.order-courier-mini-popup .courier-selection.is-selected.is-current .comment,
.order-courier-mini-popup .courier-selection.is-selected.is-current .additional {
  color: rgba(255,255,255,0.8) !important;
}
.order-courier-mini-popup .courier-selection:not(:last-child) {
  margin-bottom: 5px;
}
.order-courier-mini-popup .search-section {
  margin-bottom: 10px;
}

.order-history-mini-popup {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.order-history-mini-popup .empty-history {
  color: rgba(0,0,0,0.5);
  font-size: 12px;
  padding-top: 5px;
}
.order-history-mini-popup > .events > .order-history-event {
  padding-top: 8px;
}
.order-history-mini-popup > .events > .order-history-event > .created-at {
  font-size: 12px;
  color: #f96952;
}
.order-history-mini-popup > .events > .order-history-event > .changes {
  margin-top: 2px;
}
.order-history-mini-popup > .events > .order-history-event > .changes > .order-history-change {
  padding-left: 0px;
  color: rgba(0,0,0,0.8);
  margin-top: -5px;
}
.order-history-mini-popup > .events > .order-history-event > .changes > .order-history-change:not(:last-child) {
  padding-bottom: 6px;
}
.order-history-mini-popup > .events > .order-history-event > .changes > .order-history-change > .name {
  font-size: 12px;
  display: inline-block;
}
.order-history-mini-popup > .events > .order-history-event > .changes > .order-history-change .changes {
  padding-left: 10px;
  display: inline-block;
}
.order-history-mini-popup > .events > .order-history-event > .changes > .order-history-change .changes .property {
  display: inline-block;
  font-size: 12px;
  color: #4d4d4d;
}
.order-history-mini-popup > .events > .order-history-event > .changes > .order-history-change .changes .property.old {
  margin-right: 6px;
  color: rgba(0,0,0,0.3);
  text-decoration: line-through;
  text-decoration-color: rgba(0,0,0,0.3);
}

.order-dialog .order-address-map {
  width: 270px;
  height: 135px;
  margin: 10px 0;
}
.order-dialog .order-address-map.extended {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
.order-dialog .order-address-map.extended div:first-of-type {
  width: 100% !important;
}
.order-dialog .scrollable {
  position: relative;
}
.order-dialog .tags-block {
  display: block;
  width: 100%;
  margin-top: 10px;
  max-height: 150px;
  overflow-y: auto;
}
.order-dialog .tags-block .tag {
  margin-top: 5px;
  display: inline-block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 12px;
  background: rgba(0,0,0,0.05);
  color: #7f7f7f;
  margin-right: 6px;
  cursor: pointer;
}
.order-dialog .delivery-zone-summary {
  display: table;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 7px;
}
.order-dialog .delivery-zone-summary .param {
  display: table-row;
}
.order-dialog .delivery-zone-summary .param .name,
.order-dialog .delivery-zone-summary .param .value {
  display: table-cell;
  padding: 2px 0;
  color: #b2b2b2;
}
.order-dialog .delivery-zone-summary .param .name {
  padding-right: 10px;
}
.order-dialog .bonus-amount {
  display: table;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 7px;
  color: #b2b2b2;
}
.order-dialog .sm-mini-popup-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.order-dialog .warning {
  color: #e2544b;
  font-weight: bold;
}
.order-dialog .sm-button.link {
  padding: 0;
  background: none;
  color: #919191;
  font-size: 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: #919191 1px dashed;
}
.order-dialog .sm-button.link.more {
  margin-top: 10px;
}
.order-dialog .order-status {
  font-size: 14px;
  color: #35ade8;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  padding: 8px 15px 8px 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.order-dialog .order-status.pending {
  background-color: #35ade8;
}
.order-dialog .order-status.confirm {
  background-color: #a855a9;
}
.order-dialog .order-status.preparing {
  background-color: #e2544b;
}
.order-dialog .order-status.prepared {
  background-color: #f59500;
}
.order-dialog .order-status.delivery {
  background-color: #fbc400;
}
.order-dialog .order-status.complete {
  background-color: #2ecc71;
}
.order-dialog .order-status.undo {
  background-color: #919191;
}
.order-dialog .order-status.draft {
  background-color: #808080;
}
.order-dialog .order-status .arrow-icon {
  height: 5px;
  width: 5px;
  float: right;
  margin: 4px 2px 4px 10px;
  background-color: rgba(255,255,255,0);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.order-dialog .order-status.-disabled {
  pointer-events: none;
  cursor: auto;
}
.order-dialog .order-status.-disabled .arrow-icon {
  display: none;
}
.order-dialog .order-history-mini-popup .events {
  max-height: 194px;
  overflow-y: auto;
}

.order-organization-select {
  padding: 5px;
}
.order-organization-select .select-organization-text {
  font-size: 14px;
  padding: 7px 10px;
  color: #7f7f7f;
  text-align: center;
}
.order-organization-select .organizations {
  max-height: 200px;
  overflow: auto;
}
.order-organization-select .organization {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}
.order-organization-select .organization:hover {
  background-color: #f2f2f2;
}
.order-organization-select .organization:not(:last-child) {
  padding-bottom: 10px;
}
.order-organization-select .organization > .info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.order-organization-select .organization > .info > .name {
  font-size: 14px;
}
.order-organization-select .organization > .info > .description {
  font-size: 12px;
  color: #919191;
  padding-top: 2px;
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.order-organization-select .organization > .avatar {
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-flex-basis: 30px;
  flex-basis: 30px;
  margin-right: 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.order-promo-card .bonus.discount .bonus-price {
  margin-right: 0;
  margin-left: 0;
}
.order-promo-card .promo-info {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.order-promo-card .bonus.discount .bonus-price {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33332%;
}
.order-promo-card {
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-weight: 300;
  margin-top: 10px;
  border: 1px solid;
  border-color: #dadada;
}
.order-promo-card.disabled,
.order-promo-card.delayed {
  background: unset;
}
.order-promo-card.delayed .choices,
.order-promo-card.disabled .choices {
  pointer-events: none;
}
.order-promo-card .edit-promo-button.sm-link {
  color: #333;
}
.order-promo-card .promo-card-section {
  padding: 10px;
  background: bottom left repeat-x;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjMiIHZpZXdCb3g9IjAgMCA2LjAwMDAwMDEgMyI+PGNpcmNsZSBjeD0iNC40OTgiIGN5PSIxMDUwLjg3MSIgcj0iMS40OTkiIGZpbGw9IiNiOWI5YjkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEwNDkuMzYyKSIvPjwvc3ZnPg==");
}
.order-promo-card .promo-card-section:first-of-type {
  position: relative;
}
.order-promo-card .promo-card-section:last-child {
  background-image: none;
  padding-bottom: 21px;
}
.order-promo-card .promo-card-section .caption {
  margin: 0;
}
.order-promo-card .promo-card-section .caption .name {
  font-weight: 100;
  font-size: 24px;
  color: $cardTitleColor;
}
.order-promo-card .promo-desc {
  font-size: 14px;
  color: $cardTitleColor;
  line-height: 1.5;
  margin-bottom: 15px;
}
.order-promo-card .promo-info .sm-toggle {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
}
.order-promo-card .item-line .item {
  font-size: 18px;
}
.order-promo-card .item-tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px 11px;
  color: #dadada;
  border: solid 1px #ddd;
  background-color: #fafafa;
  font-size: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.order-promo-card .it-free {
  color: #2ecc71;
  font-size: 15px;
}
.order-promo-card .it-free.discount-percent {
  font-size: 22px;
}
.order-promo-card .bonus {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.order-promo-card .bonus.discount .bonus-name {
  padding-top: 6px;
}
.order-promo-card .bonus.discount .bonus-price {
  font-size: 24px;
}
.order-promo-card .bonus.choices {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  -o-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  gap: 5px;
}
.order-promo-card .bonus.choices .bonus {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.order-promo-card .bonus.choices .bonus-name {
  width: 100%;
}
.order-promo-card .bonus .bonus-name .sm-option {
  margin-top: 0;
}
.order-promo-card .bonus .bonus-item-price {
  font-size: 14px;
}
.order-promo-card .bonus .bonus-count {
  font-size: 14px;
}
.order-promo-card .bonus .bonus-count:before {
  content: '\e2a8';
  font-family: 'Streamline';
  font-size: 8px;
  margin: 0 5px;
}
.order-promo-card .bonus .bonus-price {
  text-align: right;
  color: grassGreen;
}
.order-promo-card .promo-error {
  border-left: solid 3px #e2544b;
  padding: 6px 0 6px 14px;
  font-size: 14px;
}
.order-promo-card label {
  font-size: 12px;
  margin: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.order-promo-card .ember-text-field.sm-textfield {
  border: solid 1px $border-color;
  padding: 9px 20px;
  margin-bottom: 18px;
}
.order-promo-card .help-block {
  font-size: 12px;
  color: #b3b3b3;
  margin-bottom: 30px;
}
.order-promo-card .card-header {
  font-size: 16px;
  font-weight: 300;
}
.order-promo-card .bonus-line {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 15px;
  color: #333;
}
.order-promo-card .bonus-line:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.order-promo-card .bonus-line .mini-loader {
  display: inline-block;
  background-image: url("../images/tiny-loader.gif");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  position: relative;
  top: 2px;
  right: 5px;
  width: 14px;
  height: 14px;
}
.order-promo-card .bonus-line .bonus-price .percent {
  margin-right: 15px;
}
.order-promo-card .bonus-line .bonus-price .calculated {
  display: inline-block;
  min-width: 60px;
  text-align: right;
  font-size: 16px;
}
.order-promo-card .bonus-choice {
  display: block;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 15px;
  color: #333;
}
.order-promo-card .bonus-choice .bonus-header {
  font-weight: bold;
  margin-bottom: 10px;
}
.order-promo-card .bonus-choice .choice {
  margin-bottom: 5px;
  margin-right: 10px;
}

.order-summary-panel {
  position: relative;
}
.order-summary-panel .summary-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.order-summary-panel .summary-loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.order-summary-panel .summary-loader.-loading {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.order-summary-panel .summary-loader:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/tiny-loader.gif");
}
.order-summary-panel .summary-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.order-summary-panel .summary-content.-loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.order-summary-panel .summand {
  text-align: center;
  font-size: 14px;
  padding: 15px;
  position: relative;
}
.order-summary-panel .summand.discount {
  color: #29b765;
}
.order-summary-panel .summand.discount:not(:first-child):before {
  content: '-';
}
.order-summary-panel .summand .caption {
  text-align: center;
  font-size: 12px;
}
.order-summary-panel .summand:not(:first-child):before {
  display: block;
  position: absolute;
  content: '+';
  font-size: 20px;
  left: -25px;
  top: 18px;
  margin-left: 20px;
  color: #b2b2b2;
}
.order-summary-panel .total-sum {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: -2px;
  padding-right: 15px;
}
.order-summary-panel .total-sum:before {
  content: '=';
  font-size: 20px;
  display: inline-block;
  margin-right: 15px;
  color: #b2b2b2;
}

.promo-card .promo-condition-fields .condition-field {
  margin-right: 0;
  margin-left: 0;
}
.promo-card .promo-condition-fields {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-card .promo-condition-fields .condition-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.99998%;
}
.promo-card {
  border: 1px solid #dadada;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f2f2f2;
  position: relative;
  color: #333;
  font-weight: 300;
}
.promo-card .edit-promo-button.sm-link {
  color: #333;
}
.promo-card.is-working {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 2px rgba(16,17,17,0.05);
  box-shadow: 0 2px 4px 2px rgba(16,17,17,0.05);
}
.promo-card .promo-card-section {
  padding: 21px 29px 24px 29px;
  background: bottom left repeat-x;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjMiIHZpZXdCb3g9IjAgMCA2LjAwMDAwMDEgMyI+PGNpcmNsZSBjeD0iNC40OTgiIGN5PSIxMDUwLjg3MSIgcj0iMS40OTkiIGZpbGw9IiNiOWI5YjkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEwNDkuMzYyKSIvPjwvc3ZnPg==");
}
.promo-card .promo-card-section:last-child {
  background-image: none;
  padding-bottom: 21px;
}
.promo-card .promo-card-section .caption {
  margin-top: 14px;
}
.promo-card .promo-card-section .caption .name {
  font-weight: 100;
  font-size: 22px;
  color: rgba(51,51,51,0.5);
}
.promo-card .sm-referral-copy {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.promo-card .sm-referral-copy img {
  width: 28px;
  height: 28px;
}
.promo-card .promo-desc {
  font-size: 14px;
  color: rgba(51,51,51,0.5);
  line-height: 1.5;
}
.promo-card .promo-condition-fields .condition-field {
  font-size: 14px;
  color: #0f0f0f;
  margin-bottom: 16px;
}
.promo-card .promo-condition-fields .condition-field .condition-name {
  margin-bottom: 3px;
  font-size: 12px;
  color: #b2b2b2;
}
.promo-card .item-line .item {
  font-size: 18px;
}
.promo-card .item-tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px 11px;
  color: #666;
  border: solid 1px #ddd;
  background-color: #fafafa;
  font-size: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.promo-card .it-free {
  color: #2ecc71;
  font-size: 15px;
}
.promo-card .it-free.discount-percent {
  font-size: 22px;
}

.report-filter {
  position: relative;
  margin-top: 10px;
}
.report-filter:hover .sm-hint {
  display: inline-block;
}
.report-filter .sm-hint {
  position: absolute;
  right: -19px;
  top: 50%;
  margin-top: -15px;
  display: none;
}
.report-filter .sm-hint .remove-filter-button {
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
.report-filter .sm-hint .remove-filter-button:after {
  content: '\e2a8';
  font-family: 'Streamline';
  font-size: 10px;
  position: relative;
}
.report-filter .sm-text-field {
  display: block;
  width: 100%;
  background-color: #fff;
}
.report-filter .number-range {
  margin-top: 0;
}
.report-filter .sm-checkbox > .label {
  margin-top: 0;
}
.report-filter .sm-date-picker,
.report-filter .sm-date-picker.with-clear-button {
  display: block;
  position: relative;
}
.report-filter .sm-date-picker .date-input.sm-text-field,
.report-filter .sm-date-picker.with-clear-button .date-input.sm-text-field {
  color: #333;
  text-align: left;
  padding-right: 0;
  padding-left: 28px;
  width: 100%;
  display: block;
}
.report-filter .sm-date-picker .clear-button,
.report-filter .sm-date-picker.with-clear-button .clear-button {
  right: 1px;
}

.search-field {
  width: 100%;
  position: relative;
}
.search-field .clear-button {
  position: absolute;
  right: 12px;
  top: 4px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.search-field .clear-button:after {
  content: '\f128';
  font-family: 'Ionicons';
  font-size: 19px;
  color: #dadada;
}
.search-field:after {
  content: 'F';
  font-family: 'Streamline';
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 18px;
  color: #b2b2b2;
  font-weight: normal;
}
.search-field:after,
.search-field .clear-button {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.search-field:not(.empty-button-active) .clear-button {
  -webkit-transform: translate(0px, -10px);
  -moz-transform: translate(0px, -10px);
  -o-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
.search-field.empty-button-active:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px, 10px);
  -moz-transform: translate(0px, 10px);
  -o-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}
.search-field.empty-button-active .clear-button {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.search-field.focus:after {
  color: #f00;
}
.search-field .sm-text-field {
  width: 100%;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  padding: 6px 30px 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dadada;
  color: #333;
  font-weight: normal;
}
.search-field .sm-text-field::-webkit-input-placeholder {
  color: #b2b2b2;
}
.search-field .sm-text-field:focus {
  outline: none;
}

.sidebar {
  color: #333;
}
.sidebar .sidebar-block > .sm-checkbox:first-child {
  margin-top: -10px;
}
.sidebar .sidebar-block {
  padding: 20px;
}
.sidebar .sidebar-block.thin {
  padding: 15px 20px;
}
.sidebar .sidebar-block.bordered {
  border-top: 1px solid #dadada;
}
.sidebar .sidebar-block.darken {
  background-color: #ededed;
}
.sidebar .sidebar-block p {
  font-size: 14px;
}
.sidebar .sm-datetime {
  background: #fff;
}
.sidebar p + .sm-datetime {
  margin-top: 10px;
}
.sidebar .sm-datetime + .sm-datetime {
  margin-top: 10px;
}
.sidebar .show-blacklist {
  position: relative;
  cursor: pointer;
}
.sidebar .show-blacklist:hover * {
  color: #f96952;
}
.sidebar .show-blacklist .blacklist-icon {
  position: absolute;
  top: 0px;
  right: 0px;
}
.sidebar .show-blacklist .blacklist-icon:before {
  content: '\e1ef';
  font-family: 'Streamline';
  font-size: 20px;
  line-height: 20px;
}
.sidebar .date-time-range .date-time-picker {
  position: relative;
  margin-top: 10px;
}
.sidebar .date-time-range .label {
  position: absolute;
  top: 12px;
  font-size: 14px;
}
.sidebar .date-time-range .input {
  background: #fff;
  border: 1px solid transparent;
  color: #f96952;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  padding: 6px 3px;
  width: 95px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .date-time-range .input:focus {
  outline: none;
  border: 1px solid #f96952;
}
.sidebar .date-time-range .input.datepicker {
  margin-left: 30px;
}
.sidebar .date-time-range .input.timepicker {
  margin-left: 15px;
}
.sidebar .date-range,
.sidebar .number-range {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 10px;
}
.sidebar .date-range .input-with-prefix,
.sidebar .number-range .input-with-prefix {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.sidebar .date-range .input-with-prefix:first-child,
.sidebar .number-range .input-with-prefix:first-child {
  margin-right: 20px;
}
.sidebar .datetime-range {
  margin-top: 10px;
}
.sidebar .datetime-range .input-with-prefix {
  display: block;
}
.sidebar .datetime-range .input-with-prefix + .input-with-prefix {
  margin-top: 10px;
}
.sidebar .datetime-range .sm-datetime-picker {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
}
.sidebar .datetime-range .sm-datetime-picker .sm-date-picker {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2 1;
  -ms-flex: 2 1;
  flex: 2 1;
}
.sidebar .datetime-range .sm-datetime-picker .sm-date-picker .date-input.sm-text-field {
  text-align: center;
}
.sidebar .datetime-range .sm-datetime-picker .sm-time-picker {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1;
  -ms-flex: 0 1;
  flex: 0 1;
}
.sidebar .datetime-range .sm-datetime-picker .sm-time-picker .time-input.sm-text-field {
  text-align: center;
  width: 60px;
  padding: 7px 8px;
}

.sip-bar {
  width: 50px;
  text-align: center;
  margin-top: 11px;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s ease 0.2s;
  -moz-transition: opacity 0.1s ease 0.2s;
  -o-transition: opacity 0.1s ease 0.2s;
  -ms-transition: opacity 0.1s ease 0.2s;
  transition: opacity 0.1s ease 0.2s;
}
.sip-bar.-visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sip-bar.-hidden {
  display: none;
}
.sip-bar .sip-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.sip-bar .sip-icon:after {
  content: '\e08d';
  font-family: 'Streamline';
}
.sip-bar .sip-status {
  line-height: 1;
  font-size: 10px;
  color: #fff;
  display: inline-block;
  vertical-align: text-top;
  position: relative;
}
.sip-bar .sip-status:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: -8px;
  top: 3px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sip-bar .sip-status.online:before {
  background: #2ecc71;
}
.sip-bar .sip-status:before,
.sip-bar .sip-status.offline:before {
  background: #dadada;
}
.sip-bar .sip-status.error:before {
  background: #b93d1d;
}
.sip-bar .sip-status.connecting:before {
  background: #fbc400;
}
.sip-bar .sip-status.disconnecting:before {
  background: #fbc400;
}

.sm-button {
  font-weight: 400;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  position: relative;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  transition: background-color 0.4s;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.sm-button.no-padding {
  padding: 0;
}
.sm-button,
.sm-button.default {
  background: #f96952;
  border: none;
  color: #fff;
}
.sm-button:hover,
.sm-button.default:hover,
.sm-button:active,
.sm-button.default:active {
  background-color: #f85439;
}
.sm-button.primary {
  background: #2ecc71;
  color: #fff;
  border: none;
}
.sm-button.primary:hover,
.sm-button.primary:active {
  background-color: #29b765;
}
.sm-button.primary:not([disabled]):active {
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.sm-button.orange {
  background: rgba(0,0,0,0);
  border: none;
  color: #f96952;
  font-weight: normal;
}
.sm-button.orange.is-loading,
.sm-button.orange.is-loading:hover,
.sm-button.orange.is-loading.success,
.sm-button.orange.is-loading.success:hover {
  background: none;
}
.sm-button.orange.is-loading .sm-button-spinner,
.sm-button.orange.is-loading:hover .sm-button-spinner,
.sm-button.orange.is-loading.success .sm-button-spinner,
.sm-button.orange.is-loading.success:hover .sm-button-spinner {
  color: rgba(0,0,0,0.5);
}
.sm-button.gray {
  background: rgba(0,0,0,0);
  border: none;
  color: #b2b2b2;
}
.sm-button.gray:hover,
.sm-button.gray:active {
  background-color: rgba(0,0,0,0.05);
}
.sm-button.gray:not([disabled]):active {
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.05);
  box-shadow: 0 1px 0px rgba(0,0,0,0.05);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.sm-button.white {
  background: #fff;
  border: none;
  color: #000;
}
.sm-button.bordered-gray {
  background: rgba(0,0,0,0);
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.sm-button.bordered-gray:hover,
.sm-button.bordered-gray:active {
  color: #fff;
  background-color: #b2b2b2;
}
.sm-button.bordered-gray:not([disabled]):active {
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.sm-button.bordered-orange {
  background: rgba(0,0,0,0);
  border: 1px solid #f96952;
  color: #f96952;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.sm-button.bordered-orange:hover,
.sm-button.bordered-orange:active {
  color: #fff;
  background-color: #f96952;
}
.sm-button.bordered-orange:not([disabled]):active {
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.sm-button.bordered-white {
  background: rgba(0,0,0,0);
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.sm-button.bordered-white:hover,
.sm-button.bordered-white:active {
  color: #fff;
  background-color: #fff;
}
.sm-button.bordered-white:not([disabled]):active {
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.sm-button.bordered-green {
  background: rgba(0,0,0,0);
  border: 1px solid #2ecc71;
  color: #2ecc71;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.sm-button.bordered-green:hover,
.sm-button.bordered-green:active {
  color: #fff;
  background-color: #2ecc71;
}
.sm-button.bordered-green:not([disabled]):active {
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.sm-button.fill-gray {
  background: #b2b2b2;
  border: 1px solid #b2b2b2;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.sm-button.fill-gray:hover,
.sm-button.fill-gray:active {
  background-color: #b2b2b2;
}
.sm-button.fill-gray:not([disabled]):active {
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.sm-button.fill-orange {
  background: #f96952;
  border: 1px solid #f96952;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.sm-button.fill-orange:hover,
.sm-button.fill-orange:active {
  background-color: #f96952;
}
.sm-button.fill-orange:not([disabled]):active {
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.sm-button.fill-white {
  background: #fff;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.sm-button.fill-white:hover,
.sm-button.fill-white:active {
  background-color: #fff;
}
.sm-button.fill-white:not([disabled]):active {
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  box-shadow: 0 1px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.sm-button.bordered-white:hover,
.sm-button.bordered-white:active {
  color: #000;
}
.sm-button.is-loading,
.sm-button.is-loading:hover,
.sm-button.is-loading.success,
.sm-button.is-loading.success:hover {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.sm-button.is-loading .sm-button-label,
.sm-button.is-loading:hover .sm-button-label,
.sm-button.is-loading.success .sm-button-label,
.sm-button.is-loading.success:hover .sm-button-label {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.sm-button.is-loading .sm-button-spinner,
.sm-button.is-loading:hover .sm-button-spinner,
.sm-button.is-loading.success .sm-button-spinner,
.sm-button.is-loading.success:hover .sm-button-spinner {
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sm-button .sm-button-label {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.sm-button .sm-button-spinner {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -14px;
  color: textGray;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.sm-button .sm-button-spinner:before {
  display: inline-block;
  content: '\f29d';
  font-family: 'Ionicons';
  font-size: 28px;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: spin 1.2s infinite linear;
  -moz-animation: spin 1.2s infinite linear;
  -o-animation: spin 1.2s infinite linear;
  -ms-animation: spin 1.2s infinite linear;
  animation: spin 1.2s infinite linear;
}
.sm-button.small {
  font-size: 12px;
  padding: 2px 8px 2px 8px;
}
.sm-button,
.sm-button.medium {
  font-size: 14px;
  padding: 7px 12px 7px 12px;
}
.sm-button.large {
  font-size: 15px;
  padding: 9px 18px 9px 18px;
}
.sm-button.xlarge {
  font-size: 18px;
  padding: 10px 20px 10px 20px;
}
.sm-button.full-width {
  width: 100%;
}
.sm-button:disabled,
.sm-button:disabled:hover {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.sm-button.sm-link {
  padding: 0;
  background: none;
  font-size: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: solid 1px #d5d5d5;
  color: #000;
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.sm-checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}
.sm-checkbox > input[type=checkbox] {
  display: none;
}
.sm-checkbox > .label {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  color: #7f7f7f;
}
.sm-checkbox > .label:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  left: -30px;
  top: -1px;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
}
.sm-checkbox > .label:after {
  content: '';
  display: none;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  height: 10px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  left: -23px;
  top: 3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sm-checkbox input[type=checkbox]:checked + .label {
  color: #333;
}
.sm-checkbox input[type=checkbox]:checked + .label:before {
  background: #f96952;
}
.sm-checkbox input[type=checkbox]:checked + .label:after {
  display: block;
}
.sm-checkbox.disabled {
  pointer-events: none;
}
.sm-checkbox.disabled .label:before {
  border-color: #dadada !important;
  background-color: #f2f2f2 !important;
}
.sm-checkbox.disabled input[type=checkbox]:checked + .label:before {
  background: #f2f2f2 !important;
}

.sm-chosen > .sm-chosen-item {
  background: #f96952;
  padding: 0px 20px 2px 5px;
  margin-right: 6px;
  margin-top: 6px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #f96952;
  background: none;
  border: 1px solid #f96952;
}
.sm-chosen > .sm-chosen-item .remove-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  display: block;
  border: none;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
}
.sm-chosen > .sm-chosen-item .remove-button:after {
  content: '\e2aa';
  font-family: 'Streamline';
  font-weight: bold;
  font-size: 8px;
  color: #fff;
  width: 20px;
  line-height: 14px;
  text-align: center;
  color: #f96952;
}
.sm-chosen > .sm-chosen-add-button {
  position: relative;
  display: inline-block;
  margin-top: 6px;
}
.sm-chosen > .sm-chosen-add-button .add-button {
  background: #f96952;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  color: #fff;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.sm-chosen > .sm-chosen-add-button .add-popover {
  left: 50%;
  top: 100%;
  margin-left: -120px;
  margin-top: 10px;
  display: block;
  position: absolute;
  background: #fafafa;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 1px 8px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 1px 8px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.05);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 10;
  width: 240px;
  display: none;
}
.sm-chosen > .sm-chosen-add-button .add-popover:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 15px;
  background-image: url("../images/popup-pointers/popup-pointer-up.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  top: 1px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .sm-chosen > .sm-chosen-add-button .add-popover:before {
    background-image: url("../images/popup-pointers/popup-pointer-up@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.sm-chosen > .sm-chosen-add-button .add-popover.is-open {
  display: block;
}
.sm-chosen > .sm-chosen-add-button .add-popover .search-input-wrapper {
  padding: 10px;
}
.sm-chosen > .sm-chosen-add-button .add-popover .sm-text-field {
  display: block;
  width: 100%;
}
.sm-chosen > .sm-chosen-add-button .loading {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 5px;
}
.sm-chosen > .sm-chosen-add-button .loading .sm-loader {
  zoom: 0.6;
}
.sm-chosen > .sm-chosen-add-button .nothing-found {
  font-size: 12px;
  text-align: center;
  color: #919191;
  padding-bottom: 8px;
}
.sm-chosen > .sm-chosen-add-button .suggestion-list {
  max-height: 170px;
  overflow-y: auto;
}
.sm-chosen > .sm-chosen-add-button .suggestion-list .sm-chosen-suggestion {
  padding: 7px 10px;
  border-top: 1px solid #dadada;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}
.sm-chosen > .sm-chosen-add-button .suggestion-list .sm-chosen-suggestion:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sm-chosen > .sm-chosen-add-button .suggestion-list .sm-chosen-suggestion.is-selected {
  background: #ededed;
}
.sm-chosen > .sm-chosen-add-button .suggestion-list .sm-chosen-suggestion:hover {
  background: #ededed;
}
.sm-chosen > .sm-chosen-add-button .suggestion-list .sm-chosen-suggestion.add-new {
  color: #f96952;
}
.sm-chosen.is-loading .sm-chosen-suggestion {
  position: relative;
  pointer-events: none;
}
.sm-chosen.is-loading .sm-chosen-suggestion:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  height: calc(100% - 18px);
  padding: 7px 0;
  background: -webkit-linear-gradient(0deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background: -moz-linear-gradient(0deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background: -o-linear-gradient(0deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background: -ms-linear-gradient(0deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  -webkit-background-size: 200% 100%;
  -moz-background-size: 200% 100%;
  background-size: 200% 100%;
  -webkit-animation: skeleton-loading 1.5s infinite ease-in-out;
  -moz-animation: skeleton-loading 1.5s infinite ease-in-out;
  -o-animation: skeleton-loading 1.5s infinite ease-in-out;
  -ms-animation: skeleton-loading 1.5s infinite ease-in-out;
  animation: skeleton-loading 1.5s infinite ease-in-out;
}
@-moz-keyframes skeleton-loading {
  0% {
    background-position: -200%;
  }
  100% {
    background-position: 200%;
  }
}
@-webkit-keyframes skeleton-loading {
  0% {
    background-position: -200%;
  }
  100% {
    background-position: 200%;
  }
}
@-o-keyframes skeleton-loading {
  0% {
    background-position: -200%;
  }
  100% {
    background-position: 200%;
  }
}
@keyframes skeleton-loading {
  0% {
    background-position: -200%;
  }
  100% {
    background-position: 200%;
  }
}

.sm-date-picker {
  display: inline-block;
}
.sm-date-picker .date-input.sm-text-field {
  text-align: center;
  width: 90px;
}
.sm-date-picker.disabled .date-input {
  pointer-events: none;
  background-color: #fafafa;
  color: #595959;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sm-date-picker.with-clear-button {
  position: relative;
}
.sm-date-picker.with-clear-button .date-input.sm-text-field {
  padding-right: 32px;
  width: 122px;
}
.sm-date-picker.with-clear-button.not-empty .clear-button {
  display: block;
}
.sm-date-picker.with-clear-button .clear-button {
  padding: 7px;
  position: absolute;
  top: 0;
  right: 4px;
  cursor: pointer;
  display: none;
}
.sm-date-picker.with-clear-button .clear-button:after {
  content: '\e2a8';
  font-size: 8px;
  font-family: 'Streamline';
  color: #919191;
}
.sm-date-picker.full-width {
  display: block;
  width: 100%;
}
.sm-date-picker.full-width .date-input {
  display: block;
  width: 100%;
  text-align: left;
}
.sm-date-picker-calendar {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sm-date-picker-calendar .pika-lendar {
  font-family: 'Proxima Nova', sans-serif;
}
.sm-date-picker-calendar .pika-label {
  font-weight: 500;
}
.sm-date-picker-calendar .is-today .pika-button {
  color: #666;
  font-weight: bold;
}
.sm-date-picker-calendar .pika-button:hover {
  background-color: #dadada;
}
.sm-date-picker-calendar .is-selected .pika-button {
  color: #fff;
  background-color: #f96952;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sm-datetime-picker {
  display: inline-block;
  white-space: nowrap;
}
.sm-datetime-picker .sm-date-picker input.sm-text-field {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.sm-datetime-picker .sm-date-picker input.sm-text-field:not(:focus) {
  border-right-color: rgba(0,0,0,0);
}
.sm-datetime-picker .sm-time-picker input.sm-text-field {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.sm-datetime {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 10px;
  color: #333;
  border: 1px solid #dadada;
  background: none;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px;
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sm-datetime:active,
.sm-datetime:focus {
  border-color: #f96952;
  outline: none;
}
.sm-datetime:active:after,
.sm-datetime:focus:after {
  color: #f96952;
  border-color: #f96952;
}
.sm-datetime::-webkit-outer-spin-button,
.sm-datetime::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.sm-datetime::-webkit-clear-button {
  display: block;
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sm-datetime::-webkit-calendar-picker-indicator {
  display: block;
  background: #f00;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.sm-datetime:after {
  content: '\e2c1';
  font-family: 'Streamline';
  display: block;
  position: absolute;
  font-size: 18px;
  text-align: center;
  line-height: 34px;
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  color: #333;
  -webkit-font-smoothing: antialiased;
  border-left: 1px solid #dadada;
  pointer-events: none;
  cursor: pointer;
}

.delivery-map-component {
  position: relative;
}
.delivery-map-component .ymaps-2-1-27-button__text {
  background-color: #f96952;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.delivery-map-component .ymaps-2-1-27-input_theme_normal .ymaps-2-1-27-input__box {
  border: 1px solid #f96952;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.delivery-map-component .ymaps-2-1-27-input.ymaps-2-1-27-input_focused_yes .ymaps-2-1-27-input__box {
  -webkit-box-shadow: 0 0 5px #f96952;
  box-shadow: 0 0 5px #f96952;
}
.delivery-map-component .polygon-edit-button-section {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 300px;
  background: #f2f2f2;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.delivery-map-component .polygon-edit-button-section {
  top: -50px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.delivery-map-component .polygon-edit-button-section.shown {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  pointer-events: auto;
  top: 10px;
  -webkit-transition: all 0.25s ease 0.5s;
  -moz-transition: all 0.25s ease 0.5s;
  -o-transition: all 0.25s ease 0.5s;
  -ms-transition: all 0.25s ease 0.5s;
  transition: all 0.25s ease 0.5s;
}
.delivery-map-component .polygon-edit-button-section > .sm-button {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  padding: 12px;
  border-right: 1px solid #dadada;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.delivery-map-component .polygon-edit-button-section > .sm-button:first-child {
  -webkit-border-radius: 8px 0px 0px 8px;
  border-radius: 8px 0px 0px 8px;
}
.delivery-map-component .polygon-edit-button-section > .sm-button:last-child {
  -webkit-border-radius: 0px 8px 8px 0px;
  border-radius: 0px 8px 8px 0px;
}
.delivery-map-component .polygon-edit-button-section > .sm-button:last-child:hover {
  background: rgba(0,0,0,0.03);
}

.sm-dropdown {
  position: relative;
}
.sm-dropdown.is-open > .sm-dropdown-menu {
  display: block;
}
.sm-dropdown.is-open > .sm-dropdown-selected {
  border-color: #f96952;
  color: #f96952;
}
.sm-dropdown.is-open > .sm-dropdown-selected:after {
  border-color: #f96952;
}
.sm-dropdown > .sm-dropdown-selected {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 10px;
  color: #333;
  border: 1px solid #dadada;
  background: none;
}
.sm-dropdown > .sm-dropdown-selected:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #b2b2b2;
  border-right: 2px solid #b2b2b2;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
  right: 15px;
}
.sm-dropdown > .sm-dropdown-menu {
  display: none;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: #fff;
  box-shadow: #fff;
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 5px;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
  box-shadow: 0 1px 8px rgba(0,0,0,0.2);
  z-index: 2;
}
.sm-dropdown > .sm-dropdown-menu > .sm-dropdown-item {
  padding: 9px 15px;
  cursor: pointer;
}
.sm-dropdown > .sm-dropdown-menu > .sm-dropdown-item:hover {
  background: #f96952;
  color: #fff;
}
.sm-dropdown > .sm-dropdown-menu > .sm-dropdown-item:last-child {
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.sm-dropdown > .sm-dropdown-menu > .sm-dropdown-item:first-child {
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

.sm-hint {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.sm-hint:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.sm-hint:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.sm-hint:after {
  z-index: 1;
  pointer-events: none;
  content: attr(data-hint);
  display: inline-block;
  width: auto;
  white-space: nowrap;
  color: #fff;
  background: rgba(0,0,0,0.7);
  font-size: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  padding: 6px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.sm-hint:before {
  z-index: 1;
  pointer-events: none;
  content: '';
  display: block;
  position: absolute;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.sm-hint.is-empty:after,
.sm-hint.is-empty:before {
  display: none;
}
.sm-hint.white-space-pre:after {
  white-space: pre;
}
.sm-hint.placement-top:after,
.sm-hint.placement-top:before {
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sm-hint.placement-top:after {
  margin-bottom: 9px;
}
.sm-hint.placement-top:before {
  border-top-color: rgba(0,0,0,0.7);
  margin-bottom: -1px;
}
.sm-hint.placement-left:after,
.sm-hint.placement-left:before {
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sm-hint.placement-left:after {
  margin-right: 9px;
}
.sm-hint.placement-left:before {
  border-left-color: rgba(0,0,0,0.7);
  margin-right: -1px;
}
.sm-hint.placement-right:after,
.sm-hint.placement-right:before {
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sm-hint.placement-right:after {
  margin-left: 9px;
}
.sm-hint.placement-right:before {
  border-right-color: rgba(0,0,0,0.7);
  margin-left: -1px;
}
.sm-hint.placement-bottom:after,
.sm-hint.placement-bottom:before {
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sm-hint.placement-bottom:after {
  margin-top: 9px;
}
.sm-hint.placement-bottom:before {
  border-bottom-color: rgba(0,0,0,0.7);
  margin-top: -1px;
}

.form-group-horizontal .form-control .sm-text-field.sm-location-picker + .sm-text-field.sm-location-picker {
  margin-top: 0;
  height: 34px;
}

.sm-mini-popup-container {
  position: relative;
  padding: 20px;
  pointer-events: none;
  transition: background-color 0.3s ease;
}
.sm-mini-popup-container.-popup-open {
  overflow: auto;
  pointer-events: auto;
  cursor: pointer;
  background-color: rgba(120,120,120,0.4);
}
.sm-mini-popup-container .sm-mini-popup {
  position: absolute;
  top: 55px;
  left: 50%;
  z-index: 90;
  cursor: auto;
  pointer-events: auto;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 10px 15px;
  background-color: #f2f2f2;
  border-radius: 8px;
  box-shadow: 0 0px 4px rgba(0,0,0,0.4);
}
.sm-mini-popup-container .sm-mini-popup,
.sm-mini-popup-container .sm-mini-popup.small {
  width: 260px;
  margin-left: -130px;
}
.sm-mini-popup-container .sm-mini-popup:not(.-hidden) {
  display: block;
}
.sm-mini-popup-container .sm-mini-popup.-hidden {
  display: none;
}
.sm-mini-popup-container .sm-mini-popup.-enter-animation {
  left: -100%;
  opacity: 0;
  transition: all 0.15s ease-out;
}
.sm-mini-popup-container .sm-mini-popup.-enter-animation.-run {
  opacity: 1;
  left: 50%;
}
.sm-mini-popup-container .sm-mini-popup.-exit-animation {
  left: 50%;
  opacity: 1;
  transition: all 0.15s ease;
}
.sm-mini-popup-container .sm-mini-popup.-exit-animation.-run {
  opacity: 0;
  left: 100%;
}
.sm-mini-popup-container .sm-mini-popup .popup-group {
  background-color: #eaeaea;
  margin: 0 -15px 20px;
  padding: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
  overflow-y: scroll;
  overflow-x: hidden;
}
.modal-overlay.loading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/***
 * Основные стили модального окна
 ***/
.sm-modal-dialog.split-view .modal-header {
  padding: 0;
}
.sm-modal-dialog .modal-overlay .close-button {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.sm-modal-dialog .modal-overlay .close-button:before {
  content: '\f12a';
  display: block;
  position: fixed;
  font-family: 'Ionicons';
  font-size: 30px;
  color: #fff;
  top: 0;
  right: 0;
  padding: 30px 40px;
  cursor: pointer;
}
.sm-modal-dialog .modal-overlay .close-button:hover {
  opacity: 0.99;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
  filter: alpha(opacity=99);
}
.sm-modal-dialog .modal-dialog {
  color: #333;
  width: 700px;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #f2f2f2;
  font-size: 14px;
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  zoom: 1;
}
.sm-modal-dialog .modal-dialog:not(.is-open) {
  -webkit-transform: scale(0.8) translateY(800px);
  -moz-transform: scale(0.8) translateY(800px);
  -o-transform: scale(0.8) translateY(800px);
  -ms-transform: scale(0.8) translateY(800px);
  transform: scale(0.8) translateY(800px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.sm-modal-dialog .modal-dialog:before,
.sm-modal-dialog .modal-dialog:after {
  content: "";
  display: table;
}
.sm-modal-dialog .modal-dialog:after {
  clear: both;
}
.sm-modal-dialog .modal-dialog.small {
  width: 400px;
}
.sm-modal-dialog .modal-dialog.medium {
  width: 600px;
}
.sm-modal-dialog .modal-dialog.wide {
  width: 900px;
}
.sm-modal-dialog .modal-dialog.xwide {
  width: 1000px;
}
.sm-modal-dialog .modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
.sm-modal-dialog .modal-header:before,
.sm-modal-dialog .modal-header:after {
  content: "";
  display: table;
}
.sm-modal-dialog .modal-header:after {
  clear: both;
}
.sm-modal-dialog .modal-header.warning {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 10px 20px;
  border: none;
  background-color: #f96952;
  color: #fff;
}
.sm-modal-dialog .modal-header.with-photo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 20px 30px;
}
.sm-modal-dialog .modal-header.with-photo > .photo {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-right: 20px;
  display: block;
}
.sm-modal-dialog .modal-header.with-photo > .title-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.sm-modal-dialog .modal-header.with-photo > .title-wrapper .title {
  font-size: 20px;
}
.sm-modal-dialog .modal-header.with-photo > .title-wrapper .caption {
  color: #b2b2b2;
  margin-top: 5px;
}
.sm-modal-dialog .modal-body {
  zoom: 1;
  position: relative;
}
.sm-modal-dialog .modal-body:before,
.sm-modal-dialog .modal-body:after {
  content: "";
  display: table;
}
.sm-modal-dialog .modal-body:after {
  clear: both;
}
.sm-modal-dialog .modal-body.recalculated-body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.sm-modal-dialog .modal-body.recalculated-body .single-side {
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  overflow-y: auto;
}
.sm-modal-dialog .modal-body.recalculated-body .left-side {
  border-right: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 420px;
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
  overflow-y: auto;
}
.sm-modal-dialog .modal-body.recalculated-body .right-side {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.sm-modal-dialog .modal-body .header {
  padding: 15px 20px;
  text-align: center;
  background-color: #f2f2f2;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.sm-modal-dialog .modal-body-left {
  width: 420px;
  border-right: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.sm-modal-dialog .modal-body-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 420px;
  right: 0;
  background: #eaeaea;
  padding: 0 0 0 0;
  overflow: hidden;
}
.sm-modal-dialog .modal-body-right .scrollable-wrapper {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.sm-modal-dialog .modal-body-section {
  border-bottom: 1px solid #dadada;
  padding: 5px 10px 15px 10px;
}
.sm-modal-dialog .modal-body-section:last-child {
  border-bottom: none;
}
.sm-modal-dialog .modal-button-block {
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #dadada;
  zoom: 1;
}
.sm-modal-dialog .modal-button-block:before,
.sm-modal-dialog .modal-button-block:after {
  content: "";
  display: table;
}
.sm-modal-dialog .modal-button-block:after {
  clear: both;
}
.sm-modal-dialog .modal-button-block > button {
  float: right;
  margin-left: 20px;
}
.sm-modal-dialog .modal-button-block > .remove-button {
  float: left;
  margin-left: 0px;
}
.sm-modal-dialog .modal-button-block > .remove-button:before {
  content: 'b';
  font-family: 'Streamline';
  font-size: 12px;
  margin-right: 3px;
}
.sm-modal-dialog .modal-header-single {
  padding: 15px 20px;
  width: 100%;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
.sm-modal-dialog .modal-header-single .title {
  text-align: center;
}
.sm-modal-dialog .modal-header-single .info {
  text-align: center;
  font-size: 12px;
  color: #b2b2b2;
  margin-top: 2px;
}
.sm-modal-dialog .modal-header-left {
  padding: 15px 20px;
  width: 420px;
  border-right: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.sm-modal-dialog .modal-header-left .title {
  float: left;
}
.sm-modal-dialog .modal-header-left .info {
  float: right;
  font-size: 12px;
  color: #b2b2b2;
  margin-top: 2px;
}
.sm-modal-dialog .modal-header-right {
  padding: 15px 20px;
  width: 480px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
}
.sm-modal-dialog .modal-body-card {
  margin: 20px auto;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 420px;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.sm-modal-dialog .modal-body-card .card-header {
  padding: 9px 13px;
  border-bottom: 1px solid #dadada;
  position: relative;
  zoom: 1;
}
.sm-modal-dialog .modal-body-card .card-header:before,
.sm-modal-dialog .modal-body-card .card-header:after {
  content: "";
  display: table;
}
.sm-modal-dialog .modal-body-card .card-header:after {
  clear: both;
}
.sm-modal-dialog .modal-body-card .card-footer {
  padding: 9px 13px;
  border-top: 1px solid #dadada;
  position: relative;
  zoom: 1;
}
.sm-modal-dialog .modal-body-card .card-footer:before,
.sm-modal-dialog .modal-body-card .card-footer:after {
  content: "";
  display: table;
}
.sm-modal-dialog .modal-body-card .card-footer:after {
  clear: both;
}
.sm-modal-dialog .modal-body-card .card-section {
  padding: 15px 20px;
  border-bottom: 1px solid #dadada;
  position: relative;
}
.sm-modal-dialog .modal-body-card.promos {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sm-modal-dialog .modal-body-card.promos .card-header {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #dadada;
  text-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.sm-modal-dialog .modal-body-right-big-grey-button {
  width: 340px;
  margin: 40px auto 20px auto;
  background: rgba(0,0,0,0.05);
  font-size: 18px;
  color: rgba(0,0,0,0.3);
  text-align: center;
  padding: 17px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  display: block;
  outline: none;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.sm-modal-dialog .modal-body-right-big-grey-button:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.sm-notification-container {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1488;
}
.sm-notification-container > .sm-notification-limiter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 10px 10px 10px;
  border: 2px solid transparent;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: rgba(50,50,50,0.75);
  color: #fff;
  -webkit-box-shadow: 0px 0px 15px -5px #000;
  box-shadow: 0px 0px 15px -5px #000;
  font-weight: 400;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 240px;
  height: 50px;
  -webkit-transition: opacity 0.15s ease, top 0.3s ease-out, right 0.3s ease-out, bottom 0.3s ease-out;
  -moz-transition: opacity 0.15s ease, top 0.3s ease-out, right 0.3s ease-out, bottom 0.3s ease-out;
  -o-transition: opacity 0.15s ease, top 0.3s ease-out, right 0.3s ease-out, bottom 0.3s ease-out;
  -ms-transition: opacity 0.15s ease, top 0.3s ease-out, right 0.3s ease-out, bottom 0.3s ease-out;
  transition: opacity 0.15s ease, top 0.3s ease-out, right 0.3s ease-out, bottom 0.3s ease-out;
}
.sm-notification-container > .sm-notification-limiter:not(.is-opaque) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.sm-notification-container > .sm-notification-limiter.is-opaque {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sm-notification-container > .sm-notification-limiter .text {
  text-align: center;
  font-size: 14px;
}
.sm-notification-container > .sm-notification-limiter .hide-all {
  font-size: 12px;
  text-align: center;
  padding-top: 3px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  cursor: pointer;
  text-decoration: underline;
}
.sm-notification-container > .sm-notification {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 10px;
  width: 320px;
  height: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px 10px 10px;
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(50,50,50,0.8);
  color: #fff;
  font-size: 12px;
  -webkit-box-shadow: 0px 0px 15px -5px #000;
  box-shadow: 0px 0px 15px -5px #000;
  font-weight: 400;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out, right 0.3s ease-out, -webkit-transform 0.3s ease-out, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, top 0.3s ease-out, right 0.3s ease-out, -moz-transform 0.3s ease-out, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, top 0.3s ease-out, right 0.3s ease-out, -o-transform 0.3s ease-out, bottom 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, top 0.3s ease-out, right 0.3s ease-out, -ms-transform 0.3s ease-out, bottom 0.3s ease-out;
  transition: opacity 0.3s ease-out, top 0.3s ease-out, right 0.3s ease-out, transform 0.3s ease-out, bottom 0.3s ease-out;
}
.sm-notification-container > .sm-notification:not(.is-opaque) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(500%);
  -moz-transform: translateX(500%);
  -o-transform: translateX(500%);
  -ms-transform: translateX(500%);
  transform: translateX(500%);
}
.sm-notification-container > .sm-notification.is-opaque {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.sm-notification-container > .sm-notification .text {
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-left: 15px;
  height: 100%;
}
.sm-notification-container > .sm-notification .title {
  font-size: 14px;
  font-weight: 600;
  white-space: break-spaces;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.sm-notification-container > .sm-notification .message {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.22;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
  white-space: break-spaces;
}
.sm-notification-container > .sm-notification button.sm-close {
  position: absolute;
  background: none;
  border: none;
  color: rgba(255,255,255,0.9);
  font-size: 26px;
  right: 2px;
  top: -5px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.sm-notification-container > .sm-notification button.sm-close:focus,
.sm-notification-container > .sm-notification button.sm-close:active {
  outline: none;
}
.sm-notification-container > .sm-notification button.sm-close:hover {
  color: rgba(255,255,255,0.5);
}
.sm-notification-container > .sm-notification button.sm-close:before {
  font-family: 'Ionicons';
  content: '\f404';
}
.sm-notification-container > .sm-notification .icon {
  display: none;
  -webkit-font-smoothing: antialiased;
}
.sm-notification-container > .sm-notification .icon:before {
  content: '\f1a0';
  font-family: 'Ionicons';
  font-size: 2.5rem;
  color: #ebbb33;
}
.sm-notification-container > .sm-notification .icon.icon-success,
.sm-notification-container > .sm-notification .icon.icon-error,
.sm-notification-container > .sm-notification .icon.icon-info,
.sm-notification-container > .sm-notification .icon.icon-warning,
.sm-notification-container > .sm-notification .icon.icon-message {
  display: block;
}
.sm-notification-container > .sm-notification .icon.icon-success:before {
  content: '\f120';
  color: #51e273;
}
.sm-notification-container > .sm-notification .icon.icon-error:before {
  content: '\f128';
  color: #c93b38;
}
.sm-notification-container > .sm-notification .icon.icon-info:before {
  content: '\f149';
  color: #6fa9d7;
}
.sm-notification-container > .sm-notification .icon.icon-warning:before {
  content: '\f100';
  color: #ebbb33;
}
.sm-notification-container > .sm-notification .icon.icon-message:before {
  content: '\f11a';
  color: #fff;
}
.sm-notification-container > .sm-notification .icon.icon-image {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/account-placeholder.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .sm-notification-container > .sm-notification .icon.icon-image {
    background-image: url("../images/account-placeholder@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.sm-notification-container > .sm-notification .icon.icon-image:before {
  display: none;
}

.sm-popover {
  display: inline-block;
  vertical-align: middle;
}
.sm-popover.is-opened {
  z-index: 1000;
}
.sm-popover.is-opened > .sm-popover-overlay {
  display: block;
}
.sm-popover > .sm-popover-target {
  display: inline-block;
  vertical-align: middle;
}
.sm-popover > .sm-popover-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  display: none;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body {
  display: block;
  position: absolute;
  background: #fafafa;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 1px 8px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 1px 8px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body.sm-popover-large {
  width: 325px;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body,
.sm-popover > .sm-popover-overlay > .sm-popover-body.sm-popover-medium {
  width: 260px;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body.sm-popover-small {
  width: 160px;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body:before {
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  display: block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body.sm-popover-top:before {
  width: 30px;
  height: 15px;
  background-image: url("../images/popup-pointers/popup-pointer-down.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  bottom: 0px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .sm-popover > .sm-popover-overlay > .sm-popover-body.sm-popover-top:before {
    background-image: url("../images/popup-pointers/popup-pointer-down@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.sm-popover > .sm-popover-overlay > .sm-popover-body.sm-popover-bottom:before {
  width: 30px;
  height: 15px;
  background-image: url("../images/popup-pointers/popup-pointer-up.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  top: 1px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .sm-popover > .sm-popover-overlay > .sm-popover-body.sm-popover-bottom:before {
    background-image: url("../images/popup-pointers/popup-pointer-up@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.sm-popover > .sm-popover-overlay > .sm-popover-body.sm-popover-left:before {
  width: 15px;
  height: 30px;
  background-image: url("../images/popup-pointers/popup-pointer-right.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  right: 0px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .sm-popover > .sm-popover-overlay > .sm-popover-body.sm-popover-left:before {
    background-image: url("../images/popup-pointers/popup-pointer-right@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.sm-popover > .sm-popover-overlay > .sm-popover-body.sm-popover-right:before {
  width: 15px;
  height: 30px;
  background-image: url("../images/popup-pointers/popup-pointer-left.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  left: 0px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .sm-popover > .sm-popover-overlay > .sm-popover-body.sm-popover-right:before {
    background-image: url("../images/popup-pointers/popup-pointer-left@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.sm-popover > .sm-popover-overlay > .sm-popover-body.sm-popover-left-bottom:before {
  width: 15px;
  height: 30px;
  background-image: url("../images/popup-pointers/popup-pointer-right.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  top: 10%;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  right: 0px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .sm-popover > .sm-popover-overlay > .sm-popover-body.sm-popover-left-bottom:before {
    background-image: url("../images/popup-pointers/popup-pointer-right@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.sm-popover > .sm-popover-overlay > .sm-popover-body .sm-popover-item {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 0;
  margin: 5px;
  position: relative;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body .sm-popover-item:not(:last-child) {
  margin-bottom: 9px;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body .sm-popover-item:not(:first-child) {
  margin: top 0px;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body .sm-popover-item + .sm-popover-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  border-top: 1px solid #eee;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body .sm-popover-item.danger {
  color: #f96952;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body .sm-popover-item:hover {
  border: 1px solid #eee;
  background: rgba(0,0,0,0.02);
}
.sm-popover > .sm-popover-overlay > .sm-popover-body > .popover-header {
  color: #f2f2f2;
  border-bottom: 1px solid #dadada;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding: 15px;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body > .popover-main {
  color: #f2f2f2;
  border-bottom: 1px solid #dadada;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding: 0 15px;
  background: #ededed;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 350px;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body > .popover-main:last-child {
  border-bottom: none;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body > .popover-main .popover-items-list > .popover-item {
  padding: 10px 0px;
  border-bottom: 1px solid #dadada;
  font-size: 12px;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body > .popover-main .popover-items-list > .popover-item:last-child {
  border-bottom: none;
}
.sm-popover > .sm-popover-overlay > .sm-popover-body > .popover-footer {
  padding: 10px 15px;
  font-size: 11px;
}

.sm-progress {
  height: 10px;
  overflow: hidden;
  background-color: #eaeaea;
}
.sm-progress .sm-progress-bar {
  float: left;
  width: 0;
  height: 100%;
  background-color: #f96952;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.sm-radio-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  margin: 12px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sm-radio-button > .label {
  display: inline-block;
  color: rgba(51,51,51,0.9);
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
  padding-left: 15px;
}
.sm-radio-button > .circle {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.sm-radio-button > .circle:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
  background: none;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #f96952;
}
.sm-radio-button > .circle:after {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  left: 3px;
  top: 3px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: none;
  background-color: rgba(0,0,0,0);
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  -ms-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.sm-radio-button.-checked .circle:after {
  background-color: #f96952;
}
.sm-radio-button.-checked .label {
  color: #333;
}

.sm-segmented {
  width: 100%;
}
.sm-segmented > .sm-segment {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50%;
  text-align: center;
  padding: 7px;
  font-size: 14px;
  line-height: 1.2222222;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f96952;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.sm-segmented > .sm-segment:not(:last-child) {
  border-right: none;
}
.sm-segmented > .sm-segment.active,
.sm-segmented > .sm-segment.ember-transitioning-in {
  background-color: #f96952;
  color: #fff;
}
.sm-segmented > .sm-segment,
.sm-segmented > .sm-segment.ember-transitioning-out {
  color: #f96952;
  background-color: transparent;
}
.sm-segmented > .sm-segment:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.sm-segmented > .sm-segment:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.sm-segmented.sm-segment-size-1 > .sm-segment {
  width: 100%;
}
.sm-segmented.sm-segment-size-2 > .sm-segment {
  width: 50%;
}
.sm-segmented.sm-segment-size-3 > .sm-segment {
  width: 33.333333333333336%;
}
.sm-segmented.sm-segment-size-4 > .sm-segment {
  width: 25%;
}
.sm-segmented.sm-segment-size-5 > .sm-segment {
  width: 20%;
}
.sm-segmented.sm-segment-size-6 > .sm-segment {
  width: 16.666666666666668%;
}
.sm-segmented.sm-segment-size-7 > .sm-segment {
  width: 14.285714285714286%;
}
.sm-segmented.sm-segment-size-8 > .sm-segment {
  width: 12.5%;
}
.sm-segmented.sm-segment-size-9 > .sm-segment {
  width: 11.11111111111111%;
}
.sm-segmented.sm-segment-size-10 > .sm-segment {
  width: 10%;
}

.sm-select {
  margin-top: 6px;
  position: relative;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
}
.sm-select .sm-select-search {
  padding: 0px 10px 10px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sm-select:not(.is-open) .sm-select-menu {
  pointer-events: none;
}
.sm-select.is-open .sm-select-menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  max-height: 9999px;
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in;
  -moz-transition: -moz-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in;
  -o-transition: -o-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in;
  -ms-transition: -ms-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in;
  transition: transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in;
}
.sm-select.is-open .sm-select-value {
  border: 1px solid #f96952;
}
.sm-select.is-open .sm-select-value:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: #f96952;
}
.sm-select .sm-select-value {
  width: 100%;
  padding: 8px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dadada;
  cursor: pointer;
  background-color: #fff;
  min-height: 35px;
}
.sm-select .sm-select-value:after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #dadada;
  border-left: 2px solid #dadada;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  right: 15px;
  top: 12px;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -ms-transition: -ms-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sm-select.disabled {
  pointer-events: none;
}
.sm-select.disabled .sm-select-value {
  background-color: #fafafa;
  color: #595959;
}
.sm-select.disabled .sm-select-value:after {
  display: none;
}
.sm-select .sm-select-menu {
  position: absolute;
  z-index: 2;
  top: 37px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.1);
  box-shadow: 0 1px 8px rgba(0,0,0,0.1);
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  max-height: 0px;
  -webkit-transition: -webkit-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in 0.1s;
  -moz-transition: -moz-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in 0.1s;
  -o-transition: -o-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in 0.1s;
  -ms-transition: -ms-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in 0.1s;
  transition: transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in 0.1s;
  background-color: #fff;
}
.sm-select .sm-select-options {
  max-height: 240px;
  overflow-y: scroll;
}
.sm-select .sm-select-option {
  color: #333;
  padding: 8px 25px 8px 15px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.sm-select .sm-select-option.selected:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  display: block;
  background: #f96952;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  right: 15px;
  top: 11px;
}
.sm-select .sm-select-option:hover {
  background: #f96952;
  color: #fff;
}
.sm-select .sm-select-option:hover.selected:after {
  background: #fff;
}

.sm-slideable {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  overflow: hidden;
}
.sm-slideable.slides-count-0 > .sm-slideable-sections {
  width: 0%;
  overflow-y: auto;
}
.sm-slideable.slides-count-0 > .sm-slideable-sections > .sm-slideable-section {
  -webkit-flex-basis: Infinity%;
  flex-basis: Infinity%;
}
.sm-slideable.slide-0 > .sm-slideable-sections > .sm-slideable-section:not(:nth-child(1)) {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.sm-slideable.slide-0 > .sm-slideable-sections > .sm-slideable-section:nth-child(1) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sm-slideable.slides-count-1 > .sm-slideable-sections {
  width: 100%;
  overflow-y: auto;
}
.sm-slideable.slides-count-1 > .sm-slideable-sections > .sm-slideable-section {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.sm-slideable.slide-1 > .sm-slideable-sections > .sm-slideable-section:not(:nth-child(2)) {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.sm-slideable.slide-1 > .sm-slideable-sections > .sm-slideable-section:nth-child(2) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sm-slideable.slides-count-2 > .sm-slideable-sections {
  width: 200%;
  overflow-y: auto;
}
.sm-slideable.slides-count-2 > .sm-slideable-sections > .sm-slideable-section {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.sm-slideable.slide-2 > .sm-slideable-sections > .sm-slideable-section:not(:nth-child(3)) {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.sm-slideable.slide-2 > .sm-slideable-sections > .sm-slideable-section:nth-child(3) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sm-slideable.slides-count-3 > .sm-slideable-sections {
  width: 300%;
  overflow-y: auto;
}
.sm-slideable.slides-count-3 > .sm-slideable-sections > .sm-slideable-section {
  -webkit-flex-basis: 33.333333333333336%;
  flex-basis: 33.333333333333336%;
}
.sm-slideable.slide-3 > .sm-slideable-sections > .sm-slideable-section:not(:nth-child(4)) {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.sm-slideable.slide-3 > .sm-slideable-sections > .sm-slideable-section:nth-child(4) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sm-slideable.slides-count-4 > .sm-slideable-sections {
  width: 400%;
  overflow-y: auto;
}
.sm-slideable.slides-count-4 > .sm-slideable-sections > .sm-slideable-section {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}
.sm-slideable.slide-4 > .sm-slideable-sections > .sm-slideable-section:not(:nth-child(5)) {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.sm-slideable.slide-4 > .sm-slideable-sections > .sm-slideable-section:nth-child(5) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sm-slideable.slides-count-5 > .sm-slideable-sections {
  width: 500%;
  overflow-y: auto;
}
.sm-slideable.slides-count-5 > .sm-slideable-sections > .sm-slideable-section {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
}
.sm-slideable.slide-5 > .sm-slideable-sections > .sm-slideable-section:not(:nth-child(6)) {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.sm-slideable.slide-5 > .sm-slideable-sections > .sm-slideable-section:nth-child(6) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sm-slideable.slides-count-6 > .sm-slideable-sections {
  width: 600%;
  overflow-y: auto;
}
.sm-slideable.slides-count-6 > .sm-slideable-sections > .sm-slideable-section {
  -webkit-flex-basis: 16.666666666666668%;
  flex-basis: 16.666666666666668%;
}
.sm-slideable.slide-6 > .sm-slideable-sections > .sm-slideable-section:not(:nth-child(7)) {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.sm-slideable.slide-6 > .sm-slideable-sections > .sm-slideable-section:nth-child(7) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sm-slideable.slides-count-7 > .sm-slideable-sections {
  width: 700%;
  overflow-y: auto;
}
.sm-slideable.slides-count-7 > .sm-slideable-sections > .sm-slideable-section {
  -webkit-flex-basis: 14.285714285714286%;
  flex-basis: 14.285714285714286%;
}
.sm-slideable.slide-7 > .sm-slideable-sections > .sm-slideable-section:not(:nth-child(8)) {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.sm-slideable.slide-7 > .sm-slideable-sections > .sm-slideable-section:nth-child(8) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sm-slideable.slides-count-8 > .sm-slideable-sections {
  width: 800%;
  overflow-y: auto;
}
.sm-slideable.slides-count-8 > .sm-slideable-sections > .sm-slideable-section {
  -webkit-flex-basis: 12.5%;
  flex-basis: 12.5%;
}
.sm-slideable.slide-8 > .sm-slideable-sections > .sm-slideable-section:not(:nth-child(9)) {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.sm-slideable.slide-8 > .sm-slideable-sections > .sm-slideable-section:nth-child(9) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sm-slideable.slides-count-9 > .sm-slideable-sections {
  width: 900%;
  overflow-y: auto;
}
.sm-slideable.slides-count-9 > .sm-slideable-sections > .sm-slideable-section {
  -webkit-flex-basis: 11.11111111111111%;
  flex-basis: 11.11111111111111%;
}
.sm-slideable.slide-9 > .sm-slideable-sections > .sm-slideable-section:not(:nth-child(10)) {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.sm-slideable.slide-9 > .sm-slideable-sections > .sm-slideable-section:nth-child(10) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sm-slideable.slides-count-10 > .sm-slideable-sections {
  width: 1000%;
  overflow-y: auto;
}
.sm-slideable.slides-count-10 > .sm-slideable-sections > .sm-slideable-section {
  -webkit-flex-basis: 10%;
  flex-basis: 10%;
}
.sm-slideable.slide-10 > .sm-slideable-sections > .sm-slideable-section:not(:nth-child(11)) {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.sm-slideable.slide-10 > .sm-slideable-sections > .sm-slideable-section:nth-child(11) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sm-slideable > .sm-slideable-sections {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 1px;
  -ms-flex: 1 1 1px;
  flex: 1 1 1px;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -ms-transition: -ms-transform 0.2s ease;
  transition: transform 0.2s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.sm-slideable > .sm-slideable-sections > .sm-slideable-section {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0;
  -ms-flex: 0 0;
  flex: 0 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  overflow-y: scroll;
}

.sm-status-dropdown {
  position: relative;
}
.sm-status-dropdown.is-open > .sm-dropdown-menu {
  display: block;
}
.sm-status-dropdown > .sm-dropdown-selected {
  background: #808080;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 9px 10px;
  color: #fff;
}
.sm-status-dropdown > .sm-dropdown-selected.new {
  background: #35ade8;
}
.sm-status-dropdown > .sm-dropdown-selected.confirmed {
  background: #a855a9;
}
.sm-status-dropdown > .sm-dropdown-selected.preparing {
  background: #e2544b;
}
.sm-status-dropdown > .sm-dropdown-selected.prepared {
  background: #f59500;
}
.sm-status-dropdown > .sm-dropdown-selected.delivery {
  background: #fbc400;
}
.sm-status-dropdown > .sm-dropdown-selected.completed {
  background: #2ecc71;
}
.sm-status-dropdown > .sm-dropdown-selected.canceled {
  background: #919191;
}
.sm-status-dropdown > .sm-dropdown-selected:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
  right: 15px;
}
.sm-status-dropdown > .sm-dropdown-menu {
  display: none;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: #fff;
  box-shadow: #fff;
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 5px;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
  box-shadow: 0 1px 8px rgba(0,0,0,0.2);
  z-index: 2;
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item {
  padding: 9px 15px;
  border-left: 8px solid #00f;
  cursor: pointer;
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item:last-child {
  -webkit-border-radius: 0 0 0 8px;
  border-radius: 0 0 0 8px;
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item:first-child {
  -webkit-border-radius: 8px 0 0 0;
  border-radius: 8px 0 0 0;
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item.new {
  border-color: #35ade8;
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item.new:hover {
  background-color: rgba(53,173,232,0.1);
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item.confirmed {
  border-color: #a855a9;
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item.confirmed:hover {
  background-color: rgba(168,85,169,0.1);
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item.preparing {
  border-color: #e2544b;
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item.preparing:hover {
  background-color: rgba(226,84,75,0.1);
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item.prepared {
  border-color: #f59500;
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item.prepared:hover {
  background-color: rgba(245,149,0,0.1);
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item.delivery {
  border-color: #fbc400;
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item.delivery:hover {
  background-color: rgba(251,196,0,0.1);
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item.completed {
  border-color: #2ecc71;
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item.completed:hover {
  background-color: rgba(46,204,113,0.1);
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item.canceled {
  border-color: #919191;
}
.sm-status-dropdown > .sm-dropdown-menu > .sm-dropdown-item.canceled:hover {
  background-color: rgba(145,145,145,0.1);
}

.sm-tag {
  display: inline-block;
  font-size: 13px;
  background: rgba(0,0,0,0.1);
  color: #666;
  margin-right: 5px;
  padding: 2px 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 5px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sm-tag.checked {
  color: #fff;
  background: #f96952;
}

.sm-text-area {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dadada;
  padding: 7px 8px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100px;
  font-family: 'Proxima Nova', sans-serif;
}
.sm-text-area {
  background-color: #fff;
  color: #333;
}
.sm-text-area:disabled {
  background-color: #fafafa;
  color: #595959;
}
.sm-text-area.full-width {
  width: 100%;
}
.sm-text-area.no-resize {
  resize: none;
}
.sm-text-area:focus,
.sm-text-area:active {
  outline: none;
  border: 1px solid #f96952;
}

.sm-text-field {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dadada;
  padding: 7px 8px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}
.sm-text-field.full-width {
  width: 100%;
}
.sm-text-field.short {
  width: 50px;
}
.sm-text-field.large {
  font-size: 16px;
  padding: 10px;
}
.sm-text-field:focus,
.sm-text-field:active {
  outline: none;
  border: 1px solid #f96952;
}
.sm-text-field {
  background-color: #fff;
}
.sm-text-field[disabled] {
  background: #fafafa;
  color: #595959;
}

.sm-time-picker {
  display: inline-block;
}
.sm-time-picker .time-input.sm-text-field {
  text-align: center;
  width: 60px;
  background-color: #fff;
}
.sm-time-picker.disabled .time-input {
  pointer-events: none;
  color: #595959;
  background-color: #fafafa;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-timepicker-wrapper {
  width: 60px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  max-height: 150px !important;
  height: auto !important;
}
.ui-timepicker-wrapper li {
  font-size: 14px;
  color: #333 !important;
  text-align: center;
}

input[type="checkbox"].sm-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background-color: #dadada;
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 35px;
  vertical-align: top;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -ms-transition: background 0.25s;
  transition: background 0.25s;
}
input[type="checkbox"].sm-toggle.disabled {
  pointer-events: none;
}
input[type="checkbox"].sm-toggle:focus {
  outline: none;
}
input[type="checkbox"].sm-toggle:after {
  background-color: #fff;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 17px;
  top: 2px;
  -webkit-transition: right 0.25s 0.1s;
  -moz-transition: right 0.25s 0.1s;
  -o-transition: right 0.25s 0.1s;
  -ms-transition: right 0.25s 0.1s;
  transition: right 0.25s 0.1s;
}
input[type="checkbox"].sm-toggle:checked {
  background-color: #2ecc71;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -ms-transition: background 0.25s;
  transition: background 0.25s;
}
input[type="checkbox"].sm-toggle:checked:after {
  right: 2px;
  -webkit-transition: right 0.25s 0.1s;
  -moz-transition: right 0.25s 0.1s;
  -o-transition: right 0.25s 0.1s;
  -ms-transition: right 0.25s 0.1s;
  transition: right 0.25s 0.1s;
}

.sm-select {
  margin-top: 6px;
  position: relative;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
}
.sm-select .sm-select-search {
  padding: 0px 10px 10px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sm-select:not(.is-open) .sm-select-menu {
  pointer-events: none;
}
.sm-select.is-open .sm-select-menu,
.twitter-typeahead .tt-menu.tt-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  max-height: 9999px;
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in;
  -moz-transition: -moz-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in;
  -o-transition: -o-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in;
  -ms-transition: -ms-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in;
  transition: transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in;
}
.sm-select.is-open .sm-select-value {
  border: 1px solid #f96952;
}
.sm-select.is-open .sm-select-value:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: #f96952;
}
.sm-select .sm-select-value {
  width: 100%;
  padding: 8px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dadada;
  cursor: pointer;
  background-color: #fff;
  min-height: 35px;
}
.sm-select .sm-select-value:after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #dadada;
  border-left: 2px solid #dadada;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  right: 15px;
  top: 12px;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -ms-transition: -ms-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sm-select.disabled {
  pointer-events: none;
}
.sm-select.disabled .sm-select-value {
  background-color: #fafafa;
  color: #595959;
}
.sm-select.disabled .sm-select-value:after {
  display: none;
}
.sm-select .sm-select-menu,
.twitter-typeahead .tt-menu {
  position: absolute;
  z-index: 2;
  top: 37px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.1);
  box-shadow: 0 1px 8px rgba(0,0,0,0.1);
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  max-height: 0px;
  -webkit-transition: -webkit-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in 0.1s;
  -moz-transition: -moz-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in 0.1s;
  -o-transition: -o-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in 0.1s;
  -ms-transition: -ms-transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in 0.1s;
  transition: transform 0.1s ease-in, opacity 0.1s ease-in, max-height 0.01s ease-in 0.1s;
  background-color: #fff;
}
.sm-select .sm-select-options,
.twitter-typeahead .tt-menu .tt-dataset {
  max-height: 240px;
  overflow-y: scroll;
}
.sm-select .sm-select-option,
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
  color: #333;
  padding: 8px 25px 8px 15px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.sm-select .sm-select-option.selected:after,
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion.selected:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  display: block;
  background: #f96952;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  right: 15px;
  top: 11px;
}
.sm-select .sm-select-option:hover,
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover,
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion.tt-cursor {
  background: #f96952;
  color: #fff;
}
.sm-select .sm-select-option:hover.selected:after,
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover.selected:after,
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion.tt-cursor.selected:after {
  background: #fff;
}
.form-group-horizontal .form-control .twitter-typeahead .sm-text-field + .sm-text-field {
  margin-top: 0;
}
.twitter-typeahead {
  display: block !important;
  width: 100%;
}
.twitter-typeahead .tt-input {
  width: 100%;
  cursor: auto;
}
.twitter-typeahead .tt-input.is-loading {
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjBweCcgaGVpZ2h0PScyMHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgY2xhc3M9InVpbC1kZWZhdWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjZjk2OTUyJyB0cmFuc2Zvcm09J3JvdGF0ZSgwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMHMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nI2Y5Njk1MicgdHJhbnNmb3JtPSdyb3RhdGUoMzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjA4MzMzMzMzMzMzMzMzMzMzcycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjZjk2OTUyJyB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuMTY2NjY2NjY2NjY2NjY2NjZzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNmOTY5NTInIHRyYW5zZm9ybT0ncm90YXRlKDkwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC4yNXMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nI2Y5Njk1MicgdHJhbnNmb3JtPSdyb3RhdGUoMTIwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC4zMzMzMzMzMzMzMzMzMzMzcycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjZjk2OTUyJyB0cmFuc2Zvcm09J3JvdGF0ZSgxNTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjQxNjY2NjY2NjY2NjY2NjdzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNmOTY5NTInIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuNXMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nI2Y5Njk1MicgdHJhbnNmb3JtPSdyb3RhdGUoMjEwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC41ODMzMzMzMzMzMzMzMzM0cycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjZjk2OTUyJyB0cmFuc2Zvcm09J3JvdGF0ZSgyNDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjY2NjY2NjY2NjY2NjY2NjZzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNmOTY5NTInIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuNzVzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNmOTY5NTInIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuODMzMzMzMzMzMzMzMzMzNHMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nI2Y5Njk1MicgdHJhbnNmb3JtPSdyb3RhdGUoMzMwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC45MTY2NjY2NjY2NjY2NjY2cycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PC9zdmc+");
}
.twitter-typeahead .tt-input.is-loading ~ .tt-menu.tt-open {
  display: none !important;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion .tt-highlight {
  font-weight: bold;
}
.form-group-horizontal.checkbox-group .form-control {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 18px;
}

.sm-validation {
  position: relative;
}
.sm-validation.is-shown .validation-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin-left: 20px;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.sm-validation.is-shown .sm-text-field {
  border: 1px solid #e97e77;
  background: #fbe6e5;
}
.sm-validation.is-shown .sm-text-area {
  border: 1px solid #e97e77;
  background: #fbe6e5;
}
.sm-validation .validation-message {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.1s ease, opacity 0.1s ease;
  -moz-transition: -moz-transform 0.1s ease, opacity 0.1s ease;
  -o-transition: -o-transform 0.1s ease, opacity 0.1s ease;
  -ms-transition: -ms-transform 0.1s ease, opacity 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease;
  position: absolute;
  width: 150px;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(80px, -50%);
  -moz-transform: translate(80px, -50%);
  -o-transform: translate(80px, -50%);
  -ms-transform: translate(80px, -50%);
  transform: translate(80px, -50%);
  margin-left: 20px;
  background: #ededed;
  padding: 12px;
  padding-left: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  background: #fef7f6;
  color: #d72d23;
  border: 1px solid #e97e77;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.sm-validation .validation-message:before {
  content: '';
  border-right: 6px solid #e97e77;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sm-validation .validation-message:after {
  content: '';
  border-right: 6px solid #fef7f6;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sm-validation .validation-message .icon {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sm-validation .validation-message .icon:before {
  content: '\f100';
  font-family: 'Ionicons';
  font-size: 16px;
  position: relative;
}

.sort-dropdown {
  color: #f96952;
  position: relative;
  display: inline-block;
}
.sort-dropdown .sort-dropdown-label {
  padding-right: 15px;
  cursor: pointer;
}
.sort-dropdown .sort-dropdown-label:after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1px solid #f96952;
  border-bottom: 1px solid #f96952;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 4px;
}
.sort-dropdown .sort-dropdown-menu {
  background: #fff;
  position: absolute;
  left: -5px;
  width: 240px;
  font-size: 14px;
  color: #000;
  top: 30px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  display: none;
}
.sort-dropdown .sort-dropdown-menu.is-shown {
  display: block;
}
.sort-dropdown .sort-dropdown-menu .sort-dropdown-item {
  padding: 10px;
  border-top: 1px solid #f2f2f2;
  cursor: pointer;
}
.sort-dropdown .sort-dropdown-menu .sort-dropdown-item:first-child {
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.sort-dropdown .sort-dropdown-menu .sort-dropdown-item:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.sort-dropdown .sort-dropdown-menu .sort-dropdown-item:hover {
  background: #f96952;
  color: #fff;
}

.stacked-bar-chart .axis path,
.stacked-bar-chart .axis line {
  fill: none;
  stroke: #b2b2b2;
  shape-rendering: crispEdges;
}
.stacked-bar-chart .axis text {
  font-size: 12px;
  fill: #b2b2b2;
}
.stacked-bar-chart .bar {
  fill: #4682b4;
}
.stacked-bar-chart .x.axis path {
  display: none;
}

.status-popover {
  font-size: 16px;
  padding: 10px 15px;
}
.status-popover .sm-select,
.status-popover .sm-select-menu {
  width: 230px;
}
.status-popover .sm-select {
  margin-top: 10px;
  margin-bottom: 5px;
}
.status-popover .title {
  color: #888;
  text-align: center;
  font-size: 16px;
}
.status-popover .statuses {
  margin: 7px 0;
}
.status-popover .statuses.status-undo .status-circle.new,
.status-popover .statuses.status-undo .status-circle.confirmed,
.status-popover .statuses.status-undo .status-circle.preparing,
.status-popover .statuses.status-undo .status-circle.prepared,
.status-popover .statuses.status-undo .status-circle.delivery,
.status-popover .statuses.status-undo .status-circle.completed {
  background: #f99c90;
  -webkit-box-shadow: 0 0 0 1px #f64b4d;
  box-shadow: 0 0 0 1px #f64b4d;
}
.status-popover .statuses.status-undo .status-circle.new:after,
.status-popover .statuses.status-undo .status-circle.confirmed:after,
.status-popover .statuses.status-undo .status-circle.preparing:after,
.status-popover .statuses.status-undo .status-circle.prepared:after,
.status-popover .statuses.status-undo .status-circle.delivery:after,
.status-popover .statuses.status-undo .status-circle.completed:after {
  background: #f64b4d;
}
.status-popover .statuses.status-pending .status-circle.confirmed,
.status-popover .statuses.status-pending .status-circle.preparing,
.status-popover .statuses.status-pending .status-circle.prepared,
.status-popover .statuses.status-pending .status-circle.delivery,
.status-popover .statuses.status-pending .status-circle.completed {
  background: #f1f1f1;
}
.status-popover .statuses.status-confirm .status-circle.preparing,
.status-popover .statuses.status-confirm .status-circle.prepared,
.status-popover .statuses.status-confirm .status-circle.delivery,
.status-popover .statuses.status-confirm .status-circle.completed {
  background: #f1f1f1;
}
.status-popover .statuses.status-preparing .status-circle.prepared,
.status-popover .statuses.status-preparing .status-circle.delivery,
.status-popover .statuses.status-preparing .status-circle.completed {
  background: #f1f1f1;
}
.status-popover .statuses.status-prepared .status-circle.delivery,
.status-popover .statuses.status-prepared .status-circle.completed {
  background: #f1f1f1;
}
.status-popover .statuses.status-delivery .status-circle.completed {
  background: #f1f1f1;
}
.status-popover .statuses .status-circle {
  width: 14px;
  height: 14px;
  background: #f1f1f1;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #e7e7e7;
  box-shadow: 0 0 0 1px #e7e7e7;
  display: inline-block;
  margin-right: 17px;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  -ms-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}
.status-popover .statuses .status-circle:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 2px;
  background: #f1f1f1;
  position: absolute;
  left: 17px;
  top: 6px;
}
.status-popover .statuses .status-circle.new {
  background: #35ade8;
}
.status-popover .statuses .status-circle.confirmed {
  background: #a855a9;
}
.status-popover .statuses .status-circle.preparing {
  background: #e2544b;
}
.status-popover .statuses .status-circle.prepared {
  background: #f59500;
}
.status-popover .statuses .status-circle.delivery {
  background: #fbc400;
}
.status-popover .statuses .status-circle.completed {
  background: #2ecc71;
}
.status-popover .statuses .status-circle.canceled {
  background: #919191;
}
.status-popover .statuses .status-circle:last-child {
  margin-right: 0;
}
.status-popover .statuses .status-circle:last-child:after {
  display: none;
}
.status-popover .status-popover-content {
  color: #888;
  font-size: 12px;
  text-align: center;
}
.status-popover .button-block {
  width: 100%;
  margin-top: 5px;
}
.status-popover .button-block .sm-button {
  margin-top: 5px;
}

.tags-filter {
  margin-top: 5px;
}
.tags-filter .tags-filter-item {
  display: inline-block;
  font-size: 13px;
  background: rgba(0,0,0,0.1);
  color: #666;
  margin-right: 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  min-width: 50px;
  min-height: 18px;
}
.tags-filter .tags-filter-item.is-checked {
  color: #fff;
  background: #f96952;
}
.tags-filter .tags-filter-item.is-checked.is-edit input:focus {
  color: #666;
}
.tags-filter .tags-filter-item.is-edit input {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  display: block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.tags-filter .tags-filter-item.is-edit input:focus {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
}
.tags-filter .tags-filter-item.is-edit .name {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.tags-filter .tags-filter-item .name {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  padding: 2px 5px;
  display: inline-block;
  color: inherit;
  font-size: inherit;
}
.tags-filter .tags-filter-item .remove-button {
  display: none;
  position: absolute;
  cursor: pointer;
  color: #fff;
  background: #f96952;
  font-size: 8px;
  line-height: 19px;
  text-align: center;
  width: 18px;
  height: 18px;
  -webkit-transition: 0.15s color ease;
  -moz-transition: 0.15s color ease;
  -o-transition: 0.15s color ease;
  -ms-transition: 0.15s color ease;
  transition: 0.15s color ease;
  top: -10px;
  right: -10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}
.tags-filter .tags-filter-item .remove-button:before {
  content: "\f12a";
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  margin-left: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tags-filter .tags-filter-item.is-edit:hover .remove-button {
  display: inline-block;
}
.tags-filter .tags-filter-item input {
  background: none;
  padding: 0;
  border: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 19px;
  line-height: 19px;
  display: none;
  color: inherit;
  font-size: inherit;
}
.tags-filter .tags-filter-item input:focus {
  outline: 0;
}
.tags-filter .sm-button.link {
  padding: 0;
  background: none;
  color: #919191;
  font-size: 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.tags-filter .sm-button.link.is-editing {
  border-bottom: #919191 1px dashed;
}

.tariff-card {
  width: 180px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
  text-align: center;
  position: relative;
  border: 2px solid rgba(0,0,0,0);
}
.tariff-card.selected {
  border: 2px solid #f96952;
}
.tariff-card.disabled {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.tariff-card.disabled .select-button .sm-button {
  visibility: hidden;
}
.tariff-card:not(:last-child) {
  margin-right: 20px;
}
.tariff-card .tariff-name {
  height: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  font-size: 18px;
}
.tariff-card .tariff-price {
  height: 40px;
  line-height: 40px;
  background-color: #f96952;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-left: -2px;
  margin-right: -2px;
}
.tariff-card .feature-set {
  height: 190px;
}
.tariff-card .feature-set .feature {
  font-size: 14px;
  color: #7f7f7f;
  padding: 15px 15px;
  padding-bottom: 0px;
}
.tariff-card .select-button {
  padding: 20px 0px;
}

.theme-preview-component {
  width: 100%;
  height: 100%;
}
.theme-preview-component .iframe-loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: rgba(255,255,255,0.7);
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.theme-preview-component .iframe-loader.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.theme-preview-component iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.time-machine {
  position: relative;
}
.time-machine .controls {
  padding-bottom: 10px;
  text-align: center;
}
.time-machine .controls > .sm-button {
  margin: 0px 2px;
}
.time-machine .panel {
  width: 295px;
}
.time-machine .led {
  color: #61fd42;
  font-weight: 900;
  font-family: monospace;
  font-size: 22px;
  text-transform: uppercase;
  position: absolute;
  text-shadow: 0px 0px 10px #51ba76;
}
.time-machine .led.month {
  top: 17px;
  left: 16px;
}
.time-machine .led.day {
  top: 17px;
  left: 78px;
}
.time-machine .led.year {
  top: 17px;
  left: 128px;
}
.time-machine .led.hour {
  top: 17px;
  left: 209px;
}
.time-machine .led.minute {
  top: 17px;
  left: 255px;
}

.timetable-editor-component {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin: -1px 0px;
}
.timetable-editor-component .day-editor-component {
  display: table-row;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}
.timetable-editor-component .day-editor-component > .weekday {
  border-left: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  color: #b2b2b2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  width: 60px;
  position: relative;
}
.timetable-editor-component .day-editor-component > .weekday .weekday-label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 12px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 5px solid transparent;
}
.timetable-editor-component .day-editor-component > .weekday .weekday-label:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 5px;
  display: block;
  background: #dadada;
}
.timetable-editor-component .day-editor-component > .weekday input[type=checkbox] {
  display: none;
}
.timetable-editor-component .day-editor-component > .weekday input[type=checkbox]:checked + .weekday-label {
  color: #f96952;
  border-left: 5px solid #f96952;
}
.timetable-editor-component .day-editor-component > .weekday input[type=checkbox]:checked + .weekday-label:before {
  background: #f96952;
}
.timetable-editor-component .day-editor-component > .day-intervals {
  display: table-cell;
  border-left: 1px solid #dadada;
  padding-bottom: 5px;
}
.timetable-editor-component .day-editor-component .add-button-area {
  display: inline-block;
  margin-top: 5px;
  margin-left: 7px;
}
.timetable-editor-component .day-editor-component .cant-add-hint:after {
  white-space: normal;
  width: 260px;
}
.timetable-editor-component .day-editor-component .add-button {
  display: inline-block;
  padding: 4px 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background: #dadada;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}
.timetable-editor-component .day-editor-component .add-button.primary {
  background-color: #2ecc71;
}
.timetable-editor-component .day-editor-component .add-button.active {
  cursor: pointer;
}
.timetable-editor-component .day-editor-component .day-intervals {
  min-height: 32px;
  margin-bottom: 8px;
}
.timetable-editor-component .day-editor-component .day-intervals .not-working {
  line-height: 24px;
  margin-left: 20px;
  color: #f96952;
}
.timetable-editor-component .day-editor-component .day-interval {
  display: inline-block;
  padding: 3px 0px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dadada;
  margin-left: 7px;
  margin-top: 5px;
  position: relative;
}
.timetable-editor-component .day-editor-component .day-interval:hover .remove-button {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  display: inline-block;
}
.timetable-editor-component .day-editor-component .day-interval:hover .remove-button:before {
  content: "\f12a";
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.timetable-editor-component .day-editor-component .day-interval .remove-button {
  display: block;
  position: absolute;
  cursor: pointer;
  color: #919191;
  background: #dadada;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  width: 18px;
  height: 18px;
  -webkit-transition: 0.15s color ease;
  -moz-transition: 0.15s color ease;
  -o-transition: 0.15s color ease;
  -ms-transition: 0.15s color ease;
  transition: 0.15s color ease;
  top: -10px;
  right: -10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.timetable-editor-component .day-editor-component .day-interval .remove-button:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.timetable-editor-component .day-editor-component .day-interval .remove-button:not(.active) {
  display: none;
}
.timetable-editor-component .sm-time-picker .time-input.sm-text-field {
  padding: 0;
}
.timetable-editor-component .time-editor-component {
  display: inline-block;
  position: relative;
}
.timetable-editor-component .time-editor-component input {
  width: 40px;
  height: 18px;
  text-align: center;
  border: none;
  outline: none;
  background-color: transparent;
}
.timetable-editor-component .time-editor-component input:focus {
  color: #f96952;
}
.timetable-editor-component .time-editor-component .suggestion-list {
  position: absolute;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
  max-height: 200px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 3;
  top: 25px;
  left: -10px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.timetable-editor-component .time-editor-component .suggestion-list:not(.shown) {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
.timetable-editor-component .time-editor-component .suggestion-list.shown {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.timetable-editor-component .time-editor-component .suggestion-list .suggestion {
  padding: 4px 10px;
  cursor: pointer;
  color: #333;
}
.timetable-editor-component .time-editor-component .suggestion-list .suggestion.selected {
  background-color: #f96952;
  color: #fff;
}

.centered {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 13px;
}
.upload-image-component {
  height: 100%;
  width: 100%;
  position: relative;
}
.upload-image-component.ghost-mode {
  display: none;
}
.upload-image-component.circle-shape {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
.upload-image-component.circle-shape .dragdrop {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
.upload-image-component.circle-shape .dragdrop:before {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
.upload-image-component.square-shape {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.upload-image-component.square-shape .dragdrop {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.upload-image-component.square-shape .dragdrop:before {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.upload-image-component input.hidden-file-input {
  display: none;
}
.upload-image-component .dragdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 20px;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 1.2rem;
}
.upload-image-component .dragdrop:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #fff;
}
.upload-image-component .dragdrop:hover,
.upload-image-component .dragdrop.shown {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.upload-image-component .original-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 0;
}

.zone-templates-layer {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.93);
  overflow-y: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.zone-templates-layer .zone-type {
  width: 420px;
  margin: 0 auto;
}
.zone-templates-layer .zone-type .zone-type-select .sm-segment {
  border-color: #9a9a9a;
  color: #9a9a9a;
}
.zone-templates-layer .zone-type .zone-type-select .sm-segment.active {
  background-color: #9a9a9a;
  color: #fff;
}
.zone-templates-layer.shown {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  pointer-events: auto;
}
.zone-templates-layer .close-button {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.zone-templates-layer .close-button:before {
  content: '\f12a';
  display: block;
  position: absolute;
  font-family: 'Ionicons';
  font-size: 30px;
  color: #969696;
  top: 0;
  right: 0;
  padding: 15px 20px;
  cursor: pointer;
}
.zone-templates-layer .close-button:hover {
  opacity: 0.99;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
  filter: alpha(opacity=99);
}
.zone-templates-layer .header {
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  padding-top: 30px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
.zone-templates-layer .header .description {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #878787;
}
.zone-templates-layer .content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}
.zone-templates-layer .content.dine-in {
  text-align: center;
}
.zone-templates-layer .content.dine-in .note {
  max-width: 560px;
  margin: 40px auto;
  color: #4d4d4d;
  font-weight: 300;
}
.zone-templates-layer .content.takeaway {
  text-align: center;
}
.zone-templates-layer .content.takeaway .note {
  max-width: 560px;
  margin: 40px auto;
  color: #4d4d4d;
  font-weight: 300;
}
.zone-templates-layer .content.delivery {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.zone-templates-layer .content .draw-zone {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 300px;
  flex-basis: 300px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  padding: 80px;
  padding-top: 3px;
  padding-right: 60px;
}
.zone-templates-layer .content .draw-zone .header {
  text-align: center;
  font-size: 18px;
  padding-top: 20px;
}
.zone-templates-layer .content .draw-zone .description {
  margin-top: 40px;
  font-size: 14px;
  color: #878787;
  text-align: center;
}
.zone-templates-layer .content .draw-zone .sm-button {
  width: 160px;
  margin-top: 40px;
}
.zone-templates-layer .content .choose-zone {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 300px;
  flex-basis: 300px;
  padding-left: 60px;
  padding-top: 0px;
  padding-right: 80px;
  padding-bottom: 60px;
  border-left: 1px solid rgba(0,0,0,0.2);
}
.zone-templates-layer .content .choose-zone .header {
  text-align: center;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.zone-templates-layer .content .choose-zone .sm-text-field {
  height: 35px;
}
.zone-templates-layer .content .choose-zone .sm-text-field .placeholder {
  color: rgba(0,0,0,0.2);
}
.zone-templates-layer .content .choose-zone .list {
  margin-top: 20px;
  overflow: auto;
}
.zone-templates-layer .content .choose-zone .list .list-item {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 6px;
  min-height: 60px;
}
.zone-templates-layer .content .choose-zone .list .list-item:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.zone-templates-layer .content .choose-zone .list .list-item .name {
  padding-top: 10px;
  font-size: 14px;
}
.zone-templates-layer .content .choose-zone .list .list-item .description {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
}
.zone-templates-layer .content .choose-zone .list .list-item:hover {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: rgba(0,0,0,0.03);
}
.zone-templates-layer .content .choose-zone .list .nothing-found {
  margin-top: 14px;
  font-size: 14px;
  color: #878787;
  text-align: center;
}

.courier-apps {
  width: 100%;
  text-align: center;
  padding: 40px 10px;
}
.courier-apps .sm-button {
  margin-top: 40px;
}
.courier-apps .sm-button.app {
  margin-right: 5px;
}
.courier-apps .mascot {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  width: 150px;
}
.courier-apps .back-to-orders {
  font-size: 12px;
  margin-top: 10px;
}
.courier-apps .apologies {
  font-size: 16px;
  font-weight: 100;
  color: #5c5c5c;
  padding: 10px 0px;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.4;
}
.courier-apps h1 {
  padding-top: 15px;
  font-size: 32px;
  font-weight: 100;
  color: #7f7f7f;
}
.courier-avatar,
.avatar-container {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 3px solid #f00;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 1px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-height: 35px;
  min-width: 35px;
}
.courier-avatar:hover,
.avatar-container:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.courier-avatar .avatar-container,
.avatar-container .avatar-container {
  padding: 1px;
  background: #f00;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  width: 35px;
  height: 35px;
  border: none;
}
.courier-avatar img,
.avatar-container img {
  display: block;
  position: absolute;
  height: 35px;
  width: 35px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.courier-avatar.delivering,
.avatar-container.delivering {
  border-color: #e2544b;
}
.courier-avatar.delivering .avatar-container,
.avatar-container.delivering .avatar-container {
  background: #e2544b;
}
.courier-avatar.free,
.avatar-container.free {
  border-color: #2ecc71;
}
.courier-avatar.free .avatar-container,
.avatar-container.free .avatar-container {
  background: #2ecc71;
}
.courier-avatar.picking_up_order,
.avatar-container.picking_up_order {
  border-color: #fbc400;
}
.courier-avatar.picking_up_order .avatar-container,
.avatar-container.picking_up_order .avatar-container {
  background: #fbc400;
}
.courier-avatar.offline,
.avatar-container.offline {
  filter: grayscale(0.6);
  border-color: #b2b2b2;
}
.courier-avatar.offline .avatar-container,
.avatar-container.offline .avatar-container {
  background: #b2b2b2;
}
.courier-avatar.offline:hover,
.avatar-container.offline:hover {
  filter: none;
}

.sidebar.dashboard-sidebar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.master-setup {
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  overflow-y: auto;
  padding: 20px;
}
.master-setup > .done-icon {
  margin: 0 auto;
  width: 64px;
  height: 24px;
  border-bottom: 4px solid #2ecc71;
  border-left: 4px solid #2ecc71;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: 60px;
  margin-top: 100px;
}
.master-setup > .done-title {
  font-size: 24px;
  color: #333;
  font-weight: 100;
  text-align: center;
  margin-bottom: 50px;
}
.master-setup > .done-caption {
  font-size: 18px;
  color: #7f7f7f;
  font-weight: 100;
  text-align: center;
  line-height: 1.4;
}
.master-setup > .header {
  font-size: 24px;
  color: #f96952;
  font-weight: 100;
  text-align: center;
}
.master-setup > .progress {
  text-transform: uppercase;
  color: #b2b2b2;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.master-setup > .check-list {
  margin-top: 30px;
}
.master-setup .check-list-item {
  padding-left: 30px;
  font-weight: 100;
  margin-bottom: 18px;
  position: relative;
  font-size: 16px;
}
.master-setup .check-list-item:not(.check) {
  cursor: pointer;
}
.master-setup .check-list-item.check {
  pointer-events: none;
  text-decoration: line-through;
  color: #b2b2b2;
}
.master-setup .check-list-item.check:before {
  content: '';
  width: 14px;
  height: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #2ecc71;
  border-left: 2px solid #2ecc71;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 2px;
  top: 2px;
}
.sidebar.dashboard-sidebar > .sidebar-footer {
  display: block;
  height: auto;
  padding: 15px 20px;
  border-top: 1px solid #dadada;
  background: #f2f2f2;
}
.sidebar.dashboard-sidebar > .sidebar-footer > .section-label {
  margin-bottom: 15px;
}
.sidebar.dashboard-sidebar > .sidebar-footer > .v-wrap > .image {
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  margin-left: 5px;
}
.sidebar.dashboard-sidebar > .sidebar-footer > .v-wrap > .text {
  display: inline-block;
  vertical-align: middle;
}
.sidebar.dashboard-sidebar > .sidebar-footer > .v-wrap > .text .name {
  font-size: 18px;
  font-weight: 100;
  color: #333;
}
.sidebar.dashboard-sidebar > .sidebar-footer > .v-wrap > .text .phone {
  color: #b2b2b2;
  font-size: 14px;
  margin-top: 3px;
}
.sidebar.dashboard-sidebar > .sidebar-footer > .sm-button {
  margin-top: 15px;
}

.sidebar-layout .main-content.dashboard-main-content {
  position: relative;
}
.sidebar-layout .main-content.dashboard-main-content .data-layer,
.sidebar-layout .main-content.dashboard-main-content .zero-data-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sidebar-layout .main-content.dashboard-main-content .zero-data-layer {
  z-index: 20;
}
.sidebar-layout .main-content.dashboard-main-content .data-layer {
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.sidebar-layout .main-content.dashboard-main-content .data-layer > .switch-scale-header {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0;
  -ms-flex: 0 0;
  flex: 0 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.sidebar-layout .main-content.dashboard-main-content .data-layer > .dashboard-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  overflow: auto;
  min-width: 850px;
}
.sidebar-layout .main-content.dashboard-main-content .data-layer.blured {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.sidebar-layout .main-content.dashboard-main-content .block-header {
  font-size: 20px;
  color: #333;
}
.dashboard-zero-data {
  text-align: center;
  position: fixed;
  z-index: 1;
  left: 301px;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background: rgba(255,255,255,0.4);
}
.dashboard-zero-data .zero-data-overlay {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.dashboard-zero-data .zero-data-overlay > .zero-data-icon:before {
  content: '\e4ee';
  font-family: 'Streamline';
  font-size: 48px;
  color: #333;
}
.dashboard-zero-data .zero-data-overlay > .title {
  font-size: 36px;
  font-weight: 100;
  margin-top: 20px;
  color: #333;
}
.dashboard-zero-data .zero-data-overlay > .text {
  font-size: 18px;
  font-weight: 100;
  width: 600px;
  margin: 0 auto;
  margin-top: 30px;
  color: #7f7f7f;
  line-height: 1.46;
}
.dashboard-zero-data > .disclaimer {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #7f7f7f;
  font-size: 14px;
}
.switch-scale-header {
  text-align: left;
  background: #fdfdfd;
  border-bottom: 1px solid #dadada;
  margin-left: 40px;
}
.switch-scale-header > .sm-loader {
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.switch-scale-header > .sm-segmented {
  display: inline-block;
  width: auto;
}
.switch-scale-header > .sm-segmented > .sm-segment {
  width: auto;
  padding: 16px 15px 12px 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: normal;
  border: none;
  background: none;
}
.switch-scale-header > .sm-segmented > .sm-segment.active {
  border-bottom: 2px solid #f96952;
  background: none;
  color: #f96952;
}
.switch-scale-header > .restaurants-filter {
  position: absolute;
  right: 32px;
  top: 1px;
}
.switch-scale-header > .restaurants-filter .sm-select-value {
  min-width: 300px;
}
.switch-scale-header > .restaurants-filter.is-open .sm-select-menu {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.general-analitics-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background: #fafafa;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.general-analitics-block .audience {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 180px;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  padding-right: 30px;
}
.general-analitics-block .rfm-block {
  text-align: center;
  width: 190px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.general-analitics-block .rfm-block .value {
  font-size: 48px;
  font-weight: 100;
  color: #f96952;
}
.general-analitics-block .rfm-block .value > .currency {
  font-size: 38px;
  margin-left: 5px;
}
.general-analitics-block .rfm-block .caption {
  font-size: 14px;
}
.general-analitics-block .rfm-block .caption > span {
  color: #f96952;
}
.general-analitics-block .customers-groups-chart {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding: 0 40px;
  text-align: center;
  font-size: 14px;
}
.general-analitics-block .customers-groups-chart > .caption {
  padding-top: 10px;
}
.general-analitics-block .rfm-block + .customers-groups-chart {
  padding-top: 47px;
}
.orders-dynamics {
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding: 25px 40px;
  padding-right: 30px;
  overflow: visible;
}
.orders-dynamics > .orders-dynamics-graph {
  height: 260px;
  width: 100%;
  overflow: visible;
}
.orders-dynamics > .orders-dynamics-graph > svg {
  overflow: visible;
}
.orders-dynamics > .orders-dynamics-graph .highlight-bar {
  stroke: #f96952;
  pointer-events: none;
  stroke-width: 1;
  stroke-dasharray: 4;
  stroke-dashoffset: 2;
}
.orders-dynamics > .orders-dynamics-graph .tooltip {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 8px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  pointer-events: none;
  background-color: #f96952;
}
.orders-dynamics > .orders-dynamics-graph .tooltip:after {
  content: '';
  display: block;
  border-top: 5px solid #f96952;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.orders-dynamics > .orders-dynamics-graph .grid-line {
  stroke: #dadada;
}
.orders-dynamics > .orders-dynamics-graph .graph-line {
  stroke-width: 2px;
  fill: none;
}
.orders-dynamics > .orders-dynamics-graph .graph-line.average-check {
  stroke: #fbc400;
}
.orders-dynamics > .orders-dynamics-graph .graph-line.orders-count {
  stroke: #57c9c1;
}
.orders-dynamics > .orders-dynamics-graph .graph-line.revenue {
  stroke: #e2544b;
}
.orders-dynamics > .orders-dynamics-graph g.circle.average-check {
  fill: #fbc400;
}
.orders-dynamics > .orders-dynamics-graph g.circle.orders-count {
  fill: #57c9c1;
}
.orders-dynamics > .orders-dynamics-graph g.circle.revenue {
  fill: #e2544b;
}
.orders-dynamics > .summary {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-top: 20px;
}
.orders-dynamics > .summary > .total {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  text-align: center;
  position: relative;
}
.orders-dynamics > .summary > .total.orders-count > .label {
  color: #57c9c1;
  white-space: nowrap;
}
.orders-dynamics > .summary > .total.revenue > .label {
  color: #e2544b;
  white-space: nowrap;
}
.orders-dynamics > .summary > .total.average-check > .label {
  color: #fbc400;
  white-space: nowrap;
}
.orders-dynamics > .summary > .total:after {
  content: '';
  position: absolute;
  background: #ededed;
  width: 1px;
  height: 30px;
  right: 0px;
  top: 50%;
  margin-top: -15px;
}
.orders-dynamics > .summary > .total:last-child:after {
  display: none;
}
.orders-dynamics > .summary > .total .label {
  font-size: 40px;
  font-weight: 100;
}
.orders-dynamics > .summary > .total .currency {
  font-size: 30px;
  display: inline-block;
  margin-left: 6px;
}
.orders-dynamics > .summary > .total .caption {
  font-weight: 100;
}
.peak-load-block {
  display: block;
  position: relative;
  padding: 25px 0px;
}
.peak-load-block .block-header {
  margin-left: 40px;
}
.peak-load-block > .peakload-barchart {
  height: 280px;
  width: 100%;
}
.peak-load-block > .sm-segmented {
  display: inline-block;
  width: auto;
  position: absolute;
  right: 40px;
  top: 25px;
  background: transparent;
}
.peak-load-block > .sm-segmented > .sm-segment {
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 10px;
  white-space: nowrap;
  font-weight: 400;
  width: auto;
  border: 1px solid transparent;
  color: #000;
}
.peak-load-block > .sm-segmented > .sm-segment.active {
  background: none;
  color: #000;
  border: 1px solid #ededed;
}
.basket-analytics-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.basket-analytics-block .basket-geography,
.basket-analytics-block .popular-dishes {
  margin-left: 20px;
  margin-right: 20px;
}
.basket-analytics-block .basket-geography .block-header,
.basket-analytics-block .popular-dishes .block-header {
  padding-left: 15px;
  border-top: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  padding-top: 15px;
}
.basket-analytics-block .basket-geography {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -o-box-flex: 4;
  box-flex: 4;
  -webkit-flex: 4 1;
  -ms-flex: 4 1;
  flex: 4 1;
}
.basket-analytics-block .popular-dishes {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2 1;
  -ms-flex: 2 1;
  flex: 2 1;
}
.basket-analytics-block .popular-dishes .stat-loading {
  text-align: center;
  font-size: 16px;
  color: #919191;
  font-weight: 100;
  margin-top: 25px;
}
.basket-analytics-block .heatmap-chart {
  height: 400px;
}
.basket-analytics-block table.popular-dishes-table {
  font-size: 14px;
  color: #333;
}
.basket-analytics-block table.popular-dishes-table tr:nth-child(2n) td {
  background-color: #f7f7f7;
}
.basket-analytics-block table.popular-dishes-table tr td {
  padding: 10px 15px;
}
.basket-analytics-block table.popular-dishes-table td.total-sum {
  white-space: nowrap;
}
.basket-analytics-block table.popular-dishes-table td.total-amount {
  white-space: nowrap;
}

.carriers .carriers-header {
  width: 640px;
  margin: 0 auto;
  margin-bottom: 63px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #f2f2f2;
}
.carriers .carriers-header h1 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 100;
  color: #333;
}
.carriers .carriers-header p {
  font-size: 14px;
  color: #919191;
}
.carriers .carriers-list {
  width: 580px;
  margin: 0 auto;
}

.carrier-modal .modal-dialog.modal-open {
  width: 600px;
}
.carrier-modal .modal-body {
  padding: 30px;
}
.carrier-modal .carrier-modal-header {
  margin-bottom: 36px;
  zoom: 1;
}
.carrier-modal .carrier-modal-header:before,
.carrier-modal .carrier-modal-header:after {
  content: "";
  display: table;
}
.carrier-modal .carrier-modal-header:after {
  clear: both;
}
.carrier-modal .carrier-modal-header > div {
  float: left;
}
.carrier-modal .carrier-modal-header > .carrier-logo {
  width: 30%;
}
.carrier-modal .carrier-modal-header > .carrier-logo img {
  width: 120px;
  height: auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
.carrier-modal .carrier-modal-header > .carrier-info {
  width: 70%;
}
.carrier-modal .carrier-modal-header > .carrier-info .carrier-ratings {
  zoom: 1;
}
.carrier-modal .carrier-modal-header > .carrier-info .carrier-ratings:before,
.carrier-modal .carrier-modal-header > .carrier-info .carrier-ratings:after {
  content: "";
  display: table;
}
.carrier-modal .carrier-modal-header > .carrier-info .carrier-ratings:after {
  clear: both;
}
.carrier-modal .carrier-modal-header > .carrier-info .carrier-ratings .carrier-rating {
  float: left;
  width: 60px;
  margin-right: 30px;
  font-size: 12px;
  color: identity;
}
.carrier-modal .carrier-modal-header > .carrier-info .carrier-ratings .carrier-rating .sm-progress {
  height: 2px;
  margin-top: 4px;
}
.carrier-modal h1 {
  font-size: 24px;
  margin-top: 9px;
  margin-bottom: 12px;
}
.carrier-modal h2 {
  font-size: 21.6px;
  margin-bottom: 10.8px;
}
.carrier-modal h3 {
  font-size: 19.200000000000003px;
  margin-bottom: 9.600000000000001px;
}
.carrier-modal h4 {
  font-size: 16.799999999999997px;
  margin-bottom: 8.399999999999999px;
}
.carrier-modal h5 {
  font-size: 14.399999999999999px;
  margin-bottom: 7.199999999999999px;
}
.carrier-modal p {
  margin-bottom: 12px;
}
.carrier-modal img {
  max-width: 100%;
  height: auto;
}

.couriers-sidebar-title {
  text-align: center;
  padding: 0 20px;
  margin: 20px 0px 30px 0;
  font-size: 18px;
  color: #f96952;
}

.sidebar-layout > .main-content .delivery-map-component {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.sidebar-layout > .main-content .delivery-map-component > #delivery-map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.zone-edit-popup {
  position: absolute;
  top: 50px;
  right: 12px;
  width: 400px;
  background-color: #f2f2f2;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s, height 0.15s;
  -moz-transition: opacity 0.15s, -moz-transform 0.15s, height 0.15s;
  -o-transition: opacity 0.15s, -o-transform 0.15s, height 0.15s;
  -ms-transition: opacity 0.15s, -ms-transform 0.15s, height 0.15s;
  transition: opacity 0.15s, transform 0.15s, height 0.15s;
}
.zone-edit-popup.popup-hidden {
  -webkit-transform: scale(0.2, 0.2);
  -moz-transform: scale(0.2, 0.2);
  -o-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.zone-edit-popup h2.section-header {
  font-size: 18px;
  font-weight: 300;
  padding: 14px 10px 14px 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
}
.zone-edit-popup h3.section-sub-header {
  font-size: 16px;
  font-weight: 300;
  padding: 14px 10px 14px 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
}
.zone-edit-popup .question-mark {
  margin-left: 3px;
  display: inline-block;
  font-family: 'Streamline';
  font-size: 15px;
  color: #919191;
font-weight
  vertical-align: middle;
  cursor: pointer;
}
.zone-edit-popup .question-mark:before {
  content: '\e2da';
}
.zone-edit-popup .sm-popover-target {
  display: block;
  height: 17px;
}
.zone-edit-popup .sm-popover > .sm-popover-overlay > .sm-popover-body,
.zone-edit-popup .sm-popover > .sm-popover-overlay > .sm-popover-body.sm-popover-medium {
  width: 600px;
}
.zone-edit-popup .sm-popover-body {
  font-size: 14px;
  padding: 10px;
}
.zone-edit-popup .sm-popover-body p {
  margin-bottom: 10px;
}
.zone-edit-popup .sm-popover-body p:last-child {
  margin: 0;
}
.zone-edit-popup .sm-popover-body ol {
  margin-bottom: 10px;
  list-style-type: decimal;
  list-style-position: inside;
}
.zone-edit-popup .sm-segmented .sm-segment + .sm-segment.active {
  border-left: 1px solid #dadada;
}
.zone-edit-popup .sm-segmented .sm-segment.active + .sm-segment {
  border-left: 1px solid #dadada;
}
.zone-edit-popup .sm-segmented .sm-segment {
  background: #ededed;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #dadada;
  font-size: 12px;
  padding: 14px;
}
.zone-edit-popup .sm-segmented .sm-segment:first-child {
  border-top-left-radius: 8px;
}
.zone-edit-popup .sm-segmented .sm-segment:last-child {
  border-top-right-radius: 8px;
}
.zone-edit-popup .sm-segmented .sm-segment:hover {
  text-decoration: none;
}
.zone-edit-popup .sm-segmented .sm-segment.active {
  background: #f2f2f2;
  color: #f96952;
  border-bottom: transparent;
}
.zone-edit-popup .popup-body {
  padding: 0 15px 20px;
  zoom: 1;
}
.zone-edit-popup .popup-body:before,
.zone-edit-popup .popup-body:after {
  content: "";
  display: table;
}
.zone-edit-popup .popup-body:after {
  clear: both;
}
.zone-edit-popup .validation-warning {
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  color: #f96952;
  font-size: 11px;
}
.zone-edit-popup .control-row {
  margin-top: 25px;
  zoom: 1;
}
.zone-edit-popup .control-row:before,
.zone-edit-popup .control-row:after {
  content: "";
  display: table;
}
.zone-edit-popup .control-row:after {
  clear: both;
}
.zone-edit-popup .control-row.outsource {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 20px;
}
.zone-edit-popup .control-row.outsource .form-group:nth-child(4) {
  margin-top: 10px;
}
.zone-edit-popup .form-group + .form-group {
  margin-top: 12px;
}
.zone-edit-popup .control-row + .form-group {
  margin-top: 12px;
}
.zone-edit-popup .form-group.half-size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31%;
  float: left;
  margin-top: 0;
}
.zone-edit-popup .form-group.half-size .sm-popover:has(.image-preview) .sm-popover-body {
  width: fit-content;
}
.zone-edit-popup .form-group.half-size .image-preview {
  width: 114px;
  height: 31px;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dadada;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.zone-edit-popup .form-group.half-size .image-preview.loading {
  background: center/contain no-repeat url("../images/tiny-loader.gif") false;
  -webkit-background-size: 80% !important;
  -moz-background-size: 80% !important;
  background-size: 80% !important;
}
.zone-edit-popup .form-group.half-size:nth-child(2),
.zone-edit-popup .form-group.half-size:nth-child(3) {
  margin-left: 3.5%;
}
.zone-edit-popup .control-label {
  font-size: 12px;
}
.zone-edit-popup .form-group .control-label {
  text-indent: 0;
  padding-left: 5px;
}
.zone-edit-popup .popup-body .sm-button {
  margin-top: 15px;
}
.zone-edit-popup .sm-select {
  margin-top: 2px;
}
.zone-edit-popup .sm-select .sm-select-value {
  min-height: 33px;
  padding: 7px 8px;
}
.zone-edit-popup .popup-button-block {
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #dadada;
  zoom: 1;
}
.zone-edit-popup .popup-button-block:before,
.zone-edit-popup .popup-button-block:after {
  content: "";
  display: table;
}
.zone-edit-popup .popup-button-block:after {
  clear: both;
}
.zone-edit-popup .popup-button-block > button {
  float: right;
  width: 47%;
}
.zone-edit-popup .popup-button-block button + button {
  margin-right: 6%;
}

.dish-groups-create-page .main-content,
.dish-groups-dish-group-edit-page .main-content {
  height: 100%;
}
.dish-groups-create-page .plain-form-section,
.dish-groups-dish-group-edit-page .plain-form-section {
  display: flex;
}
.dish-groups-create-page .plain-form-section .group-dish-card,
.dish-groups-dish-group-edit-page .plain-form-section .group-dish-card {
  display: flex;
  border-radius: 15px;
  padding: 12px;
  gap: 12px;
  border: 1px solid rgba(24,24,24,0.15);
  flex: 1 1 50%;
  max-width: 300px;
  text-align: left;
}
.dish-groups-create-page .plain-form-section .group-dish-card .actions,
.dish-groups-dish-group-edit-page .plain-form-section .group-dish-card .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dish-groups-create-page .plain-form-section .group-dish-card .remove-button:before,
.dish-groups-dish-group-edit-page .plain-form-section .group-dish-card .remove-button:before {
  content: 'b';
  font-family: 'Streamline';
  font-size: 12px;
  margin-right: 3px;
}
.dish-groups-create-page .plain-form-section .group-dish-card img,
.dish-groups-dish-group-edit-page .plain-form-section .group-dish-card img {
  display: block;
  border-radius: 12px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.dish-groups-create-page .plain-form-section .group-dish-card .title,
.dish-groups-dish-group-edit-page .plain-form-section .group-dish-card .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.dish-groups-create-page .plain-form-section .group-dish-card .weight,
.dish-groups-dish-group-edit-page .plain-form-section .group-dish-card .weight {
  color: rgba(24,24,24,0.5);
}
.dish-groups-create-page .plain-form-section .group-dish-card .info,
.dish-groups-dish-group-edit-page .plain-form-section .group-dish-card .info {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.dish-groups-create-page .plain-form-section .group-dish-card .info .promo,
.dish-groups-dish-group-edit-page .plain-form-section .group-dish-card .info .promo {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 9px;
}
.dish-groups-create-page .plain-form-section .group-dish-card .description,
.dish-groups-dish-group-edit-page .plain-form-section .group-dish-card .description {
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 6px;
  margin-bottom: 9px;
  font-size: 12px;
}
.dish-groups-create-page .plain-form-section .group-dish-card .content,
.dish-groups-dish-group-edit-page .plain-form-section .group-dish-card .content {
  display: flex;
  flex-grow: 1;
}
.dish-groups-create-page .plain-form-section .group-dish-card .content .bottom,
.dish-groups-dish-group-edit-page .plain-form-section .group-dish-card .content .bottom,
.dish-groups-create-page .plain-form-section .group-dish-card .content .info,
.dish-groups-dish-group-edit-page .plain-form-section .group-dish-card .content .info,
.dish-groups-create-page .plain-form-section .group-dish-card .content .wrapper,
.dish-groups-dish-group-edit-page .plain-form-section .group-dish-card .content .wrapper {
  width: 100%;
}
.dish-groups-create-page .plain-form-section:has(.group-dish-card),
.dish-groups-dish-group-edit-page .plain-form-section:has(.group-dish-card) {
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.dish-groups-dish-group-edit-page .main-content,
.static-pages-static-page-edit-page .main-content {
  height: 100%;
}

.error-hapenned {
  width: 100%;
  text-align: center;
  padding: 40px 10px;
}
.error-hapenned .sm-button {
  margin-top: 40px;
}
.error-hapenned .sad-mascot {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.error-hapenned .back-to-orders {
  font-size: 12px;
  margin-top: 10px;
}
.error-hapenned .refresh {
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
}
.error-hapenned .apologies {
  font-size: 16px;
  font-weight: 100;
  color: #5c5c5c;
  padding: 10px 0px;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.4;
}
.error-hapenned h1 {
  padding-top: 15px;
  font-size: 32px;
  font-weight: 100;
  color: #7f7f7f;
}

/*
Flex Grid Framework
Platform: Stylus
Original repository:
https://github.com/afonsopacifer/flex-grid-framework
Website:
http://flexgridframework.com/
Author:
Afonso Pacifer (afonsopacifer.com)
Version: 1.1.1
Licence:
MIT - https://github.com/afonsopacifer/flex-grid-framework/blob/master/licence.md
* /

/* Configs
------------------------------------------------*/
/* Row
------------------------------------------------*/
/* Columns
------------------------------------------------*/
/* Offset
------------------------------------------------*/
/* Flex Container
------------------------------------------------*/
/* Flex Itens
------------------------------------------------*/

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  margin-right: 0;
  margin-left: 0;
}
.row {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.col-1 {
  box-sizing: border-box;
  width: 8.33333%;
}
.col-2 {
  box-sizing: border-box;
  width: 16.66666%;
}
.col-3 {
  box-sizing: border-box;
  width: 24.99999%;
}
.col-4 {
  box-sizing: border-box;
  width: 33.33332%;
}
.col-5 {
  box-sizing: border-box;
  width: 41.666650000000004%;
}
.col-6 {
  box-sizing: border-box;
  width: 49.99998%;
}
.col-7 {
  box-sizing: border-box;
  width: 58.33331%;
}
.col-8 {
  box-sizing: border-box;
  width: 66.66664%;
}
.col-9 {
  box-sizing: border-box;
  width: 74.99997%;
}
.col-10 {
  box-sizing: border-box;
  width: 83.33330000000001%;
}
.col-11 {
  box-sizing: border-box;
  width: 91.66663%;
}
.col-12 {
  box-sizing: border-box;
  width: 99.99996%;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.margin-10 {
  margin-bottom: 10px;
}
.margin-15 {
  margin-bottom: 15px;
}
.margin-20 {
  margin-bottom: 20px;
}
.margin-25 {
  margin-bottom: 25px;
}

.accordion-list .accordion-item:first-child {
  border-top: 1px solid #dadada;
}
.accordion-list .top-item {
  text-transform: uppercase;
  color: #333;
  padding: 15px 20px;
  border-bottom: 1px solid #dadada;
  font-size: 14px;
  background-color: #f2f2f2;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion-list .top-item .small {
  font-size: 12px;
  color: #919191;
  text-transform: none;
  margin-bottom: 3px;
}
.accordion-list .top-item:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #919191;
  border-bottom: 2px solid #919191;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordion-list .top-item.is-selected:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion-list .top-item {
  -webkit-box-shadow: inset 0px 0px 3px #fff;
  box-shadow: inset 0px 0px 3px #fff;
}
.accordion-list .top-item.is-selected {
  -webkit-box-shadow: inset 0px 0px 3px #fff, 0px 1px 4px 0px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 3px #fff, 0px 1px 4px 0px rgba(0,0,0,0.1);
}
.accordion-list .sub-item {
  font-weight: 300;
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #dadada;
  border-top: none;
  background: #ededed;
  color: #7f7f7f;
}
.accordion-list .sub-item.active {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.accordion-list .sub-item.active+a {
  border-top-color: rgba(0,0,0,0);
}
.accordion-list .add-element {
  font-size: 14px;
  display: block;
  padding: 15px 20px;
  color: #000;
  text-decoration: none;
  color: #919191;
  cursor: pointer;
  background: #ededed;
  text-align: center;
  color: #f96952;
  border-bottom: 1px solid #dadada;
}

.sm-text-field {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dadada;
  padding: 7px 8px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}
.sm-text-field.full-width {
  width: 100%;
}
.sm-text-field.short {
  width: 50px;
}
.sm-text-field.large,
.form-group-horizontal .control-label.large {
  font-size: 16px;
  padding: 10px;
}
.sm-text-field:focus,
.sm-text-field:active {
  outline: none;
  border: 1px solid #f96952;
}
.sm-text-field {
  background-color: #fff;
}
.sm-text-field[disabled] {
  background: #fafafa;
  color: #595959;
}
.form-group {
  zoom: 1;
}
.form-group:before,
.form-group:after {
  content: "";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group .control-label {
  text-indent: 5px;
  color: #b2b2b2;
  margin-bottom: 3px;
}
.form-group .control-label.emoji {
  font-size: 40px;
}
.form-group + .form-group {
  margin-top: 20px;
}
.form-group-horizontal {
  zoom: 1;
}
.form-group-horizontal:before,
.form-group-horizontal:after {
  content: "";
  display: table;
}
.form-group-horizontal:after {
  clear: both;
}
.form-group-horizontal.disabled {
  pointer-events: none;
}
.form-group-horizontal.disabled .control-label,
.form-group-horizontal.disabled .form-control input {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.form-group-horizontal.disabled .hint {
  font-size: 14px;
  margin-left: 15px;
  font-weight: 600;
  color: #e2544b;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.form-group-horizontal.no-label {
  padding-left: 28%;
}
.form-group-horizontal .control-label {
  text-align: right;
  padding: 10px 10px 0 5px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 28%;
  font-size: 13px;
  color: #b2b2b2;
  font-weight: normal;
  float: left;
}
.form-group-horizontal .control-label.emoji {
  font-size: 40px;
  padding-right: 20px;
  padding-top: 3px;
}
.form-group-horizontal .control-label.large {
  margin-top: 12px;
}
.form-group-horizontal .form-control {
  display: inline-block;
  padding: 10px 10px 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 72%;
  float: left;
  position: relative;
}
.form-group-horizontal .form-control .sm-text-field + .sm-text-field {
  margin-top: 8px;
}
.form-group-horizontal .form-control .plain-text {
  margin-top: 8px;
}
.form-group-horizontal .form-control .control {
  display: block;
}
.form-group-horizontal .form-control .control .sm-checkbox .label {
  margin-top: 10px;
}
.form-group-horizontal .form-control .control .sm-button {
  margin-top: 3px;
}
.form-group-horizontal .form-control .caption {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(0,0,0,0.5);
}
.form-group-horizontal .form-control .caption.top {
  margin-top: 0;
  margin-bottom: 20px;
}
.form-group-horizontal .form-control .caption.error {
  color: #f96952;
}
.form-group-vertical {
  zoom: 1;
}
.form-group-vertical:before,
.form-group-vertical:after {
  content: "";
  display: table;
}
.form-group-vertical:after {
  clear: both;
}
.form-group-vertical .control-label {
  margin-bottom: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #b2b2b2;
  font-weight: normal;
  float: left;
}
.form-group-vertical .form-control {
  margin-bottom: 15px;
}

.top-level-warning {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 0px;
  -ms-flex: 0 0 0px;
  flex: 0 0 0px;
  background-color: #ffe713;
  text-align: center;
  color: rgba(0,0,0,0.7);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0px;
  position: relative;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top-level-warning .warn-icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.top-level-warning.is-visible {
  height: auto;
  -webkit-flex-basis: 38px;
  flex-basis: 38px;
  padding-top: 4px;
  -webkit-transition: all 0.4s ease 1s;
  -moz-transition: all 0.4s ease 1s;
  -o-transition: all 0.4s ease 1s;
  -ms-transition: all 0.4s ease 1s;
  transition: all 0.4s ease 1s;
}
.top-level-warning.is-visible .warn-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.top-level-warning .warn-icon {
  padding-right: 9px;
  position: relative;
  top: 2px;
}
.top-level-warning .warn-icon:before {
  content: '\f100';
  font-family: 'Ionicons';
  font-size: 22px;
}
header.navigation-bar {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  background-color: #f96952;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header.navigation-bar > .logo {
  padding: 0 30px 0 40px;
}
header.navigation-bar > .navigation {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  white-space: nowrap;
  margin-right: 30px;
}
header.navigation-bar > .navigation > .link-container a,
header.navigation-bar > .navigation > a {
  margin-left: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 9px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header.navigation-bar > .navigation > .link-container a.active,
header.navigation-bar > .navigation > a.active,
header.navigation-bar > .navigation > .link-container a.ember-transitioning-in,
header.navigation-bar > .navigation > a.ember-transitioning-in {
  color: #fff;
  text-shadow: 0 0 #fff;
}
header.navigation-bar > .navigation > .link-container a,
header.navigation-bar > .navigation > a,
header.navigation-bar > .navigation > .link-container a.ember-transitioning-out,
header.navigation-bar > .navigation > a.ember-transitioning-out {
  color: rgba(255,255,255,0.8);
  text-shadow: 0 0 rgba(255,255,255,0);
}
header.navigation-bar > .navigation .link-container {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  position: relative;
}
header.navigation-bar > .navigation .link-container .unread-count {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -5px;
  background: #fff;
  padding: 3px 6px;
  min-width: 12px;
  height: 12px;
  max-width: 24px;
  width: fit-content;
  font-size: 12px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #333;
  -webkit-box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 1px 3px 1px;
  box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 1px 3px 1px;
}
header.navigation-bar .language-selection {
  width: 60px;
  margin-right: 20px;
}
header.navigation-bar .language-selection .sm-select > .sm-select-value {
  background: none;
  border: none;
  color: #fff;
  font-weight: 100;
  font-size: 15px;
  text-align: right;
  padding-right: 27px;
}
header.navigation-bar .language-selection .sm-select > .sm-select-value:after {
  border-color: #fff;
  -webkit-transform: rotate(-45deg) translateY(2px);
  -moz-transform: rotate(-45deg) translateY(2px);
  -o-transform: rotate(-45deg) translateY(2px);
  -ms-transform: rotate(-45deg) translateY(2px);
  transform: rotate(-45deg) translateY(2px);
}
header.navigation-bar .language-selection .sm-select.is-open > .sm-select-value:after {
  -webkit-transform: rotate(135deg) translate(2px, -3px);
  -moz-transform: rotate(135deg) translate(2px, -3px);
  -o-transform: rotate(135deg) translate(2px, -3px);
  -ms-transform: rotate(135deg) translate(2px, -3px);
  transform: rotate(135deg) translate(2px, -3px);
}
header.navigation-bar > .sip-bar {
  margin-right: 50px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
header.navigation-bar .user-menu {
  margin-right: 40px;
}
header.navigation-bar .user-menu > .sm-popover-target {
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header.navigation-bar .user-menu > .sm-popover-target .v-wrap {
  height: 60px;
  white-space: nowrap;
}
header.navigation-bar .user-menu > .sm-popover-target img.user-avatar {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
}
header.navigation-bar .user-menu > .sm-popover-target .user-info {
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
}
header.navigation-bar .user-menu > .sm-popover-target .user-info .user-name {
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 250px;
  position: relative;
  white-space: nowrap;
}
header.navigation-bar .user-menu > .sm-popover-target .user-info .user-name:after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  right: 6px;
  top: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.navigation-bar .user-menu > .sm-popover-target .user-info .current-organization {
  font-size: 12px;
  font-weight: normal;
  max-width: 230px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
header.navigation-bar .user-menu .current-organization-select .sm-select-value {
  border: none;
  background: none;
  font-size: 16px;
}
header.navigation-bar .user-menu .current-organization-select .sm-select-value:after {
  right: 4px;
  top: 14px;
  border-color: #000 !important;
}
header.navigation-bar .user-menu .sm-popover-overlay > .sm-popover-body {
  width: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header.navigation-bar .user-menu .sm-popover-overlay > .sm-popover-body .popover-section {
  border-bottom: 1px solid #dadada;
}
header.navigation-bar .user-menu .sm-popover-overlay > .sm-popover-body .popover-section > a {
  display: block;
  width: 100%;
  padding: 7px 20px;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
header.navigation-bar .user-menu .sm-popover-overlay > .sm-popover-body .popover-section > a:hover {
  color: #fff;
  background-color: #f96952;
}
header.navigation-bar .user-menu .sm-popover-overlay > .sm-popover-body .popover-section:last-child {
  border-bottom: none;
}
header.navigation-bar .user-menu .sm-popover-overlay > .sm-popover-body .popover-section:last-child > a:last-child {
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
header.navigation-bar .user-menu .sm-popover-overlay > .sm-popover-body .popover-section.organization-section {
  padding: 8px 15px;
}
header.navigation-bar .user-menu .sm-popover-overlay > .sm-popover-body .popover-section img.organization-logo {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  border: none;
}
header.navigation-bar .user-menu .sm-popover-overlay > .sm-popover-body .popover-section .organization-info {
  display: inline-block;
  vertical-align: middle;
}
header.navigation-bar .user-menu .sm-popover-overlay > .sm-popover-body .popover-section .organization-info .organization-name {
  width: 136px;
  font-size: 14px;
}
header.navigation-bar .user-menu .sm-popover-overlay > .sm-popover-body .popover-section .organization-info .change-organization {
  color: #b2b2b2;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
header.navigation-bar .user-menu .sm-popover-overlay > .sm-popover-body .popover-section .organization-info .change-organization:hover {
  color: #f96952;
}

.section-label {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #b2b2b2;
}
.checkbox-group {
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.checkbox-group > .sm-checkbox {
  display: block;
  width: 48%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 48%;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkbox-group > .sm-checkbox:nth-child(2n) {
  margin-left: 4%;
}
.radiobutton-group {
  font-size: 14px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  overflow: hidden;
}
.v-wrap {
  display: table-cell;
  vertical-align: middle;
}
.v-wrap.full-width:before {
  content: 'a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a';
  letter-spacing: 30px;
  display: block;
  height: 0px;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
}
.v-wrap > .v-box {
  display: inline-block;
}

.menu-route.combo .sidebar {
  width: fit-content;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 301px;
  max-width: 301px;
}
.link-list a,
.link-list a:active,
.link-list a:visited {
  display: block;
  padding: 15px 20px;
  color: #333;
  border-top: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
.link-list a:before,
.link-list a:active:before,
.link-list a:visited:before,
.link-list a:after,
.link-list a:active:after,
.link-list a:visited:after {
  content: "";
  display: table;
}
.link-list a:after,
.link-list a:active:after,
.link-list a:visited:after {
  clear: both;
}
.link-list a:first-child,
.link-list a:active:first-child,
.link-list a:visited:first-child {
  border-top: none;
}
.link-list a:last-child,
.link-list a:active:last-child,
.link-list a:visited:last-child {
  border-bottom: 1px solid #dadada;
}
.link-list a.selected,
.link-list a.active {
  background-color: rgba(0,0,0,0.05);
}
.link-list a.disabled {
  color: rgba(51,51,51,0.15);
  cursor: auto;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.link-list a.hidden,
.link-list a >.hidden {
  color: rgba(51,51,51,0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.link-list a .v-wrap > .image {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  background-color: #ededed;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.link-list a .v-wrap > .text {
  display: inline-block;
  font-size: 15px;
  color: #333;
  vertical-align: middle;
  margin-left: 20px;
  max-width: 185px;
}
.link-list a .v-wrap > .text .name {
  color: #333;
  font-size: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.link-list a .v-wrap > .text .phone {
  color: #b2b2b2;
  margin-top: 5px;
  font-size: 13px;
}
.link-list.top-border a:first-child {
  border-top: 1px solid #dadada;
}
.add-element {
  display: block;
  padding: 15px 20px;
  color: #000;
  text-decoration: none;
  color: #919191;
  cursor: pointer;
}
.add-element .plus-icon {
  height: 31px;
  width: 31px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 3px 9px;
  background: #dadada;
  position: relative;
}
.add-element .plus-icon:before,
.add-element .plus-icon:after {
  display: block;
  content: "";
  position: absolute;
  background: #fff;
}
.add-element .plus-icon:before {
  width: 1px;
  height: 11px;
  top: 10px;
  left: 15px;
}
.add-element .plus-icon:after {
  width: 11px;
  height: 1px;
  top: 15px;
  left: 10px;
}
.link-list .link-list a {
  background: #fff;
  padding: 15px 10px 15px 68px;
}
.link-list .link-list a .v-wrap > .text {
  margin-left: 8px;
}
.link-list .link-list a .v-wrap > .image {
  width: 20px;
  height: 20px;
  margin-left: -16px;
  margin-right: 8px;
}
.link-list .link-list.level-1 a {
  padding-left: 38px;
}
.link-list .link-list.level-2 a {
  padding-left: 58px;
}
.link-list .link-list.level-3 a {
  padding-left: 78px;
}
.link-list .link-list.level-4 a {
  padding-left: 98px;
}
.link-list .link-list.level-5 a {
  padding-left: 118px;
}
.link-list .link-list.level-6 a {
  padding-left: 138px;
}
.link-list .link-list.level-7 a {
  padding-left: 158px;
}
.link-list .link-list.level-8 a {
  padding-left: 178px;
}
.link-list .link-list.level-9 a {
  padding-left: 198px;
}
.link-list .link-list.level-10 a {
  padding-left: 218px;
}
.link-list .link-list.level-11 a {
  padding-left: 238px;
}
.link-list .link-list.level-12 a {
  padding-left: 258px;
}
.link-list .link-list.level-13 a {
  padding-left: 278px;
}
.link-list .link-list.level-14 a {
  padding-left: 298px;
}
.link-list .link-list.level-15 a {
  padding-left: 318px;
}
.link-list .link-list.level-16 a {
  padding-left: 338px;
}
.link-list .link-list.level-17 a {
  padding-left: 358px;
}
.link-list .link-list.level-18 a {
  padding-left: 378px;
}
.link-list .link-list.level-19 a {
  padding-left: 398px;
}
.link-list .link-list.level-20 a {
  padding-left: 418px;
}
.link-list .link-list.level-21 a {
  padding-left: 438px;
}
.link-list .link-list.level-22 a {
  padding-left: 458px;
}
.link-list .link-list.level-23 a {
  padding-left: 478px;
}
.link-list .link-list.level-24 a {
  padding-left: 498px;
}
.link-list .link-list.level-25 a {
  padding-left: 518px;
}
.link-list .link-list.level-26 a {
  padding-left: 538px;
}
.link-list .link-list.level-27 a {
  padding-left: 558px;
}
.link-list .link-list.level-28 a {
  padding-left: 578px;
}
.link-list .link-list.level-29 a {
  padding-left: 598px;
}
.link-list .link-list.level-30 a {
  padding-left: 618px;
}
.link-list .link-list.level-31 a {
  padding-left: 638px;
}
.link-list .link-list.level-32 a {
  padding-left: 658px;
}
.link-list .link-list.level-33 a {
  padding-left: 678px;
}
.link-list .link-list.level-34 a {
  padding-left: 698px;
}
.link-list .link-list.level-35 a {
  padding-left: 718px;
}
.link-list .link-list.level-36 a {
  padding-left: 738px;
}
.link-list .link-list.level-37 a {
  padding-left: 758px;
}
.link-list .link-list.level-38 a {
  padding-left: 778px;
}
.link-list .link-list.level-39 a {
  padding-left: 798px;
}
.link-list .link-list.level-40 a {
  padding-left: 818px;
}
.link-list .link-list.level-41 a {
  padding-left: 838px;
}
.link-list .link-list.level-42 a {
  padding-left: 858px;
}
.link-list .link-list.level-43 a {
  padding-left: 878px;
}
.link-list .link-list.level-44 a {
  padding-left: 898px;
}
.link-list .link-list.level-45 a {
  padding-left: 918px;
}
.link-list .link-list.level-46 a {
  padding-left: 938px;
}
.link-list .link-list.level-47 a {
  padding-left: 958px;
}
.link-list .link-list.level-48 a {
  padding-left: 978px;
}
.link-list .link-list.level-49 a {
  padding-left: 998px;
}
.link-list .link-list.level-50 a {
  padding-left: 1018px;
}
.link-list .link-list.level-51 a {
  padding-left: 1038px;
}
.link-list .link-list.level-52 a {
  padding-left: 1058px;
}
.link-list .link-list.level-53 a {
  padding-left: 1078px;
}
.link-list .link-list.level-54 a {
  padding-left: 1098px;
}
.link-list .link-list.level-55 a {
  padding-left: 1118px;
}
.link-list .link-list.level-56 a {
  padding-left: 1138px;
}
.link-list .link-list.level-57 a {
  padding-left: 1158px;
}
.link-list .link-list.level-58 a {
  padding-left: 1178px;
}
.link-list .link-list.level-59 a {
  padding-left: 1198px;
}
.link-list .link-list.level-60 a {
  padding-left: 1218px;
}
.link-list .link-list.level-61 a {
  padding-left: 1238px;
}
.link-list .link-list.level-62 a {
  padding-left: 1258px;
}
.link-list .link-list.level-63 a {
  padding-left: 1278px;
}
.link-list .link-list.level-64 a {
  padding-left: 1298px;
}
.link-list .link-list.level-65 a {
  padding-left: 1318px;
}
.link-list .link-list.level-66 a {
  padding-left: 1338px;
}
.link-list .link-list.level-67 a {
  padding-left: 1358px;
}
.link-list .link-list.level-68 a {
  padding-left: 1378px;
}
.link-list .link-list.level-69 a {
  padding-left: 1398px;
}
.link-list .link-list.level-70 a {
  padding-left: 1418px;
}
.link-list .link-list.level-71 a {
  padding-left: 1438px;
}
.link-list .link-list.level-72 a {
  padding-left: 1458px;
}
.link-list .link-list.level-73 a {
  padding-left: 1478px;
}
.link-list .link-list.level-74 a {
  padding-left: 1498px;
}
.link-list .link-list.level-75 a {
  padding-left: 1518px;
}
.link-list .link-list.level-76 a {
  padding-left: 1538px;
}
.link-list .link-list.level-77 a {
  padding-left: 1558px;
}
.link-list .link-list.level-78 a {
  padding-left: 1578px;
}
.link-list .link-list.level-79 a {
  padding-left: 1598px;
}
.link-list .link-list.level-80 a {
  padding-left: 1618px;
}
.link-list .link-list.level-81 a {
  padding-left: 1638px;
}
.link-list .link-list.level-82 a {
  padding-left: 1658px;
}
.link-list .link-list.level-83 a {
  padding-left: 1678px;
}
.link-list .link-list.level-84 a {
  padding-left: 1698px;
}
.link-list .link-list.level-85 a {
  padding-left: 1718px;
}
.link-list .link-list.level-86 a {
  padding-left: 1738px;
}
.link-list .link-list.level-87 a {
  padding-left: 1758px;
}
.link-list .link-list.level-88 a {
  padding-left: 1778px;
}
.link-list .link-list.level-89 a {
  padding-left: 1798px;
}
.link-list .link-list.level-90 a {
  padding-left: 1818px;
}
.link-list .link-list.level-91 a {
  padding-left: 1838px;
}
.link-list .link-list.level-92 a {
  padding-left: 1858px;
}
.link-list .link-list.level-93 a {
  padding-left: 1878px;
}
.link-list .link-list.level-94 a {
  padding-left: 1898px;
}
.link-list .link-list.level-95 a {
  padding-left: 1918px;
}
.link-list .link-list.level-96 a {
  padding-left: 1938px;
}
.link-list .link-list.level-97 a {
  padding-left: 1958px;
}
.link-list .link-list.level-98 a {
  padding-left: 1978px;
}
.link-list .link-list.level-99 a {
  padding-left: 1998px;
}
.link-list .link-list.level-100 a {
  padding-left: 2018px;
}

.route-loader {
  text-align: center;
  padding: 40px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.global-loading-overlay {
  z-index: 999999;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.global-loading-overlay .center-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.global-loading-overlay img.logo {
  display: block;
  height: 70px;
}

.plain-form-header {
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 0px 20px 0px;
  position: relative;
}
.plain-form-header h1 {
  font-size: 24px;
  font-weight: 100;
  color: #333;
  text-align: center;
}
.plain-form-header h2 {
  font-size: 14px;
  text-align: center;
  font-weight: 100;
  color: #7f7f7f;
  margin-top: 15px;
}
.plain-form-header .go-back {
  display: block;
  position: absolute;
  top: 50px;
  left: 0px;
  position: absolute;
  line-height: 50px;
  font-size: 16px;
  font-weight: 100;
  color: #f96952;
  cursor: pointer;
  left: 0px;
  top: 30px;
  padding-left: 20px;
  background: none;
  outline: none;
  border: none;
}
.plain-form-header .go-back:before {
  content: '';
  position: absolute;
  top: 22px;
  left: 6px;
  display: block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 2px solid #f96952;
  border-bottom: 2px solid #f96952;
}
.plain-form {
  width: 680px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  padding: 0;
  position: relative;
}
.plain-form.disabled {
  background: #ededed;
}
.plain-form.no-hairline > .plain-form-section {
  padding-bottom: 5px;
  border-bottom: none;
}
.plain-form .form-group-horizontal {
  margin-top: 10px;
}
.plain-form .button-block {
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  zoom: 1;
}
.plain-form .button-block:before,
.plain-form .button-block:after {
  content: "";
  display: table;
}
.plain-form .button-block:after {
  clear: both;
}
.plain-form .button-block.sticky {
  position: sticky;
  bottom: 0px;
  background: #fff;
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  -webkit-box-shadow: 0px -20px 20px #fff;
  box-shadow: 0px -20px 20px #fff;
}
.plain-form .button-block > button {
  float: right;
  margin-left: 20px;
}
.plain-form .button-block > .delete-button {
  margin-right: 20px;
}
.plain-form .button-block > .delete-button:before {
  content: 'b';
  font-family: 'Streamline';
  font-size: 12px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.plain-form .plain-form-section {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  padding-right: 120px;
  padding-bottom: 25px;
}
.plain-form .plain-form-section:last-child {
  border-bottom: 0px;
}
.plain-form .plain-form-section h2 {
  font-size: 21px;
  font-weight: 100;
  color: #333;
}
.plain-form .control-label {
  padding-right: 30px;
  width: 34%;
}
.plain-form .form-control {
  width: 66%;
}
.plain-form .form-control .text {
  color: #333;
  font-weight: 100;
}
.plain-form .form-control .caption {
  color: #b2b2b2;
  padding: 0;
}
.plain-form .toggle-group .sm-toggle {
  float: right;
  margin-top: 10px;
}
.plain-form .toggle-group .sm-toggle.left {
  margin-right: 20px;
  float: left;
}
.plain-form .input-button-group {
  position: relative;
}
.plain-form .input-button-group .sm-text-field {
  border-color: #dadada;
  background: #fafafa;
}
.plain-form .input-button-group .sm-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.plain-form .input-button-group .sm-button:not(:hover) {
  background: #fff;
}

.zero-data {
  margin-top: 50px;
  text-align: center;
  color: #7f7f7f;
  font-weight: 100;
}
.zero-data .header {
  font-size: 24px;
}
.zero-data .caption {
  font-size: 16px;
  max-width: 400px;
  margin: 10px auto;
}

.application-view {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100vw;
  height: 100vh;
}
.main {
  position: static;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  overflow: hidden;
  background: #f2f2f2;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.sidebar-layout {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  overflow-y: hidden;
  overflow-x: hidden;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
.sidebar-layout .sidebar {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 301px;
  -ms-flex: 0 0 301px;
  flex: 0 0 301px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  border-right: 1px solid #dadada;
  background: #f2f2f2;
}
.sidebar-layout .main-content {
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  position: relative;
}
.full-width-layout {
  width: 100%;
  overflow: auto;
  background: #f2f2f2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.full-width-layout .main-content {
  width: 800px;
  padding: 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
textarea {
  resize: none;
}
#page-editor {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.login-form-wrapper {
  width: 400px;
  margin: 0 auto;
}
.login-form-wrapper .form-group + .form-group {
  margin-top: 15px;
}
.login-form-wrapper > .logo {
  margin: 50px auto 0 auto;
  width: 270px;
  height: 100px;
  background-image: url("../images/smartomato-logo-wide.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.login-form-wrapper .recatpcha-component {
  margin-top: 10px;
}
.login-form-wrapper > .login-card {
  background: #fff;
  padding: 50px 50px 40px 50px;
  width: 100%;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.login-form-wrapper > .login-card:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  background: #f96952;
}
.login-form-wrapper > .login-card .sm-text-field {
  padding: 11px;
  font-size: 16px;
}
.login-form-wrapper > .login-card .control-label {
  font-weight: normal;
  color: #333;
}
.login-form-wrapper > .login-card .control-label-restore-password {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.login-form-wrapper > .login-card .sm-button {
  display: block;
  margin: 0 auto;
  margin-top: 35px;
  width: 65%;
  padding: 15px;
}
.login-form-wrapper .login-hints {
  margin-top: 25px;
  text-align: center;
  padding: 0px 0px;
  color: #b2b2b2;
  font-weight: normal;
  font-size: 14px;
}
.login-form-wrapper .error {
  color: #f96952;
}
.login-form-wrapper .login-restore,
.login-form-wrapper .login-back-link {
  color: #f96952;
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
}
.login-form-wrapper .login-back-link {
  text-decoration: underline;
  font-size: 14px;
}
.login-form-wrapper .login-back {
  margin-top: 5px;
  text-align: center;
}

.pay-modal .modal-body {
  padding: 30px;
}
.pay-modal .modal-body .control-label {
  margin-top: 3px;
  width: 11%;
}
.pay-modal .modal-body .form-control {
  padding-top: 0;
  width: 89%;
}
.pay-modal .modal-body .form-control .sm-text-field {
  font-size: 18px;
  padding: 8px 10px;
}

.payment-method-modal {
  text-align: center;
}
.payment-method-modal .modal-dialog {
  width: 700px;
}
.payment-method-modal .modal-dialog .modal-button-block {
  position: sticky;
  bottom: 0;
  background: #f2f2f2;
  -webkit-border-radius: 0 0 10px 15px;
  border-radius: 0 0 10px 15px;
}
.payment-method-modal .choose-tariff {
  text-align: left;
  margin-top: 25px;
  margin-left: 0px;
  position: relative;
}
.payment-method-modal .choose-tariff:before {
  font-family: 'Streamline';
  content: '\e2f9';
  position: absolute;
  left: 30px;
  top: 0px;
  font-size: 42px;
}
.payment-method-modal .choose-tariff .header {
  font-size: 20px;
}
.payment-method-modal .choose-tariff .comment {
  font-size: 16px;
  color: #7f7f7f;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.payment-method-modal .choose-tariff .content {
  font-size: 16px;
  color: #7f7f7f;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.payment-method-modal .choose-tariff p.header {
  border: none;
  text-align: left;
  padding-left: 0;
  margin-top: 20px;
}
.payment-method-modal .choose-tariff .plain-form {
  width: 100%;
}
.payment-method-modal .choose-tariff .plain-form .plain-form-header {
  padding-bottom: 0;
}
.payment-method-modal .choose-tariff .plain-form .plain-form-header h1 {
  text-align: left;
}

.support-modal .modal-header.with-photo .photo {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.support-modal .modal-body {
  padding: 15px 30px 0px 30px;
}
.support-modal .attach-file-button {
  font-size: 16px;
  padding: 2px 0 2px 16px;
  display: inline-block;
  color: #f96952;
  position: relative;
  cursor: pointer;
}
.support-modal .attach-file-button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 20px;
  background-image: url("/images/clip.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .support-modal .attach-file-button:before {
    background-image: url("/images/clip@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.support-modal .file-attachment-wrapper {
  display: block;
}
.support-modal .file-attachment {
  display: inline-block;
  padding-right: 40px;
  position: relative;
  margin-bottom: 5px;
}
.support-modal .file-attachment > .name {
  max-width: 180px;
  display: inline-block;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.support-modal .file-attachment > .size {
  display: inline-block;
  color: #7f7f7f;
  font-size: 14px;
  overflow: hidden;
  vertical-align: baseline;
  margin-left: 10px;
}
.support-modal .file-attachment > .remove-button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  color: #f96952;
}
.support-modal .file-attachment > .remove-button:hover {
  color: #dd2508;
}
.support-modal .file-attachment > .remove-button:before {
  content: '\e2a8';
  font-family: 'Streamline';
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}

.tariffs-modal {
  text-align: center;
}
.tariffs-modal .modal-dialog {
  width: 1050px;
}
.tariffs-modal .choose-tariff {
  text-align: left;
  margin-top: 25px;
  margin-left: 145px;
  position: relative;
}
.tariffs-modal .choose-tariff:before {
  font-family: 'Streamline';
  content: '\e2f9';
  position: absolute;
  left: -70px;
  top: -5px;
  font-size: 42px;
}
.tariffs-modal .choose-tariff .header {
  font-size: 20px;
}
.tariffs-modal .choose-tariff .comment {
  font-size: 16px;
  color: #7f7f7f;
  margin-top: 10px;
}
.tariffs-modal .tariffs-selector {
  padding: 20px;
  text-align: center;
  display: inline-block;
}
.tariffs-modal .offer-checkbox {
  padding-bottom: 20px;
}
.tariffs-modal .offer-checkbox .label {
  margin-top: 0;
}

.order-history-mini-popup .loading {
  font-size: 12px;
  color: #7f7f7f;
  text-align: center;
  padding: 10px 0px;
}
.order-history-mini-popup .loader {
  text-align: center;
  margin-top: 5px;
  zoom: 0.8;
}
.order-history-mini-popup > .body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 1px;
  padding-bottom: 15px;
}
.order-history-mini-popup > .body > .item {
  padding: 10px 0;
}
.order-history-mini-popup > .body > .item > .change-date {
  font-size: 13px;
  color: #f96952;
}
.order-history-mini-popup > .body > .item > .changes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2px;
}
.order-history-mini-popup > .body > .item > .changes > .change-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 10px;
  color: $textPBlack;
}
.order-history-mini-popup > .body > .item > .changes > .change-item > .title {
  font-size: 12px;
  font-weight: bold;
}
.order-history-mini-popup > .body > .item > .changes > .change-item > .from {
  margin-left: 6px;
  font-size: 12px;
  color: $textPLGray;
  text-decoration: line-through;
  text-decoration-color: $textPLGray;
}
.order-history-mini-popup > .body > .item > .changes > .change-item > .arrow:before {
  font-family: 'Streamline';
  content: '\e5a9';
  font-size: 10px;
  font-weight: bold;
  margin-left: 6px;
}
.order-history-mini-popup > .body > .item > .changes > .change-item > .to {
  margin-left: 6px;
  font-size: 12px;
}

.order-map-popup.v1 {
  position: absolute;
  top: 110px;
  right: 20px;
  width: 300px;
  background-color: #f2f2f2;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  -webkit-transform-origin: -50% 50%;
  -moz-transform-origin: -50% 50%;
  -o-transform-origin: -50% 50%;
  -ms-transform-origin: -50% 50%;
  transform-origin: -50% 50%;
}
.order-map-popup.v1 .popup-header {
  padding: 15px 15px 13px 15px;
  border-bottom: 1px solid #dadada;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.order-map-popup.v1 .popup-header .order-number {
  font-weight: 600;
  font-size: 14px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.order-map-popup.v1 .popup-header .order-status {
  font-size: 14px;
  color: #35ade8;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.order-map-popup.v1 .popup-header .order-status.pending {
  background-color: #35ade8;
}
.order-map-popup.v1 .popup-header .order-status.confirm {
  background-color: #a855a9;
}
.order-map-popup.v1 .popup-header .order-status.preparing {
  background-color: #e2544b;
}
.order-map-popup.v1 .popup-header .order-status.prepared {
  background-color: #f59500;
}
.order-map-popup.v1 .popup-header .order-status.delivery {
  background-color: #fbc400;
}
.order-map-popup.v1 .popup-header .order-status.complete {
  background-color: #2ecc71;
}
.order-map-popup.v1 .popup-header .order-status.undo {
  background-color: #919191;
}
.order-map-popup.v1 .popup-header .order-status.draft {
  background-color: #808080;
}
.order-map-popup.v1 .popup-body > .popup-section {
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border-bottom: 1px solid #dadada;
}
.order-map-popup.v1 .popup-body > .popup-section:last-child {
  border-bottom: none;
}
.order-map-popup.v1 .popup-body > .popup-section .section-icon {
  width: 22px;
  height: 22px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
}
.order-map-popup.v1 .popup-body > .delivery-route {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.order-map-popup.v1 .popup-body > .delivery-route .address-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.order-map-popup.v1 .popup-body > .delivery-route .address-block .title {
  font-size: 16px;
}
.order-map-popup.v1 .popup-body > .delivery-route .address-block .address {
  margin-top: 5px;
  font-size: 12px;
  color: #b2b2b2;
}
.order-map-popup.v1 .popup-body > .delivery-route .address-block .address.takeaway {
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  padding: 1px 5px;
}
.order-map-popup.v1 .popup-body > .delivery-route .address-block .phone {
  margin-top: 5px;
  font-size: 14px;
  color: #f96952;
}
.order-map-popup.v1 .popup-body > .delivery-route .start-point,
.order-map-popup.v1 .popup-body > .delivery-route .destination-point {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.order-map-popup.v1 .popup-body > .delivery-route .start-point .route-icon,
.order-map-popup.v1 .popup-body > .delivery-route .destination-point .route-icon {
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 22px;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  margin-left: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.order-map-popup.v1 .popup-body > .delivery-route .start-point .address-block {
  padding-bottom: 30px;
}
.order-map-popup.v1 .popup-body > .delivery-route .start-point .route-icon {
  border-left: 2px dashed #dadada;
}
.order-map-popup.v1 .popup-body > .delivery-route .start-point .route-icon:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: -10px;
  background: #f2f2f2;
  border: 3px solid #dadada;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.order-map-popup.v1 .popup-body > .delivery-route .destination-point .route-icon:before {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../images/marker-destination.png");
  width: 18px;
  height: 26px;
  position: relative;
  top: -2px;
  left: -8px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .order-map-popup.v1 .popup-body > .delivery-route .destination-point .route-icon:before {
    background-image: url("../images/marker-destination@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.order-map-popup.v1 .popup-body > .departure-time .section-icon:before {
  content: '\e2c3';
  font-family: 'Streamline';
  font-size: 20px;
}
.order-map-popup.v1 .popup-body > .departure-time .time-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.order-map-popup.v1 .popup-body > .departure-time .time-block > .time {
  font-size: 16px;
}
.order-map-popup.v1 .popup-body > .departure-time .time-block > .caption {
  font-size: 12px;
  color: #b2b2b2;
}
.order-map-popup.v1 .popup-body > .payment.is-cashless .section-icon:before {
  content: '\e2f9';
  font-family: 'Streamline';
  font-size: 20px;
}
.order-map-popup.v1 .popup-body > .payment .section-icon:before {
  content: '\e2e2';
  font-family: 'Streamline';
  font-size: 22px;
}
.order-map-popup.v1 .popup-body > .payment .payment-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.order-map-popup.v1 .popup-body > .payment .payment-block .order-cost {
  font-size: 14px;
}
.order-map-popup.v1 .popup-body > .payment .payment-block .delivery-cost {
  font-size: 12px;
  color: #b2b2b2;
}
.order-map-popup.v1 .popup-body > .payment .payment-status {
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  color: #b2b2b2;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dadada;
  height: 12px;
  margin-right: 10px;
}
.order-map-popup.v1 .popup-body > .payment .payment-status.success {
  color: #2ecc71;
  border-color: #2ecc71;
}
.order-map-popup.v1 .popup-body > .actions {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0px 20px 15px 20px;
}
.order-map-popup.v1 .popup-body > .actions .sm-select {
  width: 100%;
}
.order-map-popup.v1 .popup-body > .actions .text-block {
  margin-top: 15px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #7f7f7f;
}
.order-map-popup.v1 .popup-body > .actions .sm-button {
  margin-top: 15px;
}
.order-map-popup.v1 .popup-body > .actions .advanced-editing {
  padding: 0;
  background: none;
  text-decoration: underline;
  color: #7f7f7f;
  font-size: 12px;
  border: none;
  margin-top: 15px;
}
.order-map-popup.v1 .popup-body > .actions .advanced-editing:active,
.order-map-popup.v1 .popup-body > .actions .advanced-editing:focus {
  outline: none;
}

.order-map-popup.v2 {
  position: absolute;
  top: 80px;
  right: 20px;
  width: 300px;
  background-color: #f2f2f2;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  overflow: hidden;
}
.order-map-popup.v2 .sm-mini-popup-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: unset;
  height: unset;
  z-index: 20;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.order-map-popup.v2 .popup-header {
  padding: 15px 15px 13px 15px;
  border-bottom: 1px solid #dadada;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
}
.order-map-popup.v2 .popup-header .order-number {
  font-size: 15px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-top: 4px;
  border-bottom: 1px dotted #f96952;
}
.order-map-popup.v2 .popup-header .order-status {
  font-size: 14px;
  color: #35ade8;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  padding: 4px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.order-map-popup.v2 .popup-header .order-status.pending {
  background-color: #35ade8;
}
.order-map-popup.v2 .popup-header .order-status.confirm {
  background-color: #a855a9;
}
.order-map-popup.v2 .popup-header .order-status.preparing {
  background-color: #e2544b;
}
.order-map-popup.v2 .popup-header .order-status.prepared {
  background-color: #f59500;
}
.order-map-popup.v2 .popup-header .order-status.delivery {
  background-color: #fbc400;
}
.order-map-popup.v2 .popup-header .order-status.complete {
  background-color: #2ecc71;
}
.order-map-popup.v2 .popup-header .order-status.undo {
  background-color: #919191;
}
.order-map-popup.v2 .popup-header .order-status.draft {
  background-color: #808080;
}
.order-map-popup.v2 .popup-header .order-status .arrow-icon {
  height: 5px;
  width: 5px;
  float: right;
  margin: 4px 2px 4px 10px;
  background-color: rgba(255,255,255,0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.order-map-popup.v2 .popup-body {
  overflow-y: auto;
}
.order-map-popup.v2 .popup-body > .popup-section {
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border-bottom: 1px solid #dadada;
}
.order-map-popup.v2 .popup-body > .popup-section:last-child {
  border-bottom: none;
}
.order-map-popup.v2 .popup-body > .popup-section .section-icon {
  width: 22px;
  height: 22px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
}
.order-map-popup.v2 .popup-body > .popup-section-summary {
  background-color: #eaeaea;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 20px;
}
.order-map-popup.v2 .popup-body > .popup-section-summary > .created {
  font-size: 14px;
  color: rgba(0,0,0,0.5);
}
.order-map-popup.v2 .popup-body > .popup-section-summary > .price {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}
.order-map-popup.v2 .popup-body > .popup-section-summary > .price > .sum-price {
  font-size: 24px;
  color: rgba(0,0,0,0.8);
  font-weight: 300;
}
.order-map-popup.v2 .popup-body > .popup-section-summary > .price > .sum-info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  padding-left: 10px;
}
.order-map-popup.v2 .popup-body > .popup-section-summary > .price > .sum-info .delivery-price {
  font-weight: 600;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
}
.order-map-popup.v2 .popup-body > .popup-section-summary > .price > .sum-info > .payment-type {
  font-size: 12px;
  color: rgba(0,0,0,0.3);
  cursor: pointer;
}
.order-map-popup.v2 .popup-body > .popup-section-summary > .price > .sum-info > .payment-type .payment-hint.sm-hint:after {
  white-space: normal;
  font-weight: 500;
  text-align: center;
  width: 175px;
}
.order-map-popup.v2 .popup-body > .popup-section-summary > .price > .sum-info > .payment-type.payment-success {
  color: #2ecc71;
}
.order-map-popup.v2 .popup-body > .popup-section-summary > .price > .sum-info > .payment-type.payment-error {
  color: #e2544b;
}
.order-map-popup.v2 .popup-body .warning.order-unpaid,
.order-map-popup.v2 .popup-body .warning.order-expaired {
  margin-top: 10px;
  background-color: #e2544b;
  padding: 6px 6px 4px;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.order-map-popup.v2 .popup-body > .popup-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.order-map-popup.v2 .popup-body > .popup-group.restaurant .icon:before {
  content: '\e31c';
}
.order-map-popup.v2 .popup-body > .popup-group.courier .icon:before {
  content: '\e54e';
}
.order-map-popup.v2 .popup-body > .popup-group.courier .icon.external:before {
  content: '\e54d';
}
.order-map-popup.v2 .popup-body > .popup-group.courier .body {
  max-height: 150px;
  overflow-y: auto;
}
.order-map-popup.v2 .popup-body > .popup-group.messages .icon:before {
  content: '\e05a';
}
.order-map-popup.v2 .popup-body > .popup-group.messages .body {
  border-left: 4px solid #dd0;
}
.order-map-popup.v2 .popup-body > .popup-group.client .icon:before {
  content: '\e107';
}
.order-map-popup.v2 .popup-body > .popup-group > .header {
  background-color: #eaeaea;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 20px 10px 12px;
  border-top: 1px solid #ddd;
  border-left: 8px solid rgba(0,0,0,0);
}
.order-map-popup.v2 .popup-body > .popup-group > .header.attention {
  border-left-color: #fbc52a;
}
.order-map-popup.v2 .popup-body > .popup-group > .header > .icon:before {
  font-family: 'Streamline';
  font-size: 18px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.order-map-popup.v2 .popup-body > .popup-group > .header > .text {
  margin-left: 12px;
  white-space: nowrap;
  font-size: 16px;
  color: rgba(0,0,0,0.8);
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.order-map-popup.v2 .popup-body > .popup-group > .header > .text.-editable {
  border-bottom: 2px dotted rgba(0,0,0,0.3);
  cursor: pointer;
}
.order-map-popup.v2 .popup-body > .popup-group > .header > .empty {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  -ms-box-flex: 2;
  box-flex: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
.order-map-popup.v2 .popup-body > .popup-group > .header > .message.-hidden {
  display: none;
}
.order-map-popup.v2 .popup-body > .popup-group > .header > .message:before {
  margin-left: 10px;
  font-family: 'Ionicons';
  content: '\f11d';
  font-size: 24px;
  color: rgba(0,0,0,0.45);
}
.order-map-popup.v2 .popup-body > .popup-group > .header > .message.disable:before {
  color: rgba(0,0,0,0.12);
}
.order-map-popup.v2 .popup-body > .popup-group > .header > .confirm {
  margin-left: 5px;
}
.order-map-popup.v2 .popup-body > .popup-group > .header > .confirm .label {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
  top: -4px;
  margin-right: 4px;
}
.order-map-popup.v2 .popup-body > .popup-group > .header > .confirm .confirm-hint:after {
  white-space: normal;
  width: 170px;
  text-align: center;
}
.order-map-popup.v2 .popup-body > .popup-group > .header .done:before {
  font-family: 'Ionicons';
  content: '\f122';
  color: rgba(0,0,0,0.12);
  font-size: 24px;
}
.order-map-popup.v2 .popup-body > .popup-group > .header .done.is-done:before {
  color: #2ecc71;
}
.order-map-popup.v2 .popup-body > .popup-group > .header .done.is-error:before {
  color: #e2544b;
  content: '\f129';
}
.order-map-popup.v2 .popup-body > .popup-group > .body {
  background-color: #eaeaea;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px 10px;
}
.order-map-popup.v2 .popup-body > .popup-group > .body > .common {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: left;
  -moz-box-align: left;
  -o-box-align: left;
  -ms-flex-align: left;
  -webkit-align-items: left;
  align-items: left;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}
.order-map-popup.v2 .popup-body > .popup-group > .body > .common > .label {
  font-size: 12px;
  color: #7f7f7f;
  margin-right: 8px;
}
.order-map-popup.v2 .popup-body > .popup-group > .body > .common > .value {
  font-size: 14px;
  color: rgba(0,0,0,0.8);
}
.order-map-popup.v2 .popup-body > .popup-group > .body > .time {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.order-map-popup.v2 .popup-body > .popup-group > .body > .time > .time-h {
  font-size: 12px;
  color: #7f7f7f;
}
.order-map-popup.v2 .popup-body > .popup-group > .body > .time > .time-v {
  margin-left: 8px;
  border-bottom: 2px dotted #b2b2b2;
  font-size: 14px;
  color: rgba(0,0,0,0.8);
  cursor: pointer;
}
.order-map-popup.v2 .popup-body > .popup-group > .body .client-section > .phone {
  font-size: 14px;
  color: #f96952;
  margin-top: 6px;
}
.order-map-popup.v2 .popup-body > .popup-group > .body .client-section > .client_notification_type_call {
  font-size: 14px;
  margin-top: 6px;
}
.order-map-popup.v2 .popup-body > .popup-group > .body .client-section > .address {
  font-size: 14px;
  color: rgba(0,0,0,0.5);
  padding-top: 16px;
}
.order-map-popup.v2 .popup-body > .popup-group > .body .client-section > .dine-in.table {
  font-size: 14px;
  color: rgba(0,0,0,0.5);
  padding-top: 16px;
}
.order-map-popup.v2 .popup-body > .popup-group > .body .client-section > .dine-in.table:before {
  content: '\e4e5';
  color: #7f7f7f;
  font-family: Streamline;
  font-weight: bold;
  font-size: 18px;
  line-height: 15px;
  display: inline-block;
  margin-right: 5px;
}
.order-map-popup.v2 .popup-body > .popup-group > .body .client-section > .need-call {
  font-size: 14px;
  color: rgba(0,0,0,0.5);
}
.order-map-popup.v2 .popup-body > .popup-group > .body .client-section > .comment {
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  margin-top: 8px;
  white-space: pre-wrap;
}
.order-map-popup.v2 .popup-body .next-step-btn {
  padding-top: 15px;
}
.order-map-popup.v2 .popup-body .next-step-btn > .sm-button {
  height: 40px;
}

.order-dialog .sm-select {
  margin-top: 0px;
}
.order-dialog .sm-select .sm-select-value,
.order-dialog .sm-text-field,
.order-dialog .sm-text-area,
.order-dialog .sm-datetime {
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  -moz-transition: border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-color 0.3s ease, background-color 0.3s ease;
  -ms-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
input[type="search"]::-webkit-search-cancel-button {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.order-dialog .modal-header-left .published-at {
  display: inline-block;
  margin-left: 8px;
}
.order-dialog .modal-header-left span.number {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.order-dialog .modal-dialog {
  margin: 0 auto;
  margin-top: 20px;
}
.order-dialog .modal-dialog .button-block {
  height: 65px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #dadada;
  padding: 0px 20px;
}
.order-dialog .modal-dialog .button-block .edit-buttons .sm-button:not(:first-child) {
  margin-left: 5px;
}
.order-dialog .modal-dialog .button-block .edit-buttons .sync-status {
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
  color: #7f7f7f;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.order-dialog .modal-dialog .button-block .edit-buttons .sync-status.empty {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.order-dialog .modal-dialog .button-block .edit-buttons .sync-status.error {
  color: #e2544b;
}
.order-dialog .modal-dialog .button-block .status-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.order-dialog .modal-dialog .button-block .status-bar > .order-summary-panel {
  margin-right: 30px;
}
.order-dialog .modal-dialog .button-block .remove-button {
  float: left;
  margin-left: 0px;
}
.order-dialog .modal-dialog .button-block .remove-button:before {
  content: 'b';
  font-family: 'Streamline';
  font-size: 12px;
  margin-right: 3px;
}
.order-dialog .modal-dialog .order-modal-body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.order-dialog .modal-dialog .order-modal-body .left-side {
  border-right: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 420px;
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
  overflow-y: auto;
}
.order-dialog .modal-dialog .order-modal-body .right-side {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.order-dialog .modal-dialog .order-modal-body .form-group-horizontal.pos-error {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.order-dialog .modal-dialog .order-modal-body .form-group-horizontal.pos-error .retry-disabled {
  padding: 0 30px;
  width: 100%;
  max-width: 338px;
  margin-left: 33px;
}
.order-dialog .modal-dialog .order-modal-body .form-group-horizontal.pos-error .control-label {
  width: 100%;
  text-align: left;
  padding: 0 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  vertical-align: baseline;
}
.order-dialog .modal-dialog .order-modal-body .form-group-horizontal.pos-error .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #dadada;
  max-width: 338px;
  margin-left: 33px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  white-space: break-spaces;
}
.order-dialog .modal-dialog .order-modal-body .form-group-horizontal.pos-error .sm-button {
  margin: 0 auto 0 46px;
}
.order-dialog .client-group {
  padding: 12px 12px;
  padding-bottom: 0px;
}
.order-dialog .client-group .tooltip {
  padding-left: 110px;
  font-size: 11px;
  color: #7f7f7f;
}
.order-dialog .client-group .call {
  margin-bottom: 15px;
  margin-top: -5px;
}
.order-dialog .city-edit.-enabled .sm-text-field {
  background-color: #fff !important;
}
.order-dialog .delivery-asap .form-control {
  padding-top: 20px;
}
.order-dialog .delivery-at-picker {
  margin-top: 5px;
}
.order-dialog .place-order {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.order-dialog .place-order .placeStatus,
.order-dialog .place-order .validations {
  position: absolute;
  padding: 10px;
  background: rgba(0,0,0,0.7);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: 40px;
  z-index: 2;
  color: #ddd;
  width: 200px;
  right: -15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(100%, 45px);
  -moz-transform: translate(100%, 45px);
  -o-transform: translate(100%, 45px);
  -ms-transform: translate(100%, 45px);
  transform: translate(100%, 45px);
}
.order-dialog .place-order .placeStatus:before,
.order-dialog .place-order .validations:before {
  content: ' ';
  display: inline-block;
  width: 0px;
  height: 0px;
  left: -16px;
  bottom: 10px;
  position: absolute;
  border-right: 8px solid rgba(0,0,0,0.7);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}
.order-dialog .place-order .placeStatus p,
.order-dialog .place-order .validations p {
  text-align: left;
  margin-bottom: 10px;
}
.order-dialog .place-order .placeStatus p:last-child,
.order-dialog .place-order .validations p:last-child {
  margin-bottom: 0px;
}
.order-dialog .place-order .placeStatus p:before,
.order-dialog .place-order .validations p:before {
  margin-right: 3px;
}
.order-dialog .place-order .placeStatus {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  bottom: 0;
  right: 110px;
  text-align: right;
  width: auto;
  white-space: nowrap;
}
.order-dialog .place-order .placeStatus:before {
  right: -16px;
  left: auto;
  bottom: 10px;
  position: absolute;
  border-left: 8px solid rgba(0,0,0,0.7);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
}
.order-dialog .plain-address {
  margin-left: 9px;
  margin-top: 7px;
}
.order-dialog .plain-address-comment {
  margin-left: 9px;
  margin-top: 4px;
  color: #7f7f7f;
}
.order-dialog .address-comment {
  margin-top: 5px;
}
.order-dialog .additional-address-fields {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-top: 5px;
}
.order-dialog .additional-address-fields .field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 33.3%;
  -ms-flex: 1 0 33.3%;
  flex: 1 0 33.3%;
}
.order-dialog .additional-address-fields .field:not(:last-child) {
  padding-right: 5px;
}
.order-dialog .address-field {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.order-dialog .address-field input {
  height: 36px !important;
}
.order-dialog .address-field .tt-menu .tt-dataset .tt-suggestion {
  white-space: initial;
  font-size: 13px;
}
.order-dialog .address-field .sm-text-field {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.order-dialog .address-field .sm-button {
  padding-bottom: 8px;
  padding-top: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.order-dialog .address-field .sm-button .sm-button-label {
  font-size: 16px;
  font-family: 'Streamline';
}
.order-dialog .change-edit .sm-button {
  position: absolute;
  width: 130px;
  right: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 33px;
}
.order-dialog .plain-cutlery {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 45px;
}
.order-dialog .modal-header-right {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 4px 20px;
  width: 480px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
  position: relative;
}
.order-dialog .modal-header-right .title {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.order-dialog .modal-header-right .print-button {
  border: none;
  background: transparent;
  color: #f96952;
}
.order-dialog .modal-header-right .print-button.is-loading .sm-button-spinner:before {
  color: #dadada;
}
.order-dialog .modal-header-right .print-button.is-loading:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.order-dialog .modal-header-right .print-button:before {
  content: '\e3d0';
  font-family: 'Streamline';
  font-size: 24px;
  font-weight: normal;
}
.order-dialog .modal-header-right .print-button:hover {
  color: #f73e21;
}
.order-dialog .modal-header-right .print-button:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.order-dialog .modal-header-right .print-label-button {
  border: none;
  background: transparent;
  color: #f96952;
}
.order-dialog .modal-header-right .print-label-button:before {
  content: '=';
  font-family: 'Streamline';
  font-size: 24px;
  font-weight: normal;
}
.order-dialog .modal-header-right .print-label-button:hover {
  color: #f73e21;
}
.order-dialog .modal-header-right .print-label-button:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.order-dialog .modal-header-right .integration-log-button {
  border: none;
  background: transparent;
  color: #f96952;
}
.order-dialog .modal-header-right .integration-log-button:before {
  content: 't';
  font-family: 'Streamline';
  font-size: 26px;
  font-weight: 500;
}
.order-dialog .modal-header-right .integration-log-button:hover {
  color: #f73e21;
}
.order-dialog .modal-header-right .integration-log-button:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.order-dialog .modal-header-right .copy-payment-button {
  border: none;
  background: transparent;
  color: #f96952;
}
.order-dialog .modal-header-right .copy-payment-button:before {
  content: "\f119";
  font-family: 'Ionicons';
  font-size: 32px;
  font-weight: normal;
}
.order-dialog .modal-header-right .copy-payment-button.is-loading .sm-button-spinner {
  color: #f96952;
}
.order-dialog .modal-header-right .copy-payment-button.is-loading:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.order-dialog .modal-header-right .copy-payment-button:hover {
  color: #f73e21;
}
.order-dialog .modal-header-right .copy-payment-button:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.order-dialog .modal-header-right .reload-order-button {
  border: none;
  background: transparent;
  color: #f96952;
}
.order-dialog .modal-header-right .reload-order-button:before {
  content: "\e38f";
  font-family: 'Streamline';
  font-size: 24px;
  font-weight: normal;
}
.order-dialog .modal-header-right .reload-order-button.is-loading .sm-button-spinner {
  color: #f96952;
}
.order-dialog .modal-header-right .reload-order-button.is-loading:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.order-dialog .modal-header-right .reload-order-button:hover {
  color: #f73e21;
}
.order-dialog .modal-header-right .reload-order-button:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.order-dialog .modal-body .right-side {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.order-dialog .modal-body .right-side > .order-content-edit {
  width: 480px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
}
.order-dialog .modal-body .right-side > .order-content-edit > .sm-slideable {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 1px;
  -ms-flex: 1 1 1px;
  flex: 1 1 1px;
}
iframe.labelPrint {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 1000px rgba(0,0,0,0.6);
  box-shadow: 0 0 0 1000px rgba(0,0,0,0.6);
  padding: 5% 10%;
  background: rgba(0,0,0,0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.order-status-mini-popup .annotation {
  font-size: 14px;
  color: #7f7f7f;
  text-align: center;
}
.order-status-mini-popup .subheader {
  font-size: 14px;
  color: #7f7f7f;
  text-decoration: none;
}
.order-status-mini-popup .cancel-reason {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin: 30px 0 20px;
  background: #ededed;
  margin: 20px -15px 20px;
  padding: 10px 15px 15px;
}
.order-status-mini-popup .cancel-reason input {
  margin-top: 5px;
}
.order-status-mini-popup .notice {
  text-decoration: underline;
  font-size: 12px;
  margin-top: 7px;
  color: #919191;
  text-align: center;
  cursor: pointer;
}
.order-status-mini-popup .statuses .sm-radio-button {
  margin: 9px 0px;
}
.order-status-mini-popup .statuses .sm-radio-button .label {
  padding-left: 8px;
}
.order-status-mini-popup .statuses .sm-radio-button .status-label {
  font-size: 13px;
  text-transform: lowercase;
  color: #7f7f7f;
}
.order-status-mini-popup .statuses .sm-radio-button .status-label.-current {
  font-weight: 800;
}
.order-status-mini-popup .client_notification_type_call {
  margin: 20px 0 10px;
}
.order-status-mini-popup .dont-send-sms {
  font-size: 12px;
  color: #919191;
  line-height: 1.2;
}
.order-status-mini-popup .actions {
  margin-top: 13px;
}

.order-time-mini-popup > .annotation {
  font-size: 14px;
  color: #7f7f7f;
  text-align: center;
  padding-bottom: 5px;
}
.order-time-mini-popup > .time-section {
  display: inline-block;
  padding: 5px 0;
}
.order-time-mini-popup > .time-section > .sm-datetime-picker {
  display: inline-block;
}
.order-time-mini-popup > .time-section > .title {
  vertical-align: middle;
  width: 68px;
  display: inline-block;
  font-size: 12px;
  color: #7f7f7f;
  padding-right: 5px;
}
.order-time-mini-popup .warnings {
  margin-top: 10px;
  font-size: 12px;
  color: #e2544b;
  border-left: 2px solid #e2544b;
  padding-left: 8px;
}
.order-time-mini-popup .actions {
  margin-top: 10px;
}

/*
 * Здесь содержатся стили, которые задают общую разметку раздела «Заказы»
 * Область действия: сайдбар, табы для переключения режима, геометрия карты и фильтры
 */
#courier-info-window-container {
  display: none;
  position: absolute;
}
.courier-info-window {
  position: relative;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  min-width: 400px;
  max-width: 600px;
}
.courier-info-window ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.courier-info-window li {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 5px;
  padding: 10px 0;
}
.courier-info-window li div:first-of-type {
  margin-left: 10px;
}
.courier-info-window li .drag-indicator {
  display: block;
  max-width: 25px;
  position: absolute;
  left: 2px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.courier-info-window .hidden {
  color: transparent;
  outline: 3px dashed rgba(0,0,0,0.2);
}
.courier-info-window .hidden .order-number,
.courier-info-window .hidden .drag-indicator {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.courier-info-window .close {
  display: block;
  font-size: 21px;
  position: absolute;
  right: 4px;
  top: 0px;
  cursor: pointer;
}
.courier-info-window .close:after {
  content: '×';
}
.courier-info-window h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.courier-info-window h5 {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.courier-info-window p {
  font-size: 14px;
  color: rgba(0,0,0,0.5);
}
.courier-info-window .order-number {
  margin-top: 5px;
  display: inline;
  border-bottom: 1px dotted #f96952;
  font-size: 15px;
}
.courier-info-window strong {
  font-weight: bold;
}
.courier-info-window table {
  width: 100%;
}
.courier-info-window table th {
  font-weight: 600;
}
.courier-info-window table td,
.courier-info-window table th {
  padding: 4px 8px;
  border-bottom: 1px solid #eee;
}
.courier-info-window table td:first-child,
.courier-info-window table th:first-child {
  padding-left: 0;
}
.courier-info-window table td:last-child,
.courier-info-window table th:last-child {
  padding-right: 0;
}
.courier-info-window table tr:last-child td,
.courier-info-window table tr:last-child th {
  border-bottom: none;
}
.orders-layout > .sidebar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  overflow-x: hidden;
  position: relative;
  z-index: 11;
}
.orders-layout > .sidebar .sidebar-block.search-block .sm-text-field {
  background: #fff;
}
.orders-layout > .sidebar .filters-section .sidebar-block {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.orders-layout > .sidebar .filters-section.-disabled .sidebar-block {
  pointer-events: none;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.orders-layout > .sidebar .filters-section .date-time-range {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.orders-layout > .sidebar .filters-section .date-time-range .date-time-picker {
  margin-top: 0px;
}
.orders-layout > .sidebar .filters-section .date-time-range .separator {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0px 10px;
  font-size: 14px;
  color: #333;
}
.orders-layout > .sidebar .filters-section .date-time-range .date-time-picker .sm-date-picker {
  display: block;
}
.orders-layout > .sidebar .filters-section .date-time-range .date-time-picker .sm-date-picker .date-input.sm-text-field {
  background-color: #fff;
  text-align: left;
  width: 100%;
  display: block;
}
.orders-layout > .sidebar.table {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 300px;
  -ms-flex: 1 0 300px;
  flex: 1 0 300px;
  position: relative;
}
.orders-layout > .sidebar .resize-button {
  position: absolute;
  right: 4px;
  top: 50%;
  width: 4px;
  height: 30px;
  padding: 0;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #181818;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  cursor: col-resize;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.orders-layout > .sidebar .resize-button:hover,
.orders-layout > .sidebar .resize-button.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.orders-layout > .sidebar .folders-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 47px;
  -ms-flex: 0 0 47px;
  flex: 0 0 47px;
  border-bottom: 1px solid #dadada;
  z-index: 1;
}
.orders-layout > .sidebar .folders-header .create-order {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
  padding: 0px 0px;
  padding-top: 3px;
  width: 44px;
}
.orders-layout > .sidebar .folders-header .create-order .sm-button {
  text-align: center;
  color: #fff;
  margin-top: 4px;
  margin-right: 2px;
  padding: 0;
  width: 33px;
  height: 33px;
  font-size: 28px;
  line-height: 1;
}
.orders-layout > .sidebar .folders-header .create-order .sm-button .sm-button-spinner {
  margin-left: -11px;
  margin-top: -14px;
}
.orders-layout > .sidebar .loadMoreOrders {
  border-top: 1px solid #dadada;
  margin: 0 0 20px 0;
  padding-top: 20px;
  text-align: center;
}
.orders-layout > .sidebar .sidebar-body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}
.orders-layout > .sidebar .sm-mini-popup-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
}
.orders-layout > .sidebar .sm-segmented.orders-category-select {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.orders-layout > .sidebar .sm-segmented.orders-category-select .sm-segment {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  color: #b2b2b2;
  font-size: 12px;
  font-weight: regular;
  padding: 0;
  width: auto;
}
.orders-layout > .sidebar .sm-segmented.orders-category-select .sm-segment.current,
.orders-layout > .sidebar .sm-segmented.orders-category-select .sm-segment.delayed {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.orders-layout > .sidebar .sm-segmented.orders-category-select .sm-segment.all {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.orders-layout > .sidebar .sm-segmented.orders-category-select .sm-segment.active {
  border-color: #f96952;
  color: #f96952;
}
.orders-layout > .sidebar .sm-segmented.orders-category-select .sm-segment .segment-body {
  padding: 0px 10px;
  height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.orders-layout > .sidebar .sm-segmented.orders-category-select .sm-segment .segment-body .title {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 12px;
}
.orders-layout > .sidebar .sm-segmented.orders-category-select .sm-segment .segment-body .sm-badge {
  font-size: 85%;
  display: inline-block;
  background-color: #f96952;
  color: #fff;
  font-weight: bold;
  padding: 2px 6px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  margin: 0px 5px;
}
.orders-layout .orders-list-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -ms-flex-line-pack: baseline;
  -webkit-align-content: baseline;
  align-content: baseline;
}
.orders-layout > :not(.orders-list-block) {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.orders-layout .orders-list-zero-data {
  display: block;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 40px 20px 30px 20px;
  text-align: center;
}
.orders-layout .orders-list-zero-data .zero-data-image {
  margin: 0 auto 25px auto;
  width: 150px;
  height: 150px;
  background-image: url("../images/sleeping-guy.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.orders-layout .orders-list-zero-data .zero-data-title {
  font-size: 20px;
  color: #7f7f7f;
  margin-bottom: 10px;
}
.orders-layout .orders-list-zero-data .zero-data-text {
  font-size: 14px;
  color: #7f7f7f;
  text-align: center;
}
.orders-layout > .main-content.table {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}
.orders-layout > .main-content.table .overlay {
  background: #000;
}
.orders-layout > .main-content .orders-map {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.orders-layout > .main-content .orders-map #yandex-map {
  width: 100%;
  height: 100%;
}
.orders-layout > .main-content .gm-style img[src*=avatar-icon] {
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 4px solid #c0c0c0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px #000;
  box-shadow: 0 0 2px #000;
  width: 38px !important;
  height: 38px !important;
  margin: 1px !important;
}
.orders-layout > .main-content .gm-style img[src*=avatar-icon]:hover {
  z-index: 10000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.orders-layout > .main-content .gm-style img[src*=status-delivering] {
  border-color: #f00 !important;
}
.orders-layout > .main-content .gm-style img[src*=status-picking_up_order] {
  border-color: #ff0 !important;
}
.orders-layout > .main-content .gm-style img[src*=status-free] {
  border-color: #008000 !important;
}
.orders-layout > .main-content .gm-style img[src*=status-offline] {
  border-color: #c0c0c0 !important;
}

.orders-list .load-more {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 40px;
}
.orders-list .loading-orders-block {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.orders-list .loading-orders-block > .orders-loading-caption {
  margin-top: 20px;
  color: #b2b2b2;
  font-size: 16px;
}
.orders-list .sm-mini-popup-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
}
.sidebar .sidebar-body {
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: hidden;
  margin-top: -50px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .sidebar-body .sticky-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}
.sidebar .sidebar-body .meta-block {
  border-top: 3px solid rgba(218,218,218,0.6);
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  font-size: 13px;
  color: #7f7f7f;
  background: #ededed;
}
.sidebar .sidebar-body .meta-block .sidebar-block {
  padding: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sidebar .sidebar-body .meta-block .sidebar-block .orders-count {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}
.sidebar .sidebar-body .meta-block .sidebar-block .orders-sum {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  margin-right: 10px;
}
.sidebar .sidebar-body .meta-block .sidebar-block .export {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
}
.sidebar .sidebar-body .meta-block .sidebar-block .export .sm-button {
  margin-right: 8px;
}
.sidebar .sidebar-body .meta-block .sidebar-block .export .sm-button:last-child {
  margin-right: 0;
}

.table-container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  overflow: scroll;
}
.table-container-promos,
.table-container-adverts,
.table-container-pages {
  position: relative;
  z-index: unset;
  max-height: 100%;
}
.table-container.-faded-table .orders-table-new tbody {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.table-container .columns-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 0 6px;
  height: 50px;
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 99;
  -webkit-transform: translateY(-44px);
  -moz-transform: translateY(-44px);
  -o-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
  -webkit-transition: -webkit-transform 0.2s linear;
  -moz-transition: -moz-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}
.table-container .columns-controls.showed {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.2s linear;
  -moz-transition: -moz-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}
.table-container .columns-controls.showed .controls-button {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.table-container .columns-controls .controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.table-container .columns-controls .controls-button {
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 5px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.table-container .columns-controls .controls-button:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.table-container > .orders-table-new,
.table-container .promos-table,
.table-container .adverts-table,
.table-container .pages-table {
  width: 100%;
}
.table-container > .orders-table-new tbody,
.table-container .promos-table tbody,
.table-container .adverts-table tbody,
.table-container .pages-table tbody {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.table-container > .orders-table-new th,
.table-container .promos-table th,
.table-container .adverts-table th,
.table-container .pages-table th {
  padding: 8px 6px;
  font-size: 13px;
  color: #303030;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
  height: 30px;
  z-index: 50;
}
.table-container > .orders-table-new th .heading,
.table-container .promos-table th .heading,
.table-container .adverts-table th .heading,
.table-container .pages-table th .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.table-container > .orders-table-new th .column-name,
.table-container .promos-table th .column-name,
.table-container .adverts-table th .column-name,
.table-container .pages-table th .column-name {
  display: inline-block;
  white-space: initial;
  text-align: right;
}
.table-container > .orders-table-new th .sort-item,
.table-container .promos-table th .sort-item,
.table-container .adverts-table th .sort-item,
.table-container .pages-table th .sort-item {
  display: inline-block;
  margin-left: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  vertical-align: top;
}
.table-container > .orders-table-new th .sort-item:after,
.table-container .promos-table th .sort-item:after,
.table-container .adverts-table th .sort-item:after,
.table-container .pages-table th .sort-item:after {
  margin-left: 0;
  content: '\e5bc';
  font-family: 'Streamline';
  font-weight: bold;
  font-size: 8px;
  visibility: hidden;
}
.table-container > .orders-table-new th .sort-item.selected:after,
.table-container .promos-table th .sort-item.selected:after,
.table-container .adverts-table th .sort-item.selected:after,
.table-container .pages-table th .sort-item.selected:after {
  color: #f96952;
}
.table-container > .orders-table-new th .sort-item.selected.ascending:after,
.table-container .promos-table th .sort-item.selected.ascending:after,
.table-container .adverts-table th .sort-item.selected.ascending:after,
.table-container .pages-table th .sort-item.selected.ascending:after {
  content: '\e5bc';
  visibility: visible;
}
.table-container > .orders-table-new th .sort-item.selected.descending:after,
.table-container .promos-table th .sort-item.selected.descending:after,
.table-container .adverts-table th .sort-item.selected.descending:after,
.table-container .pages-table th .sort-item.selected.descending:after {
  content: '\e5bd';
  visibility: visible;
}
.table-container > .orders-table-new th .sort-item.selected.is-loading:after,
.table-container .promos-table th .sort-item.selected.is-loading:after,
.table-container .adverts-table th .sort-item.selected.is-loading:after,
.table-container .pages-table th .sort-item.selected.is-loading:after {
  content: '\e283';
  visibility: visible;
  -webkit-animation: spin 0.5s infinite linear reverse;
  -moz-animation: spin 0.5s infinite linear reverse;
  -o-animation: spin 0.5s infinite linear reverse;
  -ms-animation: spin 0.5s infinite linear reverse;
  animation: spin 0.5s infinite linear reverse;
}
tr.order-table-row,
tr.promo-table-row,
tr.advert-table-row,
tr.page-table-row {
  background: #fff;
}
tr.order-table-row:nth-child(2n-1),
tr.promo-table-row:nth-child(2n-1),
tr.advert-table-row:nth-child(2n-1),
tr.page-table-row:nth-child(2n-1) {
  background: #f5f5f5;
}
tr.order-table-row:hover .editable-field:not(.-disabled),
tr.promo-table-row:hover .editable-field:not(.-disabled),
tr.advert-table-row:hover .editable-field:not(.-disabled),
tr.page-table-row:hover .editable-field:not(.-disabled) {
  color: #f96952 !important;
}
tr.order-table-row:hover,
tr.promo-table-row:hover,
tr.advert-table-row:hover,
tr.page-table-row:hover {
  background: #d5f6e3;
}
tr.order-table-row:hover:nth-child(2n-1),
tr.promo-table-row:hover:nth-child(2n-1),
tr.advert-table-row:hover:nth-child(2n-1),
tr.page-table-row:hover:nth-child(2n-1) {
  background: #cdf4dd;
}
tr.order-table-row.is-unread,
tr.promo-table-row.is-unread,
tr.advert-table-row.is-unread,
tr.page-table-row.is-unread {
  -webkit-animation-name: order-blink;
  -moz-animation-name: order-blink;
  -o-animation-name: order-blink;
  -ms-animation-name: order-blink;
  animation-name: order-blink;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
tr.order-table-row td,
tr.promo-table-row td,
tr.advert-table-row td,
tr.page-table-row td {
  font-size: 13px;
  text-align: center;
  padding: 6px 6px;
  color: #505050;
}
tr.order-table-row td.sum-column.sum-column,
tr.promo-table-row td.sum-column.sum-column,
tr.advert-table-row td.sum-column.sum-column,
tr.page-table-row td.sum-column.sum-column,
tr.order-table-row td.sum-column.delivery-price-column,
tr.promo-table-row td.sum-column.delivery-price-column,
tr.advert-table-row td.sum-column.delivery-price-column,
tr.page-table-row td.sum-column.delivery-price-column {
  text-align: right;
  font-weight: 500;
}
tr.order-table-row td.sum-column.sum-column .change,
tr.promo-table-row td.sum-column.sum-column .change,
tr.advert-table-row td.sum-column.sum-column .change,
tr.page-table-row td.sum-column.sum-column .change,
tr.order-table-row td.sum-column.delivery-price-column .change,
tr.promo-table-row td.sum-column.delivery-price-column .change,
tr.advert-table-row td.sum-column.delivery-price-column .change,
tr.page-table-row td.sum-column.delivery-price-column .change {
  font-size: 12px;
  color: #919191;
}
tr.order-table-row td.payment-source-column .payment,
tr.promo-table-row td.payment-source-column .payment,
tr.advert-table-row td.payment-source-column .payment,
tr.page-table-row td.payment-source-column .payment {
  cursor: pointer;
}
tr.order-table-row td.payment-source-column .payment.payment-success,
tr.promo-table-row td.payment-source-column .payment.payment-success,
tr.advert-table-row td.payment-source-column .payment.payment-success,
tr.page-table-row td.payment-source-column .payment.payment-success {
  color: #2ecc71;
}
tr.order-table-row td.payment-source-column .payment.payment-fail,
tr.promo-table-row td.payment-source-column .payment.payment-fail,
tr.advert-table-row td.payment-source-column .payment.payment-fail,
tr.page-table-row td.payment-source-column .payment.payment-fail {
  color: #e2544b;
}
tr.order-table-row td.pos-status-column .error,
tr.promo-table-row td.pos-status-column .error,
tr.advert-table-row td.pos-status-column .error,
tr.page-table-row td.pos-status-column .error {
  color: #e2544b;
}
tr.order-table-row td.pos-status-column .success,
tr.promo-table-row td.pos-status-column .success,
tr.advert-table-row td.pos-status-column .success,
tr.page-table-row td.pos-status-column .success {
  color: #2ecc71;
}
tr.order-table-row td.confirmed-by-column,
tr.promo-table-row td.confirmed-by-column,
tr.advert-table-row td.confirmed-by-column,
tr.page-table-row td.confirmed-by-column {
  text-align: left;
}
tr.order-table-row td.confirmed-by-column .confirmed-by,
tr.promo-table-row td.confirmed-by-column .confirmed-by,
tr.advert-table-row td.confirmed-by-column .confirmed-by,
tr.page-table-row td.confirmed-by-column .confirmed-by {
  color: #333;
  font-weight: 500;
}
tr.order-table-row td.status-column,
tr.promo-table-row td.status-column,
tr.advert-table-row td.status-column,
tr.page-table-row td.status-column {
  min-width: 20px;
}
tr.order-table-row td.status-column .cancel-reason:before,
tr.promo-table-row td.status-column .cancel-reason:before,
tr.advert-table-row td.status-column .cancel-reason:before,
tr.page-table-row td.status-column .cancel-reason:before {
  content: '\e05f';
  position: relative;
  top: 2px;
  font-family: 'Streamline';
  margin-left: 4px;
  cursor: pointer;
}
tr.order-table-row td.status-column .cancel-reason .reason,
tr.promo-table-row td.status-column .cancel-reason .reason,
tr.advert-table-row td.status-column .cancel-reason .reason,
tr.page-table-row td.status-column .cancel-reason .reason,
tr.order-table-row td.status-column .cancel-reason .comment,
tr.promo-table-row td.status-column .cancel-reason .comment,
tr.advert-table-row td.status-column .cancel-reason .comment,
tr.page-table-row td.status-column .cancel-reason .comment {
  display: none;
}
tr.order-table-row td.status-column .cancel-reason.-expanded .reason,
tr.promo-table-row td.status-column .cancel-reason.-expanded .reason,
tr.advert-table-row td.status-column .cancel-reason.-expanded .reason,
tr.page-table-row td.status-column .cancel-reason.-expanded .reason,
tr.order-table-row td.status-column .cancel-reason.-expanded .comment,
tr.promo-table-row td.status-column .cancel-reason.-expanded .comment,
tr.advert-table-row td.status-column .cancel-reason.-expanded .comment,
tr.page-table-row td.status-column .cancel-reason.-expanded .comment {
  display: block;
  margin-top: 6px;
  color: #7f7f7f;
  overflow: hidden;
  max-width: 180px;
}
tr.order-table-row td.rate-column,
tr.promo-table-row td.rate-column,
tr.advert-table-row td.rate-column,
tr.page-table-row td.rate-column {
  text-align: left;
}
tr.order-table-row td.rate-column.rate-5 span,
tr.promo-table-row td.rate-column.rate-5 span,
tr.advert-table-row td.rate-column.rate-5 span,
tr.page-table-row td.rate-column.rate-5 span {
  color: #2ecc71;
}
tr.order-table-row td.rate-column.rate-4 span,
tr.promo-table-row td.rate-column.rate-4 span,
tr.advert-table-row td.rate-column.rate-4 span,
tr.page-table-row td.rate-column.rate-4 span {
  color: #5bae68;
}
tr.order-table-row td.rate-column.rate-3 span,
tr.promo-table-row td.rate-column.rate-3 span,
tr.advert-table-row td.rate-column.rate-3 span,
tr.page-table-row td.rate-column.rate-3 span {
  color: #88905e;
}
tr.order-table-row td.rate-column.rate-2 span,
tr.promo-table-row td.rate-column.rate-2 span,
tr.advert-table-row td.rate-column.rate-2 span,
tr.page-table-row td.rate-column.rate-2 span {
  color: #b57255;
}
tr.order-table-row td.rate-column.rate-1 span,
tr.promo-table-row td.rate-column.rate-1 span,
tr.advert-table-row td.rate-column.rate-1 span,
tr.page-table-row td.rate-column.rate-1 span {
  color: #e2544b;
}
tr.order-table-row td.rate-column .comment,
tr.promo-table-row td.rate-column .comment,
tr.advert-table-row td.rate-column .comment,
tr.page-table-row td.rate-column .comment {
  margin-top: 6px;
  color: #7f7f7f;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 180px;
  cursor: pointer;
}
tr.order-table-row td.rate-column .comment:before,
tr.promo-table-row td.rate-column .comment:before,
tr.advert-table-row td.rate-column .comment:before,
tr.page-table-row td.rate-column .comment:before {
  content: '\e05f';
  position: relative;
  top: 2px;
  font-family: 'Streamline';
  margin-right: 4px;
}
tr.order-table-row td.rate-column .comment.-expanded,
tr.promo-table-row td.rate-column .comment.-expanded,
tr.advert-table-row td.rate-column .comment.-expanded,
tr.page-table-row td.rate-column .comment.-expanded {
  white-space: pre-wrap;
}
tr.order-table-row td.address-column,
tr.promo-table-row td.address-column,
tr.advert-table-row td.address-column,
tr.page-table-row td.address-column {
  text-align: left;
}
tr.order-table-row td.address-column .takeaway,
tr.promo-table-row td.address-column .takeaway,
tr.advert-table-row td.address-column .takeaway,
tr.page-table-row td.address-column .takeaway {
  text-transform: uppercase;
}
tr.order-table-row td.address-column .comment,
tr.promo-table-row td.address-column .comment,
tr.advert-table-row td.address-column .comment,
tr.page-table-row td.address-column .comment {
  margin-top: 6px;
  color: #7f7f7f;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 180px;
  cursor: pointer;
}
tr.order-table-row td.address-column .comment:before,
tr.promo-table-row td.address-column .comment:before,
tr.advert-table-row td.address-column .comment:before,
tr.page-table-row td.address-column .comment:before {
  content: '\e05f';
  position: relative;
  top: 2px;
  font-family: 'Streamline';
  margin-right: 4px;
}
tr.order-table-row td.address-column .comment.-expanded,
tr.promo-table-row td.address-column .comment.-expanded,
tr.advert-table-row td.address-column .comment.-expanded,
tr.page-table-row td.address-column .comment.-expanded {
  white-space: pre-wrap;
}
tr.order-table-row td.delivery-zone,
tr.promo-table-row td.delivery-zone,
tr.advert-table-row td.delivery-zone,
tr.page-table-row td.delivery-zone {
  width: 70px;
}
tr.order-table-row td .number,
tr.promo-table-row td .number,
tr.advert-table-row td .number,
tr.page-table-row td .number {
  white-space: nowrap;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}
tr.order-table-row td .source-label,
tr.promo-table-row td .source-label,
tr.advert-table-row td .source-label,
tr.page-table-row td .source-label {
  border: 1px solid #919191;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 1px 3px;
  color: #919191;
  white-space: nowrap;
}
tr.order-table-row td .status-label,
tr.promo-table-row td .status-label,
tr.advert-table-row td .status-label,
tr.page-table-row td .status-label {
  display: inline-block;
  padding: 2px 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: lowercase;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  padding-right: 10px;
}
tr.order-table-row td .status-label.pending,
tr.promo-table-row td .status-label.pending,
tr.advert-table-row td .status-label.pending,
tr.page-table-row td .status-label.pending {
  background-color: #35ade8;
}
tr.order-table-row td .status-label.confirm,
tr.promo-table-row td .status-label.confirm,
tr.advert-table-row td .status-label.confirm,
tr.page-table-row td .status-label.confirm {
  background-color: #a855a9;
}
tr.order-table-row td .status-label.preparing,
tr.promo-table-row td .status-label.preparing,
tr.advert-table-row td .status-label.preparing,
tr.page-table-row td .status-label.preparing {
  background-color: #e2544b;
}
tr.order-table-row td .status-label.prepared,
tr.promo-table-row td .status-label.prepared,
tr.advert-table-row td .status-label.prepared,
tr.page-table-row td .status-label.prepared {
  background-color: #f59500;
}
tr.order-table-row td .status-label.delivery,
tr.promo-table-row td .status-label.delivery,
tr.advert-table-row td .status-label.delivery,
tr.page-table-row td .status-label.delivery {
  background-color: #fbc400;
}
tr.order-table-row td .status-label.complete,
tr.promo-table-row td .status-label.complete,
tr.advert-table-row td .status-label.complete,
tr.page-table-row td .status-label.complete {
  background-color: #2ecc71;
}
tr.order-table-row td .status-label.undo,
tr.promo-table-row td .status-label.undo,
tr.advert-table-row td .status-label.undo,
tr.page-table-row td .status-label.undo {
  background-color: #919191;
}
tr.order-table-row td .status-label.draft,
tr.promo-table-row td .status-label.draft,
tr.advert-table-row td .status-label.draft,
tr.page-table-row td .status-label.draft {
  background-color: #808080;
}
tr.order-table-row td .status-label:after,
tr.promo-table-row td .status-label:after,
tr.advert-table-row td .status-label:after,
tr.page-table-row td .status-label:after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  left: 4px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
tr.order-table-row td .editable-field,
tr.promo-table-row td .editable-field,
tr.advert-table-row td .editable-field,
tr.page-table-row td .editable-field {
  text-decoration: underline;
  cursor: pointer;
}
tr.order-table-row td .editable-field.-empty,
tr.promo-table-row td .editable-field.-empty,
tr.advert-table-row td .editable-field.-empty,
tr.page-table-row td .editable-field.-empty {
  color: #919191;
}
tr.order-table-row td .tag-label,
tr.promo-table-row td .tag-label,
tr.advert-table-row td .tag-label,
tr.page-table-row td .tag-label {
  border: 1px solid #919191;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 1px 3px;
  color: #919191;
  white-space: nowrap;
}
@-moz-keyframes order-blink {
  0% {
    background-color: rgba(53,173,232,0.005);
  }
  10% {
    background-color: rgba(53,173,232,0.2);
  }
  100% {
    background-color: rgba(53,173,232,0.005);
  }
}
@-webkit-keyframes order-blink {
  0% {
    background-color: rgba(53,173,232,0.005);
  }
  10% {
    background-color: rgba(53,173,232,0.2);
  }
  100% {
    background-color: rgba(53,173,232,0.005);
  }
}
@-o-keyframes order-blink {
  0% {
    background-color: rgba(53,173,232,0.005);
  }
  10% {
    background-color: rgba(53,173,232,0.2);
  }
  100% {
    background-color: rgba(53,173,232,0.005);
  }
}
@keyframes order-blink {
  0% {
    background-color: rgba(53,173,232,0.005);
  }
  10% {
    background-color: rgba(53,173,232,0.2);
  }
  100% {
    background-color: rgba(53,173,232,0.005);
  }
}
tr.promo-table-row,
tr.advert-table-row,
tr.page-table-row {
  cursor: pointer;
}
tr.promo-table-row td,
tr.advert-table-row td,
tr.page-table-row td {
  padding: 9px 6px;
}
tr.promo-table-row td .sm-checkbox,
tr.advert-table-row td .sm-checkbox,
tr.page-table-row td .sm-checkbox {
  padding: 0;
}
tr.promo-table-row td .sm-checkbox .label,
tr.advert-table-row td .sm-checkbox .label,
tr.page-table-row td .sm-checkbox .label {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
tr.promo-table-row td .sm-checkbox .label:before,
tr.advert-table-row td .sm-checkbox .label:before,
tr.page-table-row td .sm-checkbox .label:before,
tr.promo-table-row td .sm-checkbox .label:after,
tr.advert-table-row td .sm-checkbox .label:after,
tr.page-table-row td .sm-checkbox .label:after {
  left: unset;
  right: unset;
}
.promos-table,
.adverts-table,
.pages-table {
  max-height: 100%;
}
.table-container-promos .promos-table,
.table-container-adverts .promos-table,
.table-container-pages .promos-table,
.table-container-promos .adverts-table,
.table-container-adverts .adverts-table,
.table-container-pages .adverts-table,
.table-container-promos .pages-table,
.table-container-adverts .pages-table,
.table-container-pages .pages-table {
  max-height: 100%;
  overflow: scroll;
  padding: 0;
  min-height: 100%;
}
.table-container-promos .promos-table thead,
.table-container-adverts .promos-table thead,
.table-container-pages .promos-table thead,
.table-container-promos .adverts-table thead,
.table-container-adverts .adverts-table thead,
.table-container-pages .adverts-table thead,
.table-container-promos .pages-table thead,
.table-container-adverts .pages-table thead,
.table-container-pages .pages-table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.table-container-promos .promos-table thead th,
.table-container-adverts .promos-table thead th,
.table-container-pages .promos-table thead th,
.table-container-promos .adverts-table thead th,
.table-container-adverts .adverts-table thead th,
.table-container-pages .adverts-table thead th,
.table-container-promos .pages-table thead th,
.table-container-adverts .pages-table thead th,
.table-container-pages .pages-table thead th {
  padding: 9px 12px;
}
.table-container-promos .promos-table thead th .heading,
.table-container-adverts .promos-table thead th .heading,
.table-container-pages .promos-table thead th .heading,
.table-container-promos .adverts-table thead th .heading,
.table-container-adverts .adverts-table thead th .heading,
.table-container-pages .adverts-table thead th .heading,
.table-container-promos .pages-table thead th .heading,
.table-container-adverts .pages-table thead th .heading,
.table-container-pages .pages-table thead th .heading {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.table-container-promos .promos-table tr td,
.table-container-adverts .promos-table tr td,
.table-container-pages .promos-table tr td,
.table-container-promos .adverts-table tr td,
.table-container-adverts .adverts-table tr td,
.table-container-pages .adverts-table tr td,
.table-container-promos .pages-table tr td,
.table-container-adverts .pages-table tr td,
.table-container-pages .pages-table tr td {
  text-align: left;
  padding: 9px 12px;
}
.table-container-promos .promos-table .restricts-column,
.table-container-adverts .promos-table .restricts-column,
.table-container-pages .promos-table .restricts-column,
.table-container-promos .adverts-table .restricts-column,
.table-container-adverts .adverts-table .restricts-column,
.table-container-pages .adverts-table .restricts-column,
.table-container-promos .pages-table .restricts-column,
.table-container-adverts .pages-table .restricts-column,
.table-container-pages .pages-table .restricts-column,
.table-container-promos .promos-table .sources-column,
.table-container-adverts .promos-table .sources-column,
.table-container-pages .promos-table .sources-column,
.table-container-promos .adverts-table .sources-column,
.table-container-adverts .adverts-table .sources-column,
.table-container-pages .adverts-table .sources-column,
.table-container-promos .pages-table .sources-column,
.table-container-adverts .pages-table .sources-column,
.table-container-pages .pages-table .sources-column,
.table-container-promos .promos-table .restaurants-column,
.table-container-adverts .promos-table .restaurants-column,
.table-container-pages .promos-table .restaurants-column,
.table-container-promos .adverts-table .restaurants-column,
.table-container-adverts .adverts-table .restaurants-column,
.table-container-pages .adverts-table .restaurants-column,
.table-container-promos .pages-table .restaurants-column,
.table-container-adverts .pages-table .restaurants-column,
.table-container-pages .pages-table .restaurants-column {
  max-width: 200px;
  white-space: break-spaces;
}
.table-container-promos .promos-table .zero-data,
.table-container-adverts .promos-table .zero-data,
.table-container-pages .promos-table .zero-data,
.table-container-promos .adverts-table .zero-data,
.table-container-adverts .adverts-table .zero-data,
.table-container-pages .adverts-table .zero-data,
.table-container-promos .pages-table .zero-data,
.table-container-adverts .pages-table .zero-data,
.table-container-pages .pages-table .zero-data {
  margin: 0;
  height: 200px;
}
.table-container-promos .promos-table .zero-data .header,
.table-container-adverts .promos-table .zero-data .header,
.table-container-pages .promos-table .zero-data .header,
.table-container-promos .adverts-table .zero-data .header,
.table-container-adverts .adverts-table .zero-data .header,
.table-container-pages .adverts-table .zero-data .header,
.table-container-promos .pages-table .zero-data .header,
.table-container-adverts .pages-table .zero-data .header,
.table-container-pages .pages-table .zero-data .header {
  position: absolute;
  left: 50%;
  top: 200px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.table-container-promos .filters-container,
.table-container-adverts .filters-container,
.table-container-pages .filters-container {
  position: fixed;
  left: 0;
  top: 60px;
  background: #f5f5f5;
  min-width: 280px;
  padding: 70px 10px;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.table-container-promos .filters-container.visible,
.table-container-adverts .filters-container.visible,
.table-container-pages .filters-container.visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.table-container-promos .filters-container.visible .filters .filter-toggle-button,
.table-container-adverts .filters-container.visible .filters .filter-toggle-button,
.table-container-pages .filters-container.visible .filters .filter-toggle-button {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: -15px;
}
.table-container-promos .filters-container .filters,
.table-container-adverts .filters-container .filters,
.table-container-pages .filters-container .filters {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.table-container-promos .filters-container .filters .filter-toggle-button,
.table-container-adverts .filters-container .filters .filter-toggle-button,
.table-container-pages .filters-container .filters .filter-toggle-button {
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 60px);
  right: -25px;
  z-index: 9999;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.table-container-promos .filters-container .filters .filter-toggle-button:hover,
.table-container-adverts .filters-container .filters .filter-toggle-button:hover,
.table-container-pages .filters-container .filters .filter-toggle-button:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.table-container-promos .filters-container .filters .filter .date-time-range,
.table-container-adverts .filters-container .filters .filter .date-time-range,
.table-container-pages .filters-container .filters .filter .date-time-range {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 6px;
  gap: 9px;
}
.pages-table {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: fit-content;
}
.pages-table .header-wrapper {
  max-width: 580px;
  margin: 0 auto;
  height: 40px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pages-table .table-container-pages {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.pages-table .table-container-pages .content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 75%;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
  height: 100%;
}
.pages-table .table-container-pages img {
  max-width: 24px;
  object-fit: contain;
}
.pages-table .table-container-pages .filters-container {
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  top: unset;
  left: unset;
  padding-top: 12px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 8%;
  -ms-flex: 1 1 8%;
  flex: 1 1 8%;
  max-width: 300px;
  height: 100vh;
}
.pages-table .table-container-pages .filters-container .filter-toggle-button {
  display: none;
}
@media only screen and (max-height: 700px) {
  .pages-table .table-container-pages .filters-container {
    height: fit-content;
  }
}

.sidebar-order-card {
  padding: 7px 15px;
  border-top: 1px solid #dadada;
  cursor: pointer;
  max-height: fit-content;
}
.sidebar-order-card::first-line {
  border-top: none;
}
.sidebar-order-card:last-child {
  border-bottom: 1px solid #dadada;
}
.sidebar-order-card.pending {
  background: rgba(53,173,232,0.1);
}
.sidebar-order-card.is-selected {
  background: #dadada;
}
.sidebar-order-card .problem {
  margin-bottom: 5px;
}
.sidebar-order-card .problem > .problem-badge {
  font-size: 12px;
  color: #f96952;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.sidebar-order-card .order-info .status-label {
  display: inline-block;
  padding: 2px 6px;
  background: #2ecc71;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
}
.sidebar-order-card .order-info .status-label.pending {
  background-color: #35ade8;
}
.sidebar-order-card .order-info .status-label.confirm {
  background-color: #a855a9;
}
.sidebar-order-card .order-info .status-label.preparing {
  background-color: #e2544b;
}
.sidebar-order-card .order-info .status-label.prepared {
  background-color: #f59500;
}
.sidebar-order-card .order-info .status-label.delivery {
  background-color: #fbc400;
}
.sidebar-order-card .order-info .status-label.complete {
  background-color: #2ecc71;
}
.sidebar-order-card .order-info .status-label.undo {
  background-color: #919191;
}
.sidebar-order-card .order-info .status-label.draft {
  background-color: #808080;
}
.sidebar-order-card .order-info .delivery-time {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: rgba(0,0,0,0.5);
}
.sidebar-order-card .order-info .order-number {
  float: right;
  margin-top: 2px;
  font-size: 14px;
  color: rgba(0,0,0,0.5);
}
.sidebar-order-card .order-info .order-source {
  margin-top: 4px;
  font-size: 16px;
  color: rgba(0,0,0,0.5);
}
.sidebar-order-card .order-route {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 10px;
}
.sidebar-order-card .order-route .courier {
  width: 100%;
}
.sidebar-order-card .order-route .departure {
  margin-right: 30px;
  position: relative;
}
.sidebar-order-card .order-route .departure:after {
  content: '\e5a9';
  position: absolute;
  color: #7f7f7f;
  font-family: Streamline;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -18px;
  font-size: 12px;
}
.sidebar-order-card .order-route .departure,
.sidebar-order-card .order-route .destination,
.sidebar-order-card .order-route .courier {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.sidebar-order-card .order-route .departure .name,
.sidebar-order-card .order-route .destination .name,
.sidebar-order-card .order-route .courier .name {
  font-size: 12px;
  font-weight: bold;
  color: rgba(0,0,0,0.4);
}
.sidebar-order-card .order-route .departure .address,
.sidebar-order-card .order-route .destination .address,
.sidebar-order-card .order-route .courier .address {
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}
.sidebar-order-card .order-route .departure .takeaway,
.sidebar-order-card .order-route .destination .takeaway,
.sidebar-order-card .order-route .courier .takeaway {
  display: inline-block;
  font-size: 12px;
  color: #b2b2b2;
  padding: 1px 5px;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.sidebar-order-card .order-route .departure .dine-in,
.sidebar-order-card .order-route .destination .dine-in,
.sidebar-order-card .order-route .courier .dine-in {
  display: inline-block;
  font-size: 12px;
  color: #000;
  padding: 0px 7px 3px;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 18px;
}
.sidebar-order-card .order-route .departure .dine-in:before,
.sidebar-order-card .order-route .destination .dine-in:before,
.sidebar-order-card .order-route .courier .dine-in:before {
  content: '\e4e5';
  color: #000;
  font-family: Streamline;
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
  display: inline-block;
}

.sidebar-orders-filters {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 3px solid rgba(218,218,218,0.6);
  font-size: 13px;
  color: #7f7f7f;
  background: #ededed;
}
.sidebar-orders-filters .target {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
  height: 20px;
  width: 100%;
}
.sidebar-orders-filters .sm-button {
  white-space: break-spaces;
}
.sidebar-orders-filters .sm-popover-body {
  padding: 20px 0;
  top: unset !important;
  bottom: 20px !important;
}
.sidebar-orders-filters .sm-popover-body.sm-popover-medium {
  width: fit-content !important;
}
@media only screen and (max-height: 700px) {
  .sidebar-orders-filters .sm-popover-body .filters {
    height: 300px;
    overflow: scroll;
  }
}
.sidebar-orders-filters .sm-popover-body .date-time-range .separator {
  margin-top: 8px;
}
.sidebar-orders-filters .sm-popover-body .checkbox-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-items: stretch;
  gap: 10px;
}
.sidebar-orders-filters .sm-popover-body .checkbox-group .sm-checkbox {
  margin: 0;
  width: 100%;
  padding: 0;
}
.sidebar-orders-filters .sm-popover-body .checkbox-group .label {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.sidebar-orders-filters .sm-popover-body .checkbox-group .label::before {
  display: block;
  position: relative;
  left: inherit;
  top: inherit;
  margin-right: 5px;
}
.sidebar-orders-filters .sm-popover-body .checkbox-group .label::after {
  left: 7px;
  top: 3px;
}
.sidebar-orders-filters .actions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 20px;
  gap: 15px;
}
.sidebar-orders-filters .actions .sm-button {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.sidebar-orders-filters .filters-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
}
.sidebar-orders-filters .filters-text {
  width: 100%;
  text-align: center;
}
.sidebar-orders-filters .filters-text .no-filters {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 40px;
}

.edit-promo .plain-form-subheader,
.edit-modifier-group .plain-form-subheader {
  text-align: left;
  padding-top: 35px;
}
.edit-promo .plain-form-subheader > h1,
.edit-modifier-group .plain-form-subheader > h1 {
  color: #333;
  font-weight: 300;
  font-size: 19px;
}
.edit-promo .plain-form-subheader > h2,
.edit-modifier-group .plain-form-subheader > h2 {
  color: #7f7f7f;
  font-weight: 300;
  font-size: 15px;
  padding: 0;
  padding-top: 5px;
  line-height: 1.3;
}
.edit-promo .sm-text-field.numeric-field,
.edit-modifier-group .sm-text-field.numeric-field {
  width: 75px;
}
.edit-promo .control-label,
.edit-modifier-group .control-label {
  font-size: 15px;
}
.edit-promo .form-control.once-only .sm-toggle,
.edit-modifier-group .form-control.once-only .sm-toggle {
  margin-top: 7px;
}
.edit-promo .form-control.order-sum .inputs,
.edit-modifier-group .form-control.order-sum .inputs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.edit-promo .form-control.order-sum .inputs .sm-text-field,
.edit-modifier-group .form-control.order-sum .inputs .sm-text-field {
  margin-right: 25px;
}
.edit-promo .form-control.order-sum .inputs .sm-checkbox .label,
.edit-modifier-group .form-control.order-sum .inputs .sm-checkbox .label {
  margin-top: 0;
}
.edit-promo.plain-form .plain-form-section,
.edit-modifier-group.plain-form .plain-form-section {
  padding-right: 0;
}
.edit-promo.plain-form .control-label,
.edit-modifier-group.plain-form .control-label {
  width: 30%;
}
.edit-promo.plain-form .form-control,
.edit-modifier-group.plain-form .form-control {
  width: 70%;
}
.edit-promo.plain-form .warning,
.edit-modifier-group.plain-form .warning {
  color: #e2544b;
  font-weight: bold;
}
.edit-promo.plain-form .warning:before,
.edit-modifier-group.plain-form .warning:before {
  content: '⚠️ ';
}
.edit-promo.plain-form .notice,
.edit-modifier-group.plain-form .notice {
  color: #000;
  text-indent: -25px;
  padding-left: 25px;
  margin-top: 10px;
}
.edit-promo.plain-form .notice:before,
.edit-modifier-group.plain-form .notice:before {
  content: '⚠️ ';
}
.edit-promo.plain-form .notice.two-line:before,
.edit-modifier-group.plain-form .notice.two-line:before {
  margin-top: 4px;
}
.edit-promo .clients-chosen .sm-chosen-suggestion,
.edit-modifier-group .clients-chosen .sm-chosen-suggestion {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 5px 5px !important;
}
.edit-promo .clients-chosen .sm-chosen-suggestion .client-avatar,
.edit-modifier-group .clients-chosen .sm-chosen-suggestion .client-avatar {
  width: 30px;
  height: 30px;
  background-color: #b2b2b2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
}
.edit-promo .clients-chosen .sm-chosen-suggestion .client-info,
.edit-modifier-group .clients-chosen .sm-chosen-suggestion .client-info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  padding-left: 10px;
}
.edit-promo .clients-chosen .sm-chosen-suggestion .client-info > .name,
.edit-modifier-group .clients-chosen .sm-chosen-suggestion .client-info > .name {
  font-size: 13px;
}
.edit-promo .clients-chosen .sm-chosen-suggestion .client-info > .phones,
.edit-modifier-group .clients-chosen .sm-chosen-suggestion .client-info > .phones {
  font-size: 11px;
  color: #f96952;
}
.edit-promo .create-promo-codes .sm-text-field,
.edit-modifier-group .create-promo-codes .sm-text-field {
  width: 100px;
  margin-right: 4px;
}
.edit-promo .caption.number,
.edit-modifier-group .caption.number {
  font-size: 15px;
  font-weight: bold;
}
.edit-promo .caption.number span,
.edit-modifier-group .caption.number span {
  margin-right: 10px;
}
.edit-promo .dishes-chosen .sm-chosen-suggestion .dish-suggestion,
.edit-modifier-group .dishes-chosen .sm-chosen-suggestion .dish-suggestion {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 5px 5px !important;
}
.edit-promo .dishes-chosen .sm-chosen-suggestion .dish-suggestion .dish-image,
.edit-modifier-group .dishes-chosen .sm-chosen-suggestion .dish-suggestion .dish-image {
  width: 30px;
  height: 30px;
  background-color: #b2b2b2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
}
.edit-promo .dishes-chosen .sm-chosen-suggestion .dish-suggestion .dish-info,
.edit-modifier-group .dishes-chosen .sm-chosen-suggestion .dish-suggestion .dish-info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  padding-left: 10px;
}
.edit-promo .dishes-chosen .sm-chosen-suggestion .dish-suggestion .dish-info > .name,
.edit-modifier-group .dishes-chosen .sm-chosen-suggestion .dish-suggestion .dish-info > .name {
  font-size: 13px;
}
.edit-promo .dishes-chosen .sm-chosen-suggestion .dish-suggestion .dish-info > .category-name,
.edit-modifier-group .dishes-chosen .sm-chosen-suggestion .dish-suggestion .dish-info > .category-name {
  font-size: 11px;
  color: #919191;
}
.edit-promo .actual-range .sm-datetime,
.edit-modifier-group .actual-range .sm-datetime {
  width: 161px;
  font-size: 13px;
  display: inline-block;
}
.edit-promo .actual-range > .separator,
.edit-modifier-group .actual-range > .separator {
  font-size: 14px;
  color: #7f7f7f;
  padding: 0 8px;
  display: inline;
}
.edit-promo .custom-timetable,
.edit-modifier-group .custom-timetable {
  margin-top: 5px;
}
.edit-promo .custom-timetable .timetable-switch,
.edit-modifier-group .custom-timetable .timetable-switch {
  font-size: 12px;
  text-align: left;
  padding-top: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  color: #919191;
}
.edit-promo .custom-timetable .timetable-switch.active,
.edit-modifier-group .custom-timetable .timetable-switch.active {
  color: #f96952;
}
.edit-promo .custom-timetable .timetable-editor-component.promo-timetable .day-editor-component,
.edit-modifier-group .custom-timetable .timetable-editor-component.promo-timetable .day-editor-component {
  border: none;
}
.edit-promo .custom-timetable .timetable-editor-component.promo-timetable .day-editor-component .weekday,
.edit-modifier-group .custom-timetable .timetable-editor-component.promo-timetable .day-editor-component .weekday {
  display: table-cell;
}
.edit-promo .custom-timetable .timetable-editor-component.promo-timetable .day-editor-component .day-intervals,
.edit-modifier-group .custom-timetable .timetable-editor-component.promo-timetable .day-editor-component .day-intervals {
  border-left: none;
  padding-right: 4px;
}
.edit-promo .custom-timetable .timetable-editor-component.promo-timetable .day-editor-component .day-intervals .day-interval,
.edit-modifier-group .custom-timetable .timetable-editor-component.promo-timetable .day-editor-component .day-intervals .day-interval {
  margin-left: 5px;
}
.edit-promo .sm-segment,
.edit-modifier-group .sm-segment {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.edit-promo .sm-segment.disabled,
.edit-modifier-group .sm-segment.disabled {
  filter: grayscale();
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  pointer-events: none;
}
.edit-promo .frames-card-wrapper .card-wrapper,
.edit-modifier-group .frames-card-wrapper .card-wrapper {
  height: 180px;
  width: 147px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  position: relative;
  float: left;
  float: left;
  margin: 6px 6px 0px 0px;
}
.edit-promo .frames-card-wrapper .story-frame-card,
.edit-modifier-group .frames-card-wrapper .story-frame-card {
  height: 180px;
  width: 147px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
}
.edit-promo .frames-card-wrapper .story-frame-card .story-frame-photo,
.edit-modifier-group .frames-card-wrapper .story-frame-card .story-frame-photo {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #f2f2f2;
}
.edit-promo .frames-card-wrapper .story-frame-card.add-frame-button,
.edit-modifier-group .frames-card-wrapper .story-frame-card.add-frame-button {
  background-color: #f2f2f2;
}
.edit-promo .frames-card-wrapper .story-frame-card.add-frame-button:hover,
.edit-modifier-group .frames-card-wrapper .story-frame-card.add-frame-button:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.edit-promo .frames-card-wrapper .story-frame-card.add-frame-button .add-frame,
.edit-modifier-group .frames-card-wrapper .story-frame-card.add-frame-button .add-frame {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.edit-promo .frames-card-wrapper .story-frame-card.add-frame-button .add-frame-img,
.edit-modifier-group .frames-card-wrapper .story-frame-card.add-frame-button .add-frame-img {
  display: block;
  position: relative;
  width: 100%;
  height: 70px;
}
.edit-promo .frames-card-wrapper .story-frame-card.add-frame-button .add-frame-img:before,
.edit-modifier-group .frames-card-wrapper .story-frame-card.add-frame-button .add-frame-img:before {
  content: '';
  width: 6px;
  height: 60px;
  left: 50%;
  margin-left: -3px;
  display: block;
  background: #dadada;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
}
.edit-promo .frames-card-wrapper .story-frame-card.add-frame-button .add-frame-img:after,
.edit-modifier-group .frames-card-wrapper .story-frame-card.add-frame-button .add-frame-img:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 60px;
  display: block;
  background: #dadada;
}
.edit-promo .frames-card-wrapper .sm-sortable-item.sortable-ghost .story-frame-card,
.edit-modifier-group .frames-card-wrapper .sm-sortable-item.sortable-ghost .story-frame-card {
  border: 1px dashed #919191;
}
.edit-promo .frames-card-wrapper .sm-sortable-item.sortable-ghost .story-frame-card > *,
.edit-modifier-group .frames-card-wrapper .sm-sortable-item.sortable-ghost .story-frame-card > * {
  display: none;
}
.edit-promo .frames-card-wrapper .sm-sortable-item:nth-child(3n),
.edit-modifier-group .frames-card-wrapper .sm-sortable-item:nth-child(3n) {
  margin-right: 0;
}

.dish-groups-index-page .combo.sidebar-layout .sidebar .sm-segmented .sm-segment,
.modifier-groups-index-page .combo.sidebar-layout .sidebar .sm-segmented .sm-segment,
.category-index-page .combo.sidebar-layout .sidebar .sm-segmented .sm-segment,
.dish-groups-dish-group-edit-page .combo.sidebar-layout .sidebar .sm-segmented .sm-segment,
.modifier-groups-modifier-group-edit-page .combo.sidebar-layout .sidebar .sm-segmented .sm-segment {
  width: fit-content;
}
.promos-index-page,
.adverts-index-page,
.banners-index-page,
.modifier-groups-index-page,
.loyalty-programs-index-page,
.client-tags-index-page,
.bonus-categories-index-page,
.communication-channels-index-page,
.dish-groups-index-page,
display flex {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.promos-index-page .main-content,
.adverts-index-page .main-content,
.banners-index-page .main-content,
.modifier-groups-index-page .main-content,
.loyalty-programs-index-page .main-content,
.client-tags-index-page .main-content,
.bonus-categories-index-page .main-content,
.communication-channels-index-page .main-content,
.dish-groups-index-page .main-content,
display flex .main-content {
  background-color: #fafafa;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.promos-index-page .scrollable-content,
.adverts-index-page .scrollable-content,
.banners-index-page .scrollable-content,
.modifier-groups-index-page .scrollable-content,
.loyalty-programs-index-page .scrollable-content,
.client-tags-index-page .scrollable-content,
.bonus-categories-index-page .scrollable-content,
.communication-channels-index-page .scrollable-content,
.dish-groups-index-page .scrollable-content,
display flex .scrollable-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 10px;
  -ms-flex: 1 0 10px;
  flex: 1 0 10px;
  overflow-y: auto;
}
.promos-index-page .fixed-header,
.adverts-index-page .fixed-header,
.banners-index-page .fixed-header,
.modifier-groups-index-page .fixed-header,
.loyalty-programs-index-page .fixed-header,
.client-tags-index-page .fixed-header,
.bonus-categories-index-page .fixed-header,
.communication-channels-index-page .fixed-header,
.dish-groups-index-page .fixed-header,
display flex .fixed-header {
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}
.promos-index-page .fixed-header .header-wrapper,
.adverts-index-page .fixed-header .header-wrapper,
.banners-index-page .fixed-header .header-wrapper,
.modifier-groups-index-page .fixed-header .header-wrapper,
.loyalty-programs-index-page .fixed-header .header-wrapper,
.client-tags-index-page .fixed-header .header-wrapper,
.bonus-categories-index-page .fixed-header .header-wrapper,
.communication-channels-index-page .fixed-header .header-wrapper,
.dish-groups-index-page .fixed-header .header-wrapper,
display flex .fixed-header .header-wrapper {
  max-width: 580px;
  margin: 0 auto;
  height: 70px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.promos-index-page .fixed-header .view-variant-control,
.adverts-index-page .fixed-header .view-variant-control,
.banners-index-page .fixed-header .view-variant-control,
.modifier-groups-index-page .fixed-header .view-variant-control,
.loyalty-programs-index-page .fixed-header .view-variant-control,
.client-tags-index-page .fixed-header .view-variant-control,
.bonus-categories-index-page .fixed-header .view-variant-control,
.communication-channels-index-page .fixed-header .view-variant-control,
.dish-groups-index-page .fixed-header .view-variant-control,
display flex .fixed-header .view-variant-control {
  max-width: 580px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
}
.promos-index-page .fixed-header .view-variant-control .sm-select,
.adverts-index-page .fixed-header .view-variant-control .sm-select,
.banners-index-page .fixed-header .view-variant-control .sm-select,
.modifier-groups-index-page .fixed-header .view-variant-control .sm-select,
.loyalty-programs-index-page .fixed-header .view-variant-control .sm-select,
.client-tags-index-page .fixed-header .view-variant-control .sm-select,
.bonus-categories-index-page .fixed-header .view-variant-control .sm-select,
.communication-channels-index-page .fixed-header .view-variant-control .sm-select,
.dish-groups-index-page .fixed-header .view-variant-control .sm-select,
display flex .fixed-header .view-variant-control .sm-select {
  max-width: 250px;
  margin: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.promos-index-page .fixed-header .view-variant-control .header-text,
.adverts-index-page .fixed-header .view-variant-control .header-text,
.banners-index-page .fixed-header .view-variant-control .header-text,
.modifier-groups-index-page .fixed-header .view-variant-control .header-text,
.loyalty-programs-index-page .fixed-header .view-variant-control .header-text,
.client-tags-index-page .fixed-header .view-variant-control .header-text,
.bonus-categories-index-page .fixed-header .view-variant-control .header-text,
.communication-channels-index-page .fixed-header .view-variant-control .header-text,
.dish-groups-index-page .fixed-header .view-variant-control .header-text,
display flex .fixed-header .view-variant-control .header-text {
  font-size: 24px;
  font-weight: 100;
  color: #333;
}
.promos-index-page .fixed-header .view-variant-control .header-button,
.adverts-index-page .fixed-header .view-variant-control .header-button,
.banners-index-page .fixed-header .view-variant-control .header-button,
.modifier-groups-index-page .fixed-header .view-variant-control .header-button,
.loyalty-programs-index-page .fixed-header .view-variant-control .header-button,
.client-tags-index-page .fixed-header .view-variant-control .header-button,
.bonus-categories-index-page .fixed-header .view-variant-control .header-button,
.communication-channels-index-page .fixed-header .view-variant-control .header-button,
.dish-groups-index-page .fixed-header .view-variant-control .header-button,
display flex .fixed-header .view-variant-control .header-button {
  font-size: 18px;
  color: #f96952;
  font-weight: 100;
}
.promos-index-page .promo-card-list,
.adverts-index-page .promo-card-list,
.banners-index-page .promo-card-list,
.modifier-groups-index-page .promo-card-list,
.loyalty-programs-index-page .promo-card-list,
.client-tags-index-page .promo-card-list,
.bonus-categories-index-page .promo-card-list,
.communication-channels-index-page .promo-card-list,
.dish-groups-index-page .promo-card-list,
display flex .promo-card-list,
.promos-index-page .modifier-group-card-list,
.adverts-index-page .modifier-group-card-list,
.banners-index-page .modifier-group-card-list,
.modifier-groups-index-page .modifier-group-card-list,
.loyalty-programs-index-page .modifier-group-card-list,
.client-tags-index-page .modifier-group-card-list,
.bonus-categories-index-page .modifier-group-card-list,
.communication-channels-index-page .modifier-group-card-list,
.dish-groups-index-page .modifier-group-card-list,
display flex .modifier-group-card-list {
  padding: 20px 0;
  width: 580px;
  margin: 0 auto;
}
.promos-index-page .promo-card-list .promo-card,
.adverts-index-page .promo-card-list .promo-card,
.banners-index-page .promo-card-list .promo-card,
.modifier-groups-index-page .promo-card-list .promo-card,
.loyalty-programs-index-page .promo-card-list .promo-card,
.client-tags-index-page .promo-card-list .promo-card,
.bonus-categories-index-page .promo-card-list .promo-card,
.communication-channels-index-page .promo-card-list .promo-card,
.dish-groups-index-page .promo-card-list .promo-card,
display flex .promo-card-list .promo-card,
.promos-index-page .modifier-group-card-list .promo-card,
.adverts-index-page .modifier-group-card-list .promo-card,
.banners-index-page .modifier-group-card-list .promo-card,
.modifier-groups-index-page .modifier-group-card-list .promo-card,
.loyalty-programs-index-page .modifier-group-card-list .promo-card,
.client-tags-index-page .modifier-group-card-list .promo-card,
.bonus-categories-index-page .modifier-group-card-list .promo-card,
.communication-channels-index-page .modifier-group-card-list .promo-card,
.dish-groups-index-page .modifier-group-card-list .promo-card,
display flex .modifier-group-card-list .promo-card,
.promos-index-page .promo-card-list .modifier-group-card,
.adverts-index-page .promo-card-list .modifier-group-card,
.banners-index-page .promo-card-list .modifier-group-card,
.modifier-groups-index-page .promo-card-list .modifier-group-card,
.loyalty-programs-index-page .promo-card-list .modifier-group-card,
.client-tags-index-page .promo-card-list .modifier-group-card,
.bonus-categories-index-page .promo-card-list .modifier-group-card,
.communication-channels-index-page .promo-card-list .modifier-group-card,
.dish-groups-index-page .promo-card-list .modifier-group-card,
display flex .promo-card-list .modifier-group-card,
.promos-index-page .modifier-group-card-list .modifier-group-card,
.adverts-index-page .modifier-group-card-list .modifier-group-card,
.banners-index-page .modifier-group-card-list .modifier-group-card,
.modifier-groups-index-page .modifier-group-card-list .modifier-group-card,
.loyalty-programs-index-page .modifier-group-card-list .modifier-group-card,
.client-tags-index-page .modifier-group-card-list .modifier-group-card,
.bonus-categories-index-page .modifier-group-card-list .modifier-group-card,
.communication-channels-index-page .modifier-group-card-list .modifier-group-card,
.dish-groups-index-page .modifier-group-card-list .modifier-group-card,
display flex .modifier-group-card-list .modifier-group-card {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.promos-page .header-wrapper:has(.sm-segmented) {
  height: fit-content;
  margin-bottom: 15px;
  margin-top: -9px;
}
.communication-channels-index-page .fixed-header .header-wrapper {
  max-width: 1200px;
}

.reports-page .reports-content {
  overflow-x: auto;
}
.reports-page .report-result {
  padding: 20px 45px;
}
.reports-page .report-result table {
  margin: 0 auto;
  font-size: 14px;
  color: #333;
}
.reports-page .report-result table th {
  font-weight: 500;
  color: #4d4d4d;
}
.reports-page .report-result table thead tr th {
  font-size: 15px;
  padding: 10px 6px;
  text-align: center;
  border: 0.5px solid #dadada;
  border-bottom: 3px solid #e2544b;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 1;
}
.reports-page .report-result table tfoot tr th {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 6px;
  text-align: center;
  border: 0.5px solid #dadada;
  border-top: 3px solid #e2544b;
}
.reports-page .report-result table tbody tr td,
.reports-page .report-result table tbody tr th {
  padding: 4px 12px;
  white-space: nowrap;
  border: 0.5px solid #dadada;
  text-align: center;
}
.reports-page .report-result table tbody tr td.empty-olap-cell,
.reports-page .report-result table tbody tr th.empty-olap-cell {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.reports-page .report-result table tbody tr th {
  white-space: unset;
}
.reports-page .report-result table tbody tr th,
.reports-page .report-result table thead tr th:first-child,
.reports-page .report-result table tfoot tr th:first-child {
  border-right: 0.5px solid #dadada;
  position: sticky;
  left: -1px;
  background: #fff;
}
.reports-page .report-result table tbody tr:nth-child(2n) td,
.reports-page .report-result table tbody tr:nth-child(2n) th {
  background-color: #f2f2f2;
}
.reports-page .report-result table tbody tr:hover td,
.reports-page .report-result table tbody tr:hover th {
  background-color: #e6f9ee;
}
.reports-page .loading-block {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
.reports-page .loading-block .loading-caption {
  margin-top: 10px;
  font-size: 16px;
  color: #919191;
}
.reports-page .sidebar .report-type {
  border-bottom: 0.5px solid #dadada;
}
.reports-page .sidebar .sm-popover.popover-menu {
  display: block;
}
.reports-page .sidebar .sm-popover.popover-menu .sm-popover-target {
  display: block;
}
.reports-page .sidebar .sm-popover.popover-menu .sm-popover-body {
  padding: 0;
}
.reports-page .sidebar .sm-popover.popover-menu .sm-popover-body .popover-section {
  overflow-y: auto;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  max-height: 250px;
}
.reports-page .sidebar .sm-popover.popover-menu .sm-popover-body .popover-section .popover-item {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 7px 20px;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.reports-page .sidebar .sm-popover.popover-menu .sm-popover-body .popover-section .popover-item:hover {
  color: #fff;
  background-color: #f96952;
}
.reports-page .sidebar .sm-button.add-filter {
  margin-bottom: 10px;
}
.reports-page .sidebar .sm-button.add-filter:before {
  content: '\e24b';
  font-family: 'Streamline';
  font-size: 10px;
  position: relative;
  font-weight: bold;
  margin-right: 10px;
}
.reports-page .sidebar .conditionOr {
  float: right;
}
.reports-page .sidebar .condition-button {
  padding: 0;
  background: none;
  color: #919191;
  font-size: 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
.reports-page .sidebar .filters-group .filters-group-name .sm-hint {
  margin-left: 5px;
}
.reports-page .sidebar .filters-group .filters-group-name .add-filter-button {
  cursor: pointer;
  display: inline-block;
}
.reports-page .sidebar .filters-group .filters-group-name .add-filter-button:after {
  content: '\e24b';
  font-family: 'Streamline';
  font-size: 10px;
  position: relative;
  font-weight: bold;
}

.is-exceeded-restaurant-limit {
  padding: 20px;
  font-size: 18px;
  text-align: center;
  max-width: 550px;
  font-weight: 300;
  margin: 0 auto;
  color: #333;
}
.is-exceeded-restaurant-limit p {
  margin-top: 10px;
}
.plain-form.edit-restaurant .restaurant-map {
  width: 354px;
  height: 250px;
}
.plain-form.edit-restaurant .form-group-horizontal .form-control {
  position: relative;
}
.plain-form.edit-restaurant .form-group-horizontal .form-control .sm-text-field.sm-button.small.inline-save {
  position: absolute;
  right: 17px;
  top: 17px;
  background: #2ecc71;
  border: none;
  color: #fff;
  margin-top: 0;
}
.plain-form.edit-restaurant .form-group-horizontal .form-control .sm-text-field.sm-button.small.inline-delete {
  position: absolute;
  right: -22px;
  top: 12px;
  background: #f2f2f2;
  border: none;
  color: #919191;
  margin-top: 0;
  font-size: 20px;
}
.plain-form.edit-restaurant .form-group-horizontal .form-control .sm-text-field.sm-button.small.inline-delete:hover {
  background: #f96952;
  color: #fff;
}
.plain-form.edit-restaurant .form-group-horizontal .form-control .sm-text-field.sm-button.small.inline-qr {
  position: absolute;
  right: -60px;
  top: 10px;
  width: 32px;
  height: 32px;
  border: none;
  color: transparent;
  margin-top: 0;
  background: url("../images/qr-icon.png") 100% 100% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.plain-form.edit-restaurant .form-group-horizontal .form-control .sm-text-field.sm-button.small.inline-qr:hover {
  background-color: #f2f2f2;
}
.plain-form.edit-restaurant .form-group-horizontal .form-control .twitter-typeahead .tt-suggestion {
  -o-text-overflow: unset;
  text-overflow: unset;
  white-space: break-spaces;
}

.restaurant-list .restaurant-card {
  padding: 0 !important;
}
.restaurant-list .restaurant-name {
  padding: 15px 20px;
}
.left-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: $left-sidebar-width;
  overflow-y: scroll;
  border-right: 1px solid #eee;
}
.left-sidebar.sidebar-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.left-sidebar ul.restaurants-list {
  list-style: none;
  padding: 0;
}
.left-sidebar ul.restaurants-list li.restaurant-item {
  margin-bottom: 30px;
  margin-top: 5px;
}
.left-sidebar ul.restaurants-list li.restaurant-item .restaurant-name {
  padding: 10px 0px 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #727272;
}

section.sandbox {
  padding: 20px;
}
.component-showcase {
  margin-bottom: 50px;
}
.component-showcase pre code {
  font-size: 14px;
  line-height: 20px;
  font-family: monospace, Courier;
  background-color: #f2f2f2;
  display: block;
  padding: 10px;
  margin: 5px 0px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #dadada;
}
.component-showcase p {
  margin: 10px 0px;
  line-height: 1.22222;
}
.component-showcase .header {
  font-size: 24px;
  padding: 15px 0px;
}
.component-showcase .description {
  font-weight: 300;
}
.component-showcase .confession {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #7f7f7f;
  border-left: 3px solid #f96952;
  padding-left: 20px;
}
.component-showcase.sm-popover-showcase .sm-popover-body {
  padding: 3px 10px;
}
.component-showcase.sm-button-showcase .sm-button {
  margin: 5px 2px;
}
.component-showcase.sm-segmented-control-showcase .segment-container {
  width: 66%;
}
.component-showcase.sm-segmented-control-showcase .segment-container .sm-segmented-control {
  margin: 10px 0px;
}
.component-showcase.sm-toggle-showcase .sm-toggle-demo {
  margin-top: 10px;
}
.component-showcase.sm-toggle-showcase .sm-toggle-demo label {
  font-weight: 500;
  margin-right: 10px;
}
.component-showcase.sm-checkbox-showcase .checkboxes {
  padding-top: 15px;
}
.component-showcase.sm-checkbox-showcase .checkboxes .sm-checkbox {
  display: block;
}
.component-showcase.sm-slideable-showcase .slideable-example {
  height: 600px;
}
.component-showcase.sm-mini-popups-showcase .work-area {
  margin-top: 10px;
  width: 100%;
  height: 200px;
  background-color: #ededed;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.component-showcase.sm-mini-popups-showcase .work-area .sm-mini-popup-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.component-showcase.sm-mini-popups-showcase .work-area .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.component-showcase.sm-mini-popups-showcase .work-area .some-text {
  color: #919191;
  font-size: 18px;
  padding-bottom: 15px;
}
.component-showcase.sm-mini-popups-showcase .work-area .sm-button {
  margin-bottom: 4px;
}

.settings-analytics-page .plain-form {
  padding-bottom: 60px;
}
.settings-analytics-page .analytics-codes-section {
  padding-top: 15px;
  padding-bottom: 0px;
  border-bottom: none;
}
.settings-analytics-page .feature-text {
  margin-top: 20px;
  font-weight: 100;
  font-size: 16px;
  color: #727272;
}
.settings-analytics-page .feature-text ul > li {
  padding-bottom: 6px;
  color: text;
}
.settings-analytics-page .feature-text ul > li:before {
  content: '— ';
}
.settings-analytics-page .feature-text .tag {
  border: 1px solid #e4e2ce;
  padding: 0px 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fefffa;
  color: #c3a49f;
  font-weight: 500;
  white-space: nowrap;
}
.settings-analytics-page .feature-text p {
  padding-bottom: 10px;
  line-height: 1.4;
}
.settings-analytics-page .feature-text h3 {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 15px;
  margin-top: 15px;
  text-align: center;
}

.plain-form.billing-form .change-plan-section .sm-numeral {
  margin-left: 5px;
}
.plain-form.billing-form .change-plan-section .sm-button {
  margin-left: 15px;
}
.plain-form.billing-form .change-plan-section .sm-button:hover {
  color: #f62909;
}
.plain-form.billing-form > .plain-form-section {
  padding: 0;
}
.plain-form.billing-form > .account-balance {
  text-align: center;
  color: #333;
  padding: 30px;
}
.plain-form.billing-form > .account-balance .total-bill {
  font-size: 35px;
  font-weight: 100;
  color: #333;
}
.plain-form.billing-form > .account-balance .total-bill.danger {
  color: #e2544b;
}
.plain-form.billing-form > .account-balance .bill-caption {
  font-size: 14px;
  padding: 0 120px;
  line-height: 1.4;
  color: #b2b2b2;
  margin-top: 5px;
}
.plain-form.billing-form > .account-balance .bill-caption.danger {
  color: #e2544b;
}
.plain-form.billing-form > .account-balance .pay-button {
  margin-top: 50px;
  font-size: 18px;
  padding: 8px 40px;
}
.plain-form.billing-form > .account-balance .your-balance {
  color: #2ecc71;
  font-size: 14px;
  font-weight: normal;
  margin-top: 12px;
}
.plain-form.billing-form > .account-balance .your-balance.danger {
  color: #e2544b;
}
.plain-form.billing-form > .account-balance .current-payment-method {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
}
.plain-form.billing-form > .account-balance .current-payment-method .label {
  font-size: 14px;
  padding: 0 120px;
  line-height: 1.4;
  color: #b2b2b2;
  margin-top: 5px;
}
.plain-form.billing-form > .account-balance .current-payment-method .value {
  font-size: 16px;
}
.plain-form.billing-form > .operations-history .title {
  color: #333;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 100;
}
.plain-form.billing-form > .operations-history > .operations-table {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #333;
}
.plain-form.billing-form > .operations-history > .operations-table .operation-date-col {
  color: #7f7f7f;
}
.plain-form.billing-form > .operations-history > .operations-table .operation-description-column {
  color: #333;
  font-weight: 400;
}
.plain-form.billing-form > .operations-history > .operations-table .pending-invoice {
  color: #7f7f7f;
  font-size: 13px;
  margin-top: 4px;
}
.plain-form.billing-form > .operations-history > .operations-table a.invoice-link {
  color: #333;
}
.plain-form.billing-form > .operations-history > .operations-table a.invoice-link.-enabled {
  text-decoration: underline;
}
.plain-form.billing-form > .operations-history > .operations-table th,
.plain-form.billing-form > .operations-history > .operations-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #f2f2f2;
}
.plain-form.billing-form > .operations-history > .operations-table th:nth-child(1),
.plain-form.billing-form > .operations-history > .operations-table td:nth-child(1) {
  text-align: center;
  width: 70px;
  vertical-align: top;
}
.plain-form.billing-form > .operations-history > .operations-table th:nth-child(3),
.plain-form.billing-form > .operations-history > .operations-table td:nth-child(3) {
  text-align: right;
  vertical-align: top;
  width: 120px;
}
.plain-form.billing-form > .operations-history > .operations-table th {
  color: #b2b2b2;
  font-size: 14px;
  text-transform: uppercase;
}
.plain-form.billing-form > .operations-history > .operations-table td li:not(:first-child) {
  margin-top: 15px;
}
.plain-form.billing-form > .operations-history > .operations-table td:nth-child(1) {
  font-size: 14px;
}
.plain-form.billing-form > .operations-history > .operations-table tr.plus td:nth-child(3) {
  color: #2ecc71;
}
.plain-form.billing-form > .operations-history > .operations-table tr.plus td:nth-child(3):before {
  content: '+ ';
}
.plain-form.billing-form > .operations-history > .operations-table tr.minus td:nth-child(3) {
  color: #e2544b;
}
.plain-form.billing-form > .operations-history > .operations-table tr.minus td:nth-child(3):before {
  content: '– ';
}
.plain-form.billing-form > .operations-history > .operations-table tr:last-child td {
  border-bottom: 0px;
}

.main-content .business-role-list-layout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.main-content .business-role-list-layout > .business-role-header {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0;
  -ms-flex: 0 0;
  flex: 0 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.main-content .business-role-list-layout > .business-role-table-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  overflow: auto;
  width: 580px;
  margin: 0 auto;
}
.business-role-header {
  display: block;
  background: #fff;
  font-size: 24px;
  font-weight: 100;
  z-index: 1;
  border-bottom: 1px solid #f2f2f2;
}
.business-role-header > .business-role-header-wrapper {
  width: 580px;
  margin: 0 auto;
  padding: 20px 10px 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.business-role-header > .business-role-header-wrapper .add-business-role {
  float: right;
  font-size: 16px;
  margin-top: 6px;
}
.business-role-header > .business-role-header-wrapper .add-business-role:hover {
  color: #f62909;
}
table.business-role-table {
  width: 100%;
  margin-bottom: 20px;
}
table.business-role-table tr.is-disabled td {
  text-decoration: line-through;
}
table.business-role-table:not(.not-selectable) tr {
  cursor: pointer;
}
table.business-role-table:not(.not-selectable) tr:hover > td {
  background: rgba(0,0,0,0.02);
}
table.business-role-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #f2f2f2;
}
table.business-role-table tr:last-child > td {
  border-bottom: none;
}
table.business-role-table td.avatar {
  position: relative;
  width: 40px;
  text-align: center;
}
table.business-role-table td.avatar .is-me {
  color: #fff;
  font-weight: 400;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  background: #f96952;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
}
table.business-role-table td.avatar .is-me:after {
  content: '';
  border-left: 3px solid #f96952;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  right: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
table.business-role-table td.avatar .image {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  background: #f2f2f2;
  display: inline-block;
  background-image: url("../images/account-placeholder.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  table.business-role-table td.avatar .image {
    background-image: url("../images/account-placeholder@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
table.business-role-table td.name-role > .name {
  font-size: 14px;
  color: #333;
}
table.business-role-table td.name-role > .name.sip:after {
  content: '\e08e';
  font-family: 'Streamline';
  margin-left: 5px;
}
table.business-role-table td.name-role > .role {
  margin-top: 3px;
  color: #b2b2b2;
  font-size: 13px;
  margin-top: 5px;
}
table.business-role-table td.name-role > .role .restaurant {
  font-style: italic;
}
table.business-role-table td.name-role > .role .restaurant + .restaurant:before {
  content: ', ';
}
table.business-role-table td.email {
  font-size: 14px;
  color: #b2b2b2;
  text-align: right;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
table.business-role-table td.phone {
  width: 130px;
  text-align: right;
  font-size: 14px;
  color: #b2b2b2;
}
.business-role-form .plain-form-header {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: none;
}
.business-role-form .form-group-horizontal {
  margin-top: 0px;
}
.plain-form.edit-business-role .role-select .sm-radio-button .label {
  margin-top: 0px;
}
.plain-form.edit-business-role .role-select .sm-radio-button .caption {
  padding-left: 0px;
  margin-top: 2px;
  font-size: 12px;
  color: #b2b2b2;
}
.plain-form.edit-business-role .restaurant-select .title {
  font-size: 14px;
}
.plain-form.edit-business-role .restaurant-select .sm-select {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.plain-form.edit-business-role .restaurant-select .sm-select .sm-select-menu {
  width: 100%;
}
.plain-form.edit-business-role .restaurant-select .sm-select .sm-select-value {
  width: 100%;
  border: 1px solid #dadada;
  color: #333;
}
.plain-form.edit-business-role .restaurant-select .sm-select .sm-select-value:after {
  border-color: #dadada;
}
.plain-form.edit-business-role .privileges-table {
  width: 100%;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 12px;
  justify-items: start;
  border-bottom: 1px solid #f2f2f2;
}
.plain-form.edit-business-role .privileges-table .action-block {
  height: 75px;
  display: grid;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
}
.plain-form.edit-business-role .privileges-table .action-block .action {
  text-align: left;
  padding-left: 6px;
}
.plain-form.edit-business-role .privileges-table .action-block .sm-checkbox {
  padding-left: 16px;
  height: 50px;
  width: 12px;
}
.plain-form.edit-business-role .privileges-table .action-block .sm-checkbox .label:before {
  border-color: #f96952;
}
.plain-form.edit-business-role .privileges-table th {
  text-transform: uppercase;
  color: #f96952;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 4px;
}
.plain-form.edit-business-role .privileges-table th .action-name {
  text-align: left;
}
.plain-form.edit-business-role .privileges-table th:not(:first-child) {
  font-size: 14px;
  text-align: center;
}
.plain-form.edit-business-role .privileges-table td {
  color: #333;
  padding: 10px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plain-form.edit-business-role .privileges-table td:first-child {
  font-size: 14px;
}
.plain-form.edit-business-role .privileges-table td:not(:first-child) {
  font-size: 14px;
  text-align: center;
}
.plain-form.edit-business-role .privileges-table td .sm-checkbox {
  position: relative;
  top: -15px;
  left: 5px;
  display: inline-block;
}
.plain-form.edit-business-role .privileges-table td .sm-checkbox .label:before {
  border-color: #f96952;
}

.settings-host-page .change-host-form {
  width: 500px;
  margin: 0 auto;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.settings-host-page .change-host-form .host-input-part {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  margin-right: 6px;
}
.settings-host-page .change-host-form .host-input-part .input-with-prefix .prefix {
  width: 58px;
  font-size: 20px;
  font-weight: 100;
}
.settings-host-page .change-host-form .host-input-part .input-with-prefix .loader {
  position: absolute;
  display: inline-block;
  z-index: 1;
  right: 12px;
  top: 15px;
  background-image: url("../images/tiny-loader.gif");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.settings-host-page .change-host-form .host-input-part .input-with-prefix .loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.settings-host-page .change-host-form .host-input-part .input-with-prefix .loader.-visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.settings-host-page .change-host-form .host-input-part .host-input {
  padding-left: 58px;
  font-weight: 100;
  font-size: 20px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.settings-host-page .change-host-form .host-input-part .host-input.error {
  border-color: #e2544b;
  -webkit-box-shadow: 0px 0px 6px -1px rgba(226,84,75,0.5);
  box-shadow: 0px 0px 6px -1px rgba(226,84,75,0.5);
}
.settings-host-page .change-host-form .host-input-part .host-input.success {
  border-color: #2ecc71;
  -webkit-box-shadow: 0px 0px 6px -1px rgba(46,204,113,0.3);
  box-shadow: 0px 0px 6px -1px rgba(46,204,113,0.3);
}
.settings-host-page .change-host-form .host-input-part .validation-message {
  font-size: 14px;
  color: #e2544b;
  padding-top: 5px;
  text-align: left;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.settings-host-page .change-host-form .host-input-part .validation-message.-visible {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.settings-host-page .change-host-form .host-input-button .sm-button {
  height: 46px;
}
.settings-host-page .explanation {
  font-size: 16px;
  font-weight: 100;
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 1.4;
}
.settings-host-page .explanation .support-link {
  cursor: pointer;
  color: #f96952;
}
.settings-host-page .explanation p {
  color: #7f7f7f;
}
.settings-host-page .explanation p > b {
  color: #333;
  font-weight: 300;
}

.settings-import-page .organization-developer-settings {
  width: 680px;
  margin: 0 auto;
}
.settings-import-page .organization-developer-settings .deprecation-warning {
  color: #f96952;
  font-weight: 100;
  text-align: center;
  padding: 40px;
  font-size: 22px;
}
.settings-import-page .organization-developer-settings .feature-box {
  margin-top: 30px;
  background: rgba(242,242,242,0.4);
  padding: 5px 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.settings-import-page .organization-developer-settings .feature-box .feature-description {
  color: #7f7f7f;
  font-size: 14px;
}
.settings-import-page .organization-developer-settings .feature-box .feature-description p {
  margin-bottom: 6px;
}
.settings-import-page .organization-developer-settings .feature-box h3.feature-name {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  padding: 10px 0px;
}
.settings-import-page .organization-developer-settings .feature-box.export .feature-description {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.settings-import-page .organization-developer-settings .feature-box.export .feature-description .sm-button {
  max-width: fit-content;
}

.settings-integrations-page .link-support-modal {
  color: #f96952;
  cursor: pointer;
}
.settings-integrations-page .plain-form {
  padding-bottom: 60px;
}
.settings-integrations-page .plain-form .plain-form-section {
  margin-bottom: 20px;
}
.settings-integrations-page .feature-text {
  margin-top: 20px;
  font-weight: 200;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  margin-bottom: 40px;
}
.settings-integrations-page .group .title {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}
.settings-integrations-page .group .services .service {
  display: inline-block;
  width: 205px;
  margin-right: 32px;
  margin-bottom: 32px;
  padding: 20px;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: text-top;
}
.settings-integrations-page .group .services .service:nth-child(3n) {
  margin-right: 0;
}
.settings-integrations-page .group .services .service .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.settings-integrations-page .group .services .service .features {
  line-height: 1.3em;
}
.settings-integrations-page .group .services .service .sm-button {
  background-color: #2ecc71;
  margin-top: 15px;
}

.settings-organization-page .image-preview,
.settings-analytics-page .image-preview {
  width: 64px;
  height: 64px;
  background: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.settings-organization-page p,
.settings-analytics-page p {
  margin-bottom: 10px;
}
.settings-organization-page .danger,
.settings-analytics-page .danger {
  color: #e2544b;
}
.settings-organization-page .link-support-modal,
.settings-analytics-page .link-support-modal {
  color: #f96952;
  cursor: pointer;
}

.settings-payments-page .link-support-modal {
  color: #f96952;
  cursor: pointer;
}
.settings-payments-page .plain-form {
  padding-bottom: 60px;
}
.settings-payments-page .plain-form .plain-form-section {
  margin-bottom: 20px;
}
.settings-payments-page .plain-form .form-control {
  width: 100%;
}
.settings-payments-page .plain-form .form-control .text {
  font-weight: normal;
  font-size: 18px;
}
.settings-payments-page .plain-form .form-control .caption {
  font-weight: normal;
  font-size: 16px;
  margin-top: 10px;
}
.settings-payments-page .plain-form .toggle-group {
  padding-left: 60px;
}
.settings-payments-page .plain-form .toggle-group .sm-toggle {
  float: left;
  margin-top: 0;
  margin-left: -50px;
}
.settings-payments-page .analytics-codes-section {
  padding-top: 15px;
  padding-bottom: 0px;
  border-bottom: none;
}
.settings-payments-page .feature-text {
  margin-top: 20px;
  font-weight: 100;
  font-size: 16px;
  color: #727272;
}
.settings-payments-page .feature-text ul > li {
  padding-bottom: 6px;
  color: text;
}
.settings-payments-page .feature-text ul > li:before {
  content: '— ';
}
.settings-payments-page .feature-text .tag {
  border: 1px solid #e4e2ce;
  padding: 0px 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fefffa;
  color: #c3a49f;
  font-weight: 500;
  white-space: nowrap;
}
.settings-payments-page .feature-text p {
  padding-bottom: 10px;
  line-height: 1.4;
}
.settings-payments-page .feature-text h3 {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 15px;
  margin-top: 15px;
  text-align: center;
}

.profile-form .sip-enabled .form-control {
  padding-top: 20px;
}

.sidebar-layout.settings > .sidebar > .title {
  padding: 20px;
  font-size: 24px;
  color: #f96952;
  font-weight: 100;
  text-align: center;
}
.sidebar-layout.settings > .sidebar > .link-list > a:first-child {
  border-top: 1px solid #dadada;
}
.sidebar-layout.settings > .sidebar > .link-list > a.active {
  background: rgba(0,0,0,0.05);
}

.setting-sip-page .sip-info {
  font-size: 14px;
  font-weight: 100;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.setting-sip-page .sip-info > .side-picture {
  width: 120px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  padding: 10px;
  padding-top: 30px;
}
.setting-sip-page .sip-info > .side-picture .sip-guy {
  width: 100%;
}
.setting-sip-page .sip-info > .explanation {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 0px;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
}
.setting-sip-page .staff-header {
  margin-bottom: 20px;
}
.setting-sip-page .staff-table-wrapper p {
  color: #7f7f7f;
  padding: 0 10px 20px 10px;
}
.setting-sip-page .staff-table-wrapper h2 {
  font-size: 21px;
  font-weight: 100;
  color: #333;
  padding: 0 10px 20px 10px;
}

.main-content .staff-list-layout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.main-content .staff-list-layout > .staff-header {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0;
  -ms-flex: 0 0;
  flex: 0 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.main-content .staff-list-layout > .staff-table-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  overflow: auto;
  width: 580px;
  margin: 0 auto;
}
.staff-header {
  display: block;
  background: #fff;
  font-size: 24px;
  font-weight: 100;
  z-index: 1;
  border-bottom: 1px solid #f2f2f2;
}
.staff-header > .staff-header-wrapper {
  width: 580px;
  margin: 0 auto;
  padding: 20px 10px 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.staff-header > .staff-header-wrapper .add-staff {
  float: right;
  font-size: 16px;
  margin-top: 6px;
}
.staff-header > .staff-header-wrapper .add-staff:hover {
  color: #f62909;
}
table.staff-table {
  width: 100%;
  margin-bottom: 20px;
}
table.staff-table tr.is-disabled td {
  text-decoration: line-through;
}
table.staff-table:not(.not-selectable) tr {
  cursor: pointer;
}
table.staff-table:not(.not-selectable) tr:hover > td {
  background: rgba(0,0,0,0.02);
}
table.staff-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #f2f2f2;
}
table.staff-table tr:last-child > td {
  border-bottom: none;
}
table.staff-table td.avatar {
  position: relative;
  width: 40px;
  text-align: center;
}
table.staff-table td.avatar .is-me {
  color: #fff;
  font-weight: 400;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  background: #f96952;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
}
table.staff-table td.avatar .is-me:after {
  content: '';
  border-left: 3px solid #f96952;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  right: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
table.staff-table td.avatar .image {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  background: #f2f2f2;
  display: inline-block;
  background-image: url("../images/account-placeholder.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  table.staff-table td.avatar .image {
    background-image: url("../images/account-placeholder@2x.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
table.staff-table td.name-role > .name {
  font-size: 14px;
  color: #333;
}
table.staff-table td.name-role > .name.sip:after {
  content: '\e08e';
  font-family: 'Streamline';
  margin-left: 5px;
}
table.staff-table td.name-role > .role {
  margin-top: 3px;
  color: #b2b2b2;
  font-size: 13px;
  margin-top: 5px;
}
table.staff-table td.name-role > .role .restaurant {
  font-style: italic;
}
table.staff-table td.name-role > .role .restaurant + .restaurant:before {
  content: ', ';
}
table.staff-table td.email {
  font-size: 14px;
  color: #b2b2b2;
  text-align: right;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
table.staff-table td.phone {
  width: 130px;
  text-align: right;
  font-size: 14px;
  color: #b2b2b2;
}
.plain-form.edit-staff .role-select .sm-radio-button .label {
  margin-top: 0px;
}
.plain-form.edit-staff .role-select .sm-radio-button .caption {
  padding-left: 0px;
  margin-top: 2px;
  font-size: 12px;
  color: #b2b2b2;
}
.plain-form.edit-staff .restaurant-select .title {
  font-size: 14px;
}
.plain-form.edit-staff .restaurant-select .sm-select {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.plain-form.edit-staff .restaurant-select .sm-select .sm-select-menu {
  width: 100%;
}
.plain-form.edit-staff .restaurant-select .sm-select .sm-select-value {
  width: 100%;
  border: 1px solid #dadada;
  color: #333;
}
.plain-form.edit-staff .restaurant-select .sm-select .sm-select-value:after {
  border-color: #dadada;
}
.plain-form.edit-staff .notifications-table {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plain-form.edit-staff .notifications-table th {
  text-transform: uppercase;
  color: #f96952;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 4px;
}
.plain-form.edit-staff .notifications-table th:not(:first-child) {
  font-size: 14px;
  text-align: center;
}
.plain-form.edit-staff .notifications-table td {
  color: #333;
  padding: 10px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plain-form.edit-staff .notifications-table td:first-child {
  font-size: 14px;
}
.plain-form.edit-staff .notifications-table td:not(:first-child) {
  font-size: 14px;
  text-align: center;
}
.plain-form.edit-staff .notifications-table td .sm-checkbox {
  position: relative;
  top: -15px;
  left: 5px;
  display: inline-block;
}
.plain-form.edit-staff .notifications-table td .sm-checkbox .label:before {
  border-color: #f96952;
}

.yandex-business {
  width: 100%;
  height: 100%;
}
.yandex-business .plain-form-section {
  padding: 0;
  height: 100%;
}

.static-pages-static-page-edit-page .main,
.static-pages-create-page .main {
  min-width: 100vw;
  overflow: auto;
}
.static-pages-static-page-edit-page .main-content,
.static-pages-create-page .main-content {
  min-width: 895px;
  max-width: 895px;
  max-height: 100%;
  display: flex;
  margin: 0 auto;
}
.static-pages-static-page-edit-page .main-content .ck.ck-editor .ck-editor__top,
.static-pages-create-page .main-content .ck.ck-editor .ck-editor__top {
  position: sticky;
  top: -1px;
  z-index: 99;
}
.static-pages-static-page-edit-page .main-content .ck.ck-editor .ck-source-editing-area,
.static-pages-create-page .main-content .ck.ck-editor .ck-source-editing-area {
  display: flex;
}
.static-pages-static-page-edit-page .main-content .content,
.static-pages-create-page .main-content .content {
  flex-grow: 1;
  max-width: 895px;
}
.static-pages-static-page-edit-page .plain-form-section:has(.button-block),
.static-pages-create-page .plain-form-section:has(.button-block) {
  position: sticky;
  bottom: -1px;
  background: #f2f2f2;
  z-index: 99;
}
.static-pages-static-page-edit-page .plain-form-section.editor .title,
.static-pages-create-page .plain-form-section.editor .title {
  text-align: center;
  margin: 12px auto;
}
.static-pages-static-page-edit-page .plain-form-section .button-block,
.static-pages-create-page .plain-form-section .button-block {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
  padding: 10px 0;
}
.static-pages-static-page-edit-page .plain-form-section .sm-select-menu,
.static-pages-create-page .plain-form-section .sm-select-menu {
  z-index: 999;
}
.static-pages-static-page-edit-page .plain-form-section .image-preview,
.static-pages-create-page .plain-form-section .image-preview {
  height: 252px;
  width: 390px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05), 0 0 0 1px rgba(0,0,0,0.08);
  background-size: scale-down;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.static-pages-static-page-edit-page .plain-form-section .image-preview.loading,
.static-pages-create-page .plain-form-section .image-preview.loading {
  background: center/contain no-repeat url("../images/tiny-loader.gif") false;
  background-size: 80% !important;
}

.sidebar-layout.themes-route section.theme-preview-section {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sidebar-layout.themes-route .mobile {
  background-color: rgba(0,0,0,0.7);
}
.sidebar.theme-settings {
  z-index: auto;
}
.sidebar.theme-settings .sm-button.gray {
  margin-top: 6px;
}
.sidebar.theme-settings .themes-selector {
  background: #ededed;
  min-height: 100%;
}
.sidebar.theme-settings .themes-selector .settings-header {
  height: 50px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #dadada;
  position: relative;
}
.sidebar.theme-settings .themes-selector .settings-header .back {
  position: absolute;
  line-height: 50px;
  font-size: 16px;
  color: #f96952;
  cursor: pointer;
  left: 30px;
  top: -1px;
}
.sidebar.theme-settings .themes-selector .settings-header .back:before {
  content: '';
  position: absolute;
  top: 20px;
  left: -12px;
  display: block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 2px solid #f96952;
  border-bottom: 2px solid #f96952;
}
.sidebar.theme-settings .themes-selector .settings-header .title {
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 50px;
}
.sidebar.theme-settings .themes-selector .options-wrapper {
  margin-top: 20px;
}
.sidebar.theme-settings .themes-selector .theme-option {
  padding: 20px;
  cursor: pointer;
}
.sidebar.theme-settings .themes-selector .theme-option .theme-name {
  width: 100%;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}
.sidebar.theme-settings .themes-selector .theme-option .theme-thumbnail {
  width: 260px;
  height: 195px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.08);
  box-shadow: 0 1px 8px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.08);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  position: relative;
}
.sidebar.theme-settings .themes-selector .theme-option .theme-thumbnail:before {
  content: '\f122';
  font-family: 'Ionicons';
  display: block;
  color: #fff;
  background: #f96952;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  text-align: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  top: -14px;
  right: -14px;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.08);
  box-shadow: 0 1px 8px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.08);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.sidebar.theme-settings .themes-selector .theme-option.selected .theme-thumbnail:before,
.sidebar.theme-settings .themes-selector .theme-option.selected:hover .theme-thumbnail:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sidebar.theme-settings .themes-selector .theme-option.selected .theme-name,
.sidebar.theme-settings .themes-selector .theme-option.selected:hover .theme-name {
  color: #f96952;
}
.sidebar.theme-settings .themes-selector .theme-option:not(.selected):hover .theme-thumbnail:before {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.sidebar.theme-settings .settings-content .select-theme {
  padding: 20px 20px;
  zoom: 1;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background: rgba(0,0,0,0.03);
}
.sidebar.theme-settings .settings-content .select-theme:before,
.sidebar.theme-settings .settings-content .select-theme:after {
  content: "";
  display: table;
}
.sidebar.theme-settings .settings-content .select-theme:after {
  clear: both;
}
.sidebar.theme-settings .settings-content .select-theme .sm-thumbnail {
  width: 100px;
  height: 75px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.08);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.08);
  float: left;
}
.sidebar.theme-settings .settings-content .select-theme .info {
  float: left;
  margin-left: 20px;
  max-width: 135px;
}
.sidebar.theme-settings .settings-content .select-theme .info .title {
  font-size: 14px;
  position: relative;
  margin-top: 16px;
}
.sidebar.theme-settings .settings-content .select-theme .info .description {
  margin-top: 8px;
  font-size: 13px;
  line-height: 16px;
  color: #7f7f7f;
}
.sidebar.theme-settings .settings-content .select-theme .info .change {
  margin-top: 8px;
  font-size: 13px;
  line-height: 16px;
  color: #7f7f7f;
  position: relative;
  cursor: pointer;
  padding-right: 15px;
}
.sidebar.theme-settings .settings-content .select-theme .info .change:after {
  content: '';
  display: block;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #7f7f7f;
  border-right: 2px solid #7f7f7f;
}
.sidebar.theme-settings .settings-content .select-theme .info .change:hover {
  text-decoration: underline;
}
.sidebar.theme-settings .settings-content .parameters-label {
  padding: 0;
  padding-left: 20px;
  font-size: 13px;
  color: #7f7f7f;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
}
.sidebar.theme-settings .settings-content .theme-parameters .site-host {
  text-decoration: underline;
  color: #f96952;
  font-weight: normal;
}
.sidebar.theme-settings .settings-content .theme-parameters .caption {
  margin-top: 5px;
  font-size: 13px;
  line-height: 16px;
  color: #7f7f7f;
}
.sidebar.theme-settings .settings-content .theme-parameters .not-configurable {
  margin-top: 5px;
  padding: 0px 20px;
  font-size: 13px;
  line-height: 16px;
  color: #7f7f7f;
}
.sidebar.theme-settings .settings-content .theme-parameters .group-content .group-label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  color: #7f7f7f;
  padding: 8px 10px 8px 20px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar.theme-settings .settings-content .theme-parameters .group-content .group-label:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar.theme-settings .settings-content .theme-parameters .group-content .group-label:after {
  position: absolute;
  top: 0;
  right: 8px;
  content: '\f3d3';
  font-size: 20px;
  color: #181818;
  font-family: 'Ionicons';
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar.theme-settings .settings-content .theme-parameters .group-content .group-options {
  display: none;
}
.sidebar.theme-settings .settings-content .theme-parameters .group-content.hidden .group-label:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter {
  border-bottom: 1px solid #dadada;
  padding: 8px 10px 8px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter:last-child {
  border-bottom: none;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter:hover .parameter-value .remove-image {
  left: -30px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .text-field-wrapper {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .text-field-wrapper .parameter-textarea {
  cursor: pointer;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .sm-text-field.parameter-textarea {
  padding: 8px 10px;
  font-size: 13px;
  margin-top: 6px;
  width: 100%;
  background: #fff;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .sm-text-field.parameter-textarea:focus {
  border-color: #f96952;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter textarea.parameter-textarea {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dadada;
  font-size: 13px;
  width: 100%;
  margin-top: 6px;
  height: 34px;
  resize: none;
  padding: 8px 10px;
  outline: none;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.6;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  -ms-transition: height 0.1s ease;
  transition: height 0.1s ease;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter textarea.parameter-textarea:focus {
  border-color: #f96952;
  height: 120px;
  overflow: auto;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-label {
  font-size: 14px;
  font-weight: 400;
  max-width: 200px;
  display: inline-block;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .selected-option {
  font-size: 14px;
  color: #f96952;
  padding-right: 15px;
  position: relative;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .selected-option:after {
  content: '';
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #f96952;
  border-right: 2px solid #f96952;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .image-preview {
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05), 0 0 0 1px rgba(0,0,0,0.08);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05), 0 0 0 1px rgba(0,0,0,0.08);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .image-preview.loading {
  background: center/contain no-repeat url("../images/tiny-loader.gif") false;
  -webkit-background-size: 80% !important;
  -moz-background-size: 80% !important;
  background-size: 80% !important;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .remove-image {
  position: absolute;
  left: 0px;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: 0.1s all ease-in;
  -moz-transition: 0.1s all ease-in;
  -o-transition: 0.1s all ease-in;
  -ms-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: 0px;
  bottom: 0;
  width: 22px;
  height: 22px;
  display: block;
  border: none;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  background: #919191;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border-right: 20px solid transparent;
  z-index: 0;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .remove-image:hover {
  background-color: #f96952;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .remove-image:after {
  content: '\e2aa';
  font-family: 'Streamline';
  font-weight: bold;
  font-size: 10px;
  color: #ededed;
  width: 22px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  padding-top: 1px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .color-popover .sm-popover-body {
  width: 205px;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .color-popover .color-picker-component .colpick {
  background: transparent;
  border: none;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .select-popover > .options-list > .sm-popover-body {
  width: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .select-popover > .options-list > .sm-popover-body .select-option {
  width: 100%;
  padding: 7px 20px;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .select-popover > .options-list > .sm-popover-body .select-option.is-selected:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 11px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f96952;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .select-popover > .options-list > .sm-popover-body .select-option.is-selected:hover:after {
  background-color: #fff;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .select-popover > .options-list > .sm-popover-body .select-option:last-child {
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .select-popover > .options-list > .sm-popover-body .select-option:first-child {
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.sidebar.theme-settings .settings-content .theme-parameters .theme-parameter .parameter-value .select-popover > .options-list > .sm-popover-body .select-option:hover {
  color: #fff;
  background-color: #f96952;
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: normal;
  src: local("ProximaNova"), local("ProximaNova-Reg"), url("../fonts/proxima-nova/ProximaNova-Reg.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 100;
  src: local("ProximaNova"), local("ProximaNova-Light"), url("../fonts/proxima-nova/ProximaNova-Light.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: bold;
  src: local("ProximaNova-Bold"), local("ProximaNova-Bold"), url("../fonts/proxima-nova/ProximaNova-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Streamline";
  src: url("../fonts/streamline/streamline-24px.eot");
  src: url("../fonts/streamline/streamline-24px.eot?#iefix") format("embedded-opentype"), url("../fonts/streamline/streamline-24px.woff") format("woff"), url("../fonts/streamline/streamline-24px.ttf") format("truetype"), url("../fonts/streamline/streamline-24px.svg#streamline-24px") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Streamline";
  src: url("../fonts/streamline/streamline-24px-filled.eot");
  src: url("../fonts/streamline/streamline-24px-filled.eot?#iefix") format("embedded-opentype"), url("../fonts/streamline/streamline-24px-filled.woff") format("woff"), url("../fonts/streamline/streamline-24px-filled.ttf") format("truetype"), url("../fonts/streamline/streamline-24px-filled.svg#streamline-24px") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat"), local("Montserrat-Regular"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat"), local("Montserrat-Medium"), url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat"), local("Montserrat-SemiBold"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  src: local("Montserrat"), local("Montserrat-Bold"), url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}

/*
colpick Color Picker / colpick.com
*/

/*Main container*/
.colpick {
	position: absolute;
	width: 346px;
	height: 170px;
	overflow: hidden;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#ebebeb;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*Prevents selecting text when dragging the selectors*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*Color selection box with gradients*/
.colpick_color {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 156px;
	height: 156px;
	overflow: hidden;
	outline: 1px solid #aaa;
	cursor: crosshair;
}
.colpick_color_overlay1 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 & IE7 */
}
.colpick_color_overlay2 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/*Circular color selector*/
.colpick_selector_outer {
	background:none;
	position: absolute;
	width: 11px;
	height: 11px;
	margin: -6px 0 0 -6px;
	border: 1px solid black;
	border-radius: 50%;
}
.colpick_selector_inner{
	position: absolute;
	width: 9px;
	height: 9px;
	border: 1px solid white;
	border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
	position: absolute;
	top: 6px;
	left: 175px;
	width: 19px;
	height: 156px;
	border: 1px solid #aaa;
	cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
	position: absolute;
	left: -8px;
	width: 35px;
	height: 7px;
	margin: -7px 0 0 0;
}
.colpick_hue_larr {
	position:absolute;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #858585;
}
.colpick_hue_rarr {
	position:absolute;
	right:0;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right: 7px solid #858585; 
}
/*New color box*/
.colpick_new_color {
	position: absolute;
	left: 207px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
	position: absolute;
	left: 277px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field, .colpick_hex_field  {
	position: absolute;
	height: 20px;
	width: 60px;
	overflow:hidden;
	background:#f3f3f3;
	color:#b8b8b8;
	font-size:12px;
	border:1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_rgb_r {
	top: 40px;
	left: 207px;
}
.colpick_rgb_g {
	top: 67px;
	left: 207px;
}
.colpick_rgb_b {
	top: 94px;
	left: 207px;
}
.colpick_hsb_h {
	top: 40px;
	left: 277px;
}
.colpick_hsb_s {
	top: 67px;
	left: 277px;
}
.colpick_hsb_b {
	top: 94px;
	left: 277px;
}
.colpick_hex_field {
	width: 68px;
	left: 207px;
	top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
	border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
	position: absolute;
	width: 12px;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	background: #efefef;
	border-right: 1px solid #bdbdbd;
	font-weight: bold;
	color:#777;
}
/*Text inputs*/
.colpick_field input, .colpick_hex_field input {
	position: absolute;
	right: 11px;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	background: transparent;
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-align: right;
	outline: none;
}
.colpick_hex_field input {
	right: 4px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 21px;
	cursor: n-resize;
}
.colpick_field_uarr {
	position: absolute;
	top: 5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #959595;
}
.colpick_field_darr {
	position: absolute;
	bottom:5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
	position: absolute;
	left: 207px;
	top: 149px;
	width: 130px;
	height: 22px;
	line-height:22px;
	background: #efefef;
	text-align: center;
	color: #555;
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_submit:hover {
	background:#f3f3f3;
	border-color:#999;
	cursor: pointer;
}

/*full layout with no submit button*/
.colpick_full_ns  .colpick_submit, .colpick_full_ns .colpick_current_color{
	display:none;
}
.colpick_full_ns .colpick_new_color {
	width: 130px;
	height: 25px;
}
.colpick_full_ns .colpick_rgb_r, .colpick_full_ns .colpick_hsb_h {
	top: 42px;
}
.colpick_full_ns .colpick_rgb_g, .colpick_full_ns .colpick_hsb_s {
	top: 73px;
}
.colpick_full_ns .colpick_rgb_b, .colpick_full_ns .colpick_hsb_b {
	top: 104px;
}
.colpick_full_ns .colpick_hex_field {
	top: 135px;
}

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h, .colpick_rgbhex .colpick_hsb_s, .colpick_rgbhex .colpick_hsb_b {
	display:none;
}
.colpick_rgbhex {
	width:282px;
}
.colpick_rgbhex .colpick_field, .colpick_rgbhex .colpick_submit {
	width:68px;
}
.colpick_rgbhex .colpick_new_color {
	width:34px;
	border-right:none;
}
.colpick_rgbhex .colpick_current_color {
	width:34px;
	left:240px;
	border-left:none;
}

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns  .colpick_submit, .colpick_rgbhex_ns .colpick_current_color{
	display:none;
}
.colpick_rgbhex_ns .colpick_new_color{
	width:68px;
	border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
	top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
	top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
	top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
	top: 135px;
}

/*hex layout*/
.colpick_hex .colpick_hsb_h, .colpick_hex .colpick_hsb_s, .colpick_hex .colpick_hsb_b, .colpick_hex .colpick_rgb_r, .colpick_hex .colpick_rgb_g, .colpick_hex .colpick_rgb_b {
	display:none;
}
.colpick_hex {
	width:206px;
	height:201px;
}
.colpick_hex .colpick_hex_field {
	width:72px;
	height:25px;
	top:168px;
	left:80px;
}
.colpick_hex .colpick_hex_field div, .colpick_hex .colpick_hex_field input {
	height: 25px;
	line-height: 25px;
}
.colpick_hex .colpick_new_color {
	left:9px;
	top:168px;
	width:30px;
	border-right:none;
}
.colpick_hex .colpick_current_color {
	left:39px;
	top:168px;
	width:30px;
	border-left:none;
}
.colpick_hex .colpick_submit {
	left:164px;
	top: 168px;
	width:30px;
	height:25px;
	line-height: 25px;
}

/*hex layout, no submit button*/
.colpick_hex_ns  .colpick_submit, .colpick_hex_ns .colpick_current_color {
	display:none;
}
.colpick_hex_ns .colpick_hex_field {
	width:80px;
}
.colpick_hex_ns .colpick_new_color{
	width:60px;
	border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
.colpick_dark {
	background: #161616;
	border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
	outline-color: #333;
}
.colpick_dark .colpick_hue {
	border-color: #555;
}
.colpick_dark .colpick_field, .colpick_dark .colpick_hex_field {
	background: #101010;
	border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
	background: #131313;
	border-color: #2d2d2d;
	color: #696969;
}
.colpick_dark .colpick_field input, .colpick_dark .colpick_hex_field input {
	color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
	border-bottom-color:#696969;
}
.colpick_dark .colpick_field_darr {
	border-top-color:#696969;
}
.colpick_dark .colpick_focus {
	border-color:#444;
}
.colpick_dark .colpick_submit {
	background: #131313;
	border-color:#2d2d2d;
	color:#7a7a7a;
}
.colpick_dark .colpick_submit:hover {
	background-color:#101010;
	border-color:#444;
}
/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;

	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */


.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle{cursor:not-allowed}
/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */


.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;font:400 12px Arial;color:#999}.noUi-value{width:40px;position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:50px;top:100%;left:0;width:100%}.noUi-value-horizontal{margin-left:-20px;padding-top:20px}.noUi-value-horizontal.noUi-value-sub{padding-top:15px}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{width:15px;margin-left:20px;margin-top:-5px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}


.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}


/*# sourceMappingURL=app.css.map*/