html,
body {
  height: 100%;
  width: 100%;
}
* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font: 400 16px/1.2 "Lato", Arial, sans-serif;
  color: #303030;
  margin: 0px;
  padding: 0px;
}
body.login-page {
  background: #ffffff;
  display: table;
  width: 100%;
  overflow-x: visible;
}
.bg-grey {
  background: #ecf0f5;
}
.site-login {
  display: table;
  width: 100%;
  height: 100%;
}
#wrapper {
  padding-left: 60px;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  transition: all 0.5s ease;
}
body.show_sidebar #wrapper {
  margin-left: 250px;
  padding-left: 0;
  width: auto;
}
.login-page .wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background: #ffffff;
}
.login-page .wrap > .container {
  padding: 0;
}
a,
a:hover {
  color: #000000;
}
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  padding-left: 5px;
}
a.asc:after {
  content: "\2193";
  color: #36a794;
}
a.desc:after {
  content: "\2191";
  color: #36a794;
}
.form-control,
select {
  color: #808080;
  border-color: #dbdfe4;

  height: 40px;
  padding: 0 15px;
  margin: 0;
  box-shadow: none;
}
.form-control:focus,
select:focus {
  box-shadow: none;
  border-color: #dbdfe4;
}
.order-update .form-control:focus {
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  width: 22px;
  height: 22px;
  margin: -1px 5px 0 0;
  float: left;
}
label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin-right: 15px;
}
input[type="checkbox"]:after,
input[type="radio"]:after {
  font-size: 0;
  line-height: 20px;
  display: block;
  width: 22px;
  height: 22px;
  content: "\2714";
  text-align: center;
  color: #fff;
  border: 1px solid #dadee3;
  border-radius: 2px;
  background-color: #fff;
  box-sizing: border-box;
}
input[type="radio"]:after {
  border-radius: 50%;
  content: "";
  float: left;
}
input[type="checkbox"]:checked:after {
  font-size: 18px;
  color: #35b39d;
}
input[type="radio"]:checked:after {
  content: "\1F518";
  border: 0;
  font-size: 18px;
  color: #35b39d;
  font-size: 24px;
  left: -1px;
  position: relative;
}
input[type="text"] {
}
.text-right {
  overflow: hidden;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
#header:after {
  display: block;
  clear: both;
  content: "";
}
#header {
  float: left;
  width: 100%;
  position: fixed;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.75);
}
.login-page .logo {
  margin-left: 60px;
}
#header .btn-link {
  float: right;
  padding: 0;
  color: #3d3c49;
  background: none !important;
  border: 0;
}
#header button {
  background: none;
  border: 0;
  height: auto;
  line-height: normal;
}
#header .btn-link:hover {
  background: none;
  opacity: 1;
  position: relative;
}

#header button.btn {
  padding: 0;
  float: right;
}
#header .modal {
  left: auto;
  right: 20px;
  top: 38px;
  width: 100%;
}
#header .modal-dialog {
  width: 190px;
  left: auto;
  right: 0;
  margin: 10px 0 0;
  float: right;
}
#header .modal-header {
  text-align: center;
  padding: 30px 0;
  display: inline-block;
  width: 100%;
  background: #35b39d;
  border: 0;
}
#header .modal-header img {
  width: 67px;
  height: 67px;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
}
#header .modal-header .close {
  position: absolute;
  left: 5px;
  top: 0;
  color: #000;
  text-shadow: none;
  font-weight: normal;
  font-size: 25px;
}
#header .modal-content {
  border-radius: 0;
  box-shadow: none;
  width: 190px;
  border: 0;
  position: relative;
}
#header .modal-content:after {
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(53, 179, 157, 0);
  border-bottom-color: #35b39d;
  border-width: 5px;
  margin-left: -5px;
}
#header .modal-body {
  padding: 0;
}
#header .modal-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#header .modal-body ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #dadee3;
  margin: 1px 0 -1px;
}
#header .modal-body ul a:hover {
  color: #35b39d;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 20px;
}
h3 {
  text-transform: uppercase;
  font-size: 12px;
  color: #a3a3a3;
  font-weight: 700;
}
.view-header {
  background: #bcc2c9;
  font-size: 24px;
  padding: 20px 22px;
  margin: 0 -22px;
}
.sub-header {
  margin-top: 0;
}
.sub-header h2 {
  float: left;
  margin: 0;
  font-size: 24px;
  line-height: 1.75;
}
.sub-header p {
  padding: 0;
}
h4.view-header .fa-calendar:before {
  color: #5b5a63;
  top: -3px;
  position: relative;
}
strong.title {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.fa {
  font-size: 18px;
}
.fa-trash {
  font-size: 21px;
}
.element-menu .fa-trash {
  font-size: 18px;
}
.fa-user {
  width: 31px;
  height: 31px;
  line-height: 31px;
  background: #fff;
  border-radius: 50px;
  margin-left: 10px;
}
.fa-user:before {
  color: #35b39d;
}
.fa-pencil:before,
.glyphicon-time {
  color: #36a794;
}
.glyphicon-time {
  font-size: 18px;
  line-height: 1;
}
.fa-times {
  font-weight: 100;
}
.fa-trash:before,
.fa-times:before {
  color: #d77575;
}
.fa-file-excel-o:before {
  color: #3d3c49;
}
.btn-dish-cards-order-detail .fa-file-pdf-o,
.control-button-box a:nth-child(2) .fa-file-pdf-o {
  color: #1589d2;
}
.fa-pencil:hover,
.fa-trash:hover {
  opacity: 0.85;
}

/* Login page styles */
#login-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}
#login-form label {
  font-weight: normal;
  cursor: pointer;
}
#login-form .submit {
  float: right;
  padding: 8px 20px;
  color: #35b39d;
  background: #fff;
  border-radius: 25px;
  border: 0;
  cursor: pointer;
  border: 1px solid #35b39d;
}
#login-form .submit:hover,
#login-form .submit:focus {
  border: 1px solid #fff;
  background: none !important;
  color: #fff !important;
}
#login-form .submit .glyphicon {
  position: relative;
  top: 2px;
  margin-left: 10px;
}
#login-form button[type="submit"] {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: #35b39d;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  height: auto;
}
#login-form .checkbox-holder {
  float: left;
}
#login-form input[type="checkbox"] {
  display: none;
}
#login-form .has-success .control-label {
  color: #35b39d;
}
#login-form .has-success .control-label {
  color: #fff;
}
#login-form label:before {
  border-radius: 2px;
  background: #fff;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 16px;
  text-align: center;
  border: 1px solid #dadee3;
}
#login-form input[type="checkbox"] + label:before {
  content: ".";
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
#login-form input[type="checkbox"]:checked + label:before {
  content: "\2714";
  color: #35b39d;
}
#login-form p.help-block {
  margin: 0;
}

#login-form .field-loginform-email .form-control {
  /*border-radius: 6px 6px 0 0; */
  border: 0;
  margin-bottom: 1px;
}
#login-form .field-loginform-password .form-control {
  /*border-radius: 0 0 6px 6px; */
  border: 0;
}
.hidden-msg {
  display: none;
  margin-top: 10px;
  padding: 5px 7px;
  border-radius: 6px;
  border: 1px;
  background-color: #fff;
  color: #777;
  font-size: 14px;
}
.hidden-msg iframe {
  width: 100%;
  height: 230px;
  border: none;
}

/* Request Reset Password */
.site-request-password-reset h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 7px;
}
#passwordresetrequestform-email {
  width: 80%;
  float: right;
}
#request-password-reset-form .btn {
  margin: 10px auto 0;
}

/* Navigation */
.navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 14px;
  list-style: none;
  background: #ffffff;
  height: 100%;
  overflow-y: auto;
}
.nav {
  margin: 42px 0 0;
  padding: 0;
}
.nav li a {
  padding: 21px 22px 20px;
  margin-bottom: 1px;
  color: #fff;
  opacity: 0.5;
  display: block;
}
.nav li a:hover,
.nav li.active > a,
.nav .open > a:focus,
.nav .dropdown-menu li.active a,
.nav .dropdown-menu li a:hover {
  background: #494854;
  text-decoration: none;
  opacity: 1;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none !important;
  border: 0;
}
.nav li.active.open > a {
  background: none !important;
}
.nav a i {
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  width: 16px;
  text-align: center;
}
.dropdown .caret {
  float: right;
  margin-top: 8px;
}
.dropdown ul .caret {
  display: none;
}
.dropdown-menu {
  background: #3d3c49;
  box-shadow: none;
  border: 0;
  margin: 0 0 20px;
  padding: 0;
  position: inherit;
  border-radius: 0;
  min-width: 100%;
  z-index: 10;
}
.dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-menu li a {
  padding-left: 52px;
  min-width: 100%;
  white-space: nowrap;
}
.dropdown-menu li li a {
  padding-left: 62px;
}
.dropdown-menu li a:hover {
  color: #fff;
}
.nav_trigger {
  cursor: pointer;
  display: inline-block;
  font-size: 26px;
  position: absolute;
  top: 4px;
  left: 23px;
  color: #fff;
  transition: all 0.5s ease;
  z-index: 10;
}
body.show_sidebar .nav_trigger {
  left: 220px;
}
#push_sidebar {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 60px;
  transition: all 0.5s ease;
  z-index: 10;
}
body.show_sidebar #push_sidebar {
  width: 250px;
}
.nav li span,
.nav li .caret {
  display: none;
}
body.show_sidebar .nav li span,
body.show_sidebar .nav li .caret {
  display: inline-block;
}

