/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to a commercial license from Alternetis
 * Use, copy, modification or distribution of this source file without written
 * license agreement from Alternetis is strictly forbidden.
 * In order to obtain a license, please contact us: contact@alternetis.fr
 *
 * @author    Alternetis <contact@alternetis.fr>
 * @copyright Copyright(c) 2009-2016 Alternetis - http://www.alternetis.fr
 * @license   Commercial license
 */

#aecpaymentoutstanding_payment_button > a {
	background: url(../img/outstanding-ok.png) 22px 15px no-repeat #fbfbfb;
}

#aecpaymentoutstanding_payment_button.not_allowed span{
    background: url(../img/outstanding-warn.png) 22px 15px no-repeat #fbfbfb;
    color:#c75959;
    border: 1px solid #c75959;
}

#aecpaymentoutstanding_payment_button > a:hover {
	background-color: #f6f6f6;
}

#aecpaymentoutstanding_payment_button span{
    display: block;
    border: 1px solid #d6d4d4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 23px;
    color: #333;
    font-weight: bold;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative;
}

#aecpaymentoutstanding_payment_button a.contact{
    background: none;
    margin: 0;
    padding: 0;
    display: inline;
    border: none;
    text-decoration:underline;
}

#aecpaymentoutstanding_payment_button a.contact:hover{
    text-decoration:none;
}

#aecpaymentoutstanding_payment_button span a:after{
    display:none;
}

#aecpaymentoutstanding_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;
}
