@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900");
/*
  Usage: @include keyframe (name-animation) { animation }
*/.bert-alert {
  display: none;
  position: fixed;
  background: #eeeeee;
  z-index: 9999;
  color: #666666;
  padding: 15px; }
  .bert-alert.show {
    display: block; }

.bert-alert > .bert-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.bert-alert > .bert-container > .bert-gem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  margin-right: 15px; }
  .bert-alert > .bert-container > .bert-gem i {
    position: relative;
    top: 0px;
    font-size: 16px;
    line-height: 16px; }

.bert-alert > .bert-container > .bert-content {
  float: left;
  width: calc( 100% - 47px); }
  .bert-alert > .bert-container > .bert-content h5 + p {
    top: 0px; }
  .bert-alert > .bert-container > .bert-content p {
    position: relative;
    top: -1px; }

.bert-alert .bert-content > h5 {
  display: block;
  color: #666666;
  margin: 0px 0px 5px;
  font-size: 14px; }

.bert-alert:not(.default) .bert-content > h5,
.bert-gem {
  color: #fff; }

.bert-alert .bert-content > p {
  font-size: 14px;
  line-height: 20px;
  margin: 0; }

.bert-alert .bert-content > .bert-icon {
  position: relative;
  top: -4px;
  float: right;
  font-size: 24px;
  line-height: 24px;
  margin: 0; }

.bert-alert.success p, .bert-alert.success i,
.bert-alert.info p,
.bert-alert.info i,
.bert-alert.warning p,
.bert-alert.warning i,
.bert-alert.danger p,
.bert-alert.danger i {
  color: #fff; }

.bert-alert.success {
  background: #75ba50; }

.bert-alert.info {
  background: #1b9edb; }

.bert-alert.warning {
  background: #fad131; }

.bert-alert.danger {
  background: #da5347; }

.bert-alert.fixed-top,
.bert-alert.fixed-bottom {
  left: 0px;
  right: 0px; }

.bert-alert.fixed-top {
  top: -100%;
  padding-top: 20px;
  -webkit-transition: top 0.8s cubic-bezier(0.5, 0, 0.275, 1.11); }
  .bert-alert.fixed-top.animate {
    padding-top: 20px;
    top: -6px; }

.bert-alert.fixed-bottom {
  bottom: -100%;
  padding-bottom: 20px;
  -webkit-transition: bottom 0.8s cubic-bezier(0.5, 0, 0.275, 1.11); }
  .bert-alert.fixed-bottom.animate {
    padding-bottom: 20px;
    bottom: -6px; }

.bert-alert[class*="growl-"] {
  border-radius: 3px;
  max-width: 350px; }
  .bert-alert[class*="growl-"] .bert-content h5 {
    display: block;
    color: #fff;
    margin: 0px 0px 5px;
    font-size: 14px; }
  .bert-alert[class*="growl-"] .bert-content p {
    font-size: 14px;
    width: 100%; }

.bert-alert.growl-top-left,
.bert-alert.growl-bottom-left {
  left: -100%;
  right: auto;
  width: calc( 100% - 30px);
  -webkit-transition: left 0.8s cubic-bezier(0.5, 0, 0.275, 1.11); }
  .bert-alert.growl-top-left.animate,
  .bert-alert.growl-bottom-left.animate {
    left: 15px; }

.bert-alert.growl-top-left,
.bert-alert.growl-top-right {
  top: 15px; }

.bert-alert.growl-bottom-left,
.bert-alert.growl-bottom-right {
  bottom: 15px; }

.bert-alert.growl-top-right,
.bert-alert.growl-bottom-right {
  right: -100%;
  left: auto;
  width: calc( 100% - 30px);
  -webkit-transition: right 0.8s cubic-bezier(0.5, 0, 0.275, 1.11); }
  .bert-alert.growl-top-right.animate,
  .bert-alert.growl-bottom-right.animate {
    right: 15px; }

@media screen and (min-width: 350px) {
  .bert-alert[class*="growl-"] {
    min-width: 350px; }
  .bert-alert.growl-top-left,
  .bert-alert.growl-bottom-left {
    left: -100%;
    right: auto;
    -webkit-transition: left 0.8s cubic-bezier(0.5, 0, 0.275, 1.11); }
    .bert-alert.growl-top-left.animate,
    .bert-alert.growl-bottom-left.animate {
      left: 15px; }
  .bert-alert.growl-top-right,
  .bert-alert.growl-bottom-right {
    right: -100%;
    left: auto;
    -webkit-transition: right 0.8s cubic-bezier(0.5, 0, 0.275, 1.11); }
    .bert-alert.growl-top-right.animate,
    .bert-alert.growl-bottom-right.animate {
      right: 15px; } }
* {
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 0; }

body, html {
  background-color: #F5F5F5;
  bottom: 0;
  font-size: 14px;
  left: 0;
  letter-spacing: 0.86px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0; }

.svg-icon-checked, .svg-icon-unchecked {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: opacity 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: opacity 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: opacity 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: opacity 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  display: inline-block;
  height: 20px;
  position: absolute;
  user-select: none;
  width: 20px; }
  .svg-icon-checked circle, .svg-icon-unchecked circle {
    fill: #4DA1FF;
    opacity: 1; }
  .svg-icon-checked path, .svg-icon-unchecked path {
    fill: #FFFFFF; }

.svg-icon-unchecked circle {
  opacity: 0.2; }

.wrapper-field {
  padding: 0 5px;
  width: 100%; }

.alert-dialog {
  background-color: #F5F5F5 !important; }
  .alert-dialog-actions {
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
    .alert-dialog-actions .btn-raised-ui, .alert-dialog-actions .btn-raised-large-ui {
      padding: 0 5px; }

.react-select {
  margin: 10px 0 10px;
  position: relative; }
  .react-select-label {
    color: rgba(84, 96, 105, 0.5);
    font-size: 0.9em;
    letter-spacing: 0.86px;
    line-height: 22px; }
  .react-select-container .react-select__control {
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    min-height: 45px; }
    .react-select-container .react-select__control:hover {
      border: 1px solid #E1E1E1;
      cursor: pointer; }
    .react-select-container .react-select__control--is-focused {
      border-color: #89BFFF; }
  .react-select-container .react-select__placeholder {
    color: rgba(94, 93, 96, 0.3);
    font-size: 13px; }
  .react-select-container .react-select__indicator {
    background-color: rgba(245, 245, 245, 0.4);
    width: 45px; }
    .react-select-container .react-select__indicator-separator {
      margin: 0;
      background-color: #E1E1E1; }
  .react-select-container .react-select__menu {
    z-index: 10; }

.btn-raised-ui, .btn-raised-large-ui {
  height: 45px;
  width: 120px;
  margin: 0 5px; }
  .btn-raised-ui > div, .btn-raised-large-ui > div {
    height: 100% !important; }
    .btn-raised-ui > div button, .btn-raised-large-ui > div button {
      -webkit-border-radius: 2px !important;
      -moz-border-radius: 2px !important;
      -ms-border-radius: 2px !important;
      border-radius: 2px !important;
      height: 100% !important; }
      .btn-raised-ui > div button > div, .btn-raised-large-ui > div button > div {
        height: 100% !important; }
        .btn-raised-ui > div button > div > div, .btn-raised-large-ui > div button > div > div {
          background-color: #4DA1FF;
          border: 1px solid rgba(137, 191, 255, 0.7);
          height: 100% !important; }
          .btn-raised-ui > div button > div > div span, .btn-raised-large-ui > div button > div > div span {
            color: #FFFFFF !important;
            font-size: 14px !important;
            letter-spacing: 0px !important;
            line-height: 45px;
            padding: 0 !important;
            text-align: center;
            text-transform: none !important; }
          .btn-raised-ui > div button > div > div:hover, .btn-raised-large-ui > div button > div > div:hover {
            background-color: rgba(77, 161, 255, 0.8) !important; }
    .btn-raised-ui > div button[disabled], .btn-raised-large-ui > div button[disabled] {
      -webkit-border-radius: 2px !important;
      -moz-border-radius: 2px !important;
      -ms-border-radius: 2px !important;
      border-radius: 2px !important;
      height: 45px !important;
      background-color: #FBFCFD !important;
      border: 1px solid #FBFCFD; }
      .btn-raised-ui > div button[disabled] > div, .btn-raised-large-ui > div button[disabled] > div {
        height: 100% !important; }
        .btn-raised-ui > div button[disabled] > div span, .btn-raised-large-ui > div button[disabled] > div span {
          color: #E9E9E9 !important;
          font-size: 14px !important;
          letter-spacing: 0px !important;
          line-height: 45px;
          padding: 0 !important;
          text-align: center;
          text-transform: none !important; }

.btn-raised-large-ui {
  width: 245px; }

.btn-raised-ui-secondary {
  margin-right: 10px !important; }
  .btn-raised-ui-secondary > div button > div > div {
    background-color: #F10C28;
    border: 1px solid rgba(241, 12, 40, 0.7); }
    .btn-raised-ui-secondary > div button > div > div:hover {
      background-color: rgba(241, 12, 40, 0.1) !important; }

.checkbox-ui {
  margin: 10px 0; }
  .checkbox-ui > div > div {
    margin-right: 10px !important;
    padding: 2px !important; }
  .checkbox-ui label {
    font-size: 13px;
    color: #323C47 !important;
    letter-spacing: 0.86px; }
  .checkbox-ui.item-level0 {
    margin-bottom: 5px; }
  .checkbox-ui.item-level1 {
    padding-left: 30px;
    margin: 5px 0; }
  .checkbox-ui.item-level2 {
    padding-left: 60px;
    margin: 5px 0; }

.checkbox-group {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  padding: 10px 25px 15px; }

.wrapper-color-picker {
  min-height: 50px;
  min-width: 50px;
  padding: 5px;
  position: relative; }
  .wrapper-color-picker .item-color-picker {
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin: 5px 0; }
    .wrapper-color-picker .item-color-picker p {
      margin-left: 10px; }
    .wrapper-color-picker .item-color-picker div {
      -webkit-box-shadow: 0 0 5px 0.5px rgba(212, 212, 212, 0.91);
      -moz-box-shadow: 0 0 5px 0.5px rgba(212, 212, 212, 0.91);
      box-shadow: 0 0 5px 0.5px rgba(212, 212, 212, 0.91);
      height: 50px;
      width: 50px; }
  .wrapper-color-picker .select-color-picker {
    margin: 5px 0;
    position: absolute;
    z-index: 300; }

.datepicker_ui div {
  height: auto !important;
  width: 100% !important; }

.datepicker_ui label {
  color: rgba(84, 96, 105, 0.5) !important;
  font-size: 14px;
  letter-spacing: 0.86px;
  top: 0px !important; }
  .datepicker_ui label + div {
    color: #d6d6d6 !important;
    font-size: 13px;
    left: 20px;
    margin-top: 0px !important; }

.datepicker_ui input {
  color: #5E5D60 !important;
  font-size: 14px !important;
  letter-spacing: 0.86px;
  margin-top: 0px !important;
  padding: 0 20px !important; }
  .datepicker_ui input:focus {
    border-color: #89BFFF !important; }
  .datepicker_ui input::-webkit-input-placeholder {
    color: rgba(94, 93, 96, 0.3); }
  .datepicker_ui input::-moz-placeholder {
    color: rgba(94, 93, 96, 0.3); }
  .datepicker_ui input:-ms-input-placeholder {
    color: rgba(94, 93, 96, 0.3); }
  .datepicker_ui input:-moz-placeholder {
    color: rgba(94, 93, 96, 0.3); }

.datepicker_ui input {
  height: 45px !important;
  line-height: 45px !important; }

.datepicker_ui.error input,
.datepicker_ui.error textarea {
  border-color: #F10C28 !important; }

.dialog-ui-body {
  background-color: #F5F5F5; }

.dialog-ui-actions {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  background-color: #F5F5F5; }
  .dialog-ui-actions .btn-raised-ui, .dialog-ui-actions .btn-raised-large-ui {
    padding: 0 5px; }

.number-input-ui {
  height: auto;
  margin: 30px 0 10px !important;
  width: 100%; }
  .number-input-ui > div::before, .number-input-ui > div::after {
    border-bottom: none !important; }
  .number-input-ui label {
    font-family: "Source Sans Pro", sans-serif;
    position: absolute;
    line-height: 22px;
    transform: scale(0.75) translate(0px, -28px);
    color: rgba(84, 96, 105, 0.5);
    font-size: 14px;
    letter-spacing: 0.86px; }
    .number-input-ui label + div {
      margin-top: 0px; }
  .number-input-ui input {
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-family: "Source Sans Pro", sans-serif;
    background-color: #FFFFFF !important;
    border: 1px solid #E1E1E1 !important;
    color: #5E5D60 !important;
    font-size: 14px !important;
    letter-spacing: 0.86px;
    margin-top: 0px !important;
    padding: 0 20px !important; }
    .number-input-ui input:focus {
      border-color: #89BFFF !important; }
    .number-input-ui input::-webkit-input-placeholder {
      color: rgba(94, 93, 96, 0.3); }
    .number-input-ui input::-moz-placeholder {
      color: rgba(94, 93, 96, 0.3); }
    .number-input-ui input:-ms-input-placeholder {
      color: rgba(94, 93, 96, 0.3); }
    .number-input-ui input:-moz-placeholder {
      color: rgba(94, 93, 96, 0.3); }
  .number-input-ui input {
    height: 45px;
    line-height: 45px; }
  .number-input-ui.not-label {
    margin: 10px 0; }
  .number-input-ui.url-autocomplete input {
    background-color: #F5F5F5 !important; }
  .number-input-ui.error input,
  .number-input-ui.error textarea {
    border-color: #F10C28 !important; }

.mini-img {
  max-width: 300px;
  max-height: 300px; }
  .mini-img img {
    width: 100%; }

.text_editor {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
  color: #5E5D60;
  font-size: 16px;
  letter-spacing: 0.86px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
  max-width: 900px;
  /* Tags styles */ }
  .text_editor:focus {
    border-color: #89BFFF; }
  .text_editor-label {
    color: rgba(84, 96, 105, 0.5);
    font-size: 12px;
    letter-spacing: 0.86px;
    line-height: 22px; }
  .text_editor-toolbar {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    background-color: #FFFFFF;
    padding: 1px 15px 5px 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #F5F5F5; }
    .text_editor-toolbar .dropdown {
      position: relative;
      display: inline-block; }
      .text_editor-toolbar .dropdown-btn {
        border: 1px solid #f5f5f5;
        padding: 5px 10px; }
      .text_editor-toolbar .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 80px;
        padding: 5px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1; }
        .text_editor-toolbar .dropdown-content button {
          display: block; }
      .text_editor-toolbar .dropdown:hover .dropdown-content {
        cursor: pointer;
        display: block; }
    .text_editor-toolbar button {
      background-color: transparent;
      border: none;
      box-shadow: none;
      color: #ADB1B5;
      margin-right: 10px;
      cursor: pointer; }
      .text_editor-toolbar button.active {
        color: #22272A; }
      .text_editor-toolbar button svg {
        font-size: 24px;
        vertical-align: text-bottom; }
  .text_editor h1 {
    font-size: 2rem; }
  .text_editor h2 {
    font-size: 1.8rem; }
  .text_editor h3 {
    font-size: 1.6rem; }
  .text_editor h4 {
    font-size: 1.4rem; }
  .text_editor h5 {
    font-size: 1.2rem; }
  .text_editor h6 {
    font-size: 1.1rem; }
  .text_editor h1, .text_editor h2, .text_editor h3, .text_editor h4, .text_editor h5, .text_editor h6 {
    margin: 0.5em 0; }
  .text_editor .break, .text_editor p, .text_editor h1, .text_editor h2, .text_editor h3, .text_editor h4, .text_editor h5, .text_editor h6, .text_editor blockquote, .text_editor ul, .text_editor ol, .text_editor .fb-container, .text_editor .instagram-container, .text_editor .twitter-container {
    padding: 5px;
    border: 1px dotted rgba(0, 0, 0, 0.1); }
  .text_editor p {
    margin: 0.5em 0;
    line-height: 1.2em; }
  .text_editor code {
    font-family: monospace;
    background-color: #F5F5F5; }
  .text_editor ol, .text_editor ul {
    padding-inline-start: 40px;
    margin-bottom: 0.5em; }
  .text_editor blockquote {
    width: 80%;
    margin: 10px auto;
    font-style: italic;
    padding: 1.2em 30px 1.2em 50px;
    border-left: 8px solid #E1E1E1;
    line-height: 1.6;
    position: relative;
    background: #F5F5F5; }
  .text_editor blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #E1E1E1;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px; }
  .text_editor blockquote::after {
    content: ''; }
  .text_editor figure {
    position: relative; }
    .text_editor figure.full {
      width: 100%; }
    .text_editor figure.half {
      width: 48%;
      margin: 1%;
      float: left; }
    .text_editor figure.third {
      width: 31%;
      margin: 1%;
      float: left; }
    .text_editor figure.two-thirds {
      width: 64%;
      margin: 1%;
      float: left; }
    .text_editor figure img {
      max-width: 100%; }
    .text_editor figure figcaption {
      position: absolute;
      color: #FFF;
      background-color: rgba(0, 0, 0, 0.5);
      bottom: 5px;
      padding: 5px;
      width: 100%; }
  .text_editor .selected {
    border: 1px solid rgba(0, 132, 255, 0.8); }
  .text_editor .break {
    clear: both;
    height: 5px; }

.select-ui {
  height: 45px !important;
  margin: 30px 0 10px;
  text-align: left; }
  .select-ui label {
    color: rgba(84, 96, 105, 0.5) !important;
    top: 0 !important;
    font-size: 0.9em !important;
    letter-spacing: 0.86px; }
    .select-ui label + div {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: rgba(94, 93, 96, 0.3) !important;
      top: 50%;
      left: 20px;
      bottom: auto !important;
      z-index: 2;
      font-size: 13px !important;
      letter-spacing: 0.86px; }
  .select-ui.not-label {
    margin: 5px 0; }
  .select-ui > div:nth-of-type(2) {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF !important;
    border: 1px solid #E1E1E1 !important;
    margin-top: 0 !important; }
    .select-ui > div:nth-of-type(2) div > div:nth-of-type(2) {
      color: #5E5D60 !important;
      font-size: 14px !important;
      height: 45px !important;
      line-height: 45px !important;
      padding: 0 0 0 20px !important;
      top: 0px !important; }
    .select-ui > div:nth-of-type(2) div button {
      -webkit-transform: translateY(-50%) !important;
      -moz-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
      transform: translateY(-50%) !important;
      background-color: rgba(245, 245, 245, 0.4) !important;
      height: 45px !important;
      width: 45px !important;
      top: 50% !important;
      border-left: 1px solid #E1E1E1 !important; }
      .select-ui > div:nth-of-type(2) div button svg {
        -webkit-transform: translate(-50%, -50%) !important;
        -moz-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        fill: #808FA3 !important;
        left: 50%;
        position: absolute;
        top: 50%; }

.select-ui-items {
  font-size: 13px !important;
  letter-spacing: 0;
  line-height: 38px !important;
  min-height: 38px !important; }
  .select-ui-items > div > div {
    padding: 0 20px !important; }

.select-lang-ui {
  padding: 0 10px;
  width: auto; }
  .select-lang-ui .select-ui {
    width: 150px !important; }

.text-input-ui {
  height: auto !important;
  margin: 30px 0 10px;
  width: 100% !important; }
  .text-input-ui label {
    color: rgba(84, 96, 105, 0.5) !important;
    font-size: 14px;
    letter-spacing: 0.86px;
    top: 0px !important; }
    .text-input-ui label + div {
      margin-top: 0px !important; }
  .text-input-ui input,
  .text-input-ui textarea {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFFFFF !important;
    border: 1px solid #E1E1E1 !important;
    color: #5E5D60 !important;
    font-size: 14px !important;
    letter-spacing: 0.86px;
    margin-top: 0px !important;
    padding: 0 20px !important; }
    .text-input-ui input:focus,
    .text-input-ui textarea:focus {
      border-color: #89BFFF !important; }
    .text-input-ui input::-webkit-input-placeholder,
    .text-input-ui textarea::-webkit-input-placeholder {
      color: rgba(94, 93, 96, 0.3); }
    .text-input-ui input::-moz-placeholder,
    .text-input-ui textarea::-moz-placeholder {
      color: rgba(94, 93, 96, 0.3); }
    .text-input-ui input:-ms-input-placeholder,
    .text-input-ui textarea:-ms-input-placeholder {
      color: rgba(94, 93, 96, 0.3); }
    .text-input-ui input:-moz-placeholder,
    .text-input-ui textarea:-moz-placeholder {
      color: rgba(94, 93, 96, 0.3); }
  .text-input-ui input {
    height: 45px !important;
    line-height: 45px !important; }
  .text-input-ui textarea {
    padding: 20px !important;
    margin-bottom: 0px !important; }
  .text-input-ui.not-label {
    margin: 10px 0; }
  .text-input-ui.url-autocomplete input {
    background-color: #F5F5F5 !important; }
  .text-input-ui.error input,
  .text-input-ui.error textarea {
    border-color: #F10C28 !important; }

.text_rich_ui {
  margin: 15px auto 30px;
  position: relative; }
  .text_rich_ui-label {
    color: rgba(84, 96, 105, 0.5);
    font-size: 11px;
    letter-spacing: 0.86px;
    margin-bottom: 8px; }
  .text_rich_ui-editor {
    min-height: 100px; }
  .text_rich_ui-wrapper {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #E1E1E1; }
  .text_rich_ui-focus .text_rich_ui-wrapper {
    border-color: #89BFFF; }
  .text_rich_ui-error .text_rich_ui-wrapper {
    border-color: #F10C28; }
  .text_rich_ui-error_text {
    color: #F10C28;
    font-size: 12px;
    padding: 5px;
    position: absolute; }

.DraftEditor-editorContainer {
  color: #808080;
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif; }
  .DraftEditor-editorContainer a {
    color: #808080;
    text-decoration: underline; }
  .DraftEditor-editorContainer h1 {
    font-weight: 600;
    font-size: 29px;
    margin: 40px 0 20px; }
  .DraftEditor-editorContainer h2 {
    font-weight: 600;
    font-size: 29px;
    margin: 40px 0 20px; }
  .DraftEditor-editorContainer h3 {
    font-weight: 600;
    font-size: 29px;
    margin: 40px 0 20px; }
  .DraftEditor-editorContainer h4 {
    font-weight: 600;
    font-size: 29px;
    margin: 40px 0 20px; }

.toggle-ui {
  margin: 10px 15px 5px 0;
  padding: 5px;
  width: 100% !important; }
  .toggle-ui input {
    height: 24px !important; }

.upload-file-ui {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin: 10px 0;
  padding: 0px 5px;
  position: relative;
  width: 100%; }
  .upload-file-ui .upload-dropzone {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: #FFFFFF;
    border: 1px dashed #89BFFF;
    cursor: pointer;
    margin: 6px 0 0;
    min-height: 85px;
    width: 100%; }
    .upload-file-ui .upload-dropzone p {
      color: #4DA1FF;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: -0.12px;
      line-height: 86px;
      margin: 0;
      text-align: center; }
      .upload-file-ui .upload-dropzone p img {
        height: 16px;
        vertical-align: middle;
        margin-right: 10px; }
    .upload-file-ui .upload-dropzone.active {
      border-color: #E1E1E1;
      background-color: rgba(255, 255, 255, 0.9); }
      .upload-file-ui .upload-dropzone.active p {
        color: #E1E1E1; }
  .upload-file-ui .upload-file-ui-title {
    color: rgba(84, 96, 105, 0.5);
    font-size: 10.5px;
    letter-spacing: 0.86px;
    margin-bottom: 6px;
    width: 100%; }
  .upload-file-ui .wrapper-img {
    margin: 3px 3px 3px 0;
    min-height: 100px;
    min-width: 90px;
    padding: 5px 5px 2px;
    text-align: center; }
    .upload-file-ui .wrapper-img .node-img {
      position: relative;
      max-width: 180px; }
      .upload-file-ui .wrapper-img .node-img .delete-img {
        background: white;
        bottom: 75px;
        position: absolute;
        right: 0;
        width: 100%;
        display: none; }
      .upload-file-ui .wrapper-img .node-img:hover .delete-img {
        display: inline-block; }
    .upload-file-ui .wrapper-img img {
      width: 100%; }

.url_field_show_ui {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 13px;
  color: #31383E;
  margin: 10px; }
  .url_field_show_ui-btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    background-color: #4DA1FF;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    margin-right: 10px;
    outline: none;
    padding: 8px 10px;
    text-decoration: none; }
    .url_field_show_ui-btn:hover {
      background-color: rgba(77, 161, 255, 0.9); }
  .url_field_show_ui-url {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.customer_card_ui {
  margin: 10px 0 50px;
  width: 48%; }
  .customer_card_ui .reset_margin {
    margin: 0 !important; }
  .customer_card_ui-title {
    color: #ADB1B5;
    font-size: 12px;
    font-weight: 700;
    line-height: 45px;
    margin: 0;
    overflow: hidden;
    padding: 0 2px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap; }
  .customer_card_ui-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    color: #5E5D60;
    margin: 0 1%;
    padding: 30px 30px 20px;
    position: relative; }
  .customer_card_ui-btn_client {
    position: absolute;
    right: 20px;
    top: 20px; }
  .customer_card_ui-info, .customer_card_ui-info_order {
    margin-bottom: 10px;
    line-height: 20px; }
  .customer_card_ui-info_order {
    font-size: 16px; }
  .customer_card_ui-link {
    color: #5E5D60; }

.header_ui {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%; }
  .header_ui .title {
    color: #5E5D60;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .header_ui .group_right {
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .header_ui .group_right .btn-raised-ui, .header_ui .group_right .btn-raised-large-ui {
      margin: 0; }

.label_tag_ui {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 34px;
  margin: 0 auto;
  max-width: 85%;
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }

.pag_ui {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px 0;
  min-height: 50px;
  width: 100%; }
  .pag_ui .pag_ui-select {
    margin: 0 0 0 auto; }
  .pag_ui .pag_ui-btns {
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    padding: 0 10px; }
  .pag_ui .pag_ui-btn {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    background: none;
    border: none;
    color: #546069;
    cursor: pointer;
    font-size: 13px;
    outline: none;
    padding: 2px 5px; }
    .pag_ui .pag_ui-btn:hover, .pag_ui .pag_ui-btn.active {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
  .pag_ui .btns_nums .pag_ui-btn {
    margin: 0 5px;
    min-width: 38px; }
    .pag_ui .btns_nums .pag_ui-btn.active {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      background-color: #FFFFFF; }

.stick_ui {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  background-color: #70C45F;
  color: #FFFFFF;
  font-size: 10px;
  height: 19px;
  line-height: 19px;
  margin: 0 !important;
  width: 25px; }
  .stick_ui .blue {
    background-color: #4DA1FF; }

.form_address_ui {
  text-align: right;
  width: 100%; }
  .form_address_ui-btn_update {
    background-color: initial;
    border: none;
    color: #4DA1FF;
    cursor: pointer;
    outline: none; }
  .form_address_ui-form {
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.app-edit .edit-form, .app_edit-main .edit-form {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
  width: 100%; }
  .app-edit .edit-form-top, .app_edit-main .edit-form-top {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }

.app_edit-main hr {
  border: 0;
  height: 2px;
  background-color: #6F7071;
  margin: 10px 0; }

.app_edit-main .info-row {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  padding: 0 30px;
  background-color: #FFFFFF;
  margin-bottom: 5px;
  color: #6F7071; }
  .app_edit-main .info-row-main {
    text-align: center; }
  .app_edit-main .info-row .order-img {
    padding: 10px 10px 10px 0;
    max-width: 100%;
    height: auto; }
  .app_edit-main .info-row .td_cell {
    width: 10%;
    line-height: 45px; }
    .app_edit-main .info-row .td_cell.td_15 {
      width: 15%; }
    .app_edit-main .info-row .td_cell.td_20 {
      width: 20%; }
    .app_edit-main .info-row .td_cell.td_25 {
      width: 25%; }
    .app_edit-main .info-row .td_cell.td_40 {
      width: 40%; }
    .app_edit-main .info-row .td_cell.td_50 {
      width: 50%; }
  .app_edit-main .info-row.info-row-product {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative; }
    .app_edit-main .info-row.info-row-product .td_cell {
      line-height: 20px; }
      .app_edit-main .info-row.info-row-product .td_cell img {
        max-width: 50%;
        vertical-align: middle;
        margin: 10% 0 0 10%; }
  .app_edit-main .info-row p {
    font-size: 14px; }
    .app_edit-main .info-row p.first-upper::first-letter {
      text-transform: uppercase; }

.app_edit-main .order-tabs > div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #FBFCFD !important; }

.app_edit-main .order-tabs > div + div {
  display: none; }

.app_edit-main .order-tabs .tab {
  height: 45px;
  padding: 8px !important; }
  .app_edit-main .order-tabs .tab div div {
    color: #989898;
    font-size: 13px;
    height: 28px !important;
    letter-spacing: 0;
    opacity: 0.45;
    text-transform: none; }
  .app_edit-main .order-tabs .tab.active div {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.02);
    background-color: #FFFFFF; }
    .app_edit-main .order-tabs .tab.active div div {
      color: #546069;
      opacity: 1; }

.app_edit-main .order-view {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0; }

.app_edit-main .info p {
  margin-bottom: 10px; }

.app_edit-main .info .info-title {
  color: #ADB1B5;
  font-size: 12px;
  overflow: hidden;
  padding: 0 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700; }

.app_edit-main .info .info-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #5E5D60;
  margin-bottom: 55px;
  padding: 30px 40px 35px;
  position: relative; }
  .app_edit-main .info .info-box .line {
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 5px 0; }
    .app_edit-main .info .info-box .line.total_pay {
      border-top: 2px solid #E1E1E1;
      padding: 23px 0 0;
      margin: 10px 0 0; }
  .app_edit-main .info .info-box .label_tag_ui {
    text-align: center; }

.app_edit-main .info .info-name {
  text-decoration: underline; }

.app_edit-main .info .info-address {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #FFFFFF;
  color: #5E5D60;
  margin-bottom: 55px;
  min-height: 230px; }
  .app_edit-main .info .info-address .flex_item {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    align-self: stretch;
    width: 50%; }
  .app_edit-main .info .info-address .address {
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    align-items: start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 40px 35px; }
    .app_edit-main .info .info-address .address .last_btns {
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .app_edit-main .info .info-address .address .last_btns img {
        margin: 0 15px; }
  .app_edit-main .info .info-address .shipping_map {
    position: relative;
    overflow: hidden;
    background-color: #E1E1E1; }

.app_edit-main .client_data {
  margin: 10px 0 50px;
  width: 48%; }
  .app_edit-main .client_data .info-box {
    margin: 0 1%; }
    .app_edit-main .client_data .info-box .link_client {
      color: #5E5D60;
      margin-left: 5px; }

.app_edit-main .btn_client {
  position: absolute;
  right: 20px;
  top: 20px; }

.customers_main {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
  align-items: initial;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .customers_main .btn_right {
    margin: 0 0 0 auto; }
  .customers_main .info-flex {
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: initial;
    -moz-align-items: initial;
    -ms-align-items: initial;
    align-items: initial;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

.app-list {
  width: 100%; }
  .app-list .search_ui .wrapper-field {
    padding: 0; }
  .app-list .pagination {
    padding: 0 10px; }
    .app-list .pagination .go-page.active {
      background: rgba(0, 0, 0, 0.1) !important; }

.table_ui {
  width: 100%; }
  .table_ui .th_header, .table_ui .th_body .th_row, .table_ui .caja-products .prod-table_ui .th_body .th_row, .caja-products .prod-table_ui .th_body .table_ui .th_row {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 30px; }
    .table_ui .th_header p, .table_ui .th_body .th_row p, .table_ui .caja-products .prod-table_ui .th_body .th_row p, .caja-products .prod-table_ui .th_body .table_ui .th_row p {
      color: #ADB1B5;
      font-size: 12px;
      overflow: hidden;
      padding: 0 2px;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0;
      line-height: 45px; }
      .table_ui .th_header p.upper, .table_ui .th_body .th_row p.upper, .caja-products .prod-table_ui .th_body .table_ui .th_row p.upper {
        text-transform: uppercase;
        font-weight: 700; }
    .table_ui .th_header .wrapper_field_select, .table_ui .th_body .th_row .wrapper_field_select, .caja-products .prod-table_ui .th_body .table_ui .th_row .wrapper_field_select {
      height: 52px; }
      .table_ui .th_header .wrapper_field_select .select-ui, .table_ui .th_body .th_row .wrapper_field_select .select-ui, .caja-products .prod-table_ui .th_body .table_ui .th_row .wrapper_field_select .select-ui {
        margin: 0; }
      .table_ui .th_header .wrapper_field_select label, .table_ui .th_body .th_row .wrapper_field_select label, .caja-products .prod-table_ui .th_body .table_ui .th_row .wrapper_field_select label {
        display: none; }
    .table_ui .th_header .td_fields, .table_ui .th_body .th_row .td_fields, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 90%; }
      .table_ui .th_header .td_fields-all, .table_ui .th_body .th_row .td_fields-all, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields-all {
        width: 100%; }
      .table_ui .th_header .td_fields .td_cell, .table_ui .th_body .th_row .td_fields .td_cell, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell {
        width: 5%; }
        .table_ui .th_header .td_fields .td_cell.td_10, .table_ui .th_body .th_row .td_fields .td_cell.td_10, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_10 {
          width: 10%; }
        .table_ui .th_header .td_fields .td_cell.td_15, .table_ui .th_body .th_row .td_fields .td_cell.td_15, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_15 {
          width: 15%; }
        .table_ui .th_header .td_fields .td_cell.td_20, .table_ui .th_body .th_row .td_fields .td_cell.td_20, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_20 {
          width: 20%; }
        .table_ui .th_header .td_fields .td_cell.td_25, .table_ui .th_body .th_row .td_fields .td_cell.td_25, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_25 {
          width: 25%; }
        .table_ui .th_header .td_fields .td_cell.td_30, .table_ui .th_body .th_row .td_fields .td_cell.td_30, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_30 {
          width: 30%; }
        .table_ui .th_header .td_fields .td_cell.td_35, .table_ui .th_body .th_row .td_fields .td_cell.td_35, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_35 {
          width: 35%; }
        .table_ui .th_header .td_fields .td_cell.td_40, .table_ui .th_body .th_row .td_fields .td_cell.td_40, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_40 {
          width: 40%; }
        .table_ui .th_header .td_fields .td_cell.td_45, .table_ui .th_body .th_row .td_fields .td_cell.td_45, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_45 {
          width: 45%; }
        .table_ui .th_header .td_fields .td_cell.td_50, .table_ui .th_body .th_row .td_fields .td_cell.td_50, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_50 {
          width: 50%; }
        .table_ui .th_header .td_fields .td_cell.td_55, .table_ui .th_body .th_row .td_fields .td_cell.td_55, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_55 {
          width: 55%; }
        .table_ui .th_header .td_fields .td_cell.td_60, .table_ui .th_body .th_row .td_fields .td_cell.td_60, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_60 {
          width: 60%; }
        .table_ui .th_header .td_fields .td_cell.td_65, .table_ui .th_body .th_row .td_fields .td_cell.td_65, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_65 {
          width: 65%; }
        .table_ui .th_header .td_fields .td_cell.td_70, .table_ui .th_body .th_row .td_fields .td_cell.td_70, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_70 {
          width: 70%; }
        .table_ui .th_header .td_fields .td_cell.td_75, .table_ui .th_body .th_row .td_fields .td_cell.td_75, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_75 {
          width: 75%; }
        .table_ui .th_header .td_fields .td_cell.td_80, .table_ui .th_body .th_row .td_fields .td_cell.td_80, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_80 {
          width: 80%; }
        .table_ui .th_header .td_fields .td_cell.td_85, .table_ui .th_body .th_row .td_fields .td_cell.td_85, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_85 {
          width: 85%; }
        .table_ui .th_header .td_fields .td_cell.td_90, .table_ui .th_body .th_row .td_fields .td_cell.td_90, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_90 {
          width: 90%; }
        .table_ui .th_header .td_fields .td_cell.td_95, .table_ui .th_body .th_row .td_fields .td_cell.td_95, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_95 {
          width: 95%; }
        .table_ui .th_header .td_fields .td_cell.td_100, .table_ui .th_body .th_row .td_fields .td_cell.td_100, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_fields .td_cell.td_100 {
          width: 100%; }
    .table_ui .th_header .td_options, .table_ui .th_body .th_row .td_options, .caja-products .prod-table_ui .th_body .table_ui .th_row .td_options {
      width: 10%;
      text-align: center; }
  .table_ui .th_body .th_row {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative;
    padding: 7px 30px; }
    .table_ui .th_body .th_row.th_odd {
      background-color: #FBFCFD; }
    .table_ui .th_body .th_row.th_visited:before {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      background-color: #89BFFF;
      content: '';
      height: 80%;
      left: 0;
      position: absolute;
      width: 5px; }
    .table_ui .th_body .th_row p {
      font-size: 14px;
      color: #6F7071;
      white-space: normal;
      line-height: normal; }
    .table_ui .th_body .th_row-new {
      color: #70C45F;
      font-size: 10px;
      left: 10px;
      position: absolute; }
    .table_ui .th_body .th_row .td_options.icon {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .table_ui .th_body .th_row.online {
      background-color: #FFFFF1; }

.app_account {
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%; }
  .app_account .section {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 300px; }
  .app_account .title {
    color: #323C47;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 0;
    text-align: center; }
  .app_account .btn-raised-large-ui {
    margin: 20px 0 30px;
    padding: 0 5px;
    width: 100%; }
  .app_account .btn_text {
    text-align: center; }
    .app_account .btn_text button {
      background-color: #F5F5F5;
      border: none;
      color: #323C47;
      cursor: pointer;
      font-size: 14px;
      outline: none; }

.app-set_password {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .app-set_password .btn-raised-large-ui {
    margin: 20px 0 0 5px; }

.attr-divide {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .attr-divide .wrapper-field {
    padding: 0 5px; }
  .attr-divide .title {
    width: 100%; }
    .attr-divide .title p {
      border-bottom: 1px solid rgba(111, 112, 113, 0.4);
      color: #6F7071;
      font-size: 14px;
      line-height: 30px;
      margin: 10px 0 0;
      padding: 0 5px;
      width: 50%; }
  .attr-divide .attr-values {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin: 50px 0 10px;
    width: 100%; }

.caja {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .caja #scanner {
    background-color: white; }
  .caja-products {
    padding-right: 20px; }
    .caja-products-searchbar {
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .caja-products .th_footer {
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      width: 100%;
      padding: 10px 30px;
      background-color: #FBFCFD;
      margin-bottom: 5px;
      position: relative; }
      .caja-products .th_footer p {
        font-size: 40px;
        font-weight: bold; }
    .caja-products .th_discount {
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      background-color: #FFFFFF;
      width: 100%;
      margin-bottom: 5px;
      padding: 10px 30px;
      font-size: 18px; }
    .caja-products-options {
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .caja-products .row {
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .caja-products .row svg {
        cursor: pointer;
        margin: 2px; }
    .caja-products-actions .row {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      .caja-products-actions .row div {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        background-color: #ddd;
        padding: 10px;
        width: 49%;
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
        cursor: pointer;
        text-align: center; }
      .caja-products-actions .row .sale, .caja-products-actions .row .cancel {
        display: -webkit-flex;
        display: -webkit-flexbox;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .caja-products-actions .row .sale svg, .caja-products-actions .row .cancel svg {
          font-size: 50px; }
      .caja-products-actions .row .check_circle {
        color: #70C45F; }
      .caja-products-actions .row .action-button {
        min-height: 70px; }
        .caja-products-actions .row .action-button:hover {
          background-color: #c4c3c3; }
        .caja-products-actions .row .action-button.payment label {
          cursor: pointer; }
          .caja-products-actions .row .action-button.payment label:first-child {
            margin-right: 10px; }
        .caja-products-actions .row .action-button.payment:hover {
          cursor: initial; }
    .caja-products-actions .discount-row {
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .caja-products-actions .discount-row .discount-button {
        padding-right: 10px;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1; }
        .caja-products-actions .discount-row .discount-button div {
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          border-radius: 10px;
          background-color: #ddd;
          padding: 20px;
          font-size: 16px;
          line-height: 24px;
          margin-top: 10px;
          cursor: pointer;
          text-align: center; }
          .caja-products-actions .discount-row .discount-button div:hover {
            background-color: #c4c3c3; }
      .caja-products-actions .discount-row .discount-button.caja-products {
        padding-right: 0; }
    .caja-products-actions .payment {
      background-color: red; }
      .caja-products-actions .payment span.no-padding {
        padding: 0; }
  .caja .react-select {
    margin-top: 10px; }
  .caja .client-name {
    font-size: 0.9rem; }
  .caja .ticket iframe {
    width: 100%;
    height: 700px; }

.alert-dialog .client-search {
  margin-bottom: 70px; }

.alert-dialog .client-dates {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFFFFF;
  width: 100%;
  padding: 10px 30px;
  margin-top: 10px;
  margin-bottom: 50px; }

.alert-dialog-content ul.error {
  color: #F10C28; }

.caja-products .prod-table_ui {
  width: 100%; }
  .caja-products .prod-table_ui .th_header, .table_ui .th_body .caja-products .prod-table_ui .th_row, .caja-products .prod-table_ui .th_body .th_row {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 30px; }
    .caja-products .prod-table_ui .th_header p, .table_ui .th_body .caja-products .prod-table_ui .th_row p, .caja-products .prod-table_ui .th_body .th_row p {
      color: #ADB1B5;
      font-size: 12px;
      overflow: hidden;
      padding: 0 2px;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0;
      line-height: 45px; }
      .caja-products .prod-table_ui .th_header p.upper, .table_ui .th_body .caja-products .prod-table_ui .th_row p.upper, .caja-products .prod-table_ui .th_body .th_row p.upper {
        text-transform: uppercase;
        font-weight: 700; }
    .caja-products .prod-table_ui .th_header .wrapper_field_select, .table_ui .th_body .caja-products .prod-table_ui .th_row .wrapper_field_select, .caja-products .prod-table_ui .th_body .th_row .wrapper_field_select {
      height: 52px; }
      .caja-products .prod-table_ui .th_header .wrapper_field_select .select-ui, .table_ui .th_body .caja-products .prod-table_ui .th_row .wrapper_field_select .select-ui, .caja-products .prod-table_ui .th_body .th_row .wrapper_field_select .select-ui {
        margin: 0; }
      .caja-products .prod-table_ui .th_header .wrapper_field_select label, .table_ui .th_body .caja-products .prod-table_ui .th_row .wrapper_field_select label, .caja-products .prod-table_ui .th_body .th_row .wrapper_field_select label {
        display: none; }
    .caja-products .prod-table_ui .th_header .td_fields, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields, .caja-products .prod-table_ui .th_body .th_row .td_fields {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 90%; }
      .caja-products .prod-table_ui .th_header .td_fields-all, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields-all, .caja-products .prod-table_ui .th_body .th_row .td_fields-all {
        width: 100%; }
      .caja-products .prod-table_ui .th_header .td_fields .td_cell, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell {
        width: 5%;
        line-height: 45px; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_10, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_10, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_10 {
          width: 10%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_15, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_15, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_15 {
          width: 15%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_20, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_20, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_20 {
          width: 20%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_25, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_25, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_25 {
          width: 25%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_30, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_30, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_30 {
          width: 30%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_35, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_35, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_35 {
          width: 35%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_40, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_40, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_40 {
          width: 40%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_45, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_45, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_45 {
          width: 45%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_50, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_50, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_50 {
          width: 50%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_55, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_55, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_55 {
          width: 55%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_60, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_60, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_60 {
          width: 60%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_65, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_65, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_65 {
          width: 65%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_70, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_70, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_70 {
          width: 70%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_75, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_75, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_75 {
          width: 75%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_80, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_80, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_80 {
          width: 80%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_85, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_85, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_85 {
          width: 85%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_90, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_90, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_90 {
          width: 90%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_95, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_95, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_95 {
          width: 95%; }
        .caja-products .prod-table_ui .th_header .td_fields .td_cell.td_100, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_fields .td_cell.td_100, .caja-products .prod-table_ui .th_body .th_row .td_fields .td_cell.td_100 {
          width: 100%; }
    .caja-products .prod-table_ui .th_header .td_options, .table_ui .th_body .caja-products .prod-table_ui .th_row .td_options, .caja-products .prod-table_ui .th_body .th_row .td_options {
      width: 10%;
      text-align: center; }
  .caja-products .prod-table_ui .th_body .th_row {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    position: relative;
    padding: 7px 30px; }
    .caja-products .prod-table_ui .th_body .th_row.th_odd {
      background-color: #FBFCFD; }
    .caja-products .prod-table_ui .th_body .th_row p, .caja-products .prod-table_ui .th_body .th_row input {
      font-size: 14px;
      color: #6F7071;
      white-space: normal;
      line-height: normal; }
    .caja-products .prod-table_ui .th_body .th_row input {
      padding: 5px; }
    .caja-products .prod-table_ui .th_body .th_row .td_options.icon {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }

.calculator {
  padding-left: 20px; }
  .calculator .row {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .calculator .number {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: #d6e8ff;
    padding: 10px;
    width: 31%;
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    cursor: pointer;
    text-align: center; }
    .calculator .number:hover {
      background-color: #89BFFF; }
  .calculator .panel {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    font-size: 20px;
    line-height: 30px; }
    .calculator .panel-cash {
      background-color: white;
      margin-top: 20px;
      margin-bottom: 5px; }
    .calculator .panel-change {
      background-color: #70C45F; }

.white {
  color: #fff; }
  .white svg {
    color: #fff; }

.muibutton-class {
  font-size: 0.9375rem;
  padding: 8px 24px;
  color: #3f51b5;
  display: inline-block;
  text-decoration: none;
  line-height: 1.75; }
  .muibutton-class:hover {
    background-color: rgba(63, 81, 181, 0.08); }

.carts_list .td_cell {
  text-align: center; }
  .carts_list .td_cell .td_username {
    text-align: left; }

.category_main .category-tabs {
  margin-top: 10px; }
  .category_main .category-tabs > div {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #FBFCFD !important; }
  .category_main .category-tabs > div + div {
    display: none; }
  .category_main .category-tabs .tab {
    height: 45px;
    padding: 8px !important; }
    .category_main .category-tabs .tab div div {
      color: #989898;
      font-size: 13px;
      height: 28px !important;
      letter-spacing: 0;
      opacity: 0.45;
      text-transform: none; }
    .category_main .category-tabs .tab.active div {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.02);
      -moz-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.02);
      box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.02);
      background-color: #FFFFFF; }
      .category_main .category-tabs .tab.active div div {
        color: #546069;
        opacity: 1; }

.category_main .ctg-check {
  padding: 20px 0px;
  width: 100%; }
  .category_main .ctg-check .ctg-check-nav {
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 5px 5px 8px; }
    .category_main .ctg-check .ctg-check-nav h4 {
      color: #ADB1B5;
      font-weight: 500;
      margin: 0;
      font-size: 16px; }
  .category_main .ctg-check .checkbox-group {
    height: 45px;
    margin: 0 5px;
    padding-top: 1px;
    overflow: hidden; }
    .category_main .ctg-check .checkbox-group.active {
      height: auto;
      padding-top: 10px;
      overflow: auto; }

.category_main .ctg-subcategories {
  margin: 15px 5px;
  width: 100%; }
  .category_main .ctg-subcategories h4 {
    color: #ADB1B5;
    font-weight: 500;
    margin: 0 0 8px;
    font-size: 16px; }
  .category_main .ctg-subcategories .ctg-sublist {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #FFFFFF;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 7.5px 30px; }
    .category_main .ctg-subcategories .ctg-sublist.ctg-sublist-odd {
      background-color: #FBFCFD; }
    .category_main .ctg-subcategories .ctg-sublist.removed {
      display: none; }
    .category_main .ctg-subcategories .ctg-sublist p {
      font-size: 14px;
      color: #6F7071; }
    .category_main .ctg-subcategories .ctg-sublist .ctg-sublist-item {
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 80%; }
      .category_main .ctg-subcategories .ctg-sublist .ctg-sublist-item .td_cell.td_80 {
        width: 80%; }
      .category_main .ctg-subcategories .ctg-sublist .ctg-sublist-item .td_cell.td_20 {
        width: 20%; }
    .category_main .ctg-subcategories .ctg-sublist .ctg-sublist-options {
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }

.category_main .filters_category {
  padding-left: 5%; }
  .category_main .filters_category .text_empty {
    color: #6F7071;
    font-size: 14px;
    line-height: 45px;
    margin: 0;
    overflow: hidden;
    padding: 0 2px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.info-li-link {
  cursor: pointer;
  text-decoration: underline;
  color: #4DA1FF; }

.home-main {
  width: 100%; }
  .home-main .tab_info {
    padding: 20px 5px; }
  .home-main .home-tabs > div {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #FBFCFD !important; }
  .home-main .home-tabs > div + div {
    display: none; }
  .home-main .home-tabs .tab {
    height: 45px;
    padding: 8px !important; }
    .home-main .home-tabs .tab div div {
      color: #989898;
      font-size: 13px;
      height: 28px !important;
      letter-spacing: 0;
      opacity: 0.45;
      text-transform: none; }
    .home-main .home-tabs .tab.active div {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.02);
      -moz-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.02);
      box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.02);
      background-color: #FFFFFF; }
      .home-main .home-tabs .tab.active div div {
        color: #546069;
        opacity: 1; }
  .home-main .promo_title {
    font-weight: bold;
    color: #6F7071; }

.slider, .grid {
  padding: 15px 0 20px; }
  .slider .btn-raised-large-ui, .grid .btn-raised-large-ui {
    margin-top: 20px; }
  .slider .item, .grid .item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 10px solid #FFFFFF;
    cursor: ns-resize;
    line-height: 45px;
    margin-bottom: 5px;
    padding: 0 20px;
    position: relative; }
    .slider .item p, .grid .item p {
      color: #6F7071;
      font-size: 15px;
      overflow: hidden;
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0;
      line-height: 45px; }
      .slider .item p.index, .grid .item p.index {
        padding: 0; }
    .slider .item .btn_delete, .grid .item .btn_delete {
      height: 35px;
      position: absolute;
      right: 0;
      top: 0;
      display: none; }
    .slider .item:hover .btn_delete, .grid .item:hover .btn_delete {
      display: block; }

.landing .title p {
  border-bottom: 1px solid rgba(110, 112, 113, 0.4);
  color: #6F7071;
  font-size: 14px;
  line-height: 30px;
  margin: 10px 0 0;
  padding: 0 5px; }

.info-points-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .info-points-row .info-points-title {
    color: #ADB1B5;
    font-size: 12px;
    font-weight: 700;
    line-height: 45px;
    margin: 0;
    overflow: hidden;
    padding: 0 2px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap; }

.info-points-box {
  width: 100%;
  background-color: #ffffff;
  color: #5E5D60;
  margin: 0 1%;
  padding: 30px 30px 20px; }
  .info-points-box-item {
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.customers_main .edit-form {
  align-items: flex-start;
  justify-content: space-between; }
  .customers_main .edit-form .customer_card_ui {
    width: 100%; }
  .customers_main .edit-form .wd_45 .info {
    width: 100%; }

.dashboard-app .dashboard__title {
  font-weight: 600;
  display: flex;
  justify-content: space-between; }

.dashboard-app .dashboard__time-select {
  color: lightgray;
  font-weight: 500;
  font-size: 0.7em; }

.dashboard-app .lastYearPercent {
  font-size: 14px;
  padding-left: 10px; }

.dashboard-app .filters {
  margin-bottom: 1%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .dashboard-app .filters__item {
    display: flex;
    justify-content: space-around;
    margin: 0 5%;
    min-width: 250px;
    height: 42px;
    padding: 0.7%;
    background-color: rgba(128, 128, 128, 0.24);
    border-radius: 8px; }
    .dashboard-app .filters__item-div {
      width: 32%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.9em;
      padding: 0 5%;
      cursor: pointer;
      color: gray; }
    .dashboard-app .filters__item .active {
      border-radius: 5px;
      color: black;
      background: white;
      box-shadow: 2px 2px 4px #c4c4c4; }
  .dashboard-app .filters__input {
    display: none; }
  .dashboard-app .filters .dashboard__date-inputs {
    display: flex;
    justify-content: center;
    width: 50%; }
    .dashboard-app .filters .dashboard__date-inputs .orders-textfield {
      max-width: 140px !important;
      margin: 0 3%; }
  @media only screen and (max-width: 680px) {
    .dashboard-app .filters {
      flex-direction: column-reverse;
      align-items: center; }
      .dashboard-app .filters__item {
        width: 70%;
        min-width: auto;
        margin: 5% 5%; }
      .dashboard-app .filters .dashboard__date-inputs {
        width: 90%;
        flex-wrap: wrap; } }

.dashboard-app .upper-part {
  margin-bottom: 3%;
  display: flex;
  justify-content: space-evenly; }
  .dashboard-app .upper-part__item {
    position: relative;
    width: 28%;
    height: 100px;
    padding: 2%;
    background-color: white;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.089);
    border-radius: 5px; }
    .dashboard-app .upper-part__item .blue-numbers {
      padding: 3%;
      color: #4697fa;
      font-size: 1.5em; }
    .dashboard-app .upper-part__item .arrow {
      position: absolute;
      width: 15px;
      height: 15px;
      right: 45%;
      bottom: -7px;
      transform: rotate(45deg);
      background-color: white;
      box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.021);
      z-index: 0;
      display: none; }
    .dashboard-app .upper-part__item .active {
      display: block; }
  @media only screen and (max-width: 480px) {
    .dashboard-app .upper-part {
      flex-direction: column; }
      .dashboard-app .upper-part__item {
        width: 90%;
        margin: 2% auto;
        padding: 4%;
        text-align: center; } }

.dashboard-app .middle-part {
  margin-bottom: 5%; }
  .dashboard-app .middle-part__item {
    margin: 0 auto 5%;
    width: 90%;
    height: 200px;
    padding: 2%;
    background-color: white;
    border-radius: 8px; }
  .dashboard-app .middle-part .chart {
    height: 400px; }

.dashboard-app .lower-part {
  margin-bottom: 5%; }
  .dashboard-app .lower-part__item {
    margin: 0 auto;
    width: 90%;
    min-height: 200px;
    padding: 2%;
    background-color: white;
    border-radius: 8px; }
    .dashboard-app .lower-part__item .funnel-headings {
      margin-top: 2%;
      display: flex;
      justify-content: space-evenly;
      color: gray; }
      .dashboard-app .lower-part__item .funnel-headings__data {
        text-align: center; }
        .dashboard-app .lower-part__item .funnel-headings__data .data-percentage {
          margin: 8% 0;
          color: black;
          font-size: 1.3em; }
        .dashboard-app .lower-part__item .funnel-headings__data .first {
          background-color: #fceeda; }
        .dashboard-app .lower-part__item .funnel-headings__data .second {
          background-color: #fadeb7; }
        .dashboard-app .lower-part__item .funnel-headings__data .last {
          background-color: #f8cd94; }
    .dashboard-app .lower-part__item .data-legend {
      display: inline-block;
      height: 18px;
      width: 25px;
      margin-right: 5px;
      background-color: red; }
    .dashboard-app .lower-part__item .funnel-trapezoid {
      margin-top: 2%;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 200px; }
      .dashboard-app .lower-part__item .funnel-trapezoid__item {
        border-right: 2px solid white; }
      .dashboard-app .lower-part__item .funnel-trapezoid .first {
        border-left: 230px solid #fceeda; }
      .dashboard-app .lower-part__item .funnel-trapezoid .second {
        border-left: 230px solid #fadeb7; }
      .dashboard-app .lower-part__item .funnel-trapezoid .last {
        border-left: 230px solid #f8cd94; }
      @media only screen and (max-width: 967px) {
        .dashboard-app .lower-part__item .funnel-trapezoid .first {
          border-left: 180px solid #fceeda; }
        .dashboard-app .lower-part__item .funnel-trapezoid .second {
          border-left: 180px solid #fadeb7; }
        .dashboard-app .lower-part__item .funnel-trapezoid .last {
          border-left: 180px solid #f8cd94; } }
      @media only screen and (max-width: 767px) {
        .dashboard-app .lower-part__item .funnel-trapezoid .first {
          border-left: 140px solid #fceeda; }
        .dashboard-app .lower-part__item .funnel-trapezoid .second {
          border-left: 140px solid #fadeb7; }
        .dashboard-app .lower-part__item .funnel-trapezoid .last {
          border-left: 140px solid #f8cd94; } }
      @media only screen and (max-width: 600px) {
        .dashboard-app .lower-part__item .funnel-trapezoid {
          width: 35%;
          margin: 5% auto;
          transform: rotate(90deg) scale(1.5); }
          .dashboard-app .lower-part__item .funnel-trapezoid .first {
            border-left: 50px solid #fceeda; }
          .dashboard-app .lower-part__item .funnel-trapezoid .second {
            border-left: 50px solid #fadeb7; }
          .dashboard-app .lower-part__item .funnel-trapezoid .last {
            border-left: 50px solid #f8cd94; } }
      @media only screen and (max-width: 400px) {
        .dashboard-app .lower-part__item .funnel-trapezoid {
          transform: rotate(90deg) scale(1.1); } }
    @media only screen and (max-width: 600px) {
      .dashboard-app .lower-part__item .funnel-headings {
        flex-direction: column;
        padding-top: 5%; }
        .dashboard-app .lower-part__item .funnel-headings__data > p:last-of-type {
          padding-bottom: 5%; }
        .dashboard-app .lower-part__item .funnel-headings .data-percentage {
          margin: 3% 0; }
      .dashboard-app .lower-part__item .footer-messages {
        display: none; } }

.app-container {
  flex-grow: 1; }
  .app-container .app-header {
    -webkit-box-shadow: 0 1px 0 0 rgba(223, 223, 223, 0.2);
    -moz-box-shadow: 0 1px 0 0 rgba(223, 223, 223, 0.2);
    box-shadow: 0 1px 0 0 rgba(223, 223, 223, 0.2);
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    background-color: #FFFFFF;
    height: 75px;
    padding: 0 8%; }
    .app-container .app-header .header-search {
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      width: -webkit-calc(100% - 200px);
      width: -moz-calc(100% - 200px);
      width: calc(100% - 200px); }
      .app-container .app-header .header-search input {
        background-color: initial;
        border: none;
        color: #546069;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 26px;
        margin-left: 10px;
        outline: none;
        width: 100%; }
        .app-container .app-header .header-search input:focus {
          outline: none; }
        .app-container .app-header .header-search input::-webkit-input-placeholder {
          color: rgba(84, 96, 105, 0.5); }
        .app-container .app-header .header-search input::-moz-placeholder {
          color: rgba(84, 96, 105, 0.5); }
        .app-container .app-header .header-search input:-ms-input-placeholder {
          color: rgba(84, 96, 105, 0.5); }
        .app-container .app-header .header-search input:-moz-placeholder {
          color: rgba(84, 96, 105, 0.5); }
      .app-container .app-header .header-search button {
        background-color: initial;
        border: none;
        height: 26px;
        line-height: 26px;
        outline: none;
        padding: 0; }
        .app-container .app-header .header-search button img {
          height: 21px;
          vertical-align: middle; }
    .app-container .app-header .profile-link {
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      line-height: 26px;
      max-width: 185px;
      padding: 0 5px; }
      .app-container .app-header .profile-link span {
        color: #323C47;
        cursor: pointer;
        font-size: 13px; }
        .app-container .app-header .profile-link span:hover {
          color: #4DA1FF; }
      .app-container .app-header .profile-link img {
        cursor: pointer;
        height: 15px;
        margin-left: 10px;
        vertical-align: middle; }
  .app-container .app-main {
    padding: 20px 4% 20px; }
    .app-container .app-main-caja {
      padding: 20px 5px; }

.app {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.app-navbar {
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  flex: 0 0 auto;
  overflow: hidden;
  background-color: #31383E;
  min-height: 100vh;
  z-index: 12; }
  .app-navbar .nav-item-brand div {
    color: #FFFFFF;
    background-color: #22272A; }
  .app-navbar .btn_navbar {
    background-color: initial;
    border: none;
    color: #E9E9E9;
    cursor: pointer;
    font-size: 12px;
    margin: 10px 0 0;
    outline: none;
    position: absolute;
    top: 40px;
    right: 15px; }
  .app-navbar.show-icons_navbar {
    transition: width 500ms ease-in-out;
    overflow: hidden;
    max-width: 60px;
    width: 60px; }
  .app-navbar.show-all_navbar {
    transition: width 500ms ease-in-out;
    min-width: 200px;
    width: 200px; }
  .app-navbar .header {
    background-image: url("images/logo.jpg");
    background-repeat: no-repeat;
    background-position: center 70%;
    height: 75px;
    flex-basis: 100px; }
    .app-navbar .header-container {
      color: #FFFFFF;
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .app-navbar .header-container svg {
        margin: 20px; }
  @media (max-width: 767px) {
    .app-navbar .nav-open-button {
      display: block;
      position: absolute;
      left: 100%;
      font-size: 40px;
      padding: 2px 10px;
      color: #FFFFFF;
      background-color: #22272A;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      cursor: pointer; } }
  .app-navbar .navbar {
    display: block !important;
    padding: 0 0 35px 0 !important; }
    .app-navbar .navbar .active,
    .app-navbar .navbar span.active {
      background-color: #22272A !important; }
    .app-navbar .navbar .nav-item {
      background-color: initial !important; }
      .app-navbar .navbar .nav-item:hover {
        background-color: #22272A !important; }
      .app-navbar .navbar .nav-item > div > div {
        display: -webkit-flex;
        display: -webkit-flexbox;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        color: #FFFFFF;
        font-size: 15px;
        line-height: 50px; }
    .app-navbar .navbar .nav-item-products,
    .app-navbar .navbar .nav-items-content,
    .app-navbar .navbar .nav-item-customers,
    .app-navbar .navbar .nav-item-blog,
    .app-navbar .navbar .na-item-events {
      -webkit-transition: 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
      -moz-transition: 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
      -ms-transition: 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
      -o-transition: 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
      transition: 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
      height: 50px;
      overflow: hidden; }
      .app-navbar .navbar .nav-item-products.active,
      .app-navbar .navbar .nav-items-content.active,
      .app-navbar .navbar .nav-item-customers.active,
      .app-navbar .navbar .nav-item-blog.active,
      .app-navbar .navbar .na-item-events.active {
        border-left: 2px solid #89BFFF;
        padding: 10px 0;
        scrollbar-width: none; }
        .app-navbar .navbar .nav-item-products.active .nav-item,
        .app-navbar .navbar .nav-items-content.active .nav-item,
        .app-navbar .navbar .nav-item-customers.active .nav-item,
        .app-navbar .navbar .nav-item-blog.active .nav-item,
        .app-navbar .navbar .na-item-events.active .nav-item {
          line-height: 40px !important;
          min-height: 40px !important; }
          .app-navbar .navbar .nav-item-products.active .nav-item > div > div,
          .app-navbar .navbar .nav-items-content.active .nav-item > div > div,
          .app-navbar .navbar .nav-item-customers.active .nav-item > div > div,
          .app-navbar .navbar .nav-item-blog.active .nav-item > div > div,
          .app-navbar .navbar .na-item-events.active .nav-item > div > div {
            color: #546069;
            font-size: 15px;
            line-height: 40px; }
          .app-navbar .navbar .nav-item-products.active .nav-item:hover > div > div,
          .app-navbar .navbar .nav-items-content.active .nav-item:hover > div > div,
          .app-navbar .navbar .nav-item-customers.active .nav-item:hover > div > div,
          .app-navbar .navbar .nav-item-blog.active .nav-item:hover > div > div,
          .app-navbar .navbar .na-item-events.active .nav-item:hover > div > div {
            color: #FFFFFF !important; }
          .app-navbar .navbar .nav-item-products.active .nav-item.active > div > div,
          .app-navbar .navbar .nav-items-content.active .nav-item.active > div > div,
          .app-navbar .navbar .nav-item-customers.active .nav-item.active > div > div,
          .app-navbar .navbar .nav-item-blog.active .nav-item.active > div > div,
          .app-navbar .navbar .na-item-events.active .nav-item.active > div > div {
            color: #FFFFFF; }
    .app-navbar .navbar .nav-item-products.active {
      height: 150px; }
    .app-navbar .navbar .nav-item-customers.active,
    .app-navbar .navbar .nav-item-blog.active,
    .app-navbar .navbar .nav-item-events.active {
      height: 120px; }
  .app-navbar .nav-item-container {
    position: relative; }
    .app-navbar .nav-item-container .navbar_stick {
      position: absolute;
      top: 20%;
      right: 0;
      transform: translateY(-50%);
      text-align: center;
      z-index: 1; }

.navbar-sub-nav {
  margin: -8px 0;
  background-color: #31383E; }
  .navbar-sub-nav .nav-item {
    line-height: 40px !important;
    min-height: 40px !important;
    background-color: initial !important; }
    .navbar-sub-nav .nav-item.active, .navbar-sub-nav .nav-item:hover {
      background-color: #22272A !important; }
    .navbar-sub-nav .nav-item > div > div {
      color: #FFFFFF;
      font-size: 15px;
      line-height: 40px;
      padding: 0 16px; }

.orders_edit .header_nav {
  display: flex;
  align-items: center; }

.orders_edit .info-row {
  padding: 1.5%; }
  .orders_edit .info-row .td_cell {
    line-height: 20px; }
  .orders_edit .info-row-product.new {
    background-color: #f5fbf4; }
  .orders_edit .info-row-product.out {
    background-color: #fee5e8; }

.orders_edit .right-info {
  margin-left: auto; }

.orders_edit .order-view_flex {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.orders_edit .private_note_orders .info-box {
  padding: 0px 0px 0px;
  background-color: initial; }

.orders_edit .private_note_orders .flex_private {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.orders_edit .private_note_orders .wrapper-field {
  padding: 0; }

.orders_edit .private_note_orders .btn-raised-ui, .orders_edit .private_note_orders .btn-raised-large-ui {
  margin-left: auto; }

.orders_edit .user_last_update {
  bottom: -5px;
  font-size: 12px;
  left: 5px;
  position: absolute; }

.orders_edit .info-address .address {
  position: relative; }
  .orders_edit .info-address .address .user_last_update {
    bottom: 5px; }

.orders_edit .status_order .info-box {
  padding: 20px; }

.orders_edit .status_order .status_order-item {
  -webkit-box-shadow: 0px 1px 2px 0px #E1E1E1;
  -moz-box-shadow: 0px 1px 2px 0px #E1E1E1;
  box-shadow: 0px 1px 2px 0px #E1E1E1;
  color: #5E5D60;
  font-size: 13px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap; }

.orders_edit .status_order .status_order-user {
  display: block;
  font-size: 11px;
  position: absolute;
  right: 5px;
  top: 5px; }

.orders_edit .status_order .update_status {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin: 0px 0 15px; }
  .orders_edit .status_order .update_status .btn-raised-ui, .orders_edit .status_order .update_status .btn-raised-large-ui {
    margin-bottom: 10px; }

.orders_edit .status_order .link_order_mrw .mrw_text {
  color: #5E5D60;
  font-size: 13px;
  margin: 0;
  padding: 5px 10px; }
  .orders_edit .status_order .link_order_mrw .mrw_text a {
    color: #808FA3; }

.orders_edit .shipping_save_button {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.orders_edit .info-box p.info-box-delivery {
  font-size: 15px;
  color: #000000;
  border-bottom: 2px solid #E1E1E1;
  padding-bottom: 5px;
  margin-bottom: 15px; }

.orders_edit .order-view .flex_customers {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
  align-items: initial;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.orders_edit .info_total_orders {
  font-size: 16px;
  margin-bottom: 0 !important; }
  .orders_edit .info_total_orders span {
    font-weight: 700;
    margin-right: 10px; }
  .orders_edit .info_total_orders.last {
    margin-bottom: 20px !important; }

.orders_edit .client_data .info-box input {
  padding: 5px 10px; }

.orders_edit .edit-address-button-div {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.orders_edit .address-button {
  margin-top: 1rem;
  padding: 1rem;
  cursor: pointer;
  color: #5E5D60;
  font-size: 14px; }

.orders_edit .order-refund.info-row {
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-align-items: normal;
  align-items: normal; }

.orders_edit .order-refund {
  margin: 10px auto 100px; }
  .orders_edit .order-refund-in {
    padding-right: 20px; }
  .orders_edit .order-refund-out {
    padding-left: 20px; }
  .orders_edit .order-refund ul li button {
    padding: 5px; }

.orders_edit .bill_orders_btns .info-box {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .orders_edit .bill_orders_btns .info-box .info_bill_btn_url {
    text-align: center; }
    .orders_edit .bill_orders_btns .info-box .info_bill_btn_url .number_bill {
      font-size: 15px; }
    .orders_edit .bill_orders_btns .info-box .info_bill_btn_url .url_link {
      text-decoration: none;
      color: #4DA1FF;
      font-size: 13px;
      font-weight: 600;
      margin: 0;
      padding: 5px 10px; }
      .orders_edit .bill_orders_btns .info-box .info_bill_btn_url .url_link:hover {
        color: #31383E; }

.orders_edit .pack_product {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 0 15px 5px; }
  .orders_edit .pack_product .pack_name_product {
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 15px !important; }
  .orders_edit .pack_product ul {
    margin-left: 30px; }

.orders_edit .link_to_product {
  position: absolute;
  right: 10px;
  top: 10px; }
  .orders_edit .link_to_product a {
    text-decoration: none;
    color: #4DA1FF;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 5px 10px; }
    .orders_edit .link_to_product a:hover {
      color: #323C47; }

.check-mark-green {
  display: block;
  margin: auto;
  width: 30px; }

.header_nav-link {
  cursor: pointer;
  text-decoration: underline;
  color: #4DA1FF; }

.orders_list {
  text-align: left; }
  .orders_list__upper-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 2%; }
    .orders_list__upper-part .header_ui {
      width: 30vw; }
    .orders_list__upper-part .search_ui {
      width: 30vw; }
    .orders_list__upper-part .bill-date-selection {
      width: calc(100% - 32vw);
      display: flex;
      justify-content: space-evenly;
      align-items: center; }
      .orders_list__upper-part .bill-date-selection .btn-raised-ui, .orders_list__upper-part .bill-date-selection .btn-raised-large-ui {
        width: 22%; }
    .orders_list__upper-part .orders-textfield {
      max-width: 150px !important; }
    @media only screen and (max-width: 900px) {
      .orders_list__upper-part .header_ui {
        width: 90vw; }
      .orders_list__upper-part .search_ui {
        width: 90vw; }
      .orders_list__upper-part .bill-date-selection {
        width: 100%; } }
  .orders_list .update_all_status {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end; }
    .orders_list .update_all_status .btn-raised-ui, .orders_list .update_all_status .btn-raised-large-ui {
      margin-bottom: 10px; }
  .orders_list .table_ui .th_header, .orders_list .table_ui .th_body .th_row, .caja-products .prod-table_ui .th_body .orders_list .table_ui .th_row,
  .orders_list .table_ui .th_body .th_row {
    padding: 0 10px 0 30px; }
  .orders_list .table_ui .td_cell {
    text-align: center; }
    .orders_list .table_ui .td_cell .checkbox {
      text-align: right; }
      .orders_list .table_ui .td_cell .checkbox span .checkbox-ui {
        margin-left: 20px; }
  .orders_list .table_ui .th_header p, .orders_list .table_ui .th_body .th_row p, .caja-products .prod-table_ui .th_body .orders_list .table_ui .th_row p {
    line-height: 25px; }
  .orders_list .td_25 {
    max-width: 20%; }

.customers_main .checkbox {
  display: none; }

.product-edit .error_text {
  color: #F10C28; }

.product-main {
  width: 100%; }
  .product-main .product-tabs > div {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #FBFCFD !important; }
  .product-main .product-tabs > div + div {
    display: none; }
  .product-main .product-tabs .tab {
    height: 45px;
    padding: 8px !important; }
    .product-main .product-tabs .tab div div {
      color: #989898;
      font-size: 13px;
      height: 28px !important;
      letter-spacing: 0;
      opacity: 0.45;
      text-transform: none; }
    .product-main .product-tabs .tab.active div {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.02);
      -moz-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.02);
      box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.02);
      background-color: #FFFFFF; }
      .product-main .product-tabs .tab.active div div {
        color: #546069;
        opacity: 1; }
  .product-main .product-view, .product-main .tab-category, .product-main .tab-attributes, .product-main .tab_price, .product-main .order-view {
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 5px 0; }
    .product-main .product-view .wrapper-field, .product-main .tab-category .wrapper-field, .product-main .tab-attributes .wrapper-field, .product-main .tab_price .wrapper-field, .product-main .order-view .wrapper-field {
      padding: 0 5px; }
  .product-main .tab_price {
    padding: 10px 0; }
    .product-main .tab_price .toggle-tax {
      padding: 15px 2% 0; }
    .product-main .tab_price .final_price {
      color: #546069;
      font-size: 12px;
      padding: 5px;
      margin-bottom: 50px; }
      .product-main .tab_price .final_price-title {
        margin-bottom: 5px; }
      .product-main .tab_price .final_price-price {
        color: #22272A;
        font-size: 22px;
        font-weight: 600;
        padding: 0 10px; }
  .product-main .tab-category .category-checks {
    margin: 5px;
    width: 100%; }
    .product-main .tab-category .category-checks p {
      color: #6F7071;
      font-size: 11px;
      letter-spacing: 0.86px;
      margin: 0 0 5px;
      opacity: 0.6; }
  .product-main .tab-attributes .tab-attr-table {
    margin: 0 0 10px;
    padding: 0 5px;
    width: 100%; }
  .product-main .tab-attributes .th-header, .product-main .tab-attributes .th-body {
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 30px; }
    .product-main .tab-attributes .th-header p, .product-main .tab-attributes .th-body p {
      color: #ADB1B5;
      font-size: 12px;
      font-weight: 600;
      overflow: hidden;
      padding: 0 2px;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0;
      line-height: 45px; }
    .product-main .tab-attributes .th-header .title, .product-main .tab-attributes .th-body .title {
      width: 60%; }
    .product-main .tab-attributes .th-header .available, .product-main .tab-attributes .th-body .available {
      text-align: center;
      width: 20%; }
    .product-main .tab-attributes .th-header .price, .product-main .tab-attributes .th-body .price {
      text-align: center;
      width: 20%; }
    .product-main .tab-attributes .th-header .td-options, .product-main .tab-attributes .th-body .td-options {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      width: 80px; }
  .product-main .tab-attributes .th-body {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    cursor: pointer; }
    .product-main .tab-attributes .th-body.th-odd {
      background-color: #FBFCFD; }
    .product-main .tab-attributes .th-body p {
      font-size: 14px;
      font-weight: 400;
      color: #6F7071; }
  .product-main .tab-attributes .tab-attr-exception {
    margin: 40px 0px;
    width: 100%; }
    .product-main .tab-attributes .tab-attr-exception .exception-nav {
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      margin-bottom: 10px; }
      .product-main .tab-attributes .tab-attr-exception .exception-nav h4 {
        color: #ADB1B5;
        font-weight: 500;
        margin: 0;
        font-size: 16px; }

.form-attr-exception {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form-attr-exception .wrapper-field {
    padding: 0 5px; }

.upload-file-ui-CSV .error {
  color: #F10C28;
  margin-bottom: 10px; }

.tab_ratings {
  padding: 30px 10px; }
  .tab_ratings-top {
    display: inline-block; }
    .tab_ratings-top .title {
      border-bottom: 4px solid #70C45F;
      color: #546069;
      font-size: 20px;
      line-height: 26px;
      padding: 5px 20px 5px 5px; }
    .tab_ratings-top .num_rating {
      color: #546069;
      font-size: 18px;
      font-weight: 700; }
  .tab_ratings-card {
    margin: 25px 10px 0; }
    .tab_ratings-card .header_rating {
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-bottom: 10px; }
      .tab_ratings-card .header_rating .stars_rating {
        height: 14px; }
        .tab_ratings-card .header_rating .stars_rating span {
          height: 14px; }
        .tab_ratings-card .header_rating .stars_rating .icon_star {
          width: 14px;
          vertical-align: top; }
      .tab_ratings-card .header_rating .title {
        color: #F5F5F5;
        font-size: 17px;
        font-weight: 700;
        margin: 5px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%; }
      .tab_ratings-card .header_rating .date {
        font-size: 15px;
        margin-left: 20px; }
    .tab_ratings-card .comment {
      color: #546069;
      font-size: 15px; }

.multi-select-ui {
  height: 45px !important;
  margin: 30px 0 10px;
  text-align: left; }
  .multi-select-ui label {
    color: rgba(84, 96, 105, 0.5) !important;
    top: 0 !important;
    font-size: 0.9em !important;
    letter-spacing: 0.86px; }
    .multi-select-ui label + div {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: rgba(94, 93, 96, 0.3) !important;
      top: 50%;
      left: 20px;
      bottom: auto !important;
      z-index: 2;
      font-size: 13px !important;
      letter-spacing: 0.86px; }
  .multi-select-ui.not-label {
    margin: 5px 0; }
  .multi-select-ui > div:nth-of-type(2) {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF !important;
    border: 1px solid #E1E1E1 !important;
    margin-top: 0 !important; }
    .multi-select-ui > div:nth-of-type(2) div > div:nth-of-type(2) {
      color: #5E5D60 !important;
      font-size: 14px !important;
      height: 45px !important;
      line-height: 45px !important;
      padding: 0 0 0 20px !important;
      top: 0px !important; }
    .multi-select-ui > div:nth-of-type(2) div button {
      -webkit-transform: translateY(-50%) !important;
      -moz-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
      transform: translateY(-50%) !important;
      background-color: rgba(245, 245, 245, 0.4) !important;
      height: 45px !important;
      width: 45px !important;
      top: 50% !important;
      border-left: 1px solid #E1E1E1 !important; }
      .multi-select-ui > div:nth-of-type(2) div button svg {
        -webkit-transform: translate(-50%, -50%) !important;
        -moz-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        fill: #808FA3 !important;
        left: 50%;
        position: absolute;
        top: 50%; }

.multi-select-ui-items {
  font-size: 13px !important;
  letter-spacing: 0;
  line-height: 38px !important;
  min-height: 38px !important; }

.table_ui .th_header .wrapper_field_select .select-ui.list-header, .table_ui .th_body .th_row .wrapper_field_select .select-ui.list-header, .caja-products .prod-table_ui .th_body .table_ui .th_row .wrapper_field_select .select-ui.list-header {
  transform: scale(0.8);
  margin-left: -40px; }

.stockHeader, .presaleHeader {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .stockHeader-arrows, .presaleHeader-arrows {
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.products-searchbar {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .products-searchbar .dialog-link {
    padding: 5px;
    cursor: pointer; }

.upload-file-ui-CSV ol {
  padding-left: 20px; }

.stock-alert {
  max-width: 500px;
  padding: 20px;
  background-color: #ff9800;
  color: white;
  opacity: 0.83;
  transition: opacity 0.6s; }
  .stock-alert ul {
    padding-left: 15px; }
  .stock-alert-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 20px;
    line-height: 18px;
    cursor: pointer;
    transition: 0.3s; }
    .stock-alert-closebtn:hover {
      color: black; }

.catTab {
  width: 100%; }
  .catTab-title {
    color: #ADB1B5;
    font-size: 12px;
    overflow: hidden;
    padding: 0 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    line-height: 45px; }
  .catTab-content-item {
    font-size: 14px;
    color: #6F7071;
    white-space: normal;
    line-height: normal;
    border-bottom: 1px solid #ADB1B5;
    padding: 10px; }
    .catTab-content-item-name {
      font-weight: bold; }
    .catTab-content-item .catTab-content-item {
      border-bottom: none; }

.general-search__title {
  margin-top: 25px; }

.general-search__link {
  cursor: pointer;
  color: #ADB1B5; }

.selection_edit .list_products {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0 5px;
  margin: 30px 0; }
  .selection_edit .list_products .title {
    color: #ADB1B5;
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .selection_edit .list_products .btn-raised-ui, .selection_edit .list_products .btn-raised-large-ui {
    margin: 0; }
  .selection_edit .list_products .list {
    padding: 15px 0 0; }
    .selection_edit .list_products .list .item {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      background-color: #FFFFFF;
      cursor: ns-resize;
      line-height: 45px;
      margin-bottom: 5px;
      padding: 20px;
      position: relative; }
      .selection_edit .list_products .list .item.item_odd {
        background-color: #FBFCFD; }
      .selection_edit .list_products .list .item p {
        color: #6F7071;
        font-size: 15px;
        overflow: hidden;
        padding: 0 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0;
        line-height: 45px; }
        .selection_edit .list_products .list .item p.index {
          padding: 0; }
      .selection_edit .list_products .list .item .btn_delete {
        height: 35px;
        position: absolute;
        right: 0;
        top: 0;
        display: none; }
      .selection_edit .list_products .list .item:hover .btn_delete {
        display: block; }

.gallery-ui {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin: 10px 0;
  padding: 0px 5px;
  position: relative;
  width: 100%; }
  .gallery-ui .upload-dropzone {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: #FFFFFF;
    border: 1px dashed #89BFFF;
    cursor: pointer;
    margin: 6px 0 0;
    min-height: 85px;
    width: 100%; }
    .gallery-ui .upload-dropzone p {
      color: #4DA1FF;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: -0.12px;
      line-height: 86px;
      margin: 0;
      text-align: center; }
      .gallery-ui .upload-dropzone p img {
        height: 16px;
        vertical-align: middle;
        margin-right: 10px; }
    .gallery-ui .upload-dropzone.active {
      border-color: #E1E1E1;
      background-color: rgba(255, 255, 255, 0.9); }
      .gallery-ui .upload-dropzone.active p {
        color: #E1E1E1; }
  .gallery-ui .upload-file-ui-title {
    color: rgba(84, 96, 105, 0.5);
    font-size: 10.5px;
    letter-spacing: 0.86px;
    margin-bottom: 6px;
    width: 100%; }
  .gallery-ui .wrapper-img {
    margin: 3px 3px 3px 0;
    min-height: 100px;
    min-width: 90px;
    padding: 5px 5px 2px;
    text-align: center; }
    .gallery-ui .wrapper-img .node-img {
      position: relative;
      max-width: 180px; }
      .gallery-ui .wrapper-img .node-img .delete-img {
        background: white;
        bottom: 75px;
        position: absolute;
        right: 0;
        width: 100%;
        display: none; }
      .gallery-ui .wrapper-img .node-img:hover .delete-img {
        display: inline-block; }
    .gallery-ui .wrapper-img img {
      width: 100%; }

.app-list form.header-search {
  background-color: white;
  padding: 20px;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0; }
  .app-list form.header-search button {
    background-color: initial;
    border: none;
    height: 26px;
    line-height: 26px;
    outline: none;
    padding: 0; }
    .app-list form.header-search button img {
      height: 21px;
      vertical-align: middle; }
  .app-list form.header-search input {
    background-color: initial;
    border: none;
    color: #546069;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    margin-left: 10px;
    outline: none;
    width: 100%; }

.gallery-table {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gallery-table-item {
    padding: 20px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #6F7071; }
    .gallery-table-item-info {
      display: -webkit-flex;
      display: -webkit-flexbox;
      display: -moz-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
  .gallery-table-img-container {
    width: 150px; }
    .gallery-table-img-container img {
      width: 100%; }

.app-edit-ficha {
  padding: 10px;
  border: 1px solid #ADB1B5;
  border-radius: 5px;
  margin: 30px 0 50px; }
  .app-edit-ficha .edit-form .info-title {
    color: #ADB1B5;
    font-size: 12px;
    overflow: hidden;
    padding: 0 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 700; }

.waitPaymentStripe,
.waitPaymentPayPal,
.waitPayment,
.waitBudget,
.save {
  background: #FFEACC;
  color: #F4A12F !important; }

.offlineProducts {
  background: #ffb7db;
  color: #FF69B4 !important; }

.paymentAccept,
.finalized {
  background: #DCFFCC;
  color: #70C45F !important; }

.readyMRW,
.readyToPick {
  background: #fcd9b8;
  color: #FFA144 !important; }

.inTransitMRW,
.inTransit {
  background: #b88de0;
  color: #8A2BE2 !important; }

.entregado {
  background: #63b263;
  color: #0b6b0b !important; }

.delivered {
  background: #6bbf87;
  color: #009734 !important; }

.sentBill {
  background: #8dfcf1;
  color: #00CBB7 !important; }

.jointBill {
  background: #ECFF00;
  color: #7a8400 !important; }

.canceled {
  background: #db8393;
  color: #DC143C !important; }

.refund {
  background: #f9bd79;
  color: #b36200 !important; }

.abandoned {
  background: #FFD8CC;
  color: #F43F2F !important; }

.presale, .presaleWeb {
  background: #FFD8CC;
  color: #F43F2F !important; }

.wd_0 {
  width: 0%; }

.wd_5 {
  width: 5%; }

.wd_10 {
  width: 10%; }

.wd_15 {
  width: 15%; }

.wd_20 {
  width: 20%; }

.wd_25 {
  width: 25%; }

.wd_30 {
  width: 30%; }

.wd_35 {
  width: 35%; }

.wd_40 {
  width: 40%; }

.wd_45 {
  width: 45%; }

.wd_50 {
  width: 50%; }

.wd_55 {
  width: 55%; }

.wd_60 {
  width: 60%; }

.wd_65 {
  width: 65%; }

.wd_70 {
  width: 70%; }

.wd_75 {
  width: 75%; }

.wd_80 {
  width: 80%; }

.wd_85 {
  width: 85%; }

.wd_90 {
  width: 90%; }

.wd_95 {
  width: 95%; }

.wd_100 {
  width: 100%; }

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

.text_center {
  text-align: center; }

.pointer {
  cursor: pointer; }