| Server IP : 162.214.74.102 / Your IP : 216.73.216.139 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_projetos/sopizzas/application/views/restaurantadmin/ |
Upload File : |
<!-- Left side column. contains the logo and sidebar -->
<div class="container">
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper leftNone">
<!-- Content Header (Page header) -->
<section class="content-header address-book" style="margin-top: 50px;">
<h1>Create Order</h1>
<?php if($this->session->flashdata('success_msg')) { ?>
<div class="alert alert-info text-center">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong><?php echo $this->session->flashdata('success_msg'); ?></strong>
</div>
<?php } ?>
<?php if(validation_errors() != FALSE) { ?>
<div class="alert alert-danger text-center">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong><?php echo validation_errors(); ?></strong>
</div>
<?php } ?>
</section>
<!-- Main content -->
<section class="content">
<!-- tab section -->
<div class="nav-tabs-custom">
<div class="tab-content no-padding">
<div id="home" class="tab-pane fade in active">
<div class="box-body">
<!--Steps-->
<div class="col-md-12 custom-padding-0 col-sm-6 col-xs-12">
<div class="steps one">
<div> </div>
</div>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
<!-- <form>
<div class="form-group col-md-6 col-xs-12 col-sm-6 paddingleft0">
<input class="fs_input" type="text" placeholder="Order ID">
</div>
</form> -->
<div class="clearfix"></div>
<?php $validator = array('role' => 'form', 'id' => 'cartFullForm'); echo form_open('restaurantadmin/createorder', $validator); ?>
<input type="hidden" name="customer_id" id="customer_id">
<input type="hidden" name="subtotal" id="subtotal">
<input type="hidden" name="taxAmount" id="taxAmount">
<input type="hidden" name="subtotalWithTax" id="subtotalWithTax">
<input type="hidden" name="deliveryCharge" id="deliveryCharge">
<input type="hidden" name="subtotalWithTaxWithDelCharge" id="subtotalWithTaxWithDelCharge">
<input type="hidden" name="tempCode" id="tempCode">
<div class="col-md-6 custom-padding-0 col-sm-6 col-xs-12">
<h4>Delivery Information</h4>
</div>
<div class="col-md-12 col-sm-12 col-xs-12 custom-padding-0">
<fieldset>
<legend class="ps_inform">Customer Info</legend>
<hr class="hr_border"></hr>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="form-group float-label-control">
<input onkeyup="get_customer_details(this.value)" id="customer_full_name" class="fs_input" type="text" name="customer_full_name" autocomplete="off" placeholder="Enter Name" required="" data-error="Please enter customer name">
<div class="help-block with-errors"></div>
<div id="auto_sug" style="display:none"></div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="form-group">
<input type="email" class="fs_input" id="customer_email" name="customer_email" value="" placeholder="Email Address" required="" data-error="Please enter a valid email address">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="form-group">
<input type="text" class="fs_input placeholderChangeable" id="customer_phone" pattern="(?:[+][0-9]{1,3}[\s]?)?(?:(?:[(][0-9]{2}[)][\s]?)|(?:[0-9]{2}[\s]?))?(?:(?:[0-9]{1}[0-9.-]{6,8}[0-9]{1})|(?:[0-9]{1}[\s]?[0-9\.-]{6,8}[0-9]{1})){1}" name="customer_phone" value="" placeholder="Phone Number" data-current-placeholder="Phone Number" data-focus-placeholder="(000) 000-0000" required="" data-error="Please enter phone number" data-pattern-error="Please enter valid phone number">
<div class="help-block with-errors"></div>
</div>
</div>
</div>
</fieldset>
<fieldset>
<legend class="ps_inform">Address</legend>
<hr class="hr_border"></hr>
<div class="form-group col-md-12 col-xs-12 col-sm-12 custom-padding-0">
<input class="fs_input placeholderChangeable" type="text" placeholder="Street Address" id="customer_street" name="customer_street" data-current-placeholder="Street Address" data-focus-placeholder="Street Number and Name" required="" data-error="Please enter customer address">
<div class="help-block with-errors"></div>
</div>
<div class="form-group col-md-6 col-xs-12 col-sm-12 paddingleft0">
<input class="fs_input" id="customer_buildtype" name="customer_buildtype" type="text" placeholder="Apt / Suite">
</div>
<div class="form-group col-md-6 col-xs-12 col-sm-12 paddingright0">
<input class="fs_input placeholderChangeable" id="customer_zip" name="customer_zip" type="text" placeholder="Zip Code" data-current-placeholder="Zip Code" data-focus-placeholder="000000" required="" data-error="Please enter zipcode">
<div class="help-block with-errors"></div>
</div>
<div class="form-group col-md-12 col-xs-12 col-sm-12 custom-padding-0">
<textarea class="fs_input placeholderChangeable" placeholder="Notes" data-current-placeholder="Notes" data-focus-placeholder="Callbox Number, Door Instructions etc." name="instructions"></textarea>
</div>
</fieldset>
<div class="col-md-12 custom-padding-0 col-sm-12 col-xs-12">
<h4 style="float:left;">Menu Information</h4>
<button class="btn btn-info green btn-outline btn-circle pull-right mcbottom" type="button" data-toggle="modal" data-target="#cartDetails">View Cart</button>
</div>
<div class="col-md-12 col-xs-12 col-sm-12 custom-padding-0 mannualEntry">
<div class="form-group col-md-6 col-xs-12 col-sm-12 paddingleft0">
<select onchange="fetchMenuByCategory(this.value)" class="fs_input">
<option value="">Select Menu Category</option>
<?php
if (isset($CategoryList) && is_array($CategoryList)) {
foreach ($CategoryList as $key => $value) {
?>
<option value="<?=$value->maincateid?>"><?=$value->maincatename?></option>
<?php
}
}
?>
</select>
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-12 col-xs-12 col-sm-12 custom-padding-0 commonHide">
<div class="col-md-6 item-listbox alert-success">
<label>Choose category to get item list</label>
</div>
</div>
<div class="col-md-12 col-xs-12 col-sm-12 custom-padding-0 commonHide" id="pleaseWait" style="display: none;">
<div class="col-md-6 item-listbox">
<label>Please wait...</label>
</div>
</div>
<div class="col-md-12 col-xs-12 col-sm-12 custom-padding-0 commonHide" id="noItemFound" style="display: none;">
<div class="col-md-6 item-listbox alert-danger">
<label>No item found</label>
</div>
</div>
<div id="menuListWrap" class="commonHide" style="display: none;">
<!-- menu list will appear here -->
</div>
<div class="row">
<div class="col-md-12 col-xs-12 col-sm-12 custom-padding-0 cartSection">
<div class="col-md-2 text-left">
<p><strong>Sub Total</strong></p>
</div>
<div class="col-md-10 text-left"><i class="fa fa-usd"></i><span id="cartSubtotal"> 0.00</span></div>
</div>
</div>
<div class="col-md-6 col-xs-12 col-sm-12 paddingleft0">
<h5><b>Apply Discount</b></h5>
<div class="form-group col-md-7 col-xs-12 col-sm-12 custom-padding-0">
<label><input type="radio" name="discountOption" value="fix" class="minimal discountOption" checked/> Amount</label> <br/>
<label><input type="radio" name="discountOption" value="per" class="minimal discountOption"/> Percentage</label>
</div>
<div class="form-group col-md-5 col-xs-12 col-sm-12 custom-padding-0">
<input class="fs_input" name="cart_discount" type="text" placeholder="Discount" value="0.00">
</div>
</div>
<div class="row">
<div class="col-md-12 col-xs-12 col-sm-12 custom-padding-0 cartSection">
<div class="col-md-2 text-left">
<p><strong>Grand Total</strong></p>
</div>
<div class="col-md-10 text-left"><i class="fa fa-usd"></i><span id="cartGrandtotal"> 0.00</span></div>
</div>
</div>
<!-- <div class="col-md-6 col-xs-12 col-sm-12 custom-padding-0">
<h5><b>Apply Tax</b></h5>
<label><input type="checkbox" name="applytaxCharges[]" class="minimal itemOption" value="5" checked/> Service Tax</label>
<label><input type="checkbox" name="applytaxCharges[]" class="minimal itemOption" value="6"/> Additional Tax</label>
<label><input type="checkbox" name="applytaxCharges[]" class="minimal itemOption" value="6"/> VAT</label>
<div class="clearfix"></div>
<div class="col-md-6 text-left custom-padding-0" style="margin-top:10px;">
<p><strong>Grand Total</strong></p>
</div>
<div class="col-md-6 text-left custom-padding-0" style="margin-top:10px;"><i class="fa fa-usd"> <strong>160.75</strong></i></div>
</div> -->
</div>
<div class="clearfix"></div>
<!-- payment section -->
<div class="col-md-6 col-xs-12 col-sm-12 paddingleft0">
<div class="checkBg mctop30">
<h4 class="ckh" style="margin-bottom: 0px;">Payment Details</h4>
<button class="btn btn-info green btn-outline btn-circle mcbottom mcTop12 commonActive active" type="button" id="cod" style="display: none;">Cash On Delivery</button>
<button class="btn btn-info green btn-outline btn-circle mcbottom mcTop12 commonActive" type="button" id="pbc" style="display: none;">Pay By Card</button>
<input type="hidden" name="paymentOption" id="paymentOption" value="cc">
<div class="clearfix"></div>
<div class="row editSection" style="display: block;">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="input-group form-group">
<input onkeypress="return only_num(event, this.value)" class="fs_input cardClass" id="cc_number" name="cc_number" value="" placeholder="Card Number" type="text" required="">
<span class="input-group-addon" id="basic-addon1"><i class="fa fa-cc"></i></span>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="form-group">
<select id="cc_type" name="cc_type" placeholder="Card Type" class="fs_input cardClass" required="">
<option value="" selected="selected">Card Type</option>
<option value="Visa">Visa</option>
<option value="MasterCard">Master Card</option>
<option value="Discover">Discover</option>
<option value="Amex">Amex</option>
</select>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="form-group">
<select id="cc_exp_month" name="cc_exp_month" placeholder="Expiration Month" class="fs_input cardClass" required="">
<option value="" selected="selected">Expiration Month</option>
<option value="01">Jan</option>
<option value="02">Feb</option>
<option value="03">Mar</option>
<option value="04">Apr</option>
<option value="05">May</option>
<option value="06">Jun</option>
<option value="07">Jul</option>
<option value="08">Aug</option>
<option value="09">Sep</option>
<option value="10">Oct</option>
<option value="11">Nov</option>
<option value="12">Dec</option>
</select>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="form-group">
<select id="cc_exp_year" name="cc_exp_year" placeholder="Expiration Year" class="fs_input cardClass" required="">
<option value="" selected="selected">Expiration Year</option>
<?php
$nowYear = date("Y");
$maxYear = date("Y", strtotime('+15 years'));
for($i = $nowYear; $i <= $maxYear; $i++) {
?>
<option value="<?=$i?>"><?=$i?></option>
<?php
}
?>
</select>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="form-group">
<input onkeypress="return only_num(event, this.value)" class="fs_input cardClass" id="cc_cvv" name="cc_cvv" placeholder="CVV Code" type="password" maxlength="3" minlength="3" required="">
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- payment section -->
<div class="clearfix"></div>
<center><button class="btn btn-info btn-lg active text-center" style="text-align: center;margin-top: 20px;" type="submit" >Proceed</button></center>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ./tab section -->
<div class="clearfix"></div>
</section><!-- /.content -->
</div><!-- /.content-wrapper -->
<div class="clearfix"></div>
</div><!-- ./wrapper -->
<!-- Menu Details Modal -->
<div id="menuDetails" class="modal fade" role="dialog">
<form name="addOrderForm" id="addOrderForm" method="post">
<span id="menuDetailsWrap"></span>
</form>
</div>
<!-- Menu Details Modal -->
<!-- Cart Modal -->
<div id="cartDetails" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header" style="">
<button type="button" class="close" data-dismiss="modal"></button>
<h4 class="modal-title text-center">Your cart</h4>
</div>
<div class="modal-body">
<div class="col-md-12 custom-padding-0 price-body">
<div class="cart__products">
<span id="cartDetailsWrap">
<div class="table-responsive">
<table class="table table-hover table-bordered" id="add-cart">
<tbody>
<tr class="text-center">
<td>
No items added yet!
</td>
</tr>
</tbody>
</table>
</div>
<!-- <div class="table-responsive">
<table class="table table-hover table-bordered" id="add-cart">
<tbody>
<tr class="text-center">
<td><i class="fa fa-minus-square-o" style="cursor:pointer" aria-hidden="true"></i> 3 <i class="fa fa-plus-square-o" style="cursor:pointer" aria-hidden="true"></i></td>
<td>$ 60.00</td>
<td>Cheese Sandwich</td>
<td><img src="<?=base_url();?>assets/img/cancel.png" style="cursor:pointer"></td>
</tr>
</tbody>
</table>
</div>
<div class="table-responsive">
<table class="table table-hover table-bordered" id="">
<tbody>
<tr class="" colspan="4">
<td class="text-right">Total Item:</td>
<td>$ 100.00</td>
</tr>
<tr class="">
<td class="text-right">Tax(7.10 %):</td>
<td>$ 4.26</td>
</tr>
</tbody>
<tbody id="delivery-charge1">
<tr style="font-weight:600;">
<td class="text-right">Subtotal:</td>
<td>$ 104.26</td>
</tr>
<tr style="color: rgb(11, 80, 158);">
<td class="text-right">Delivery Charge:</td>
<td>$ 4.00</td>
</tr>
</tbody>
<tbody>
<tr style="font-weight:600;">
<td class="text-right">Total:</td>
<td>$ 108.26</td>
</tr>
</tbody>
</table>
</div> -->
</span>
<div class="table-responsive" style="display:none;">
<table class="table table-hover table-bordered" id="">
<tbody>
<tr class="">
<td><input name="1" class="raco" type="radio"> Pickup <img src="<?=base_url();?>assets/img/front-end/briefcase.png"></td>
<td><input name="1" class="raco" type="radio"> Delivery <img src="<?=base_url();?>assets/img/front-end/bicycle.png"></td>
<td><input name="1" class="raco" type="radio"> Dine In <img src="<?=base_url();?>assets/img/front-end/restaurant-cutlery-symbol-of-a-cross.png"></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Cart Modal -->
<script type="text/javascript">
$(function() {
$(".placeholderChangeable").focus(function(){
$(this).attr("placeholder", $(this).attr('data-focus-placeholder'));
});
$(".placeholderChangeable").blur(function(){
$(this).attr("placeholder", $(this).attr('data-current-placeholder'));
});
$("#cod").click(function(){
$('.commonActive').removeClass('active');
$(this).addClass('active');
$(".editSection").hide();
$("#paymentOption").val('cod');
$('.cardClass').attr('required', false);
$('#cartFullForm').validator('update');
});
$("#pbc").click(function(){
$('.commonActive').removeClass('active');
$(this).addClass('active');
$(".editSection").show();
$("#paymentOption").val('cc');
$('.cardClass').attr('required', true);
$('#cartFullForm').validator('update');
});
base_url='<?php echo base_url(); ?>';
url= base_url+'createorder/updateCartView';
$.ajax({
url: url,
type: 'POST',
success: function(data) {
obj = JSON.parse(data);
$('#cartDetailsWrap').html(obj['myHtml']);
$('#cartSubtotal').html(obj['subtotal']);
$('#cartGrandtotal').html(obj['subtotalWithTaxWithDelCharge']);
$('#subtotal').val(obj['subtotal']);
$('#taxAmount').val(obj['taxAmount']);
$('#subtotalWithTax').val(obj['subtotalWithTax']);
$('#deliveryCharge').val(obj['deliveryCharge']);
$('#subtotalWithTaxWithDelCharge').val(obj['subtotalWithTaxWithDelCharge']);
}
})
$('#cartFullForm').validator().on('submit', function (e) {
if (e.isDefaultPrevented()) {
// handle the invalid form...
} else {
var cartSubtotal = parseFloat($('#cartSubtotal').html());
if (cartSubtotal == 0.00) {
$('#cartDetails').modal('show');
return false;
}
}
})
})
function get_customer_details(strnm){
base_url='<?php echo base_url(); ?>';
url= base_url+'createorder/search_customer';
$.ajax({
type: "POST",
url: url,
data: "usersearchkey=" + strnm,
success: function(data) {
if (data!="") {
document.getElementById("auto_sug").style.display="block";
document.getElementById("auto_sug").innerHTML=data;
}
else {
document.getElementById("auto_sug").innerHTML="";
document.getElementById("auto_sug").style.display="none";
}
}
});
}
function setCustDetails(customer_id, customer_name, customer_lastname, customer_street, customer_zip, customer_phone, customer_email, cc_type, cc_number, cc_exp_month, cc_exp_year, cc_cvv, tempCode) {
$('#auto_sug').fadeOut();
document.getElementById('customer_id').value = customer_id;
document.getElementById('customer_full_name').value = customer_name+' '+customer_lastname;
document.getElementById('customer_street').value = customer_street;
document.getElementById('customer_zip').value = customer_zip;
document.getElementById('customer_phone').value = customer_phone;
document.getElementById('customer_email').value = customer_email;
document.getElementById('cc_type').value = cc_type;
document.getElementById('cc_number').value = cc_number;
document.getElementById('cc_exp_month').value = cc_exp_month;
document.getElementById('cc_exp_year').value = cc_exp_year;
document.getElementById('tempCode').value = tempCode;
if (cc_cvv != 0 && cc_cvv != '') {
document.getElementById('cc_cvv').value = cc_cvv;
}
}
function fetchMenuByCategory(menu_category) {
$('.commonHide').hide();
$('#pleaseWait').fadeIn();
base_url='<?php echo base_url(); ?>';
url= base_url+'createorder/MenuByCategory';
$.ajax({
url: url,
type: 'POST',
data: {menu_category: menu_category},
success: function(data) {
var myData = JSON.parse(data);
var myHtml = '';
if (myData.length != 0 && myData != false) {
$.each(myData, function(key, value) {
myHtml += '<div class="col-md-12 col-xs-12 col-sm-12 custom-padding-0">'+
'<div class="col-md-6 item-listbox">'+
'<label>'+$.trim(value['menu_name'])+'</label>'+
'<div class="ftrt">'+
'<span>$'+$.trim(value['menu_price'])+'</span>'+
'<span style="cursor: pointer;" onclick="showDetails('+$.trim(value['id'])+')"><i class="fa fa-plus-square-o" aria-hidden="true"></i></span>'+
'</div>'+
'</div>'+
'</div>';
})
$('.commonHide').hide();
$('#menuListWrap').html(myHtml);
$('#menuListWrap').fadeIn();
}
else {
$('.commonHide').hide();
$('#noItemFound').fadeIn();
}
//console.log(data);
}
})
}
function showDetails(my_id=0) {
url='<?php echo base_url(); ?>createorder/showItemDetails';
$.ajax({
url: url,
type: 'POST',
data: {id: my_id},
success: function(data) {
$("#menuDetailsWrap").html(data);
$("#menuDetails").modal("show");
},
error: function(data) {
console.log(data);
}
})
}
function addonLimit(cnt, id,clsid) {
var checked_quan = 0;
$('input.single-checkbox_'+clsid).each(function() {
if ($(this).is(':checked')==true) {
checked_quan = checked_quan+1;
}
});
if(checked_quan>cnt) {
$("#advacce_menu_"+id).attr('checked', false);
}
}
function setSizeDetails(myThis) {
var sizeName = $(myThis).attr('data-size-name');
var sizePrice = $(myThis).attr('data-size-price');
$('#mySizeName').val(sizeName);
$('#mySizePrice').val(sizePrice);
}
function setAddonDetails(myThis) {
var addonName = $(myThis).attr('data-addon-name');
var addonPrice = $(myThis).attr('data-addon-price');
var oldList = $('#myAddonList').val();
var mayString = ','+addonName+'|'+addonPrice;
var newString = oldList.replace(mayString, '');
if ($(myThis).is(':checked')) {
$('#myAddonList').val(newString+mayString);
}
else {
$('#myAddonList').val(newString);
}
}
function addOrder() {
url='<?php echo base_url(); ?>createorder/addOrder';
$.ajax({
url: url,
type: 'POST',
data: $('#addOrderForm').serialize(),
success: function(data) {
obj = JSON.parse(data);
$('#cartDetailsWrap').html(obj['myHtml']);
$('#cartSubtotal').html(obj['subtotal']);
$('#cartGrandtotal').html(obj['subtotalWithTaxWithDelCharge']);
$('#subtotal').val(obj['subtotal']);
$('#taxAmount').val(obj['taxAmount']);
$('#subtotalWithTax').val(obj['subtotalWithTax']);
$('#deliveryCharge').val(obj['deliveryCharge']);
$('#subtotalWithTaxWithDelCharge').val(obj['subtotalWithTaxWithDelCharge']);
//console.log(data);
}
})
$("#menuDetails").modal("hide");
}
function deleteFromCart(rowid) {
$('#row_'+rowid).fadeOut();
url='<?php echo base_url(); ?>createorder/deleteFromCart';
$.ajax({
url: url,
type: 'POST',
data: {rowid: rowid},
success: function(data) {
obj = JSON.parse(data);
$('#cartDetailsWrap').html(obj['myHtml']);
$('#cartSubtotal').html(obj['subtotal']);
$('#cartGrandtotal').html(obj['subtotalWithTaxWithDelCharge']);
$('#subtotal').val(obj['subtotal']);
$('#taxAmount').val(obj['taxAmount']);
$('#subtotalWithTax').val(obj['subtotalWithTax']);
$('#deliveryCharge').val(obj['deliveryCharge']);
$('#subtotalWithTaxWithDelCharge').val(obj['subtotalWithTaxWithDelCharge']);
}
})
}
function changeCount(rowid, reason) {
var nowCount = $('#count_'+rowid).html();
var nextCount = parseInt(nowCount);
if (reason == 'd' && nextCount > 1) {
nextCount = nextCount - 1;
}
else if (reason == 'i') {
nextCount = nextCount + 1;
}
$('#count_'+rowid).html(nextCount);
url='<?php echo base_url(); ?>createorder/updateCartCount';
$.ajax({
url: url,
type: 'POST',
data: {rowid: rowid, qty: nextCount},
success: function(data) {
obj = JSON.parse(data);
$('#cartDetailsWrap').html(obj['myHtml']);
$('#cartSubtotal').html(obj['subtotal']);
$('#cartGrandtotal').html(obj['subtotalWithTaxWithDelCharge']);
$('#subtotal').val(obj['subtotal']);
$('#taxAmount').val(obj['taxAmount']);
$('#subtotalWithTax').val(obj['subtotalWithTax']);
$('#deliveryCharge').val(obj['deliveryCharge']);
$('#subtotalWithTaxWithDelCharge').val(obj['subtotalWithTaxWithDelCharge']);
}
})
}
</script>
<style type="text/css">
.suggestionlist{
background-color:#F9F7F7;
height:auto;
padding:5px;
}
.suggestionlist:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+5,dbdbdb+16,fefefe+100 */
background: #e2e2e2;
border-radius: 3px;
background: #e2e2e2;
cursor:pointer;
}
#auto_sug{
position:absolute;
z-index:2;
margin-top:0px;
width:300px;
height: auto;
max-height: 300px !important;
box-shadow: 2px 1px 2px #CCCCCC;
border: 1px solid #DDDBDB;
overflow-y: scroll;
}
#auto_sug::-webkit-scrollbar
{
width: 8px; /* for vertical scrollbars */
}
#auto_sug::-webkit-scrollbar-track
{
background: rgba(226, 226, 226, 1);
}
#auto_sug::-webkit-scrollbar-thumb
{
background: rgba(44, 134, 189, 1);
}
.formErrorContent{
color: #ee0101;
font-size: 16px;
min-width: 160px;
padding: 0 2px;
position: relative;
width: 100%;
}
.item-listbox{
background: #31B0D5;
padding: 12px;
color: white;
border-radius: 4px;
margin-bottom: 15px;
display: block;
}
.item-listbox * {
vertical-align: middle;
}
.item-listbox label {
margin-bottom: 0px;
}
.item-listbox span{
margin-right: 20px;
}
.ftrt{
float: right;
}
.value-box {
padding: 5px;
border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}
.areatext {
border: 1px solid rgba(0, 0, 0, 0.34);
width: 100%;
height: 78px;
}
.close{text-indent: 1px;}
.cartItemAddon {
font-size: 13px;
}
#cartSubtotal, #cartGrandtotal {
margin-left: 5px;
}
</style>