@charset "UTF-8";
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFast {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
/**
 * easyReservations CSS Variables
 */
:root {
  --easyreservations: #40a0ff;
  --er-green: #7ad03a;
  --er-red: #a00;
  --er-orange: #ffba00;
  --er-blue: #2ea2cc;
  --er-primary: #40a0ff;
  --er-primary-text: white;
  --er-secondary: #ebe9eb;
  --er-secondary-text: #515151;
  --er-highlight: #77a464;
  --er-highligh-text: white;
  --er-content-bg: #fff;
  --er-subtext: #777;
}

.blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../images/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 4em;
  color: rgba(0, 0, 0, 0.75);
}

.easyreservations-message a.button-primary,
.easyreservations-message button.button-primary,
.easyreservations-BlankState a.button-primary,
.easyreservations-BlankState button.button-primary {
  display: inline-block;
  color: #fff;
  text-shadow: 0 -1px 1px #226bd3, 1px 0 1px #226bd3, 0 1px 1px #226bd3, -1px 0 1px #226bd3;
  background: #228dff;
  border-color: #226bd3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #226bd3;
}
.easyreservations-message a.button-primary:hover, .easyreservations-message a.button-primary:focus, .easyreservations-message a.button-primary:active,
.easyreservations-message button.button-primary:hover,
.easyreservations-message button.button-primary:focus,
.easyreservations-message button.button-primary:active,
.easyreservations-BlankState a.button-primary:hover,
.easyreservations-BlankState a.button-primary:focus,
.easyreservations-BlankState a.button-primary:active,
.easyreservations-BlankState button.button-primary:hover,
.easyreservations-BlankState button.button-primary:focus,
.easyreservations-BlankState button.button-primary:active {
  background: #226bd3;
  border-color: #226bd3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #226bd3;
}

.easyreservations-message {
  position: relative;
  overflow: hidden;
}
.easyreservations-message.updated {
  border-left-color: #6ab3ff !important;
}
.easyreservations-message a.skip,
.easyreservations-message a.docs {
  text-decoration: none !important;
}
.easyreservations-message a.easyreservations-message-close {
  position: static;
  float: right;
  padding: 0 15px 10px 28px;
  margin-top: -10px;
  font-size: 13px;
  line-height: 1.23076923;
  text-decoration: none;
}
.easyreservations-message a.easyreservations-message-close::before {
  position: relative;
  top: 18px;
  left: -20px;
  transition: all 0.1s ease-in-out;
}
.easyreservations-message .twitter-share-button {
  margin-top: -3px;
  margin-left: 3px;
  vertical-align: middle;
}

.clear {
  clear: both;
}

.wrap.easyreservations div.updated,
.wrap.easyreservations div.error {
  margin-top: 10px;
}

mark.amount {
  color: inherit;
  background: transparent none;
}

/**
  * Help Tip
  */
.easyreservations-help-tip {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 17px;
  font-style: normal;
  line-height: 16px;
  color: #666;
  vertical-align: middle;
}
.easyreservations-help-tip::after {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  cursor: help;
}

h2 .easyreservations-help-tip {
  margin-top: -5px;
  margin-left: 0.25em;
}

/**
  * Tooltips
  */
.tips {
  text-decoration: none;
  cursor: help;
}

img.tips {
  padding: 5px 0 0;
}

#tiptip_holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8675309;
  /*rtl:ignore*/
  display: none;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #333;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #333;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #333;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #333;
}

#tiptip_content,
.chart-tooltip,
.er_error_tip {
  max-width: 150px;
  padding: 0.618em 1em;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  background: #333;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#tiptip_content code,
.chart-tooltip code,
.er_error_tip code {
  padding: 1px;
  background: #888;
}

#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
}

/*rtl:raw:
 #tiptip_arrow {
	 right: 50%;
	 margin-right: -6px;
 }
 */
.er_error_tip {
  position: absolute;
  z-index: 9999999;
  max-width: 20em;
  margin: 1.5em 1px 0 -1em;
  line-height: 1.8;
  white-space: normal;
  background: #d82223;
}
.er_error_tip::after {
  position: absolute;
  top: -3px;
  left: 50%;
  display: block;
  margin: -1em 0 0 -3px;
  content: "";
  border: 8px solid #d82223;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
  color: #d81b60;
  background-color: #fafafa;
}
code[data-tag] {
  cursor: pointer;
}

.ui-datepicker-trigger {
  display: inline-block;
  margin: 0 4px 0 10px !important;
  vertical-align: middle;
}

.hide-it {
  position: absolute;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.button.er-reload {
  display: block;
  text-indent: -9999px;
  position: relative;
  height: 1em;
  width: 1em;
  display: inline-block;
  width: 28px !important;
  height: 28px;
  padding: 0;
}
.button.er-reload::after {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  line-height: 28px;
}

/* Order */
#easyreservations-order-data .postbox-header,
#easyreservations-order-data .hndle,
#easyreservations-order-data .handlediv {
  display: none;
}
#easyreservations-order-data .inside {
  display: block !important;
}

#order_data {
  padding: 23px 24px;
}
#order_data h2 {
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 1px 1px 1px #fff;
}
#order_data h3 {
  font-size: 14px;
}
#order_data h3,
#order_data h4 {
  margin: 1.33em 0 0;
  color: #333;
}
#order_data p {
  color: #777;
}
#order_data p.order_number {
  margin: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
#order_data p.order_number strong {
  font-weight: 400;
}
#order_data .order_data_column_container {
  clear: both;
}
#order_data .order_data_column {
  float: left;
  width: 30%;
  padding: 0 4% 0 0;
}
#order_data .order_data_column > h3 span {
  display: block;
}
#order_data .order_data_column:last-child {
  padding-right: 0;
}
#order_data .order_data_column p {
  padding: 0 !important;
}
#order_data .order_data_column .address strong {
  display: block;
}
#order_data .order_data_column .form-field {
  float: left;
  width: 48%;
  padding: 0;
  margin: 9px 0 0;
  clear: left;
}
#order_data .order_data_column .form-field label {
  display: block;
  padding: 0 0 3px;
}
#order_data .order_data_column .form-field input,
#order_data .order_data_column .form-field textarea {
  width: 100%;
}
#order_data .order_data_column .form-field select {
  width: 100%;
  max-width: 100%;
}
#order_data .order_data_column .form-field input[type=checkbox],
#order_data .order_data_column .form-field input[type=radio] {
  width: 16px;
}
#order_data .order_data_column .form-field .select2-container {
  width: 100% !important;
}
#order_data .order_data_column .form-field .date-created {
  width: 50%;
}
#order_data .order_data_column .form-field .hour,
#order_data .order_data_column .form-field .minute {
  width: 3.5em;
}
#order_data .order_data_column .form-field small {
  display: block;
  margin: 5px 0 0;
  color: #999;
}
#order_data .order_data_column .form-field.last,
#order_data .order_data_column ._last_name_field,
#order_data .order_data_column ._address_2_field,
#order_data .order_data_column ._postcode_field,
#order_data .order_data_column ._state_field,
#order_data .order_data_column .er-reservation-children,
#order_data .order_data_column ._phone_field {
  float: right;
  clear: right;
}
#order_data .order_data_column .form-field-wide,
#order_data .order_data_column ._company_field,
#order_data .order_data_column ._transaction_id_field {
  float: none;
  width: 100%;
  clear: both;
}
#order_data .order_data_column .form-field-wide input,
#order_data .order_data_column .form-field-wide textarea,
#order_data .order_data_column .form-field-wide select,
#order_data .order_data_column .form-field-wide .er-enhanced-select,
#order_data .order_data_column .form-field-wide .er-category-search,
#order_data .order_data_column .form-field-wide .er-customer-search,
#order_data .order_data_column ._company_field input,
#order_data .order_data_column ._company_field textarea,
#order_data .order_data_column ._company_field select,
#order_data .order_data_column ._company_field .er-enhanced-select,
#order_data .order_data_column ._company_field .er-category-search,
#order_data .order_data_column ._company_field .er-customer-search,
#order_data .order_data_column ._transaction_id_field input,
#order_data .order_data_column ._transaction_id_field textarea,
#order_data .order_data_column ._transaction_id_field select,
#order_data .order_data_column ._transaction_id_field .er-enhanced-select,
#order_data .order_data_column ._transaction_id_field .er-category-search,
#order_data .order_data_column ._transaction_id_field .er-customer-search {
  width: 100%;
}
#order_data .order_data_column p.none_set {
  color: #999;
}
#order_data .order_data_column div.edit_address,
#order_data .order_data_column div.edit_custom_data {
  display: none;
  padding-right: 1px;
  zoom: 1;
}
#order_data .order_data_column .er-customer-user label a,
#order_data .order_data_column .er-order-status label a {
  float: right;
  margin-left: 8px;
}
#order_data .order_data_column a.delete-custom {
  display: inline-block;
  width: 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  color: #ccc;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
#order_data .order_data_column a.delete-custom::before {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  position: relative;
}
#order_data .order_data_column a.delete-custom:hover::before {
  color: #a00;
}
#order_data .order_data_column a.edit_address,
#order_data .order_data_column a.edit_custom {
  position: relative;
  float: right;
  width: 14px;
  height: 0;
  padding: 14px 0 0;
  margin: 0 0 0 6px;
  overflow: hidden;
  color: #999;
  border: 0;
}
#order_data .order_data_column a.edit_address:hover, #order_data .order_data_column a.edit_address:focus,
#order_data .order_data_column a.edit_custom:hover,
#order_data .order_data_column a.edit_custom:focus {
  color: #000;
}
#order_data .order_data_column a.edit_address::after,
#order_data .order_data_column a.edit_custom::after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Dashicons";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  vertical-align: top;
  content: "";
}
#order_data .order_data_column .add_custom,
#order_data .order_data_column .load_customer {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}

#easyreservations-order-actions .inside {
  padding: 0;
  margin: 0;
}
#easyreservations-order-actions .inside ul.order_actions {
  margin: 0;
  overflow: hidden;
  zoom: 1;
}
#easyreservations-order-actions .inside ul.order_actions li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 6px 10px;
  margin: 0;
  overflow: hidden;
  line-height: 1.6;
  text-align: center;
  zoom: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
#easyreservations-order-actions .inside ul.order_actions li a {
  float: none;
  text-align: center;
  text-decoration: underline;
}
#easyreservations-order-actions .inside ul.order_actions li.wide {
  float: none;
  width: auto;
  padding: 6px;
  overflow: hidden;
  clear: both;
  text-align: left;
}
#easyreservations-order-actions .inside ul.order_actions li #delete-action {
  float: left;
  line-height: 25px;
  text-align: left;
  vertical-align: middle;
}
#easyreservations-order-actions .inside ul.order_actions li .save_order {
  float: right;
}
#easyreservations-order-actions .inside ul.order_actions li#actions {
  overflow: hidden;
}
#easyreservations-order-actions .inside ul.order_actions li#actions .button {
  float: right;
  width: 24px;
  box-sizing: border-box;
}
#easyreservations-order-actions .inside ul.order_actions li#actions select {
  float: left;
  width: 225px;
  box-sizing: border-box;
}
#easyreservations-order-actions .inside ul.order_actions li:last-child {
  border-bottom: 0;
}

#easyreservations-reservation-order .inside {
  padding: 0;
  margin: 0;
}
#easyreservations-reservation-order .inside ul {
  margin: 0;
  overflow: hidden;
  zoom: 1;
}
#easyreservations-reservation-order .inside ul li {
  padding: 6px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
#easyreservations-reservation-order .inside ul li a.deletion {
  color: #a00;
}
#easyreservations-reservation-order .inside ul li:last-child {
  border-bottom: 0;
}

