/**
 * Magento Extra Fee Extension
 *
 * @category   Magecomp
 * @package    Magecomp_Extrafee
 * @author     Magecomp Extrafee 
**/

.head-extrafee  {
    background-image: url("../images/extrafee/icon.gif") !important;
    background-repeat: no-repeat;
}
 
.extrafee-payment-fee {
    padding-left: 20px;
}
  
.extrafee-validation-failed {
    border: 1px dashed #EB340A !important;
}

.extrafee-option-file {
    margin-top: 4px;
}

.extrafee-option-container {
    padding-left:10px;
}

.fee-items {
    padding-top: 3px;
    height: auto;
}

.fee-items .note {
	margin-bottom: 0 !important;
}

.extrafee-cart-fee .clear {
    clear: both;
}
.extrafee-cart-fee .required, .extrafee-payment-fee .required, .extrafee-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;
}
.extrafee-cart-fee .fee-title {
    color: #666666;
    font-weight: bold;
    padding-top: 3px;
}

.extrafee-massage label {
    font-weight: normal;
}
.extrafee-massage textarea{
    height: 65px;
    width: 257px;
    border: 1px solid #B6B6B6;
    font-size: 12px;
    padding: 2px;
}

.extrafee-date, .extrafee-massage {
    margin-bottom: 5px;
}

.extrafee-details {
    font-size: 0.92em;
    color: #5F5F5F;
}

.extrafee-date label {
    font-weight: normal;
}
.extrafee-date input {
    width: 60px;
}