/*
Font Weight numbering values:
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Regular, Normal, Book, Roman
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
source: https://www.w3.org/TR/css-fonts-3/#font-weight-numeric-values
*/
@font-face {
  font-family: 'Open Sans';
  src: local(Roboto), local(Arial), local(sans-serif);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: local(Roboto), local(Arial), local(sans-serif);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: local(Roboto), local(Arial), local(sans-serif);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: local(Roboto), local(Arial), local(sans-serif);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: local(Roboto), local(Arial), local(sans-serif);
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: local(Roboto), local(Arial), local(sans-serif);
  font-weight: 600;
  font-style: italic;
}
.zero-margin-padding {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
#cookie-bar {
  z-index: 20;
  position: fixed;
  padding: 10px;
  width: 100%;
  background: white;
  color: #999999;
  font-size: 11px;
  height: auto;
  border-top: solid 1px #dddddd;
}
#cookie-bar p {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: auto;
}
#cookie-bar .cb-enable {
  color: white;
  background: #11a0dc;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable:hover,
#cookie-bar .cb-enable:focus {
  background: #007da4;
}
body {
  margin: 0;
  padding: 0;
  background: #eeeeee;
  color: #161616;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif !important;
}
input,
#sign-up-modal {
  font-family: 'Open Sans', sans-serif !important;
}
pre {
  color: #161616;
  font-family: 'Open Sans', sans-serif !important;
}
ul {
  margin: 0 auto;
  padding: 0px;
}
a {
  color: #11a0dc;
}
.semibold {
  font-weight: 400;
}
.logo {
  vertical-align: middle;
  max-height: 40px;
  border: none;
}
.poweredby-logo {
  float: right;
}
.poweredby-logo img {
  border: 0px;
  margin-right: 5px;
  margin-top: 5px;
}
#ko-view {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: white;
  border: none;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-top: 20px;
}
/* This is temporary until we get designs through */

