﻿

.CompanyCheckbox{
    margin-left:10px;
}

.form-control-checkbox-div {
    float: left;      
    width: auto;
    height: 48px;
    margin-left: 16px;

}

.form-control-checkbox-label {
    margin-left: 5px;
    margin-top: 7px;
    vertical-align:top;
}

.form-control-checkbox {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.error-message{
    color:red;
    font-size:16px;
}

.error {
    float: none;
    border-color: orangered;
    color: orangered;
}

/*boxbackground*/
.None { background:white; color:black;}
.Apply {}
.Rewards {}
.Birthday {}
.BulkBuying {}
.Coupon {}
.SimpleOrder {}
.Payment {}
.Voucher {}
.InStoreOrder { background:#0094ff; color: white;}
.BookingConfirmed { background:#fa7c7c; color: white;}
.BookingOrdered { background: #008000; color: white;}
.BookingCancelled { background: #959595; color: white;}
.BookingMerchantCanceledForCustomer { background: #959595; color: white;}
.BookingMerchantReturnDepositForCustomer { background: #959595; color: white;}
.BookingCustomerCanceled { background: #959595; color: white;}
.BookingCustomerReturnDeposit { background: #959595; color: white;}
.BookingCompleted { background: #009999; color: white;}
.BookingRefunded { background: #959595; color: white;}
.BookingReceived { background: #7ab08c; color: white;}
.BookingOnlinePaymentConfirmed { background: #009999; color: white;}
.BookingOnlineDepositConfirmed { background: #009933; color: white;}
.OnlineOrder { background: #90EE90 ; color: white;}
.OnlineOrderConfirmed { background:#fa7c7c; color: white;}
.OnlineOrderOrdered { background: #008000; color: white;}
.OnlineOrderCancelled { background: #959595; color: white;}
.OnlineOrderMerchantCanceledForCustomer { background: #959595; color: white;}
.OnlineOrderMerchantReturnDepositForCustomer { background: #959595; color: white;}
.OnlineOrderCustomerCanceled { background: #959595; color: white;}
.OnlineOrderCustomerReturnDeposit { background: #959595; color: white;}
.OnlineOrderCompleted { background: #009999; color: white;}
.OnlineOrderRefunded { background: #959595; color: white;}
.OnlineOrderReceived { background: #7ab08c; color: white;}
.OnlineOrderOnlinePaymentConfirmed { background: #009999; color: white;}
.OnlineOrderOnlineDepositConfirmed { background: #009933; color: white;}

.CallCashier { background: #ff9999 ; color: white;}

.location_free { background:#7ab08c; color: white;}
.location_busy { background:#ff6666; color: white;}
.location_waiting { background:#33ccff; color: white;}
.location_allocated { background:#ff9933; color: white;}
.location_reserved { background:#ff9933; color: white;}

.RemoveCard {}

.table-mouseover tbody tr:hover td {
    font-weight: bolder;
}

.neworder{
    background-image: url("/images/NewIcon.png");
    background-repeat: no-repeat;
}

@font-face {
    font-family: 'Code128';
    src:  url('./fonts/code128.ttf') format('truetype');
}
