.tipsy { font-size: 14px; position: absolute; padding: 5px; z-index: 100000; } .tipsy-inner { background-color: #000; color: #FFF; max-width: 250px; padding: 5px 8px 4px 8px; text-align: center; } /* Rounded corners */ .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } /* Uncomment for shadow */ /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/ .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; } /* Rules to colour arrows */ .tipsy-arrow-n { border-bottom-color: #000; } .tipsy-arrow-s { border-top-color: #000; } .tipsy-arrow-e { border-left-color: #000; } .tipsy-arrow-w { border-right-color: #000; } .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;} .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;} .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; } .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; } img { border: 0px; } /* Clearfix */ .clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .clearfix { display: inline-block; } html[xmlns] .clearfix { display: block; } * html .clearfix { height: 1%; } /* End Clearfix */ body { font: 13px 'Open Sans', Tahoma, sans-serif; margin: 0; padding: 0; } h1, h2, h3, h4 { margin: 0; padding: 0; } h1 { font-size: 22px; font-weight: normal; } h2 { font-size: 20px; font-weight: normal; margin-bottom: 3px; } h3, h4 { font-weight: 600; } /* Layout Elements */ #header { border-bottom: 1px solid #ccc; padding: 10px 20px; margin-bottom: 20px; } #logo { float: left; } #restaurantInfo { float: right; width: 230px; /* margin-top: 40px; */ text-align: left; margin-right: 20px; margin-bottom: 0px; } #restaurantLogo { float: right; margin-bottom: 0px; } #footer { font-size: 12px; font-weight: normal; color: #666; margin-top: 30px; padding-top: 10px; padding-left: 20px; padding-bottom: 10px; } #footer a { color: #666; } /* Layout */ body { min-width: 780px; /* 2x LC width + RC width */ } #menu-error { padding: 0 20px 20px; color: red; } #menu-alert { padding: 0 20px 20px; } #menu-alert h1 { font-size: 25px; font-weight: bold; } #container { padding-left: 250px; /* LC width */ padding-right: 290px; /* RC width */ } #container .column { position: relative; float: left; } #menu { width: 100%; } #categories { width: 210px; /* LC width */ margin-left: -100%; padding: 0 10px 0 20px; left: 290px; /* RC width for IE6 */ } #order { width: 250px; /* RC width */ padding: 0 20px; margin-right: -290px; /* RC width */ } #footer { clear: both; } #container > #categories { left: -250px; /* -(LC fullwidth + CC padding) */ margin-left: expression( document.all.menu.offsetWidth * -1 + -30 + parseFloat(document.all.menu.currentStyle.paddingLeft) + parseFloat(document.all.categories.currentStyle.paddingLeft) + parseFloat(document.all.categories.currentStyle.paddingRight) ); /* Fix for IE7 */ } /* End Layout */ #info { padding: 0 10px; margin-bottom: 20px; overflow: auto; } #categories ul { list-style-type: none; margin: 0; padding: 0; } #categories ul li a { display: block; padding: 7px; margin: 0; color: #990000; font-size: 14px; text-decoration:none; } #categories ul li a:hover, #categories ul li a.current { background-color: #eee; } #menu ul { margin: 0px; padding-left: 0px; } #menu li.item { padding: 5px; list-style-image: url(/media/images/arrow-bullet.png); border-top: 1px solid #ccc; } #menu li.item.first-item { border-top: 0px; } #menu li.item:hover { background-color: #eee; } .point_down { list-style-image: url(/media/images/arrow-bullet-down.png) !important; } .item_details { display: none; margin: 0 10px 5px 10px; } .item_header { cursor: pointer; padding: 10px; } .item_images { float: right; } .item_images a { text-decoration: none; } .item_images img { border: 1px solid #999; margin-left: 10px; } .item_price { float: right; font-size: 14px; font-weight: 600; height: 25px; margin-left: 15px; margin-right: 15px; } .option { margin: 0 0 10px 0; } .option-list, .size-list { font-size: 15px !important; min-width: 150px; } .chzn-container .chzn-results li { /* Override Chosen style; add some extra padding */ line-height: 100% !important; padding: 5px 7px 7px !important; } .item_details>.options { float: left; } .order_buttons { float: right; } .order_item { margin-bottom: 10px; } .delete_item { margin-left: 5px; float: right; cursor: pointer; } .required_error { color: #990000; } .notes-text { max-width: 100%; width: 350px; height: 70px; margin-bottom: 5px; display: none; } h4.item-notes { margin-top: 5px; } p.item-notes { margin: 0px; } #order-type-info { margin-bottom: 10px; } .notification { padding: 0.8em; margin-bottom: 1em; border: 1px solid #DDD; } .error { background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4; } /* Community notification */ #notify-container { background-color: #A00; text-align: center; padding: 13px; margin-bottom: 5px; color: white; border-bottom: 1px solid #999; } #notify-container a { color: #fff; } .special-instructions { text-decoration: underline; cursor: pointer; font-weight: normal; } .item-subhead { margin-bottom: 5px; padding: 3px 0; } .submit-link { font-size: 16px; } .quantity-field label { margin-right: 10px; } .quantity-field input { width: 30px; } .quantity-field { margin-bottom: 5px; } .coupon-display { margin-bottom: 10px; color: #444; font-style: italic; } .coupon-display span { font-weight: 600; } .dialog { background-color:#fff; display:none; width:550px; padding:30px; text-align:left; border:2px solid #333; -moz-border-radius:6px; -webkit-border-radius:6px; -moz-box-shadow: 0 0 20px #ccc; -webkit-box-shadow: 0 0 20px #ccc; } .dialog h2 { font-size: 32px; margin-bottom: 5px; } .dialog button { padding: 5px; } .btn_green { cursor: pointer; font-size: 18px; } div.option h4 { margin-bottom: 4px; margin-top: 4px; } /* #logo { display: block; width: 250px; height: 70px; background: url('/theme/img/logo.png'); text-decoration: none; } */ /* buttons */ @charset "utf-8"; /* CSS Document */ /* bootstrap buttons */ /*! * Bootstrap v2.1.0 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */ .clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;} .clearfix:after{clear:both;} .hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;} .btn { display: inline-block; *display: inline; padding: 4px 12px; margin-bottom: 0; *margin-left: .3em; font-size: 14px; line-height: 20px; color: #333333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; cursor: pointer; background-color: #f5f5f5; *background-color: #e6e6e6; border: 1px solid #cccccc; *border: 0; border-color: #e6e6e6; border-color: rgba(0, 0, 0, 0.1); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; *zoom: 1; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; } .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { color: #333333; background-color: #e6e6e6; *background-color: #d9d9d9; } .btn:active, .btn.active { background-color: #cccccc \9; } .btn:first-child { *margin-left: 0; } .btn:hover, .btn:focus { color: #333333; text-decoration: none; } .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn.active, .btn:active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn.disabled, .btn[disabled] { cursor: default; background-image: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn-large { padding: 11px 19px; font-size: 17.5px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .btn-large [class^="icon-"], .btn-large [class*=" icon-"] { margin-top: 4px; } .btn-small { padding: 2px 10px; font-size: 11.9px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .btn-small [class^="icon-"], .btn-small [class*=" icon-"] { margin-top: 0; } .btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] { margin-top: -1px; } .btn-mini { padding: 0 6px; font-size: 10.5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .btn-block { display: block; width: 100%; padding-right: 0; padding-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active { color: rgba(255, 255, 255, 0.75); } .btn-primary { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #006dcc; *background-color: #0044cc; border-color: #0044cc #0044cc #002a80; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { color: #ffffff; background-color: #0044cc; *background-color: #003bb3; } .btn-primary:active, .btn-primary.active { background-color: #003399 \9; } .btn-warning { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #faa732; *background-color: #f89406; border-color: #f89406 #f89406 #ad6704; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { color: #ffffff; background-color: #f89406; *background-color: #df8505; } .btn-warning:active, .btn-warning.active { background-color: #c67605 \9; } .btn-danger { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #da4f49; *background-color: #bd362f; border-color: #bd362f #bd362f #802420; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { color: #ffffff; background-color: #bd362f; *background-color: #a9302a; } .btn-danger:active, .btn-danger.active { background-color: #942a25 \9; } .btn-success { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #5bb75b; *background-color: #51a351; border-color: #51a351 #51a351 #387038; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { color: #ffffff; background-color: #51a351; *background-color: #499249; } .btn-success:active, .btn-success.active { background-color: #408140 \9; } .btn-info { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #49afcd; *background-color: #2f96b4; border-color: #2f96b4 #2f96b4 #1f6377; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] { color: #ffffff; background-color: #2f96b4; *background-color: #2a85a0; } .btn-info:active, .btn-info.active { background-color: #24748c \9; } .btn-inverse { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #363636; *background-color: #222222; border-color: #222222 #222222 #000000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] { color: #ffffff; background-color: #222222; *background-color: #151515; } .btn-inverse:active, .btn-inverse.active { background-color: #080808 \9; } button.btn, input[type="submit"].btn { *padding-top: 3px; *padding-bottom: 3px; } button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner { padding: 0; border: 0; } button.btn.btn-large, input[type="submit"].btn.btn-large { *padding-top: 7px; *padding-bottom: 7px; } button.btn.btn-small, input[type="submit"].btn.btn-small { *padding-top: 3px; *padding-bottom: 3px; } button.btn.btn-mini, input[type="submit"].btn.btn-mini { *padding-top: 1px; *padding-bottom: 1px; } .btn-link, .btn-link:active, .btn-link[disabled] { background-color: transparent; background-image: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn-link { color: #0088cc; cursor: pointer; border-color: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn-link:hover, .btn-link:focus { color: #005580; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, .btn-link[disabled]:focus { color: #333333; text-decoration: none; } .btn-group { position: relative; display: inline-block; *display: inline; *margin-left: .3em; font-size: 0; white-space: nowrap; vertical-align: middle; *zoom: 1; } .btn-group:first-child { *margin-left: 0; } .btn-group + .btn-group { margin-left: 5px; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { display: table-cell; float: none; width: 1%; } .btn-group-justified > .btn-group .btn { width: 50%; } .btn-toolbar { margin-top: 10px; margin-bottom: 10px; font-size: 0; } .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group { margin-left: 5px; } .btn-group > .btn { position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn-group > .btn + .btn { margin-left: -1px; } .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover { font-size: 14px; } .btn-group > .btn-mini { font-size: 10.5px; } .btn-group > .btn-small { font-size: 11.9px; } .btn-group > .btn-large { font-size: 17.5px; } .btn-group > .btn:first-child { margin-left: 0; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-topleft: 4px; } .btn-group > .btn:last-child, .btn-group > .dropdown-toggle { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; } .btn-group > .btn.large:first-child { margin-left: 0; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-topleft: 6px; } .btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle { -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 6px; } .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active { z-index: 2; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { *padding-top: 5px; padding-right: 8px; *padding-bottom: 5px; padding-left: 8px; -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn-group > .btn-mini + .dropdown-toggle { *padding-top: 2px; padding-right: 5px; *padding-bottom: 2px; padding-left: 5px; } .btn-group > .btn-small + .dropdown-toggle { *padding-top: 5px; *padding-bottom: 4px; } .btn-group > .btn-large + .dropdown-toggle { *padding-top: 7px; padding-right: 12px; *padding-bottom: 7px; padding-left: 12px; } .btn-group.open .dropdown-toggle { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn-group.open .btn.dropdown-toggle { background-color: #e6e6e6; } .btn-group.open .btn-primary.dropdown-toggle { background-color: #0044cc; } .btn-group.open .btn-warning.dropdown-toggle { background-color: #f89406; } .btn-group.open .btn-danger.dropdown-toggle { background-color: #bd362f; } .btn-group.open .btn-success.dropdown-toggle { background-color: #51a351; } .btn-group.open .btn-info.dropdown-toggle { background-color: #2f96b4; } .btn-group.open .btn-inverse.dropdown-toggle { background-color: #222222; } .btn .caret { margin-top: 8px; margin-left: 0; } .btn-large .caret { margin-top: 6px; } .btn-large .caret { border-top-width: 5px; border-right-width: 5px; border-left-width: 5px; } .btn-mini .caret, .btn-small .caret { margin-top: 8px; } .dropup .btn-large .caret { border-bottom-width: 5px; } .btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .btn-group-vertical { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; } .btn-group-vertical > .btn { display: block; float: none; max-width: 100%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn-group-vertical > .btn + .btn { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:first-child { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } .btn-group-vertical > .btn:last-child { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .btn-group-vertical > .btn-large:first-child { -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; } .btn-group-vertical > .btn-large:last-child { -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; } [class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("../images/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat;margin-top:1px;} .icon-white,.nav-tabs>.active>a>[class^="icon-"],.nav-tabs>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"]{background-image:url("../images/glyphicons-halflings-white.png");} .icon-glass{background-position:0 0;} .icon-music{background-position:-24px 0;} .icon-search{background-position:-48px 0;} .icon-envelope{background-position:-72px 0;} .icon-heart{background-position:-96px 0;} .icon-star{background-position:-120px 0;} .icon-star-empty{background-position:-144px 0;} .icon-user{background-position:-168px 0;} .icon-film{background-position:-192px 0;} .icon-th-large{background-position:-216px 0;} .icon-th{background-position:-240px 0;} .icon-th-list{background-position:-264px 0;} .icon-ok{background-position:-288px 0;} .icon-remove{background-position:-312px 0;} .icon-zoom-in{background-position:-336px 0;} .icon-zoom-out{background-position:-360px 0;} .icon-off{background-position:-384px 0;} .icon-signal{background-position:-408px 0;} .icon-cog{background-position:-432px 0;} .icon-trash{background-position:-456px 0;} .icon-home{background-position:0 -24px;} .icon-file{background-position:-24px -24px;} .icon-time{background-position:-48px -24px;} .icon-road{background-position:-72px -24px;} .icon-download-alt{background-position:-96px -24px;} .icon-download{background-position:-120px -24px;} .icon-upload{background-position:-144px -24px;} .icon-inbox{background-position:-168px -24px;} .icon-play-circle{background-position:-192px -24px;} .icon-repeat{background-position:-216px -24px;} .icon-refresh{background-position:-240px -24px;} .icon-list-alt{background-position:-264px -24px;} .icon-lock{background-position:-287px -24px;} .icon-flag{background-position:-312px -24px;} .icon-headphones{background-position:-336px -24px;} .icon-volume-off{background-position:-360px -24px;} .icon-volume-down{background-position:-384px -24px;} .icon-volume-up{background-position:-408px -24px;} .icon-qrcode{background-position:-432px -24px;} .icon-barcode{background-position:-456px -24px;} .icon-tag{background-position:0 -48px;} .icon-tags{background-position:-25px -48px;} .icon-book{background-position:-48px -48px;} .icon-bookmark{background-position:-72px -48px;} .icon-print{background-position:-96px -48px;} .icon-camera{background-position:-120px -48px;} .icon-font{background-position:-144px -48px;} .icon-bold{background-position:-167px -48px;} .icon-italic{background-position:-192px -48px;} .icon-text-height{background-position:-216px -48px;} .icon-text-width{background-position:-240px -48px;} .icon-align-left{background-position:-264px -48px;} .icon-align-center{background-position:-288px -48px;} .icon-align-right{background-position:-312px -48px;} .icon-align-justify{background-position:-336px -48px;} .icon-list{background-position:-360px -48px;} .icon-indent-left{background-position:-384px -48px;} .icon-indent-right{background-position:-408px -48px;} .icon-facetime-video{background-position:-432px -48px;} .icon-picture{background-position:-456px -48px;} .icon-pencil{background-position:0 -72px;} .icon-map-marker{background-position:-24px -72px;} .icon-adjust{background-position:-48px -72px;} .icon-tint{background-position:-72px -72px;} .icon-edit{background-position:-96px -72px;} .icon-share{background-position:-120px -72px;} .icon-check{background-position:-144px -72px;} .icon-move{background-position:-168px -72px;} .icon-step-backward{background-position:-192px -72px;} .icon-fast-backward{background-position:-216px -72px;} .icon-backward{background-position:-240px -72px;} .icon-play{background-position:-264px -72px;} .icon-pause{background-position:-288px -72px;} .icon-stop{background-position:-312px -72px;} .icon-forward{background-position:-336px -72px;} .icon-fast-forward{background-position:-360px -72px;} .icon-step-forward{background-position:-384px -72px;} .icon-eject{background-position:-408px -72px;} .icon-chevron-left{background-position:-432px -72px;} .icon-chevron-right{background-position:-456px -72px;} .icon-plus-sign{background-position:0 -96px;} .icon-minus-sign{background-position:-24px -96px;} .icon-remove-sign{background-position:-48px -96px;} .icon-ok-sign{background-position:-72px -96px;} .icon-question-sign{background-position:-96px -96px;} .icon-info-sign{background-position:-120px -96px;} .icon-screenshot{background-position:-144px -96px;} .icon-remove-circle{background-position:-168px -96px;} .icon-ok-circle{background-position:-192px -96px;} .icon-ban-circle{background-position:-216px -96px;} .icon-arrow-left{background-position:-240px -96px;} .icon-arrow-right{background-position:-264px -96px;} .icon-arrow-up{background-position:-289px -96px;} .icon-arrow-down{background-position:-312px -96px;} .icon-share-alt{background-position:-336px -96px;} .icon-resize-full{background-position:-360px -96px;} .icon-resize-small{background-position:-384px -96px;} .icon-plus{background-position:-408px -96px;} .icon-minus{background-position:-433px -96px;} .icon-asterisk{background-position:-456px -96px;} .icon-exclamation-sign{background-position:0 -120px;} .icon-gift{background-position:-24px -120px;} .icon-leaf{background-position:-48px -120px;} .icon-fire{background-position:-72px -120px;} .icon-eye-open{background-position:-96px -120px;} .icon-eye-close{background-position:-120px -120px;} .icon-warning-sign{background-position:-144px -120px;} .icon-plane{background-position:-168px -120px;} .icon-calendar{background-position:-192px -120px;} .icon-random{background-position:-216px -120px;width:16px;} .icon-comment{background-position:-240px -120px;} .icon-magnet{background-position:-264px -120px;} .icon-chevron-up{background-position:-288px -120px;} .icon-chevron-down{background-position:-313px -119px;} .icon-retweet{background-position:-336px -120px;} .icon-shopping-cart{background-position:-360px -120px;} .icon-folder-close{background-position:-384px -120px;} .icon-folder-open{background-position:-408px -120px;width:16px;} .icon-resize-vertical{background-position:-432px -119px;} .icon-resize-horizontal{background-position:-456px -118px;} .icon-hdd{background-position:0 -144px;} .icon-bullhorn{background-position:-24px -144px;} .icon-bell{background-position:-48px -144px;} .icon-certificate{background-position:-72px -144px;} .icon-thumbs-up{background-position:-96px -144px;} .icon-thumbs-down{background-position:-120px -144px;} .icon-hand-right{background-position:-144px -144px;} .icon-hand-left{background-position:-168px -144px;} .icon-hand-up{background-position:-192px -144px;} .icon-hand-down{background-position:-216px -144px;} .icon-circle-arrow-right{background-position:-240px -144px;} .icon-circle-arrow-left{background-position:-264px -144px;} .icon-circle-arrow-up{background-position:-288px -144px;} .icon-circle-arrow-down{background-position:-312px -144px;} .icon-globe{background-position:-336px -144px;} .icon-wrench{background-position:-360px -144px;} .icon-tasks{background-position:-384px -144px;} .icon-filter{background-position:-408px -144px;} .icon-briefcase{background-position:-432px -144px;} .icon-fullscreen{background-position:-456px -144px;} /* end bootstrap buttons */ /*! fancyBox v2.0.4 fancyapps.com | fancyapps.com/fancybox/#license */ .fancybox-tmp iframe, .fancybox-tmp object { vertical-align: top; padding: 0; margin: 0; } .fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 10002; } .fancybox-outer { padding: 0; margin: 0; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .fancybox-opened { z-index: 10003; } .fancybox-opened .fancybox-outer { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); } .fancybox-inner { width: 100%; height: 100%; padding: 0; margin: 0; position: relative; outline: none; overflow: hidden; } .fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 10px; } .fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; vertical-align: top; } .fancybox-image { max-width: 100%; max-height: 100%; } #fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -21px; margin-left: -21px; width: 42px; height: 42px; background: url('fancybox_loading.gif'); opacity: 0.8; cursor: pointer; z-index: 10010; } .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('fancybox_sprite.png'); } .fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 10004; } .fancybox-prev, .fancybox-next { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; background: transparent url('blank.gif'); /* helps IE */ z-index: 10003; } .fancybox-prev { left: 0; } .fancybox-next { right: 0; } .fancybox-prev span, .fancybox-next span { position: absolute; top: 50%; left: -9999px; width: 36px; height: 36px; margin-top: -18px; cursor: pointer; z-index: 10003; } .fancybox-prev span { background-position: 0 -36px; } .fancybox-next span { background-position: 0 -72px; } .fancybox-prev:hover, .fancybox-next:hover { visibility: visible; } .fancybox-prev:hover span { left: 20px; } .fancybox-next:hover span { left: auto; right: 20px; } .fancybox-tmp { position: absolute; top: -9999px; left: -9999px; padding: 0; overflow: visible; visibility: hidden; } /* Overlay helper */ #fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 10001; background: #000; } /* Title helper */ .fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 10005; } .fancybox-opened .fancybox-title { visibility: visible; } .fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 10003; text-align: center; } .fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; } .fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; } .fancybox-title-inside-wrap { margin-top: 10px; } .fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); } #fancybox-thumbs { position: fixed; left: 0px; width: 100%; overflow: hidden; z-index: 10005; } #fancybox-thumbs.bottom { bottom: 2px; } #fancybox-thumbs.top { top: 2px; } #fancybox-thumbs ul { position: relative; list-style: none; margin: 0; padding: 0; } #fancybox-thumbs ul li { float: left; padding: 1px; opacity: 0.5; } #fancybox-thumbs ul li.active { opacity: 0.75; padding: 0; border: 1px solid #fff; } #fancybox-thumbs ul li:hover { opacity: 1; } #fancybox-thumbs ul li a { display: block; position: relative; overflow: hidden; border: 1px solid #222; background: #111; outline: none; } #fancybox-thumbs ul li img { display: block; position: relative; border: 0; padding: 0; } .pull-right { float: right; } .order-header { padding-top: 6px; } .order-header-container { margin-top: 0px; } /* pizza icons */ /* Pizza stuff */ .pizza-icon { background-image: url('/admin/css/pizzaicons.png'); width: 22px; height: 22px; display: inline-block; background-position: 22px 0px; } .pizza-icon.pizza-right { background-position: 22px 22px; } .pizza-icon.pizza-whole { background-position: 22px 44px; } .pizza-icon.active, .pizza-icon:hover { background-position: 0px 0px; } .pizza-icon.active.pizza-right, .pizza-icon.pizza-right:hover { background-position: 0px 22px; } .pizza-icon.active.pizza-whole, .pizza-icon.pizza-whole:hover { background-position: 0px 44px; } .remove-icon { display: inline-block; visibility: hidden; background-position: -48px -96px; width: 14px; height: 14px; margin-top: 4px; margin-left: 4px; line-height: 14px; vertical-align: top; background-image: url("/admin/css/glyphicons-halflings.png"); background-repeat: no-repeat; } .remove-icon.active { visibility: visible; } select.pizza-topping-level { margin: 0 0 0 4px; font-size: 10px; padding: 4px 2px; display: inline-block; height: auto; position: relative; top: -7px; visibility: hidden; } select.pizza-topping-level.active { visibility: visible; } .pizza-option input { display: none; } .pizza-option.left, .pizza-option.right, .pizza-option .opt-price { display: none !important; } .pizza-option label { vertical-align: top; margin-top: 3px;} .pizza-option .option-value { min-width: 306px; } /* end pizza icons */ /* calorie styles */ .item-price-details { float: right; font-size: 14px; font-weight: 600; height: 25px; text-align: right; } .item-calories { font-weight: 400; } .calorie-footer { font-size: 14px; /* must be the same or greater than item price size, by US FDA requirements */ } /* responsive styles */ .item_price_range { float: right; font-size: 14px; font-weight: 600; height: 25px; margin-left: 15px; margin-right: 15px; } .order_item h3 { font-weight: normal; font-size: 15px; } .item-quantity { font-weight: 600; } #change-order-type { margin-left: 5px; } #upsell-prompt { width: 600px; margin-left: 0; } #upsell-prompt h2 { font-size: 28px; } #upsell-prompt h2.title { margin-top: 25px; } #upsell-prompt p { margin: 0; } .upsell-image { width: 200px; float: right; border: 1px solid #999; margin-left: 15px; } #upsell-content { margin: 10px 0; overflow-y: auto; width: 100% } #upsell-prompt .price { display: block; } #upsell-buttons { padding: 10px 0; } select { border: 1px solid #BBB; height: 28px; line-height: 28px; padding: 4px; color: #555; } .takeout-info { margin-top: 10px; } .delivery-info { margin-top: 10px; } .option-value { margin-bottom: 4px; } .option-value label { display: inline-block; width: 150px; } .option-value input { width: 50px; vertical-align: top; } .option-value.checkbox input { width: auto; min-width: 0; } .order-item-price { font-weight: 600; } .order_item:hover .order-item-price { display: none; } .order_item:hover .remove-item { display: block; } .order_item .remove-item { display: none; } #order_items.locked .remove-item { display: none !important; } #order_items.locked .order-item-price { display: block !important; } #order-subtotal { padding-bottom: 10px; } #order-subtotal strong { float:right; } .delete_item { margin-left: 5px; float: right; cursor: pointer; width: 35px; } .btn .icon-shopping-cart { display: none; } .btn.toggle-header, .btn.toggle-cats, .item-count { display: none; } .closed-message-footer, .smart-app-links-footer { display: none; } /* begin universal responsive CSS */ .top-pane { width: 100%; padding: 0; margin: 0; background: #f3f3f3; border-bottom: 1px solid #ddd; top: 0; left: 0; position: fixed; } .close-bar { position: absolute; left: 50%; bottom: -19px; margin-left: -12px; } .close-bar-inner { position: relative; left: -50%; } a.btn { text-decoration: none; } a.submit-link { font-size: 18px; } a.top-submit { font-size: 14px !important; font-weight: normal !important; margin-top: 3px; } .order-type-buttons .set-order-type { width: 42%; margin: 6px 1%; height: 50px; font-size: 16px; line-height: 16px; } .order-type-buttons { text-align: center; z-index: 9991; } .delivery-min { font-size: 11px; line-height: 11px; } .takeout-min { font-size: 11px; line-height: 11px; } .takeout-btn-time, .delivery-btn-time { font-size: 11px; line-height: 11px; } .policies a { color: #999; font-size: 10px; } .group-guest-checkout { font-size: 16px !important; padding: 8px 10px; } .mobile-menu #exposeMask { width: 100% !important; } .delivery-reminder { margin-top: 15px; } #map_canvas { width: 600px; height: 400px; } @media only screen and (max-width: 1080px) { .notes { width: 50%; } } @media only screen and (max-width: 768px) { #order-type-info { display: none !important; } #container #categories.column { width: 100%; margin: 0; padding: 0; position: absolute; top: 50px; /* leave room for the top bar */ left: 0; z-index: 9980; /* height: 100%; overflow-x: none; overflow-y: auto; */ } #container #categories ul li a { padding: 10px 15px; border-bottom: 1px solid #f3f3f3; } #header { display: none !important; } #menu, #header, #footer { display: none; } #menu-alert { padding: 0 10px; } #container { padding-left: 0px; padding-right: 0px; } body { min-width: 0px; padding: 50px 0px 0px 0px; } #container .column { position: static; float: none; } #container #order.column { position: fixed; z-index: 9990; top: 0; margin-top: 0 !important; } #order { width: 100%; padding: 0; margin: 0; background: #f3f3f3; border-bottom: 1px solid #ddd; top: 0; left: 0; } #order.header-open { bottom: 0; overflow-y: auto; } .delete_item { width: auto } .btn.toggle-cats, .btn.toggle-header { display: inline-block; font-size: 18px; } .order-details { display: none; padding: 0px 10px 10px 10px; } .start-group-order-info { display: none; padding: 0 10px 10px 10px; } .mobile-restaurant-info { display: none; padding: 15px 10px 0 10px; } #restaurant-info-head { padding: 0 10px 0 0; } #mobile-restaurant-name { font-weight: bold; } .map-features { padding: 0 10px 10px 10px; } #members-head, #login-container { display: none; padding: 0px 10px 10px 10px; } #login-container .btn-group .btn { padding: 4px 10px; } .order-header-container { height: 30px; padding: 5px; } .order-header { padding: 0 4px 0 0; /* force long text to truncate, it can't wrap on mobile */ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } a.top-submit { margin-top: 0 !important; } .item-info, .item-info-right, .item_images { float: none !important; max-width: 100% !important; } .item_images img { margin-left: 0; margin-right: 10px; } .item_images { margin-top: 5px; } /* override any embed-applied font size so the header fits well */ h2 { padding-left: 10px; font-size: 20px !important; } .category-description { padding: 0 10px; } #upsell-prompt h2 { padding-left: 0; margin-top: 0; font-size: 23px !important; } .upsell-image { float: none; margin-left: 0; } .notes { float: left; width: 45%; } .notes-text { width: 100%; } .order-item-price { display: inline-block; margin-right: 5px; margin-top: 7px; vertical-align: top; } .order_item:hover .order-item-price { display: inline-block; } .order_item:hover .remove-item { display: inline-block; } .order_item .remove-item { display: inline-block; } .has-quantities .option-value label { width: 150px; } .item_price { position: absolute; right: 5px; top: 10px; } .item_price_range { position: absolute; right: 5px; top: 10px; } /* add space for the price range next to the item name */ .item-info h3 { padding-right: 60px; } .dialog { width: 80%; } .item-count, .btn .icon-shopping-cart { display: inline; } .order-header-text, .max-amount-info, .smart-app-links, .takeout-info, .delivery-info, .map-features { display: none } /* mobile levelup changes */ .is-levelup .order-header > span { display: none; } .right-content { display: none; } .closed-message-footer, .smart-app-links-footer { display: block; position: fixed; bottom: 0; left: 0; right: 0; width: 100%; text-align: center; box-sizing: border-box; padding: 25px; background: #f9f9f9; border-top: 1px solid #ccc; z-index: 9981; } .smart-app-links-footer { display: none; padding: 15px; } .android-app-link, .ios-app-link { display: none; } .column-ext { padding-bottom: 70px !important; } .option-list, .size-list { font-size: 16px !important; } } @media only screen and (min-width: 480px) and (max-width: 767px) { /* This is for any screen less than Ipad's width and at least 480px. This covers a many large-screened smartphones. It is declared after the above rule so it overrides the rules meant for 320px. */ #map_canvas { width: 300px; } .upsell-image { float: right; margin-left: 0; } .notes { width: 60%; } .notes-text { width: 100%; } .option-list, .size-list { font-size: 16px !important; } } @media only screen and (max-width: 480px) { #map_canvas { width: 300px; } #upsell-buttons .btn-large, #group-order-buttons .btn-large { border-radius: 4px; font-size: 14px; padding: 4px 12px; } input.member-name, input.member-email { width: 42% !important; } span.group-member-text { width: 100%; display: inline-block; } .option-list, .size-list { font-size: 16px !important; } } /* end universal responsive CSS */ .item-info { float: left; max-width: 64%; } .item-info-right { float: right; max-width: 35%; } .item_images a { float: left; } .item_header { position: relative; } .item_price { margin-right: 0px; } .item_price_range { margin-right: 0px; } .add_item_error { display: none; color: red; padding-bottom: 7px; } /* menu approval bar */ @media only screen and (max-width: 768px) { .setup-footer { display: none; } } .setup-footer { height: 60px; border-top: 1px solid #BCE8F1; background-color: #D9EDF7; position: fixed; bottom: 0; width: 100%; padding: 10px 20px 10px 40px; } .setup-footer > div { float: left; } .setup-footer > div.text { margin-left: 25px; margin-right: 10px; } .setup-footer h2 { padding: 0; font-weight: 300; margin-top: 4px; } .setup-footer div.buttons { padding-top: 15px; padding-left: 10px; } .setup-footer a.btn { font-size: 18px; font-weight: 300; padding: 8px 20px; text-shadow: none; } .setup-footer a.btn span { display: block; font-size: 12px; } .setup-footer .icon { position: relative; top: 6px; padding: 4px; /* add padding so the hover area is bigger */ color: #777; } #changes-form { position: fixed; width: 270px; top: 0; bottom: 0; right: 0; background: #fff; border-left: 1px solid #ccc; padding: 20px; box-sizing: border-box; } #changes-form textarea { width: 100%; height: 300px; box-sizing: border-box; } #changes-form button { display: block; width: 100%; box-sizing: border-box; margin-top: 15px; font-size: 18px; font-weight: 300; text-shadow: none; font-family: 'Open Sans', sans-serif; } #start-group-order { cursor: pointer; } #group-order-status { font-style: italic; } .group-member-text { margin-top: 6px; display: inline-block; margin-right: 7px; } /* option columns */ .option-col { float: left; margin-right: 10px; } /* option levels */ select.opt-level { font-size: 10px; margin: 0 0 0 4px; padding: 4px 2px; position: relative; display: inline-block; height: auto; top: -1px; visibility: hidden; } select.opt-level.active { visibility: visible; } /* coupon prompt */ input.coupon { /* display: block; */ /* margin-top: 10px; */ margin-top: 6px; position: relative; top: 2px; } div#coupon-prompt { padding: 25px; } #coupon-prompt h3 { margin-top: 20px; } #coupon-prompt .continue-ordering { margin-top: 3px; } .coupon-help { display: none; color: #9b1313; } .coupon-help.coupon-error { display: block; } /* * Remodal - v1.1.0 * Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking. * http://vodkabears.github.io/remodal/ * * Made by Ilya Makarov * Under MIT License */ /* ========================================================================== Remodal's necessary styles ========================================================================== */ /* Hide scroll bar */ html.remodal-is-locked { overflow: hidden; -ms-touch-action: none; touch-action: none; } /* Anti FOUC */ .remodal, [data-remodal-id] { display: none; } /* Necessary styles of the overlay */ .remodal-overlay { position: fixed; z-index: 9999; top: -5000px; right: -5000px; bottom: -5000px; left: -5000px; display: none; } /* Necessary styles of the wrapper */ .remodal-wrapper { position: fixed; z-index: 10000; top: 0; right: 0; bottom: 0; left: 0; display: none; overflow: auto; text-align: center; -webkit-overflow-scrolling: touch; } .remodal-wrapper:after { display: inline-block; height: 100%; margin-left: -0.05em; content: ""; } /* Fix iPad, iPhone glitches */ .remodal-overlay, .remodal-wrapper { -webkit-backface-visibility: hidden; backface-visibility: hidden; } /* Necessary styles of the modal dialog */ .remodal { position: relative; outline: none; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; } .remodal-is-initialized { /* Disable Anti-FOUC */ display: inline-block; } /* * Remodal - v1.1.0 * Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking. * http://vodkabears.github.io/remodal/ * * Made by Ilya Makarov * Under MIT License */ /* ========================================================================== Remodal's default mobile first theme ========================================================================== */ /* Default theme styles for the background */ .remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened { -webkit-filter: blur(3px); filter: blur(3px); } /* Default theme styles of the overlay */ .remodal-overlay { background: rgba(43, 46, 56, 0.9); } .remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .remodal-overlay.remodal-is-opening { -webkit-animation-name: remodal-overlay-opening-keyframes; animation-name: remodal-overlay-opening-keyframes; } .remodal-overlay.remodal-is-closing { -webkit-animation-name: remodal-overlay-closing-keyframes; animation-name: remodal-overlay-closing-keyframes; } /* Default theme styles of the wrapper */ .remodal-wrapper { padding: 10px 10px 0; } /* Default theme styles of the modal dialog */ .remodal { box-sizing: border-box; width: 100%; margin-bottom: 10px; padding: 35px; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); color: #2b2e38; background: #fff; } .remodal.remodal-is-opening, .remodal.remodal-is-closing { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .remodal.remodal-is-opening { -webkit-animation-name: remodal-opening-keyframes; animation-name: remodal-opening-keyframes; } .remodal.remodal-is-closing { -webkit-animation-name: remodal-closing-keyframes; animation-name: remodal-closing-keyframes; } /* Vertical align of the modal dialog */ .remodal, .remodal-wrapper:after { vertical-align: middle; } /* Close button */ .remodal-close { position: absolute; top: 0; left: 0; display: block; overflow: visible; width: 35px; height: 35px; margin: 0; padding: 0; cursor: pointer; -webkit-transition: color 0.2s; transition: color 0.2s; text-decoration: none; color: #95979c; border: 0; outline: 0; background: transparent; } .remodal-close:hover, .remodal-close:focus { color: #2b2e38; } .remodal-close:before { font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important; font-size: 25px; line-height: 35px; position: absolute; top: 0; left: 0; display: block; width: 35px; content: "\00d7"; text-align: center; } /* Keyframes ========================================================================== */ @-webkit-keyframes remodal-opening-keyframes { from { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 0; } to { -webkit-transform: none; transform: none; opacity: 1; } } @keyframes remodal-opening-keyframes { from { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 0; } to { -webkit-transform: none; transform: none; opacity: 1; } } @-webkit-keyframes remodal-closing-keyframes { from { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } to { -webkit-transform: scale(0.95); transform: scale(0.95); opacity: 0; } } @keyframes remodal-closing-keyframes { from { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } to { -webkit-transform: scale(0.95); transform: scale(0.95); opacity: 0; } } @-webkit-keyframes remodal-overlay-opening-keyframes { from { opacity: 0; } to { opacity: 1; } } @keyframes remodal-overlay-opening-keyframes { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes remodal-overlay-closing-keyframes { from { opacity: 1; } to { opacity: 0; } } @keyframes remodal-overlay-closing-keyframes { from { opacity: 1; } to { opacity: 0; } } /* Media queries ========================================================================== */ @media only screen and (min-width: 1200px) { .remodal { max-width: 1100px; } } @media only screen and (min-width: 1000px) and (max-width: 1199px) { .remodal { max-width: 900px; } } @media only screen and (min-width: 641px) and (max-width: 999px) { .remodal { max-width: 700px; } } /* IE8 ========================================================================== */ .lt-ie9 .remodal-overlay { background: #2b2e38; } .lt-ie9 .remodal { width: 700px; } /* End Remodal */ .remodal-close { /* right-align close icon */ right: 0; left: auto; } /* Coupon complete modal */ .modal-image-wrapper { float: left; min-height: 140px; margin-right: 10px; } .remodal-header { margin-bottom: 15px; } .remodal-content { text-align: left; } .modal-item-form-content button { margin-top: 10px; } .coupon-complete-form { margin-bottom: 25px; } .modal-item-form-content .option.clearfix { float: none; clear: both; } .delivery-area-trigger { padding-bottom: 10px; } .right-content { padding-bottom: 10px; }