﻿/*JQUERY MEDIA*/
iframe {
    /*width:100%;
    height:100%;*/
    border: none;
    margin: 0;
    padding: 0;
}

#aMedia {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1002;
    -webkit-overflow-scrolling: touch;
    /*overflow-y: scroll;*/
}

    #aMedia iframe {
        width: 100%;
        height: 100%;
    }

#divTotalItem {
    font-weight: bold;
    color: rgba(254, 216, 1, 1);
    font-size: 20px;
    z-index: 10000;
    margin-top: 40px;
    margin-left: 30px;
}

#btnCloseModal {
    top: 30px;
    right: 50px;
    position: fixed;
    z-index: 1000000;
    /*padding:10px;*/
    display: none;
    color: rgba(254, 216, 1, 1);
}

    #btnCloseModal:hover {
        cursor: pointer;
        color: #000;
    }


.star1 {
    color: #EFEFEF;
    font-size: 100px;
    position: absolute;
    left: 60%;
    z-index: 5;
}

.star2 {
    color: #CCCCCC;
    font-size: 60px;
    position: absolute;
    left: 50%;
    z-index: 4;
}

.star3 {
    color: #999999;
    font-size: 30px;
    position: absolute;
    left: 80%;
    z-index: 3;
}

.SappPoints {
    font-size: 50px;
    line-height:1;
}
.SappPoints2 {
    font-size: 30px;
    line-height: 1;
}

.SappPointsLabel {
    font-size: 16px;
}

.divSappPoints {
    text-align: center;
}

.btnSelectedPayment {
    background-color:#3c8dbc;
    color:white;
}
.btnSelectedPayment:focus  {
    background-color:#3c8dbc;
    color:white;
}
.divPaymentType{
    /*float:right;*/
    /*margin-right:10px*/
    text-align :center;
}

#spInDeliveryRange{
    color:green;
}
#spMinimumAmount{
    color:green;
}
.divOrderTypeInstruction{
    cursor:pointer;
}
.divOrderTypeInstruction:hover{
    /*background-color:rgba(254, 216, 1, 1);*/
    background-color: #EFEFEF;
}
#divOrderTypeDeliveryMinimum:hover{
    cursor:default ;
}
.modal{
    /*top:80px;*/
}
.control-sidebar{
    z-index :1000;
}
.divPaymentWrapper{
    /*width:900px;
    max-width:900px;*/
}
.divOptionCheckboxItem{
    float:left;
    width:50%;
}
.btnOrderType {
    float: left;
    width: 50%;
}
    .btnOrderType:hover {
        background-color: #367fa9;
        color:white;
    }
.btnOrderTypeBlink {
    background-color: #367fa9;
    color: white;
}
.btn-round {
    height:30px;
    width:30px;
    padding:2px;
    border-radius:50% !important;
    color:gray;
}
.error{
    border-color:red;
}
.validationMessage {
    font-size: 10px;
    color: red;
}
.navbar-toggle-nav-cart {
    float: none;
    color: rgba(254, 216, 1, 1);
    padding: 20px 10px;
    cursor: pointer;
    width: 80px;
}
.ArrowIcon:hover{
    /*background-color:black;*/
    color:#FFFFFF;
}
.divItemOption{
    margin-top:10px;
    padding:0;
    text-align :left;
}
.divCartHeader{
    /*padding:20px 0;*/
    padding:10px 0;
    text-align:center;
    font-weight :400;
}
.divCartWrapper{
    position:absolute;
    margin:10px 30px 10px 10px;
    width:360px;
    /*overflow-y:auto;*/
}
.divCartHeaderWrapper{
    /*border:solid 1px lightgray;
    border-radius:3px;
    background-color:#fff;*/
}
.divCartItemWrapper{
    border:solid 1px lightgray;
    border-radius:3px;
    margin:10px 0;
    padding:10px;
    cursor:pointer;
    background-color:#fff;
}
.divCartItemWrapper:hover {
    background-color: #EFEFEF;
    /*box-shadow:0px 0px 3px rgba(0,0,0,0.5);*/
}
.divCouponInfo {
    display:none;
}
.divCouponInfo:hover {
    background-color: rgba(254, 216, 1, 1); /*rgba(60, 141, 188, 1);*/
    color:#333;
}
.divSelectedCoupon {
    background-color: rgba(254, 216, 1, 1); /*rgba(60, 141, 188, 1);*/
    /*color:#333;*/
    font-weight:bold;
    color:#000000;
}
.divDisabledCoupon {
    background-color:#EEE;
    cursor:default ;
    color:#AAA;
}
.divDisabledCoupon:hover {
    background-color:#EEE;
    cursor:default ;
    color:#AAA;
}
.divCartItemWrapper:hover>hr{
    border-color:lightgray;
}
.divCartItemOty{
    float:left;
    text-align :center;
    padding:0 10px 0 10px;
    width:40px;
}
.divCartItemName{
    float:left;
    padding:0 0 0 10px;
    width:230px;
}
.divCartItemPrice{
    float:right;
    text-align :right;
    padding:0 0 0 0;
    width:60px;
}
.divCartItemOptions{
    padding:0 40px;
}
.divCartItemWrapperMisc{
    background-color:#fff;
    border:solid 1px lightgray;
    border-radius:3px;
    margin:10px 0;
    padding:10px;
}