.sxs-wrapper.v4 {
  float: right;
  width: auto;
  margin-right: 0px;
}
.sxs-wrapper {
  text-transform: capitalize;
  margin: 0 auto 0 auto;
  padding-left: 10px;
  width: 100%;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.sxs-wrapper-social {
  background-color: #11a0dc;
  height: 3px;
}
.sxs-wrapper-social-inner {
  width: 1000px;
  margin: 0 auto;
}
.sxs-wrapper-footer {
  width: 1000px;
  margin: 0 auto;
}
.header {
  border-bottom: 1px solid #dddddd;
  background: white;
  position: static;
  z-index: 20;
  width: 100%;
  text-align: center;
}
.headerV4 {
  border-bottom: 1px solid #dddddd;
  background: white;
  position: static;
  z-index: 20;
  width: 100%;
  text-align: center;
}
.main-content {
  min-height: 300px;
  height: 100%;
  padding-right: 20px;
  float: left;
  width: 640px;
}
.main-content-loading {
  margin-top: 40px;
  font-size: 39px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.main-content-no-restaurants {
  font-size: 15px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.footer-mobile-app {
  background-color: white;
  padding-top: 40px;
  width: auto;
  border-bottom: 1px solid #eeeeee;
}
.footer-stats {
  float: left;
  width: 100%;
  background-color: #4c4c4c;
  color: white;
  padding: 15px 0;
  text-align: center;
}
.footer-stats > span {
  margin-right: 100px;
}
.footer {
  margin: 0 auto;
  background: #2a2a2d;
  margin-top: 40px;
  float: left;
  width: 100%;
}
.footer .footer-res-title {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}
.footer .footer-res-count {
  font-weight: normal;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}
.footer .footer-app-links {
  text-align: center;
  margin-bottom: 30px;
}
.footer .footer-app-links .footer-app-link img {
  height: 32px;
}
.footer .footer-app-links .footer-app-link:first-child {
  margin-right: 16px;
}
.footer .footer-signup {
  float: left;
  width: 100%;
  background-color: white;
  text-align: center;
}
.footer .footer-signup .footer-signup-title {
  padding-top: 30px;
  font-size: 23px;
  font-weight: bold;
}
.footer .footer-signup .footer-signup-description {
  padding-top: 10px;
  padding-bottom: 20px;
}
.footer .footer-signup .footer-signup-button {
  padding: 24px;
}
.footer .footer-signup .footer-signup-button a {
  color: white;
  background-color: #11a0dc;
  padding: 6px 20px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
}
.footer-social {
  float: left;
  width: 100%;
  padding-top: 20px;
}
.footer-social-list {
  list-style-type: none;
  text-align: center;
  font-size: 17px;
  line-height: 45px;
}
.footer-social-list li {
  display: inline-block;
  margin: 0 5px;
}
.footer-social-list li a {
  color: #cccccc !important;
  cursor: pointer;
}
.footer-social-list li a:hover {
  color: #636363 !important;
}
.footer-social-list li a .social-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #2a2a2d;
}
.footer-copyright {
  color: white;
  float: left;
  width: 100%;
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
}
.footer-legal {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
}
.footer-legal-list {
  list-style-type: none;
  text-align: center;
  padding-top: 20px;
}
.footer-legal-list li {
  display: inline-block;
  line-height: 14px;
  border-left: solid 1px #cccccc;
}
.footer-legal-list li a {
  text-decoration: none;
  color: #cccccc;
}
.footer-legal-list li span {
  padding: 10px;
}
.footer-legal-list li:first-child {
  border-left: none;
}
.content-show-options {
  display: none;
}
.content-left {
  float: left;
  line-height: 60px;
}
.content-left-social {
  float: left;
  line-height: 30px;
  color: white;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
}
.content-right {
  float: right;
  line-height: 60px;
  list-style-type: none;
  display: block;
}
.content-right-label {
  color: #333333;
  text-decoration: none;
  font-size: 13px;
}
.content-right-small {
  display: none;
  text-align: left;
}
.content-right li {
  display: inline-block;
}
.content-right-social {
  float: right;
  line-height: 30px;
}
.content-right-button {
  color: inherit;
  text-decoration: none;
  font-size: 15px;
}
.content-right-button i {
  margin-left: 4px;
}
.content-right-button-social {
  color: white;
  text-decoration: none;
  font-size: 21px;
  margin-left: 3px;
  text-align: center;
  vertical-align: middle;
}
.content-right-button:hover,
.content-right-button:focus {
  text-decoration: none;
  color: inherit;
}
.content-right-heading {
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}
.content-title {
  text-align: center;
  font-size: 24px;
  width: 100%;
  margin: 32px auto;
  display: inline-block;
}
.body-wrapper {
  width: 1000px;
  margin: 0 auto;
}
.body-wrapper-inner {
  display: inline-block;
}
.right-content {
  float: right;
  width: 340px;
  min-height: 300px;
  height: 100%;
}
.location-row {
  height: 44px;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  width: 100%;
  top: -58px;
  text-align: center;
}
.location-row-content {
  width: 1000px;
  color: white;
  margin: 0 auto;
  line-height: 42px;
  text-align: left;
}
.location-row-content .location-info {
  display: inline-block;
  float: left;
}
.location-row-content .location-info i {
  font-size: 21px;
  margin-right: 10px;
}
.location-row-content .powered-by-google-img {
  display: inline-block;
  float: right;
  padding-top: 15px;
}
.location-label {
  color: #c2c2c2;
  font-size: 15px;
}
.location-site {
  color: white;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
}
.line-decor {
  border-bottom: solid 2px #007da4;
  width: 100px;
  margin: 0 auto;
  padding-top: 10px;
  display: none;
}
.fa-spin {
  color: #11a0dc;
}
/* ui calendar skin start */

#ui-datepicker-div {
  z-index: 999 !important;
  margin: 3px 0;
}
#ui-datepicker-div.ui-widget {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: white;
  border: none;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#ui-datepicker-div {
  padding: 11px;
}
#ui-datepicker-div .ui-datepicker-header {
  border: none;
  border-bottom: 0px;
  background: transparent;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  padding: 4px 4px 0px 4px;
  color: #666666;
}
#ui-datepicker-div .ui-datepicker-header .ui-state-disabled {
  opacity: 0.5;
  background-color: #999999 !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  height: 35px;
}
#ui-datepicker-div .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#ui-datepicker-div .ui-datepicker-prev-hover.ui-state-disabled {
  left: 2px;
  top: 2px;
  border: none;
}
#ui-datepicker-div .ui-datepicker-next-hover {
  right: 2px;
}
#ui-datepicker-div .ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-prev span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev {
  background-color: #11a0dc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: white;
  font-size: 10px;
  height: 26px;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 3px 3px;
  text-align: center;
  text-decoration: none;
  width: auto !important;
}
#ui-datepicker-div .ui-datepicker-next:before {
  content: "\f101";
}
#ui-datepicker-div .ui-datepicker-prev:before {
  content: "\f100";
}
#ui-datepicker-div .ui-datepicker-next:before,
#ui-datepicker-div .ui-datepicker-prev:before {
  font-family: FontAwesome;
  color: white;
  font-size: 21px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  width: 20px;
}
#ui-datepicker-div .ui-datepicker-next:hover,
#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-next:focus,
#ui-datepicker-div .ui-datepicker-prev:focus {
  background-color: #11a0dc;
  border-color: #11a0dc;
}
#ui-datepicker-div table {
  margin: 0;
}
#ui-datepicker-div th {
  padding: 5px 0;
  color: #999999;
  font-size: 9px;
  font-weight: normal;
  border: none;
}
#ui-datepicker-div td {
  border: none;
  padding: 0;
}
#ui-datepicker-div td .ui-state-default {
  background: none;
  color: #161616;
  font-size: 15px;
  border: none;
}
/* disabled state */

