/**
* 2015-2019 rrd.
*
* NOTICE OF LICENSE
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
*
* DISCLAIMER
*
* You must not modify, adapt or create derivative works of this source code
* without the permission of the author
*
* @author    rrd <rrd@webmania.cc>
* @copyright 2015-2019 rrd
* @license   http://www.gnu.org/licenses/gpl-3.0.html  GNU GENERAL PUBLIC LICENSE (GPL V3.0)
* @version   1.6.2
*
*/

div.simplepay {

}

div.simplepay .col-xs-12 {
    margin: 10px 15px;
    border: 1px solid #d6d4d4;
    padding: 0 15px;
    background: #fbfbfb;
}

div.simplepay .col-xs-12:hover {
    background-color: #f6f6f6;
}

div.simplepay p.payment_module a.paybysimple {
    background: url(../img/creditcards.png);
    background-repeat: no-repeat;
    background-position: 15px 12px;
    padding-top: 0;
    overflow: hidden;
    border: none;
}

div.simplepay p.payment_module a.paybysimple: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: #040;
}

div.simplepay .box {
    border: none;
    margin: 0;
}
div.simplepay .warning,
div.simplepay .warning label,
div.simplepay .warning a {
    background-color: #f00;
    color: #ffc;
}