#easyreservations-order-items .inside {
  display: block !important;
  padding: 0;
  margin: 0;
  background: #fefefe;
}
#easyreservations-order-items .postbox-header,
#easyreservations-order-items .hndle,
#easyreservations-order-items .handlediv {
  display: none;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper {
  margin: 0;
  overflow-x: auto;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items {
  width: 100%;
  background: #fff;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items thead th {
  padding: 1em;
  font-weight: 400;
  color: #999;
  text-align: left;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #f8f8f8;
  -webkit-touch-callout: none;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items thead th.sortable {
  cursor: pointer;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items thead th:last-child {
  padding-right: 2em;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items thead th:first-child {
  padding-left: 2em;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items thead th .er-arrow {
  position: relative;
  float: right;
  margin-right: -1em;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items tbody th,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td {
  padding: 1.5em 1em 1em;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #f8f8f8;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items tbody th textarea,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td textarea {
  width: 100%;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items tbody th select,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td select {
  width: 50%;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items tbody th input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items tbody th textarea,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td textarea {
  padding: 4px;
  font-size: 14px;
  color: #555;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items tbody th:last-child,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td:last-child {
  padding-right: 2em;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items tbody th:first-child,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td:first-child {
  padding-left: 2em;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items tbody tr:last-child td {
  border-bottom: 1px solid #dfdfdf;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items tbody tr:first-child td {
  border-top: 8px solid #f8f8f8;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items tbody#receipt_reservation_line_items tr:first-child td {
  border-top: none;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td.thumb {
  width: 38px;
  padding-bottom: 1.5em;
  text-align: left;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td.thumb .er-receipt-item-thumbnail {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  font-size: 21px;
  color: #ccc;
  text-align: center;
  background: #f8f8f8;
  border: 2px solid #e8e8e8;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td.thumb .er-receipt-item-thumbnail::before {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  display: block;
  width: 38px;
  line-height: 38px;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td.thumb .er-receipt-item-thumbnail img {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td.name .er-receipt-item-sku,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td.name .er-receipt-item-variation {
  display: block;
  margin-top: 0.5em;
  font-size: 0.92em !important;
  color: #888;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item {
  min-width: 200px;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .center,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .variation-id {
  text-align: center;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost {
  text-align: right;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost label {
  font-size: 0.833em;
  color: #999;
  white-space: nowrap;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost label input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax label input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity label input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost label input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax label input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class label input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost label input {
  display: inline;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost input {
  width: 70px;
  text-align: right;
  vertical-align: middle;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost select,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax select,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity select,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost select,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax select,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class select,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost select {
  width: 85px;
  height: 26px;
  font-size: 1em;
  vertical-align: middle;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .split-input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .split-input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .split-input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .split-input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .split-input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .split-input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .split-input {
  display: inline-block;
  min-width: 80px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 1;
  text-align: right;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .split-input div.input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .split-input div.input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .split-input div.input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .split-input div.input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .split-input div.input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .split-input div.input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .split-input div.input {
  width: 100%;
  box-sizing: border-box;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .split-input div.input label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .split-input div.input label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .split-input div.input label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .split-input div.input label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .split-input div.input label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .split-input div.input label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .split-input div.input label {
  display: block;
  padding: 4px 6px 0;
  font-size: 0.75em;
  color: #555;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .split-input div.input input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .split-input div.input input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .split-input div.input input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .split-input div.input input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .split-input div.input input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .split-input div.input input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .split-input div.input input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 6px 4px;
  margin: 0;
  color: #555;
  background: transparent;
  border: 0;
  box-shadow: none;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .split-input div.input input::-webkit-input-placeholder,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .split-input div.input input::-webkit-input-placeholder,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .split-input div.input input::-webkit-input-placeholder,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .split-input div.input input::-webkit-input-placeholder,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .split-input div.input input::-webkit-input-placeholder,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .split-input div.input input::-webkit-input-placeholder,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .split-input div.input input::-webkit-input-placeholder {
  color: #ddd;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .split-input div.input:first-child,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .split-input div.input:first-child,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .split-input div.input:first-child,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .split-input div.input:first-child,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .split-input div.input:first-child,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .split-input div.input:first-child,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .split-input div.input:first-child {
  background: #fff;
  border-bottom: 1px dashed #ddd;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .split-input div.input:first-child label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .split-input div.input:first-child label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .split-input div.input:first-child label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .split-input div.input:first-child label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .split-input div.input:first-child label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .split-input div.input:first-child label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .split-input div.input:first-child label {
  color: #ccc;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .split-input div.input:first-child input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .split-input div.input:first-child input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .split-input div.input:first-child input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .split-input div.input:first-child input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .split-input div.input:first-child input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .split-input div.input:first-child input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .split-input div.input:first-child input {
  color: #ccc;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .view,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .view,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .view,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .view,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .view,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .view,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .view {
  white-space: nowrap;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .edit,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .edit,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .edit,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .edit,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .edit,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .edit,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .edit {
  text-align: left;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost small.times,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost del,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .er-receipt-item-taxes,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .er-receipt-item-discount,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .er-receipt-item-refund-fields,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax small.times,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax del,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .er-receipt-item-taxes,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .er-receipt-item-discount,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .er-receipt-item-refund-fields,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity small.times,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity del,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .er-receipt-item-taxes,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .er-receipt-item-discount,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .er-receipt-item-refund-fields,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost small.times,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost del,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .er-receipt-item-taxes,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .er-receipt-item-discount,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .er-receipt-item-refund-fields,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax small.times,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax del,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .er-receipt-item-taxes,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .er-receipt-item-discount,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .er-receipt-item-refund-fields,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class small.times,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class del,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .er-receipt-item-taxes,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .er-receipt-item-discount,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .er-receipt-item-refund-fields,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost small.times,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost del,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .er-receipt-item-taxes,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .er-receipt-item-discount,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .er-receipt-item-refund-fields {
  font-size: 0.92em !important;
  color: #888;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .er-receipt-item-taxes,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .er-receipt-item-refund-fields,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .er-receipt-item-taxes,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .er-receipt-item-refund-fields,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .er-receipt-item-taxes,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .er-receipt-item-refund-fields,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .er-receipt-item-taxes,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .er-receipt-item-refund-fields,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .er-receipt-item-taxes,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .er-receipt-item-refund-fields,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .er-receipt-item-taxes,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .er-receipt-item-refund-fields,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .er-receipt-item-taxes,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .er-receipt-item-refund-fields {
  margin: 0;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .er-receipt-item-taxes label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .er-receipt-item-refund-fields label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .er-receipt-item-taxes label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .er-receipt-item-refund-fields label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .er-receipt-item-taxes label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .er-receipt-item-refund-fields label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .er-receipt-item-taxes label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .er-receipt-item-refund-fields label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .er-receipt-item-taxes label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .er-receipt-item-refund-fields label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .er-receipt-item-taxes label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .er-receipt-item-refund-fields label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .er-receipt-item-taxes label,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .er-receipt-item-refund-fields label {
  display: block;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost .er-receipt-item-discount,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax .er-receipt-item-discount,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity .er-receipt-item-discount,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost .er-receipt-item-discount,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax .er-receipt-item-discount,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class .er-receipt-item-discount,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost .er-receipt-item-discount {
  display: block;
  margin-top: 0.5em;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .cost small.times,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax small.times,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity small.times,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_cost small.times,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .line_tax small.times,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .tax_class small.times,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .item_cost small.times {
  margin-right: 0.25em;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity {
  text-align: center;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .quantity input {
  width: 50px;
  text-align: center;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items span.subtotal {
  opacity: 0.5;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td.tax_class,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items th.tax_class {
  text-align: left;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .calculated {
  border-color: #ae8ca2;
  border-style: dotted;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.meta {
  width: 100%;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.meta,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.display_meta {
  margin: 0.5em 0 0;
  font-size: 0.92em !important;
  color: #888;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.meta tr th,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.display_meta tr th {
  width: 20%;
  padding: 0 4px 0.5em 0;
  line-height: 1.5;
  border: 0;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.meta tr td,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.display_meta tr td {
  padding: 0 4px 0.5em 0;
  line-height: 1.5;
  border: 0;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.meta tr td input,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.display_meta tr td input {
  position: relative;
  width: 100%;
  margin: 0;
  border-bottom: 0;
  box-shadow: none;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.meta tr td textarea,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.display_meta tr td textarea {
  width: 100%;
  height: 4em;
  margin: 0;
  box-shadow: none;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.meta tr td input:focus + textarea,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.display_meta tr td input:focus + textarea {
  border-top-color: #999;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.meta tr td p,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.display_meta tr td p {
  margin: 0 0 0.5em;
  line-height: 1.5;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.meta tr td p:last-child,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items table.display_meta tr td p:last-child {
  margin: 0;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items .refund_by {
  border-bottom: 1px dotted #999;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items tr.fee .thumb div {
  display: block;
  text-indent: -9999px;
  position: relative;
  height: 1em;
  width: 1em;
  margin: 0 auto;
  font-size: 1.5em;
  line-height: 1;
  vertical-align: middle;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items tr.fee .thumb div::before {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  color: #ccc;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items tr.refund .thumb div {
  display: block;
  text-indent: -9999px;
  position: relative;
  height: 1em;
  width: 1em;
  margin: 0 auto;
  font-size: 1.5em;
  line-height: 1;
  vertical-align: middle;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items tr.refund .thumb div::before {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  color: #ccc;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items th.line_tax {
  white-space: nowrap;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items th.line_tax .delete-receipt-tax,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td.line_tax .delete-receipt-tax {
  display: block;
  text-indent: -9999px;
  position: relative;
  height: 1em;
  width: 1em;
  float: right;
  margin: 3px -18px 0 0;
  font-size: 14px;
  visibility: hidden;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items th.line_tax .delete-receipt-tax::before,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td.line_tax .delete-receipt-tax::before {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  color: #999;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items th.line_tax .delete-receipt-tax:hover::before,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td.line_tax .delete-receipt-tax:hover::before {
  color: #a00;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items th.line_tax:hover .delete-receipt-tax,
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items td.line_tax:hover .delete-receipt-tax {
  visibility: visible;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items small.refunded {
  display: block;
  margin-top: 0.5em;
  color: #a00;
  white-space: nowrap;
}
#easyreservations-order-items .easyreservations_receipt_items_wrapper table.easyreservations_receipt_items small.refunded::before {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  position: relative;
  top: auto;
  left: auto;
  margin: -1px 4px 0 0;
  line-height: 1;
  vertical-align: middle;
}
#easyreservations-order-items .er-receipt-data-row {
  padding: 1.5em 2em;
  line-height: 2;
  text-align: right;
  *zoom: 1;
  background: #f8f8f8;
  border-bottom: 1px solid #dfdfdf;
}
#easyreservations-order-items .er-receipt-data-row::before, #easyreservations-order-items .er-receipt-data-row::after {
  content: " ";
  display: table;
}
#easyreservations-order-items .er-receipt-data-row::after {
  clear: both;
}
#easyreservations-order-items .er-receipt-data-row p {
  margin: 0;
  line-height: 2;
}
#easyreservations-order-items .er-receipt-data-row .er-used-coupons {
  text-align: left;
}
#easyreservations-order-items .er-receipt-data-row .er-used-coupons .tips {
  display: inline-block;
}
#easyreservations-order-items .er-used-coupons {
  float: left;
  width: 50%;
}
#easyreservations-order-items .er-receipt-totals {
  float: right;
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: right;
}
#easyreservations-order-items .er-receipt-totals .amount {
  font-weight: 700;
}
#easyreservations-order-items .er-receipt-totals .label {
  vertical-align: top;
}
#easyreservations-order-items .er-receipt-totals .total {
  width: 10em;
  box-sizing: border-box;
  margin: 0 0 0 0.5em;
  font-size: 1em !important;
}
#easyreservations-order-items .er-receipt-totals .total input[type=text] {
  float: right;
  width: 96%;
}
#easyreservations-order-items .er-receipt-totals .refunded-total {
  color: #a00;
}
#easyreservations-order-items .er-receipt-totals .label-highlight {
  font-weight: bold;
}
#easyreservations-order-items .er-receipt-totals .er-receipt-edit-line-item-actions {
  width: 1.5em;
  visibility: visible !important;
}
#easyreservations-order-items .er-receipt-totals .er-receipt-edit-line-item-actions a {
  padding: 0;
}
#easyreservations-order-items .refund-actions {
  padding-top: 12px;
  margin-top: 5px;
  border-top: 1px solid #dfdfdf;
}
#easyreservations-order-items .refund-actions .button {
  float: right;
  margin-left: 4px;
}
#easyreservations-order-items .refund-actions .cancel-action {
  float: left;
  margin-left: 0;
}
#easyreservations-order-items .add_meta {
  margin-left: 0 !important;
}
#easyreservations-order-items h3 small {
  color: #999;
}
#easyreservations-order-items .amount {
  white-space: nowrap;
}
#easyreservations-order-items .add-items .description {
  margin-right: 10px;
}
#easyreservations-order-items .add-items .button {
  float: left;
  margin-right: 0.25em;
}
#easyreservations-order-items .add-items .button-primary {
  float: none;
  margin-right: 0;
}
#easyreservations-order-items .er-receipt-edit-line-item {
  padding-left: 0;
}
#easyreservations-order-items .er-receipt-edit-line-item-actions {
  width: 44px;
  padding-left: 0;
  text-align: right;
  vertical-align: middle;
}
#easyreservations-order-items .er-receipt-edit-line-item-actions a {
  display: inline-block;
  width: 18px;
  padding: 0 0 0.5em;
  margin: 0 0 0 12px;
  overflow: hidden;
  line-height: 18px;
  color: #ccc;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
#easyreservations-order-items .er-receipt-edit-line-item-actions a::before {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
#easyreservations-order-items .er-receipt-edit-line-item-actions a:hover::before {
  color: #999;
}
#easyreservations-order-items .er-receipt-edit-line-item-actions a:first-child {
  margin-left: 0;
}
#easyreservations-order-items .er-receipt-edit-line-item-actions .recalculate-receipt-item::before {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  position: relative;
}
#easyreservations-order-items .er-receipt-edit-line-item-actions .edit-receipt-item::before {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  position: relative;
}
#easyreservations-order-items .er-receipt-edit-line-item-actions .delete-receipt-item::before,
#easyreservations-order-items .er-receipt-edit-line-item-actions .delete_refund::before {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  position: relative;
}
#easyreservations-order-items .er-receipt-edit-line-item-actions .delete-receipt-item:hover::before,
#easyreservations-order-items .er-receipt-edit-line-item-actions .delete_refund:hover::before {
  color: #a00;
}
#easyreservations-order-items .er-receipt-edit-line-item-actions .invoice::before {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  position: relative;
}
#easyreservations-order-items .er-receipt-edit-line-item-actions .invoice:hover::before {
  color: #a00;
}
#easyreservations-order-items tbody tr .er-receipt-edit-line-item-actions {
  visibility: hidden;
}
#easyreservations-order-items tbody tr:hover .er-receipt-edit-line-item-actions {
  visibility: visible;
}

ul.er_coupon_list {
  padding-bottom: 5px;
}
ul.er_coupon_list li {
  margin: 0;
}
ul.er_coupon_list li.code {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  margin-top: 5px;
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 #dfdfdf;
  box-shadow: 0 1px 0 #dfdfdf;
}
ul.er_coupon_list li.code.editable {
  padding-right: 2em;
}
ul.er_coupon_list li.code .tips {
  cursor: pointer;
}
ul.er_coupon_list li.code .tips span {
  color: #888;
}
ul.er_coupon_list li.code .tips span:hover {
  color: #000;
}
ul.er_coupon_list li.code .remove-coupon {
  position: absolute;
  top: 7px;
  right: 20px;
  color: #888;
  text-decoration: none;
  /*rtl:raw:
  left: 7px;
  */
}
ul.er_coupon_list li.code .remove-coupon::before {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
}
ul.er_coupon_list li.code .remove-coupon:hover::before {
  color: #a00;
}

.widefat.customers td {
  padding: 4px 7px;
  vertical-align: middle;
}
.widefat .column-order_title {
  width: 15%;
}
.widefat .column-order_title time {
  display: block;
  margin: 3px 0;
  color: #999;
}
.widefat .column-orders,
.widefat .column-paying,
.widefat .column-spent {
  width: 8%;
  text-align: center;
}
.widefat .column-last_order {
  width: 11%;
}
.widefat .column-er_actions {
  width: 110px;
}
.widefat .column-er_actions a.button {
  display: block;
  text-indent: -9999px;
  position: relative;
  height: 1em;
  width: 1em;
  display: inline-block;
  width: 2em;
  padding: 0 !important;
  margin: 2px 4px 2px 0;
  overflow: hidden;
  vertical-align: middle;
}
.widefat .column-er_actions a.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  margin: 0;
  font-family: "Dashicons";
  font-size: 18px;
  font-weight: 400;
  font-variant: normal;
  line-height: 1.7;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  speak: never;
}
.widefat .column-er_actions a.button img {
  display: block;
  width: 12px;
  height: auto;
}
.widefat .column-er_actions a.button:hover {
  color: #000;
}
.widefat .column-er_actions a.edit::after {
  content: "";
}
.widefat .column-er_actions a.link::after {
  content: "";
}
.widefat .column-er_actions a.view::after {
  content: "";
}
.widefat .column-er_actions a.refresh::after {
  content: "";
}
.widefat .column-er_actions a.processing::after {
  content: "";
}
.widefat .column-er_actions a.complete::after {
  content: "";
}
.widefat .column-er_actions a.invoice::after {
  content: "";
}
.widefat small.meta {
  display: block;
  margin: 3px 0;
  font-size: inherit;
  color: #999;
}

.post-type-easy-rooms .tablenav .one-page .displaying-num,
.post-type-easy-rooms .editable,
.post-type-easy_reservation .tablenav .one-page .displaying-num,
.post-type-easy_reservation .editable,
.post-type-easy_order .tablenav .one-page .displaying-num,
.post-type-easy_order .editable {
  display: none;
}
.post-type-easy-rooms .er-data-fields .form-field input,
.post-type-easy_reservation .er-data-fields .form-field input,
.post-type-easy_order .er-data-fields .form-field input {
  width: auto;
}
.post-type-easy-rooms .er-data-fields .er-invoice-edit-date-number,
.post-type-easy-rooms .er-data-fields .er-invoice-delete-document,
.post-type-easy-rooms .er-data-fields .er-invoice-regenerate-document,
.post-type-easy-rooms .er-data-fields .er-invoice-edit-document-notes,
.post-type-easy_reservation .er-data-fields .er-invoice-edit-date-number,
.post-type-easy_reservation .er-data-fields .er-invoice-delete-document,
.post-type-easy_reservation .er-data-fields .er-invoice-regenerate-document,
.post-type-easy_reservation .er-data-fields .er-invoice-edit-document-notes,
.post-type-easy_order .er-data-fields .er-invoice-edit-date-number,
.post-type-easy_order .er-data-fields .er-invoice-delete-document,
.post-type-easy_order .er-data-fields .er-invoice-regenerate-document,
.post-type-easy_order .er-data-fields .er-invoice-edit-document-notes {
  opacity: 0.5;
}
.post-type-easy-rooms .er-data-fields .er-invoice-edit-date-number:hover,
.post-type-easy-rooms .er-data-fields .er-invoice-delete-document:hover,
.post-type-easy-rooms .er-data-fields .er-invoice-regenerate-document:hover,
.post-type-easy-rooms .er-data-fields .er-invoice-edit-document-notes:hover,
.post-type-easy_reservation .er-data-fields .er-invoice-edit-date-number:hover,
.post-type-easy_reservation .er-data-fields .er-invoice-delete-document:hover,
.post-type-easy_reservation .er-data-fields .er-invoice-regenerate-document:hover,
.post-type-easy_reservation .er-data-fields .er-invoice-edit-document-notes:hover,
.post-type-easy_order .er-data-fields .er-invoice-edit-date-number:hover,
.post-type-easy_order .er-data-fields .er-invoice-delete-document:hover,
.post-type-easy_order .er-data-fields .er-invoice-regenerate-document:hover,
.post-type-easy_order .er-data-fields .er-invoice-edit-document-notes:hover {
  opacity: 1;
  cursor: pointer;
}
.post-type-easy-rooms .er-data-fields h4 .er-regenerate-spin,
.post-type-easy_reservation .er-data-fields h4 .er-regenerate-spin,
.post-type-easy_order .er-data-fields h4 .er-regenerate-spin {
  opacity: 1;
  -webkit-animation: spin 1.6s linear infinite;
  /* Safari */
  animation: spin 1.6s linear infinite;
  pointer-events: none;
}
.post-type-easy-rooms .wp-list-table,
.post-type-easy_reservation .wp-list-table,
.post-type-easy_order .wp-list-table {
  margin-top: 1em;
}
.post-type-easy-rooms .wp-list-table thead th,
.post-type-easy-rooms .wp-list-table tfoot th,
.post-type-easy_reservation .wp-list-table thead th,
.post-type-easy_reservation .wp-list-table tfoot th,
.post-type-easy_order .wp-list-table thead th,
.post-type-easy_order .wp-list-table tfoot th {
  padding: 0.75em 1em;
}
.post-type-easy-rooms .wp-list-table thead th.sortable a,
.post-type-easy-rooms .wp-list-table thead th.sorted a,
.post-type-easy-rooms .wp-list-table tfoot th.sortable a,
.post-type-easy-rooms .wp-list-table tfoot th.sorted a,
.post-type-easy_reservation .wp-list-table thead th.sortable a,
.post-type-easy_reservation .wp-list-table thead th.sorted a,
.post-type-easy_reservation .wp-list-table tfoot th.sortable a,
.post-type-easy_reservation .wp-list-table tfoot th.sorted a,
.post-type-easy_order .wp-list-table thead th.sortable a,
.post-type-easy_order .wp-list-table thead th.sorted a,
.post-type-easy_order .wp-list-table tfoot th.sortable a,
.post-type-easy_order .wp-list-table tfoot th.sorted a {
  padding: 0;
}
.post-type-easy-rooms .wp-list-table thead th:first-child,
.post-type-easy-rooms .wp-list-table tfoot th:first-child,
.post-type-easy_reservation .wp-list-table thead th:first-child,
.post-type-easy_reservation .wp-list-table tfoot th:first-child,
.post-type-easy_order .wp-list-table thead th:first-child,
.post-type-easy_order .wp-list-table tfoot th:first-child {
  padding-left: 2em;
}
.post-type-easy-rooms .wp-list-table thead th:last-child,
.post-type-easy-rooms .wp-list-table tfoot th:last-child,
.post-type-easy_reservation .wp-list-table thead th:last-child,
.post-type-easy_reservation .wp-list-table tfoot th:last-child,
.post-type-easy_order .wp-list-table thead th:last-child,
.post-type-easy_order .wp-list-table tfoot th:last-child {
  padding-right: 2em;
}
.post-type-easy-rooms .wp-list-table tbody td,
.post-type-easy-rooms .wp-list-table tbody th,
.post-type-easy_reservation .wp-list-table tbody td,
.post-type-easy_reservation .wp-list-table tbody th,
.post-type-easy_order .wp-list-table tbody td,
.post-type-easy_order .wp-list-table tbody th {
  padding: 1em;
  line-height: 26px;
}
.post-type-easy-rooms .wp-list-table tbody td:first-child,
.post-type-easy_reservation .wp-list-table tbody td:first-child,
.post-type-easy_order .wp-list-table tbody td:first-child {
  padding-left: 2em;
}
.post-type-easy-rooms .wp-list-table tbody td:last-child,
.post-type-easy_reservation .wp-list-table tbody td:last-child,
.post-type-easy_order .wp-list-table tbody td:last-child {
  padding-right: 2em;
}
.post-type-easy-rooms .wp-list-table tbody tr,
.post-type-easy_reservation .wp-list-table tbody tr,
.post-type-easy_order .wp-list-table tbody tr {
  border-top: 1px solid #f5f5f5;
}
.post-type-easy-rooms .wp-list-table tbody tr:hover:not(.status-trash):not(.no-link) td,
.post-type-easy_reservation .wp-list-table tbody tr:hover:not(.status-trash):not(.no-link) td,
.post-type-easy_order .wp-list-table tbody tr:hover:not(.status-trash):not(.no-link) td {
  cursor: pointer;
}
.post-type-easy-rooms .wp-list-table .no-link,
.post-type-easy_reservation .wp-list-table .no-link,
.post-type-easy_order .wp-list-table .no-link {
  cursor: default !important;
}
.post-type-easy-rooms .wp-list-table td,
.post-type-easy-rooms .wp-list-table th,
.post-type-easy_reservation .wp-list-table td,
.post-type-easy_reservation .wp-list-table th,
.post-type-easy_order .wp-list-table td,
.post-type-easy_order .wp-list-table th {
  vertical-align: middle;
}
.post-type-easy-rooms .wp-list-table td p,
.post-type-easy-rooms .wp-list-table th p,
.post-type-easy_reservation .wp-list-table td p,
.post-type-easy_reservation .wp-list-table th p,
.post-type-easy_order .wp-list-table td p,
.post-type-easy_order .wp-list-table th p {
  margin: 0;
}
.post-type-easy-rooms .wp-list-table .check-column,
.post-type-easy_reservation .wp-list-table .check-column,
.post-type-easy_order .wp-list-table .check-column {
  width: 16px;
  max-width: 16px;
  padding: 1em 1em 1em 1em !important;
  white-space: nowrap;
  vertical-align: middle;
}
.post-type-easy-rooms .wp-list-table .check-column input,
.post-type-easy_reservation .wp-list-table .check-column input,
.post-type-easy_order .wp-list-table .check-column input {
  margin: 1px 0;
  vertical-align: text-top;
}
.post-type-easy-rooms .wp-list-table .column-resource_image,
.post-type-easy_reservation .wp-list-table .column-resource_image,
.post-type-easy_order .wp-list-table .column-resource_image {
  width: 6ch;
  padding: 10px !important;
  margin: 0;
}
.post-type-easy-rooms .wp-list-table .column-resource_image img,
.post-type-easy_reservation .wp-list-table .column-resource_image img,
.post-type-easy_order .wp-list-table .column-resource_image img {
  vertical-align: middle;
  border: 1px solid #7e8993;
}
.post-type-easy-rooms .wp-list-table .column-reservation_number,
.post-type-easy-rooms .wp-list-table .column-order_number,
.post-type-easy_reservation .wp-list-table .column-reservation_number,
.post-type-easy_reservation .wp-list-table .column-order_number,
.post-type-easy_order .wp-list-table .column-reservation_number,
.post-type-easy_order .wp-list-table .column-order_number {
  width: 40ch;
}
.post-type-easy-rooms .wp-list-table .column-resource_price,
.post-type-easy-rooms .wp-list-table .column-order_total,
.post-type-easy_reservation .wp-list-table .column-resource_price,
.post-type-easy_reservation .wp-list-table .column-order_total,
.post-type-easy_order .wp-list-table .column-resource_price,
.post-type-easy_order .wp-list-table .column-order_total {
  width: 8ch;
  text-align: right;
}
.post-type-easy-rooms .wp-list-table .column-resource_price a span,
.post-type-easy-rooms .wp-list-table .column-order_total a span,
.post-type-easy_reservation .wp-list-table .column-resource_price a span,
.post-type-easy_reservation .wp-list-table .column-order_total a span,
.post-type-easy_order .wp-list-table .column-resource_price a span,
.post-type-easy_order .wp-list-table .column-order_total a span {
  float: right;
}
.post-type-easy-rooms .wp-list-table .column-order_customer,
.post-type-easy-rooms .wp-list-table .column-order_date,
.post-type-easy_reservation .wp-list-table .column-order_customer,
.post-type-easy_reservation .wp-list-table .column-order_date,
.post-type-easy_order .wp-list-table .column-order_customer,
.post-type-easy_order .wp-list-table .column-order_date {
  width: 10ch;
}
.post-type-easy-rooms .wp-list-table .column-reservation_status,
.post-type-easy-rooms .wp-list-table .column-order_status,
.post-type-easy_reservation .wp-list-table .column-reservation_status,
.post-type-easy_reservation .wp-list-table .column-order_status,
.post-type-easy_order .wp-list-table .column-reservation_status,
.post-type-easy_order .wp-list-table .column-order_status {
  width: 14ch;
}
.post-type-easy-rooms .wp-list-table .column-shipping_address,
.post-type-easy-rooms .wp-list-table .column-billing_address,
.post-type-easy_reservation .wp-list-table .column-shipping_address,
.post-type-easy_reservation .wp-list-table .column-billing_address,
.post-type-easy_order .wp-list-table .column-shipping_address,
.post-type-easy_order .wp-list-table .column-billing_address {
  width: 20ch;
  line-height: 1.5;
}
.post-type-easy-rooms .wp-list-table .column-shipping_address .description,
.post-type-easy-rooms .wp-list-table .column-billing_address .description,
.post-type-easy_reservation .wp-list-table .column-shipping_address .description,
.post-type-easy_reservation .wp-list-table .column-billing_address .description,
.post-type-easy_order .wp-list-table .column-shipping_address .description,
.post-type-easy_order .wp-list-table .column-billing_address .description {
  display: block;
  color: #999;
}
.post-type-easy-rooms .wp-list-table .column-er_actions,
.post-type-easy_reservation .wp-list-table .column-er_actions,
.post-type-easy_order .wp-list-table .column-er_actions {
  text-align: right;
}
.post-type-easy-rooms .wp-list-table .column-er_actions a.button,
.post-type-easy_reservation .wp-list-table .column-er_actions a.button,
.post-type-easy_order .wp-list-table .column-er_actions a.button {
  margin: 2px 0 2px 4px;
  text-indent: 9999px;
}

.post-type-easy_reservation .search-box {
  margin-top: 15px;
}

a.reservation-preview,
a.order-preview {
  position: relative;
  float: right;
  width: 16px;
  height: 16px;
  padding: 4px 7px 4px 4px;
  overflow: hidden;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 4px;
}
a.reservation-preview::before,
a.order-preview::before {
  height: 16px;
  font-family: "Dashicons";
  font-size: 18px;
  line-height: 16px;
  vertical-align: top;
  content: "";
  outline: none !important;
}
a.reservation-preview:hover,
a.order-preview:hover {
  border: 2px solid #00a0d2;
}
a.reservation-preview.disabled::before,
a.order-preview.disabled::before {
  padding-left: 1px;
  content: url(../images/wpspin.gif);
}

.reservation-date {
  display: inline-flex;
  max-width: 100%;
  padding: 0 8px;
  margin: 0;
  line-height: 2.5;
  color: #777;
  white-space: nowrap;
  cursor: inherit !important;
  background: #e5e5e5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.reservation-date:nth-of-type(2) {
  margin-top: 5px;
}
.reservation-date.present {
  color: #5b841b;
  background: #c6e1c6;
}
.reservation-date.future {
  color: #2e4453;
  background: #c8d7e1;
}
.reservation-date.past {
  color: #94660c;
  background: #f8dda7;
}

.reservation-status,
.order-status {
  display: inline-flex;
  max-width: 100%;
  margin: -0.25em 0;
  line-height: 2.5;
  color: #777;
  white-space: nowrap;
  cursor: inherit;
  background: #e5e5e5;
  border-radius: 3px;
}
.reservation-status.status-completed,
.order-status.status-completed {
  color: #5b841b;
  background: #c6e1c6;
}
.reservation-status.status-completed.background,
.order-status.status-completed.background {
  background: #c6e1c6 !important;
}
.reservation-status.status-checked,
.order-status.status-checked {
  color: #534d2e;
  background: #e1dfc8;
}
.reservation-status.status-checked.background,
.order-status.status-checked.background {
  background: #e1dfc8 !important;
}
.reservation-status.status-on-hold,
.order-status.status-on-hold {
  color: #94660c;
  background: #f8dda7;
}
.reservation-status.status-on-hold.background,
.order-status.status-on-hold.background {
  background: #f8dda7 !important;
}
.reservation-status.status-failed,
.order-status.status-failed {
  color: #761919;
  background: #eba3a3;
}
.reservation-status.status-failed.background,
.order-status.status-failed.background {
  background: #eba3a3 !important;
}
.reservation-status.status-approved,
.order-status.status-approved {
  color: #2e4453;
  background: #c8d7e1;
}
.reservation-status.status-approved.background,
.order-status.status-approved.background {
  background: #c8d7e1 !important;
}
.reservation-status.status-trash,
.order-status.status-trash {
  color: #761919;
  background: #eba3a3;
}
.reservation-status.status-trash.background,
.order-status.status-trash.background {
  background: #eba3a3 !important;
}
.reservation-status > span,
.order-status > span {
  margin: 0 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.er-order-preview .order-status {
  float: right;
  margin-right: 54px;
}
.er-order-preview article {
  padding: 0 !important;
}
.er-order-preview .modal-close {
  border-radius: 0;
}
.er-order-preview .er-order-preview-table {
  width: 100%;
  margin: 0;
}
.er-order-preview .er-order-preview-table th,
.er-order-preview .er-order-preview-table td {
  padding: 1em 1.5em;
  margin: 0;
  text-align: right;
  vertical-align: top;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #eee;
  box-shadow: none;
}
.er-order-preview .er-order-preview-table td:first-child,
.er-order-preview .er-order-preview-table th:first-child {
  text-align: left;
}
.er-order-preview .er-order-preview-table th {
  border-color: #ccc;
}
.er-order-preview .er-order-preview-table tr:last-child td {
  border: 0;
}
.er-order-preview .er-order-preview-table .er-order-item-sku {
  margin-top: 0.5em;
}
.er-order-preview .er-order-preview-table .er-order-item-meta {
  margin-top: 0.5em;
}
.er-order-preview .er-order-preview-table .er-order-item-meta th,
.er-order-preview .er-order-preview-table .er-order-item-meta td {
  padding: 0;
  text-align: left;
  vertical-align: top;
  border: 0;
}
.er-order-preview .er-order-preview-table .er-order-item-meta td:last-child {
  padding-left: 0.5em;
}
.er-order-preview .er-order-preview-addresses {
  padding-bottom: 1.5em;
  overflow: hidden;
}
.er-order-preview .er-order-preview-addresses .er-order-preview-address,
.er-order-preview .er-order-preview-addresses .er-order-preview-note {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 1.5em 1.5em 0;
  word-wrap: break-word;
}
.er-order-preview .er-order-preview-addresses .er-order-preview-address h2,
.er-order-preview .er-order-preview-addresses .er-order-preview-note h2 {
  margin-top: 0;
}
.er-order-preview .er-order-preview-addresses .er-order-preview-address strong,
.er-order-preview .er-order-preview-addresses .er-order-preview-note strong {
  display: block;
  margin-top: 1.5em;
}
.er-order-preview .er-order-preview-addresses .er-order-preview-address strong:first-child,
.er-order-preview .er-order-preview-addresses .er-order-preview-note strong:first-child {
  margin-top: 0;
}
.er-order-preview footer .er-action-button-group {
  display: inline-block;
  float: left;
}
.er-order-preview footer .button.button-large {
  display: inline-block;
  height: auto;
  padding: 0 10px !important;
  margin-left: 10px;
  line-height: 28px;
}
.er-order-preview .er-action-button-group label {
  display: none;
}

.er-action-button-group {
  line-height: 26px;
  text-align: left;
  vertical-align: middle;
}
.er-action-button-group label {
  margin-right: 6px;
  font-weight: 700;
  line-height: 28px;
  cursor: default;
}
.er-action-button-group .er-action-button-group__items {
  display: inline-flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
.er-action-button-group .er-action-button {
  position: relative;
  z-index: 1;
  float: none;
  height: auto;
  box-sizing: border-box;
  padding: 0 10px !important;
  margin: 0 0 0 -1px !important;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  flex: 1 0 auto;
}
.er-action-button-group .er-action-button:hover,
.er-action-button-group .er-action-button:focus {
  z-index: 2;
  border: 1px solid #999;
}
.er-action-button-group .er-action-button:first-child {
  margin-left: 0 !important;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.er-action-button-group .er-action-button:last-child {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

@media screen and (max-width: 782px) {
  .er-order-preview footer .er-action-button-group .er-action-button-group__items {
    display: flex;
  }
  .er-order-preview footer .er-action-button-group {
    display: block;
    float: none;
    margin-bottom: 4px;
  }
  .er-order-preview footer .button.button-large {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .post-type-easy_order .wp-list-table td.check-column {
    width: 1em;
  }
  .post-type-easy_order .wp-list-table td.column-reservation_number,
.post-type-easy_order .wp-list-table td.column-order_number {
    padding-bottom: 0.5em;
    padding-left: 0;
  }
  .post-type-easy_order .wp-list-table td.column-order_status,
.post-type-easy_order .wp-list-table td.column-order_date {
    display: inline-block !important;
    padding: 0 1em 1em 1em !important;
  }
  .post-type-easy_order .wp-list-table td.column-order_status::before,
.post-type-easy_order .wp-list-table td.column-order_date::before {
    display: none !important;
  }
  .post-type-easy_order .wp-list-table td.column-order_date {
    padding-left: 0 !important;
  }
  .post-type-easy_order .wp-list-table td.column-order_status {
    float: right;
  }
}
/* Order notes */
ul.order_notes {
  padding: 2px 0 0;
}
ul.order_notes li .note_content {
  position: relative;
  padding: 10px;
  background: #efefef;
}
ul.order_notes li .note_content p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
ul.order_notes li p.meta {
  padding: 10px;
  margin: 0;
  font-size: 11px;
  color: #999;
}
ul.order_notes li p.meta .exact-date {
  border-bottom: 1px dotted #999;
}
ul.order_notes li a.delete_note {
  color: #a00;
}
ul.order_notes li .note_content::after {
  position: absolute;
  bottom: -10px;
  left: 20px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #efefef transparent;
  border-style: solid;
  border-width: 10px 10px 0 0;
}
ul.order_notes li.system-note .note_content {
  background: #d7cad2;
}
ul.order_notes li.system-note .note_content::after {
  border-color: #d7cad2 transparent;
}
ul.order_notes li.customer-note .note_content {
  background: #a7cedc;
}
ul.order_notes li.customer-note .note_content::after {
  border-color: #a7cedc transparent;
}

.add_note {
  padding: 10px 10px 0;
  border-top: 1px solid #ddd;
}
.add_note h4 {
  margin-top: 5px !important;
}
.add_note #add_order_note {
  width: 100%;
  height: 50px;
}

/* Resource page*/
.resource-header {
  display: block;
  width: 99%;
  max-width: 1200px;
  margin-top: 20px;
}
.resource-header .resource-thumbnail {
  float: left;
  margin-right: 20px;
}
.resource-header .resource-thumbnail img {
  border-radius: 5px;
}
.resource-header .resource-thumbnail .thumbnail-placeholder {
  display: block;
  width: 145px;
  height: 145px;
  border: 5px dashed #ccc;
  border-radius: 5px;
}
.resource-header h1 {
  padding-top: 16px;
  font-size: 26px;
}
.resource-header .main {
  height: 160px;
  color: #9a9a9a;
}
.resource-header .main .content {
  max-height: 56px;
  margin-bottom: 8px;
  overflow: hidden;
}

#reservations_reservation_item_label {
  height: 250px;
  padding: 8px;
  line-height: 20px;
}

#filter_form_requirements td,
#filter_form_discount td,
#filter_form_price td {
  padding-left: 30px;
}

tbody#filter_form_discount td:first-of-type,
tbody#filter_form_time_cond td:first-of-type {
  display: block;
  margin-left: 42px;
  border-left: 3px solid #228dff;
}

label.days-option {
  display: block !important;
  line-height: 24px;
}

#form_settings_tags_container {
  display: inline-block;
  width: 35%;
  margin-top: 7px;
}

#accordion {
  display: inline-block;
  width: 99%;
  cursor: default;
  user-select: none;
  background: #fff;
  border: 1px solid #b9b7b7;
  border-left: 0;
}
#accordion .ui-accordion-header {
  padding: 5px 0 5px 25px;
  margin: 0;
  font-weight: 400;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: url(../images/sortright.gif);
  background-repeat: no-repeat;
  background-position: 11px;
  border-bottom: 1px solid #b9b7b7;
  outline: none;
}
#accordion .ui-accordion-header.ui-state-active {
  background-image: url(../images/sortdown.gif);
  background-position: 10px;
}
#accordion .ui-accordion-header.ui-state-hover {
  background-color: #fbfbfb;
}
#accordion div.ui-accordion-content {
  padding: 4px 6px;
  border-bottom: 1px solid #b9b7b7;
}
#accordion div.table {
  padding: 0;
}
#accordion:last-child {
  border-bottom: 0;
}
#accordion p,
#accordion h4 {
  margin: 3px 0;
}
#accordion p.desc {
  max-width: 300px;
  padding: 2px 0;
  font-size: 13px;
  font-style: italic;
}