#ui-datepicker-div .ui-datepicker-unselectable,
#ui-datepicker-div .ui-state-disabled {
  opacity: 1;
}
#ui-datepicker-div .ui-datepicker-unselectable .ui-state-default,
#ui-datepicker-div .ui-state-disabled .ui-state-default {
  border: none;
  color: #b2b2b1;
  text-decoration: line-through;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-unselectable:hover {
  text-decoration: none;
}
#ui-datepicker-div td {
  position: relative;
}
#ui-datepicker-div td a {
  text-align: center;
}
/* higlight today */

#ui-datepicker-div td .ui-state-highlight:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #11a0dc;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  font-size: 14px;
  line-height: 15px;
  display: block;
  text-align: right;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 1px;
  top: 1px;
}
/* active/selected day */

#ui-datepicker-div td .ui-state-active {
  color: white;
  background: #11a0dc;
}
#ui-datepicker-div td .ui-state-active:before {
  color: white;
}
/* promo day */

#ui-datepicker-div td.promotion .ui-state-highlight:before {
  color: #007da4;
}
#ui-datepicker-div td.promotion .ui-state-active.ui-state-highlight:before {
  color: white;
}
#ui-datepicker-div td.promotion .ui-state-default:after,
.available-timeslots a.promotion:after {
  content: "\f0a3";
  font-family: FontAwesome;
  text-align: left;
  color: #cba135;
  font-size: 11px;
  line-height: 12px;
  display: block;
  text-align: right;
  width: 12px;
  height: 12px;
  padding-top: 1px;
  position: absolute;
  right: 2px;
  bottom: 0px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: white;
}
#ui-datepicker-div td.ui-datepicker-current-day:hover,
#ui-datepicker-div td.ui-datepicker-current-day:hover a {
  background-color: #11a0dc;
  color: white;
}
#ui-datepicker-div td:hover,
#ui-datepicker-div td:hover a {
  text-decoration: underline;
}
.ui-datepicker-current-day {
  background: #11a0dc;
  color: white;
}
.ui-datepicker-current-day a {
  color: white;
}
.ui-datepicker-today {
  color: #161616;
  outline: 1px solid #eeeeee;
  outline-offset: -1px;
}
/* ui calendar skin end */

/* ui dialog skin starts */

