.nooz-button,
.fc-button,
ul.button-set > li > a,
.nooz-grid .ui-grid-pager-control button {
  background-color: #f3f3f3;
  border: 1px solid #a9acb5;
  color: black;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 1px;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.25);
}
.nooz-button:disabled,
.fc-button:disabled,
ul.button-set > li > a:disabled,
.nooz-grid .ui-grid-pager-control button:disabled {
  background-color: #fbfbfb;
  border-color: #c4c6cd;
  color: #b3b3b3;
  box-shadow: none;
  cursor: default;
}
.nooz-button[with-caret],
.fc-button[with-caret],
ul.button-set > li > a[with-caret],
.nooz-grid .ui-grid-pager-control button[with-caret] {
  padding-right: 22px;
}
.nooz-button[with-caret]:after,
.fc-button[with-caret]:after,
ul.button-set > li > a[with-caret]:after,
.nooz-grid .ui-grid-pager-control button[with-caret]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 9px;
  right: 9px;
  content: "\f0d7";
}
.nooz-hover,
.nooz-button:not(:disabled):hover,
.fc-state-active,
ul.left-selection > li.active > a,
ul.left-selection > li:hover > a,
ul.toolbar > li:hover,
ul.menu > li:hover,
.fc-button:not(:disabled):hover,
ul.button-set > li > a:not(:disabled):hover,
.nooz-grid .ui-grid-pager-control button:not(:disabled):hover {
  text-decoration: none;
  border: 1px solid #a9acb5;
  background-color: #ffbb34;
  background-image: url('../Images/row_selected.jpg');
  background-repeat: repeat-x;
}
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  border-radius: 100%;
  background-color: #522913;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.form-group {
  width: 100%;
  padding: 0 3px;
  margin: 2px 0;
  display: inline-block;
}
.form-group > .form-label {
  width: 36%;
  min-height: 1px;
  float: left;
}
.form-group > .form-control {
  width: 64%;
  min-height: 1px;
  float: left;
}
.datepicker {
  margin-top: 3px;
}
.fc-toolbar {
  margin-left: 250px;
}
.fc-toolbar .fc-left,
.fc-toolbar .fc-right {
  margin-top: -3px;
}
.fc th {
  /*font-weight: normal;*/
  padding: 6px;
  background-color: #f3f3f3;
}
.fc button {
  height: auto;
  padding: 6px 12px;
}
.fc-state-default {
  text-shadow: none;
}
.fc-state-default.fc-corner-left,
.fc-state-default.fc-corner-right {
  border-radius: 1px;
}
.fc-nonbusiness {
  background-color: #fff4bc;
}
.fc-time-grid .fc-slats td {
  height: 2em;
}
appointment {
  position: absolute;
  border: 1px solid #999999;
  border-radius: 2px;
  font-size: 8pt;
  overflow-x: hidden;
  overflow-y: auto;
}
appointment p {
  padding-left: 0;
  margin: 0;
}
appointment > table {
  width: 100%;
  height: 100%;
}
appointment .bar {
  padding: 0;
  width: 6px;
  vertical-align: top;
}
appointment .bar .inner {
  width: 6px;
  height: 100%;
  position: absolute;
}
appointment .body {
  vertical-align: top;
  padding: 0;
}
appointment .body .appointment-header {
  padding: 5px;
  border-bottom: 1px solid #999999;
}
appointment .body .appointment-content {
  vertical-align: top;
  padding: 5px;
  overflow: hidden;
  border-bottom: 1px solid #999999;
}
appointment .body .appointment-content .summary {
  font-weight: bold;
}
appointment .body .appointment-content .special-coupons {
  clear: both;
  margin: 4px 0;
}
appointment .body .appointment-content .customer {
  clear: both;
  margin: 4px 0;
}
appointment .body .appointment-content .calendar-critical {
  background-color: orange;
}
appointment .body .appointment-content .calendar-caterer {
  background-color: pink;
}
appointment .body .appointment-content .calendar-hidden {
  display: none;
}
appointment .body .remark {
  padding: 5px;
}
appointment .body .person-count {
  padding: 5px;
  background-color: red;
  color: white;
  font-weight: bold;
  float: left;
}
appointment .body .extras {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
appointment .body .extras .exceptions {
  padding: 5px;
  margin: 0 5px 5px 5px;
  font-weight: bold;
  color: black;
  background-color: yellow;
}
appointment .body .extras .night-assets {
  padding: 5px;
  margin: 0 5px 5px 5px;
  font-weight: bold;
  color: white;
  background-color: green;
}
/* DEFAULTS
----------------------------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #000000;
  height: 100%;
  overflow: hidden;
}
html,
form {
  height: 100%;
}
a,
a:link,
a:visited {
  color: #AB5527;
  text-decoration: none;
}
a:hover {
  color: #AB5527;
  text-decoration: underline;
}
a:active {
  color: #AB5527;
}
p {
  margin-bottom: 10px;
  line-height: 1.6em;
  padding-left: 40px;
}
/* HEADINGS   
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5em;
  color: #0072bb;
  font-weight: bold;
  margin-bottom: 0;
}
h1 {
  font-size: 1.6em;
  padding-bottom: 0;
  margin-bottom: 0;
}
h2 {
  font-size: 1.5em;
  font-weight: 600;
}
h3 {
  font-size: 1.2em;
  padding-left: 20px;
  color: Black;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1em;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1,
.rightColumn > h2,
.leftColumn > h1,
.leftColumn > h2 {
  margin-top: 0;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page {
  width: auto;
  height: 100%;
  background-color: #fff;
  margin: 0;
  padding-top: 28px;
}
.header {
  margin: 0;
  background: #d6eef3;
  background-image: url('../images/header.jpg');
  background-repeat: repeat-y;
  width: 100%;
  height: 28px;
  position: fixed;
  top: 0;
}
.header h1 {
  font-weight: 700;
  margin: 0;
  padding: 0 0 0 20px;
  color: #f9f9f9;
  border: none;
  line-height: 2em;
  font-size: 2em;
}
.leftCol {
  width: 100%;
  height: 100%;
  /*float: left;*/
  background-color: #a6dde6;
  overflow-y: auto;
}
.rightCol {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 35px;
}
.contentHeader {
  border-bottom: 1px solid #9598a1;
  height: 35px;
  position: fixed;
  top: 29px;
  z-index: 1000;
}
.contentHeader table.headerTable {
  width: 100%;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}
