/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 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/afl-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    DJTAL
*  @copyright 2015 DJTAL
*  @version   1.0.0
*  @link      http://www.djtal.com.br/
*  @license
*/

/**
 * Don't forget to prefix your containers with your own identifier
 * to avoid any conflicts with others containers.
 */

#djtalcielo_payment_button a {
    padding: 16px 50px 17px 16px;
    background-color: #FBFBFB;
}

#djtalcielo_payment_button a img.brands {
    width: 50%;
    margin-left: 12%;
}
#djtalcielo_payment_button a img.logo {
    margin-right: 16px;
}

#djtalcielo_payment_button a:hover {
    background-color: #f6f6f6;
}

#djtalcielo_payment_button a: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: #777777;
}

@media (max-width: 767px) {
    #djtalcielo_payment_button a img.brands {
        width: 90%;
        margin-left: 5%;
        margin-top: 20px;
    }
}

#djtalcielo_payment_form {
    margin-bottom: 42px;
}
#djtalcielo_payment_form .form-item {
    margin-bottom: 12px;
}
#djtalcielo_payment_form select {
    padding: 3px 0 2px 0;
}
#djtalcielo_payment_form input, #djtalcielo_payment_form select {
    /*margin: 0 24px;*/
}
#djtalcielo_payment_form input {
    width:250px;
    height:30px;
    border:1px solid #ccc;
    border-radius:5px;
    padding:5px;
}
#djtalcielo_payment_form select {
    width: 250px;
    height:30px;
    border:1px solid #ccc;
    border-radius:5px;
    padding:5px;
}
#djtalcielo_payment_form #card_expiration_month,
#djtalcielo_payment_form #card_expiration_year{
    width: 113px;
}

#djtalcielo_payment_form input.error {
    box-shadow: 0px 0px 4px 2px #FF2B0F;
}
#djtalcielo_payment_form #card_expiration_month {
    margin-right: 8px;
}
#djtalcielo_payment_form #card_expiration_year {
    margin-left: 8px;
}

#djtalcielo_payment_form #field_errors{
    display: none;
    border: 1px solid #FF2B0F;
    padding: 12px;
    margin: 24px 12px;
    background-color: #FFAE8E;
    color: black;
}
#djtalcielo_payment_form .top-choice {
    margin: 24px 12px;
}

#djtalcielo_payment_form .top-choice img {
   /* width: 72%; */
}

#djtalcielo_payment_form .clear {
    clear: both;
}

#djtalcielo_payment_form .panel-title {
    font-size: 19px;
    font-weight: 700;
    float: left;
    line-height: 53px;
    margin-left: 15px;
    text-transform: uppercase;
    color: #929191;
}

#djtalcielo_payment_form .img-responsive {
    margin-right: 11px!important;
}

#djtalcielo_payment_form .subscribe {
    padding: 12px;
}

#djtalcielo_payment_form .subscribe span i {
    float: right;
}

@media(max-width: 775px){
    #djtalcielo_payment_form input{
        width: auto;
        height: auto;
    }
}