.topMenu {
  float: right;
  margin-right: 20px;
}
.topMenu a {
  display: block;
  float: left;
  margin-right: 15px;
}
.topMenu a.active {
  color: #000000;
}

/*  Breadcrumbs*/
.breadcrumbs-holder {
  background: #d2d7de;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: margin-left 0.5s ease;
}

@media (min-width: 1280px) {
  /* push the breadcrumbs over when menu is snapped out */
  .breadcrumbs-holder {
    margin-left: 250px;
    width: calc(100% - 250px);
  }
}

.control-button-box {
  overflow: hidden;
  float: right;
}
.control-button-box a {
  float: right;
  margin-left: 15px;
}
.breadcrumbs-holder .control-button-box .fa {
  margin: 10px 8px 0 0;
}
.breadcrumbs-holder .control-button-box .fa-trash {
  margin-top: 8px;
}
.breadcrumb {
  border-radius: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  background: none;
  font-weight: 600;
}
.breadcrumb > li + li:before {
  order-weeklyding: 0 12px;
}
.breadcrumb a {
  color: #777;
}
.form-group {
  margin-bottom: 0;
}
.links-holder {
  overflow: hidden;
  font-size: 14px;
  border-top: 1px solid #8ae7d7;
  padding-top: 10px;
}
.links-holder a {
  color: #8ae7d7;
  text-decoration: underline;
}
.links-holder a:hover {
  text-decoration: none;
}
.links-holder span:last-child {
  float: right;
}
#login-form .has-success .form-control {
  border-color: #35b39d;
}
.login-page .navbar {
  display: none;
}
.submit-holder {
  overflow: hidden;
  padding: 20px 0;
}
.sity-login {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn-success {
  background: #35b39d !important;
}
.btn.btn-inactive {
  opacity: 0.5;
}
#login-form .btn {
  background: #fff;
  line-height: normal;
  height: auto;
  color: #35b39d !important;
}
.contact-formbox {
  margin: 0 auto;
  width: 500px;
  text-align: center;
}
.contact-formbox .control-label,
.contact-formbox .help-block-error {
  display: inline-block;
  text-align: left;
  width: 100%;
}
#login-form .btn.submit:hover {
  opacity: 1;
  color: #fff !important;
}
.btn:focus {
  outline: none !important;
  background: #35b39d !important;
}
.btn-danger,
.btn-danger:focus {
  background: #d87979 !important;
}
.cancelButton {
  background: #d05e5e;
  border-radius: 50px;
  border: 0;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 27px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}
.cancelButton:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

/* Total styles */
.total {
  text-align: center;
  font-size: 18px;
  margin-right: -3px;
}
.total div {
  background: #ecf0f5;
  min-width: 160px;
  height: 65px;
  line-height: 65px;
  margin-left: 2px;
  float: left;
}
.total div:first-child {
  margin-left: 0;
}
.total strong {
  font-weight: 300;
}
.total div:first-child strong,
.tooltip .last-tooltip {
  font-size: 18px;
  font-weight: 500;
}
.total div:last-child strong {
  font-size: 36px;
}

/* Order weekly styles */
.order-weekly {
  margin: 0 -22px;
}
.order-weekly table .total {
  padding: 23px 0;
}
.order-weekly table {
  font-size: 12px;
}
.order-weekly table td img {
  margin-bottom: 5px;
}
.order-weekly table td .total-holder {
  display: flex;
}
.order-weekly table td .total-holder div {
  background: #dadee3;
  width: 50%;
}
.order-weekly table td.day-today .total div {
  background: #ecf0f5;
  min-width: auto;
  margin-left: 0;
  float: none;
}
.order-weekly td.weekend {
  border-color: #caced5;
  background-color: #f5dcdc;
}
.order-weekly td.weekend table {
  background: none;
}
.order-weekly table,
#next-week table {
  font-size: 12px;
  width: 100%;
}
.order-weekly table thead {
  color: #303030;
  font-size: 20px;
  text-transform: inherit;
}
.order-weekly table thead .fa {
  color: #5b5a63;
  position: relative;
  top: -1px;
  margin: 0 10px 0 0;
}
.order-weekly .table thead {
  font-size: 16px;
}
.order-weekly table .sub-header {
  margin: -8px -8px 0;
  padding: 15px 10px 5px;
  background: #ecf0f5;
  margin-bottom: 10px;
}
.order-weekly table .weekend .sub-header,
.order-weekly thead,
.order-weekly .table table tr:hover td.total {
  background: none;
  cursor: inherit;
}
.order-weekly .table table thead td {
  font-size: 11px;
  color: #a4a4a4;
}
.order-weekly .table table thead div {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  width: 50%;
  float: right;
}
.order-weekly .table.hided table thead div {
  width: auto;
}
.order-weekly .table td.day-before {
  opacity: 0.7;
  color: #a3a3a3;
}
.order-weekly table td.day-today {
  background: #fff;
}
.order-weekly thead td.day-today {
  background: #d2d7de;
  font-weight: 500;
}
.order-weekly table td.day-after,
.order-weekly table td.day-before {
  background: #ecf0f5;
}
.order-weekly table td.day-after table td,
.order-weekly table td.day-before table td {
  background: #ecf0f5;
}
.order-weekly .table table tr:nth-child(even) td {
  background: #e4e9ef;
}
.order-weekly .tooltip table tr:nth-child(even) td {
  background: none;
}
.order-weekly .table table tr:hover td {
  background: #dfefec;
  cursor: pointer;
}
.order-weekly table > tbody > tr:hover > td,
.order-weekly table > tbody > td:hover {
  background: #fff;
}
.order-weekly table > tbody > tr:hover td.day-after,
.order-weekly table > tbody > tr:hover td.day-before {
  background: #ecf0f5;
}
.order-weekly table > tbody > tr:hover td.day-before {
  opacity: 0.7;
}
.order-weekly .alert-info {
  background: #ecf0f5;
  color: #58595a;
}
.order-weekly .menu-name {
  font-size: 18px;
  padding: 10px 0;
  line-height: 1;
  font-weight: 600;
}
.order-weekly .menu-name span {
  border-radius: 20px;
  background: #979797;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 1.9;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-right: 14px;
  position: relative;
  top: -2px;
}
.order-update,
.order-create {
  background: #fff;
  margin: -22px;
  padding: 22px 22px 0;
}

/* Order detail (dishes) */
#grid-order-detail td:hover {
  cursor: auto;
}
.table-in-edit .btn-edit-order-detail,
.table-in-edit .btn-del-order-detail {
  opacity: 0.3;
  cursor: auto;
}

#grid-order-detail table {
  width: 100%;
  font-size: 14px;
}
#grid-order-detail table td {
  padding: 5px 10px;
  cursor: pointer !important;
}
#grid-order-detail table input[type="text"] {
  max-width: 50px;
  margin-right: 5px;
  padding: 0 5px;
}
#grid-order-detail ul span:nth-child(2) {
  font-weight: 600;
}
.btn-del-item {
  display: block;
  float: left;
  margin: 0 0 0 12px;
  font-weight: bold;
  color: #9e0505;
  font-size: 10pt;
  cursor: pointer;
}
.no-item .btn-del-item {
  display: none;
}
li.no-item,
.no-item td,
.no-item input {
  background-color: #eee;
  color: #999;
  opacity: 0.7;
}
.btn-inactive,
.btn-inactive:hover {
  opacity: 0.4;
  cursor: auto;
}
.btn-add-any-dish,
.btn-add-any-ingredient {
  display: block;
  margin: 5px 0 !important;
  padding: 4px;
  min-width: 150px;
  max-width: 150px;
  text-align: center;
  background-color: #35b39d;
  color: #fff;
  border-radius: 10px;
}
.btn-add-any-dish:hover,
.btn-add-any-dish:focus,
.btn-add-any-ingredient:hover,
.btn-add-any-ingredient:focus {
  background-color: #5dc2b1;
  color: #fff;
  text-decoration: none;
}

/* Control buttons styles */
.control-buttons-box-center,
.control-buttons-box-bottom {
  padding: 11px 0;
  margin: 0;
}
.control-buttons-box-bottom {
  text-align: right;
}