/* FORM EDIT */
#form_container {
  float: left;
  width: 63.5%;
  min-height: 600px;
  padding: 4px;
  margin-top: 8px;
  font-family: Consolas, Monaco, monospace;
  font-size: 13px;
  background: #fff;
  border: 1px solid #ccc;
}

table.formtable {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
table.formtable .hidden {
  display: table-row;
}
table.formtable thead th {
  padding: 3px 6px;
  font-weight: 400;
  text-transform: uppercase;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
table.formtable thead th:nth-child(2) {
  text-align: left;
}
table.formtable thead th:nth-child(3) {
  text-align: center;
}
table.formtable thead th:last-of-type {
  border-right: 0;
}
table.formtable tbody tr:last-of-type td {
  border-bottom: 0;
}
table.formtable tbody tr:hover td {
  cursor: pointer;
  background-color: #f0f0f0;
}
table.formtable tbody td {
  padding: 3px 6px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
table.formtable tbody td:nth-child(3) {
  text-align: center;
}
table.formtable tbody td:nth-child(1) {
  width: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}
table.formtable tbody td:last-of-type {
  border-right: 0;
}

formtag {
  color: #fff;
  cursor: pointer;
  background: #0191c8;
}
formtag.error {
  color: #fff;
  background: #ff5c5c;
}
formtag.taghover {
  background: #a4cce9;
}

#changelog ul {
  padding-left: 30px;
  list-style: disc !important;
}
#changelog ul li {
  list-style-type: circle;
}

#rates-search {
  float: right;
}
#rates-search input.er-tax-rates-search-field {
  padding: 4px 8px;
  font-size: 1.2em;
}

