/*********************************************************************************
 * 
 * CONFIDENTIAL
 * __________________
 * 
 *  Copyright (C) WrightWay Digital, Ltd.
 *  All Rights Reserved.
 * 
 * NOTICE:  All information contained herein is, and remains
 * the property of WrightWay Digital Ltd and its suppliers, if any.
 * The intellectual and technical concepts contained herein are proprietary
 * to WrightWay Digital Ltd and its suppliers and may be covered by UK and Foreign Patents,
 * or patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from WrightWay Digital Ltd.
 *
 * DISCLAIMER
 * ________________
 * 
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 * @author Trust Payments
 * @author WrightWay Digital Ltd
 * @copyright Trust Payments
 ********************************************************************************/


#trustpaymentmoduleiframe{
    border: 0px !important;
    width: 100% !important;

}

#module-trustpaymentmodule-post #st-form{

    text-align: center !important;

}

#merchant-submit-button{
    min-width: 100px;
    padding: 10px;
    border: 1px solid;
    border-radius: 5px;
    cursor:pointer;
}

.trustpay-cc-details{
    padding: 15px;
    font-weight: 550;
}

#st-form{

    border: 1px solid #c1e0e7;
    width: 400px;
    margin: auto;
    background-color: #f6fdff;
    padding: 20px;
}

#payment-form input{
    padding: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-top: 20px;
}
.trustpay-checkbox{
    color : red;
}

.front-error-page-style{

    font: 500 16px/22px,Oswald, Helvetica, sans-serif;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    /* text-transform: uppercase; */
    padding: 30px;
    background-color: #ffdada;
    border: solid 1px #ff0000;
    margin: 50px;
}

.front-success-page-style{

    font: 500 16px/22px,Oswald, Helvetica, sans-serif;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    /* text-transform: uppercase; */
    padding: 30px;
    background-color: #e0faff;
    border: solid 1px #43e6ff;
    margin: 50px;

}

.alert-trm {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: .8125rem;
}

.alert-danger-trm{

    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;

}

#carddiv{

    border: 1px solid #cacae7;
    margin: auto;
    background-color: #f6eeff;
    padding-top: 50px;
}

.thead-default{

    border: 1px solid #cacae7;
    margin: auto;
    background-color: #c7c4cd;
}

#st-form__submit{
    color: #fff;
    background-color: #24b9d7;
    border-color: rgba(0,0,0,0);
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
}

#payment-form input[type=lable] {
    border: 0px;
    margin-left: 1%;
    margin-top : 0;
    outline: none;
    border: none;
}

#payment-form input[type=lable]:focus{
    outline: none;
}

input[name="chbsavecard"] {
    margin-left: 3%;
    margin-bottom : 3%;
}

input[name="lblsac"] {
    background-color:transparent;
    border: 0px solid;
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .st-applepay-button a{
      width:50%;
    }
}