/* Table styles */
.table-holder {
  margin: -22px -22px 0;
}
.table-holder.sub-holder,
.client-view .table-holder {
  margin-top: 0;
}
.table-bordered {
  margin: 0 0 20px;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.table-bordered.day-planning {
  width: 33%;
}
.table-bordered > thead {
  background: #ecf0f5;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #a3a3a3;
}
.table-bordered.table-planning > thead {
  background: none;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-width: 0;
  border-spacing: 10px;
  vertical-align: top !important;
}
.table-bordered > thead > tr > td {
  padding: 12px 5px;
}
.table-bordered > thead > tr > th a {
  color: #a3a3a3;
}
.table-bordered > thead > tr > th a.asc,
.table-bordered > thead > tr > th a.desc {
  color: #36a794;
}
.table-bordered.table-planning td.month-view table th a {
  color: rgba(54, 167, 148, 1) !important;
  text-transform: uppercase;
}
.table-bordered > thead > th a:hover {
  color: #303030;
  text-decoration: none;
}
.table-bordered > tbody > tr > td,
.table-bordered > table > th {
  padding: 10px;
}
.table-bordered > tr:nth-child(even) > td {
  background: #fbfcfd;
}
.table-bordered > tbody.grid-view-body > tr:hover > td,
.table-bordered > tbody.grid-view-body tr:nth-child(even):hover td {
  cursor: pointer;
  background-color: #dfefec !important;
}
.sub-holder .table-bordered > tbody > tr:hover > td {
  background: #fff;
  cursor: text;
}
.table-bordered.not-hovered > tbody > tr:hover > td,
.table-bordered.day-planning > tbody > tr:hover > td,
.table-bordered.day-planning > tbody > tr > td.planning-today {
  background-color: #fff;
}
.table-bordered.table-planning > tbody > tr > td {
  background: none;
}
.table-bordered input[type="text"] {
  border: 1px solid #dbdfe4;
  border-radius: 5px;
}
.table-bordered input[type="text"]:focus,
.table-bordered .form-control:focus {
  box-shadow: 0 0 1px 1px rgba(183, 183, 183, 1);
}
.table-bordered input[type="radio"] {
  float: left;
  margin-right: 5px;
}
.table-bordered tr.filters td,
.table-bordered tr.filters:hover {
  background: #fff;
}
.table-bordered .filters .form-control {
  background: #f0f3f6;
  border-color: #f0f3f6;
  color: #c8c8c8;
  margin: 0;
}
.table-bordered .filters .form-control:focus {
  color: #303030;
}
.table-bordered ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #dbdfe4;
  padding: 15px;
}
.table-bordered img {
  width: 35px;
  height: 35px;
}
.table-bordered td .fa {
  margin: 0 10px;
}
.table-bordered td .fa-times {
  float: right;
}
.table-bordered a[class*="btn-"] i {
  margin-bottom: 20px;
  display: inline-block;
}
.table-bordered.table-planning > tbody > td:hover,
.detail-view tr:hover td {
  background: none;
  cursor: inherit;
}
.table-bordered .action-column,
.table-bordered .action-1,
.table-bordered .action-2,
.table-bordered .orderDetailType,
.table-bordered .orderDetailStatus {
  width: 110px;
}
.table-bordered .action-3,
.table-bordered .orderDetailDate {
  width: 135px;
}
.table-bordered .action-4,
.table-bordered .dishType {
  width: 170px;
}
.table-bordered .action-5 {
  width: 210px;
}
.table-bordered .number {
  width: 65px;
}
.table-bordered .image {
  width: 55px;
}
.table-bordered .headCount {
  width: 100px;
}
.table-bordered .btn {
  display: block;
  font-size: 14px;
}
.table-bordered input[type="text"].date-check {
  font-size: 16px;
}

/* Tasks view table */
.assignedUser {
  cursor: pointer;
}
.cookingStatus {
  cursor: pointer;
}

/* Month view table */
.table-bordered.month-view-table .btn.add-menu {
  position: absolute;
  bottom: 10px;
  left: 8px;
  right: 8px;
}
.table-bordered.month-view-table .planning-content {
  padding-bottom: 55px;
}

/* Year view table */
.table-bordered.year-view-table {
  font-size: 12px;
  line-height: 12px;
  border-top: 0;
  margin-top: 0 !important;
}
.table-bordered.year-view-table th {
  background: #ecf0f5;
  padding: 30px 5px 10px 15px;
  text-align: center;
  border-top: 1px solid #dce0e5;
}
.table-bordered.year-view-table td.previous-month th {
  background: #dadee3;
}
.table-bordered.year-view-table tr:first-child th {
  background: none;
  text-align: right;
  padding-right: 25px;
  border: 0;
}
.table-bordered.year-view-table td.previous-month tr:first-child th {
  background: #fff;
  border: 0;
}
.table-bordered.year-view-table td.previous-month th {
  border-color: #cfd3d8;
}
.table-bordered.year-view-table td.current-month tr:first-child th:after {
  border-left-color: #5ac1af;
}
.table-bordered.year-view-table td {
  text-align: center;
}
.table-bordered.year-view-table td:hover {
  background: none;
}
.table-bordered.year-view-table td.month-view {
  padding: 0;
}
.table-bordered.year-view-table td.previous-month {
  background: #ecf0f5 !important;
  opacity: 0.75;
}
.table-bordered.year-view-table td.current-month th a {
  font-size: 16px;
  line-height: 1px;
}
.table-bordered td.planning-today .border,
.table-bordered.year-view-table td.current-month .border {
  border: 1px solid #5ac1af;
  width: 100%;
  height: 100%;
  margin: -8px;
  position: absolute;
}
.table-bordered.year-view-table td.current-month .border {
  margin: 0;
}
.table-bordered td.planning-today .border {
  padding: 6px 8px;
}
.table-bordered.year-view-table table {
  width: 100%;
}
.table-bordered.year-view-table td span {
  display: inline-block;
  padding: 10px 5px 10px 15px;
  cursor: pointer;
  border: 1px solid transparent;
}
.table-bordered.year-view-table table td:hover span,
.table-bordered.year-view-table table td.today span {
  border: 1px solid #40b7a2;
  background: #dfefec;
}
.table-bordered.table-planning td.previous-month table td:hover span {
  border-color: #ccc;
}
.table-bordered.table-planning
  td.previous-month
  table
  td.not-clickable:hover
  span {
  border: none;
  cursor: text;
}
.table-bordered.table-planning:not(.year-view-table) td.holiday,
.table-bordered.table-planning td.holiday span {
  background: #ffe0e0;
}
.table-bordered.year-view-table td.previous-month td.holiday span {
  background: none;
  border-color: #ccc;
}
.table-bordered.year-view-table table td.holiday:hover span {
  border: 0;
}
.table-bordered.year-view-table td.previous-month td:hover span {
  border-color: rgba(236, 240, 245, 1);
  background: none;
  cursor: inherit;
}
.table-bordered.year-view-table .weekend {
  color: #d87b7b;
}
.summary-table {
  margin-bottom: 40px;
  width: auto;
}
.summary-table > tbody > tr > td {
  vertical-align: top !important;
}
.summary-table > tbody > tr:hover > td {
  background: none;
}
.table-bordered.not-hovered > tbody > tr:hover > td {
  cursor: inherit;
}
.grid-view-body td {
  white-space: normal;
}
.grid-view-body tr:nth-child(even) td,
.not-hovered > tbody.grid-view-body tr:nth-child(even):hover td {
  background: #fbfcfd !important;
}
.not-hovered > tbody.grid-view-body tr:hover td {
  background: #fff !important;
}
.table-bordered.not-hovered
  > tbody
  > tr:hover
  > td
  .grid-view-body
  td:first-child,
.grid-view-full td:first-child,
.grid-view-full td:nth-child(2) {
  width: 50px;
}
.grid-view-body .filters input,
.grid-view-body .filters select {
  min-width: 50px;
}
.grid-view-full {
  margin: 0 -22px;
}
.table-bordered .grid-view-full {
  margin: 0;
}

/* Pagination styles */
.pagination {
  float: right;
  margin: 0;
}
.pagination > li > a {
  color: #3fb7a2;
  margin: 0 1px 0 0;
}
.pagination > li > a,
.pagination > li > span {
  border: 1px solid #fff;
}
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li > a:hover {
  background: #dfefec;
  border: 1px solid #35b39d;
  color: #303030;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover {
  border-color: #fff;
}

/* Views block */
.views {
  background: #d2d7de;
  padding: 6px 22px;
  color: #a3a3a3;
  overflow: hidden;
}
/* Buttons group styles */
.btn-group .btn {
  background: #bcc2c9;
  color: #303030 !important;
  font-weight: normal;
  width: 80px;
  height: 29px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  text-align: center;
}
.btn-group .btn:after {
  border-right: 1px solid #d2d7de;
  content: "";
  height: 26px;
  width: 1px;
  position: absolute;
  top: 1px;
  left: 0;
}
.btn-group .btn:focus,
.btn-group .btn-primary.active:hover {
  background: #bcc2c9 !important;
}
.btn-group .btn.active:after,
.btn-group .btn:first-child:after {
  border: 0;
}
.btn-group .btn.active {
  border: 1px solid #bcc2c9;
  border-width: 1px 0;
  font-weight: 700;
}
.btn-group .btn.active:first-child {
  border-width: 1px 0 1px 1px;
}
.btn-group .btn.active:last-child {
  border-width: 1px 1px 1px 0;
}
.text-center .btn-group {
  margin-top: 6px;
}
.btn.active {
  background: none;
  box-shadow: none;
  border-color: #bdc3ca;
  color: #303030;
}
.btn-group > .btn:first-child:not(:last-child) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn-group > .btn:last-child:not(:first-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btn-group .btn + .btn {
  margin: 0;
}
.show-link {
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  text-align: center;
  margin: 20px 0;
}
.views .show-link {
  display: inline-block;
  margin: 0 10px;
}
.content {
  float: left;
  width: 100%;
  padding-top: 100px;
}
.content .summary {
  margin: 8px 0 10px;
  color: #a3a3a3;
  float: left;
}
.text-danger {
  color: #d77575;
  margin: 20px 0 0;
}
.main-holder {
  padding: 0 22px 22px;
  overflow: hidden;
}
#dish-tag_ids label {
  margin-right: 20px;
}
#dish-tag_ids input[type="checkbox"] {
  margin-right: 5px;
}
#dish-tag_ids .label {
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .nav li > form {
    padding: 3px;
  }
  .navbar-toggle {
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .nav li > form {
    padding: 3px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 20px 23px 20px 50px;
  }
}
.nav > li > form > button:hover {
  text-decoration: none;
}
.ui-autocomplete {
  z-index: 9999 !important;
}

