/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* FrameworkViewMinifier/frontend */
table > caption {
  margin-bottom: 5px;
}
table thead {
  background: #676056;
  color: #f7f3eb;
}
table thead .headings {
  background: #807a6e;
}
table thead a {
  color: #f7f3eb;
  display: block;
}
table thead a label {
  color: #f7f3eb;
  cursor: pointer;
  display: block;
}
table thead a:hover,
table thead a:focus {
  color: #dac7a2;
  text-decoration: none;
}
table tfoot {
  background: #f2ebde;
  color: #676056;
}
table tfoot tr th,
table tfoot tr td {
  text-align: left;
}
table th {
  background: transparent;
  border: solid #cac3b4;
  border-width: 0 1px;
  font-size: 14px;
  padding: 6px 10px;
  text-align: center;
}
table td {
  border: solid #cac3b4;
  border-width: 0 1px;
  padding: 6px 10px 7px;
  vertical-align: top;
}
table tbody tr td {
  background: #ffffff;
  color: #676056;
  padding-top: 12px;
}
table tbody tr td:first-child {
  border-left: 0;
}
table tbody tr td:first-child input[type="checkbox"] {
  margin: 0;
}
table tbody tr td:last-child {
  border-right: 0;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom-width: 1px;
}
table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) th {
  background-color: #f7f3eb;
}
table tbody.even tr td {
  background: #ffffff;
}
table tbody.odd tr td {
  background: #f7f3eb;
}
table .dropdown-menu li {
  padding: 7px 15px;
  line-height: 14px;
  cursor: pointer;
}
table .col-draggable .draggable-handle {
  float: left;
  position: relative;
  top: 0;
}
.not-sort {
  padding-right: 10px;
}
.sort-arrow-asc,
.sort-arrow-desc {
  padding-right: 10px;
  position: relative;
}
.sort-arrow-asc:after,
.sort-arrow-desc:after {
  right: -11px;
  top: -1px;
  position: absolute;
  width: 23px;
}
.sort-arrow-asc:hover:after,
.sort-arrow-desc:hover:after {
  color: #dac7a2;
}
.sort-arrow-asc {
  display: inline-block;
  text-decoration: none;
}
.sort-arrow-asc:after {
  font-family: 'icons-blank-theme';
  content: '\e626';
  font-size: 13px;
  line-height: inherit;
  color: #f7f3eb;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.sort-arrow-asc:hover:after {
  color: #dac7a2;
}
.sort-arrow-desc {
  display: inline-block;
  text-decoration: none;
}
.sort-arrow-desc:after {
  font-family: 'icons-blank-theme';
  content: '\e623';
  font-size: 13px;
  line-height: inherit;
  color: #f7f3eb;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.sort-arrow-desc:hover:after {
  color: #dac7a2;
}
.grid-actions .input-text,
.pager .input-text,
.massaction .input-text,
.filter .input-text,
.grid-actions select,
.pager select,
.massaction select,
.filter select,
.grid-actions .select,
.pager .select,
.massaction .select,
.filter .select {
  border-color: #989287;
  box-shadow: none;
  border-radius: 1px;
  height: 28px;
  margin: 0 10px 0 0;
}
.filter th {
  border: 0 solid #676056;
  padding: 6px 3px;
  vertical-align: top;
}
.filter .ui-datepicker-trigger {
  cursor: pointer;
  margin-top: 2px;
}
.filter .input-text {
  padding: 0 5px;
}
.filter .range-line:not(:last-child) {
  margin-bottom: 5px;
}
.filter .date {
  padding-right: 28px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.filter .date .hasDatepicker {
  vertical-align: top;
  width: 99%;
}
.filter .date img {
  cursor: pointer;
  height: 25px;
  width: 25px;
  right: 0;
  position: absolute;
  vertical-align: middle;
  z-index: 2;
  opacity: 0;
}
.filter .date:before {
  font-family: 'icons-blank-theme';
  content: '\e612';
  font-size: 42px;
  line-height: 30px;
  color: #f7f3eb;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.filter .date:hover:before {
  color: #dac7a2;
}
.filter .date:before {
  height: 29px;
  margin-left: 5px;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 35px;
}
.filter select {
  border-color: #cac3b4;
  margin: 0;
  padding: 0;
  width: 99%;
}
.filter input.input-text {
  border-color: #cac3b4;
  margin: 0;
  width: 99%;
}
.filter input.input-text::-webkit-input-placeholder {
  color: #989287 !important;
  text-transform: lowercase;
}
.filter input.input-text::-moz-placeholder {
  color: #989287 !important;
  text-transform: lowercase;
}
.filter input.input-text:-moz-placeholder {
  color: #989287 !important;
  text-transform: lowercase;
}
.filter input.input-text:-ms-input-placeholder {
  color: #989287 !important;
  text-transform: lowercase;
}
.grid {
  background: #ffffff;
  color: #676056;
  font-size: 13px;
  font-weight: 400;
  padding: 15px;
}
.grid table {
  width: 100%;
}
.grid tbody tr.selected th,
.grid tbody tr.selected td,
.grid tbody tr:hover th,
.grid tbody tr:hover td,
.grid tbody tr:nth-child(odd):hover th,
.grid tbody tr:nth-child(odd):hover td {
  background-color: #f2ebde;
  cursor: pointer;
}
.grid tbody tr.selected th.empty-text,
.grid tbody tr.selected td.empty-text,
.grid tbody tr:hover th.empty-text,
.grid tbody tr:hover td.empty-text,
.grid tbody tr:nth-child(odd):hover th.empty-text,
.grid tbody tr:nth-child(odd):hover td.empty-text {
  background-color: #f7f3eb;
  cursor: default;
}
.grid .empty-text {
  font: 400 20px/1.2 'Open Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}
.grid .col-sku {
  max-width: 100px;
  width: 100px;
}
.grid .col-select,
.grid .col-massaction {
  text-align: center;
}
.grid .editable .input-text {
  width: 65px;
}
.grid .col-actions .action-select {
  background: #ffffff;
  border-color: #989287;
  height: 28px;
  margin: 0;
  padding: 4px 4px 5px;
  width: 80px;
}
.grid .col-position.editable {
  white-space: nowrap;
}
.grid .col-position.editable .input-text {
  margin: -7px 5px 0;
  width: 70%;
}
.eq-ie9 .hor-scroll {
  display: inline-block;
  min-height: 0;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
.data-table {
  border-collapse: separate;
  width: 100%;
}
.data-table thead,
.data-table tfoot,
.data-table th,
.accordion .config .data-table thead th,
.accordion .config .data-table tfoot td,
.accordion .config .accordion .config .data-table tfoot td th {
  background: #ffffff;
  color: #676056;
  font-size: 13px;
  font-weight: 600;
}
.data-table th {
  text-align: left;
}
.data-table thead th,
.accordion .config .data-table thead th th,
.accordion .config .data-table tfoot td th,
.accordion .config .accordion .config .data-table tfoot td th th {
  border: solid #c9c2b8;
  border-width: 0 0 1px;
  padding: 7px;
}
.data-table td,
.data-table tbody tr th,
.data-table tbody tr td,
.accordion .config .data-table td {
  background: #ffffff;
  border-width: 0;
  padding: 5px 7px;
  vertical-align: middle;
}
.data-table tbody tr:nth-child(odd) th,
.data-table tbody tr:nth-child(odd) td,
.accordion .config .data-table tbody tr:nth-child(odd) td {
  background: #fbfaf6;
}
.data-table tbody.odd tr th,
.data-table tbody.odd tr td {
  background: #fbfaf6;
}
.data-table tbody.even tr th,
.data-table tbody.even tr td {
  background: #ffffff;
}
.data-table tfoot tr:last-child th,
.data-table tfoot tr:last-child td,
.data-table .accordion .config .data-table tfoot tr:last-child td {
  border: 0;
}
.data-table.order-tables tbody td {
  vertical-align: top;
}
.data-table.order-tables tbody:hover tr th,
.data-table.order-tables tbody:hover tr td {
  background: #f7f3eb;
}
.data-table.order-tables tfoot td {
  background: #f2ebde;
  color: #676056;
  font-size: 13px;
  font-weight: 600;
}
.data-table input[type="text"] {
  width: 98%;
  padding-left: 1%;
  padding-right: 1%;
}
.data-table select {
  margin: 0;
  box-sizing: border-box;
}
.data-table .col-actions .actions-split {
  margin-top: 4px;
}
.data-table .col-actions .actions-split [class^='action-'] {
  background: none;
  border: 1px solid #c8c3b5;
  padding: 3px 5px;
  color: #bbb3a6;
  font-size: 12px;
}
.data-table .col-actions .actions-split [class^='action-']:first-child {
  border-right: 0;
}
.data-table .col-actions .actions-split .dropdown-menu {
  margin-top: -1px;
}
.data-table .col-actions .actions-split .dropdown-menu a {
  display: block;
  color: #333;
  text-decoration: none;
}
.data-table .col-actions .actions-split.active .action-toggle {
  position: relative;
  border-bottom-right-radius: 0;
  box-shadow: none;
  background: #fff;
}
.data-table .col-actions .actions-split.active .action-toggle:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: -1px;
  background: #fff;
  content: '';
  z-index: 2;
}
.data-table .col-actions .actions-split.active .action-toggle .dropdown-menu {
  border-top-right-radius: 0;
}
.data-table .col-default {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
.data-table .col-delete {
  text-align: center;
  width: 32px;
}
.data-table .col-file {
  white-space: nowrap;
}
.data-table .col-file input,
.data-table .col-file .input-text {
  margin: 0 5px;
  width: 40%;
}
.data-table .col-file input:first-child,
.data-table .col-file .input-text:first-child {
  margin-left: 0;
}
.data-table .col-actions-add {
  padding: 10px 0;
}
.grid-actions {
  background: #ffffff;
  font-size: 13px;
  line-height: 28px;
  padding: 10px 15px;
  position: relative;
}
.grid-actions + .grid {
  padding-top: 5px;
}
.grid-actions .export,
.grid-actions .filter-actions {
  float: right;
  margin-left: 10px;
  vertical-align: top;
}
.grid-actions .import {
  display: block;
  vertical-align: top;
}
.grid-actions .action-reset {
  background: none;
  border: 0;
  display: inline;
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  margin: 6px 10px 0 0;
  vertical-align: top;
}
.grid-actions .action-reset:visited {
  color: #800080;
  text-decoration: none;
}
.grid-actions .action-reset:hover {
  color: #006bb4;
  text-decoration: underline;
}
.grid-actions .action-reset:active {
  color: #ff5501;
  text-decoration: underline;
}
.grid-actions .action-reset:hover {
  color: #006bb4;
}
.grid-actions .action-reset:hover,
.grid-actions .action-reset:active,
.grid-actions .action-reset:focus {
  background: none;
  border: 0;
}
.grid-actions .action-reset.disabled,
.grid-actions .action-reset[disabled],
fieldset[disabled] .grid-actions .action-reset {
  color: #1979c3;
  text-decoration: underline;
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.grid-actions .import .label,
.grid-actions .export .label,
.massaction > .entry-edit .label {
  margin: 0 14px 0 0;
  vertical-align: inherit;
}
.grid-actions .import .action-,
.grid-actions .export .action-,
.grid-actions .filter-actions .action-,
.massaction > .entry-edit .action- {
  vertical-align: inherit;
}
.grid-actions .filter .date {
  float: left;
  margin: 0 15px 0 0;
  position: relative;
}
.grid-actions .filter .date:before {
  color: #676056;
  top: 1px;
}
.grid-actions .filter .date:hover:before {
  color: #31302b;
}
.grid-actions .filter .label {
  margin: 0;
}
.grid-actions .filter .hasDatepicker {
  margin: 0 5px;
  width: 80px;
}
.grid-actions .filter .show-by .select {
  margin-left: 5px;
  padding: 4px 4px 5px;
  vertical-align: top;
  width: auto;
}
.grid-actions .filter.required:after {
  content: '';
}
.grid-actions img {
  vertical-align: middle;
  height: 22px;
  width: 22px;
}
.grid-actions .validation-advice {
  background: #f9d4d4;
  border: 1px solid #e22626;
  border-radius: 3px;
  color: #e22626;
  margin: 5px 0 0;
  padding: 3px 7px;
  position: absolute;
  white-space: nowrap;
  z-index: 5;
}
.grid-actions .validation-advice:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #e22626;
  content: '';
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -11px;
}
.grid-actions input[type="text"].validation-failed {
  border-color: #e22626;
  box-shadow: 0 0 8px rgba(226, 38, 38, 0.6);
}
.grid-actions .link-feed {
  white-space: nowrap;
}
.pager {
  font-size: 13px;
}
.grid .pager {
  margin: 15px 0 0;
  position: relative;
  text-align: center;
}
.pager .pages-total-found {
  margin-right: 25px;
}
.pager .view-pages .select {
  margin: 0 5px;
}
.pager .link-feed {
  font-size: 12px;
  margin: 7px 15px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
.pager .action-previous,
.pager .action-next {
  background: none;
  border: 0;
  display: inline;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  line-height: .6;
  overflow: hidden;
  width: 20px;
}
.pager .action-previous:visited,
.pager .action-next:visited {
  color: #800080;
  text-decoration: none;
}
.pager .action-previous:hover,
.pager .action-next:hover {
  color: #006bb4;
  text-decoration: underline;
}
.pager .action-previous:active,
.pager .action-next:active {
  color: #ff5501;
  text-decoration: underline;
}
.pager .action-previous:hover,
.pager .action-next:hover {
  color: #006bb4;
}
.pager .action-previous:hover,
.pager .action-next:hover,
.pager .action-previous:active,
.pager .action-next:active,
.pager .action-previous:focus,
.pager .action-next:focus {
  background: none;
  border: 0;
}
.pager .action-previous.disabled,
.pager .action-next.disabled,
.pager .action-previous[disabled],
.pager .action-next[disabled],
fieldset[disabled] .pager .action-previous,
fieldset[disabled] .pager .action-next {
  color: #1979c3;
  text-decoration: underline;
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.pager .action-previous:before,
.pager .action-next:before {
  margin-left: -10px;
}
.pager .action-previous.disabled,
.pager .action-next.disabled {
  opacity: .3;
}
.pager .action-previous {
  display: inline-block;
  text-decoration: none;
}
.pager .action-previous > span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pager .action-previous > span.focusable:active,
.pager .action-previous > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.pager .action-previous > span.focusable:active,
.pager .action-previous > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.pager .action-previous:before {
  font-family: 'icons-blank-theme';
  content: '\e617';
  font-size: 40px;
  line-height: inherit;
  color: #026294;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.pager .action-previous:hover:before {
  color: #007dbd;
}
.pager .action-next {
  display: inline-block;
  text-decoration: none;
}
.pager .action-next > span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pager .action-next > span.focusable:active,
.pager .action-next > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.pager .action-next > span.focusable:active,
.pager .action-next > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.pager .action-next:before {
  font-family: 'icons-blank-theme';
  content: '\e608';
  font-size: 40px;
  line-height: inherit;
  color: #026294;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.pager .action-next:hover:before {
  color: #007dbd;
}
.pager .input-text {
  height: 25px;
  line-height: 16px;
  margin-right: 5px;
  text-align: center;
  width: 25px;
  vertical-align: top;
}
.pager .pages-total {
  line-height: 25px;
  vertical-align: top;
}
.massaction {
  background: #ffffff;
  border-top: 1px solid #f2ebde;
  font-size: 13px;
  line-height: 28px;
  padding: 15px 15px 0;
}
.massaction > .entry-edit {
  float: right;
}
.massaction > .entry-edit .field-row {
  display: inline-block;
  vertical-align: top;
}
.massaction > .entry-edit .validation-advice {
  display: none !important;
}
.massaction > .entry-edit .form-inline {
  display: inline-block;
}
.massaction > .entry-edit .label {
  padding: 0;
  width: auto;
}
.massaction > .entry-edit .action- {
  vertical-align: top;
}
.massaction .select.validation-failed {
  border: 1px dashed #e22626;
  background: #f9d4d4;
}
.grid-severity-critical,
.grid-severity-major,
.grid-severity-notice,
.grid-severity-minor {
  background: #feeee1;
  border: 1px solid #ed4f2e;
  color: #ed4f2e;
  display: block;
  padding: 0 3px;
  font-weight: bold;
  line-height: 17px;
  text-transform: uppercase;
  text-align: center;
}
.grid-severity-critical,
.grid-severity-major {
  border-color: #e22626;
  background: #f9d4d4;
  color: #e22626;
}
.grid-severity-notice {
  border-color: #5b8116;
  background: #d0e5a9;
  color: #185b00;
}
.grid tbody td input[type="text"],
.data-table tbody td input[type="text"],
.grid tbody th input[type="text"],
.data-table tbody th input[type="text"],
.grid tbody td .input-text,
.data-table tbody td .input-text,
.grid tbody th .input-text,
.data-table tbody th .input-text,
.grid tbody td select,
.data-table tbody td select,
.grid tbody th select,
.data-table tbody th select,
.grid tbody td .select,
.data-table tbody td .select,
.grid tbody th .select,
.data-table tbody th .select {
  width: 99%;
}
.ui-tabs-panel .grid .col-sku {
  max-width: 150px;
  width: 150px;
}
.col-indexer_status,
.col-indexer_mode {
  width: 160px;
}
.fieldset-wrapper .grid-actions + .grid {
  padding-top: 15px;
}
.fieldset-wrapper .grid-actions {
  padding: 10px 0 0;
}
.fieldset-wrapper .grid {
  padding: 0;
}
.fieldset-wrapper .massaction {
  padding: 0;
  border-top: none;
  margin-bottom: 15px;
}
.accordion .grid {
  padding: 0;
}
.ui-dialog-content .grid-actions,
.ui-dialog-content .grid {
  padding-left: 0;
  padding-right: 0;
}
.qty-table td {
  border: 0;
  padding: 0 5px 3px;
}
.sales-order-create-index .sales-order-create-index .grid table .action-configure {
  float: right;
}
.sales-order-create-index .data-table .border td {
  padding-bottom: 15px;
}
.sales-order-create-index .actions.update {
  margin: 10px 0;
}
.adminhtml-order-shipment-new .grid .col-product {
  max-width: 770px;
  width: 770px;
}
.customer-index-index .grid .col-name {
  max-width: 90px;
  width: 90px;
}
.customer-index-index .grid .col-billing_region {
  width: 70px;
}
.adminhtml-cms-hierarchy-index .col-title,
.adminhtml-cms-hierarchy-index .col-identifier {
  max-width: 410px;
  width: 410px;
}
.adminhtml-widget-instance-edit .grid-chooser .control {
  margin-top: -19px;
  width: 80%;
}
.eq-ie9 .adminhtml-widget-instance-edit .grid-chooser .control {
  margin-top: -18px;
}
.adminhtml-widget-instance-edit .grid-chooser .control .grid-actions {
  padding: 0 0 15px;
}
.adminhtml-widget-instance-edit .grid-chooser .control .grid {
  padding: 0;
}
.adminhtml-widget-instance-edit .grid-chooser .control .addon input:last-child,
.adminhtml-widget-instance-edit .grid-chooser .control .addon select:last-child {
  border-radius: 0;
}
.reports-report-product-sold .grid .col-name {
  max-width: 720px;
  width: 720px;
}
.adminhtml-system-store-index .grid td {
  max-width: 310px;
}
.adminhtml-system-currency-index .grid {
  padding-top: 0;
}
.adminhtml-system-currency-index .col-currency-edit-rate {
  min-width: 40px;
}
.adminhtml-system-currency-index .col-base-currency {
  font-weight: bold;
}
.adminhtml-system-currency-index .old-rate {
  display: block;
  margin-top: 3px;
  text-align: center;
}
.adminhtml-system-currency-index .hor-scroll {
  overflow-x: auto;
  min-width: 970px;
}
.adminhtml-system-currencysymbol-index .col-currency {
  width: 35%;
}
.adminhtml-system-currencysymbol-index .grid .input-text {
  margin: 0 10px 0 0;
  width: 50%;
}
.catalog-product-set-index .col-set_name {
  max-width: 930px;
  width: 930px;
}
.adminhtml-export-index .grid td {
  vertical-align: middle;
}
.adminhtml-export-index .grid .input-text-range {
  margin: 0 10px 0 5px;
  width: 37%;
}
.adminhtml-export-index .grid .input-text-range-date {
  margin: 0 5px;
  width: 32%;
}
.adminhtml-export-index .ui-datepicker-trigger {
  display: inline-block;
  margin: -3px 10px 0 0;
  vertical-align: middle;
}
.adminhtml-notification-index .grid .col-select,
.adminhtml-cache-index .grid .col-select,
.adminhtml-process-list .grid .col-select,
.indexer-indexer-list .grid .col-select {
  width: 10px;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.navigation {
  background-color: #676056;
  position: relative;
  z-index: 5;
}
.navigation .level-0.reverse > .submenu {
  right: 1px;
}
.navigation > ul {
  position: relative;
  text-align: right;
}
.navigation .level-0 > .submenu {
  display: none;
  position: absolute;
  top: 100%;
  padding: 19px 13px;
}
.navigation .level-0 > .submenu a {
  display: block;
  color: #676056;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.385;
  padding: 3px 12px 3px;
  text-decoration: none;
}
.navigation .level-0 > .submenu a:focus,
.navigation .level-0 > .submenu a:hover {
  text-decoration: underline;
}
.navigation .level-0 > .submenu a:hover {
  color: #ffffff;
  background: #989287;
  text-decoration: none;
}
.navigation .level-0 > .submenu li {
  margin-bottom: 1px;
}
.navigation .level-0 > .submenu a[href="#"] {
  cursor: default;
  display: block;
  color: #676056;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 7px 0 6px;
  padding: 0 12px;
}
.navigation .level-0 > .submenu a[href="#"]:focus,
.navigation .level-0 > .submenu a[href="#"]:hover {
  color: #676056;
  font-size: 14px;
  font-weight: 700;
  background: none;
  text-decoration: none;
}
.navigation .level-0 {
  display: inline-block;
  float: left;
  text-align: left;
  transition: display 0.15s ease-out;
}
.navigation .level-0 > a {
  background: none;
  display: block;
  padding: 12px 13px 0;
  color: #f2ebde;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.15s ease-out;
}
.navigation .level-0 > a:after {
  content: "";
  display: block;
  margin-top: 10px;
  height: 3px;
  font-size: 0;
}
.navigation .level-0.active > a {
  font-weight: 700;
}
.navigation .level-0.active > a:after {
  background: #ef672f;
}
.navigation .level-0.hover.recent > a {
  background: #fff;
  color: #676056;
  font-size: 13px;
  font-weight: 600;
}
.navigation .level-0.hover.recent > a:after {
  background: none;
}
.navigation .level-0.hover.recent.active > a {
  font-weight: 700;
}
.navigation .level-0 > .submenu {
  opacity: 0;
  visibility: hidden;
}
.navigation .level-0.recent.hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.no-js .navigation .level-0:hover > .submenu,
.no-js .navigation .level-0.hover > .submenu,
.no-js .navigation .level-0 > a:focus + .submenu {
  display: block;
}
.navigation .level-0 > .submenu {
  background: #fff;
  box-shadow: 0 3px 3px rgba(50, 50, 50, 0.15);
}
.navigation .level-0 > .submenu li {
  max-width: 200px;
}
.navigation .level-0 > .submenu > ul {
  white-space: nowrap;
}
.navigation .level-0 > .submenu .column {
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
}
.navigation .level-0 > .submenu .column:first-child {
  margin-left: 0;
}
.navigation .level-0 .submenu .level-1 {
  white-space: normal;
}
.navigation .level-0.parent .submenu .level-1.parent {
  margin: 17px 0 25px;
}
.navigation .level-0.parent .level-1.parent:first-child {
  margin-top: 0;
}
.navigation .level-2 .submenu {
  margin-left: 7px;
}
.navigation .level-0 > .submenu .level-2 > a[href="#"] {
  font-size: 13px;
  margin-top: 10px;
  margin-left: 7px;
}
.navigation .level-2 > .submenu a {
  font-size: 12px;
  line-height: 1.231;
}
.navigation .level-0 > .submenu .level-3 > a[href="#"],
.navigation .level-3 .submenu {
  margin-left: 15px;
}
.navigation .level-0.item-system,
.navigation .level-0.item-stores {
  float: none;
}
.navigation .level-0.item-system > .submenu,
.navigation .level-0.item-stores > .submenu {
  left: auto;
  right: 1px;
}
/*
    Dashboard
-------------------------------------- */
/*
    Dashboard Layout
-------------------------------------- */
.adminhtml-dashboard-index .col-1-layout {
  max-width: 1300px;
  border: none;
  border-radius: 0;
  padding: 0;
  background: #f7f3eb;
}
.dashboard-inner {
  padding-top: 35px;
}
.dashboard-inner:before,
.dashboard-inner:after {
  content: "";
  display: table;
}
.dashboard-inner:after {
  clear: both;
}
.dashboard-inner:before,
.dashboard-inner:after {
  content: "";
  display: table;
}
.dashboard-inner:after {
  clear: both;
}
.dashboard-secondary {
  float: left;
  width: 32%;
  margin: 0 1.5%;
}
.dashboard-main {
  float: right;
  width: 65%;
}
/*
    Dashboard Diagram
-------------------------------------- */
.dashboard-diagram-chart {
  max-width: 100%;
  height: auto;
}
.dashboard-diagram-nodata,
.dashboard-diagram-switcher {
  padding: 20px 0;
}
.dashboard-diagram-image {
  background: #ffffff url(../mui/images/ajax-loader-small.gif) no-repeat 50% 50%;
}
/*
    Dashboard Store Stats
-------------------------------------- */
.dashboard-container .ui-tabs-panel {
  background-color: #ffffff;
  min-height: 40px;
  padding: 15px;
}
.dashboard-store-stats {
  margin-top: 35px;
}
.dashboard-store-stats .ui-tabs-panel {
  background: #ffffff url(../mui/images/ajax-loader-small.gif) no-repeat 50% 50%;
}
.dashboard-item {
  margin-bottom: 30px;
}
.dashboard-item-header {
  margin-left: 5px;
}
.dashboard-item.dashboard-item-primary {
  margin-bottom: 35px;
}
.dashboard-item.dashboard-item-primary .title {
  font-size: 22px;
  margin-bottom: 5px;
}
.dashboard-item.dashboard-item-primary .dashboard-sales-value {
  display: block;
  text-align: right;
  font-weight: 600;
  font-size: 30px;
  margin-right: 12px;
  padding-bottom: 5px;
}
.dashboard-item.dashboard-item-primary:first-child {
  color: #ef672f;
}
.dashboard-item.dashboard-item-primary:first-child .title {
  color: #ef672f;
}
.dashboard-totals {
  background: #ffffff;
  padding: 50px 15px 25px;
}
.dashboard-totals-list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.dashboard-totals-list:before,
.dashboard-totals-list:after {
  content: "";
  display: table;
}
.dashboard-totals-list:after {
  clear: both;
}
.dashboard-totals-list:before,
.dashboard-totals-list:after {
  content: "";
  display: table;
}
.dashboard-totals-list:after {
  clear: both;
}
.dashboard-totals-item {
  float: left;
  width: 18%;
  margin-left: 7%;
  padding-top: 15px;
  border-top: 2px solid #cac3b4;
}
.dashboard-totals-item:first-child {
  margin-left: 0;
}
.dashboard-totals-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 2px;
}
.dashboard-totals-value {
  color: #ef672f;
  font-size: 20px;
}
.dashboard-data {
  width: 100%;
}
.dashboard-data thead {
  background: transparent;
}
.dashboard-data thead tr {
  background: none;
}
.dashboard-data th,
.dashboard-data td {
  border: none;
  padding: 10px 12px;
  text-align: right;
}
.dashboard-data th:first-child,
.dashboard-data td:first-child {
  text-align: left;
}
.dashboard-data th {
  color: #676056;
  font-weight: 600;
}
.dashboard-data td {
  background-color: transparent;
}
.dashboard-data tbody tr:hover td {
  background-color: transparent;
}
.dashboard-data tbody tr:nth-child(odd) td,
.dashboard-data tbody tr:nth-child(odd):hover td,
.dashboard-data tbody tr:nth-child(odd) th,
.dashboard-data tbody tr:nth-child(odd):hover th {
  background-color: #e1dbcf;
}
.ui-tabs-panel .dashboard-data tbody tr:nth-child(odd) td,
.ui-tabs-panel .dashboard-data tbody tr:nth-child(odd):hover td,
.ui-tabs-panel .dashboard-data tbody tr:nth-child(odd) th,
.ui-tabs-panel .dashboard-data tbody tr:nth-child(odd):hover th {
  background-color: #f7f3eb;
}
.dashboard-data td.empty-text {
  text-align: center;
}
.ui-tabs-panel .dashboard-data {
  background-color: #ffffff;
}
.mage-dropdown-dialog.ui-dialog .ui-dialog-content {
  overflow: visible;
}
.mage-dropdown-dialog.ui-dialog .ui-dialog-buttonpane {
  padding: 0;
}
/*
    System Messages
-------------------------------------- */
.message-system-inner {
  background: #f7f3eb;
  border: 1px solid #c0bbaf;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  float: right;
  overflow: hidden;
}
.message-system-unread .message-system-inner {
  float: none;
}
.message-system-list {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.message-system .message-system-list {
  width: 75%;
}
.message-system-list li {
  padding: 5px 13px 7px 36px;
  position: relative;
}
.message-system-short {
  padding: 5px 13px 7px;
  float: right;
}
.message-system-short span {
  display: inline-block;
  margin-left: 7px;
  border-left: 1px #d1ccc3 solid;
}
.message-system-short span:first-child {
  border: 0;
  margin-left: 0;
}
.message-system-short a {
  padding-left: 27px;
  position: relative;
  height: 16px;
}
.message-system .message-system-short a:before,
.message-system-list li:before {
  font-family: 'MUI-Icons';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  height: 16px;
  width: 16px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  left: 7px;
  top: 2px;
}
.message-system-list li:before {
  top: 5px;
  left: 13px;
}
.message-system .message-system-short .warning a:before,
.message-system-list li.warning:before {
  content: "\e006";
  color: #f2a825;
}
.message-system .message-system-short .error a:before,
.message-system-list li.error:before {
  content: "\e086";
  font-family: 'MUI-Icons';
  color: #c00815;
}
.ui-dialog .message-system-list {
  margin-bottom: 25px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.sales-order-create-index .order-errors .notice {
  color: #ed4f2e;
  font-size: 11px;
  margin: 5px 0 0;
}
.order-errors .fieldset-wrapper-title .title {
  box-sizing: border-box;
  background: #fffbf0;
  border: 1px solid #d87e34;
  border-radius: 5px;
  color: #676056;
  font-size: 14px;
  margin: 20px 0;
  padding: 10px 26px 10px 35px;
  position: relative;
}
.order-errors .fieldset-wrapper-title .title:before {
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -11px;
  width: auto;
  height: auto;
  font-family: 'MUI-Icons';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: inherit;
  content: '\e046';
  color: #d87e34;
}
.search-global.miniform {
  position: relative;
  z-index: 1000;
  display: inline-block;
  vertical-align: top;
  margin: 6px 10px 0;
}
.search-global.miniform .mage-suggest {
  border: 0;
  border-radius: 0;
}
.search-global-actions {
  display: none;
}
.search-global-field {
  margin: 0;
}
.search-global-field .label {
  position: absolute;
  right: 4px;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.search-global-field .label > span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-global-field .label > span.focusable:active,
.search-global-field .label > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.search-global-field .label > span.focusable:active,
.search-global-field .label > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.search-global-field .label:before {
  font-family: 'MUI-Icons';
  content: "\e01f";
  font-size: 18px;
  line-height: 29px;
  color: #cac3b4;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.search-global-field .control {
  width: 48px;
  overflow: hidden;
  opacity: 0;
  transition: all .3s ease;
}
.search-global-field .control input[type="text"] {
  background: transparent;
  border: none;
  width: 100%;
}
.search-global-field.active {
  z-index: 2;
}
.search-global-field.active .label:before {
  display: none;
}
.search-global-field.active .control {
  overflow: visible;
  opacity: 1;
  transition: all .3s ease;
  width: 300px;
}
.search-global-menu {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.notifications-summary {
  display: inline-block;
  text-align: left;
  position: relative;
  z-index: 1;
}
.notifications-summary.active {
  z-index: 999;
}
.notifications-action {
  color: #f2ebde;
  padding: 12px 22px 11px 22px;
  text-transform: capitalize;
  display: inline-block;
  text-decoration: none;
}
.notifications-action:before {
  font-family: "MUI-Icons";
  content: "\e06e";
  font-size: 18px;
  line-height: 18px;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.notifications-action:visited,
.notifications-action:focus,
.notifications-action:active,
.notifications-action:hover {
  color: #f2ebde;
  text-decoration: none;
}
.notifications-action.active {
  background-color: #FFF;
  color: #676056;
}
.notifications-action .text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.notifications-action .text.focusable:active,
.notifications-action .text.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.notifications-action .text.focusable:active,
.notifications-action .text.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.notifications-action .qty.counter {
  display: inline-block;
  background: #ed4f2e;
  color: #f2ebde;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  padding: 1px 3px;
  position: absolute;
  top: 6px;
  left: 50%;
  border-radius: 4px;
}
.notifications-list {
  width: 300px;
  padding: 0;
  margin: 0;
}
.notifications-list .last {
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
.notifications-summary .notifications-entry {
  padding: 15px;
  color: #676056;
  font-size: 11px;
  font-weight: 400;
}
.notifications-entry {
  position: relative;
  z-index: 1;
}
.notifications-entry:hover .action {
  display: block;
}
.notifications-entry-title {
  padding-right: 15px;
  color: #ed4f2e;
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.notifications-entry-description {
  line-height: 1.3;
  display: block;
  max-height: 3.9em;
  overflow: hidden;
  margin-bottom: 10px;
  text-overflow: ellipsis;
}
.notifications-close.action {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 12px;
  background-image: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  -moz-box-sizing: content-box;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  line-height: inherit;
  font-weight: 400;
  display: none;
}
.notifications-close.action > span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.notifications-close.action > span.focusable:active,
.notifications-close.action > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.notifications-close.action > span.focusable:active,
.notifications-close.action > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.notifications-close.action:before {
  font-family: 'MUI-Icons';
  content: "\e07f";
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.notifications-close.action:focus,
.notifications-close.action:active {
  background: none;
  border: none;
}
.notifications-close.action:hover {
  background: none;
  border: none;
}
.notifications-close.action.disabled,
.notifications-close.action[disabled],
fieldset[disabled] .notifications-close.action {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.notifications-dialog-content {
  display: none;
}
.notifications-critical .notifications-entry-title {
  padding-left: 25px;
  display: inline-block;
  text-decoration: none;
}
.notifications-critical .notifications-entry-title:before {
  font-family: 'MUI-Icons';
  content: "\e086";
  font-size: 18px;
  line-height: 18px;
  color: #c00815;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.notifications-critical .notifications-entry-title:before {
  position: absolute;
  margin-left: -25px;
}
.notifications-dialog-content .notifications-entry-time {
  color: #8c867e;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  right: 17px;
  bottom: 27px;
  text-align: right;
}
.notifications-url {
  display: inline-block;
  text-decoration: none;
}
.notifications-url > span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.notifications-url > span.focusable:active,
.notifications-url > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.notifications-url > span.focusable:active,
.notifications-url > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.notifications-url:after {
  font-family: 'MUI-Icons';
  content: "\e084";
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: -2px 0 0 10px;
}
.notifications-dialog-content .notifications-entry-title {
  font-size: 15px;
}
.locale-switcher-field {
  white-space: nowrap;
  float: left;
}
.locale-switcher-field .control,
.locale-switcher-field .label {
  vertical-align: middle;
  margin: 0 10px 0 0;
  display: inline-block;
}
.locale-switcher-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #ada89e;
  max-width: 200px;
  height: 31px;
  background: url("../images/select-bg.svg") no-repeat 100% 50%;
  background-size: 30px 60px;
  padding-right: 29px;
  text-indent: .01px;
  text-overflow: '';
}
.locale-switcher-select::-ms-expand {
  display: none;
}
.lt-ie10 .locale-switcher-select {
  background-image: none;
  padding-right: 4px;
}
@-moz-document url-prefix() {
  .locale-switcher-select {
    background-image: none;
  }
}
@-moz-document url-prefix() {
  .locale-switcher-select {
    background-image: none;
  }
}
.mage-suggest {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ada89e;
  border-radius: 2px;
}
.mage-suggest:after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  width: 22px;
  text-align: center;
  font-family: 'MUI-Icons';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: '\e01f';
  font-size: 18px;
  color: #b2b2b2;
}
.mage-suggest input[type="search"],
.mage-suggest input.search {
  width: 100%;
  border: none;
  background: none;
  padding-right: 30px;
}
.mage-suggest.category-select input[type="search"],
.mage-suggest.category-select input.search {
  height: 26px;
}
.mage-suggest-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 1px -1px 0 -1px;
  border: 1px solid #cac2b5;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 990;
}
.mage-suggest-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mage-suggest-dropdown li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
}
.mage-suggest-dropdown li a {
  display: block;
}
.mage-suggest-dropdown li a.ui-state-focus {
  background: #f5f5f5;
}
.mage-suggest-dropdown li a,
.mage-suggest-dropdown .jstree li a:hover,
.mage-suggest-dropdown .jstree .jstree-hovered,
.mage-suggest-dropdown .jstree .jstree-clicked {
  padding: 6px 12px 5px;
  text-decoration: none;
  color: #333;
}
.mage-suggest-dropdown .jstree li a:hover,
.mage-suggest-dropdown .jstree .jstree-hovered,
.mage-suggest-dropdown .jstree .jstree-clicked {
  border: none;
}
.mage-suggest-dropdown .jstree li {
  border-bottom: 0;
}
.mage-suggest-dropdown .jstree li a {
  display: inline-block;
}
.mage-suggest-dropdown .jstree .mage-suggest-selected > a {
  color: #000;
  background: #F1FFEB;
}
.field-category_ids .mage-suggest-dropdown,
.field-new_category_parent .mage-suggest-dropdown {
  max-height: 200px;
  overflow: auto;
}
.mage-suggest-dropdown .jstree .mage-suggest-selected > a:hover,
.mage-suggest-dropdown .jstree .mage-suggest-selected > .jstree-hovered,
.mage-suggest-dropdown .jstree .mage-suggest-selected > .jstree-clicked,
.mage-suggest-dropdown .jstree .mage-suggest-selected.mage-suggest-not-active > .jstree-hovered,
.mage-suggest-dropdown .jstree .mage-suggest-selected.mage-suggest-not-active > .jstree-clicked {
  background: #E5FFD9;
}
.mage-suggest-dropdown .jstree .mage-suggest-not-active > a {
  color: #D4D4D4;
}
.mage-suggest-dropdown .jstree .mage-suggest-not-active > a:hover,
.mage-suggest-dropdown .jstree .mage-suggest-not-active > .jstree-hovered,
.mage-suggest-dropdown .jstree .mage-suggest-not-active > .jstree-clicked {
  background: #F5F5F5;
}
.mage-suggest-dropdown .category-path {
  font-size: 11px;
  margin-left: 10px;
  color: #9ba8b5;
}
.suggest-expandable .action-dropdown .action-toggle {
  display: inline-block;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: none;
  box-shadow: none;
  color: #676056;
  font-size: 12px;
  padding: 5px 4px;
  filter: none;
}
.suggest-expandable .action-dropdown .action-toggle span {
  display: inline;
}
.suggest-expandable .action-dropdown .action-toggle:before {
  display: inline-block;
  float: right;
  margin-left: 4px;
  font-size: 13px;
  color: #b2b0ad;
}
.suggest-expandable .action-dropdown .action-toggle:hover:before {
  color: #7e7e7e;
}
.suggest-expandable .dropdown-menu {
  margin: 1px 0 0;
  left: 0;
  right: auto;
  width: 245px;
  z-index: 4;
}
.suggest-expandable .mage-suggest {
  border: none;
  border-radius: 3px 3px 0 0;
}
.suggest-expandable .mage-suggest:after {
  top: 10px;
  right: 8px;
}
.suggest-expandable .mage-suggest-inner .title {
  margin: 0;
  padding: 0 10px 4px;
  text-transform: uppercase;
  color: #a6a098;
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.suggest-expandable .mage-suggest-inner > input[type="search"],
.suggest-expandable .mage-suggest-inner > input.search {
  position: relative;
  margin: 6px 5px 5px;
  padding-right: 20px;
  border: 1px solid #ada89e;
  width: 236px;
  z-index: 1;
}
.suggest-expandable .mage-suggest-inner > input.ui-autocomplete-loading,
.suggest-expandable .mage-suggest-inner > input.mage-suggest-state-loading {
  background: #ffffff url("../mui/images/ajax-loader-small.gif") no-repeat 190px 50%;
}
.suggest-expandable .mage-suggest-dropdown {
  margin-top: 0;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  max-height: 300px;
  overflow: auto;
  width: 100%;
  float: left;
}
.suggest-expandable .mage-suggest-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.suggest-expandable .action-show-all:hover,
.suggest-expandable .action-show-all:active,
.suggest-expandable .action-show-all:focus,
.suggest-expandable .action-show-all[disabled] {
  border-top: 1px solid #e5e5e5;
  display: block;
  width: 100%;
  padding: 8px 10px 10px;
  text-align: left;
  font: 12px/1.333 Arial, Verdana, sans-serif;
  color: #676056;
}
.product-actions .suggest-expandable {
  max-width: 500px;
  float: left;
  margin-top: 1px;
}
.page-actions.fixed #product-template-suggest-container {
  display: none;
}
.catalog-category-edit .col-2-left-layout:before {
  display: none;
}
.category-content .ui-tabs-panel .fieldset {
  padding-top: 40px;
}
.category-content .ui-tabs-panel .fieldset .legend {
  display: none;
}
.attributes-edit-form .field:not(.field-weight) .addon {
  display: block;
  position: relative;
}
.attributes-edit-form .field:not(.field-weight) .addon input[type="text"] {
  border-width: 1px;
}
.attributes-edit-form .field:not(.field-weight) .addon .addafter {
  display: block;
  border: 0;
  height: auto;
  width: auto;
}
.attributes-edit-form .field:not(.field-weight) .addon input:focus ~ .addafter {
  box-shadow: none;
}
.attributes-edit-form .with-addon .textarea {
  margin: 0;
}
.attributes-edit-form .attribute-change-checkbox {
  display: block;
  margin-top: 5px;
}
.attributes-edit-form .attribute-change-checkbox .label {
  float: none;
  padding: 0;
  width: auto;
}
.attributes-edit-form .attribute-change-checkbox .checkbox {
  margin-right: 5px;
  width: auto;
}
.attributes-edit-form .field-price .addon > input,
.attributes-edit-form .field-special_price .addon > input,
.attributes-edit-form .field-gift_wrapping_price .addon > input,
.attributes-edit-form .field-msrp .addon > input,
.attributes-edit-form .field-gift_wrapping_price .addon > input {
  padding-left: 23px;
}
.attributes-edit-form .field-price .addafter > strong,
.attributes-edit-form .field-special_price .addafter > strong,
.attributes-edit-form .field-gift_wrapping_price .addafter > strong,
.attributes-edit-form .field-msrp .addafter > strong,
.attributes-edit-form .field-gift_wrapping_price .addafter > strong {
  left: 5px;
  position: absolute;
  top: 3px;
}
.attributes-edit-form .field.type-price input:focus + label,
.attributes-edit-form .field-price input:focus + label,
.attributes-edit-form .field-special_price input:focus + label,
.attributes-edit-form .field-msrp input:focus + label,
.attributes-edit-form .field-weight input:focus + label {
  box-shadow: none;
}
.attributes-edit-form .field-special_from_date > .control .input-text,
.attributes-edit-form .field-special_to_date > .control .input-text,
.attributes-edit-form .field-news_from_date > .control .input-text,
.attributes-edit-form .field-news_to_date > .control .input-text,
.attributes-edit-form .field-custom_design_from > .control .input-text,
.attributes-edit-form .field-custom_design_to > .control .input-text {
  border-width: 1px;
  width: 130px;
}
.attributes-edit-form .field-weight .fields-group-2 .control {
  padding-right: 27px;
}
.attributes-edit-form .field-weight .fields-group-2 .control .addafter + .addafter {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  height: 28px;
  right: 0;
  position: absolute;
  top: 0;
}
.attributes-edit-form .field-weight .fields-group-2 .control .addafter strong {
  line-height: 28px;
}
.attributes-edit-form .field-weight .fields-group-2 .control > input:focus + .addafter + .addafter {
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}
.attributes-edit-form .field-gift_message_available .addon > input[type="checkbox"],
.attributes-edit-form .field-gift_wrapping_available .addon > input[type="checkbox"] {
  width: auto;
  margin-right: 5px;
}
.attributes-edit-form .fieldset > .addafter {
  display: none;
}
.advanced-inventory-edit .field.choice {
  display: block;
  margin: 3px 0 0;
}
.advanced-inventory-edit .field.choice .label {
  padding-top: 1px;
}
.product-actions:before,
.product-actions:after {
  content: "";
  display: table;
}
.product-actions:after {
  clear: both;
}
.product-actions:before,
.product-actions:after {
  content: "";
  display: table;
}
.product-actions:after {
  clear: both;
}
.product-actions .switcher {
  float: right;
}
#configurable-attributes-container .actions-select {
  display: inline-block;
  position: relative;
}
#configurable-attributes-container .actions-select:before,
#configurable-attributes-container .actions-select:after {
  content: "";
  display: table;
}
#configurable-attributes-container .actions-select:after {
  clear: both;
}
#configurable-attributes-container .actions-select:before,
#configurable-attributes-container .actions-select:after {
  content: "";
  display: table;
}
#configurable-attributes-container .actions-select:after {
  clear: both;
}
#configurable-attributes-container .actions-select .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
#configurable-attributes-container .actions-select .action.toggle:after {
  font-family: 'icons-blank-theme';
  content: '\e607';
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
#configurable-attributes-container .actions-select .action.toggle:hover:after {
  color: inherit;
}
#configurable-attributes-container .actions-select .action.toggle:active:after {
  color: inherit;
}
#configurable-attributes-container .actions-select .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
#configurable-attributes-container .actions-select .action.toggle.active:after {
  font-family: 'icons-blank-theme';
  content: '\e618';
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
#configurable-attributes-container .actions-select .action.toggle.active:hover:after {
  color: inherit;
}
#configurable-attributes-container .actions-select .action.toggle.active:active:after {
  color: inherit;
}
#configurable-attributes-container .actions-select ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  position: absolute;
  z-index: 100;
  top: 100%;
  min-width: 100%;
  margin-top: 4px;
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
#configurable-attributes-container .actions-select ul.dropdown li {
  margin: 0;
  padding: 3px 5px;
}
#configurable-attributes-container .actions-select ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
#configurable-attributes-container .actions-select.active {
  overflow: visible;
}
#configurable-attributes-container .actions-select.active ul.dropdown {
  display: block;
}
#configurable-attributes-container .actions-select .action.toggle {
  padding: 1px 8px;
  border: 1px solid #ada89e;
  background: #fff;
  border-radius: 0 2px 2px 0;
}
#configurable-attributes-container .actions-select .action.toggle:after {
  width: 14px;
  text-indent: -2px;
}
#configurable-attributes-container .actions-select ul.dropdown li:hover {
  background: #eef8fc;
}
#configurable-attributes-container .actions-select ul.dropdown a {
  color: #333;
  text-decoration: none;
}
#product-variations-matrix .actions-image-uploader {
  position: relative;
  display: block;
  width: 50px;
}
#product-variations-matrix .actions-image-uploader:before,
#product-variations-matrix .actions-image-uploader:after {
  content: "";
  display: table;
}
#product-variations-matrix .actions-image-uploader:after {
  clear: both;
}
#product-variations-matrix .actions-image-uploader:before,
#product-variations-matrix .actions-image-uploader:after {
  content: "";
  display: table;
}
#product-variations-matrix .actions-image-uploader:after {
  clear: both;
}
#product-variations-matrix .actions-image-uploader .action.split {
  float: left;
  margin: 0;
}
#product-variations-matrix .actions-image-uploader .action.toggle {
  float: right;
  margin: 0;
}
#product-variations-matrix .actions-image-uploader .action.toggle {
  padding: 6px 5px;
  display: inline-block;
  text-decoration: none;
}
#product-variations-matrix .actions-image-uploader .action.toggle > span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#product-variations-matrix .actions-image-uploader .action.toggle > span.focusable:active,
#product-variations-matrix .actions-image-uploader .action.toggle > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#product-variations-matrix .actions-image-uploader .action.toggle > span.focusable:active,
#product-variations-matrix .actions-image-uploader .action.toggle > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#product-variations-matrix .actions-image-uploader .action.toggle:after {
  font-family: 'icons-blank-theme';
  content: '\e607';
  font-size: 22px;
  line-height: 14px;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
