/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store.
 *
 * We are experts and professionals in PrestaShop
 *
 * @category  PrestaShop
 * @category  Module
 * @author    PresTeamShop.com <support@presteamshop.com>
 * @copyright 2011-2016 PresTeamShop
 * @license   see file: LICENSE.txt
 */

#modal-shipping-cost {
    z-index: 99999;
}

#esc-calculate-loading {
    text-align: center;
    display: none;
}

#btn-shipping-cost i {
    margin-right: 7px;
    font-size: 18px;
}

#btn-shipping-cost {
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
}

#btn-shipping-cost:hover {
    font-weight: bold;
}

#esc-carrier-table{
    margin: 0;
}

#esc-carrier-table img {
    max-width: 100px;
}

table#esc-carrier-table tr td > span.td_carrier_delay {
    font-size: 12px;
}