

 .box_style_1{
    background-color: #f6f7f9;
    padding:25px 25px 15px 25px ;
    margin-bottom:20px;
}
.form-control[readonly]{
    background-color:#fff;
}
/* Quantity incrementer input */   
.qty-buttons{ position:relative; width:100%; height:38px;  }
input.qty { width:80px;border-left:0; border-right:0;  }
input.qtyminus, input.qtyplus, input.qtyplus:focus {position:absolute; width:18px; height:38px;     border: 1px solid #cccccc;  outline:none; cursor:pointer;-webkit-box-shadow: none;box-shadow: none;-webkit-transition: none; z-index:1 }
input.qtyplus {
    background:#fff url(plus.png) no-repeat center center; 
    right:0; top:0; 
    text-indent:-9999px;  
    -webkit-border-top-right-radius: 2px;
     -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 1px solid #cccccc;
}
input.qtyminus {
    background:#fff url(minus.png) no-repeat center center;
    text-indent:-9999px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    left:0; top:0; 
    border-right: 1px solid #cccccc;
}
input.qty {
     width:100%;
    border-left: 0;
    border-right: 0;
    height: 38px;
    text-align: center;
}
form-group a.btn_full, .btn_full {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    width: 100%;
    background: #ed5434;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    /*font-weight: 600;*/
}
form-group a.btn_full:hover, .btn_full:hover {
    background: #333;
}
.form-control[readonly] {
    background-color: #fff;
}
.form-control {
    color: #333;
    height: 38px;
    border-radius: 2px;
    line-height: 1.5 !important;
}
.form-group {
    position: relative;
}
.input-icon {
    position: absolute;
    right: 6px;
    top: 32px;
    width: 28px;
    height: 24px;
    background-color: #fff;
    text-align: right;
	display:none;

}
input#arrivalDate{	background:url(calendar-icon.png) no-repeat right #fff;}
#datepicker{padding:0;}
