/**
 * MageWorx
 * Multi Fees Extension
 *
 * @category   MageWorx
 * @package    MageWorx_MultiFees
 * @copyright  Copyright (c) 2015 MageWorx (http://www.mageworx.com/)
 */

.head-multifees {
	background-image: url("../../../images/mageworx/multifees/icon.gif") !important;
	background-repeat: no-repeat;
}

.multifees-payment-fee {
	padding-left: 20px;
}

.multifees-validation-failed {
	border: 1px dashed #eb340a !important;
}

.multifees-option-file {
	margin-top: 4px;
}

.multifees-option-container {
	padding-left: 10px;
}

.fee-items {
	padding-top: 3px;
	height: auto;
}

.fee-items .note {
	margin-bottom: 0 !important;
}

.multifees-cart-fee .clear {
	clear: both;
}
.multifees-cart-fee .required,
.multifees-payment-fee .required,
.multifees-shipping-fee .required {
	color: #eb340a;
	font-size: 11px;
}
.fee-items .options {
	margin-left: 10px;
	margin-bottom: 5px;
}
.fee-items .options td {
	vertical-align: middle !important;
	padding: 2px !important;
}
.multifees-cart-fee .fee-title {
	color: #666666;
	font-weight: bold;
	padding-top: 3px;
}

.multifees-massage label {
	font-weight: normal;
}
.multifees-massage textarea {
	height: 65px;
	width: 257px;
	border: 1px solid #b6b6b6;
	font-size: 12px;
	padding: 2px;
}

.multifees-date,
.multifees-massage {
	margin-bottom: 5px;
}

.multifees-details {
	font-size: 0.92em;
	color: #5f5f5f;
}

.multifees-date label {
	font-weight: normal;
}
.multifees-date input {
	width: 60px;
}