#product-variations-matrix .actions-image-uploader .action.toggle:hover:after {
  color: inherit;
}
#product-variations-matrix .actions-image-uploader .action.toggle:active:after {
  color: inherit;
}
#product-variations-matrix .actions-image-uploader .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
#product-variations-matrix .actions-image-uploader .action.toggle.active > span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#product-variations-matrix .actions-image-uploader .action.toggle.active > span.focusable:active,
#product-variations-matrix .actions-image-uploader .action.toggle.active > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#product-variations-matrix .actions-image-uploader .action.toggle.active > span.focusable:active,
#product-variations-matrix .actions-image-uploader .action.toggle.active > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#product-variations-matrix .actions-image-uploader .action.toggle.active:after {
  font-family: 'icons-blank-theme';
  content: '\e618';
  font-size: 22px;
  line-height: 14px;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
#product-variations-matrix .actions-image-uploader .action.toggle.active:hover:after {
  color: inherit;
}
#product-variations-matrix .actions-image-uploader .action.toggle.active:active:after {
  color: inherit;
}
#product-variations-matrix .actions-image-uploader ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  position: absolute;
  z-index: 100;
  top: 100%;
  min-width: 100%;
  margin-top: 4px;
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
#product-variations-matrix .actions-image-uploader ul.dropdown li {
  margin: 0;
  padding: 3px 5px;
}
#product-variations-matrix .actions-image-uploader ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
#product-variations-matrix .actions-image-uploader.active {
  overflow: visible;
}
#product-variations-matrix .actions-image-uploader.active ul.dropdown {
  display: block;
}
#product-variations-matrix .actions-image-uploader .action.toggle {
  padding: 0 2px;
  border: 1px solid #b7b2a7;
  background: #fff;
  border-radius: 0 4px 4px 0;
  border-left: none;
  height: 33px;
}
#product-variations-matrix .actions-image-uploader .action.toggle.no-display {
  display: none;
}
#product-variations-matrix .actions-image-uploader .action.toggle:after {
  width: 12px;
  text-indent: -5px;
}
#product-variations-matrix .actions-image-uploader ul.dropdown {
  left: 0;
  margin-left: 0;
  width: 100px;
}
#product-variations-matrix .actions-image-uploader ul.dropdown li:hover {
  background: #eef8fc;
}
#product-variations-matrix .actions-image-uploader ul.dropdown a {
  color: #333;
  text-decoration: none;
}
.debugging-hints .page-actions {
  position: relative;
  z-index: 1;
}
.debugging-hints .page-actions .debugging-hint-template-file {
  left: auto !important;
  right: 0 !important;
}
/*
    Reports - test
-------------------------------------- */
/*
    Reports - test Report
-------------------------------------- */
.filter-segments {
  list-style: none;
  padding: 0;
}
.adminhtml-report-customer-test-detail .col-id {
  width: 35px;
}
.adminhtml-report-customer-test-detail .col-period {
  white-space: nowrap;
  width: 70px;
}
.adminhtml-report-customer-test-detail .col-zip {
  width: 50px;
}
/*
    Reports - tests
-------------------------------------- */
.adminhtml-report-customer-test-segment .col-id {
  width: 35px;
}
.adminhtml-report-customer-test-segment .col-status {
  width: 65px;
}
.adminhtml-report-customer-test-segment .col-qty {
  width: 145px;
}
.adminhtml-report-customer-test-segment .col-segment,
.adminhtml-report-customer-test-segment .col-website {
  width: 35%;
}
.adminhtml-report-customer-test-segment .col-select {
  width: 45px;
}
/*
    GFR
--------------------------------------*/
.test-custom-attributes {
  margin-bottom: 20px;
}
/*
    GFW
--------------------------------------*/
.adminhtml-test-index th.col-id {
  text-align: left;
}
.adminhtml-test-index .col-price {
  text-align: right;
  width: 50px;
}
.adminhtml-test-index .col-actions {
  width: 50px;
}
.adminhtml-test-index .col-select {
  width: 60px;
}
.adminhtml-test-edit .field-image .control {
  line-height: 28px;
}
.adminhtml-test-edit .field-image a {
  display: inline-block;
  margin: 0 5px 0 0;
}
.adminhtml-test-edit .field-image img {
  vertical-align: middle;
}
.adminhtml-test-new .field-image .input-file,
.adminhtml-test-edit .field-image .input-file {
  display: inline-block;
  margin: 0 15px 0 0;
  width: auto;
}
.adminhtml-test-new .field-image .addafter,
.adminhtml-test-edit .field-image .addafter {
  border: 0;
  box-shadow: none;
  display: inline-block;
  margin: 0 15px 0 0;
  height: auto;
  width: auto;
}
.adminhtml-test-new .field-image .delete-image,
.adminhtml-test-edit .field-image .delete-image {
  display: inline-block;
  white-space: nowrap;
}
.adminhtml-test-edit .field-image .delete-image input {
  margin: -3px 5px 0 0;
  width: auto;
  display: inline-block;
}
.adminhtml-test-edit .field-image .addon .delete-image input:focus + label {
  border: 0;
  box-shadow: none;
}
.adminhtml-test-index .col-id {
  width: 35px;
}
.adminhtml-test-index .col-status {
  white-space: normal;
  width: 75px;
}
.adminhtml-test-index .col-websites {
  white-space: nowrap;
  width: 200px;
}
.adminhtml-test-index .col-price .label {
  display: inline-block;
  min-width: 60px;
  white-space: nowrap;
}
.adminhtml-test-index .col-price .price-excl-tax .price,
.adminhtml-test-index .col-price .price-incl-tax .price {
  font-weight: bold;
}
/*
    tests
--------------------------------------*/
.invitee_information,
.inviter_information {
  width: 48.9362%;
}
.invitee_information {
  float: left;
}
.inviter_information {
  float: right;
}
.test_information .data-table th,
.invitee_information .data-table th,
.inviter_information .data-table th {
  width: 20%;
  white-space: nowrap;
}
.test_information .data-table textarea,
.test_information .data-table input {
  width: 100%;
}
.tests-history ul {
  margin: 0;
  padding-left: 25px;
}
.tests-history ul .status:before {
  display: inline-block;
  content: "|";
  margin: 0 10px;
}
/*
    Reports - Order Conversion Rate
-------------------------------------- */
.adminhtml-report-test-order .col-period {
  white-space: nowrap;
  width: 70px;
}
.adminhtml-report-test-order .col-inv-sent,
.adminhtml-report-test-order .col-inv-acc,
.adminhtml-report-test-order .col-acc,
.adminhtml-report-test-order .col-rate {
  text-align: right;
  width: 23%;
}
/*
    Reports - tests - Customer
-------------------------------------- */
.adminhtml-report-test-customer .col-id {
  width: 35px;
}
.adminhtml-report-test-customer .col-period {
  white-space: nowrap;
  width: 70px;
}
.adminhtml-report-test-customer .col-inv-sent,
.adminhtml-report-test-customer .col-inv-acc {
  text-align: right;
  width: 120px;
}
/*
    Reports - tests - General
-------------------------------------- */
.adminhtml-report-test-index .col-period {
  white-space: nowrap;
}
.adminhtml-report-test-index .col-inv-sent,
.adminhtml-report-test-index .col-inv-acc,
.adminhtml-report-test-index .col-inv-disc,
.adminhtml-report-test-index .col-inv-acc-rate,
.adminhtml-report-test-index .col-inv-disc-rate {
  text-align: right;
  width: 19%;
}
/*
    test Data table - alternative view
-------------------------------------- */
.test_information .data-table,
.invitee_information .data-table,
.inviter_information .data-table {
  width: 100%;
}
.test_information .data-table tbody tr th,
.invitee_information .data-table tbody tr th,
.inviter_information .data-table tbody tr th {
  font-weight: bold;
}
.test_information .data-table tbody tr td,
.test_information .data-table tbody tr th,
.invitee_information .data-table tbody tr td,
.invitee_information .data-table tbody tr th,
.inviter_information .data-table tbody tr td,
.inviter_information .data-table tbody tr th {
  background-color: #fff;
  border: 0;
  padding: 9px 10px 10px;
  color: #666;
  vertical-align: top;
}
.test_information .data-table tbody tr:nth-child(2n+1) td,
.test_information .data-table tbody tr:nth-child(2n+1) th,
.invitee_information .data-table tbody tr:nth-child(2n+1) td,
.invitee_information .data-table tbody tr:nth-child(2n+1) th,
.inviter_information .data-table tbody tr:nth-child(2n+1) td,
.inviter_information .data-table tbody tr:nth-child(2n+1) th {
  background-color: #fbfaf6;
}
[class^=" adminhtml-test-"] .fieldset-wrapper-content .data-table .col-sort-order {
  width: 80px;
}
[class^=" adminhtml-test-"] .fieldset-wrapper-content .data-table td,
[class^=" adminhtml-test-"] .fieldset-wrapper-content .accordion .config .data-table td {
  vertical-align: top;
}
[class^=" adminhtml-test-"] .fieldset-wrapper-content .data-table td select,
[class^=" adminhtml-test-"] .fieldset-wrapper-content .accordion .config .data-table td select {
  display: block;
  width: 100%;
}
[class^=" adminhtml-test-"] .fieldset-wrapper-content .data-table td .input-radio.global-scope,
[class^=" adminhtml-test-"] .fieldset-wrapper-content .accordion .config .data-table td .input-radio.global-scope {
  margin-top: 9px;
}
.sales-order-create-index .ui-dialog .content > .test .field.text .input-text {
  width: 100%;
}
.sales-order-create-index .ui-dialog .content > .test .note .price {
  font-weight: 600;
}
.sales-order-create-index .ui-dialog .content > .test .note .price:before {
  content: ": ";
}
.sales-order-create-index .ui-dialog .content > .test .fixed.amount .label:after {
  content: ": ";
}
.sales-order-create-index .ui-dialog .content > .test .fixed.amount .control {
  display: inline-block;
  font-weight: 600;
}
.sales-order-create-index .ui-dialog .content > .test .fixed.amount .control .control-value {
  margin: -2px 0 0;
  padding: 0;
}
.eq-ie9 [class^=" adminhtml-test-"] .custom-options .data-table {
  word-wrap: normal;
  table-layout: auto;
}
.rma-items .col-actions a.disabled,
.newRma .col-actions a.disabled {
  cursor: default;
  opacity: .5;
}
.rma-items .col-actions a.disabled:hover,
.newRma .col-actions a.disabled:hover {
  text-decoration: none;
}
.block.mselect-list .mselect-input {
  width: 100%;
}
.block.mselect-list .mselect-input-container .mselect-save {
  top: 4px;
}
.block.mselect-list .mselect-input-container .mselect-cancel {
  top: 4px;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body,
html {
  height: 100%;
  min-height: 100%;
}
body {
  color: #676056;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.33;
  font-weight: 400;
  font-size: 1.4rem;
  background: #f2ebde;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body > * {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  min-width: 990px;
}
.page-wrapper > * {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.page-header {
  text-align: right;
}
.page-header-wrapper {
  background-color: #31302b;
}
.page-header:after {
  content: "";
  display: table;
  clear: both;
}
.page-header .logo {
  margin-top: 5px;
  float: left;
  text-decoration: none;
  display: inline-block;
}
.page-header .logo:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 109px;
  height: 35px;
  background-image: url("../images/logo.svg");
  background-size: 109px 70px;
  background-repeat: no-repeat;
}
.page-header .logo:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  content: attr(data-edition);
  font-weight: 600;
  font-size: 16px;
  color: #ef672f;
  margin-top: -2px;
}
.page-header .logo span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .logo span.focusable:active,
.page-header .logo span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.page-header .logo span.focusable:active,
.page-header .logo span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.page-header .dropdown-menu {
  border: 0;
}
.admin-user {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left;
}
.admin-user-account {
  text-decoration: none;
  display: inline-block;
  padding: 12px 14px;
  color: #f2ebde;
}
.admin-user-account:after {
  font-family: "MUI-Icons";
  content: "\e02c";
  font-size: 13px;
  line-height: 13px;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: -3px 0 0;
}
.admin-user-account:link,
.admin-user-account:visited {
  color: #f2ebde;
}
.admin-user-account:focus,
.admin-user-account:active,
.admin-user-account:hover {
  color: #f2ebde;
  text-decoration: none;
}
.active .admin-user-account {
  background-color: #FFF;
  color: #676056;
}
.admin-user-menu {
  padding: 15px;
  white-space: nowrap;
  margin-top: 0;
}
.admin-user-menu li {
  border: 0;
  padding: 0;
}
.admin-user-menu li:hover {
  background: transparent;
}
.admin-user-menu a {
  display: block;
  color: #676056;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.385;
  padding: 3px 12px 3px;
  text-decoration: none;
}
.admin-user-menu a:focus,
.admin-user-menu a:hover {
  text-decoration: underline;
}
.admin-user-menu a:hover {
  color: #ffffff;
  background: #989287;
  text-decoration: none;
}
.admin-user-menu a span:before {
  content: "(";
}
.admin-user-menu a span:after {
  content: ")";
}
.page-actions.fixed .page-actions-buttons {
  padding-right: 15px;
}
.page-main-actions {
  background: #e0dace;
  color: #645d53;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.page-main-actions:before,
.page-main-actions:after {
  content: "";
  display: table;
}
.page-main-actions:after {
  clear: both;
}
.page-main-actions:before,
.page-main-actions:after {
  content: "";
  display: table;
}
.page-main-actions:after {
  clear: both;
}
.page-main-actions .page-actions {
  float: right;
}
.page-main-actions .page-actions .page-actions-buttons {
  float: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.page-main-actions .page-actions button,
.page-main-actions .page-actions .action-add.mselect-button-add {
  margin-left: 13px;
}
.page-main-actions .page-actions button.primary,
.page-main-actions .page-actions .action-add.mselect-button-add.primary {
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-main-actions .page-actions button.save:not(.primary),
.page-main-actions .page-actions .action-add.mselect-button-add.save:not(.primary) {
  float: right;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.page-main-actions .page-actions button.back,
.page-main-actions .page-actions button.action-back,
.page-main-actions .page-actions button.delete,
.page-main-actions .page-actions .action-add.mselect-button-add.back,
.page-main-actions .page-actions .action-add.mselect-button-add.action-back,
.page-main-actions .page-actions .action-add.mselect-button-add.delete {
  background-image: none;
  background: none;
  border: 0;
  padding: 0;
  -moz-box-sizing: content-box;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  line-height: inherit;
  font-weight: 400;
  margin: 0 13px;
}
.page-main-actions .page-actions button.back:focus,
.page-main-actions .page-actions button.action-back:focus,
.page-main-actions .page-actions button.delete:focus,
.page-main-actions .page-actions button.back:active,
.page-main-actions .page-actions button.action-back:active,
.page-main-actions .page-actions button.delete:active,
.page-main-actions .page-actions .action-add.mselect-button-add.back:focus,
.page-main-actions .page-actions .action-add.mselect-button-add.action-back:focus,
.page-main-actions .page-actions .action-add.mselect-button-add.delete:focus,
.page-main-actions .page-actions .action-add.mselect-button-add.back:active,
.page-main-actions .page-actions .action-add.mselect-button-add.action-back:active,
.page-main-actions .page-actions .action-add.mselect-button-add.delete:active {
  background: none;
  border: none;
}
.page-main-actions .page-actions button.back:hover,
.page-main-actions .page-actions button.action-back:hover,
.page-main-actions .page-actions button.delete:hover,
.page-main-actions .page-actions .action-add.mselect-button-add.back:hover,
.page-main-actions .page-actions .action-add.mselect-button-add.action-back:hover,
.page-main-actions .page-actions .action-add.mselect-button-add.delete:hover {
  background: none;
  border: none;
}
.page-main-actions .page-actions button.back.disabled,
.page-main-actions .page-actions button.action-back.disabled,
.page-main-actions .page-actions button.delete.disabled,
.page-main-actions .page-actions button.back[disabled],
.page-main-actions .page-actions button.action-back[disabled],
.page-main-actions .page-actions button.delete[disabled],
fieldset[disabled] .page-main-actions .page-actions button.back,
fieldset[disabled] .page-main-actions .page-actions button.action-back,
fieldset[disabled] .page-main-actions .page-actions button.delete,
.page-main-actions .page-actions .action-add.mselect-button-add.back.disabled,
.page-main-actions .page-actions .action-add.mselect-button-add.action-back.disabled,
.page-main-actions .page-actions .action-add.mselect-button-add.delete.disabled,
.page-main-actions .page-actions .action-add.mselect-button-add.back[disabled],
.page-main-actions .page-actions .action-add.mselect-button-add.action-back[disabled],
.page-main-actions .page-actions .action-add.mselect-button-add.delete[disabled],
fieldset[disabled] .page-main-actions .page-actions .action-add.mselect-button-add.back,
fieldset[disabled] .page-main-actions .page-actions .action-add.mselect-button-add.action-back,
fieldset[disabled] .page-main-actions .page-actions .action-add.mselect-button-add.delete {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.ie .page-main-actions .page-actions button.back,
.ie .page-main-actions .page-actions button.action-back,
.ie .page-main-actions .page-actions button.delete,
.ie .page-main-actions .page-actions .action-add.mselect-button-add.back,
.ie .page-main-actions .page-actions .action-add.mselect-button-add.action-back,
.ie .page-main-actions .page-actions .action-add.mselect-button-add.delete {
  margin-top: 6px;
}
.page-main-actions .page-actions button.delete,
.page-main-actions .page-actions .action-add.mselect-button-add.delete {
  color: #e22626;
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.page-main-actions .page-actions button.back,
.page-main-actions .page-actions button.action-back,
.page-main-actions .page-actions .action-add.mselect-button-add.back,
.page-main-actions .page-actions .action-add.mselect-button-add.action-back {
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  display: inline-block;
  text-decoration: none;
}
.page-main-actions .page-actions button.back:before,
.page-main-actions .page-actions button.action-back:before,
.page-main-actions .page-actions .action-add.mselect-button-add.back:before,
.page-main-actions .page-actions .action-add.mselect-button-add.action-back:before {
  font-family: 'icons-blank-theme';
  content: '\e625';
  font-size: inherit;
  line-height: normal;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 2px 0 0;
}
.page-main-actions .page-actions .actions-split {
  margin-left: 13px;
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-main-actions .page-actions .actions-split button.primary,
.page-main-actions .page-actions .actions-split .action-add.mselect-button-add.primary {
  float: left;
}
.page-main-actions .page-actions .actions-split .dropdown-menu {
  text-align: left;
}
.page-main-actions .page-actions .actions-split .dropdown-menu .item {
  display: block;
}
.page-main-actions .page-actions.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  background: -webkit-linear-gradient(top, #f5f2ed 0%, #f5f2ed 56%, rgba(245, 242, 237, 0) 100%);
  background: -ms-linear-gradient(top, #f5f2ed 0%, #f5f2ed 56%, rgba(245, 242, 237, 0) 100%);
  background: linear-gradient(to bottom, #f5f2ed 0%, #f5f2ed 56%, rgba(245, 242, 237, 0) 100%);
  background: #e0dace;
}
.page-main-actions .page-actions.fixed .page-actions-inner {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 36px;
  text-align: right;
  box-sizing: border-box;
}
.page-main-actions .page-actions.fixed .page-actions-inner:before,
.page-main-actions .page-actions.fixed .page-actions-inner:after {
  content: "";
  display: table;
}
.page-main-actions .page-actions.fixed .page-actions-inner:after {
  clear: both;
}
.page-main-actions .page-actions.fixed .page-actions-inner:before,
.page-main-actions .page-actions.fixed .page-actions-inner:after {
  content: "";
  display: table;
}
.page-main-actions .page-actions.fixed .page-actions-inner:after {
  clear: both;
}
.page-main-actions .page-actions.fixed .page-actions-inner:before {
  text-align: left;
  content: attr(data-title);
  float: left;
  font-size: 20px;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lt-ie10 .page-main-actions .page-actions.fixed .page-actions-inner {
  background: #f5f2ed;
}
.page-main-actions .store-switcher {
  margin-top: 5px;
}
.store-switcher {
  display: inline-block;
  font-size: 13px;
}
.store-switcher .label {
  margin-right: 5px;
}
.store-switcher .actions.dropdown {
  display: inline-block;
  position: relative;
}
.store-switcher .actions.dropdown:before,
.store-switcher .actions.dropdown:after {
  content: "";
  display: table;
}
.store-switcher .actions.dropdown:after {
  clear: both;
}
.store-switcher .actions.dropdown:before,
.store-switcher .actions.dropdown:after {
  content: "";
  display: table;
}
.store-switcher .actions.dropdown:after {
  clear: both;
}
.store-switcher .actions.dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.store-switcher .actions.dropdown .action.toggle:after {
  font-family: 'icons-blank-theme';
  content: '\e607';
  font-size: 22px;
  line-height: 20px;
  color: #645d53;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
.store-switcher .actions.dropdown .action.toggle:hover:after {
  color: #645d53;
}
.store-switcher .actions.dropdown .action.toggle:active:after {
  color: #645d53;
}
.store-switcher .actions.dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.store-switcher .actions.dropdown .action.toggle.active:after {
  font-family: 'icons-blank-theme';
  content: '\e618';
  font-size: 22px;
  line-height: 20px;
  color: #645d53;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
.store-switcher .actions.dropdown .action.toggle.active:hover:after {
  color: #645d53;
}
.store-switcher .actions.dropdown .action.toggle.active:active:after {
  color: #645d53;
}
.store-switcher .actions.dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none none;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px #ada89e solid;
  position: absolute;
  z-index: 100;
  top: 100%;
  min-width: 195px;
  margin-top: 4px;
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.store-switcher .actions.dropdown .dropdown-menu li {
  margin: 0;
  padding: 0;
}
.store-switcher .actions.dropdown .dropdown-menu li:hover {
  background: transparent;
  cursor: pointer;
}
.store-switcher .actions.dropdown.active {
  overflow: visible;
}
.store-switcher .actions.dropdown.active .dropdown-menu {
  display: block;
}
.store-switcher .actions.dropdown .action.toggle {
  background-image: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  -moz-box-sizing: content-box;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  font-weight: 400;
  color: #026294;
  line-height: normal;
  margin-top: 2px;
  vertical-align: middle;
}
.store-switcher .actions.dropdown .action.toggle:focus,
.store-switcher .actions.dropdown .action.toggle:active {
  background: none;
  border: none;
}
.store-switcher .actions.dropdown .action.toggle:hover {
  background: none;
  border: none;
}
.store-switcher .actions.dropdown .action.toggle.disabled,
.store-switcher .actions.dropdown .action.toggle[disabled],
fieldset[disabled] .store-switcher .actions.dropdown .action.toggle {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.store-switcher .actions.dropdown ul.dropdown-menu {
  margin-top: 4px;
  padding-top: 5px;
  left: 0;
}
.store-switcher .actions.dropdown ul.dropdown-menu li {
  border: 0;
  cursor: default;
}
.store-switcher .actions.dropdown ul.dropdown-menu li:hover {
  cursor: default;
}
.store-switcher .actions.dropdown ul.dropdown-menu li a,
.store-switcher .actions.dropdown ul.dropdown-menu li span {
  padding: 5px 13px;
  display: block;
  color: #645d53;
}
.store-switcher .actions.dropdown ul.dropdown-menu li a {
  text-decoration: none;
}
.store-switcher .actions.dropdown ul.dropdown-menu li a:hover {
  background: #edf9fb;
}
.store-switcher .actions.dropdown ul.dropdown-menu li span {
  color: #ababab;
  cursor: default;
}
.store-switcher .actions.dropdown ul.dropdown-menu li.current span {
  color: #645d53;
  background: #eee;
}
.store-switcher .actions.dropdown ul.dropdown-menu .store-switcher-store a,
.store-switcher .actions.dropdown ul.dropdown-menu .store-switcher-store span {
  padding-left: 26px;
}
.store-switcher .actions.dropdown ul.dropdown-menu .store-switcher-store-view a,
.store-switcher .actions.dropdown ul.dropdown-menu .store-switcher-store-view span {
  padding-left: 39px;
}
.store-switcher .actions.dropdown ul.dropdown-menu .dropdown-toolbar {
  border-top: 1px #ededed solid;
  margin-top: 10px;
}
.store-switcher .actions.dropdown ul.dropdown-menu .dropdown-toolbar a {
  text-decoration: none;
  display: block;
}
.store-switcher .actions.dropdown ul.dropdown-menu .dropdown-toolbar a:before {
  font-family: 'icons-blank-theme';
  content: '\e606';
  font-size: 20px;
  line-height: normal;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  margin: 0 3px 0 -4px;
}
.tooltip {
  display: inline-block;
  margin-left: 5px;
}
.tooltip .help span,
.tooltip .help a {
  width: 16px;
  height: 16px;
  text-align: center;
  background: rgba(194, 186, 169, 0.5);
  cursor: pointer;
  border-radius: 10px;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.tooltip .help span:hover,
.tooltip .help a:hover {
  background: #c2baa9;
}
.tooltip .help span > span,
.tooltip .help a > span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip .help span > span.focusable:active,
.tooltip .help a > span.focusable:active,
.tooltip .help span > span.focusable:focus,
.tooltip .help a > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.tooltip .help span > span.focusable:active,
.tooltip .help a > span.focusable:active,
.tooltip .help span > span.focusable:focus,
.tooltip .help a > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.tooltip .help span:before,
.tooltip .help a:before {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  content: '?';
  font-size: 13px;
  line-height: 16px;
  color: #5a534a;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.tooltip .help span:before,
.tooltip .help a:before {
  font-weight: 700;
}
.tooltip .tooltip-content {
  display: none;
  position: absolute;
  max-width: 200px;
  margin-top: 10px;
  margin-left: -19px;
  padding: 4px 8px;
  border-radius: 3px;
  background: #000;
  background: rgba(49, 48, 43, 0.8);
  color: #fff;
  text-shadow: none;
  z-index: 20;
}
.tooltip .tooltip-content:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -5px;
  left: 20px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
  opacity: .8;
}
.tooltip .tooltip-content.loading {
  position: absolute;
}
.tooltip .tooltip-content.loading:before {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.tooltip:hover > .tooltip-content {
  display: block;
}
button,
.action-add.mselect-button-add {
  border-radius: 2px;
  background-image: none;
  background: #f2ebde;
  padding: 6px 13px;
  color: #645d53;
  border: 1px solid #ada89e;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4rem;
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
}
button:focus,
button:active,
.action-add.mselect-button-add:focus,
.action-add.mselect-button-add:active {
  background: #cac3b4;
  border: 1px solid #989287;
}
button:hover,
.action-add.mselect-button-add:hover {
  background: #cac3b4;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.action-add.mselect-button-add.disabled,
.action-add.mselect-button-add[disabled],
fieldset[disabled] .action-add.mselect-button-add {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
button.primary,
.action-add.mselect-button-add.primary {
  background-image: none;
  background: #007dbd;
  padding: 6px 13px;
  color: #ffffff;
  border: 1px solid #0a6c9f;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  box-sizing: border-box;
  vertical-align: middle;
}
button.primary:focus,
button.primary:active,
.action-add.mselect-button-add.primary:focus,
.action-add.mselect-button-add.primary:active {
  background: #026294;
  border: 1px solid #004c74;
  color: #ffffff;
}
button.primary:hover,
.action-add.mselect-button-add.primary:hover {
  background: #026294;
  border: 1px solid #026294;
}
button.primary.disabled,
button.primary[disabled],
fieldset[disabled] button.primary,
.action-add.mselect-button-add.primary.disabled,
.action-add.mselect-button-add.primary[disabled],
fieldset[disabled] .action-add.mselect-button-add.primary {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.actions-split {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.actions-split button,
.actions-split .action-add.mselect-button-add {
  margin-left: 0!important;
}
.actions-split:before,
.actions-split:after {
  content: "";
  display: table;
}
.actions-split:after {
  clear: both;
}
.actions-split:before,
.actions-split:after {
  content: "";
  display: table;
}
.actions-split:after {
  clear: both;
}
.actions-split .action-default {
  float: left;
  margin: 0;
}
.actions-split .action-toggle {
  float: right;
  margin: 0;
}
.actions-split button.action-default,
.actions-split .action-add.mselect-button-add.action-default {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.actions-split button + .action-toggle,
.actions-split .action-add.mselect-button-add + .action-toggle {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.actions-split .action-toggle {
  padding: 6px 5px;
  display: inline-block;
  text-decoration: none;
}
.actions-split .action-toggle > span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.actions-split .action-toggle > span.focusable:active,
.actions-split .action-toggle > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.actions-split .action-toggle > span.focusable:active,
.actions-split .action-toggle > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.actions-split .action-toggle:after {
  font-family: 'icons-blank-theme';
  content: '\e607';
  font-size: 22px;
  line-height: 14px;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
.actions-split .action-toggle:hover:after {
  color: inherit;
}
.actions-split .action-toggle:active:after {
  color: inherit;
}
.actions-split .action-toggle.active {
  display: inline-block;
  text-decoration: none;
}
.actions-split .action-toggle.active > span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.actions-split .action-toggle.active > span.focusable:active,
.actions-split .action-toggle.active > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.actions-split .action-toggle.active > span.focusable:active,
.actions-split .action-toggle.active > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.actions-split .action-toggle.active:after {
  font-family: 'icons-blank-theme';
  content: '\e618';
  font-size: 22px;
  line-height: 14px;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
.actions-split .action-toggle.active:hover:after {
  color: inherit;
}
.actions-split .action-toggle.active:active:after {
  color: inherit;
}
.actions-split .dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none none;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  position: absolute;
  z-index: 100;
  top: 100%;
  min-width: 175px;
  margin-top: 4px;
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.actions-split .dropdown-menu li {
  margin: 0;
  padding: 3px 5px;
}
.actions-split .dropdown-menu li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.actions-split .dropdown-menu:before,
.actions-split .dropdown-menu:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.actions-split .dropdown-menu:before {
  z-index: 99;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
}
.actions-split .dropdown-menu:after {
  z-index: 98;
  border: solid 7px;
  border-color: transparent transparent #bbbbbb transparent;
}
.actions-split .dropdown-menu:before {
  top: -12px;
  right: 10px;
}
.actions-split .dropdown-menu:after {
  top: -14px;
  right: 9px;
}
.actions-split.active {
  overflow: visible;
}
.actions-split.active .dropdown-menu {
  display: block;
}
.actions-split .action-toggle:after {
  height: 13px;
}
.page-content:after {
  content: "";
  display: table;
  clear: both;
}
.page-wrapper > .page-content {
  margin-bottom: 20px;
}
.page-footer {
  padding: 15px 0;
}
.page-footer-wrapper {
  background-color: #e0dacf;
  margin-top: auto;
}
.page-footer:after {
  content: "";
  display: table;
  clear: both;
}
.footer-legal {
  float: right;
  width: 550px;
}
.footer-legal .link-report,
.footer-legal .magento-version,
.footer-legal .copyright {
  font-size: 13px;
}
.footer-legal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  margin-top: 2px;
  margin-left: -35px;
  width: 30px;
  height: 35px;
  background-size: 109px 70px;
  background: url("../images/logo.svg") no-repeat 0 -21px;
}
.icon-error {
  margin-left: 15px;
  color: #c00815;
  font-size: 11px;
}
.icon-error:before {
  font-family: 'MUI-Icons';
  content: "\e086";
  font-size: 13px;
  line-height: 13px;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: -1px 5px 0 0;
}
.ui-widget-overlay {
  position: fixed;
}
.control .nested {
  padding: 0;
}
.control *:first-child {
  margin-bottom: 0;
}
.field-tooltip {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  position: relative;
  z-index: 1;
  width: 0;
  overflow: visible;
}
.field-choice .field-tooltip {
  margin-top: 10px;
}
.field-tooltip:hover {
  z-index: 99;
}
.field-tooltip-action {
  position: relative;
  z-index: 2;
  margin-left: 18px;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
}
.field-tooltip-action:before {
  content: "?";
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  overflow: hidden;
  height: 22px;
  border-radius: 11px;
  line-height: 22px;
  width: 22px;
  text-align: center;
  color: #ffffff;
  background-color: #514943;
}
.field-tooltip-action span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip-action span.focusable:active,
.field-tooltip-action span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.field-tooltip-action span.focusable:active,
.field-tooltip-action span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.control-text:focus + .field-tooltip-content,
.field-tooltip:hover .field-tooltip-content {
  display: block;
}
.field-tooltip-content {
  display: none;
  position: absolute;
  z-index: 1;
  width: 320px;
  background: #fff8d7;
  padding: 15px 25px;
  right: -66px;
  border: 1px solid #adadad;
  border-radius: 1px;
  bottom: 42px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.field-tooltip-content:after,
.field-tooltip-content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top-color: #adadad;
  position: absolute;
  right: 20px;
  top: 100%;
  z-index: 3;
}
.field-tooltip-content:after {
  border-top-color: #fff8d7;
  margin-top: -1px;
  z-index: 4;
}
.form__field.field-error .control [class*="control-"] {
  border-color: #e22626;
}
.form__field.field-error .control [class*="control-"]:before {
  border-color: #e22626;
}
.form__field .mage-error {
  border: 1px solid #e22626;
  display: block;
  margin: 2px 0 0;
  padding: 6px 10px 10px;
  background: #fff8d6;
  color: #555555;
  font-size: 12px;
  font-weight: 500;
  box-sizing: border-box;
  max-width: 380px;
}
.no-flexbox.no-flexboxlegacy .form__field .control-addon + .mage-error {
  display: inline-block;
  width: 100%;
}
.form__field {
  position: relative;
  z-index: 1;
}
.form__field:hover {
  z-index: 2;
}
.control .form__field {
  position: static;
}
.form__field[data-config-scope]:before {
  content: attr(data-config-scope);
  display: inline-block;
  position: absolute;
  color: #808080;
  right: 0;
  top: 6px;
}
.control .form__field[data-config-scope]:nth-child(n+2):before {
  content: "";
}
.form__field.field-disabled > .label {
  color: #999999;
}
.form__field.field-disabled.field .control [class*="control-"][disabled] {
  background-color: #e9e9e9;
  opacity: .5;
  color: #303030;
  border-color: #adadad;
}
.control-fields .label ~ .control {
  width: 100%;
}
.form__field {
  border: 0;
  padding: 0;
}
.form__field .note {
  color: #303030;
  padding: 0;
  margin: 10px 0 0;
  max-width: 380px;
}
.form__field .note:before {
  display: none;
}
.form__field.form__field {
  margin-bottom: 0;
}
.form__field.form__field + .form__field.form__field {
  margin-top: 15px;
}
.form__field.form__field:not(.choice) ~ .choice {
  margin-left: 20px;
  margin-top: 5px;
}
.form__field.form__field.choice ~ .choice {
  margin-top: 9px;
}
.form__field.form__field ~ .choice:last-child {
  margin-bottom: 8px;
}
.fieldset > .form__field {
  margin-bottom: 30px;
}
.form__field .label {
  color: #303030;
}
.form__field:not(.choice) > .label {
  font-size: 14px;
  font-weight: 600;
  width: 30%;
  padding-right: 30px;
  padding-top: 0;
  line-height: 33px;
  white-space: nowrap;
}
.form__field:not(.choice) > .label:before {
  content: ".";
  visibility: hidden;
  width: 0;
  margin-left: -7px;
  overflow: hidden;
}
.form__field:not(.choice) > .label span {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.form__field.required > .label:after {
  content: "";
  margin-left: 0;
}
.form__field.required > .label span:after {
  content: "*";
  color: #eb5202;
  display: inline;
  font-weight: 500;
  font-size: 16px;
  margin-top: 2px;
  position: absolute;
  z-index: 1;
  margin-left: 10px;
}
.form__field .control-file {
  margin-top: 6px;
}
.form__field .control-select {
  line-height: 33px;
}
.form__field .control-select:not([multiple]),
.form__field .control-text {
  height: 33px;
  max-width: 380px;
}
.form__field .control-addon {
  max-width: 380px;
}
.form__field .control-textarea,
.form__field .control-select,
.form__field .control-text {
  border: 1px solid #adadad;
  border-radius: 1px;
  padding: 0 10px;
  color: #303030;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  min-width: 11em;
}
.form__field .control-textarea:focus,
.form__field .control-select:focus,
.form__field .control-text:focus {
  outline: 0;
  border-color: #007bdb;
  box-shadow: none;
}
.form__field .control-text {
  line-height: auto;
}
.form__field .control-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.18em;
}
.form__field .control-select[multiple],
.form__field .control-textarea {
  width: 100%;
  height: calc(6 * 1.2em + 14px);
}
.form__field .control-value {
  display: inline-block;
  padding: 6px 10px;
}
.form__field .control-fields .form__field:nth-child(n+2):not(.choice) > .label {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form__field .control-fields .form__field:nth-child(n+2):not(.choice) > .label.focusable:active,
.form__field .control-fields .form__field:nth-child(n+2):not(.choice) > .label.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.form__field .control-fields .form__field:nth-child(n+2):not(.choice) > .label.focusable:active,
.form__field .control-fields .form__field:nth-child(n+2):not(.choice) > .label.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.form__field .control-select {
  padding: 0;
}
.form__field .control-select option {
  box-sizing: border-box;
  padding: 4px 10px;
  display: block;
}
.form__field .control-select optgroup {
  font-weight: 600;
  display: block;
  padding: 4px 10px;
  line-height: 33px;
  list-style: inside;
  font-style: normal;
}
.form__field .control-range > .form__field:nth-child(2):before {
  content: "\2014";
  content: ":";
  display: inline-block;
  margin-left: -25px;
  float: left;
  width: 20px;
  line-height: 33px;
  text-align: center;
}
.form__field.choice {
  position: relative;
  z-index: 1;
  padding-top: 8px;
  padding-left: 26px;
  padding-right: 0;
}
.form__field.choice .label {
  font-weight: 500;
  padding: 0;
  display: inline;
  float: none;
  line-height: 18px;
}
.form__field.choice input {
  position: absolute;
  top: 8px;
  margin-top: 3px!important;
}
.form__field.choice input[disabled] + .label {
  opacity: .5;
  cursor: not-allowed;
}
.control > .form__field.choice {
  max-width: 380px;
}
.control > .form__field.choice:nth-child(1):nth-last-child(2),
.control > .form__field.choice:nth-child(2):nth-last-child(1) {
  display: inline-block;
}
.control > .form__field.choice:nth-child(1):nth-last-child(2) + .choice,
.control > .form__field.choice:nth-child(2):nth-last-child(1) + .choice {
  margin-left: 41px;
  margin-top: 0;
}
.control > .form__field.choice:nth-child(1):nth-last-child(2) + .choice:before,
.control > .form__field.choice:nth-child(2):nth-last-child(1) + .choice:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 20px;
  top: 8px;
  left: -20px;
  width: 1px;
  background: #cccccc;
}
.form__field.choice .label {
  cursor: pointer;
}
.form__field.choice .label:before {
  content: "";
  position: absolute;
  z-index: 1;
  border: 1px solid #adadad;
  width: 14px;
  height: 14px;
  top: 10px;
  left: 0;
  border-radius: 2px;
  background: url("../Magento_Ui/images/choice_bkg.png") no-repeat -100% -100%;
}
.form__field.choice input:focus + .label:before {
  outline: 0;
  border-color: #007bdb;
}
.form__field.choice .control-radio + .label:before {
  border-radius: 8px;
}
.form__field.choice .control-radio:checked + .label:before {
  background-position: -26px -1px;
}
.form__field.choice .control-checkbox:checked + .label:before {
  background-position: -1px -1px;
}
.form__field.choice input {
  opacity: 0;
}
.fieldset > .form__field.choice {
  margin-left: 30%;
}
.form__field .control-after,
.form__field .control-before {
  border: 0;
  color: #858585;
  font-weight: 300;
  font-size: 15px;
  line-height: 33px;
  display: inline-block;
  height: 33px;
  box-sizing: border-box;
  padding: 0 3px;
}
.no-flexbox.no-flexboxlegacy .form__field .control-before,
.no-flexbox.no-flexboxlegacy .form__field .control-addon {
  float: left;
  white-space: nowrap;
}
.form__field .control-addon {
  display: inline-flex;
  max-width: 380px;
  width: 100%;
  flex-flow: row nowrap;
  position: relative;
  z-index: 1;
}
.form__field .control-addon > * {
  position: relative;
  z-index: 1;
}
.form__field .control-addon .control-text[disabled][type],
.form__field .control-addon .control-select[disabled][type],
.form__field .control-addon .control-select,
.form__field .control-addon .control-text {
  background: transparent!important;
  border: 0;
  width: auto;
  vertical-align: top;
  order: 1;
  flex: 1;
}
.form__field .control-addon .control-text[disabled][type]:focus,
.form__field .control-addon .control-select[disabled][type]:focus,
.form__field .control-addon .control-select:focus,
.form__field .control-addon .control-text:focus {
  box-shadow: none;
}
.form__field .control-addon .control-text[disabled][type]:focus + label:before,
.form__field .control-addon .control-select[disabled][type]:focus + label:before,
.form__field .control-addon .control-select:focus + label:before,
.form__field .control-addon .control-text:focus + label:before {
  outline: 0;
  border-color: #007bdb;
}
.form__field .control-addon .control-text[disabled][type] + label,
.form__field .control-addon .control-select[disabled][type] + label,
.form__field .control-addon .control-select + label,
.form__field .control-addon .control-text + label {
  padding-left: 10px;
  position: static!important;
  z-index: 0;
}
.form__field .control-addon .control-text[disabled][type] + label > *,
.form__field .control-addon .control-select[disabled][type] + label > *,
.form__field .control-addon .control-select + label > *,
.form__field .control-addon .control-text + label > * {
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.form__field .control-addon .control-text[disabled][type] + label:before,
.form__field .control-addon .control-select[disabled][type] + label:before,
.form__field .control-addon .control-select + label:before,
.form__field .control-addon .control-text + label:before {
  box-sizing: border-box;
  border-radius: 1px;
  border: 1px solid #adadad;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #fff;
}
.form__field .control-addon .control-text[disabled][type][disabled] + label:before,
.form__field .control-addon .control-select[disabled][type][disabled] + label:before,
.form__field .control-addon .control-select[disabled] + label:before,
.form__field .control-addon .control-text[disabled] + label:before {
  opacity: .5;
  background: #e9e9e9;
}
.form__field .control-after {
  order: 3;
}
.form__field .control-after:last-child {
  padding-right: 10px;
}
.form__field .control-before {
  order: 0;
}
.form__field .control-some {
  display: flex;
}
.form__field [class*="control-grouped"] {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
.form__field [class*="control-grouped"] > .form__field {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.form__field [class*="control-grouped"] > .form__field > .control {
  width: 100%;
  float: none;
}
.form__field [class*="control-grouped"] > .form__field:nth-child(n+2) {
  padding-left: 20px;
}
.form__field [class*="control-grouped"] > .form__field:nth-child(n+2):not(.choice) .label {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form__field [class*="control-grouped"] > .form__field:nth-child(n+2):not(.choice) .label.focusable:active,
.form__field [class*="control-grouped"] > .form__field:nth-child(n+2):not(.choice) .label.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.form__field [class*="control-grouped"] > .form__field:nth-child(n+2):not(.choice) .label.focusable:active,
.form__field [class*="control-grouped"] > .form__field:nth-child(n+2):not(.choice) .label.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.form__field [required] {
  box-shadow: none;
}
fieldset.form__field {
  position: relative;
}
fieldset.form__field [class*="control-grouped"] > .form__field:first-child > .label,
fieldset.form__field .control-fields > .form__field:first-child > .label {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 30%;
}
.control-text + .ui-datepicker-trigger {
  background-image: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  -moz-box-sizing: content-box;
  box-shadow: none;
  text-shadow: none;
  line-height: inherit;
  font-weight: 400;
  text-decoration: none;
  margin-left: -40px;
  display: inline-block;
}
.control-text + .ui-datepicker-trigger img {
  display: none;
}
.control-text + .ui-datepicker-trigger:focus,
.control-text + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.control-text + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.control-text + .ui-datepicker-trigger.disabled,
.control-text + .ui-datepicker-trigger[disabled],
fieldset[disabled] .control-text + .ui-datepicker-trigger {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.control-text + .ui-datepicker-trigger > span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.control-text + .ui-datepicker-trigger > span.focusable:active,
.control-text + .ui-datepicker-trigger > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.control-text + .ui-datepicker-trigger > span.focusable:active,
.control-text + .ui-datepicker-trigger > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.control-text + .ui-datepicker-trigger:after {
  font-family: 'icons-blank-theme';
  content: '\e612';
  font-size: 38px;
  line-height: 33px;
  color: #514943;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
[class*="tab-nav-item"]:not(ul):active,
[class*="tab-nav-item"]:not(ul):focus {
  box-shadow: none;
  outline: none;
}
.customer-index-edit .col-2-left-layout,
.customer-index-edit .col-1-layout {
  background: #fff;
}
.customer-index-edit {
  background: #fff;
}
.customer-index-edit .col-2-left-layout {
  background: #fff;
}
.customer-index-edit .main-col {
  padding-left: 40px;
}
.customer-index-edit .page-main-actions {
  background: transparent;
}
.tab-nav.block {
  margin-bottom: 40px;
}
.tab-nav.block:first-child {
  margin-top: 16px;
}
.tab-nav.block .block-title {
  padding: 7px 20px;
}
.tab-nav-items {
  padding: 0;
  border: 1px solid #d3d3d3;
  box-shadow: 0 0 4px rgba(50, 50, 50, 0.35);
  margin: 0 0 40px;
  background: #f7f7f7;
}
.tab-nav-item {
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin: 0 15px;
  z-index: 1;
}
.tab-nav-item:last-child {
  border-bottom: 0;
}
.tab-nav-item.ui-state-active {
  z-index: 2;
  background: #FFF;
  padding: 1px 14px;
  border: 2px solid #eb5202;
  margin: -1px;
}
.tab-nav-item.ui-state-active .tab-nav-item-link {
  padding: 13px 15px 13px;
  color: #eb5202;
}
.tab-nav-item.ui-tabs-loading {
  position: relative;
  z-index: 1;
}
.tab-nav-item.ui-tabs-loading:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background: url("../images/loader-2.gif") no-repeat 50% 50%;
  background-size: 120px;
  width: 20px;
  height: 20px;
  top: 13px;
  left: -10px;
}
.tab-nav-item.ui-tabs-loading.ui-state-active:before {
  top: 12px;
  left: 4px;
}
.tab-nav-item-link {
  display: block;
  padding: 15px;
  color: #666666;
  line-height: 1;
}
.tab-nav-item-link:focus,
.tab-nav-item-link:active,
.tab-nav-item-link:hover {
  outline: 0;
  color: #eb5202;
  text-decoration: none;
}
.ui-state-active .tab-nav-item-link {
  color: #666666;
  font-weight: 600;
}
.tab-nav-item-link.changed {
  font-style: italic;
}
.listing-tiles {
  overflow: hidden;
  margin-top: -10px;
  margin-left: -10px;
}
.listing-tiles .listing-tile {
  background-color: #f2ebde;
  display: block;
  width: 238px;
  height: 200px;
  float: left;
  border: 1px solid #676056;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 4px;
  text-align: center;
}
.listing-tiles .listing-tile.disabled {
  border-color: red;
}
.listing-tiles .listing-tile.enabled {
  border-color: green;
}
.listing .disabled {
  color: red;
}
.listing .enabled {
  color: green;
}
.pager {
  text-align: left;
  padding-bottom: 10px;
}
.pager:before,
.pager:after {
  content: "";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: "";
  display: table;
}
.pager:after {
  clear: both;
}
.pager [data-part=left] {
  display: inline-block;
  width: 45%;
  float: left;
  text-align: left;
}
.pager [data-part=right] {
  display: inline-block;
  width: 45%;
  text-align: right;
  float: right;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pager .action-next {
  cursor: pointer;
}
.pager .action-previous {
  cursor: pointer;
}
.pager {
  text-align: left;
}
.pager [data-part=left] {
  display: inline-block;
  width: 45%;
  text-align: left;
}
.pager [data-part=right] {
  display: inline-block;
  width: 45%;
  text-align: right;
  float: right;
}
.grid .col-title {
  min-width: 90px;
  text-align: center;
}
.grid-actions [data-part=search] {
  display: inline-block;
  margin: 0 30px;
}
.grid-actions [data-part=search] input[type=text] {
  vertical-align: bottom;
  width: 460px;
}
.grid .actions-split .dropdown-menu {
  right: auto;
  left: auto;
  text-align: left;
  color: #676056;
  font-weight: normal;
}
.grid .actions-split .dropdown-menu:after {
  right: auto;
  left: 9px;
}
.grid .actions-split .dropdown-menu:before {
  right: auto;
  left: 10px;
}
.grid .grid-actions {
  padding: 10px 0;
}
.grid .hor-scroll {
  padding-top: 10px;
}
.grid .select-box {
  display: inline-block;
  vertical-align: top;
  margin: -12px -10px -7px;
  padding: 12px 10px 7px;
  width: 100%;
}
.filters-toggle {
  color: #645d53;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  background-image: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  -moz-box-sizing: content-box;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  line-height: inherit;
  font-weight: 400;
}
.filters-toggle:after {
  font-family: 'icons-blank-theme';
  content: '\e607';
  font-size: 30px;
  line-height: 15px;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
.filters-toggle:hover:after {
  color: inherit;
}
.filters-toggle:active:after {
  color: inherit;
}
.filters-toggle:focus,
.filters-toggle:active {
  background: #cac3b4;
  border: 1px solid #989287;
}
.filters-toggle:hover {
  background: #cac3b4;
}
.filters-toggle.disabled,
.filters-toggle[disabled],
fieldset[disabled] .filters-toggle {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.filters-toggle:focus,
.filters-toggle:active {
  background: none;
  border: none;
}
.filters-toggle:hover {
  background: none;
  border: none;
}
.filters-toggle.disabled,
.filters-toggle[disabled],
fieldset[disabled] .filters-toggle {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.filters-toggle:after {
  margin-top: 2px;
  margin-left: -3px;
}
.filters-toggle.active:after {
  content: '\e618';
}
.filters-current {
  padding: 10px 0;
  display: none;
}
.filters-current.active {
  display: block;
}
.filters-items {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline;
}
.filters-item {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 2px 2px 2px 4px;
  border-radius: 3px;
  background: #f7f3eb;
}
.filters-item .item-label {
  font-weight: 600;
}
.filters-item .item-label:after {
  content: ": ";
}
.filters-item .action-remove {
  background-image: none;
  background: #f2ebde;
  color: #645d53;
  border: 1px solid #ada89e;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4rem;
  box-sizing: border-box;
  margin: 3px;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  padding: 0;
}
.filters-item .action-remove > span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filters-item .action-remove > span.focusable:active,
.filters-item .action-remove > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.filters-item .action-remove > span.focusable:active,
.filters-item .action-remove > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.filters-item .action-remove:before {
  font-family: 'icons-blank-theme';
  content: '\e616';
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
.filters-item .action-remove:hover:before {
  color: inherit;
}
.filters-item .action-remove:active:before {
  color: inherit;
}
.filters-item .action-remove:focus,
.filters-item .action-remove:active {
  background: #cac3b4;
  border: 1px solid #989287;
}
.filters-item .action-remove:hover {
  background: #cac3b4;
}
.filters-item .action-remove.disabled,
.filters-item .action-remove[disabled],
fieldset[disabled] .filters-item .action-remove {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.filters-form {
  position: relative;
  z-index: 1;
  margin: 14px 0;
  background: #fff;
  border: 1px solid #bbb;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.filters-form .action-close {
  position: absolute;
  top: 3px;
  right: 7px;
  color: #645d53;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  background-image: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  -moz-box-sizing: content-box;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  line-height: inherit;
  font-weight: 400;
}
.filters-form .action-close > span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filters-form .action-close > span.focusable:active,
.filters-form .action-close > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.filters-form .action-close > span.focusable:active,
.filters-form .action-close > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.filters-form .action-close:before {
  font-family: 'icons-blank-theme';
  content: '\e616';
  font-size: 42px;
  line-height: 42px;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
.filters-form .action-close:hover:before {
  color: inherit;
}
.filters-form .action-close:active:before {
  color: inherit;
}
.filters-form .action-close:focus,
.filters-form .action-close:active {
  background: #cac3b4;
  border: 1px solid #989287;
}
.filters-form .action-close:hover {
  background: #cac3b4;
}
.filters-form .action-close.disabled,
.filters-form .action-close[disabled],
fieldset[disabled] .filters-form .action-close {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.filters-form .action-close:focus,
.filters-form .action-close:active {
  background: none;
  border: none;
}
.filters-form .action-close:hover {
  background: none;
  border: none;
}
.filters-form .action-close.disabled,
.filters-form .action-close[disabled],
fieldset[disabled] .filters-form .action-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.filters-actions {
  margin: 18px;
  text-align: right;
}
.filters-fieldset {
  padding-bottom: 0;
}
.filters-fieldset .field {
  border: 0;
  margin: 0 0 20px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 12px 0 0;
  width: 33.33333333%;
  vertical-align: top;
}
.filters-fieldset .field:before,
.filters-fieldset .field:after {
  content: "";
  display: table;
}
.filters-fieldset .field:after {
  clear: both;
}
.filters-fieldset .field:before,
.filters-fieldset .field:after {
  content: "";
  display: table;
}
.filters-fieldset .field:after {
  clear: both;
}
.filters-fieldset .field.choice:before,
.filters-fieldset .field.no-label:before {
  box-sizing: border-box;
  content: " ";
  height: 1px;
  float: left;
  padding: 6px 15px 0 0;
  width: 35%;
}
.filters-fieldset .field .description {
  box-sizing: border-box;
  float: left;
  padding: 6px 15px 0 0;
  text-align: right;
  width: 35%;
}
.filters-fieldset .field:not(.choice) > .label {
  box-sizing: border-box;
  float: left;
  padding: 6px 15px 0 0;
  text-align: right;
  width: 35%;
}
.filters-fieldset .field:not(.choice) > .control {
  float: left;
  width: 65%;
}
.filters-fieldset .field:last-child {
  margin-bottom: 0;
}
.filters-fieldset .field + .fieldset {
  clear: both;
}
.filters-fieldset .field > .label {
  font-weight: 700;
}
.filters-fieldset .field > .label + br {
  display: none;
}
.filters-fieldset .field .choice input {
  vertical-align: top;
}
.filters-fieldset .field .fields.group:before,
.filters-fieldset .field .fields.group:after {
  content: "";
  display: table;
}
.filters-fieldset .field .fields.group:after {
  clear: both;
}
.filters-fieldset .field .fields.group:before,
.filters-fieldset .field .fields.group:after {
  content: "";
  display: table;
}
.filters-fieldset .field .fields.group:after {
  clear: both;
}
.filters-fieldset .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.filters-fieldset .field .fields.group.group-2 .field {
  width: 50% !important;
}
.filters-fieldset .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.filters-fieldset .field .fields.group.group-4 .field {
  width: 25% !important;
}
.filters-fieldset .field .fields.group.group-5 .field {
  width: 20% !important;
}
.filters-fieldset .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.filters-fieldset .field .addon textarea,
.filters-fieldset .field .addon select,
.filters-fieldset .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  box-shadow: none;
  display: inline-block;
  margin: 0;
  width: auto;
}
.filters-fieldset .field .addon .addbefore,
.filters-fieldset .field .addon .addafter {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  height: 32px;
  padding: 0 9px;
  font-size: 14px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.428571429;
  background-clip: padding-box;
  width: auto;
  white-space: nowrap;
  vertical-align: middle;
}
.filters-fieldset .field .addon .addbefore:disabled,
.filters-fieldset .field .addon .addafter:disabled {
  opacity: 0.5;
}
.filters-fieldset .field .addon .addbefore::-moz-placeholder,
.filters-fieldset .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.filters-fieldset .field .addon .addbefore::-webkit-input-placeholder,
.filters-fieldset .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.filters-fieldset .field .addon .addbefore:-ms-input-placeholder,
.filters-fieldset .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.filters-fieldset .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.filters-fieldset .field .additional {
  margin-top: 10px;
}
.filters-fieldset .field.required > .label:after {
  content: '*';
  font-size: 1.2rem;
  color: #e02b27;
  margin: 0 0 0 5px;
}
.filters-fieldset .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.filters-fieldset .field .note:before {
  font-family: 'icons-blank-theme';
  content: '\e618';
  font-size: 24px;
  line-height: 12px;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.filters-fieldset .field .label {
  color: #676056;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}
.filters .field-date .group .hasDatepicker {
  width: 100%;
  padding-right: 30px;
}
.filters .field-date .group .hasDatepicker + .ui-datepicker-trigger {
  background-image: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  -moz-box-sizing: content-box;
  box-shadow: none;
  text-shadow: none;
  line-height: inherit;
  font-weight: 400;
  text-decoration: none;
  margin-left: -33px;
  display: inline-block;
  width: 30px;
}
.filters .field-date .group .hasDatepicker + .ui-datepicker-trigger img {
  display: none;
}
.filters .field-date .group .hasDatepicker + .ui-datepicker-trigger:focus,
.filters .field-date .group .hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.filters .field-date .group .hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.filters .field-date .group .hasDatepicker + .ui-datepicker-trigger.disabled,
.filters .field-date .group .hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .filters .field-date .group .hasDatepicker + .ui-datepicker-trigger {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.filters .field-date .group .hasDatepicker + .ui-datepicker-trigger > span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filters .field-date .group .hasDatepicker + .ui-datepicker-trigger > span.focusable:active,
.filters .field-date .group .hasDatepicker + .ui-datepicker-trigger > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.filters .field-date .group .hasDatepicker + .ui-datepicker-trigger > span.focusable:active,
.filters .field-date .group .hasDatepicker + .ui-datepicker-trigger > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.filters .field-date .group .hasDatepicker + .ui-datepicker-trigger:after {
  font-family: 'icons-blank-theme';
  content: '\e612';
  font-size: 35px;
  line-height: 30px;
  color: #514943;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.filters .field-range .group .field {
  margin-bottom: 0;
}
.filters .field-range .group .control {
  width: 100%;
  box-sizing: border-box;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
/* [data-part=filter-form] {
  width: 650px;
  left: 150px;

  background: #fff;
  border: 1px solid #bbb;
  position: absolute;
  z-index: 100;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
  margin-top: 4px;

  .title {
    position: relative;
    padding: 5px 18px;

    .close {
      position: absolute;
      font-size: .8em;
      right: 10px;
      top: 12px;
      cursor: pointer;

      &:hover,
      &:active {
        text-decoration: underline;
      }
    }
  }

  > .actions {
    padding: 5px 18px 36px;
  }
} */
.mass-select {
  position: relative;
  margin: -6px -10px;
  padding: 6px 2px 6px 10px;
  z-index: 1;
  white-space: nowrap;
}
.mass-select.active {
  background: rgba(0, 0, 0, 0.2);
}
.mass-select-toggle {
  color: #645d53;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  background-image: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  -moz-box-sizing: content-box;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  line-height: inherit;
  font-weight: 400;
}
.mass-select-toggle > span {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mass-select-toggle > span.focusable:active,
.mass-select-toggle > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.mass-select-toggle > span.focusable:active,
.mass-select-toggle > span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.mass-select-toggle:before {
  font-family: 'icons-blank-theme';
  content: '\e607';
  font-size: 30px;
  line-height: 15px;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
.mass-select-toggle:hover:before {
  color: inherit;
}
.mass-select-toggle:active:before {
  color: inherit;
}
.mass-select-toggle:focus,
.mass-select-toggle:active {
  background: #cac3b4;
  border: 1px solid #989287;
}
.mass-select-toggle:hover {
  background: #cac3b4;
}
.mass-select-toggle.disabled,
.mass-select-toggle[disabled],
fieldset[disabled] .mass-select-toggle {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.mass-select-toggle:focus,
.mass-select-toggle:active {
  background: none;
  border: none;
}
.mass-select-toggle:hover {
  background: none;
  border: none;
}
.mass-select-toggle.disabled,
.mass-select-toggle[disabled],
fieldset[disabled] .mass-select-toggle {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.mass-select-toggle:before {
  margin-top: -2px;
  text-indent: -5px;
  color: #fff;
}
.mass-select-toggle:hover:before {
  color: #fff;
}
.mass-select-toggle:active:before,
.mass-select-toggle.active:before {
  content: '\e618';
}
.mass-select-field {
  display: inline;
}
.mass-select-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  min-width: 175px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.mass-select-menu li {
  margin: 0;
  padding: 4px 15px;
  border-bottom: 1px solid #E5E5E5;
}
.mass-select-menu li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.mass-select-menu span {
  font-weight: normal;
  font-size: 13px;
  color: #645D53;
}
.mass-select-menu.active {
  display: block;
}
.grid-loading-mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100;
}
.grid-loading-mask .grid-loader {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 218px;
  height: 149px;
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
}
/* Price field */
.addon input {
  border-width: 1px 0 1px 1px;
}
.addon input ~ .addafter strong {
  display: inline-block;
  background: #fff;
  line-height: 24px;
  margin: 0 3px 0 -2px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  font-size: 12px;
  top: 0;
}
.addon input:focus ~ .addafter {
  border-color: #75b9f0;
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}
.addon input:focus ~ .addafter strong {
  margin-top: 0;
}
.addon .addafter {
  background: none;
  color: #a6a6a6;
  border-width: 1px 1px 1px 0;
  border-radius: 2px 2px 0 0;
  padding: 0;
  border-color: #ada89e;
}
.addon .pager input {
  border-width: 1px;
}
.field .control input[type='text'][disabled],
.field .control input[type='text'][disabled] ~ .addafter,
.field .control select[disabled],
.field .control select[disabled] ~ .addafter {
  background-color: #fff;
  border-color: #eee;
  box-shadow: none;
  color: #999;
}
.field .control input[type='text'][disabled] ~ .addafter strong,
.field .control select[disabled] ~ .addafter strong {
  background-color: #fff;
}
.field-price.addon {
  direction: rtl;
}
.field-price.addon > * {
  direction: ltr;
}
.field-price.addon .addafter {
  border-width: 1px 0 1px 1px;
  border-radius: 2px 0 0 2px;
}
.field-price.addon input:first-child {
  border-radius: 0 2px 2px 0;
}
.field-price input {
  border-width: 1px 1px 1px 0;
}
.field-price input:focus {
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}
.field-price input:focus ~ label.addafter {
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}
.field-price input ~ label.addafter strong {
  margin-left: 2px;
  margin-right: -2px;
}
.field-price.addon > input {
  width: 99px;
  float: left;
}
.field-price .control {
  position: relative;
}
.field-price label.mage-error {
  position: absolute;
  left: 0;
  top: 30px;
}
.version-fieldset .grid-actions {
  border-bottom: 1px solid #f2ebde;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.navigation > ul,
.message-system,
.page-header,
.page-actions.fixed .page-actions-inner,
.page-content,
.page-footer {
  min-width: 960px;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  width: 100%;
}
.pager label.page,
.filters .field-range .group .label,
.mass-select-field .label {
  clip: rect(0, 0, 0, 0);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus,
.pager label.page.focusable:active,
.pager label.page.focusable:focus,
.filters .field-range .group .label.focusable:active,
.filters .field-range .group .label.focusable:focus,
.mass-select-field .label.focusable:active,
.mass-select-field .label.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
table th.required:after,
.data-table th.required-entry:after,
.data-table td.required-entry:after,
.grid-actions .filter.required .label span:after,
.grid-actions .required:after,
.accordion .config .data-table td.required-entry:after {
  content: '*';
  color: #e22626;
  font-weight: normal;
  margin-left: 3px;
}
.grid th.required:after,
.grid th .required:after {
  content: '*';
  color: #f9d4d4;
  font-weight: normal;
  margin-left: 3px;
}
.grid td.col-period,
.grid td.col-date,
.grid td.col-date_to,
.grid td.col-date_from,
.grid td.col-ended_at,
.grid td.col-created_at,
.grid td.col-updated_at,
.grid td.col-customer_since,
.grid td.col-session_start_time,
.grid td.col-last_activity,
.grid td.col-email,
.grid td.col-name,
.grid td.col-sku,
.grid td.col-firstname,
.grid td.col-lastname,
.grid td.col-title,
.grid td.col-label,
.grid td.col-product,
.grid td.col-set_name,
.grid td.col-websites,
.grid td.col-time,
.grid td.col-billing_name,
.grid td.col-shipping_name,
.grid td.col-phone,
.grid td.col-type,
.product-options .grouped-items-table .col-name,
.product-options .grouped-items-table .col-sku,
.sales-order-create-index .data-table .col-product,
[class^=' adminhtml-rma-'] .fieldset-wrapper .data-table td,
[class^=' adminhtml-rma-'] .grid .col-product_sku,
[class^=' adminhtml-rma-'] .grid .col-product_name,
.col-grid_segment_name,
.adminhtml-catalog-event-index .col-category,
[class^=' catalog-search'] .col-search_query,
[class^=' catalog-search'] .col-synonym_for,
[class^=' catalog-search'] .col-redirect,
.adminhtml-urlrewrite-index .col-request_path,
.adminhtml-cms-page-index .col-title,
.adminhtml-cms-page-index .col-identifier,
.adminhtml-cms-hierarchy-index .col-title,
.adminhtml-cms-hierarchy-index .col-identifier,
.col-banner_name,
.adminhtml-widget-instance-index .col-title,
.reports-index-search .col-query_text,
.adminhtml-rma-item-attribute-index .grid .col-attr-code,
.adminhtml-system-store-index .grid td,
.catalog-product-attribute-index .col-attr-code,
.catalog-product-attribute-index .col-label,
.adminhtml-export-index .col-code,
.adminhtml-logging-index .grid .col-fullaction,
.adminhtml-system-variable-index .grid .col-code,
.adminhtml-logging-index .grid .col-info,
.dashboard-secondary .dashboard-item tr > td:first-child,
.ui-tabs-panel .dashboard-data .col-name,
.data-table-td-max .data-table td,
[class^=' adminhtml-rma-'] .fieldset-wrapper .accordion .config .data-table td,
.data-table-td-max .accordion .config .data-table td,
.order-account-information .data-table td,
[class^=' adminhtml-rma-'] .rma-request-details .data-table td {
  overflow: hidden;
  text-overflow: ellipsis;
}
td.col-period,
td.col-date,
td.col-date_to,
td.col-date_from,
td.col-ended_at,
td.col-created_at,
td.col-updated_at,
td.col-customer_since,
td.col-session_start_time,
td.col-time,
td.col-sku,
td.col-type,
[class^=' adminhtml-rma-'] #rma_items_grid_table .headings th,
.adminhtml-process-list .col-action a,
.adminhtml-process-list .col-mode {
  white-space: nowrap;
}
table thead tr th:first-child,
table tfoot tr th:first-child,
table tfoot tr td:first-child {
  border-left: 0;
}
table thead tr th:last-child,
table tfoot tr th:last-child,
table tfoot tr td:last-child {
  border-right: 0;
}
.form-inline .grid-actions .label,
.form-inline .massaction .label {
  padding: 0;
  width: auto;
}
.grid .col-action,
.grid .col-actions,
.grid .col-qty,
.grid .col-purchases,
.catalog-product-edit .ui-tabs-panel .grid .col-price,
.catalog-product-edit .ui-tabs-panel .grid .col-position {
  width: 50px;
}
.grid .col-order-number,
.grid .col-real_order_id,
.grid .col-invoice-number,
.grid .col-increment_id,
.grid .col-transaction-id,
.grid .col-parent-transaction-id,
.grid .col-reference_id,
.grid .col-status,
.grid .col-price,
.grid .col-position,
.grid .col-base_grand_total,
.grid .col-grand_total,
.grid .col-sort_order,
.grid .col-carts,
.grid .col-priority,
.grid .col-severity,
.sales-order-create-index .col-in_products,
[class^=' reports-'] [class^='col-total'],
[class^=' reports-'] [class^='col-average'],
[class^=' reports-'] [class^='col-ref-'],
[class^=' reports-'] [class^='col-rate'],
[class^=' reports-'] [class^='col-tax-amount'],
[class^=' adminhtml-customer-'] .col-required,
.adminhtml-rma-item-attribute-index .col-required,
[class^=' adminhtml-customer-'] .col-system,
.adminhtml-rma-item-attribute-index .col-system,
[class^=' adminhtml-customer-'] .col-is_visible,
.adminhtml-rma-item-attribute-index .col-is_visible,
[class^=' adminhtml-customer-'] .col-sort_order,
.adminhtml-rma-item-attribute-index .col-sort_order,
.catalog-product-attribute-index [class^=' col-is_'],
.catalog-product-attribute-index .col-required,
.catalog-product-attribute-index .col-system,
.adminhtml-test-index .col-is_listed,
[class^=' tests-report-test'] [class^='col-inv-'] {
  width: 70px;
}
.grid .col-phone,
.sales-order-view .grid .col-period,
.sales-order-create-index .col-phone,
[class^=' adminhtml-rma-'] .grid .col-product_sku,
.adminhtml-rma-edit .col-product,
.adminhtml-rma-edit .col-sku,
.catalog-product-edit .ui-tabs-panel .grid .col-name,
.catalog-product-edit .ui-tabs-panel .grid .col-type,
.catalog-product-edit .ui-tabs-panel .grid .col-sku,
.customer-index-index .grid .col-customer_since,
.customer-index-index .grid .col-billing_country_id,
[class^=' customer-index-'] .fieldset-wrapper .grid .col-created_at,
[class^=' customer-index-'] .accordion .grid .col-created_at {
  max-width: 70px;
  width: 70px;
}
.sales-order-view .grid .col-name,
.sales-order-create-index .data-table .col-product,
[class^=' adminhtml-rma-'] .grid .col-name,
[class^=' adminhtml-rma-'] .grid .col-product,
[class^=' catalog-search'] .col-search_query,
[class^=' catalog-search'] .col-synonym_for,
[class^=' catalog-search'] .col-redirect,
.adminhtml-urlrewrite-index .col-request_path,
.reports-report-shopcart-abandoned .grid .col-name,
.tax-rule-index .grid .col-title,
.adminhtml-rma-item-attribute-index .grid .col-attr-code,
.dashboard-secondary .dashboard-item tr > td:first-child {
  max-width: 150px;
  width: 150px;
}
[class^=' sales-order-'] .grid .col-name,
.catalog-category-edit .grid .col-name,
.adminhtml-catalog-event-index .col-category,
.adminhtml-banner-edit .grid .col-name,
.reports-report-product-lowstock .grid .col-sku,
.newsletter-problem-index .grid .col-name,
.newsletter-problem-index .grid .col-subject,
.newsletter-problem-index .grid .col-product,
.adminhtml-rma-item-attribute-index .grid .col-label,
.adminhtml-export-index .col-label,
.adminhtml-export-index .col-code,
.adminhtml-scheduled-operation-index .grid .col-name,
.adminhtml-logging-index .grid .col-fullaction,
.test-report-customer-wishlist-wishlist .grid .col-name,
.test-report-customer-wishlist-wishlist .grid .col-subject,
.test-report-customer-wishlist-wishlist .grid .col-product {
  max-width: 220px;
  width: 220px;
}
.grid .col-period,
.grid .col-date,
.grid .col-date_to,
.grid .col-date_from,
.grid .col-ended_at,
.grid .col-created_at,
.grid .col-updated_at,
.grid .col-customer_since,
.grid .col-session_start_time,
.grid .col-last_activity,
.grid .col-email,
.grid .col-items_total,
.grid .col-firstname,
.grid .col-lastname,
.grid .col-status-default,
.grid .col-websites,
.grid .col-time,
.grid .col-billing_name,
.grid .col-shipping_name,
.sales-order-index .grid .col-name,
.product-options .grouped-items-table .col-name,
.product-options .grouped-items-table .col-sku,
[class^=' sales-order-view'] .grid .col-customer_name,
[class^=' adminhtml-rma-'] .grid .col-product_name,
.catalog-product-index .grid .col-name,
.catalog-product-review-index .grid .col-name,
.catalog-product-review-index .grid .col-title,
.customer-index-edit .ui-tabs-panel .grid .col-name,
.review-product-index .grid .col-name,
.adminhtml-cms-page-index .col-title,
.adminhtml-cms-page-index .col-identifier,
.catalog-product-attribute-index .col-attr-code,
.catalog-product-attribute-index .col-label,
.adminhtml-logging-index .grid .col-info {
  max-width: 110px;
  width: 110px;
}
.grid .col-name,
.grid .col-product,
.col-banner_name,
.adminhtml-widget-instance-index .col-title,
[class^=' adminhtml-customer-'] .col-label,
.adminhtml-rma-item-attribute-index .col-label,
.adminhtml-system-variable-index .grid .col-code,
.ui-tabs-panel .dashboard-data .col-name,
.adminhtml-test-index .col-label {
  max-width: 370px;
  width: 370px;
}
.col-grid_segment_name,
.reports-index-search .col-query_text {
  max-width: 570px;
  width: 570px;
}
[class^=' adminhtml-rma-'] .fieldset-wrapper .data-table td,
.reports-report-product-lowstock .grid .col-name,
.reports-report-shopcart-product .grid .col-name,
.reports-report-review-customer .grid .col-name,
[class^=' adminhtml-rma-'] .fieldset-wrapper .accordion .config .data-table td {
  max-width: 670px;
  width: 670px;
}
.reports-report-sales-invoiced .grid .col-period,
.reports-report-sales-refunde .grid .col-period,
[class^=' tests-report-test'] .grid .col-period {
  width: auto;
}
.grid .col-select,
.grid .col-id,
.grid .col-number {
  width: 40px;
}
.sales-order-create-index .grid,
.sales-order-create-index .grid-actions,
.adminhtml-export-index .grid-actions,
.adminhtml-export-index .grid {
  padding-left: 0;
  padding-right: 0;
}
[class^=' adminhtml-rma-'] .col-actions a,
[class^=' customer-index-'] .col-action a,
.adminhtml-notification-index .col-actions a {
  display: block;
  margin: 0 0 3px;
  white-space: nowrap;
}
.data-table-td-max .accordion .config .data-table td,
.order-account-information .data-table td,
[class^=' adminhtml-rma-'] .rma-request-details .data-table td {
  max-width: 250px;
  width: 250px;
}
.catalog-product-edit .ui-tabs-panel .grid .hor-scroll,
.catalog-product-index .grid .hor-scroll,
.review-product-index .grid .hor-scroll,
.adminhtml-rma-edit .hor-scroll {
  overflow-x: auto;
}
.add-clearer:after,
.massaction:after,
.navigation > ul:after {
  content: "";
  display: table;
  clear: both;
}
.test-content {
  width: calc(20px + 100 * 0.2);
}
.test-content:before {
  content: '.test {\A    ' attr(data-attribute) ': 0.2em;' '\A    content:\'';
  white-space: pre;
}
.test-content:after {
  content: ' Test\';\A}' "\A" '\A.test + .test._other ~ ul > li' " {\A    height: @var;\A    content: ' + ';\A}";
  white-space: pre;
}
.test-content-calc {
  width: calc((100% / 12 * 2) - 10px);
}
.test-svg-xml-image {
  background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 38 40"><style>.st0{fill:none;stroke:%23ffffff;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;}</style><circle cx="14.7" cy="14.7" r="13.7" class="st0"/><path d="M23.9 24.7L37 39" class="st0"/></svg>') no-repeat left center;
}