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

/* Colorbox jQuery plugin */
#colorbox, #cboxOverlay, #cboxWrapper
{
  z-index: 100000;
}

table.including-modifiers,
table.including-modifiers tbody,
table.including-modifiers tr,
table.including-modifiers td
{
  border: 0 none;
  margin: 0;
}

table.including-modifiers td {
  white-space: nowrap;
  padding: 6px;
}

table.including-modifiers td.value {
  text-align: right;
}

form div.table-value.xcart-form-id-value {
  position: absolute;
  width: 0;
  height: 0;
}

.force-change-password-page #breadcrumb {
  display: none;
}

.force-change-password-section ul.main-table {
  margin: 0;
}

.force-change-password-section .header-text {
  font-size: 14px;
  padding: 0 0 20px 0;
}

.force-change-password-section .model-form-buttons {
  padding-bottom: 20px;
}

.password-hidden {
  position: absolute;
  top: -999999px;
}