.ui-widget-header {
  background: none !important;
  border: none;
}
.ui-dialog label {
  background-color: #11a0dc;
  border-radius: 2px;
  color: white;
  font-size: 11px;
  padding: 6px 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.ui-dialog label input[type="checkbox"] + span:before {
  color: white !important;
}
.ui-dialog-content {
  font-size: 13px !important;
  color: #747474 !important;
  text-align: right !important;
  overflow: hidden !important;
}
.ui-dialog-content div {
  text-align: left !important;
}
/* ui dialog skin end */

/* all */

::-webkit-input-placeholder {
  color: #cecece;
}
::-moz-placeholder {
  color: #cecece;
}
/* firefox 19+ */

:-ms-input-placeholder {
  color: #cecece;
}
/* ie */

input:-moz-placeholder {
  color: #cecece;
}
rd-date-picker {
  position: relative;
  display: block;
  z-index: 2;
}
input[type=checkbox]:not(.old),
input[type=radio]:not(.old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: inline-block;
  position: absolute;
}
input[type=checkbox]:not(.old) + span:before {
  content: "\f096";
  font-family: FontAwesome;
  text-align: left;
  color: #11a0dc;
  font-size: 13px;
  line-height: 14px;
  display: inline-block;
  margin-right: 10px;
}
input[type=checkbox]:not(.old):checked + span:before {
  content: "\f046";
}
input[type=checkbox]:not(.old) + span {
  font-weight: normal;
}
rd-social-share {
  display: block;
}
rd-social-share i {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  margin-top: 10px;
  font-size: 39px;
  cursor: pointer;
}
/*.social-icon .fa-twitter,
rd-social-share .fa-twitter { color: #3cf }
.social-icon .fa-facebook,
rd-social-share .fa-facebook { color: #3b5998; }
.social-icon .fa-google-plus,
rd-social-share .fa-google-plus { color: #dd4b39 }
.social-icon .fa-instagram,
rd-social-share .fa-instagram{ color: #517fa4 }
.social-icon .fa-pinterest,
rd-social-share .fa-pinterest { color: #cb2027}*/

.error {
  display: block;
  height: 250px;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: white;
  z-index: 999;
  color: #747474;
  border-top: 1px solid gray;
}
.error .in {
  display: table;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}
.error .in span {
  display: block;
  vertical-align: middle;
  height: 12px;
  margin: auto;
}
.alert-header {
  padding-top: 20px;
  font-size: 19px;
  text-align: center;
}
.alert-text {
  text-align: center;
}
.alert-button {
  text-decoration: none;
  color: white;
  padding: 8px 12px;
  font-size: 12px;
  background-color: #11a0dc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  text-transform: uppercase;
  margin-top: 30px;
}
.alert-button:hover {
  background-color: #007da4;
}
#cookie-bar {
  position: inherit;
}
.qtip-default {
  background-color: white !important;
  border-color: #11a0dc !important;
}
.qtip-default ul {
  padding-left: 15px;
}
.qtip-default .qtip-content {
  font-size: 11px;
  color: #11a0dc;
}
.navbar-login-menu {
  z-index: 21;
}
.site-logo {
  margin-right: 50px;
}
.concierge-button {
  color: #11a0dc;
}
/* Tablet Styles */

@media screen and (max-width: 1024px) {
  .body-wrapper {
    width: 100%;
    display: inline-block;
  }
  .sxs-wrapper {
    width: 100%;
  }
  .sxs-wrapper-social-inner {
    width: inherit;
    margin: 0 auto;
  }
  .sxs-wrapper-footer {
    width: 100%;
    margin: 0 auto;
  }
  .right-content {
    width: auto;
    float: none;
    padding: 0 10px;
    text-align: center;
  }
  .main-content {
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    width: auto;
  }
  .content-left {
    margin-left: 10px;
  }
  .content-left-social {
    margin-left: 10px;
    font-size: 12px;
  }
  .content-right {
    padding-right: 12px;
  }
  .content-right-button-social {
    font-size: 17px;
  }
  .content-right-social {
    margin-right: 10px;
  }
  .content .location-row-content {
    width: inherit;
  }
  .content .location-row-content .location-info {
    margin-left: 10px;
  }
  .content .location-row-content .powered-by-google-img {
    margin-right: 10px;
  }
  .content-title {
    margin: 20px auto;
  }
  .location-row-content {
    width: inherit;
  }
  .location-row-content .location-info {
    display: inline-block;
    float: left;
    padding-left: 14px;
  }
  .location-row-content .location-site {
    font-size: 15px;
  }
  .error .in > span {
    padding: 0 10px;
  }
  .footer-stats > span {
    margin-right: 0;
    display: block;
  }
}
/* End of Tablet Styles*/

@media screen and (min-width: 710px) {
  .content-right-small {
    display: none !important;
  }
}
/* Mobile Styles */