.divCartLeftColumn {
    float: left;
    padding: 0 0 0 10px;
    width: 130px;
}

.divCartRightColumn {
    float: right;
    text-align: right;
    padding: 0 0 0 0;
    width: 200px;
}

.divOrderItem{
    border-top-color:#F0F0F0;
    border-top-width:1px;
    border-top-style:solid;
    margin:0px -10px;
    padding:10px 10px 10px 10px;
}

.divOpenGuestCheck{
    position:fixed;
    z-index:1000;
    /*right:30px;
    top:120px;*/
    top:50px;
    right:50px;
    cursor:pointer;
    color:rgba(254, 216, 1, 1);
}
.divOpenGuestCheck:hover{
    color:#333;
}
.icon-circle {
    font-size:60px;
    text-shadow:0px 1px 2px #555;
}
/*.icon-circle:hover {
    color:white;
}*/
.icon-cart {
    color:white;
    margin-top:10px;
    margin-left:5px;
    font-size:34px;
    text-shadow:0px 1px 2px #555;
}
/*.icon-cart:hover {
    color:rgba(254, 216, 1, 1);
}*/
.divRestaurantMenuBlock{
    margin:30px 30px;
}


/*REGULAR MENU LIST*/
.box-header.with-border{
    border-bottom:solid 1px lightgray;
}
.menu-list-menu-name{
    font-weight:400;

}
.menu-list-table{
    width:100%;
    padding:10px;
    cursor:pointer;
    margin-bottom:1px;
    border-bottom:solid 1px lightgray;
}
.menu-list-table:hover{
    background-color:#EFEFEF;
}
.menu-list-price{
    font-weight :400;
    text-align :right;
    padding: 10px;
}
.menu-list-desc{
    padding: 0 30px 10px 10px;
}
.menu-list-item{
    font-weight :400;
    padding: 0 30px 10px 10px;
}
.menu-list-image{
    padding:10px;
}
.menu-list-img-circle-wrapper {
    display: inline-block;
    position: relative;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
}
.menu-list-img-circle{
    /*width:100%;
    max-width:100px;
    border-radius:50%;*/
    width: auto;
    height: 100%;
    /*margin-left: -50px;*/
}
.menu-list-header{
    background-color:#FFFFFF;
}
.menu-list-header.collapsed-box{
    background-color:#ffffff;
}

.thin-margin{
    margin-bottom:2px;
}
.no-margin{
    margin:0;
}
.no-shadow{
    -moz-box-shadow:none ;
	-webkit-box-shadow:none;
	box-shadow:none; 
}
.pointer{
    cursor:pointer;
}

