/**
 * 2012-2019 INNERCODE
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA (End User License Agreement)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.innercode.lt/ps-module-eula.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@innercode.lt so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future.
 *
 * @author  Innercode
 * @copyright Copyright (c) 2012 - 2019 INNERCODE, UAB. (https://www.innercode.lt)
 * @license   https://www.innercode.lt/ps-module-eula.txt
 * @site      https://www.innercode.lt
 * @package   deliverytime
 */

.delivery-time-heading {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #333;
}

.delivery-time-selection {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.time-selection {
    padding-bottom: 10px;
}

.time {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.delivery-date {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.delivery-date-column .delivery-day {
    width: 120px;
    height: 30px;
}

.delivery-time-selection-row {
    padding-top: 15px;
    margin-top: -15px;
}

.delivery-time-selection-row .input-group-addon {
    height: 25px;
}

.sameday-delivery {
    margin-top: 25px;
}

.delivery-date-column {
    padding-right: 180px;
}

.delivery-time-selection .dt-calendar-only .delivery-day {
    display: inline-block;
}

.delivery-time-selection .dt-calendar-only-time {
    margin-top: 15px;
}

#carrier_area .order_carrier_content .delivery-time-selection .delivery-time-selection-row .sameday-delivery {
    width: 16.333%;
}

#opc_delivery_methods .order_carrier_content .hook_extracarrier .delivery-time-selection .sameday-delivery {
    width: 30%;
}

input.delivery-day {
    padding-left: 10px;
}

select.delivery-time {
    max-width: 150px;
}

select.delivery-time.am-pm {
    min-width: 180px;
}

.delivery-time-selection .dt-time-hidden {
    display: none;
}

/* Calendar style */
.page-order table td,
.page-order table th {
    padding: 1px;
}

/* Order detail */
.order-delivery-time {
    margin-bottom: 30px;
    color: #333;
}

.order-delivery-time {
    font-size: 14px;
}

.order-delivery-time .date {
    margin-left: 3px;
}

.order-delivery-time .time {
    margin-left: 3px;
    font-size: 14px;
    font-family: inherit;
}

.delivery-time-error {
    display: none;
    color: #c00;
}