/* The Modal (background) */
.modal { display: none; position: absolute; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%;overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);}
/* Modal Content */
.modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 100%; max-width: 500px;}
/* The Close Button */
.close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold;}
.close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer;}
#pickup_address_form label, #order_edit_form label { color: #3c424a; display: block; font-size: 12px; margin: 20px 0 5px;}
#pickup_address_form select, #order_edit_form select { width: 100%; max-width: 300px; height: 36px; border-color: #ccc; border-radius: 5px; padding: 5px;}
#pickup_address_form input, #pickup_address_form input:focus, #order_edit_form input,  #order_edit_form input:focus { width: 100%; max-width: 287px; height: 26px; border-radius: 5px; padding: 5px; box-shadow: none; border: 1px solid #ccc !important; outline: none;}
.pickup-address-submit { background: #00bf4a; height: 35px; width: 100px; color: #fff; border-radius: 5px; border: none; outline: none; margin-top: 20px;}
.select2-dropdown.select2-dropdown--below, .select2-container { width: 285px !important;}
#pickup_address_form label.input-error, #order_edit_form label.input-error{ color:red; margin: 5px;}
.error-pickup label#pickup_city_dd-error { margin: -20px 0 0 0; position: relative; top: 52px;}
.help-block{display: block;margin-top: 5px;margin-bottom: 10px;color: #737373;}
.show-response{ width: 100%;}
@media screen and (max-width: 782px) nad (min-width: 320px) {
    .error-pickup label#pickup_city_dd-error { top: 62px;}
}
@media screen and (max-width: 550px) and (min-width: 320px){
    .modal-content { width: 100%; max-width: 300px; padding: 10px;}
}
