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

.choose-reminder-dialog
{
    margin-top: 1em;
}

.choose-reminder-dialog .star
{
    display: none;
}

.choose-reminder-dialog .reminder-label
{
    padding-right: 0.5em;
}

.choose-reminder-button
{
    margin: 1.5em 0 1em;
    text-align: center;
}

.choose-reminder-label p
{
    font-size: 14px;
    margin: 0 0 2em 0;
}

.choose-reminder-label p:last-child
{
    text-align: center;
}

.choose-reminder-label a
{
    color: #2c5fa6;
    text-decoration: underline;
}

.items-list-table table.list .cart-coupons a
{
    font-size: 12px;
}

.expired-coupon
{
    text-decoration: line-through;
    color: #e0e0e0;
}

.expired-coupon span,
.expired-coupon span a
{
    color: gray;
}

.choose-reminder-widget div.table-label
{
    width: auto;
}

.choose-reminder-widget .table-label label
{
    line-height: 2em;
}

.items-list-table .coupons li,
.items-list-table .lastVisitDate .cell,
.items-list-table .notified .cell,
.items-list-table .profile-email,
.items-list-table table.list tbody.lines tr.line td.items
{
    line-height: 1.6;
}

.items-list-table.abandoned_carts .profile-email span
{
    font-size: 14px;
}

.abandoned_carts table.list .profile-email *
{
    vertical-align: baseline;
}

.search-conditions-box .search-conditions div.table-value .input-text-daterange input[type="text"]
{
    width: 230px;
}