.easyreservations .form-table {
  position: relative;
  margin: 0;
  table-layout: fixed;
}
.easyreservations .form-table .forminp-radio ul {
  margin: 0;
}
.easyreservations .form-table .forminp-radio ul li {
  line-height: 1.4;
}
.easyreservations .form-table input[type=text],
.easyreservations .form-table input[type=number],
.easyreservations .form-table input[type=email] {
  height: auto;
}
.easyreservations .form-table textarea,
.easyreservations .form-table input[type=text],
.easyreservations .form-table input[type=email],
.easyreservations .form-table input[type=number],
.easyreservations .form-table input[type=password],
.easyreservations .form-table input[type=datetime],
.easyreservations .form-table input[type=datetime-local],
.easyreservations .form-table input[type=date],
.easyreservations .form-table input[type=time],
.easyreservations .form-table input[type=week],
.easyreservations .form-table input[type=url],
.easyreservations .form-table input[type=tel],
.easyreservations .form-table input.regular-input {
  width: 400px;
  box-sizing: border-box;
  padding: 0 8px;
  margin: 0;
  line-height: 2;
  vertical-align: top;
}
.easyreservations .form-table input[type=datetime-local],
.easyreservations .form-table input[type=date],
.easyreservations .form-table input[type=time],
.easyreservations .form-table input[type=week],
.easyreservations .form-table input[type=tel] {
  width: 200px;
}
.easyreservations .form-table select {
  width: 400px;
  box-sizing: border-box;
  margin: 0;
  vertical-align: top;
}
.easyreservations .form-table textarea.input-text {
  display: block;
  min-width: 150px;
  height: 100%;
}
.easyreservations .form-table img.help_tip,
.easyreservations .form-table .easyreservations-help-tip {
  padding: 0;
  margin: -4px 0 0 5px;
  line-height: 1;
  vertical-align: middle;
  cursor: help;
}
.easyreservations .form-table span.easyreservations-help-tip {
  cursor: help;
}
.easyreservations .form-table th {
  position: relative;
  padding-right: 24px;
}
.easyreservations .form-table td {
  line-height: 28px;
}
.easyreservations .form-table th label {
  position: relative;
  display: block;
}
.easyreservations .form-table th label img.help_tip,
.easyreservations .form-table th label .easyreservations-help-tip {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -8px -24px 0 0;
}
.easyreservations .form-table th label + .easyreservations-help-tip {
  position: absolute;
  top: 20px;
  right: 0;
  margin: 0 0 0 0;
}
.easyreservations .form-table .select2-container {
  margin-bottom: 3px;
  vertical-align: top;
}
.easyreservations .form-table span.description {
  vertical-align: sub;
}
.easyreservations .form-table .select2-container + span.description {
  display: block;
  margin-top: 8px;
}
.easyreservations .form-table span.description + select + .select2-container {
  margin-top: 8px;
}
.easyreservations .form-table table.widefat th {
  padding-right: inherit;
}
.easyreservations .form-table .wp-list-table .easyreservations-help-tip {
  float: none;
}
.easyreservations .form-table fieldset {
  padding: 0;
  margin-top: 4px;
}
.easyreservations .form-table fieldset img.help_tip,
.easyreservations .form-table fieldset .easyreservations-help-tip {
  margin: -3px 0 0 5px;
}
.easyreservations .form-table fieldset p.description {
  margin-bottom: 8px;
}
.easyreservations .form-table fieldset:first-child {
  margin-top: 0;
}
.easyreservations .form-table .iris-picker {
  position: absolute;
  z-index: 100;
  display: none;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.easyreservations .form-table .iris-picker .ui-slider {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: none transparent !important;
  border: 0 !important;
}
.easyreservations .form-table .iris-picker .ui-slider .ui-slider-handle {
  margin-bottom: 0 !important;
}
.easyreservations .form-table .iris-error {
  background-color: #ffafaf;
}
.easyreservations .form-table .colorpickpreview {
  display: inline-block;
  width: 26px;
  padding: 7px 0;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #7e8993;
}
.easyreservations .widefat {
  margin-top: 10px;
}
.easyreservations .widefat .tmiddle {
  border-top: 1px solid #ccd0d4;
}

#easyreservations-coupon-description {
  display: block;
  width: 100%;
  height: auto;
  padding: 3px 8px;
  margin: 10px 0;
  font-size: 1.7em;
  line-height: 1.42;
  outline: 0;
}
#easyreservations-coupon-description::-webkit-input-placeholder {
  line-height: 1.42;
  color: #bbb;
}
#easyreservations-coupon-description::-moz-placeholder {
  line-height: 1.42;
  color: #bbb;
}
#easyreservations-coupon-description:-ms-input-placeholder {
  line-height: 1.42;
  color: #bbb;
}
#easyreservations-coupon-description:-moz-placeholder {
  line-height: 1.42;
  color: #bbb;
}

