/**
 * 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;
    margin-right:20px;
}
.multifees-date input {
    width: 160px;
}

.checkout-cart-index .calendar .button {
    display:table-cell!important;
    vertical-align:middle;
}

.checkout-cart-index .title:before  {
    display:none;
}

.cls-button-fee {
    padding: 5px 10px!important;
    margin-right:10px;
}
 

