/**
 * 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-2019 PresTeamShop
 * @license   see file: LICENSE.txt
 * @category  PrestaShop
 * @category  Module
 */

div#modal-shipping-cost {
    z-index: 999993;
    opacity: 1;
    height: 100%;
}

div#modal-shipping-cost.fade.show {
    opacity: 1;
}

div#modal-shipping-cost div.modal-dialog {
    width: 800px;
    left: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

div#modal-shipping-cost .modal-body label {
    padding: 0px;
    text-align: left;
}

div#modal-shipping-cost div.bootstrap-select {
    padding: 0;
    border: 1px solid #cccccc;
}

div#modal-shipping-cost div.bootstrap-select > button {
    font-size: 12px;
    max-height: 30px;
    border: none;
    background: transparent;
}

div#modal-shipping-cost div.bootstrap-select > button.dropdown-toggle::after {
    content: unset;
}

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;
}

#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;
    clear: both;
}

#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;
}

.pts select.input-sm {
    height: 30px !important;
    line-height: 30px !important;
}

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

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8 !important;
}

.modal-backdrop {
    background-color: #fff !important;
}

body.modal-open {
    overflow: hidden;
}