/**
 * Copyright 2023 LÍNEA GRÁFICA E.C.E S.L.
 *
 * @author    Línea Gráfica E.C.E. S.L.
 * @copyright Lineagrafica.es - Línea Gráfica E.C.E. S.L. all rights reserved.
 * @license   https://www.apache.org/licenses/LICENSE-2.0
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.lg-alert.alert {
    color: #ffffff;
    font-size: 14px;
    padding: 12px 20px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    font-weight: bold;
}
.lg-alert.alert > ol,
.lg-alert.alert > ul {
    margin-bottom: 0;
}
.lg-alert.alert:before {
    display: none;
}
.lg-alert.alert-success {
    background-color: #23d366;
    border-color: #23d366;
}
.lg-alert.alert-danger {
    background-color: #f62d51;
    border-color: #f62d51;
}
.lg-alert.alert-warning {
    background-color: #f78603;
    border-color: #f78603;
}
.lg-alert.alert-info {
    background-color: #009ee3;
    border-color: #009ee3;
}
.lgpaypal-payment .lg-alert {
    margin-bottom: 15px !important;
}
#module-lgpaypal-payment .lg-alert,
#module-lgpaypal-success .lg-alert {
    margin-bottom: 15px !important;
}
#module-lgpaypal-payment .page-header,
#module-lgpaypal-success .page-header {
     border-bottom: none;
}
#HOOK_PAYMENT .payment_module#lgpaypal_payment_button a.lgpaypal {
    background: url(../img/ico-paypal-16.png)  20px 14px no-repeat #fbfbfb;
}
#HOOK_PAYMENT .payment_module#lgpaypal_payment_button a.lgpaypal:after {
    display: block;
    content: '\f054';
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: 'FontAwesome';
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
}
