body{
    padding: 80px 0;
}
h2{
    line-height: 36px;
}
.list-unstyled li{
    margin: 10px 0;
}
.btn-utama{
    display: block !important;
}
.navbar-brand{
    line-height: 16px;
}
.navbar-brand:before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../../../images/deer.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
}
sup{
    top: -3px;
    position: relative;
}
.panel{
    margin-bottom: 30px;
}
.panel-heading strong{
    font-size: 24px;
}
.panel-body{
    min-height: 120px;
}
.panel-body ul{
    padding: 0 20px;
}
.panel-footer{
    line-height: 36px;
    background-color: transparent;
    border-top: none;
}
.panel-footer sup{

}
.panel-footer big{
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}
.panel-footer .btn{
    padding-left:20px;
    padding-right:20px;
}
.tab-pane{
    padding: 20px 0;
}
.drinksorfoods li{
    font-size: 24px;
    width: 140px;
    text-align: center;
}
.nav-pills li{
    margin-right: 10px;
}
.nav-pills li a{
    border: solid 1px #f0f0f0;
    border-radius: 10px;
    line-height: 16px;
}
.nav-pills li:active a{
    border: solid 1px #c0c0c0;
    background-color: #f0f0f0;
}
.menu{
    border: solid 1px #f0f0f0;
    border-radius: 5px;
    padding: 10px 0;
    margin: 20px 0;
}
.input-group-addon{
    cursor: pointer;
}
.tablecheckout{
    width: 100%;
    margin: 30px 0;
}
.tablecheckout tr:nth-child(even){
    background-color: #f3f3f3;
}
.tablecheckout tr td{
    height: 60px;
    padding: 15px 10px;
}
.tablecheckout tr td:nth-child(2){
    width: 150px;
    text-align: center;
}
.tablecheckout tr td:nth-child(3){
    width: 150px;
    text-align: right;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
}
.tablecheckout tr td:nth-child(3):before{
    content: 'Rp ';
    font-size: 10px;
}
tr.subtotal:nth-child(even){
    background-color: transparent;
}
tr.subtotal>td {
    font-size: 16px;
    padding: 0px 10px;
}
tr.total:nth-child(even){
    background-color: transparent;
}
tr.total td{
    font-size: 20px !important;
    font-weight: 600 !important;
    text-align: right;
}
@media(min-width:767px){
    .container{
        width: 750px;
    }
}
/*tambahan*/
label.error{
    color: #e74c3c;
}
.preloader{
    background: rgba(0,0,0,.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.status, .status-mes {
    background-image: url("../status.gif");
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
/*end tambahan*/