div.sidebar-wrapper{
    /*width:100%;
    height:400px;
    min-height :100%;
    margin: auto;*/
}
div.category-header{
    /*font-size:30px;*/
    font-weight :bold;
    text-shadow :0 5px 5px 0 rgba(0, 0, 0, .5);
}


/*CART*/
.control-sidebar-bg, .control-sidebar{
    right:-400px;
    width:400px;
    height:100%;
    padding-top:0px;
    /*padding-top:100px;*/
}
.control-sidebar-open .content-wrapper, .control-sidebar-open .right-side, .control-sidebar-open .main-footer{
    margin-right:0;
}

#divGuestCheck{

}
#divPromo{
    background-color:#eee;
    padding:10px 20px 10px 20px;
}
.cart-guestcheck{
    color:white;
    padding:5px 20px;
    /*font-size:24px;*/
    text-align :center;
    border-top:solid 1px white;
    border-bottom:solid 1px white;
}
.cart-item{
    font-size:20px;
}
.cart-quantity{
    width:20px;
    padding:0 10px;
}
.cart-itemname{
    color:orange;
    padding:0 10px;
}
.cart-itemprice{
    width:80px;
    color:orange;
    text-align :right;
    padding:0 10px;
}
.cart-itemdesc{
    font-size:16px;
    padding:0 10px;
}
.cart-detail{
    color:#333;
    border-top:solid 1px white;
}
.cart-guestcheck>.cart-ordertype{
    padding:12px 5px 12px 15px;
}
.cart-ordertype{
    cursor:pointer;
    text-align :center;
    padding:10px;
}
.cart-ordertype:hover{
    background-color:#333333;
}
.cart-block{
    font-size:16px;
    padding:10px 0;
}
.tblOptionInfo td {
    padding:2px;
    vertical-align :top;
}
.tdButton{
    cursor:pointer;
    text-align :center;
    padding:10px;
    border:solid 1px lightgray;
}

.rotated-text {
    display: inline-block;
    overflow: hidden;
    width: 1.5em;
    line-height: 1.5;
}
.rotated-text__inner {
    display: inline-block;
    white-space: nowrap;
    transform: translate(0,100%) rotate(-90deg);
    transform-origin: 0 0;
}
    .rotated-text__inner:after {
        content: "";
        float: left;
        margin-top: 100%;
    }

#divGuestCheckLabel{
    position: absolute;
    left: -50px;
    color: rgba(254, 216, 1, 1);
    top: 50px;
}
#divDeliveryAddressInfo:hover{
    cursor:pointer;
    background-color:#F0F0F0;
}
.ui-spinner-button{
    cursor:pointer;
}

@media(max-width:1199px) {
    /*.divRestaurantHeaderIndicators {
        padding-bottom:100px;
    }*/
}

@media screen and (max-width: 767px) {
    .SappPoints {
        font-size: 30px;
        font-weight: 400;
    }
    .SappPoints2 {
        font-size: 20px;
        font-weight: 400;
    }
    .modal{
        top:50px;
    }
    .divOpenGuestCheck{
        right:30px;
        top:60px;
    }
    .control-sidebar-bg, .control-sidebar {
        right: -350px;
        width: 350px;
        height: 100%;
        /*padding-top: 100px;*/
        padding-top: 50px;
    }
    .divRestaurantMenuBlock{
        margin:10px 0;
    }
    .divCartHeader{
        /*padding:22px 0;*/
        padding:10px 0;
    }
    .divCartWrapper{
        /*margin:10px 30px 10px 10px;*/
        width:330px;
    }
    .divCartItemWrapper{
        margin:10px 0;
        padding:10px;
    }
    .divCartItemOty{
        width:30px;
    }
    .divCartItemName{
        padding:0 0 0 10px;
        width:220px;
    }
    .divCartItemPrice{
        padding:0 0 0 0;
        width:50px;
    }
    .divCartItemOptions{
        padding:0 40px;
    }
}


/* PARSLEY VALIDATION*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
    position:absolute;
    opacity :0;
  /*margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;*/
}
.parsley-errors-list.filled {
  /*opacity: 1;*/
}
/* END PARSLEY VALIDATION*/