/**
 * 2007-2018 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * 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    PrestaShop SA <contact@prestashop.com>
 *  @copyright 2007-2018 PrestaShop SA
 *  @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 *  International Registered Trademark & Property of PrestaShop SA
 */

.top3_payment_img{
    overflow: hidden;
    width: 80px;
    height: 109px;
    float: left;
    padding-right: 10px;
}



.top3_payment_text{
    overflow: hidden;
    width: 100%;
    text-align:center;
    text-transform : none;
}



.top3_payment_title{
    text-transform : uppercase;
    font-weight : bold;
    font-size : 0.86em;
}



#top3_payment{
    overflow : hidden;
}

p.payment_module_top3 a{
    display: block;
    border: 1px solid #d6d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #333333;
    font-weight: bold;
    padding: 33px 40px 34px 5px;
    letter-spacing: -1px;
    position: relative; 
}

p.payment_module_top3 a:hover {
    background-color: #f6f6f6; }

p.payment_module_top3 img {
   padding-right: 10px; }
 

table.gridtable {

    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}
table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
    text-align: center;
}
table.gridtable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
    text-align: center;
}

#total {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
    text-align: right;
    font-weight: bold;
}

#total_payed {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    /*color: #ff0033;*/
    background-color: #ffffff;
    text-align: right;
    font-weight: bold;
    font-size:12px;
}

/*.warn {
    background-color: #FFFAC6;
    border: 1px solid #D3C200;
        color: #383838;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 10px 15px;
}*/

#top3_admin_content .top3conf, #top3_admin_content .warn, #top3_admin_content .top3error {
    color:#383838;
    font-weight:700;
    margin: 0 0 10px 0;
    line-height: 20px;
    padding: 10px 15px;
}


#top3_admin_content .top3conf {
    border: 1px solid #72CB67;
    background-color: #DFFAD3;
}
#top3_admin_content .top3conf img, #top3_admin_content .warn img, #top3_admin_content .top3error img {
    margin:-4px 5px 0 0;
}


#top3_admin_content .top3error  {
    border: 1px solid #EC9B9B;
    background-color: #FAE2E3;
}











