/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.froala-widget,
.froala-widget-column .input-wrapper {
  max-width: 800px;
  flex: 1 1 auto;
}

.froala-widget-column .input-wrapper .table-value {
  flex: 1 1 auto;
}

.froala-widget-column .input-wrapper .table-value {
  flex: 1 1 auto;
}

.froala-widget .fr-quick-insert {
  display: none;
}

.froala-widget .textarea.has-error .fr-box {
  transition: box-shadow ease-in-out .15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f18489;
}

.froala-widget .textarea.has-error .fr-box .fr-toolbar.fr-top {
  transition: border-color ease-in-out .15s;
  border-color: #e72831;
}

.froala-widget .script-warning .fa {
  color: #e4a037;
}

.froala-widget h3 {
  text-transform: none;
}

.fr-popup .fr-colors-tabs {
  min-width: 150px;
}

.form-horizontal .mail-textarea-advanced-row .input-widget .input-wrapper .table-value.form-scheme-text-value {
  display: inline-block;
  max-width: 770px;
  width: 94%;
}

.dialog-content .froala-widget {
  width: 420px;
}
