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

div#modal-shipping-cost div.modal-dialog {
    width: 800px;
}

#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;
    display: none;
}

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

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

div#modal-shipping-cost .has-error {
    border: 1px solid #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}

@media (max-width: 799px) {
    div#modal-shipping-cost div.modal-dialog {
        width: 100% !important;
    }
}