/**
 * wallee Shopware 5
 *
 * This Shopware 5 extension enables to process payments with wallee (https://www.wallee.com/).
 *
 * @package Wallee_Payment
 * @author wallee AG (http://www.wallee.com/)
 * @license http://www.apache.org/licenses/LICENSE-2.0  Apache Software License (ASL 2.0)
 */

.wallee-payment-refund-column-icon {
	height: 16px;
    width: 16px;
    margin: -2px 5px -4px 0;
    display: inline-block;
}

.wallee-payment-refund-reduction-value .x-form-display-field {
	padding-top: 0;
	color: #475c6a;
	font: normal 11px/15px Arial, Verdana, sans-serif;
}

div[id^=wallee-payment-manual-tasks] .manual-tasks {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div[id^=wallee-payment-manual-tasks] .manual-tasks * {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block
}

div[id^=wallee-payment-manual-tasks] .manual-tasks .title {
    color: #b2bfc7;
    margin: 0 0 12px;
    text-align: left
}

div[id^=wallee-payment-manual-tasks] .manual-tasks .number {
    font-size: 30px;
    line-height: 28px;
    font-weight: bold;
    text-align: left
}

div[id^=wallee-payment-manual-tasks] .button-container {
    background: transparent !important;
    border: 0 none;
}

div[id^=wallee-payment-manual-tasks] .button-container .x-btn {
    background: transparent;
    border: 1px solid white
}

div[id^=wallee-payment-manual-tasks] .button-container .x-btn .x-btn-inner {
    color: #fff;
    text-shadow: none
}

div[id^=wallee-payment-manual-tasks] .button-container .x-btn-over {
    border-color: #cdd5de
}

div[id^=wallee-payment-manual-tasks] .button-container .x-btn-over .x-btn-inner {
    color: #cdd5de
}