@import url(//fonts.googleapis.com/earlyaccess/notokufiarabic.css);

body {
    background: url('../images/pexels-photo.jpeg') center top /cover no-repeat fixed;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Kufi Arabic", tahoma;
}

.page-wrapper {
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    position: absolute;
    left: 0px;
    top: -2px;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.logo {
    width: 150px;
    height: 150px;
}

#header a {
    margin: 30px 0 30px;
    display: inline-block;
}

#header i {
    padding: 0 14px;
    background: #fff;
    border-radius: 5px;
    color: #216c9f;
    font-size: 39px;
    margin: 0 4px;
    cursor: pointer;
}

#menu .header {
    background-color: rgba(225, 41, 105, 0.99);
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    display: inline-block;

}

#menu .header i {
    margin: 0 15px;
    color: #216c9f;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
}

#menu .details {
    background-color: rgba(255, 255, 255, 0.902);
    border-radius: 10px;
    margin: 7px 0;
    padding: 15px;
    display: inline-block;
    width: 100%;
}

#menu .details .services {
    background: #dddbda;
    border: 1px solid #cac9c9;
    border-radius: 5px;
    padding: 11px 0;
    margin: 5px;
    cursor: pointer;
    height: 45px;
    font-size: 16px;
}

#menu .details .services img {
    width: 15px;
}

.nav {
    margin: 15px 0;
}

.div-centered {
    float: none;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.divider {
    width: 85%;
    display: inline-block;
    height: 1px;
    background-color: #cccccc;
}

#menu .details .period {
    margin: 15px 0;
    color: #646362;
    font-family: tahoma;
    font-size: 15px;
}

#menu .details .period i {
    color: #34739e;
}

#menu .details .time, #menu .details .remove-time {
    background: #dad9d8;
    padding: 5px 0;
    margin: 5px 0;
    border: 1px solid #c8c6c5;
    border-radius: 5px;
    cursor: pointer;
}

#menu .details .remove-time {
    background: #ff1a1a;
    color: #fff;
    cursor: auto;
}

.time .from, .time .to, .remove-time .from, .remove-time .to {
    direction: ltr;
}

#menu .details .time .time_divider, #menu .details .remove-time .time_divider {
    border-bottom: 1px solid #c8c6c5;
    margin: 5px 0;
}

#menu .details .time.selected .time_divider {
    border-bottom: 1px solid #fff;
}

.selected {
    background-color: #e12969 !important;
    color: #fff;
}

.pickupdate {
    cursor: pointer;
}

.order, .order:hover, .order:active, .order:active:focus, .order.focus {
    background-color: rgb(225, 41, 105);
    border-radius: 10px;
    padding: 13px 0;
    color: #fff;
    font-size: 20px;
    width: 100%;
    border: 0;
    outline: none;
}

.in, .de {
    background: #fff;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 23px;
    cursor: pointer;
}

.quantity {
    background: #fff;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 23px;
    border: 0;
    width: 70px;
    text-align: center;
}

.details .item, .order_details .service {
    margin: 25px 0;
}

.order_details .service:first-child {
    margin-top: 0;
}

.red-black {
    color: #c53946;
}

.order_details .details {
    font-size: 19px;
}

.total {
    background: #ffffff;
    border-radius: 5px;
    padding: 13px;
    margin: 0;
    border: 1px solid #216c9f;
    cursor: pointer;
}

.total input {
    border: 0;
    width: 75px;
    text-align: center;
}

.notes {
    margin: 30px 0;
    background: #fce8ea;
    padding: 8px;
}

.order_customer .submit {
    margin: 20px 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 100%;
}

.service-image {
    width: 20px;
}

.color-blue {
    color: #216c9f;
}

#map {
    width: 100%;
    height: 400px;
}

.has-feedback .form-control {
    padding-top: 30px;
    padding-bottom: 30px;
}

.form-control-feedback {
    line-height: 66px;
}

.confirm p {
    margin: 30px 0;
}

.btn-danger {
    background-color: #c53946;
}

span.separator {
    border-right: 1px solid #c4c4c4;
    padding: 1px;
    margin: 17px;
}

.page-order-confirm i.fa-hourglass-half {
    font-size: 31px;
    vertical-align: middle;
    background: #216c9f;
    color: #fff;
    padding: 10px 13px;
    border-radius: 5px;
}

.page-order-confirm hr {
    border: 1px solid #f6f6f6;
    margin-bottom: 0;
}

.message {
    padding: 7px;
}

.has-error .form-control-feedback.glyphicon-remove, .has-success .form-control-feedback.glyphicon-ok {
    right: auto;
    left: 0;
}

.not-active, .not-active:hover, .not-active:active, .not-active:active:focus, .not-active.focus {
    background-color: rgba(172, 172, 172, 0.902);
}

.bank {
    background: #f6f6f6;
    padding: 34px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.bank-logo {
    background: #fff;
    padding: 25px;
}

.footer {
    position: absolute;
    left: 0;
}

.footer span {
    color: #fff;
    margin: 0 16px;
}

.footer .content {
    padding: 9px;
    border-radius: 5px 5px 0 0;
    background-color: rgba(0, 0, 0, 0.32);
}

.total .items {
    margin: 12px 0;
}

.msg_order {
    font-size: 21px;
    margin: 0 7px;
    color: #c53946;
}

.currentLocation {
    cursor: pointer;
    color: #fff;
    background: #c53946;
    padding: 7px;
    border-radius: 5px;
}

.drink label {
    font-size: 12px;
}

.all_days {
    padding: 8px;
}

.all_days {
    margin: 4px;
    padding: 2px 0;
    background-color: #c53946;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.all_days:hover, .all_days.active {
    background-color: #721f26;
}

.date_value {
    margin: 0 5px;
}

.form-control {
    padding: 0 12px;
}


.file_upload.form-control  {
    padding: 6px 12px;
}

@media only screen and (max-width: 768px) {

    body {
        background: none;
        line-height: inherit;
    }

    .page-wrapper {
        background: url('../images/pexels-photo.jpg') left center/cover no-repeat fixed;
        position: relative;
        top: 0;
    }

    .order_confirm {
        position: absolute;
    }

    .item {
        display: inline-block;
        padding: 30px 0;
    }

    .item:first-child {
        padding-top: 0;
    }

    .item:last-child {
        border: 0;
    }

    #menu .details .services {
        font-size: 100%;
    }

    .order_details .service {
        border: 1px solid #dc957c;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.95);
    }

    .order_details .service .pull-right {
        text-align: center;
        float: none !important;
        margin: 17px 0;
    }

    .order_details #menu .details {
        background: transparent;
        font-size: 15px;
        margin: 0;
        padding: 0;
    }

    .total {
        text-align: center;
    }

    .total input {
        font-size: 21px;
    }

    .nav {
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 5px;
    }

    .nav a {
        width: 40%;
        float: right;
        margin: 10px 5%;
    }

    span.separator {
        display: none;
    }

    .message {
        padding: 0;
    }

    #menu {
        margin-bottom: 50px;
    }

    .footer {
        bottom: 0;
    }

    .bank {
        padding: 15px;

    }

    .de {
        margin-right: 12px;
    }
    .drink_number, .item_number, .items {
        padding: 0;
        text-align: center;
    }
}