#easyreservations-resource-data .panel-wrap,
#easyreservations-coupon-data .panel-wrap {
  background: #fff;
}
#easyreservations-resource-data .easyreservations_options_panel,
#easyreservations-resource-data .er-metaboxes-wrapper,
#easyreservations-coupon-data .easyreservations_options_panel,
#easyreservations-coupon-data .er-metaboxes-wrapper {
  float: left;
  width: 80%;
}
#easyreservations-resource-data .easyreservations_options_panel .er-radios,
#easyreservations-resource-data .er-metaboxes-wrapper .er-radios,
#easyreservations-coupon-data .easyreservations_options_panel .er-radios,
#easyreservations-coupon-data .er-metaboxes-wrapper .er-radios {
  display: block;
  float: left;
  margin: 0;
}
#easyreservations-resource-data .easyreservations_options_panel .er-radios li,
#easyreservations-resource-data .er-metaboxes-wrapper .er-radios li,
#easyreservations-coupon-data .easyreservations_options_panel .er-radios li,
#easyreservations-coupon-data .er-metaboxes-wrapper .er-radios li {
  display: block;
  padding: 0 0 10px;
}
#easyreservations-resource-data .easyreservations_options_panel .er-radios li input,
#easyreservations-resource-data .er-metaboxes-wrapper .er-radios li input,
#easyreservations-coupon-data .easyreservations_options_panel .er-radios li input,
#easyreservations-coupon-data .er-metaboxes-wrapper .er-radios li input {
  width: auto;
}

#easyreservations-resource-data .panel-wrap,
#easyreservations-coupon-data .panel-wrap,
.easyreservations .panel-wrap {
  overflow: hidden;
}
#easyreservations-resource-data ul.er-tabs,
#easyreservations-coupon-data ul.er-tabs,
.easyreservations ul.er-tabs {
  position: relative;
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 0 0 10px;
  margin: 0;
  line-height: 1;
  background-color: #fafafa;
  border-right: 1px solid #eee;
}
#easyreservations-resource-data ul.er-tabs::after,
#easyreservations-coupon-data ul.er-tabs::after,
.easyreservations ul.er-tabs::after {
  position: absolute;
  bottom: -9999em;
  left: 0;
  display: block;
  width: 100%;
  height: 9999em;
  content: "";
  background-color: #fafafa;
  border-right: 1px solid #eee;
}
#easyreservations-resource-data ul.er-tabs li,
#easyreservations-coupon-data ul.er-tabs li,
.easyreservations ul.er-tabs li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
#easyreservations-resource-data ul.er-tabs li a,
#easyreservations-coupon-data ul.er-tabs li a,
.easyreservations ul.er-tabs li a {
  display: block;
  padding: 10px;
  margin: 0;
  line-height: 20px !important;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  box-shadow: none;
}
#easyreservations-resource-data ul.er-tabs li a span,
#easyreservations-coupon-data ul.er-tabs li a span,
.easyreservations ul.er-tabs li a span {
  margin-right: 0.618em;
  margin-left: 0.618em;
}
#easyreservations-resource-data ul.er-tabs li a::before,
#easyreservations-coupon-data ul.er-tabs li a::before,
.easyreservations ul.er-tabs li a::before {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  text-decoration: none;
  font-size: 16px;
  vertical-align: middle;
}
#easyreservations-resource-data ul.er-tabs li.general_options a::before,
#easyreservations-coupon-data ul.er-tabs li.general_options a::before,
.easyreservations ul.er-tabs li.general_options a::before {
  content: "";
}
#easyreservations-resource-data ul.er-tabs li.inventory_options a::before,
#easyreservations-coupon-data ul.er-tabs li.inventory_options a::before,
.easyreservations ul.er-tabs li.inventory_options a::before {
  content: "";
}
#easyreservations-resource-data ul.er-tabs li.linked_resource_options a::before,
#easyreservations-coupon-data ul.er-tabs li.linked_resource_options a::before,
.easyreservations ul.er-tabs li.linked_resource_options a::before {
  content: "";
}
#easyreservations-resource-data ul.er-tabs li.attribute_options a::before,
#easyreservations-coupon-data ul.er-tabs li.attribute_options a::before,
.easyreservations ul.er-tabs li.attribute_options a::before {
  content: "";
}
#easyreservations-resource-data ul.er-tabs li.advanced_options a::before,
#easyreservations-coupon-data ul.er-tabs li.advanced_options a::before,
.easyreservations ul.er-tabs li.advanced_options a::before {
  content: "";
}
#easyreservations-resource-data ul.er-tabs li.marketplace-suggestions_options a::before,
#easyreservations-coupon-data ul.er-tabs li.marketplace-suggestions_options a::before,
.easyreservations ul.er-tabs li.marketplace-suggestions_options a::before {
  content: none;
}
#easyreservations-resource-data ul.er-tabs li.variations_options a::before,
#easyreservations-coupon-data ul.er-tabs li.variations_options a::before,
.easyreservations ul.er-tabs li.variations_options a::before {
  content: "";
}
#easyreservations-resource-data ul.er-tabs li.usage_restriction_options a::before,
#easyreservations-coupon-data ul.er-tabs li.usage_restriction_options a::before,
.easyreservations ul.er-tabs li.usage_restriction_options a::before {
  content: "";
}
#easyreservations-resource-data ul.er-tabs li.usage_limit_options a::before,
#easyreservations-coupon-data ul.er-tabs li.usage_limit_options a::before,
.easyreservations ul.er-tabs li.usage_limit_options a::before {
  content: "";
}
#easyreservations-resource-data ul.er-tabs li.general_coupon_data a::before,
#easyreservations-coupon-data ul.er-tabs li.general_coupon_data a::before,
.easyreservations ul.er-tabs li.general_coupon_data a::before {
  content: "";
}
#easyreservations-resource-data ul.er-tabs li.active a,
#easyreservations-coupon-data ul.er-tabs li.active a,
.easyreservations ul.er-tabs li.active a {
  position: relative;
  color: #555;
  background-color: #eee;
}

