/**
 * 1997-2016 Quadra Informatique
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0) that is available
 * through the world-wide-web at this URL: http://www.opensource.org/licenses/OSL-3.0
 * If you are unable to obtain it through the world-wide-web, please send an email
 * to modules@quadra-informatique.fr so we can send you a copy immediately.
 *
 * @author    Quadra Informatique <modules@quadra-informatique.fr>
 * @copyright 1997-2016 Quadra Informatique
 * @license   http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */

/* Payment */
p.be2bill > a > span:first-child {
    background: url('../img/dalenys_btn.png') 0px 0px no-repeat transparent;
    display:block;
    float:left;
    width:31px;
    height:28px;
}

p.be2bill > a:hover > span:first-child {
    background-position:0px -28px;
}

p.be2bill > a > span.btn_label {
    background: url('../img/dalenys_btn.png') 0px -56px repeat-x transparent;
    display:block;
    float:left;
    width:auto;
    height:28px;
    color: #FFF;
    line-height:28px;
    text-transform:none;
    font-weight: bold;
}

p.be2bill > a:hover > span.btn_label {
    background-position:0px -84px;
}

p.be2bill > a > span {
    background: url('../img/dalenys_btn.png') -31px 0px no-repeat transparent;
    display:block;
    float:left;
    width:9px;
    height:28px;
}

p.be2bill > a:hover > span {
    background-position:-31px -28px;
}

/* Payment execution & validation */

#module-be2bill-payment #left_column,
#module-be2bill-redirection #left_column,
#module-be2bill-submit #left_column {
    display: none;
}

#module-be2bill-payment #center_column,
#module-be2bill-redirection #center_column,
#module-be2bill-submit #center_column {
    width: 100%;
}

#module-be2bill-payment ul.be2bill-payment-description {
    margin: 0 0 15px 15px;
}

#module-be2bill-payment form p img {
    float:left;
    height: 49px;
    margin: 0px 20px 5px 0px;
    width: 86px;
}

#module-be2bill-submit iframe.be2bill-payment-iframe {
    display: block;
    min-height: 850px;
    width: 100%;
}

.be2bill_link:after{
    color: #777777;
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
}

.be2bill_link, .be2bill_link16{
    padding-left:5px !important;
}
.be2bill_link:hover, .be2bill_link16:hover{
    cursor: pointer !important;
}
.be2bill_link16 img{
    margin-right:15px ;
}
.be2bill_link16:after{
    color: #777777;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
}
.logo_be2bill{
    height: 45px;
    width: 88px;
}