.contentHeader table.headerTable td.menuBar {
  width: 100%;
  padding: 0;
  background-color: #F3F3F3;
}
.contentHeader table.headerTable td.userInfoBar {
  padding: 0;
}
.contentHeader table.headerTable td.help {
  background-color: #F3F3F3;
  padding: 0 4px;
  vertical-align: middle;
  cursor: pointer;
}
.content {
  width: auto;
  height: 100%;
  padding-top: 20px;
  background-image: url('../images/content.jpg');
  background-repeat: repeat-x;
  overflow: auto;
}
.content-new {
  width: auto;
  height: 100%;
  background-image: url('../images/content.jpg');
  background-repeat: repeat-x;
  overflow-y: auto;
}
.main {
  width: auto;
  height: 100%;
}
.footer {
  color: #4e5766;
  padding: 8px 0 0 0;
  margin: 0 auto;
  text-align: center;
  line-height: normal;
}
.buttonSection {
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
}
.button {
  display: inline-table;
}
.group {
  clear: both;
  width: 100%;
  padding-bottom: 20px;
}
.group .text {
  /*font-weight: bold;*/
  font-size: 14px;
  padding-right: 8px;
  white-space: nowrap;
  float: left;
  padding-top: 16px;
  background-color: #ffffff;
}
.group .line {
  background-image: url('../images/groupline.jpg');
  background-repeat: repeat-x;
  background-position: left center;
  width: 100%;
  height: 50px;
}
.inputTable {
  width: 400px;
}
.inputTable td.label {
  vertical-align: top;
  width: 140px;
}
.dxeTextBoxSys,
.dxeButtonEdit_DevEx {
  float: left;
}
.content-default,
.content_column,
.content_full,
.content_stretch,
.content_100 {
  padding: 0 10px;
}
.content_column {
  float: left;
  width: 420px;
}
.content_full {
  width: 840px;
}
.content_stretch {
  float: left;
  width: auto;
}
.content_100 {
  width: 100%;
}
.label_disabled {
  color: Gray;
}
.label_required {
  color: Red;
  padding-left: 4px;
}
.dxgvDataRow_DevEx td.dxgv,
.dxgvDataRowAlt_DevEx td.dxgv,
.dxgvDataRowHover_DevEx td.dxgv,
.dxgvFocusedRow_DevEx td.dxgv,
.dxgvSelectedRow_DevEx td.dxgv {
  border: none;
}
.dxgvDataRow_DevEx td.dxgv p,
.dxgvDataRowAlt_DevEx td.dxgv p,
.dxgvDataRowHover_DevEx td.dxgv p,
.dxgvFocusedRow_DevEx td.dxgv p,
.dxgvSelectedRow_DevEx td.dxgv p {
  padding: 0;
  margin: 0;
}
.dxgvDataRowAlt_DevEx {
  background-color: #F3F3F3;
}
.dxgvDataRowHover_DevEx,
.dxgvFocusedRow_DevEx,
.dxeListBoxItemHover_DevEx,
.dxbButtonHover_DevEx,
.dxeCalendarButtonHover_DevEx,
.dxeCalendarSelected_DevEx,
.dxeCalendarToday_DevEx,
.dxp-current {
  background-color: #ffbb34;
  background-image: url('../Images/row_selected.jpg');
  background-size: contain;
}
.dxeFocused_DevEx,
.dxeFocused_DevEx .dxeEditArea_DevEx,
.dxeFocused_DevEx .dxeMemoEditArea_DevEx {
  background-color: #FFDE9B;
}
.dxeDisabled_DevEx,
.dxeDisabled_DevEx .dxeEditArea_DevEx,
.dxeDisabled_DevEx .dxeMemoEditArea_DevEx,
input[type="text"].dxeDisabled_DevEx,
table.dxeDisabled_DevEx {
  background-color: #F3F3F3;
  color: #666666;
}
.dxgvGroupRow_DevEx td.dxgv,
.dxgvFocusedGroupRow_DevEx td.dxgv,
.dxgvGroupFooter_DevEx td.dxgv,
.dxgvFooter_DevEx td.dxgv {
  font-weight: bold;
}
.dxeListBoxItemSelected_DevEx {
  background-color: #FFF0D2;
}
.asset.dxeButtonEdit_DevEx,
.asset.dxeButtonEdit_DevEx .dxeEditArea_DevEx,
.asset.dxeTextBox_DevEx,
.asset.dxeTextBox_DevEx .dxeEditArea_DevEx {
  background-color: #FFF0D2;
}
.asset.dxeDisabled_DevEx,
.asset.dxeDisabled_DevEx .dxeEditArea_DevEx {
  background-color: #F3F3F3;
  color: #666666;
}
.asset.dxeFocused_DevEx,
.asset.dxeFocused_DevEx .dxeEditArea_DevEx {
  background-color: #FFDE9B;
}
.picture {
  width: 100%;
  text-align: center;
}
.confirm_picture {
  float: left;
  width: 60px;
}
.confirm_text {
  float: left;
  padding-top: 8px;
  display: inline;
}
.confirm_text p {
  margin-top: 0;
}
.customerDetail {
  border-radius: 1px;
  border: 1px solid #a9acb5;
  font-weight: bold;
  background-color: #f3f3f3;
  width: 100%;
  margin-top: 4px;
  cursor: default;
  min-height: 20px;
  padding: 10px;
}
/*.customerDetail div {
    padding: 0 10px;
}*/
.priceTable {
  width: 100%;
}
.priceRow {
  padding: 1px 4px 1px 4px;
  background-color: White;
}
.priceFooter {
  padding: 1px 4px 1px 4px;
  font-weight: bold;
  height: 20px;
  vertical-align: middle;
}
.filterPanel {
  padding-left: 10px;
  padding-bottom: 10px;
  position: relative;
}
.filterButton {
  padding-left: 4px;
}
.grid-panel {
  display: inline-block;
  padding-right: 40px;
}
.button_delete {
  background-image: url('../Images/button_delete.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* TAB MENU   
----------------------------------------------------------*/
div.hideSkiplink {
  background-color: #3a4f63;
  width: 100%;
}
div.menu {
  padding: 4px 0 4px 8px;
}
div.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
}
div.menu ul li a,
div.menu ul li a:visited {
  background-color: #465c71;
  border: 1px #4e667d solid;
  color: #dde4ec;
  display: block;
  line-height: 1.35em;
  padding: 4px 20px;
  text-decoration: none;
  white-space: nowrap;
}
div.menu ul li a:hover {
  background-color: #bfcbd6;
  color: #465c71;
  text-decoration: none;
}
div.menu ul li a:active {
  background-color: #465c71;
  color: #cfdbe6;
  text-decoration: none;
}
/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #ccc;
}
fieldset p {
  margin: 2px 12px 10px 10px;
}
fieldset.login label,
fieldset.register label,
fieldset.changePassword label {
  display: block;
}
fieldset label.inline {
  display: inline;
}
legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}
input.textEntry {
  width: 320px;
  border: 1px solid #ccc;
}
input.passwordEntry {
  width: 320px;
  border: 1px solid #ccc;
}
/* MISC  
----------------------------------------------------------*/
.clear {
  clear: both;
}
.title {
  background-image: url('../images/logo.jpg');
  background-repeat: no-repeat;
  display: block;
  float: left;
  text-align: left;
  width: 132px;
  height: 28px;
}
.loginDisplay {
  float: right;
  font-size: 8pt;
  display: block;
  text-align: right;
  padding-top: 8px;
  padding-right: 8px;
  color: black;
}
.loginDisplay a:link {
  color: black;
}
.loginDisplay a:visited {
  color: black;
}
.loginDisplay a:hover {
  color: black;
}
.failureNotification {
  font-size: 8pt;
  margin: 5px 0;
  color: #ff0000;
}
.bold {
  font-weight: bold;
}
.submitButton {
  text-align: right;
  padding-right: 10px;
}
.warningDiv {
  border: 1px solid #000000;
  padding: 4px;
  background-color: #FFFF99;
  clear: both;
}
.orderHeader {
  padding-top: 20px;
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 1px dotted black;
  font-weight: bold;
}
.oic {
  float: left;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.c0 {
  width: 0;
  display: none;
}
.c1 {
  width: 80px;
}
.c2 {
  width: 254px;
}
.c2alt {
  width: 470px;
}
.c2a,
.c2b {
  width: 100px;
}
.c3 {
  width: 40px;
  text-align: center;
}
.c4 {
  width: 80px;
  text-align: right;
}
.c5 {
  width: 80px;
  text-align: right;
  font-weight: bold;
}
.c6 {
  width: 20px;
  text-align: center;
}
.c7 {
  padding: 10px;
  margin-top: 2px;
  margin-bottom: 10px;
  margin-left: 90px;
  width: 710px;
  background-color: #F3F3F3;
}
.c7 select {
  width: 230px;
  padding: 2px 1px;
}
.c7 input {
  width: 216px;
  padding: 3px 1px;
}
.sh {
  font-weight: bold;
}
.sc00 {
  width: 356px;
}
.sc0 {
  width: 100px;
}
.sc1 {
  width: 40px;
}
.sc2 {
  width: 160px;
}
.sc3 {
  width: 150px;
}
.sc4 {
  width: 70px;
}
.sc5 {
  width: 70px;
}
.sc7 {
  width: 40px;
  text-align: center;
}
.sc8 {
  width: 54px;
}
.sc9 {
  width: 120px;
}
.totalAmount {
  font-weight: bold;
  font-size: 14pt;
}
.input-font,
.nooz-button,
.c7 select,
.c7 input,
.lw,
input[type=button].lw,
input[type=submit].lw,
.nooz-grid .ui-grid-filter-input,
.nooz-grid .ui-grid-filter-select,
.nooz-grid .ui-grid-filter-div,
[with-button] input,
.fc-button,
input.lw,
select.lw,
ul.button-set > li > a,
.nooz-grid .ui-grid-pager-control button,
.nooz-grid .ui-grid-pager-control input {
  font-family: Verdana;
  font-size: 11px;
}
.input-border,
.c7 select,
.c7 input,
.lw,
input.lw,
select.lw,
.nooz-grid .ui-grid-pager-control input {
  border: 1px solid #d2d4d8;
  border-radius: 1px;
}
.lw,
input.lw,
select.lw,
.nooz-grid .ui-grid-pager-control input {
  height: 21px;
  vertical-align: middle;
}
.lw:focus,
.lw.focus,
.lw.focus input {
  background-color: #FFDE9B;
  outline: none;
}
.lw:disabled {
  background-color: #F3F3F3;
  color: #666666;
}
[ng-form].ng-dirty input.ng-invalid,
[ng-form].ng-dirty select.ng-invalid,
[ng-form].ng-dirty textarea.ng-invalid {
  border: 1px solid #bf0000;
  background-color: #ffcccc;
}
[ng-form].ng-dirty .ng-invalid > div.lw {
  border: 1px solid #bf0000;
}
[ng-form].ng-dirty .ng-invalid > div.lw > input {
  background-color: #ffcccc;
}
input.lw,
.nooz-grid .ui-grid-pager-control input {
  padding: 3px 1px;
}
input[type=button].lw,
input[type=submit].lw {
  border: 1px solid #a9acb5;
  float: left;
  height: 23px;
  padding: 0 15px;
  margin-right: 4px;
}
input[type=button].lw:hover,
input[type=submit].lw:hover {
  background-color: #ffbb34;
  background-image: url('../Images/row_selected.jpg');
  background-repeat: repeat-x;
}
.no-price {
  background-color: #FFFF99;
  color: red;
  font-weight: bold;
}
.reservation-warning {
  padding: 10px;
  margin-bottom: 10px;
  color: red;
  font-weight: bold;
}
/* ModuleInfo */
/* ---------- */
.moduleInfo {
  background-image: url('../images/title.jpg');
  background-repeat: no-repeat;
  background-position: right center;
  color: #ffffff;
  font-weight: bold;
  font-size: 8pt;
  padding: 0 19px 0 10px;
  white-space: nowrap;
  height: 34px;
}
/* UserInfo */
/* -------- */
table.userInfo {
  font-size: 7pt;
  color: #000000;
  font-weight: normal;
  width: auto;
  border-left: 1px dotted #918160;
  border-right: 1px dotted #918160;
  padding: 0 4px;
  border-collapse: separate;
  white-space: nowrap;
}
.userInfo .label {
  width: 80px;
}
.userInfo .value {
  font-size: 7pt;
  font-weight: bold;
  white-space: nowrap;
}
/* NavBar */
/* ------ */
.dxnbLite {
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: Verdana;
}
.dxnbLite .dxnb-header,
.dxnbLite .dxnb-headerCollapsed {
  background-image: url('../images/groupHeader.jpg');
  background-repeat: repeat-x;
  font-weight: bold;
  font-size: 8pt;
  border: none;
  border-bottom: 1px solid #9598a1;
  padding: 10px 8px 11px;
  color: #ffffff;
}
.dxnbLite .dxnb-btn {
  padding-top: 4px;
}
.dxnbLite .dxnb-gr {
  margin-bottom: 0;
}
.dxnbLite .dxnb-content {
  background-image: url('../images/groupContent.jpg');
  background-repeat: repeat-x;
  background-color: transparent;
  border: none;
  list-style: none none outside;
  margin: 0;
  padding: 5px;
  overflow: hidden;
}
.dxnbLite .dxnb-item {
  font-size: 8pt;
  text-decoration: none;
  vertical-align: middle;
  padding: 0;
}
.dxnbLite .dxnb-item a {
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 6px 5px;
}
.dxnbLite .dxnb-itemSelected {
  color: #000000;
  background-image: url('../images/groupItem_selected.jpg');
  background-repeat: repeat-x;
  border: 1px solid #522913;
  font-weight: bold;
  padding: 0;
}
.dxnbLite .dxnb-itemSelected a {
  color: #000000;
  text-decoration: none;
  padding: 5px 4px;
}
.dxnbLite .dxnb-itemHover {
  background-color: #ffde9b;
  border: 1px solid #522913;
  padding: 0;
}
.dxnbLite .dxnb-itemHover a {
  color: #000000;
  text-decoration: none;
  padding: 5px 4px;
}
/* GridView */
/* -------- */
.dxgvControl_DevEx {
  border-left: none;
  border-right: none;
}
.dxgvPreviewRow_DevEx .calendar-critical,
.preview .calendar-critical {
  background-color: orange;
  color: black;
}
.dxgvPreviewRow_DevEx .calendar-caterer,
.preview .calendar-caterer {
  background-color: #ff66ff;
  color: black;
}
.dxgvPreviewRow_DevEx .special-coupons,
.preview .special-coupons {
  clear: both;
  margin: 4px 0;
}
.dxgvPreviewRow_DevEx .reason,
.preview .reason {
  color: black;
  font-weight: bold;
}
.dxgvPreviewRow_DevEx .date-last-visit,
.preview .date-last-visit {
  color: black;
  font-weight: bold;
}
/* Metima Menu */
/* ----------- */
.dxmLite .dxm-main {
  width: 100%;
  height: 34px;
  border: none;
  background-color: #F3F3F3;
}
.dxmLite .dxm-item {
  color: #000000;
  padding: 4px;
  font-family: Verdana;
  font-size: 8pt;
}
.dxmLite .dxm-checked,
.dxmLite .dxm-selected,
.dxmLite .dxm-hovered {
  color: #000000;
  background-image: url('../images/groupItem_selected.jpg');
  background-repeat: repeat-x;
  border: 1px solid #522913;
  padding-left: 4px;
  padding-right: 4px;
}
.dxmLite .dxm-separator {
  padding-top: 3px;
}
.dxmLite .dxm-popup {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dxtc-content {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.notAllowed {
  color: Red;
  font-size: 12pt;
  font-weight: bold;
  padding-left: 20px;
}
.columnIncl {
  background-color: #eeeeee;
}
.badge {
  background-color: #eeeeee;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 7px;
}
input::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}
.appointment {
  border: 1px solid #999999;
  border-radius: 2px;
  font-size: 8pt;
}
.appointment > table {
  width: 100%;
  height: 100%;
}
.appointment .bar {
  padding: 0;
  width: 6px;
  vertical-align: top;
}
.appointment .bar .inner {
  width: 6px;
  height: 100%;
  position: absolute;
}
.appointment .body {
  vertical-align: top;
  padding: 0;
}
.appointment .body .appointment-header {
  padding: 5px;
  border-bottom: 1px solid #999999;
}
.appointment .body .appointment-content {
  vertical-align: top;
  padding: 5px;
  overflow: hidden;
  border-bottom: 1px solid #999999;
}
.appointment .body .appointment-content .summary {
  font-weight: bold;
}
.appointment .body .appointment-content .special-coupons {
  clear: both;
  margin: 4px 0;
}
.appointment .body .appointment-content .customer {
  clear: both;
  margin: 4px 0;
}
.appointment .body .appointment-content .calendar-critical {
  background-color: orange;
}
.appointment .body .appointment-content .calendar-caterer {
  background-color: pink;
}
.appointment .body .appointment-content .calendar-hidden {
  display: none;
}
.appointment .body .remark {
  padding: 5px;
}
.appointment .body .person-count {
  padding: 5px;
  background-color: red;
  color: white;
  font-weight: bold;
  display: none;
  float: left;
}
.appointment .body .extras {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.appointment .body .extras .exceptions {
  padding: 5px;
  margin: 0 5px 5px 5px;
  font-weight: bold;
  color: black;
  background-color: yellow;
}
.appointment .body .extras .night-assets {
  padding: 5px;
  margin: 0 5px 5px 5px;
  font-weight: bold;
  color: white;
  background-color: green;
}
[date-picker],
.drop-down-popup,
.menu {
  border: 1px solid #a9acb5;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
[date-picker] .active,
[date-picker] .now {
  border-radius: 0;
  background-image: none;
  background-color: #ffbb34;
  filter: none;
  text-shadow: none;
}
[date-picker] table {
  font-size: 8pt;
}
.drop-down-popup,
.menu {
  z-index: 1000;
  background-color: white;
  position: relative;
}
.drop-down-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drop-down-popup ul > li {
  margin: 0;
}
.drop-down-popup ul > li a {
  padding: 2px 4px;
  cursor: pointer;
  color: black;
  display: block;
}
.drop-down-popup ul > li a:hover {
  text-decoration: none;
}
.drop-down-popup ul > li:hover {
  background-color: #ffbb34;
}
ul.left-selection {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.left-selection > li > a {
  padding: 7px;
  margin-right: 10px;
  color: black;
  display: block;
  border: 1px solid transparent;
}
ul.left-selection > li > a:hover {
  text-decoration: none;
}
ul.left-selection > li.active > a,
ul.left-selection > li:hover > a {
  color: black;
}
ul.toolbar {
  margin: 0 0 0 4px;
  padding: 0;
  list-style: none;
}
ul.toolbar > li {
  float: left;
  position: relative;
  border: 1px solid transparent;
}
ul.toolbar > li > a {
  padding: 7px 12px 8px 12px;
  cursor: pointer;
  color: black;
  display: block;
  white-space: nowrap;
}
ul.toolbar > li > a:hover {
  text-decoration: none;
}
ul.toolbar > li > a[with-caret] {
  padding-right: 22px;
}
ul.toolbar > li > a[with-caret]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 10px;
  right: 9px;
  content: "\f0d7";
}
ul.toolbar > li.begin-group {
  margin-left: 5px;
}
ul.toolbar > li.begin-group:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 7px;
  width: 1px;
  height: 14px;
  background-color: #a9acb5;
}
ul.button-set {
  margin: 10px -5px;
  list-style: none;
  float: right;
}
ul.button-set > li {
  position: relative;
  margin: 0 5px;
  float: left;
}
ul.menu {
  margin: 0;
  padding: 1px;
  position: absolute;
  list-style: none;
}
ul.menu:before {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 23px;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
}
ul.menu > li {
  position: relative;
  border: 1px solid transparent;
}
ul.menu > li > a {
  padding: 8px 30px 8px 30px;
  cursor: pointer;
  color: black;
  display: block;
  white-space: nowrap;
}
ul.menu > li > a:hover {
  text-decoration: none;
}
ul.menu > li > a[with-caret]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 9px;
  right: 9px;
  content: "\f0da";
}
ul.menu > li.begin-group {
  margin-top: 5px;
}
ul.menu > li.begin-group:before {
  content: '';
  position: absolute;
  left: 30px;
  top: -4px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #a9acb5;
}
div.preview {
  line-height: 200%;
  clear: both;
  padding: 10px;
  background-color: #f2f2f2;
  cursor: default;
}
.coupon-grid .ui-grid-row,
.coupon-type-grid .ui-grid-row,
.user-grid .ui-grid-row {
  height: auto !important;
  min-height: 30px;
}
.coupon-grid p,
.coupon-type-grid p,
.user-grid p {
  margin: 5px;
  padding: 0;
}
.location-grid .ui-grid-row {
  height: auto !important;
  min-height: 30px;
}
.location-grid p {
  margin: 0;
  padding: 0;
}
.payment-grid .ui-grid-row {
  height: auto !important;
  min-height: 30px;
}
.payment-grid:nth-child(odd) .ui-grid-cell {
  background-color: transparent;
}
.payment-grid:nth-child(even) .ui-grid-cell {
  background-color: transparent;
}
.special-request-grid .ui-grid-cell {
  height: 100% !important;
}
.special-request-grid .ui-grid-cell.multiline {
  height: auto !important;
  min-height: 30px;
}
.special-request-grid .ui-grid-cell.multiline > div {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  height: auto;
}
.reservation-grid .ui-grid-row,
.to-do-grid .ui-grid-row,
.schedule-grid .ui-grid-row,
.special-request-grid .ui-grid-row {
  height: auto !important;
  min-height: 30px;
}
.reservation-grid .ui-grid-row:nth-child(odd) .ui-grid-cell,
.to-do-grid .ui-grid-row:nth-child(odd) .ui-grid-cell,
.schedule-grid .ui-grid-row:nth-child(odd) .ui-grid-cell,
.special-request-grid .ui-grid-row:nth-child(odd) .ui-grid-cell,
.reservation-grid .ui-grid-row:nth-child(even) .ui-grid-cell,
.to-do-grid .ui-grid-row:nth-child(even) .ui-grid-cell,
.schedule-grid .ui-grid-row:nth-child(even) .ui-grid-cell,
.special-request-grid .ui-grid-row:nth-child(even) .ui-grid-cell {
  /*background-color: transparent;*/
}
.reservation-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.red-cell,
.to-do-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.red-cell,
.schedule-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.red-cell,
.special-request-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.red-cell,
.reservation-grid .ui-grid-row:nth-child(even) .ui-grid-cell.red-cell,
.to-do-grid .ui-grid-row:nth-child(even) .ui-grid-cell.red-cell,
.schedule-grid .ui-grid-row:nth-child(even) .ui-grid-cell.red-cell,
.special-request-grid .ui-grid-row:nth-child(even) .ui-grid-cell.red-cell {
  background-color: red;
  color: white;
  font-weight: bold;
}
.reservation-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.red-text-cell,
.to-do-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.red-text-cell,
.schedule-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.red-text-cell,
.special-request-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.red-text-cell,
.reservation-grid .ui-grid-row:nth-child(even) .ui-grid-cell.red-text-cell,
.to-do-grid .ui-grid-row:nth-child(even) .ui-grid-cell.red-text-cell,
.schedule-grid .ui-grid-row:nth-child(even) .ui-grid-cell.red-text-cell,
.special-request-grid .ui-grid-row:nth-child(even) .ui-grid-cell.red-text-cell {
  color: red;
}
.reservation-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.green-cell,
.to-do-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.green-cell,
.schedule-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.green-cell,
.special-request-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.green-cell,
.reservation-grid .ui-grid-row:nth-child(even) .ui-grid-cell.green-cell,
.to-do-grid .ui-grid-row:nth-child(even) .ui-grid-cell.green-cell,
.schedule-grid .ui-grid-row:nth-child(even) .ui-grid-cell.green-cell,
.special-request-grid .ui-grid-row:nth-child(even) .ui-grid-cell.green-cell {
  background-color: green;
  color: white;
  font-weight: bold;
}
.reservation-grid .ui-grid-row .preview.red-text-cell,
.to-do-grid .ui-grid-row .preview.red-text-cell,
.schedule-grid .ui-grid-row .preview.red-text-cell,
.special-request-grid .ui-grid-row .preview.red-text-cell {
  color: red;
}
.reservation-grid .ui-grid-row:nth-child(odd) .preview,
.to-do-grid .ui-grid-row:nth-child(odd) .preview,
.schedule-grid .ui-grid-row:nth-child(odd) .preview,
.special-request-grid .ui-grid-row:nth-child(odd) .preview {
  background-color: transparent;
}
.reservation-grid .ui-grid-row:nth-child(even) .preview,
.to-do-grid .ui-grid-row:nth-child(even) .preview,
.schedule-grid .ui-grid-row:nth-child(even) .preview,
.special-request-grid .ui-grid-row:nth-child(even) .preview {
  background-color: #f2f2f2;
}
.reservation-grid p,
.to-do-grid p,
.schedule-grid p,
.special-request-grid p {
  margin: 0;
  padding: 0;
}
.email-grid .ui-grid-row {
  height: auto !important;
  min-height: 30px;
}
.email-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.red-cell,
.email-grid .ui-grid-row:nth-child(even) .ui-grid-cell.red-cell {
  background-color: red;
  color: white;
  font-weight: bold;
}
.email-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.red-text-cell,
.email-grid .ui-grid-row:nth-child(even) .ui-grid-cell.red-text-cell {
  color: red;
}
.email-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.green-cell,
.email-grid .ui-grid-row:nth-child(even) .ui-grid-cell.green-cell {
  background-color: green;
  color: white;
  font-weight: bold;
}
.nooz-grid .ui-grid-row:nth-child(odd) {
  background-color: transparent;
}
.nooz-grid .ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: transparent;
}
.nooz-grid .ui-grid-row:nth-child(odd) .ui-grid-cell.ui-grid-row-checked {
  background-color: #fff0d2;
}
.nooz-grid .ui-grid-row:nth-child(even) {
  background-color: #f3f3f3;
}
.nooz-grid .ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #f3f3f3;
}
.nooz-grid .ui-grid-row:nth-child(even) .ui-grid-cell.ui-grid-row-checked {
  background-color: #fff0d2;
}
.nooz-grid .ui-grid-row:last-child .ui-grid-cell {
  border-bottom: none;
}
.nooz-grid .ui-grid-row:hover,
.nooz-grid .ui-grid-row.ui-grid-row-selected {
  background-color: #ffbb34;
}
.nooz-grid .ui-grid-row:hover .ui-grid-cell,
.nooz-grid .ui-grid-row.ui-grid-row-selected .ui-grid-cell,
.nooz-grid .ui-grid-row:hover .preview,
.nooz-grid .ui-grid-row.ui-grid-row-selected .preview {
  background-color: #ffbb34;
}
.nooz-grid .ui-grid-row:hover .ui-grid-cell.ui-grid-row-checked,
.nooz-grid .ui-grid-row.ui-grid-row-selected .ui-grid-cell.ui-grid-row-checked,
.nooz-grid .ui-grid-row:hover .preview.ui-grid-row-checked,
.nooz-grid .ui-grid-row.ui-grid-row-selected .preview.ui-grid-row-checked {
  background-color: #ffbb34;
}
.nooz-grid .ui-grid-cell {
  border-right: 1px solid transparent;
  cursor: default;
  /*&.text-center {
            padding: 5px;
        }*/
}
.nooz-grid .ui-grid-cell input[type="checkbox"] {
  margin: 0;
}
.nooz-grid .ui-grid-filter-input,
.nooz-grid .ui-grid-filter-select,
.nooz-grid .ui-grid-filter-div {
  background-color: white;
  border: 1px solid #d4d4d4;
  height: 17px;
}
.nooz-grid .ui-grid-filter-input[with-button] span.input-button,
.nooz-grid .ui-grid-filter-select[with-button] span.input-button,
.nooz-grid .ui-grid-filter-div[with-button] span.input-button {
  width: 13px;
  height: 15px;
  padding: 3px 0;
}
.nooz-grid .ui-grid-pager-control input {
  box-shadow: none;
  height: 25px;
  padding: 5px 10px;
}
.nooz-grid .ui-grid-pager-max-pages-number,
.nooz-grid .ui-grid-pager-row-count-label {
  display: inline-block;
  margin: 6px;
}
.nooz-grid .ui-grid-pager-row-count-label {
  margin-top: 12px;
}
.nooz-grid .ui-grid-pager-count {
  margin-top: 2px;
}
.nooz-grid .ui-grid-top {
  background-color: #f3f3f3;
  text-align: right;
  padding: 5px 10px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
[with-clear] + .clear-button {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 4px;
  width: 19px;
  height: 19px;
  text-align: center;
  padding: 5px 0;
  margin-left: -19px;
}
[with-button] {
  position: relative;
}
[with-button] input {
  width: calc(100% - 17px);
  height: 100%;
  border: none;
  padding: 0 2px;
}
[with-button] input:disabled {
  background-color: #F3F3F3;
}
[with-button] span.input-button {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 19px;
  text-align: center;
  padding: 5px 0;
  border-left: 1px solid #d2d4d8;
  background-color: white;
}
.modal-dialog {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-dialog .modal-content {
  background-color: white;
  /*border: 1px solid @border-color;*/
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 15px 35px rgba(0, 0, 0, 0.25);
  width: 40%;
}
.modal-dialog .modal-content .modal-header {
  color: black;
  font-size: 16px;
  padding: 15px 15px 0 15px;
}
.modal-dialog .modal-content .modal-body {
  padding: 15px;
}
.modal-dialog .modal-content .modal-body .content_column {
  width: 400px;
  padding: 0;
}
.modal-dialog .modal-content .modal-footer {
  padding: 0 15px 15px 15px;
}
.modal-dialog .modal-content .modal-footer .button-set {
  margin-right: -3px;
  float: right;
}
.modal-dialog .modal-content .modal-footer .button-set input[type=button] {
  margin: 0 3px;
}
.state {
  padding: 8px;
  min-height: 29px;
  position: relative;
}
.state .customer-info {
  background-color: white;
  padding: 7px;
  position: absolute;
  top: 1px;
  right: 1px;
}
.state .customer-info .calendar-critical {
  background-color: orange;
}
.state .customer-info .calendar-caterer {
  background-color: pink;
}
.state .customer-info .calendar-hidden {
  display: none;
}
.validation-messages {
  border: 1px solid #bf0000;
  background-color: #ffcccc;
  color: #bf0000;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 8px;
}
.validation-messages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.validation-messages ul li {
  margin: 4px;
}
.tab-set > ul {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  border-bottom: 1px solid #a9acb5;
  height: 56px;
  background-image: linear-gradient(to bottom, white 0, #eeeef0 100%);
}
.tab-set > ul li.tab-heading {
  margin-top: 20px;
  float: left;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tab-set > ul li.tab-heading a {
  display: block;
  padding: 12px 15px 9px 15px;
  color: #404040;
  font-size: 12px;
  text-transform: uppercase;
}
.tab-set > ul li.tab-heading a:hover {
  text-decoration: none;
}
.tab-set > ul li.tab-heading.active {
  background-color: white;
  border-top: 3px solid #522913;
  border-left: 1px solid #a9acb5;
  border-right: 1px solid #a9acb5;
  /*border-bottom: 1px solid white;*/
}
.tab-set > ul li.tab-heading.active a {
  color: black;
  padding: 8px 14px 10px 14px;
}
.tab-set .tab-content {
  clear: both;
}
.tab-set-inline > ul {
  padding: 0 5px;
  background: none;
  height: 34px;
  margin-bottom: 20px;
}
.tab-set-inline > ul li.tab-heading {
  margin-top: 0;
}
.tab-set-inline > ul li.tab-heading a {
  text-transform: none;
}
.tab-set-inline > ul li.tab-heading.active {
  border-top: 1px solid #a9acb5;
}
.tab-set-inline > ul li.tab-heading.active a {
  padding: 10px 14px 8px 14px;
}
label {
  height: 20px;
  display: inline-block;
}
.tip {
  padding-bottom: 10px;
  font-style: italic;
}
.spinner {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 20000;
  justify-content: center;
  align-items: center;
  display: none;
}
.spinner.active {
  display: flex;
}
.cursor-hand .ui-grid-cell {
  cursor: pointer;
}
ul.coupon-type-description {
  padding-left: 14px;
  margin: 0;
}
ul.coupon-type-description li {
  margin-bottom: 10px;
}
ul.coupon-type-description li p {
  margin: 0;
  padding: 0;
}
table.search-results td {
  vertical-align: top;
  width: 140px;
}
table.search-results td:nth-child(3) {
  width: 40px;
  text-align: center;
}