/*  */
.roles-main .check-all {
  padding: 22px;
  border-top: 1px solid #e9eaec;
}
.role-index {
  background: #fff;
  margin: -22px -22px 0;
}
.role-holder {
  padding: 22px;
}
.roles-main .fieldset-holder {
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.roles-main fieldset {
  border-right: 1px solid #dce0e5;
  width: 20%;
  float: left;
  padding: 60px 11px 11px;
  position: relative;
}
.roles-main fieldset legend {
  font-size: 16px;
  background: #ecf0f5;
  border: 0;
  padding: 11px 11px 11px 21px;
  position: absolute;
  margin: 0 -11px;
  top: 0;
}
.roles-main fieldset legend:last-child {
  clear: both;
}
.roles-main label {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.roles-main {
  clear: both;
}
iframe#placeholder_frame body input {
  width: auto;
}
.task-frame {
  height: 200px;
}
.item {
  border: 1px solid #dadee3;
  border-bottom: 0;
  padding: 9px;
}
.item:nth-child(even) {
  background: #fbfcfd;
}
.item:nth-child(even):hover {
  background: #dfefec;
}
.item:last-child {
  border-bottom: 1px solid #dadee3;
}
.item label {
  margin: 0;
  font-weight: normal;
  color: #646464;
}

/* Breadcrumbs holder styles */
.breadcrumb .fa {
  float: left;
  margin: -1px 10px 0 0;
}
.breadcrumbs-holder .breadcrumbs-first {
  float: left;
  text-transform: uppercase;
}
.breadcrumbs-holder .breadcrumbs-last {
  float: right;
}
.breadcrumbs-holder .breadcrumbs-last strong {
  text-transform: uppercase;
}
.breadcrumbs-holder .breadcrumbs-last img {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  padding: 0;
}

/* Dish view styles*/
.dish-view .first {
  padding: 0;
}
.dish-view .first .title {
  position: absolute;
  bottom: 0;
  height: 50px;
  font-size: 25px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.35);
  width: 100%;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 80px;
}
.dish-view .first img {
  width: 100%;
  padding: 0;
  border-radius: 10px;
  border: solid 3px #eee;
}
.dish-view .second {
  color: #bbbaba;
}
.dish-view h5 {
  color: #bbbaba;
}
.dish-view .bottom-margin {
  margin-bottom: 40px;
}
.dish-view hr {
  margin: 5px 0;
}
.dish-view .second table.table-bordered {
  border-left: none;
  border-right: none;
}
.dish-view .second table.table-bordered tbody tr td:first-child {
  border-left: none;
  border-spacing: 15px;
}
.dish-view .second table.table-bordered tbody tr td:last-child {
  border-right: none;
  border-collapse: separate;
  border-spacing: 10px 5px;
  font-weight: bold;
  color: #000;
}
.dish-view .type {
  margin-top: 11px;
  display: block;
  color: #000;
  font-size: 19px;
  font-weight: bold;
  height: 66px;
}
.dish-view .type img {
  width: 65px;
  padding: 0;
  border-radius: 35px;
  border: solid 3px #000;
}
.dish-view .task img {
  width: 100%;
  padding: 1px;
}
.dish-view .task {
  text-align: center;
  font-size: 17px;
}
.dish-view .task .text {
  min-height: 65px;
}
.dish-view .task .number {
  position: absolute;
  color: #fff;
  font-size: 50px;
  background-color: rgba(255, 255, 255, 0.35);
  width: 75px;
  height: 75px;
  right: 30px;
  top: 15px;
  border-radius: 35px;
  padding-top: 3px;
}

/* Planning header styles */
.planning-header {
  margin: 0;
  background: #dfe4eb;
  padding: 6px 0;
  color: #a3a3a3;
}
.planning-header .text-center {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
}
.planning-header .text-center a:hover {
  text-decoration: none;
}
.planning-header .main a {
  color: #76c0b6;
}
.planning-header div.main a:hover {
  text-decoration: none;
  color: #35b39d;
}
.planning-header .btn-group {
  margin-top: 6px;
}

/* Table styles */
.order-weekly .table > thead > tr > td {
  border-width: 0 0 0 1px;
}
.order-weekly .table > tbody > tr > td {
  vertical-align: top !important;
  width: 14.28%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table-bordered.table-planning {
  border-top: 0;
  table-layout: fixed;
}
.table-bordered > tbody > tr > td {
  padding: 8px;
  background: #fff;
  position: relative;
}
.table-bordered > tbody.grid-view-body > tr > td {
  position: inherit;
}
.table-bordered tr.filters:hover td,
.order-weekly .sub-header tr:hover td {
  background: none !important;
}
.nbl-grid .table-bordered tr.filters:hover td {
  background-color: rgba(210, 215, 222, 0.3) !important;
}
.table-bordered > tbody > td.planning-prev-month:hover,
.table-bordered > tbody > td.planning-previous:hover,
.table-bordered > tbody > td.planning-weekend:hover,
.table-bordered > tbody > td.planning-previous:hover {
  background: none;
}
.table-bordered > tbody > tr > td.planning-prev-month,
.table-bordered > tbody > tr > td.planning-next-month,
.table-bordered > tbody > tr > td.planning-prev-month.planning-weekend,
.table-bordered > tbody > tr > td.planning-next-month.planning-weekend {
  border-color: #caced5;
  background: #d2d7de
    linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0) 48%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 52%
    );
  background-size: 0.6em 0.6em;
}
.table-bordered > tbody > tr > td.planning-prev-month.planning-weekend:hover,
.table-bordered > tbody > tr > td.planning-next-month.planning-weekend:hover {
  background: #dfefec;
}
.table-bordered > tbody > tr > td.planning-previous {
  background-color: #ecf0f5;
  border-color: #caced5;
  opacity: 0.75;
}
.table-bordered > tbody > tr > td.planning-prev-month {
  color: #a3a3a3;
}
.table-bordered > tbody > tr > td.planning-next-month {
  background-color: #d5d9e0;
}
.table-bordered.table-planning > tbody > tr > td {
  vertical-align: top;
  width: 14.28%;
}
.table-planning > tbody > tr > td:hover {
  background: #dfefec;
  cursor: pointer;
}
.table-planning > tbody > tr > td.previous-month:hover {
  cursor: auto;
}
.table-planning.year-view-table > tbody > tr > td.previous-month:hover {
  background: #ecf0f5;
}
.table-bordered.table-planning > thead > tr > td {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  padding: 30px 20px 10px;
  border: 0;
  color: #303030;
}
.table-bordered > thead > tr > td.weekend,
.table-bordered > tbody > tr > td.weekend {
  background: none;
}
.table-bordered > thead > tr > td.weekend {
  color: #d77575;
}
.planning-element .planning-date {
  text-align: right;
  padding: 0 14px 12px 0;
  font-size: 14px;
  vertical-align: middle;
}
.table-bordered td.planning-weekend .planning-date {
  color: #d77575;
}
.table-bordered .planning-element ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.table-bordered .planning-content {
  min-height: 150px;
}
.planning-element .element-menu,
.planning-element ul .element-menu {
  border: solid 1px #dadee3;
  width: 100%;
  height: 40px;
  color: #b6babf;
  margin-bottom: 10px;
  padding: 7px;
  display: block;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.9;
}
.table-bordered td.planning-prev-month .element-menu {
  border-color: #cacaca;
  color: #a3a3a3;
}
.table-bordered td.planning-today .element-menu {
  border-color: #8190ad;
  color: #a3a3a3;
  background: #8190ad;
  color: #fff;
}
.planning-element ul .element-menu {
  background-color: #8190ad;
  color: #fff;
  position: relative;
}
.planning-element ul .element-menu .edit {
  position: absolute;
  top: 7px;
  right: 7px;
}
.month-view-table .planning-element ul .element-menu .edit {
  display: none;
}
.month-view-table .planning-element:hover ul .element-menu .edit {
  display: block;
}
.planning-element ul .element-menu .fa {
  margin: 0 0 0 4px;
}
.day-planning .planning-element ul .element-menu .fa {
  margin: 0 10px;
}
.planning-element ul .element-menu .fa:before {
  color: #fff;
}
.planning-element ul .element-menu span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 65%;
}