#easyreservations-resource-data .inside,
#easyreservations-order-data .inside,
#easyreservations-coupon-data .inside {
  padding: 0;
  margin: 0;
}

.easyreservations_options_panel,
.panel {
  padding: 9px;
  color: #555;
}
.easyreservations_options_panel .form-field .easyreservations-help-tip,
.panel .form-field .easyreservations-help-tip {
  font-size: 1.4em;
}

.easyreservations_page_settings .easyreservations_options_panel,
.panel {
  padding: 0;
}

.easyreservations_options_panel p,
#easyreservations-product-type-options .panel p,
.easyreservations_options_panel fieldset.form-field {
  padding: 5px 9px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 24px;
}
.easyreservations_options_panel p::after,
#easyreservations-product-type-options .panel p::after,
.easyreservations_options_panel fieldset.form-field::after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: ".";
}

.easyreservations_options_panel .checkbox {
  float: left;
  margin: 4px 0 !important;
  vertical-align: middle;
}

.easyreservations_options_panel {
  min-height: 175px;
  box-sizing: border-box;
}
.easyreservations_options_panel .downloadable_files {
  position: relative;
  padding: 0 9px 0 162px;
  margin: 9px 0;
}
.easyreservations_options_panel .downloadable_files label {
  position: absolute;
  left: 0;
  margin: 0 0 0 12px;
  line-height: 24px;
}
.easyreservations_options_panel p {
  margin: 9px 0;
}
.easyreservations_options_panel p.form-field,
.easyreservations_options_panel fieldset.form-field {
  padding: 5px 20px 5px 162px !important;
  /** Padding for aligning labels left - 12px + 150 label width **/
}
.easyreservations_options_panel label,
.easyreservations_options_panel legend {
  float: left;
  width: 150px;
  padding: 0;
  margin: 0 0 0 -150px;
}
.easyreservations_options_panel label .req,
.easyreservations_options_panel legend .req {
  font-style: normal;
  font-weight: 700;
  color: #a00;
}
.easyreservations_options_panel .description {
  display: inline;
  padding: 0;
  margin: 0 0 0 7px;
  clear: none;
}
.easyreservations_options_panel .description-block {
  display: block;
  margin-left: 0;
}
.easyreservations_options_panel textarea,
.easyreservations_options_panel input,
.easyreservations_options_panel select {
  margin: 0;
}
.easyreservations_options_panel textarea {
  float: left;
  height: 3.5em;
  line-height: 1.5;
  vertical-align: top;
}
.easyreservations_options_panel input[type=text],
.easyreservations_options_panel input[type=email],
.easyreservations_options_panel input[type=number],
.easyreservations_options_panel input[type=password] {
  float: left;
  width: 50%;
}
.easyreservations_options_panel input.button {
  width: auto;
  margin-left: 8px;
}
.easyreservations_options_panel select {
  float: left;
}
.easyreservations_options_panel input[type=text].short,
.easyreservations_options_panel input[type=email].short,
.easyreservations_options_panel input[type=number].short,
.easyreservations_options_panel input[type=password].short,
.easyreservations_options_panel .short {
  width: 50%;
}
.easyreservations_options_panel .sized {
  width: auto !important;
  margin-right: 6px;
}
.easyreservations_options_panel .options_group {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
}
.easyreservations_options_panel .options_group:first-child {
  border-top: 0;
}
.easyreservations_options_panel .options_group:last-child {
  border-bottom: 0;
}
.easyreservations_options_panel .options_group fieldset {
  padding: 5px 9px;
  margin: 9px 0;
  font-size: 12px;
  line-height: 24px;
}
.easyreservations_options_panel .options_group fieldset label {
  float: none;
  width: auto;
}
.easyreservations_options_panel .options_group fieldset ul {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}
.easyreservations_options_panel .options_group fieldset ul li {
  width: auto;
  margin: 0;
}
.easyreservations_options_panel .options_group fieldset ul li input {
  float: none;
  width: auto;
  margin-right: 4px;
}
.easyreservations_options_panel .options_group fieldset ul.er-radios label {
  margin-left: 0;
}
.easyreservations_options_panel .dimensions_field .wrap {
  display: block;
  width: 50%;
}
.easyreservations_options_panel .dimensions_field .wrap input {
  width: 30.75%;
  margin-right: 3.8%;
}
.easyreservations_options_panel .dimensions_field .wrap .last {
  margin-right: 0;
}
.easyreservations_options_panel.padded {
  padding: 1em;
}
.easyreservations_options_panel .select2-container {
  float: left;
}

