/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * style.less
 *
 * Copyright (c) 2001-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */
.checkout_fastlane_payment_methods {
	label {
		overflow: hidden;
		position: relative;
		width: 100%;

		img {
		  	max-width: 220px;
    		display: block;
		}
	}
	.payment-method {
    	min-height: 40px;

    	.payment-title.paypal {
    		display: block;
    	}
	}
	.payment-description {
		margin-top: 3px;
	    color: #999;
	    font-size: 14px;
	}

	.payment-test-mode {
	  text-transform: uppercase;
	  display: inline-block;
	  background: #efb142;
	  color: #fff;
	  border-radius: 4px;
	  padding: 1px 4px 0;
	  font-size: 9px;
	  font-weight: bold;
	  margin-right: 10px;
	}

	.payment-tpl {
		margin-top: 20px;
	}

	.payment-tpl .form {
	    background: #fafafa;
	    padding: 13px 20px;
	    border-radius: 2px;

	    & > li {
		    margin-top: 10px;
		    margin-bottom: 10px;
	    }

	    .table-label {
	    	display: inline-block;
	    	width: 50%;

	    	label {
    		    display: block;
			    float: left;
			    width: 90%;
	    	}

    		label:after {
			    content: '*';
			    color: #ec554e;
    		}

			@media (max-width: @screen-xs-max) {
				width: 100%;
			}
	    }

	    .star {
	    	display: none;
	    }

	    .table-value {
	    	display: inline-block;
	    	width: 50%;
	    	.input-field-wrapper {
	    		display: block;
	    	}

			@media (max-width: @screen-xs-max) {
				width: 100%;
			}
	    }
	}
}