@media screen and (max-width: 709px) {
  .sxs-wrapper {
    width: 100%;
  }
  .sxs-wrapper-social-inner {
    width: inherit;
    margin: 0 auto;
  }
  .sxs-wrapper-footer {
    width: inherit;
    margin: 0 auto;
  }
  .main-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-content-no-restaurants {
    font-size: 15px;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .footer-copyright,
  .footer-legal {
    font-size: 9px;
  }
  .content-show-options {
    display: block;
    width: 42px;
    float: right;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #636363;
    font-size: 23px;
    line-height: 32px;
    padding: 3px;
    text-align: center;
    cursor: pointer;
  }
  .content-show-options:hover {
    opacity: 1;
  }
  .content-title {
    text-align: center;
    font-size: 17px;
    width: 100%;
    margin: 60px auto 32px auto;
  }
  .content-left {
    float: none;
    line-height: 50px;
    margin-left: 10px;
  }
  .content-left-social {
    float: none;
    line-height: 30px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    margin-left: 10px;
    text-align: center;
  }
  .content-right {
    display: none;
  }
  .content-right-small {
    list-style-type: none;
    padding-right: 0px;
    line-height: 42px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    float: none;
    display: none;
  }
  .content-right-small ul {
    padding: 10px 0;
  }
  .content-right li {
    padding-right: 12px;
    display: block;
  }
  .content-right-social {
    display: none;
  }
  .left-buttons {
    width: 49%;
    display: inline-block;
    text-align: center;
    box-shadow: 17px 0px 0px -16px rgba(200, 200, 200, 0.25);
  }
  .left-buttons li {
    list-style-type: none;
  }
  .right-buttons {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 49%;
    min-width: 130px;
  }
  .right-buttons li {
    list-style-type: none;
  }
  .body-wrapper {
    width: 100%;
    margin: 0 auto;
    margin-top: -34px;
  }
  .location-row-content {
    width: inherit;
    color: white;
    margin: 0 auto;
    line-height: 42px;
    text-align: left;
  }
  .location-row-content .location-info {
    display: inline-block;
    float: left;
    margin-left: 10px;
  }
  .location-row-content .powered-by-google-img {
    display: inline-block;
    float: right;
    padding-top: 15px;
    margin-right: 10px;
  }
  .location-label {
    color: #c2c2c2;
    font-size: 15px;
    display: none;
  }
  .location-site {
    color: white;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1px;
  }
  .error .in > span span {
    font-size: 12px;
  }
  .error .in > span {
    padding: 0 10px;
  }
  #cookie-bar {
    padding: 5px;
  }
  .footer-stats > span {
    margin-right: 0;
    display: block;
  }
}
/* End of Mobile Styles */

/* TO BE MERGED INTO THE ABOVE - SOMEHOW */

.account-box {
  align-content: center;
  width: 50%;
}
.content-left {
  margin-top: 0;
}
.content-left ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
.content-left-small {
  display: block;
}
.content-left-small ul li {
  list-style-type: none;
}
a:not([href]):not([tabindex]) {
  color: #999999;
}
a:not([href]):not([tabindex]):hover {
  color: #333333;
}
.content-left ul a {
  text-align: center;
  display: block;
  color: #999999;
  text-decoration: none;
  font-size: 14px;
  padding: 0 20px;
}
.content-left ul a:hover {
  color: #333333;
}
.content-left ul a:hover {
  color: #333333;
}
.content-left ul li {
  color: #999999;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
.content-left ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 0;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.13);
}
.content-left ul ul li {
  float: none;
  width: 200px;
}
.content-left ul ul a {
  line-height: 120%;
  padding: 15px 0px;
}
.content-left ul ul ul {
  top: 0;
  left: 100%;
}
.content-left ul li:hover > ul {
  display: block;
}
.content-left-fixed {
  width: 100%;
  padding-left: 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 10px;
}
.content-left-opaque-background {
  background: rgba(0, 0, 0, 0.04);
}
.content-left-fixed {
  color: #999999;
}
.content-left .btn-sign-up {
  line-height: 0.5;
}
.content-right {
  margin-top: 0;
}
.content-right ul {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}
.content-right ul a {
  text-align: center;
  display: block;
  color: #999999;
  text-decoration: none;
  font-size: 14px;
  padding: 0 20px;
}
.content-right ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
.content-right ul ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  padding: 0;
  line-height: 50px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.13);
}
.content-right ul ul li {
  float: none;
  width: 200px;
}
.content-right ul ul a {
  line-height: 120%;
  padding: 15px 0px;
}
.content-right ul ul ul {
  top: 0;
  left: 100%;
}
.content-right ul li:hover > ul {
  display: block;
}
.content-right-fixed {
  width: 100%;
  padding-left: 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 10px;
}
.content-right-opaque-background {
  background: rgba(0, 0, 0, 0.04);
}
.content-right-fixed {
  color: #999999;
}
.content-right .btn-sign-up {
  line-height: 0.5;
}
#redirect-notification .notification-wrapper {
  border-top: solid 1px #dddddd;
  padding: 10px;
}
#redirect-notification p {
  color: #999999;
  font-size: 11px;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
