/**
 * 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: 9000;
    opacity: 1;
    height: 100%;
}

/* bootstrap select */
div#modal-shipping-cost .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}
#modal-shipping-cost .dropdown-menu.open {
    padding: 0;
}
#modal-shipping-cost .bootstrap-select .btn.dropdown-toggle {
    width: 100%;
}
#modal-shipping-cost .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#modal-shipping-cost .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
/* bootstrap select */

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 > form span.form-error {
    color: red;
    clear: both;
    float: left;
    font-size: 10px;
    margin: 3px 0 0;
    padding: 0;
    display: block;
    line-height: initial;
}

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

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

table#esc-carrier-table .bt-content {
    padding: 0px 10px;
}

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