.hide-text {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
/* Other ratios */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1,
.h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 18px;
  line-height: 27px;
}
h3 small {
  font-size: 14px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h4 small {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}
.container {
  max-width: 1140px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.span2 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .span2 {
    float: left;
    width: 16.666666666666664%;
  }
}
.span3 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .span3 {
    float: left;
    width: 25%;
  }
}
.span4 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .span4 {
    float: left;
    width: 33.33333333333333%;
  }
}
.span5 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .span5 {
    float: left;
    width: 41.66666666666667%;
  }
}
.span6 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .span6 {
    float: left;
    width: 50%;
  }
}
.span7 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .span7 {
    float: left;
    width: 58.333333333333336%;
  }
}
.span8 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .span8 {
    float: left;
    width: 66.66666666666666%;
  }
}
.span9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .span9 {
    float: left;
    width: 75%;
  }
}
.span10 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .span10 {
    float: left;
    width: 83.33333333333334%;
  }
}
.span11 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .span11 {
    float: left;
    width: 91.66666666666666%;
  }
}
.span12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .span12 {
    float: left;
    width: 100%;
  }
}
.main-content {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
body {
  font-family: "proxima-nova", sans-serif;
}
.btn:focus,
a:focus {
  outline: 0;
}
.btn-delete {
  cursor: pointer;
}
/** Global Use ***********************/
/* Styles information helpers
-----------------------------------------------------------*/
.info-message {
  padding-top: 20px;
}
a.information-tooltip {
  color: black;
}
a.information-tooltip:hover {
  cursor: help;
  text-decoration: none;
  font-weight: bolder;
}
/* Alphabetical Filters 
-----------------------------------------------------------*/
.filtered-by {
  font-weight: bolder;
}
/* Hero unit & General 
-----------------------------------------------------------*/
.hero-tight {
  padding: 100px 60px 30px 60px;
  margin-bottom: 30px;
}
.quick-links {
  padding: 10px 0;
}
.quick-links .divider {
  color: #ddd;
}
.message {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #888;
}
.send-to-back {
  opacity: 0.30;
  filter: alpha(opacity=30);
}
.trash-can {
  float: right;
  border: 2px solid #FFDEAD;
  padding: 35px;
}
.trash-can i {
  margin-right: 10px;
}
/* Table action indicators 
-----------------------------------------------------------*/
.table.table-restaurants,
.table.table-dishtypes,
.table.table-dishes {
  cursor: pointer;
}
.table tbody tr.delete-indicator td,
.table tbody tr.delete-indicator th {
  background-color: #FFC1C1;
}
.table tbody tr.save-indicator td,
.table tbody tr.save-indicator th {
  background-color: #F0FFF0;
}
.table tbody tr.undodelete-indicator td,
.table tbody tr.undodelete-indicator th {
  background-color: #F0FFF0;
}
.table td.btn-delete,
.table td.btn-edit {
  padding-right: 7px;
  width: 15px;
}
.table tbody tr td input.save-indicator {
  border: 1px solid #458B00;
}
.table tbody tr td.btn-save i {
  margin-top: 5px;
}
tr.ui-sortable-helper td {
  background-color: #ff0;
}
tr.ui-sortable-helper td.sorting-hide {
  display: none;
}
/** Restaurants 
-----------------------------------------------------------*/
.icon-light {
  opacity: 0.50;
  filter: alpha(opacity=50);
}
.info-box {
  padding-top: 10px;
  margin-left: 0px;
}
.info-box .right-box {
  border-left: 1px solid #ddd;
  padding-left: 120px;
}
.label-info {
  margin-right: 6px;
}
/**Dishes & Dish Types 
-----------------------------------------------------------*/
/** Restaurant & Schedules 
-----------------------------------------------------------*/
.pop-up-commands {
  position: absolute;
}
.pop-up-commands a {
  padding: 9px;
}
.hidden {
  display: none;
}
.jumbotron h1 {
  font-size: 11px;
  letter-spacing: 1px;
}
.jumbotron p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.navbar .btn-danger {
  margin: 7px;
}
table#sortable-table .even {
  background-color: #fff;
}
table#sortable-table .odd {
  background-color: #f4f4f4;
}
table#sortable-table .header {
  background-image: url(/static/gfx/up-down.png);
  background-repeat: no-repeat;
  background-position: 97% center;
}
table#sortable-table .headerSortDown {
  background-image: url(/static/gfx/down.png);
  background-repeat: no-repeat;
}
table#sortable-table .headerSortUp {
  background-image: url(/static/gfx/up.png);
  background-repeat: no-repeat;
}
.manage-dishes .header,
.manage-dishtypes .header {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
footer {
  margin: 40px 0;
}
footer .container {
  padding: 20px;
  border-top: 1px solid #ddd;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.exception-message {
  width: 220px;
}
.field-validation-error {
  color: #ff0000;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #ff0000 !important;
  background-color: #ffeeee!important;
}
.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}
.validation-summary-valid {
  display: none;
}
.k-window .control-group {
  margin-bottom: 10px;
  max-width: 280px;
  overflow: hidden;
}
.control-group label {
  font-weight: bold;
}
.control-group textarea,
.control-group input {
  margin-bottom: 2px;
  width: 270px;
}
.control-group input[type="image"],
.control-group input[type="checkbox"],
.control-group input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
}
.control-group .help-block {
  font-style: italic;
  font-size: 11px;
}
.k-window .info-message {
  max-width: 220px;
}
p.muted {
  margin-top: 6px;
}
.form-group .help-text {
  font-style: italic;
  font-size: 12px;
  font-size: 1.2rem;
}
.navbar-default {
  background-color: #262828;
  border-color: #111111;
}
.navbar-inner {
  padding-top: 0;
}
.navbar-inner .pull-right {
  padding-top: 14px;
}
.navbar-inner .btn-default {
  margin: 7px 3px;
}
.navbar-inner .btn-danger {
  float: right;
  display: block;
  width: 100px;
  margin: 7px 3px;
}
.navbar-brand {
  float: left;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 80px;
  color: #fff;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.2;
  position: relative;
}
.navbar-brand a {
  color: #fff;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.logo {
  display: block;
}
.logo img {
  max-width: 100%;
}
.beta-banner {
  color: #f0ad4e;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  height: 25px;
  right: -37px;
  overflow: hidden;
  position: absolute;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  top: 36px;
  width: 67px;
  z-index: 9999;
}
.k-window-titlebar {
  height: 2em;
}
.logon-body {
  background: #fbfbfb;
}
.logon-container {
  background: #fff;
  margin: 30px auto 0;
  padding: 20px;
  border: 1px solid #e8e8e8;
}
.logon-container h2 {
  color: #5f5f63;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.logon-container label {
  color: #5f5f63;
  font-weight: 600;
}
.logon-container input.form-control {
  border: 1px solid #e8e8e8;
}
.logon-logo {
  display: block;
  margin: 20px auto 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0 20px;
}
@media (min-width: 480px) {
  .logon-container {
    max-width: 400px;
  }
}
.restaurant-details .details-header h3 {
  text-transform: uppercase;
}
.restaurant-details .details-header .glyphicon {
  color: #555;
  font-size: 12px;
  font-size: 1.2rem;
}
.restaurant-details .restaurant-header,
.restaurant-details .menu-header {
  margin-bottom: 5px;
}
.restaurant-details .restaurant-header h3,
.restaurant-details .menu-header h3 {
  margin-bottom: 5px;
}
.restaurant-details .restaurant-information,
.restaurant-details .menu-information {
  margin-top: 10px;
  margin-bottom: 10px;
}
.restaurant-details .restaurant-information div,
.restaurant-details .menu-information div {
  margin-bottom: 5px;
}
.restaurant-details .menu-information h4 {
  margin-bottom: 5px;
}
.restaurant-details .menu-information .glyphicon-info-sign {
  color: #777;
  margin-left: 5px;
}
.restaurant-details .dish-types-price {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.restaurant-details .menuinfo-group {
  margin-bottom: 10px;
}
.schedule-modal-dialog {
  background: #fff;
  border: 1px solid #ddd;
}
.section-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.schedules-container {
  margin-top: 15px;
}
.day-schedule {
  position: relative;
  display: block;
  color: #555555;
  margin-bottom: 20px;
  clear: both;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.day-schedule .day-dishtype {
  margin-left: -10px;
  margin-right: -10px;
  margin: 0;
  padding-bottom: 10px;
}
.day-schedule .dish-type {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .day-schedule .dish-type {
    float: left;
    width: 25%;
  }
}
.day-schedule .day-schedule-dish {
  display: block;
  float: right;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .day-schedule .day-schedule-dish {
    float: left;
    width: 75%;
  }
}
.day-schedule .day-schedule-set {
  border: 1px dashed #ddd;
  margin-bottom: 5px;
  overflow: hidden;
}
.day-schedule .day-schedule-empty {
  border: 1px dashed #FFDEAD;
  margin-bottom: 5px;
  color: #CDB38B;
  overflow: visible;
  cursor: default;
}
.day-schedule .help-block {
  font-style: italic;
  font-size: 12px;
  font-size: 1.2rem;
}
.day-schedule .day-schedule-dish {
  padding: 10px;
}
.day-schedule .day-schedule-dish p {
  margin-bottom: 3px;
}
.day-schedule .day-schedule-dish.focus {
  background-color: #FFDEAD;
}
.chosen-container-single .chosen-single span {
  color: #444;
}
.chosen-container .chosen-results {
  max-height: 300px;
}
.chosen-drop {
  position: fixed;
  z-index: 4;
}
.chosen-drop .chosen-results > .group-result {
  color: #444;
  background: #ededed;
}
.chosen-drop .chosen-results > .group-option {
  color: #444;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #0076bc;
  color: #fff;
}
.day-schedule.table tbody tr:hover td,
.day-schedule.table tbody tr:hover th {
  background-color: transparent;
}
.day-schedule li.focus {
  background-color: #FFDEAD;
}
.day-schedule .delete-warning {
  text-decoration: line-through;
  color: red;
}
.day-schedule .deleted-warning {
  color: red;
}
.day-schedule .override-warning {
  text-decoration: line-through;
}
.dishes-and-filters {
  position: relative;
  min-height: 400px;
}
.dishes-and-filters #dishes {
  padding-right: 30px;
}
.dishes-and-filters #dishes .dish-item {
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  margin-bottom: 6px;
  border: 1px solid #eee;
  padding: 4px;
}
.dishes-and-filters #alphaFilter {
  position: absolute;
  top: 0px;
  right: 0;
  width: 20px;
  font-size: 0.9em;
}
.dishes-and-filters #alphaFilter li {
  padding: 0;
  margin: 0;
  line-height: 1.2;
  color: #999;
}
#typeFilter {
  font-size: 0.9em;
}
#typeFilter li {
  padding: 0 10px;
  margin: 0;
  line-height: 1.2;
  color: #999;
  display: inline;
  border-left: 1px solid #ddd;
}
#typeFilter li:first-child {
  border: 0;
  padding-left: 0;
}
.weeks-container {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.week {
  height: 74px;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.week p {
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
  font-size: 12px;
  line-height: 16px;
}
.week .btn {
  width: 100%;
  opacity: 0.60;
  filter: alpha(opacity=60);
  overflow: hidden;
}
.week .btn.incomplete,
.week .btn.complete,
.week .btn.current {
  opacity: 1;
  filter: alpha(opacity=100);
}
.info-message .btn-explanation,
.week .btn-explanation {
  min-height: 54px;
  width: 20%;
  margin: 3px 10px;
  white-space: normal;
}
.info-message .btn.complete,
.week .btn.complete {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.info-message .btn.complete:hover,
.week .btn.complete:hover,
.info-message .btn.complete:focus,
.week .btn.complete:focus,
.info-message .btn.complete:active,
.week .btn.complete:active,
.info-message .btn.complete.active,
.week .btn.complete.active,
.open .dropdown-toggle.info-message .btn.complete,
.open .dropdown-toggle.week .btn.complete {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.info-message .btn.complete:active,
.week .btn.complete:active,
.info-message .btn.complete.active,
.week .btn.complete.active,
.open .dropdown-toggle.info-message .btn.complete,
.open .dropdown-toggle.week .btn.complete {
  background-image: none;
}
.info-message .btn.complete.disabled,
.week .btn.complete.disabled,
.info-message .btn.complete[disabled],
.week .btn.complete[disabled],
fieldset[disabled] .info-message .btn.complete,
fieldset[disabled] .week .btn.complete,
.info-message .btn.complete.disabled:hover,
.week .btn.complete.disabled:hover,
.info-message .btn.complete[disabled]:hover,
.week .btn.complete[disabled]:hover,
fieldset[disabled] .info-message .btn.complete:hover,
fieldset[disabled] .week .btn.complete:hover,
.info-message .btn.complete.disabled:focus,
.week .btn.complete.disabled:focus,
.info-message .btn.complete[disabled]:focus,
.week .btn.complete[disabled]:focus,
fieldset[disabled] .info-message .btn.complete:focus,
fieldset[disabled] .week .btn.complete:focus,
.info-message .btn.complete.disabled:active,
.week .btn.complete.disabled:active,
.info-message .btn.complete[disabled]:active,
.week .btn.complete[disabled]:active,
fieldset[disabled] .info-message .btn.complete:active,
fieldset[disabled] .week .btn.complete:active,
.info-message .btn.complete.disabled.active,
.week .btn.complete.disabled.active,
.info-message .btn.complete[disabled].active,
.week .btn.complete[disabled].active,
fieldset[disabled] .info-message .btn.complete.active,
fieldset[disabled] .week .btn.complete.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.info-message .btn.complete .badge,
.week .btn.complete .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.info-message .btn.incomplete,
.week .btn.incomplete {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.info-message .btn.incomplete:hover,
.week .btn.incomplete:hover,
.info-message .btn.incomplete:focus,
.week .btn.incomplete:focus,
.info-message .btn.incomplete:active,
.week .btn.incomplete:active,
.info-message .btn.incomplete.active,
.week .btn.incomplete.active,
.open .dropdown-toggle.info-message .btn.incomplete,
.open .dropdown-toggle.week .btn.incomplete {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.info-message .btn.incomplete:active,
.week .btn.incomplete:active,
.info-message .btn.incomplete.active,
.week .btn.incomplete.active,
.open .dropdown-toggle.info-message .btn.incomplete,
.open .dropdown-toggle.week .btn.incomplete {
  background-image: none;
}
.info-message .btn.incomplete.disabled,
.week .btn.incomplete.disabled,
.info-message .btn.incomplete[disabled],
.week .btn.incomplete[disabled],
fieldset[disabled] .info-message .btn.incomplete,
fieldset[disabled] .week .btn.incomplete,
.info-message .btn.incomplete.disabled:hover,
.week .btn.incomplete.disabled:hover,
.info-message .btn.incomplete[disabled]:hover,
.week .btn.incomplete[disabled]:hover,
fieldset[disabled] .info-message .btn.incomplete:hover,
fieldset[disabled] .week .btn.incomplete:hover,
.info-message .btn.incomplete.disabled:focus,
.week .btn.incomplete.disabled:focus,
.info-message .btn.incomplete[disabled]:focus,
.week .btn.incomplete[disabled]:focus,
fieldset[disabled] .info-message .btn.incomplete:focus,
fieldset[disabled] .week .btn.incomplete:focus,
.info-message .btn.incomplete.disabled:active,
.week .btn.incomplete.disabled:active,
.info-message .btn.incomplete[disabled]:active,
.week .btn.incomplete[disabled]:active,
fieldset[disabled] .info-message .btn.incomplete:active,
fieldset[disabled] .week .btn.incomplete:active,
.info-message .btn.incomplete.disabled.active,
.week .btn.incomplete.disabled.active,
.info-message .btn.incomplete[disabled].active,
.week .btn.incomplete[disabled].active,
fieldset[disabled] .info-message .btn.incomplete.active,
fieldset[disabled] .week .btn.incomplete.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.info-message .btn.incomplete .badge,
.week .btn.incomplete .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.info-message .btn.current,
.week .btn.current {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.info-message .btn.current:hover,
.week .btn.current:hover,
.info-message .btn.current:focus,
.week .btn.current:focus,
.info-message .btn.current:active,
.week .btn.current:active,
.info-message .btn.current.active,
.week .btn.current.active,
.open .dropdown-toggle.info-message .btn.current,
.open .dropdown-toggle.week .btn.current {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.info-message .btn.current:active,
.week .btn.current:active,
.info-message .btn.current.active,
.week .btn.current.active,
.open .dropdown-toggle.info-message .btn.current,
.open .dropdown-toggle.week .btn.current {
  background-image: none;
}
.info-message .btn.current.disabled,
.week .btn.current.disabled,
.info-message .btn.current[disabled],
.week .btn.current[disabled],
fieldset[disabled] .info-message .btn.current,
fieldset[disabled] .week .btn.current,
.info-message .btn.current.disabled:hover,
.week .btn.current.disabled:hover,
.info-message .btn.current[disabled]:hover,
.week .btn.current[disabled]:hover,
fieldset[disabled] .info-message .btn.current:hover,
fieldset[disabled] .week .btn.current:hover,
.info-message .btn.current.disabled:focus,
.week .btn.current.disabled:focus,
.info-message .btn.current[disabled]:focus,
.week .btn.current[disabled]:focus,
fieldset[disabled] .info-message .btn.current:focus,
fieldset[disabled] .week .btn.current:focus,
.info-message .btn.current.disabled:active,
.week .btn.current.disabled:active,
.info-message .btn.current[disabled]:active,
.week .btn.current[disabled]:active,
fieldset[disabled] .info-message .btn.current:active,
fieldset[disabled] .week .btn.current:active,
.info-message .btn.current.disabled.active,
.week .btn.current.disabled.active,
.info-message .btn.current[disabled].active,
.week .btn.current[disabled].active,
fieldset[disabled] .info-message .btn.current.active,
fieldset[disabled] .week .btn.current.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.info-message .btn.current .badge,
.week .btn.current .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn.incomplete.delete-warning,
.btn.complete.delete-warning {
  text-decoration: line-through;
  color: red;
}
.btn.focus {
  outline: thick solid red;
}