.table-bordered .planning-element ul a:hover {
  background-color: #657189;
  text-decoration: none;
}
.table-bordered .planning-element .element-menu a:hover {
  background: none;
}
.table-bordered .planning-element .element-menu strong,
.table-bordered .planning-element ul a strong,
.planning-element ul .element-menu strong {
  background-color: #dadee3;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  float: left;
  margin-right: 7px;
}
.table-bordered td.planning-weekend.planning-previous .element-menu {
  color: #bcc2c9;
}
.table-bordered .planning-element .panel-default strong,
.table-bordered .planning-element .panel-default ul a strong,
.planning-element .panel-default ul .element-menu strong {
  background: #fff;
  color: #8190ad;
}
.table-bordered .planning-prev-month .element-menu strong {
  background: #cbd0d6;
}
.table-bordered td.planning-today .element-menu strong {
  background: #fff;
  color: #8190ad;
}
.table-bordered .planning-element ul a:hover strong {
  background-color: #fff;
  color: #657189;
}
.table-bordered .planning-index .planning-add {
  text-align: center;
}

/* Planning index styles */
.planning-index {
  margin: 0 -22px;
}
.modal-dialog .modal-header {
  background: #d2d7de;
  text-transform: uppercase;
  font-weight: 600;
}

/* Tooltip styles */
.tooltip.bottom {
  margin: -5px -9px 0;
  opacity: 1;
}
.tooltip .tooltip-inner {
  background: #fdfdf5 !important;
  border-radius: 0;
  box-shadow: 0 0 5px 0 rgba(55, 55, 55, 0.5);
  color: #585856;
  text-align: left;
  padding: 0;
  min-width: 219px;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #b7c2c1;
}
.tooltip .tooltip-inner td {
  padding: 7px 12px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fdfdf5;
  top: 1px;
  margin: 0;
}
.tooltip.bottom .tooltip-arrow:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 2px;
  left: -5px;
  box-shadow: -1px -1px 5px 0 rgba(55, 55, 55, 0.5);
  z-index: -1;
}
.tooltip .last-tooltip {
  border-top: 1px solid #b4b8bc;
  color: #303030;
}
.tooltip .last-tooltip td {
  padding: 15px 12px;
}
.tooltip .last-tooltip td:last-child {
  font-size: 30px;
}
.tooltip .last-tooltip td {
  background: #fdfdf5 !important;
}
.tooltip tr:first-child td,
.tooltip tr:last-child td {
  font-weight: 700;
  color: #303030;
}

/* Datepicker view */
.ui-datepicker {
  border: 0;
  box-shadow: 0 0 10px 2px #d6d6d6;
  border-radius: 5px;
  font-size: 14px;
  width: auto;
}
.ui-datepicker-header {
  background: none;
  border: 0;
}
.ui-datepicker-title {
  font-weight: normal;
  font-size: 16px;
}
.ui-widget-content .ui-state-default {
  background: none;
  border-color: #fff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  color: #454545;
}
.ui-widget-content .ui-datepicker-current-day {
  background: #dfefec;
  padding: 0;
}
.ui-widget-content .ui-datepicker-today .ui-state-default {
  border: 1px solid #41b7a3;
  background: #dfefec;
}
.ui-widget-content .ui-state-default:hover {
  background: #dfefec;
  border: 1px solid #dfefec;
}
.ui-widget-content .ui-state-disabled .ui-state-default:hover {
  background: none;
  border-color: #fff;
}
.ui-datepicker td {
  padding: 0;
}
.ui-datepicker td a,
.ui-datepicker td span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 8px 0 10px;
}
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 12px;
  color: #a3a3a3;
  text-align: right;
  padding: 5px 7px 5px 10px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 8px;
  left: 10px;
  cursor: pointer;
  color: #35b39d;
  opacity: 1;
}
.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: none;
  border: 0;
  text-decoration: none;
  color: #35b39d;
}
.ui-datepicker .ui-datepicker-prev:after {
  content: "\2190";
}
.ui-datepicker .ui-datepicker-next:after {
  content: "\2192";
}
/* User view styles */
.user-update {
  background: #fff;
  margin: -22px;
  padding: 22px;
}
.user-view {
  overflow: hidden;
  font-size: 16px;
  padding: 22px;
}
.user-view h1 {
  font-size: 32px;
}
.user-view h2 {
  font-size: 20px;
}
.user-view .img-thumbnail {
  position: relative;
  z-index: 2;
  padding: 0;
  width: 295px;
}
.user-view .label-holder .img-thumbnail {
  width: auto;
}
.user-view-holder {
  margin-bottom: -28px;
}
.contact-info {
  overflow: hidden;
  padding: 50px 9999px 22px;
  margin: 0 -10014px;
  background: #fff;
  border-bottom: 1px solid #e9eaec;
}
.user-view .label-holder {
  font-weight: 300;
  min-height: 45px;
  margin-bottom: 22px;
}
.label-holder label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.label-holder.contact label {
  margin-bottom: 8px;
}
.label-holder.contact span {
  display: inline-block;
  vertical-align: top;
}
.label-holder.contact span:last-child {
  top: 5px;
  position: relative;
}
.contact .fa {
  border-radius: 50px;
  border: 2px solid #5b5a63;
  width: 54px;
  height: 54px;
  line-height: 2;
  font-size: 24px;
  text-align: center;
  color: #5b5a63;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.contact-info.add-info {
  color: #787878;
}
.contact-info.add-info h3 {
  text-transform: inherit;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px;
}
.contact-info.add-info h3 a {
  color: #303030;
}
.contact-info.add-info img {
  float: left;
  margin: 0 15px 0 0;
}
.contact-info.add-info .label-holder div {
  display: inline-block;
  vertical-align: middle;
}
.contact-info.add-info .label-holder div:first-child {
  padding-bottom: 10px;
}
.user-view strong.status {
  border: 1px solid #dadee3;
  font-size: 12px;
  color: #808080;
  padding: 2px 15px;
}
.user-view .last-visit {
  float: right;
  text-align: right;
  margin-right: -22px;
  font-size: 12px;
}
.user-view .last-visit .label-holder {
  font-weight: 700;
}
.user-view .last-visit .fa {
  color: #bcc2c9;
  position: relative;
  top: 2px;
  right: 7px;
}
.user-view .last-visit label {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  margin: 3px 7px 0 0;
  color: #9d9d9d;
}
.user-form label {
  font-size: 14px;
  margin-left: 10px;
}
.user-form .form-group {
  margin-bottom: 20px;
}
.user-form .form-control {
  padding: 3px 10px 6px;
  line-height: normal;
}
.user-form #user-address {
  height: 117px;
  max-height: 117px;
}
.user-form .image-holder {
  border: 1px dashed #bcc2c9;
  padding: 22px 27px;
  margin-bottom: 20px;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
.user-form .image-holder img {
  border: 0;
  margin-bottom: 10px;
}
.user-form .image-holder button {
  width: 100%;
}
.user-form span.save {
  text-align: right;
  display: block;
}
.user-form .help-block {
  font-size: 12px;
  position: absolute;
}
.has-success .form-control {
  border-color: #35b39d;
  box-shadow: none;
}
.field-user-image .control-label {
  display: none;
}
.img-thumbnail {
  padding: 0;
}
.field-stock-vendor_price * {
  float: left;
  width: auto;
  margin-right: 7px;
}
#vendor_price_bar {
  overflow: auto;
  padding-bottom: 16px;
}

/* Dish view */
.dish-view h1 {
  font-size: 18px;
  margin: 0 0 30px;
}
.dish-desc {
  overflow: hidden;
  padding-bottom: 22px;
}
.dish-desc .img-thumbnail {
  float: left;
  margin-right: 22px;
}
.planning-element .planning-add {
  margin: 0 auto 10px;
}
.detail-view {
  overflow: hidden;
}
.detail-view label {
  color: #a3a3a3;
  font-weight: normal;
}
.detail-view .label-holder {
  font-size: 16px;
  margin-bottom: 20px;
}
.detail-view .label-holder label {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0;
}

/* Order form styles */
.order-form .form-group {
  margin-bottom: 20px;
}
.order-form label,
.has-error label {
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  margin-bottom: 4px !important;
}
.has-error .help-block {
  color: #ffff33 !important;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  margin-top: 3px !important;
  margin-bottom: -1px !important;
}
#login-form .has-error .help-block {
  color: #a94442;
}
.has-error .form-control {
  border-color: #da7e7e;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #da7e7e;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #35b39d;
  box-shadow: none;
}