table.er_tax_rates,
table.er_input_table {
  width: 100%;
}
table.er_tax_rates th,
table.er_tax_rates td,
table.er_input_table th,
table.er_input_table td {
  display: table-cell !important;
}
table.er_tax_rates span.tips,
table.er_input_table span.tips {
  padding: 0 3px;
  color: #0a246a;
}
table.er_tax_rates th,
table.er_input_table th {
  padding: 10px;
  white-space: nowrap;
}
table.er_tax_rates td,
table.er_input_table td {
  padding: 0;
  cursor: default;
  background: #fff;
  border-top: 0;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
table.er_tax_rates td select,
table.er_input_table td select {
  width: 100%;
  border: 0;
  border-radius: 0;
}
table.er_tax_rates td input[type=text],
table.er_tax_rates td input[type=number],
table.er_input_table td input[type=text],
table.er_input_table td input[type=number] {
  width: 100% !important;
  min-width: 100px;
  padding: 8px 10px;
  margin: 0;
  background: transparent none;
  border: 0;
  outline: 0;
}
table.er_tax_rates td input[type=text]:focus,
table.er_tax_rates td input[type=number]:focus,
table.er_input_table td input[type=text]:focus,
table.er_input_table td input[type=number]:focus {
  outline: 0;
  box-shadow: none;
}
table.er_tax_rates td.type, table.er_tax_rates td.apply,
table.er_input_table td.type,
table.er_input_table td.apply {
  vertical-align: middle;
}
table.er_tax_rates td.flat, table.er_tax_rates td.compound,
table.er_input_table td.flat,
table.er_input_table td.compound {
  padding: 5px 7px;
  vertical-align: middle;
}
table.er_tax_rates td.flat input, table.er_tax_rates td.compound input,
table.er_input_table td.flat input,
table.er_input_table td.compound input {
  padding: 0;
}
table.er_tax_rates td:last-child,
table.er_input_table td:last-child {
  border-right: 0;
}
table.er_tax_rates tr.current td,
table.er_tax_rates tr.current td select,
table.er_input_table tr.current td,
table.er_input_table tr.current td select {
  background-color: #fefbcc;
}
table.er_tax_rates tr.current td select:focus,
table.er_input_table tr.current td select:focus {
  background-color: #fff;
}
table.er_tax_rates .item_cost,
table.er_tax_rates .cost,
table.er_input_table .item_cost,
table.er_input_table .cost {
  text-align: right;
}
table.er_tax_rates .item_cost input,
table.er_tax_rates .cost input,
table.er_input_table .item_cost input,
table.er_input_table .cost input {
  text-align: right;
}
table.er_tax_rates th.sort,
table.er_input_table th.sort {
  width: 17px;
  padding: 0 4px;
}
table.er_tax_rates td.sort,
table.er_input_table td.sort {
  padding: 0 4px;
}
table.er_tax_rates .ui-sortable:not(.ui-sortable-disabled) td.sort,
table.er_input_table .ui-sortable:not(.ui-sortable-disabled) td.sort {
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  cursor: move;
  background: #f9f9f9;
}
table.er_tax_rates .ui-sortable:not(.ui-sortable-disabled) td.sort::before,
table.er_input_table .ui-sortable:not(.ui-sortable-disabled) td.sort::before {
  display: block;
  float: left;
  width: 17px;
  height: 100%;
  font-family: "Dashicons";
  line-height: 1;
  color: #999;
  text-align: center;
  content: "";
}
table.er_tax_rates .ui-sortable:not(.ui-sortable-disabled) td.sort:hover::before,
table.er_input_table .ui-sortable:not(.ui-sortable-disabled) td.sort:hover::before {
  color: #333;
}
table.er_tax_rates .button,
table.er_input_table .button {
  float: left;
  margin-right: 5px;
}
table.er_tax_rates .export,
table.er_tax_rates .import,
table.er_input_table .export,
table.er_input_table .import {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
table.er_tax_rates .pagination,
table.er_input_table .pagination {
  float: right;
}
table.er_tax_rates .pagination .button,
table.er_input_table .pagination .button {
  margin-right: 0;
  margin-left: 5px;
}
table.er_tax_rates .pagination .current,
table.er_input_table .pagination .current {
  text-shadow: none;
  background: #bbb;
}
table.er_tax_rates tr:last-child td,
table.er_input_table tr:last-child td {
  border-bottom: 0;
}

table.er_gateways,
table.er_emails {
  position: relative;
}
table.er_gateways th,
table.er_gateways td,
table.er_emails th,
table.er_emails td {
  display: table-cell !important;
  padding: 1em !important;
  line-height: 1.75;
  vertical-align: top;
}
table.er_gateways.er_emails td,
table.er_emails.er_emails td {
  vertical-align: middle;
}
table.er_gateways tr:nth-child(odd) td,
table.er_emails tr:nth-child(odd) td {
  background: #f9f9f9;
}
table.er_gateways td.name,
table.er_emails td.name {
  font-weight: 700;
}
table.er_gateways .settings,
table.er_emails .settings {
  text-align: right;
}
table.er_gateways .radio,
table.er_gateways .default,
table.er_gateways .status,
table.er_emails .radio,
table.er_emails .default,
table.er_emails .status {
  text-align: center;
}
table.er_gateways .radio .tips,
table.er_gateways .default .tips,
table.er_gateways .status .tips,
table.er_emails .radio .tips,
table.er_emails .default .tips,
table.er_emails .status .tips {
  margin: 0 auto;
}
table.er_gateways .radio input,
table.er_gateways .default input,
table.er_gateways .status input,
table.er_emails .radio input,
table.er_emails .default input,
table.er_emails .status input {
  margin: 0;
}
table.er_gateways td.sort,
table.er_emails td.sort {
  font-size: 15px;
  text-align: center;
}
table.er_gateways td.sort .er-item-reorder-nav,
table.er_emails td.sort .er-item-reorder-nav {
  width: 72px;
  white-space: nowrap;
}
table.er_gateways td.sort .er-item-reorder-nav::before,
table.er_emails td.sort .er-item-reorder-nav::before {
  display: block;
  float: left;
  width: 24px;
  height: 100%;
  font-family: "Dashicons";
  line-height: 24px;
  color: #999;
  text-align: center;
  cursor: move;
  content: "";
}
table.er_gateways td.sort .er-item-reorder-nav button,
table.er_emails td.sort .er-item-reorder-nav button {
  position: relative;
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 0;
  overflow: hidden;
  color: #82878c;
  text-indent: -9999px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
table.er_gateways td.sort .er-item-reorder-nav button::before,
table.er_emails td.sort .er-item-reorder-nav button::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  font: 400 20px/23px "Dashicons";
  text-align: center;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table.er_gateways td.sort .er-item-reorder-nav button:hover,
table.er_gateways td.sort .er-item-reorder-nav button:focus,
table.er_emails td.sort .er-item-reorder-nav button:hover,
table.er_emails td.sort .er-item-reorder-nav button:focus {
  color: #191e23;
}
table.er_gateways td.sort .er-item-reorder-nav .er-move-down::before,
table.er_emails td.sort .er-item-reorder-nav .er-move-down::before {
  content: "";
}
table.er_gateways td.sort .er-item-reorder-nav .er-move-up::before,
table.er_emails td.sort .er-item-reorder-nav .er-move-up::before {
  content: "";
}
table.er_gateways td.sort .er-item-reorder-nav .er-move-disabled,
table.er_emails td.sort .er-item-reorder-nav .er-move-disabled {
  color: #d5d5d5 !important;
  pointer-events: none;
  cursor: default;
}
table.er_gateways .er-payment-gateway-method-name,
table.er_emails .er-payment-gateway-method-name {
  font-weight: 400;
}
table.er_gateways .er-email-settings-table-name,
table.er_emails .er-email-settings-table-name {
  font-weight: 700;
}
table.er_gateways .er-email-settings-table-name span,
table.er_emails .er-email-settings-table-name span {
  margin: 0 0 0 4px !important;
  font-weight: 400;
  color: #999;
}
table.er_gateways .er-payment-gateway-method-toggle-enabled,
table.er_gateways .er-payment-gateway-method-toggle-disabled,
table.er_emails .er-payment-gateway-method-toggle-enabled,
table.er_emails .er-payment-gateway-method-toggle-disabled {
  display: block;
  padding-top: 1px;
  outline: 0;
  box-shadow: none;
}
table.er_gateways .er-email-settings-table-status,
table.er_emails .er-email-settings-table-status {
  width: 1em;
  text-align: center;
}
table.er_gateways .er-email-settings-table-status .tips,
table.er_emails .er-email-settings-table-status .tips {
  margin: 0 auto;
}

/**
  * Timeline
  */
.er-timeline-tooltip {
  position: absolute;
  z-index: 999;
  display: none;
  padding: 5px;
  color: #444;
  text-align: left;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 0 2px 3px #999;
}

.er-timeline {
  display: none;
  height: 100%;
  margin-top: 10px;
  user-select: none;
  align-items: stretch;
}
.er-timeline .sidebar {
  overflow: hidden;
  background: #fff;
  border: 1px solid #b9b7b7;
  border-right: 0;
  transition: width 0.3s linear;
}
.er-timeline .sidebar.expanded {
  width: 304px;
}
.er-timeline .sidebar h2 {
  padding: 13px;
  margin: 0;
  word-wrap: break-word;
  white-space: nowrap;
  border-bottom: 1px solid #ebebeb;
}
.er-timeline .sidebar h3 {
  padding: 4px 12px;
  margin: 10px 0;
  font-size: 13px;
  font-weight: 500;
  color: #777;
  background: #ebebeb;
}
.er-timeline .sidebar .input-wrapper {
  width: 90%;
  margin: 0 12px 5px;
}
.er-timeline .sidebar .input-wrapper .input-box {
  width: 100%;
  margin: 0;
}
.er-timeline .sidebar > .calendar .easy-datepicker {
  display: block;
  width: 304px;
  transition: none;
}
.er-timeline .sidebar > .calendar .easy-datepicker .ui-datepicker-inline {
  border: 0;
  border-bottom: 1px solid #ccd0d4;
}
.er-timeline .sidebar > .calendar .easy-datepicker .ui-datepicker-inline .ui-datepicker-header {
  padding: 6px 0;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ebebeb;
}
.er-timeline .sidebar > .calendar h3 {
  margin: 0;
}
.er-timeline .sidebar > .calendar .reservations {
  padding: 0;
  cursor: pointer;
}
.er-timeline .sidebar > .calendar .reservations .today-reservation {
  padding: 12px 12px;
  border-bottom: 1px solid #ebebeb;
}
.er-timeline .sidebar > .calendar .reservations .today-reservation > .date {
  float: left;
  padding: 0 8px 0 0;
  font-size: 14px;
  text-align: center;
}
.er-timeline .sidebar > .calendar .reservations .today-reservation > .date .hour {
  display: block;
  font-weight: 500;
  border-bottom: 1px solid #ebebeb;
}
.er-timeline .sidebar > .calendar .reservations .today-reservation > .date .minute {
  font-weight: 500;
}
.er-timeline .sidebar > .calendar .reservations .today-reservation > .date .ampm {
  display: block;
  font-size: 12px;
  font-style: italic;
  color: #777;
}
.er-timeline .sidebar > .calendar .reservations .today-reservation > div {
  display: inline-block;
  width: 83%;
  padding-left: 8px;
  border-left: 1px solid #ebebeb;
}
.er-timeline .sidebar > .calendar .reservations .today-reservation > div div {
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
}
.er-timeline .sidebar > .calendar .reservations .today-reservation > div .title {
  font-weight: 500;
}
.er-timeline .sidebar > .calendar .reservations .today-reservation > div .title .id {
  display: inline-block;
  padding: 0 3px 1px;
  margin-right: 5px;
  font-weight: 400;
  line-height: 17px;
  color: #777;
  background: #ebebeb;
  border-radius: 3px;
}
.er-timeline .sidebar > .calendar .reservations .today-reservation > div .date {
  color: #777;
}
.er-timeline .sidebar > .calendar .reservations .today-reservation > div .date .arrival {
  display: inline-block;
  transform: scaleX(-1);
}
.er-timeline .sidebar > .calendar .reservations .today-reservation > div .date .departure {
  display: inline-block;
}
.er-timeline .sidebar > .calendar .reservations .today-reservation > div .date .arrival::before,
.er-timeline .sidebar > .calendar .reservations .today-reservation > div .date .departure::before {
  position: relative;
  font-size: 14px;
  vertical-align: text-bottom;
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  text-decoration: none;
}
.er-timeline .sidebar > .calendar .reservations .today-reservation:hover {
  background: #f2f2f2;
}
.er-timeline .sidebar > .pending {
  width: 304px;
}
.er-timeline .sidebar > .pending .reservations {
  padding: 0;
  cursor: pointer;
}
.er-timeline .sidebar > .pending .reservations .pending-reservation {
  padding: 12px 12px;
  border-bottom: 1px solid #ebebeb;
}
.er-timeline .sidebar > .pending .reservations .pending-reservation .id {
  float: left;
  padding: 0 3px 1px;
  margin-right: 6px;
  color: #777;
  background: #ebebeb;
  border-radius: 3px;
}
.er-timeline .sidebar > .pending .reservations .pending-reservation > div {
  display: inline-block;
  width: 83%;
}
.er-timeline .sidebar > .pending .reservations .pending-reservation > div div {
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
}
.er-timeline .sidebar > .pending .reservations .pending-reservation > div .title {
  font-weight: 500;
}
.er-timeline .sidebar > .pending .reservations .pending-reservation > div .date {
  color: #777;
}
.er-timeline .sidebar > .pending .reservations .pending-reservation:hover {
  background: #f2f2f2;
}
.er-timeline .sidebar > .reservation-details {
  width: 304px;
}
.er-timeline .sidebar > .reservation-details h2 {
  margin-bottom: 12px;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
}
.er-timeline .sidebar > .reservation-details h2 .reservation-status {
  display: inline-block;
  padding: 0 3px 1px;
  font-size: 14px;
  line-height: unset;
}
.er-timeline .sidebar > .reservation-details .snapping {
  cursor: pointer;
  background: #ffc5c5;
}
.er-timeline .sidebar > .reservation-details .snapping.enabled {
  background: #dbffd9;
}
.er-timeline .sidebar > .reservation-details .row {
  padding: 0 12px 12px;
}
.er-timeline .sidebar > .reservation-details .row label {
  display: inline-block;
  width: 80px;
}
.er-timeline .sidebar > .reservation-details .row span {
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
}
.er-timeline .sidebar > .reservation-details .reservation-preview.disabled::before {
  padding-left: 1px;
  content: url(../images/wpspin.gif);
}
.er-timeline .sidebar.expanded + .content {
  width: calc(100% - 305px);
}
.er-timeline > .content {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #b9b7b7;
  transition: width 0.3s linear;
}
.er-timeline > .content div.header {
  display: flex;
  height: 28px;
  padding: 8px;
  background: #fff;
  border-top: 1px solid #b9b7b7;
  border-right: 1px solid #b9b7b7;
  border-bottom: 1px solid #ebebeb;
  align-items: center;
}
.er-timeline > .content div.header .left {
  text-align: right;
}
.er-timeline > .content div.header .left .pending {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #777;
  vertical-align: middle;
  cursor: pointer;
}
.er-timeline > .content div.header .left .pending span {
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 1;
  padding: 0 5px;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
  background: #f00;
  border-radius: 50%;
}
.er-timeline > .content div.header .left .pending::after {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  text-decoration: none;
  position: relative;
  font-size: 20px;
}
.er-timeline > .content div.header .left .expand-sidebar,
.er-timeline > .content div.header .left .contract-sidebar {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  color: #777;
  vertical-align: middle;
  cursor: pointer;
}
.er-timeline > .content div.header .left .pending:hover,
.er-timeline > .content div.header .left .expand-sidebar:hover,
.er-timeline > .content div.header .left .contract-sidebar:hover {
  color: #333;
}
.er-timeline > .content div.header .left .expand-sidebar::after {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  text-decoration: none;
}
.er-timeline > .content div.header .left .contract-sidebar::after {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  text-decoration: none;
  transform: scale(-1, 1);
}
.er-timeline > .content div.header .middle {
  text-align: center;
  flex-grow: 2;
}
.er-timeline > .content div.header .right {
  text-align: left;
}
.er-timeline > .content div.header .right .add {
  margin-left: 6px;
  line-height: 28px;
  vertical-align: middle;
}
.er-timeline > .content div.header .right .add::before {
  margin-right: 0.5em;
  font-family: "Dashicons";
  font-size: 14px;
  vertical-align: bottom;
  content: "";
}
.er-timeline > .content .container {
  display: flex;
  overflow: hidden;
  background: #fff;
  border-right: 1px solid #b9b7b7;
  border-bottom: 1px solid #b9b7b7;
}
.er-timeline > .content .container .resources {
  z-index: 2;
  height: 100%;
  word-wrap: break-word;
  white-space: nowrap;
}
.er-timeline > .content .container .resources .corner {
  position: relative;
  z-index: 2;
  height: 45px;
  padding: 0;
}
.er-timeline > .content .container .resources .corner .absolute {
  position: absolute;
  width: 100%;
  height: 44px;
  background: #fff;
  border-right: 0 !important;
  border-bottom: 1px solid #ebebeb;
}
.er-timeline > .content .container .resources div.vertical-scroll {
  max-height: 300px;
}
.er-timeline > .content .container .resources table {
  width: 100%;
  box-sizing: content-box;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border-right: 1px solid #ebebeb;
}
.er-timeline > .content .container .resources table thead.resource:first-child th div {
  border-top: 0;
}
.er-timeline > .content .container .resources table thead.resource th {
  min-width: 20px;
  max-width: 0;
  padding: 0;
  background-color: #fff;
  border: 0;
}
.er-timeline > .content .container .resources table thead.resource th div {
  height: 26px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.er-timeline > .content .container .resources table thead.resource th div .resource-handler {
  color: #999;
}
.er-timeline > .content .container .resources table thead.resource th div .resource-handler:hover {
  color: #6d6d6d;
}
.er-timeline > .content .container .resources table thead.resource th div .resource-handler:active {
  color: #444;
}
.er-timeline > .content .container .resources table thead.resource th div .resource-handler::after {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-top: 3px;
  font-size: 18px;
  cursor: pointer;
}
.er-timeline > .content .container .resources table thead.resource th div .resource-handler.retracted::after {
  font-family: "Dashicons";
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  text-decoration: none;
}
.er-timeline > .content .container .resources table thead.resource th div span {
  padding-left: 2px;
  vertical-align: middle;
}
.er-timeline > .content .container .resources table thead.resource th div a {
  display: inline-table;
  width: 100%;
  height: 26px;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  text-decoration: none;
  vertical-align: bottom;
  background: #fff;
}
.er-timeline > .content .container .resources table tbody tr td {
  height: 26px;
  padding: 6px 15px 0 15px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  vertical-align: top;
  background-color: #fff;
}
.er-timeline > .content .container .resources table tbody tr td.hover {
  background: #ebe9eb;
}
.er-timeline > .content .container .timeline-container {
  position: relative;
  overflow: hidden;
}
.er-timeline > .content .container .timeline-container .prev,
.er-timeline > .content .container .timeline-container .next {
  position: absolute;
  top: 0;
  z-index: 3;
  display: block;
  width: 30px;
  height: 44px;
  font-family: "Dashicons";
  font-size: 18px;
  color: #999;
  cursor: pointer;
}
.er-timeline > .content .container .timeline-container .prev:hover,
.er-timeline > .content .container .timeline-container .next:hover {
  color: #6d6d6d;
}
.er-timeline > .content .container .timeline-container .prev:active,
.er-timeline > .content .container .timeline-container .next:active {
  color: #444;
}
.er-timeline > .content .container .timeline-container .prev {
  background: linear-gradient(90deg, #fff 20%, transparent 100%);
}
.er-timeline > .content .container .timeline-container .prev::after {
  display: block;
  margin-top: 13px;
  margin-left: -6px;
  content: "";
}
.er-timeline > .content .container .timeline-container .next {
  right: 0;
  text-align: right;
  background: linear-gradient(270deg, #fff 20%, transparent 100%);
}
.er-timeline > .content .container .timeline-container .next::after {
  display: block;
  margin-top: 13px;
  margin-left: 14px;
  content: "";
}
.er-timeline > .content .container .timeline-container .timeline .placeholder {
  position: absolute;
  z-index: 0;
  height: 100%;
  pointer-events: none;
  background: #ebe9eb;
  opacity: 90%;
}
.er-timeline > .content .container .timeline-container .timeline .reservation {
  position: absolute;
  top: 0;
  z-index: 3;
  display: flex;
  width: 100%;
  box-sizing: content-box;
  padding: 0;
  margin: 3px 0 0 0;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  flex-direction: row;
}
.er-timeline > .content .container .timeline-container .timeline .reservation .wrapper {
  display: block;
  width: 100%;
  min-width: 0;
  box-sizing: content-box;
  padding: 4px 4px 4px 0;
  overflow: visible;
  pointer-events: none;
  flex-grow: 1;
}
.er-timeline > .content .container .timeline-container .timeline .reservation .wrapper .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.er-timeline > .content .container .timeline-container .timeline .reservation .wrapper .sticky .id {
  padding: 0 3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.er-timeline > .content .container .timeline-container .timeline .reservation .wrapper .sticky .title {
  position: relative;
  display: inline-block;
  padding-left: 4px;
  pointer-events: auto;
}
.er-timeline > .content .container .timeline-container .timeline .reservation.approved {
  background: #60a2ff;
}
.er-timeline > .content .container .timeline-container .timeline .reservation.approved .wrapper {
  border-left: 2px solid #497cc3;
}
.er-timeline > .content .container .timeline-container .timeline .reservation.checked {
  background: #ffb860;
}
.er-timeline > .content .container .timeline-container .timeline .reservation.checked .wrapper {
  border-left: 2px solid #c39849;
}
.er-timeline > .content .container .timeline-container .timeline .reservation.completed {
  background: #7dd06e;
}
.er-timeline > .content .container .timeline-container .timeline .reservation.completed .wrapper {
  border-left: 2px solid #55a047;
}
.er-timeline > .content .container .timeline-container .timeline .reservation.ui-draggable-dragging {
  z-index: 3;
  pointer-events: none;
  opacity: 80%;
}
.er-timeline > .content .container .timeline-container .timeline .reservation.ui-resizable-resizing {
  z-index: 3;
  opacity: 80%;
}
.er-timeline > .content .container .timeline-container .timeline:not(.hourly) table thead.main th.first.first {
  border-left: 1px solid #ff8100;
}
.er-timeline > .content .container .timeline-container .timeline.hourly table thead.main th {
  width: 47px;
}
.er-timeline > .content .container .timeline-container .timeline.hourly table thead.main th .date {
  width: 32px;
  margin-left: -18px;
}
.er-timeline > .content .container .timeline-container .timeline.hourly table thead.main th::after {
  width: 102% !important;
}
.er-timeline > .content .container .timeline-container .timeline.hourly table thead.resource th {
  width: 48px;
}
.er-timeline > .content .container .timeline-container .timeline div.vertical-scroll {
  max-height: 300px;
  overflow-y: scroll;
}
.er-timeline > .content .container .timeline-container .timeline > .horizontal-scroll {
  z-index: 2;
}
.er-timeline > .content .container .timeline-container .timeline div.horizontal-scroll {
  position: relative;
  overflow: hidden;
}
.er-timeline > .content .container .timeline-container .timeline table {
  width: 100%;
  box-sizing: content-box;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: separate;
}
.er-timeline > .content .container .timeline-container .timeline table div.today {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 1000px;
  pointer-events: none;
  border-left: 2px dashed #008cff;
}
.er-timeline > .content .container .timeline-container .timeline table tr:nth-of-type(odd) td {
  background-color: #f9f9f9;
}
.er-timeline > .content .container .timeline-container .timeline table thead.main {
  cursor: grab;
}
.er-timeline > .content .container .timeline-container .timeline table thead.main th {
  position: relative;
  width: 95px;
  height: 36px;
  padding: 4px 0;
  line-height: 14px;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #fff;
}
.er-timeline > .content .container .timeline-container .timeline table thead.main th .date {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 2;
  width: 100%;
  margin-left: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  pointer-events: none;
}
.er-timeline > .content .container .timeline-container .timeline table thead.main th .date span {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  color: #777;
}
.er-timeline > .content .container .timeline-container .timeline table thead.main th .marker {
  position: absolute;
  top: 36px;
  left: -1px;
  display: block;
  width: 1px;
  height: 8px;
  background: #ebebeb;
}
.er-timeline > .content .container .timeline-container .timeline table thead.main th.weekend {
  background: #fffbd9;
  border-left: 1px solid #fffbd9;
}
.er-timeline > .content .container .timeline-container .timeline table thead.main th.current {
  background: #e0f1ff;
  border-left: 1px solid #e0f1ff;
}
.er-timeline > .content .container .timeline-container .timeline table thead.main th.first .marker {
  background: #ff8100;
}
.er-timeline > .content .container .timeline-container .timeline table thead.main th.hover {
  background: #ebe9eb;
  border-left: 1px solid #ebe9eb;
}
.er-timeline > .content .container .timeline-container .timeline table thead.main th div.first {
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 4;
  height: 10px;
  padding-left: 2px;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  color: #ff2900;
  word-wrap: break-word;
  white-space: nowrap;
  pointer-events: none;
  border-left: 1px solid #ff8100;
}
.er-timeline > .content .container .timeline-container .timeline table thead.main th div.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 44px;
  margin-left: -100000px;
  pointer-events: none;
  background-image: linear-gradient(45deg, #fff 16.67%, #000 16.67%, #000 50%, #fff 50%, #fff 66.67%, #000 66.67%, #000 100%);
  background-size: 6px 6px;
  opacity: 2%;
}
.er-timeline > .content .container .timeline-container .timeline table thead.main th.past::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 101%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(45deg, #fff 16.67%, #000 16.67%, #000 50%, #fff 50%, #fff 66.67%, #000 66.67%, #000 100%);
  background-size: 6px 6px;
  opacity: 2%;
}
.er-timeline > .content .container .timeline-container .timeline table thead.resource:first-child div.count {
  border-top: 0;
}
.er-timeline > .content .container .timeline-container .timeline table thead.resource th {
  position: relative;
  z-index: 1;
  width: 96px;
  padding: 0;
  white-space: nowrap;
  background-color: #fff;
  border: 0;
  border-image-width: 0;
}
.er-timeline > .content .container .timeline-container .timeline table thead.resource th div.count {
  height: 24px;
  padding: 1px 5px;
  text-align: center;
  pointer-events: none;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.er-timeline > .content .container .timeline-container .timeline table thead.resource th div.count span {
  font-size: 12px;
  font-weight: 400;
  color: #888;
  vertical-align: middle;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.er-timeline > .content .container .timeline-container .timeline table thead.resource th.unavailable {
  color: #ff9f9e;
}
.er-timeline > .content .container .timeline-container .timeline table tbody tr td {
  position: relative;
  height: 32px;
  min-height: 34px;
  padding: 0;
  border-left: 1px solid #ebebeb;
}
.er-timeline > .content .container .timeline-container .timeline table tbody tr td.unavailable {
  background-color: #fff6f6;
}
.er-timeline > .content .container .timeline-container .timeline table tbody tr td.first {
  border-left: 1px solid #ff8100;
}
.er-timeline > .content .container .timeline-container .timeline table tbody tr td .reservation {
  z-index: 1;
  animation: fadeIn ease-in 1;
  animation-duration: 0.4s;
}
.er-timeline > .content .container .timeline-container .timeline table tbody tr td .reservation.fade-in-fast {
  animation: none;
}
.er-timeline > .content .container .timeline-container .timeline table tbody tr td .reservation.no-animation {
  animation: none;
}
.er-timeline > .content .container .timeline-container .timeline table tbody tr td .reservation.ui-draggable {
  cursor: move;
}
.er-timeline > .content .container .timeline-container .timeline table tbody tr td .reservation.ui-draggable .title {
  cursor: text;
}
.er-timeline > .content .container .timeline-container .timeline table tbody tr td .reservation.ui-resizable-resizing {
  z-index: 3;
  opacity: 0.8;
}
.er-timeline > .content .container .timeline-container .timeline table tbody tr td .reservation.selected {
  outline: 1px solid #fff;
  outline-offset: -3px;
}
/**
  * Small screen optimisation
  */
@media only screen and (max-width: 1280px) {
  #order_data .order_data_column {
    width: 48%;
  }
  #order_data .order_data_column:first-child {
    width: 100%;
  }
}
/**
* Backbone modal dialog
*/
.er-backbone-modal * {
  box-sizing: border-box;
}
.er-backbone-modal .er-backbone-modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100000;
  min-width: 500px;
  max-width: 100%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.er-backbone-modal .er-backbone-modal-content article {
  overflow: auto;
}
.er-backbone-modal.er-backbone-modal-shipping-method-settings .er-backbone-modal-content {
  width: 75%;
  min-width: 500px;
}
.er-backbone-modal .select2-container {
  width: 100% !important;
}

@media screen and (max-width: 782px) {
  .er-backbone-modal .er-backbone-modal-content {
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
}
.er-backbone-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99900;
  min-height: 360px;
  background: #000;
  opacity: 0.7;
}

.er-backbone-modal-main {
  padding-bottom: 55px;
}
.er-backbone-modal-main header,
.er-backbone-modal-main article {
  position: relative;
  display: block;
}
.er-backbone-modal-main .er-backbone-modal-header {
  height: auto;
  padding: 1em 1.5em;
  background: #fcfcfc;
  border-bottom: 1px solid #ddd;
}
.er-backbone-modal-main .er-backbone-modal-header h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.er-backbone-modal-main .er-backbone-modal-header .modal-close-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  padding: 0;
  color: #777;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-left: 1px solid #ddd;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}
.er-backbone-modal-main .er-backbone-modal-header .modal-close-link::before {
  display: block;
  font: 400 22px/50px "Dashicons" !important;
  font-weight: 300;
  color: #666;
  content: "";
}
.er-backbone-modal-main .er-backbone-modal-header .modal-close-link:hover, .er-backbone-modal-main .er-backbone-modal-header .modal-close-link:focus {
  color: #000;
  background: #ddd;
  border-color: #ccc;
}
.er-backbone-modal-main .er-backbone-modal-header .modal-close-link:focus {
  outline: none;
}
.er-backbone-modal-main article {
  padding: 1.5em;
}
.er-backbone-modal-main article #custom_field_data {
  margin-top: 10px;
}
.er-backbone-modal-main article #custom_field_value {
  margin-bottom: 10px;
}
.er-backbone-modal-main article p {
  margin: 0;
}
.er-backbone-modal-main article p:first-child {
  margin-top: 0;
}
.er-backbone-modal-main article p:last-child {
  margin-bottom: 0;
}
.er-backbone-modal-main article .pagination {
  padding: 10px 0 0;
  text-align: center;
}
.er-backbone-modal-main article .form-field {
  padding: 0;
  margin: 9px 0 0;
}
.er-backbone-modal-main article .form-field label {
  display: block;
  padding: 0 0 3px;
}
.er-backbone-modal-main article .form-field input,
.er-backbone-modal-main article .form-field textarea {
  width: 100%;
}
.er-backbone-modal-main article .form-field select {
  width: 100%;
}
.er-backbone-modal-main article .form-field .select2-container {
  width: 100% !important;
}
.er-backbone-modal-main article .form-field small {
  display: block;
  margin: 5px 0 0;
  color: #999;
}
.er-backbone-modal-main article table.widefat {
  width: 100%;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.er-backbone-modal-main article table.widefat thead th {
  padding: 0 1em 1em 1em;
  text-align: left;
}
.er-backbone-modal-main article table.widefat thead th:first-child {
  padding-left: 0;
}
.er-backbone-modal-main article table.widefat thead th:last-child {
  padding-right: 0;
  text-align: right;
}
.er-backbone-modal-main article table.widefat tbody td,
.er-backbone-modal-main article table.widefat tbody th {
  padding: 1em;
  text-align: left;
  vertical-align: middle;
}
.er-backbone-modal-main article table.widefat tbody td:first-child,
.er-backbone-modal-main article table.widefat tbody th:first-child {
  padding-left: 0;
}
.er-backbone-modal-main article table.widefat tbody td:last-child,
.er-backbone-modal-main article table.widefat tbody th:last-child {
  padding-right: 0;
  text-align: right;
}
.er-backbone-modal-main article table.widefat tbody td select,
.er-backbone-modal-main article table.widefat tbody td .select2-container,
.er-backbone-modal-main article table.widefat tbody th select,
.er-backbone-modal-main article table.widefat tbody th .select2-container {
  width: 100%;
}
.er-backbone-modal-main footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 1em 1.5em;
  background: #fcfcfc;
  border-top: 1px solid #dfdfdf;
  box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
}
.er-backbone-modal-main footer .inner {
  line-height: 23px;
  text-align: right;
}
.er-backbone-modal-main footer .inner .button {
  margin-bottom: 0;
}

table#custom_field_add .sortable {
  padding: 5px 5px 5px 8px;
  margin: 2px 0 2px 5px;
  color: #000;
  cursor: pointer;
  background: #f1f1f1;
  border-radius: 5px;
}
table#custom_field_add .sortable strong {
  font-weight: 700 !important;
}
table#custom_field_add .sortable.clause {
  background: #d4d4d4;
}

#debug-report {
  position: relative;
  display: none;
  padding: 0;
  margin: 10px 0;
}
#debug-report textarea {
  width: 100%;
  height: 300px;
  padding: 20px;
  margin: 0;
  font-family: monospace;
  font-size: 12px;
  line-height: 20px;
  resize: none;
  border-radius: 0;
  outline: 0;
}

/*# sourceMappingURL=admin.css.map */
