/* 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.
 */

/**
 * Export failed
 */

.export-failed .header h2,
.export-failed h3
{
  color: #b94a48;
}

.export-failed h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.export-failed .subcontent .errors {
  padding: 2px 20px;
}

.export-failed .subcontent li {
  padding-bottom: 12px;
}

.export-failed .subcontent p {
  font-size: 14px;
  line-height: 20px;
}

#options-delimiter {
  padding-top: 5px;
}

#options-delimiter li {
  padding: 5px 0 0 0;
  line-height: normal;
}

#options-delimiter input {
  margin-right: 5px;
}

.files-option .tooltip-main {
  padding-top: 0px;
}

.files-option div.table-value select {
  width: 150px;
}

.attrs-option div.table-value select {
  width: 200px;
}