#redirect-notification .dismiss-notification {
  color: white;
  background: #11a0dc;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
@media screen and (max-width: 709px) {
  #redirect-notification .notification-wrapper {
    padding: 5px 0px;
  }
}
.btn {
  color: white;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  letter-spacing: 1px;
  background: #11a0dc;
  border: 1px solid #0d7ead;
}
.btn:hover,
.btn:focus {
  cursor: pointer;
  background-color: #007da4;
  border: 1px solid #005671;
}
div.rateit {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
div.rateit div.rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  background: url('https://resdiary.blob.core.windows.net/uploads/FileUploads/f6031cc3-3693-4ba2-bfbb-096819a47213.png');
  height: 16px;
}
/* for IE 6 */

* html div.rateit,
* html div.rateit div.rateit-range {
  display: inline;
}
/* for IE 7 */

* + html div.rateit,
* + html div.rateit div.rateit-range {
  display: inline;
}
div.rateit div.rateit-hover,
div.rateit div.rateit-selected {
  position: absolute;
  left: 0px;
}
div.rateit div.rateit-hover-rtl,
div.rateit div.rateit-selected-rtl {
  left: auto;
  right: 0px;
}
div.rateit div.rateit-hover {
  background: url('https://resdiary.blob.core.windows.net/uploads/FileUploads/f6031cc3-3693-4ba2-bfbb-096819a47213.png');
  background-position: left -32px;
}
div.rateit div.rateit-hover-rtl {
  background-position: right -32px;
}
div.rateit div.rateit-selected {
  background: url('https://resdiary.blob.core.windows.net/uploads/FileUploads/f6031cc3-3693-4ba2-bfbb-096819a47213.png');
  background-position: left -16px;
}
div.rateit div.rateit-selected-rtl {
  background-position: right -16px;
}
div.rateit div.rateit-preset {
  background: url('https://resdiary.blob.core.windows.net/uploads/FileUploads/f6031cc3-3693-4ba2-bfbb-096819a47213.png');
  background-position: left -95px;
}
div.rateit div.rateit-preset-rtl {
  background: url('https://resdiary.blob.core.windows.net/uploads/FileUploads/f6031cc3-3693-4ba2-bfbb-096819a47213.png');
  background-position: left -48px;
}
div.rateit div.rateit-reset {
  /*background: url(delete.gif) 0 0;*/
  width: 16px;
  height: 16px;
  display: -moz-inline-box;
  display: inline-block;
  float: left;
}
div.rateit div.rateit-reset:hover {
  background-position: 0 -16px;
}
@charset "UTF-8";
body {
  color: #636363;
}
.widget {
  border: solid 1px #636363;
  font-family: 'Open Sans', sans-serif;
  border-radius: 3px;
  background-color: white;
}
.branding {
  border-bottom: 1px solid #636363;
  background-color: #f9f9f9;
  padding: 7px 10px;
}
.branding img {
  max-width: 220px;
}
.details {
  padding: 10px 10px;
  display: inline-block;
}
.details-left {
  float: left;
  width: 80px;
}
.restaurant-name {
  color: #636363;
  font-weight: bold;
}
.restaurant-logo {
  border-radius: 3px;
  width: 68px;
}
.restaurant-address {
  font-size: 12px;
  color: #636363;
}
.restaurant-rating {
  font-size: 12px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #636363;
}
.restaurant-rating span {
  color: #007da4;
}
.restaurant-read-more {
  padding: 7px 10px 7px 10px;
  border-bottom: 1px solid #636363;
}
.restaurant-goto {
  text-decoration: none;
  font-size: 12px;
  color: #11a0dc;
}
.reviews-most-recent {
  border-top: 1px solid #636363;
}
.reviews-most-recent-text {
  color: #636363;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #636363;
  padding-top: 4px;
  padding-left: 10px;
  padding-bottom: 5px;
}
.review {
  padding: 3px;
  border-bottom: solid 1px #636363;
  font-size: 12px;
  color: #636363;
}
.review-by {
  padding: 7px;
  font-weight: bold;
}
.review-content {
  padding: 7px;
}
.review-date {
  padding-left: 7px;
}
.footer {
  padding: 10px;
  font-size: 10px;
  color: #636363;
  background-color: #f9f9f9;
}
.footer a {
  color: #636363;
  float: right;
}
pre {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #636363;
  margin: 0;
  white-space: pre-wrap;
}