/* Create client */
.client-form .form-group {
  margin: 0 0 25px;
}
.client-form .form-group label {
  margin: 0 15px 15px 0;
  font-weight: normal;
}
.client-form label.control-label {
  font-weight: bold;
}
.client-form table {
  margin-bottom: 35px;
}
.client-form .bootstrap-timepicker-widget table {
  margin-bottom: 0;
}
.client-form table th,
.client-form table td {
  padding: 10px 15px;
}
.client-form .bootstrap-timepicker-widget table td {
  padding: 0;
  height: auto;
}
.bootstrap-timepicker-widget table td a {
  color: #3d3c49;
  padding: 0;
}
.bootstrap-timepicker-widget table td a:hover {
  background: none;
  border: 0;
  color: #36a794;
}
.client-form .combyRadio {
  overflow: hidden;
}
.client-form .combyRadio .form-group {
  float: left;
}
.client-form .bootstrap-timepicker,
.client-form [name="serviceType"] {
  margin-top: 23px;
}
.client-form .otherServiceType [name="serviceType"] {
  float: left;
  width: auto;
}
.client-form .bootstrap-timepicker {
  border-radius: 5px;
  border: 1px solid #dbdfe4;
  background: #fff;
  width: 170px;
}
.client-form .bootstrap-timepicker .form-control {
  border: 0;
  box-shadow: none;
  padding: 0 10px;
}
.bootstrap-timepicker .input-group-addon {
  border: 0;
  background: none;
  vertical-align: inherit;
  padding: 0 10px 0 0;
  top: -10px;
  position: relative;
}
.bootstrap-timepicker-widget.dropdown-menu {
  background: none;
  padding: 10px 0 0;
  margin: 0 -20px 0 0;
  min-width: inherit;
}
.bootstrap-timepicker-widget.dropdown-menu:before,
.bootstrap-timepicker-widget.dropdown-menu:after {
  border: 0;
}
.bootstrap-timepicker-widget.dropdown-menu .form-control {
  height: auto;
}
.modal-content {
  box-shadow: none !important;
  border: 0;
}
.alert-success {
  margin-bottom: 45px;
}
.client-form .has-success .control-label {
  color: #333;
}

/* Mobile styles */
@media screen and (max-width: 1650px) {
  .planning-header .text-center {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 1300px) {
  .label-holder.contact .fa {
    margin: 0 0 15px;
  }
  .label-holder.contact span {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .views .show-link {
    font-size: 15px;
  }
  .planning-header .text-left {
    margin-bottom: 10px;
  }
  .btn-group .btn {
    width: auto;
    font-size: 13px;
    line-height: 2.1;
  }
  .order-weekly .table thead {
    font-size: 14px;
  }
  .order-weekly table thead .fa {
    margin-right: 5px;
  }
  .table-bordered .btn.add-menu {
    font-size: 14px;
    padding: 10px 0;
  }
  .bar-menu {
    font-size: 14px;
  }
  .bar-menu label {
    width: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .client-form {
    font-size: 14px;
  }
  .client-form input[type="checkbox"],
  .client-form input[type="checkbox"]:after,
  .client-form input[type="radio"] {
    width: 16px;
    height: 16px;
    line-height: 1;
  }
  .client-form input[type="checkbox"]:after {
    font-size: 14px;
  }
  .client-form .bootstrap-timepicker .form-control {
    height: auto;
    padding: 5px;
    line-height: 1.5;
  }
  .client-form .bootstrap-timepicker .dropdown-menu {
    font-size: 14px;
  }
  .bootstrap-timepicker .input-group-addon {
    top: -6px;
  }
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
  .table-bordered .form-control,
  .table-bordered input[type="text"] {
    padding: 0 5px;
    height: auto;
  }
  .user-view .last-visit {
    float: left;
  }
  .user-view .img-thumbnail {
    margin-bottom: 20px;
    width: auto;
  }
  .order-weekly .menu-name {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .contact-info.add-info img {
    display: none;
  }
  .planning-header > div {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .planning-header .text-center {
    font-size: 18px;
  }
  .table-bordered .btn.add-menu {
    font-size: 12px;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  body.show_sidebar .views .row > div {
    float: none !important;
    margin: 0 0 15px;
    text-align: center;
  }
  body.show_sidebar .views .btn-group .btn {
    font-size: 14px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .user-view .last-visit {
    float: right;
  }
  .btn-group .btn {
    padding: 0 5px;
  }
  .views,
  .views .show-link {
    font-size: 13px;
  }
  .views .show-link {
    margin: 0 5px;
  }
  .views select {
    height: auto;
    padding: 5px;
  }
}

@media screen and (max-width: 640px) {
  #login-form,
  #login-form .links-holder {
    font-size: 18px;
  }
  #login-form .logo {
    margin-bottom: 50px;
  }
  #login-form .form-control {
    padding: 10px 30px;
    height: auto;
    font-size: 18px;
  }
  #login-form .submit-holder {
    padding-bottom: 50px;
  }
  #login-form .links-holder {
    padding: 50px 0;
  }
  #login-form .links-holder span {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  #login-form .links-holder a {
    float: none;
  }
  .user-view .last-visit {
    float: left;
  }
  .views .row > div {
    float: none !important;
    margin: 0 0 15px;
    text-align: center;
  }
  .views .btn-group .btn {
    font-size: 14px;
    padding: 0 15px;
  }
  .views .show-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .breadcrumbs-holder {
    font-size: 11px;
    line-height: normal;
  }
  .breadcrumb .fa {
    font-size: 14px;
    margin-right: 5px;
  }
  .breadcrumb > li + li:before {
    padding: 0 5px;
    top: 0;
  }
  body.show_sidebar .views .row > div {
    text-align: left;
  }
  body.show_sidebar .views .btn-group .btn {
    line-height: normal;
    padding: 5px;
  }
  body.show_sidebar .views .show-link {
    margin: 5px 0;
  }
}

strong.rounded-number {
  background-color: #dadee3;
  height: 25px;
  width: 25px;
  line-height: 25px;
  display: inline-block;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  float: left;
  margin-right: 7px;
  padding: 1px 1px 0 0px;
}
.super-filter {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 10px 0;
  font-size: 16px;
}
.super-filter input[type="checkbox"] {
  margin-right: 10px;
}
.super-filter select {
  margin-left: 5px;
}
div.label-input-filter {
  z-index: 1;
}

/* bar menu styles */
.bar-menu {
  width: 100%;
}
.bar-menu td {
  padding: 10px;
}
.bar-menu td label {
  font-weight: normal;
  white-space: nowrap;
  max-width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.day-planning .bar-menu td label {
  max-width: inherit;
}
.bar-menu .menu-name {
  text-align: center;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #bcc2c9 !important;
  border-radius: 4px;
  border: 0;
}
.dish-ingredient-header td {
  text-align: center;
  font-weight: 700;
  border: 0;
  padding-bottom: 10px;
}
.bar-menu div {
  margin-bottom: 10px;
}
.bar-menu input[type="checkbox"] {
  margin-right: 5px;
}
.bar-menu input[type="text"],
.bar-menu select {
  padding: 5px;
  margin: 0 5px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}
.bar-menu .btn-primary {
  background: none;
  padding: 0;
  float: right;
}
.bar-menu .btn-primary i {
  color: #35b39d;
  border: 1px solid #35b39d;
  border-radius: 5px;
  padding: 5px;
  margin: 0;
}
.bar-menu .btn-primary:hover i,
.bar-menu .btn-primary:active:focus {
  background: #35b39d;
  color: #fff;
}
.bar-menu .toogleMenu {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  margin: 15px 0;
}
.bar-menu .toogleMenu:hover {
  text-decoration: none;
}
.bar-menu .toogleMenu:after {
  position: relative;
  top: 15px;
  left: 10px;
  border: solid transparent;
  content: "";
  border-color: rgba(53, 179, 157, 0);
  border-top-color: #35b39d;
  border-width: 5px;
  margin-left: -5px;
}
.bar-menu .toogleMenu.element-hide:after {
  border-bottom-color: #35b39d;
  border-top: 0;
  top: auto;
  bottom: 13px;
}

/* Csrollbar styling */
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.2);
}

.dropdown-backdrop {
  position: static;
}
.clear {
  clear: both;
}

.info {
  background-color: #303030;
  color: #ffffff;
  text-align: right;
  float: left;
  width: 100%;
  height: 40px;
}

.contact {
  margin-right: 25px;
  padding-top: 10px !important;
  font-family: "Lato", sans-serif;
  font-size: 12px;
}
.header-info {
  padding-top: 10px;
}
.header-info i.social {
  margin-right: 20px;
}
.header-info i {
  font-size: 14px;
  margin-right: 5px;
}
.menu li:last-child a {
  padding-right: 0;
}
.menu a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #333;
}
.menu a:hover {
  color: #ff0000;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  float: left;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  color: red;
}
.active {
  background-color: #4caf50;
}

.today {
  float: left;
  width: 100%;
}
.container {
  max-width: 1278px;
  width: 100%;
  margin: 0 auto;
}

.lunch-box {
  border: 1px solid #dcdcdc;
  float: left;
  margin: 0 90px;
  max-width: 325px;
  padding: 15px;
  width: 33%;
}
.date {
  display: inline-block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  background-color: #303030;
}

