﻿
input.button_keyboard
{
    background-image: url(asset/keyboard.png);
    background-position: center;
    width: 50px;
    height: 50px;
}

input[type=button], input[type=submit]
{
    padding: 7px;
    font-size: 12px;
}

input#btn_home
{
    background-image: url('asset/home.png');
    background-repeat: no-repeat;
}

input.btn_add
{
    background-image: url('asset/add.png');
    background-repeat: no-repeat;
}

input.btn_remove
{
    background-image: url('asset/remove.png');
    background-repeat: no-repeat;
}

input.btn_delete
{
    background-image: url("asset/cross.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 5px;
    float: left;
    height: 23px;
    width: 25px;
}
input.btn_edit
{
    background-image: url("asset/edit.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 5px;
    float: left;
    height: 23px;
    width: 25px;
}
input.btn_removeingredient
{
    background-image: url("asset/cross.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 23px;
    width: 25px;
}
input.btn_deleteorder
{
    background-image: url("asset/cross.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 30px;
    width: 30px;
}
/*input.btn_schedule {
    background-image: url("asset/schedule.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 30px;
    width: 30px;
}*/
/*input.btn_schedule
{
    background-image: url("asset/tick.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 30px;
    width: 30px;
}*/

input.btn_up
{
    background-image: url('asset/arrow-3-up.png');
    background-repeat: no-repeat;
}

input.btn_down
{
    background-image: url('asset/arrow-3-down.png');
    background-repeat: no-repeat;
}

input.btn_category, input.btn_ingredient, input.btn_item, input.btn_available_meal, input.btn_product_note
{
    text-align: left;
    width: 99%;
    margin: 0.5%;
    height: 50px;
    white-space: normal;
}

.btn_available_meal
{
    color: #214FC6;
    border: solid 1px #214FC6;
    background-color: #f0f0f0;
}

.btn_product_note
{
    color: #214FC6;
    border: solid 1px #214FC6;
    background-color: #f0f0f0;
}

.btn_decrease
{
    color: #b00;
    border: solid 1px #b00;
    background-color: #f0f0f0;
}

.btn_increase
{
    color: #0b0;
    border: solid 1px #0b0;
    background-color: #f0f0f0;
}

.btn_decrease:active, .btn_decrease:hover, .btn_increase:active, .btn_increase:hover, .btn_available_meal:active, .btn_product_note:hover, .btn_available_meal:hover
{
    background-color: #fdfdfd;
}

.btn_decrease_fixed
{
    color: #b00; /*padding: 5px 0px;*/
    font-size: 11px;
    border-left: solid 0px #b00;
}

.btn_decrease_fixed a
{
    color: #b00;
}

.btn_increase_fixed
{
    color: #0b0; /*padding: 5px 0px;*/
    font-size: 11px;
    border-left: solid 0px #0b0;
}

.btn_increase_fixed a
{
    color: #0b0;
}

.btn_option
{
    color: #111;
    border: solid 1px #111;
    width: 99%;
    float: none;
    margin: 1px;
    text-align: left;
    height: 50px;
}

.btn_option_fixed
{
    color: #111;
    padding: 5px 0px;
    font-size: 11px;
    border-left: solid 0px #111;
}

.btn_option_fixed a
{
    color: #00b;
}

.btn_cash
{
    height: 50px;
}

.operater_buttons
{
    height: 40px;
}
input.btn_notreserved
{
    color: #0b0;
    border: solid 1px #0b0;
    background-color: #f0f0f0;
}
input.btn_reserved
{
    color: #b00;
    border: solid 1px #b00;
    background-color: #f0f0f0;
}
