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

/**
 * Calculate quick data styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

/**
 * Export
 */
.remove-data-box {
  width: 902px;
  min-width: 902px;
  display: block;
}

.remove-data-box h3 {
  color: #333;
  font-size: 20px;
  line-height: normal;
  font-family: Arial;
  margin-bottom: 4px;
  font-weight: normal;
}

.remove-data-box .subcontent {
  padding: 20px;
}

.remove-data-box .buttons {
  text-align: center;
  padding-top: 12px;
}

.remove-data-box .buttons .main-button {
  padding-left: 75px;
  padding-right: 75px;
}

/**
 * Export (progress)
 */
.remove-data-progress .subcontent {
  padding: 20px 0;
  padding-bottom: 12px;
}

.remove-data-progress div.content {
  width: 650px;
}

/**
 * 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: 0;
}

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

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