.menu-name {
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
.title-today {
  font-family: "Lato", sans-serif;
  text-align: center;
  font-weight: bold;
}
.title-tag {
  font-family: "Lato", sans-serif;
  text-align: center;
  padding-left: 50%;
}

.lunch-box ul {
  margin: 0;
  padding: 0;
}
.lunch-box ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
}
.lunch-box ul li span {
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
.lunch-box ul li p {
  font-weight: normal;
  color: #000;
}
.lunch-box ul li p a {
  color: #f00;
}

.upcoming {
  float: left;
  margin-bottom: 10px !important;
  margin-top: 16px;
  width: 100%;
}
.title-upcoming {
  font-family: "Lato", sans-serif;
  text-align: center;
  font-weight: bold;
  padding-top: 40px;
}
.title-upcoming ul {
  margin: 0;
  padding: 0;
}
.title-upcoming ul li {
  float: left;
  background: #fff;
  margin-bottom: 30px;
  max-width: 325px;
  width: 33%;
  margin: 0 34px;
}
.title-upcoming ul li:nth-child(odd) {
  margin: 0 0 30px 0;
}
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* Flex */

.flex {
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flexer {
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: block;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.flex.flex-2,
.flex.flex-3 {
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.flex.flex-2 .title-lunchorder {
  width: 32%;
  min-width: 400px;
}

.flexer.flex-3 .col {
  width: 31%;
}

.flex.flex-4 .col {
  width: 22%;
}

.flex.flex-tabs {
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.flex-tabs ul {
  width: 20%;
}

.flex.flex-tabs .tabs {
  width: 77%;
}

@media screen and (max-width: 980px) {
  .flex.flex-4 .col {
    width: 48%;
  }

  .flex.flex-tabs ul {
    width: 30%;
  }

  .flex.flex-tabs .tabs {
    width: 67%;
  }

  .flex.flex-tabs .flex-3 .col {
    width: 48%;
  }
}

@media screen and (max-width: 736px) {
  .flex.flex-2 .col,
  .flex.flex-3 .col,
  .flex.flex-4 .col {
    width: 100%;
  }

  .flex.flex-tabs {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex.flex-tabs ul {
    width: 100%;
  }

  .flex.flex-tabs .tabs {
    width: 100%;
  }

  .flex.flex-tabs .flex-3 .col {
    width: 100%;
  }
}
/* Image */

.image {
  border: 0;
  display: inline-block;
  position: relative;
}

.image img {
  display: block;
}

.image.left,
.image.right {
  max-width: 40%;
}

.image.left img,
.image.right img {
  width: 100%;
}

.image.left {
  float: left;
  margin: 0 1.5em 1em 0;
  top: 0.25em;
}

.image.right {
  float: right;
  margin: 0 0 1em 1.5em;
  top: 0.25em;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.main {
  display: block;
  margin: 0 0 3em 0;
  width: 100%;
}

.image.main img {
  width: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Wrapper */

.wrapper {
  background: #f3f3f3 none repeat scroll 0 0;
  padding: 3.5em 0 1.7em;
  position: relative;
  min-height: 400px;
}

// .wrapper:before {
// 	content: '';
// 	position: absolute;
// 	top: 0;
// 	left: 0;
// 	width: 100%;
// 	height: 100%;
// 	display: block;
// 	background-image: url(../../images/bg.jpg);
// 	background-size: cover;
// 	background-repeat: no-repeat;
// 	opacity: 0.35;
// 	z-index: 1;
// }

.wrapper .inner {
  margin: 0 auto;
  width: 80em;
  position: relative;
  z-index: 99;
}

.wrapper header {
  margin-bottom: 99px;
}

@media screen and (max-width: 736px) {
  .wrapper header {
    margin-bottom: 2em;
  }
}

.wrapper.style1 {
  background-color: #fff;
  color: #c1c7cd;
}

.wrapper.style1 input,
.wrapper.style1 select,
.wrapper.style1 textarea {
  color: #000;
}

.wrapper.style1 a {
  color: #000;
}

.wrapper.style1 a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.wrapper.style1 strong,
.wrapper.style1 b {
  color: #000;
}

.wrapper.style1 h1,
.wrapper.style1 h2,
.wrapper.style1 h3,
.wrapper.style1 h4,
.wrapper.style1 h5,
.wrapper.style1 h6 {
  color: #000;
}

.wrapper.style1 blockquote {
  border-left-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style1 code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style1 hr {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style1 .box {
  border-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style1 input[type="submit"],
.wrapper.style1 input[type="reset"],
.wrapper.style1 input[type="button"],
.wrapper.style1 button,
.wrapper.style1 .button {
  background-color: #041625;
  color: #ffffff !important;
}

.wrapper.style1 input[type="submit"]:hover,
.wrapper.style1 input[type="reset"]:hover,
.wrapper.style1 input[type="button"]:hover,
.wrapper.style1 button:hover,
.wrapper.style1 .button:hover {
  background-color: #06243c;
}

.wrapper.style1 input[type="submit"]:active,
.wrapper.style1 input[type="reset"]:active,
.wrapper.style1 input[type="button"]:active,
.wrapper.style1 button:active,
.wrapper.style1 .button:active {
  background-color: #02080e;
}

.wrapper.style1 input[type="submit"].alt,
.wrapper.style1 input[type="reset"].alt,
.wrapper.style1 input[type="button"].alt,
.wrapper.style1 button.alt,
.wrapper.style1 .button.alt {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}

.wrapper.style1 input[type="submit"].alt:hover,
.wrapper.style1 input[type="reset"].alt:hover,
.wrapper.style1 input[type="button"].alt:hover,
.wrapper.style1 button.alt:hover,
.wrapper.style1 .button.alt:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 input[type="submit"].alt:active,
.wrapper.style1 input[type="reset"].alt:active,
.wrapper.style1 input[type="button"].alt:active,
.wrapper.style1 button.alt:active,
.wrapper.style1 .button.alt:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.wrapper.style1 input[type="submit"].alt.icon:before,
.wrapper.style1 input[type="reset"].alt.icon:before,
.wrapper.style1 input[type="button"].alt.icon:before,
.wrapper.style1 button.alt.icon:before,
.wrapper.style1 .button.alt.icon:before {
  color: #9ba6af;
}

.wrapper.style1 input[type="submit"].special,
.wrapper.style1 input[type="reset"].special,
.wrapper.style1 input[type="button"].special,
.wrapper.style1 button.special,
.wrapper.style1 .button.special {
  background-color: #ffffff;
  color: #062038 !important;
}

.wrapper.style1 label {
  color: #ffffff;
}

.wrapper.style1 input[type="text"],
.wrapper.style1 input[type="password"],
.wrapper.style1 input[type="email"],
.wrapper.style1 select,
.wrapper.style1 textarea {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style1 input[type="text"]:focus,
.wrapper.style1 input[type="password"]:focus,
.wrapper.style1 input[type="email"]:focus,
.wrapper.style1 select:focus,
.wrapper.style1 textarea:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}

.wrapper.style1 .select-wrapper:before {
  color: rgba(255, 255, 255, 0.15);
}

.wrapper.style1 input[type="checkbox"] + label,
.wrapper.style1 input[type="radio"] + label {
  color: #c1c7cd;
}

.wrapper.style1 input[type="checkbox"] + label:before,
.wrapper.style1 input[type="radio"] + label:before {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style1 input[type="checkbox"]:checked + label:before,
.wrapper.style1 input[type="radio"]:checked + label:before {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #062038;
}

.wrapper.style1 input[type="checkbox"]:focus + label:before,
.wrapper.style1 input[type="radio"]:focus + label:before {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}

.wrapper.style1 ::-webkit-input-placeholder {
  color: #9ba6af !important;
}

.wrapper.style1 :-moz-placeholder {
  color: #9ba6af !important;
}

.wrapper.style1 ::-moz-placeholder {
  color: #9ba6af !important;
}

.wrapper.style1 :-ms-input-placeholder {
  color: #9ba6af !important;
}

.wrapper.style1 .formerize-placeholder {
  color: #9ba6af !important;
}

.wrapper.style1 ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style1 header p {
  color: #999999;
  font-family: "Lato";
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.wrapper.style1 table tbody tr {
  border-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style1 table tbody tr:nth-child(2n + 1) {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 table th {
  color: #ffffff;
}

.wrapper.style1 table thead {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style1 table tfoot {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style1 table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style2 {
  background-color: #041625;
  color: #c0c5c9;
}

.wrapper.style2 input,
.wrapper.style2 select,
.wrapper.style2 textarea {
  color: #ffffff;
}

.wrapper.style2 a {
  color: #c1c7cd;
}

.wrapper.style2 a:hover {
  color: rgba(193, 199, 205, 0.5);
}

.wrapper.style2 strong,
.wrapper.style2 b {
  color: #ffffff;
}

.wrapper.style2 h1,
.wrapper.style2 h2,
.wrapper.style2 h3,
.wrapper.style2 h4,
.wrapper.style2 h5,
.wrapper.style2 h6 {
  color: #ffffff;
}

.wrapper.style2 blockquote {
  border-left-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style2 code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style2 hr {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style2 .box {
  border-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style2 input[type="submit"],
.wrapper.style2 input[type="reset"],
.wrapper.style2 input[type="button"],
.wrapper.style2 button,
.wrapper.style2 .button {
  background-color: #ffffff;
  color: #041625 !important;
}

.wrapper.style2 input[type="submit"].alt,
.wrapper.style2 input[type="reset"].alt,
.wrapper.style2 input[type="button"].alt,
.wrapper.style2 button.alt,
.wrapper.style2 .button.alt {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}

.wrapper.style2 input[type="submit"].alt:hover,
.wrapper.style2 input[type="reset"].alt:hover,
.wrapper.style2 input[type="button"].alt:hover,
.wrapper.style2 button.alt:hover,
.wrapper.style2 .button.alt:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style2 input[type="submit"].alt:active,
.wrapper.style2 input[type="reset"].alt:active,
.wrapper.style2 input[type="button"].alt:active,
.wrapper.style2 button.alt:active,
.wrapper.style2 .button.alt:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.wrapper.style2 input[type="submit"].alt.icon:before,
.wrapper.style2 input[type="reset"].alt.icon:before,
.wrapper.style2 input[type="button"].alt.icon:before,
.wrapper.style2 button.alt.icon:before,
.wrapper.style2 .button.alt.icon:before {
  color: #9ba2a8;
}

.wrapper.style2 input[type="submit"].special,
.wrapper.style2 input[type="reset"].special,
.wrapper.style2 input[type="button"].special,
.wrapper.style2 button.special,
.wrapper.style2 .button.special {
  background-color: #062038;
  color: #ffffff !important;
}

.wrapper.style2 input[type="submit"].special:hover,
.wrapper.style2 input[type="reset"].special:hover,
.wrapper.style2 input[type="button"].special:hover,
.wrapper.style2 button.special:hover,
.wrapper.style2 .button.special:hover {
  background-color: #082d4f;
}

.wrapper.style2 input[type="submit"].special:active,
.wrapper.style2 input[type="reset"].special:active,
.wrapper.style2 input[type="button"].special:active,
.wrapper.style2 button.special:active,
.wrapper.style2 .button.special:active {
  background-color: #041321;
}

.wrapper.style2 label {
  color: #ffffff;
}

.wrapper.style2 input[type="text"],
.wrapper.style2 input[type="password"],
.wrapper.style2 input[type="email"],
.wrapper.style2 select,
.wrapper.style2 textarea {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
  border-color: #062038;
  box-shadow: 0 0 0 1px #062038;
}

.wrapper.style2 .select-wrapper:before {
  color: rgba(255, 255, 255, 0.15);
}

.wrapper.style2 input[type="checkbox"] + label,
.wrapper.style2 input[type="radio"] + label {
  color: #c0c5c9;
}

.wrapper.style2 input[type="checkbox"] + label:before,
.wrapper.style2 input[type="radio"] + label:before {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style2 input[type="checkbox"]:checked + label:before,
.wrapper.style2 input[type="radio"]:checked + label:before {
  background-color: #062038;
  border-color: #062038;
  color: #ffffff;
}

.wrapper.style2 input[type="checkbox"]:focus + label:before,
.wrapper.style2 input[type="radio"]:focus + label:before {
  border-color: #062038;
  box-shadow: 0 0 0 1px #062038;
}

.wrapper.style2 ::-webkit-input-placeholder {
  color: #9ba2a8 !important;
}

.wrapper.style2 :-moz-placeholder {
  color: #9ba2a8 !important;
}

.wrapper.style2 ::-moz-placeholder {
  color: #9ba2a8 !important;
}

.wrapper.style2 :-ms-input-placeholder {
  color: #9ba2a8 !important;
}

.wrapper.style2 .formerize-placeholder {
  color: #9ba2a8 !important;
}

.wrapper.style2 ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style2 header p {
  color: #9ba2a8;
}

.wrapper.style2 table tbody tr {
  border-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style2 table tbody tr:nth-child(2n + 1) {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style2 table th {
  color: #ffffff;
}

.wrapper.style2 table thead {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style2 table tfoot {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.wrapper.style2 table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 1280px) {
  .wrapper > .inner {
    width: 100%;
  }

  .flex.flex-2 .col {
    width: 100%;
  }
  .flexer.flex-3 .col {
    width: 47%;
  }
}

@media screen and (max-width: 980px) {
  .wrapper > .inner {
    width: 90%;
  }
  .flexer.flex-3 .col {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .wrapper {
    padding: 3em 0 1em 0;
  }
}
.videotodays {
  background: #f3f3f3;
  border: 1px solid #cccccc;
  margin: 0 0 2em;

  padding: 0px 20px 4px;
  position: relative;
}
.video-first {
  margin: 0 0 2em;
  overflow: hidden;
  padding: 20px 20px 4px;
  position: relative;
}

/* Video */
.video {
  background: #f3f3f3;
  border: 1px solid #cccccc;
  margin: 0 0 2em;
  overflow: hidden;
  padding: 20px 20px 4px;
  position: relative;
}
.video3 {
  background: rgba(255, 255, 255, 0.075) none repeat scroll 0 0;
  border: 1px solid #cccccc;
  margin: 0 0 2em;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.title-lunch-data {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #111;
  font-size: 24px;
  font-family: "Lato";
  font-weight: bold;
  margin: 20px 0;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}
.title-dinner-data {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #fff;
  font-family: "Lato";
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.menu-title-lunch {
  color: #333;
  font-family: "Lato";
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.menu-title-dinner {
  color: #fff;
  font-family: "Lato";
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.menu-metadata-lunch {
  color: #666;
  font-family: "Lato";
  font-size: 14px;
  padding: 0 7px 7px;
  text-align: center;
  width: 100%;
}

.menu-metadata-dinner {
  color: #ccc;
  font-family: "Lato";
  font-size: 14px;
  padding: 1px 7px 7px;
  text-align: center;
  width: 100%;
}
.title-lunch {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.din {
  background-color: #555459 !important;
}
.title-dinner {
  color: #333;
  font-size: 20px;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.video .image,
.video3 .image {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.video .caption {
  color: #c0c5c9;
  padding: 1.5em;
  font-size: 1.25em;
  font-weight: 300;
  margin: 0;
}

.video .link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.video .link span {
  display: none;
}
.inner .align-center > h2 {
  font-family: "Lato";
  font-size: 72px;
  margin-bottom: 0;
  margin-top: 28px;
  text-transform: uppercase;
}
.upcoming > h2 {
  color: #000;
}
.upcoming > p {
  text-transform: uppercase;
  font-size: 16px;
  color: #999;
  padding: 8px 5px;
  font-family: "Lato";
}
.menuupcoming {
  padding: 10px;
  margin-left: 10px !important;
  margin-right: 15px !important;
  margin-bottom: 24px !important;
  margin-top: 0px !important;
  background: #fff;
  display: Inline-block;
  vertical-align: top;
  min-height: 478px;
  padding-bottom: 25px;
  border: none;
}
.upcomingdate > p {
  color: #000;
  font-family: lato;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: -11px;
  margin-left: 0;
  padding: 5px;
  margin-right: 0;
}
.upcomingdate > span {
  color: rgb(188, 188, 188);
  font-family: lato;
  font-size: 20px;
  padding: 5px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.upcomingdate {
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.title-menuupcoming {
  background-color: #555459;
  color: #fff;
  font-family: lato;
  font-size: 24px;
  font-weight: bold;
  height: 38px;
  margin-bottom: 14px;
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.menu-menuupcoming-lunch {
  color: #333;
  font-family: "Lato";
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  margin-bottom: 6px;
  text-transform: uppercase;
  width: 100%;
}

.flexer.flex-3 .col {
  max-width: 400px;
  width: 32%;
}
.title-menuupcomingtype {
  color: #ff0000;
  font-family: lato;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 17px;
  padding: 3px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.onorders {
  color: #333;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}
.copyright-main {
  float: left;
  font-size: 18px;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
  background: #202226;
  width: 100%;
  text-align: center;
  padding: 30px 0px;
  height: 80px;
}
.site-request-password-reset {
  color: #fff;
  text-align: center;
}
.noorder {
  width: 100%;
}

.current {
  color: #ff0000 !important;
}
.container.contactform {
  clear: both;
  padding: 25px;
  width: 100%;
}
.todaysdate {
  color: #ff0000;
  font-family: lato;
  font-size: 36px;
  padding: 0;
  margin-top: 2px;
  text-transform: uppercase;
}
.img-dark {
  display: initial !important;
  width: 155px !important;
}
.title-lunchorder {
  margin: 0 6%;
  text-align: center;
}
.lunchtitle,
.dinnertitle {
  color: #333333;
  font-family: lato;
  font-size: 32px;
  margin-bottom: 24px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -66px;
}
.img-menu {
  margin-top: 21px;
  width: 100%;
}
.menu-lunch {
  margin-bottom: 9px;
}
.menu-dinner {
  margin-bottom: 12px;
}
ul.ul-upcoming {
  float: left;
  text-align: center;
  width: 100%;
}
ul.ul-upcoming li {
  display: inline-block;
  width: 400px;
  margin: 0 15px 84px;
  float: none;
}
.wrapper.wrapper-upcoming {
  padding-bottom: 36px;
  padding-top: 0;
  margin-top: -24px;
  float: left;
  width: 100%;
}
ul.contact-info-header {
  float: left;
  text-align: right;
  margin: 3px 12px 0 0;
}
ul.contact-info-header li {
  display: inline-block;
  font-size: 12px;
}
ul.contact-info-header li a {
  padding: 0 10px;
  display: inline-block;
}
ul.contact-info-header li.contact-number i {
  float: left;
}
.social-header {
  float: left;
}
.header-top {
  float: right;
}
.img-thumbnail.img-client {
  border: medium none;
}
.dl-menuwrapper {
  display: none;
}
.logo > img {
  margin-top: 3px;
  margin-bottom: 3px;
}

.today-onorders {
  color: #333;
  float: left;
  font-size: 32px;
  margin: -72px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
