/**
* MageWorx
*
* NOTICE OF LICENSE
*
* This source file is subject to the MageWorx EULA that is bundled with
* this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://www.mageworx.com/LICENSE-1.0.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade the extension
* to newer versions in the future. If you wish to customize the extension
* for your needs please refer to http://www.mageworx.com/ for more information
*
* @category MageWorx
* @package MageWorx_MultiFees
* @copyright Copyright (c) 2013 MageWorx (http://www.mageworx.com/)
* @license http://www.mageworx.com/LICENSE-1.0.html
*/
/**
* Multi Fees extension
*
* @category MageWorx
* @package MageWorx_MultiFees
* @author MageWorx Dev Team
*/
.head-multifees {
/*background-image: url("../images/multifees/icon.gif") !important;*/
background-repeat: no-repeat;
}
.multifees-payment-fee {
padding-left: 20px;
}
.multifees-form .left {
  float: right;
}
#multifees-form .multifees-form .buttons-set .button {
  color: rgb(255, 255, 255) !important;
}
#multifees-form .options.validation-failed {
  position: relative;
}
#multifees-form .validation-advice {
  left: 12px;
  position: absolute;
  top: 12px;
}
.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;
}