.inishbeg-table-container {
  background-color: #ffffff;
  padding-bottom: 40px;
  padding-left: 4px;
  padding-right: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 40.063em) {
  .inishbeg-table-container {
    padding-left: 0px;
  }
}

.inishbeg-table-container-no-scroll {
  padding-bottom: 0px !important;
}

.inishbeg-table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 380px;
}
@media only screen and (min-width: 616px) {
  .inishbeg-table {
    width: 88%;
  }
}
@media only screen and (min-width: 842px) {
  .inishbeg-table {
    width: 90%;
  }
}
@media only screen and (min-width: 1060px) {
  .inishbeg-table {
    width: 1024px;
  }
}
@media only screen and (min-width: 1220px) {
  .inishbeg-table {
    width: 1024px;
  }
}
@media only screen and (min-width: 1500px) {
  .inishbeg-table {
    width: 1024px;
  }
}

.inishbeg-table-scroll {
  height: 410px;
}

.inishbeg-grid-column,
.accommodation-column,
.price-column {
  float: left !important;
  margin: 0px;
  padding: 0px;
}
.inishbeg-grid-column ul,
.accommodation-column ul,
.price-column ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.price-column {
  width: 103px;
}
@media only screen and (min-width: 40.063em) {
  .price-column {
    width: 206px;
  }
}

.accommodation-column {
  width: 33%;
}

.first-table-column {
  width: 84px;
}
@media only screen and (min-width: 40.063em) {
  .first-table-column {
    width: 164px;
  }
}

/* can't use column in name as foundation will add styles */
.cell-col0 {
  border-right: 1px solid #846302 !important;
}

.cell-120 {
  height: 120px;
}

.cell-80 {
  height: 80px;
  text-align: center;
}

.cell-60 {
  height: 70px;
}
@media only screen and (min-width: 40.063em) {
  .cell-60 {
    height: 60px;
  }
}

.price-border-right {
  border-right: solid #846302 1px;
}

.inishbeg-cell {
  padding: 0px 4px;
}
.inishbeg-cell .currency {
  color: #f4f0cb;
}
.inishbeg-cell h1,
.inishbeg-cell h2,
.inishbeg-cell h3,
.inishbeg-cell h4,
.inishbeg-cell p {
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
}
.inishbeg-cell h2 {
  font-size: 1rem;
}
@media only screen and (min-width: 40.063em) {
  .inishbeg-cell h2 {
    font-size: 1.125rem;
  }
}
.inishbeg-cell p {
  font-size: 12px;
}
.inishbeg-cell .vertical_align_table {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.inishbeg-cell .vertical_align {
  display: table-cell;
  vertical-align: middle;
  padding: 0 !important;
}
.inishbeg-cell .vertical_align .enquire-now {
  font-size: 0.8em;
  background: Orange;
  color: #fff;
  border-radius: 5px;
  padding: 8px 10px 8px 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-collapse: collapse;
  box-shadow: 0;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 40.063em) {
  .inishbeg-cell .vertical_align .enquire-now {
    font-size: 1.1em;
    background: Orange
      url("//inishbeg.checkfront.com/images/logo/Checkfront-Icon-W-32.png")
      no-repeat 10px center;
    background-size: 16px 16px;
    padding: 8px 10px 8px 35px;
  }
}

.green-gradient {
  border-top: 1px solid #c3ad6b;
  border-bottom: 1px solid #846302;
  background-color: #c3ad6b !important;
  background-image: linear-gradient(top, #bf9b30, #a67c00) !important;
  background: #bf9b30;
  background: -ms-linear-gradient(top, #bf9b30, #a67c00) !important;
  background: -moz-linear-gradient(top, #bf9b30, #a67c00) !important;
  background: -o-linear-gradient(top, #bf9b30, #a67c00) !important;
  background: -webkit-linear-gradient(top, #bf9b30, #a67c00) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #bf9b30),
    color-stop(1, #a67c00)
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#44ba6f", endColorstr="#368A55") !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#44ba6f", endColorstr="#368A55") !important;
}

.grey-gradient {
  border-right: 1px solid transparent !important;
  border-top: 1px solid #c3ad6b;
  border-bottom: 1px solid #bababa;
  background-color: #c3ad6b !important;
  background-image: linear-gradient(top, #eeeeee, #bababa) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#bababa") !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#bababa") !important;
  background: -ms-linear-gradient(top, #eeeeee, #bababa) !important;
  background: -moz-linear-gradient(top, #eeeeee, #bababa) !important;
  background: -o-linear-gradient(top, #eeeeee, #bababa) !important;
  background: -webkit-linear-gradient(top, #eeeeee, #bababa) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #eeeeee),
    color-stop(1, #bababa)
  ) !important;
}

.rotate-device {
  background-image: url("/static/images/_ui/rotate.png");
  background-size: 70px 40px;
  background-repeat: no-repeat;
  position: absolute;
  width: 70px;
  height: 40px;
  right: 12px;
  top: 10px;
}
@media only screen and (min-width: 40.063em) {
  .rotate-device {
    display: none;
  }
}
@media screen and (orientation: landscape) {
  .rotate-device {
    display: none;
  }
}

.availability-row {
  max-width: 65rem !important;
}

.availability-title {
  padding-left: 20px;
  padding-top: 20px;
}

.date-select-container {
  max-width: 420px;
  padding-bottom: 10px;
  display: none;
}

.availability-table-container {
  padding-left: 10px;
  padding-right: 10px;
}

table {
  border: none;
}

.table-header-cell {
  background-color: #b3ab77;
  font-weight: normal !important;
}

.table-header-weekend-cell {
  background-color: #eadfa1;
}

table.dataTable thead th,
table.dataTable thead td {
  text-align: center;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: 1px solid #ddd;
}

thead.cell tr th {
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  min-height: 25px !important;
}

table.dataTable p {
  text-align: center;
  margin-bottom: 0;
}

.index-column {
  white-space: nowrap;
  background-color: #eeeeee !important;
  padding-right: 10px !important;
  width: 200px !important;
  height: 24px !important;
  min-height: 24px !important;
}
.index-column a {
  font-size: 11px;
  padding-top: 2px;
  color: #000000;
}
.index-column a p {
  font-size: 11px;
  padding-top: 2px;
}

/* Foundation v2.1.4 https://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -----------------------------------------
   Responsive Table
----------------------------------------- */
table th {
  font-weight: bold;
}

table td,
table th {
  padding: 9px 10px;
  text-align: left;
}

/* Mobile */
@media only screen and (max-width: 1000px) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 210px;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    overflow-x: hidden;
  }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .index-column {
    display: inline-block;
  }

  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  div.table-wrapper div.scrollable {
    margin-left: 210px;
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}
/* -----------------------------------------
   Responsive Table End
----------------------------------------- */
.tablescroll-indicator,
#tablescroll-indicator-right,
#tablescroll-indicator-left {
  margin-left: 200px !important;
  margin-top: -10px;
}
.tablescroll-indicator [class^="icon-"],
#tablescroll-indicator-right [class^="icon-"],
#tablescroll-indicator-left [class^="icon-"],
.tablescroll-indicator [class*=" icon-"],
#tablescroll-indicator-right [class*=" icon-"],
#tablescroll-indicator-left [class*=" icon-"] {
  font-size: 2.5rem;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 1000px) {
  .tablescroll-indicator,
  #tablescroll-indicator-right,
  #tablescroll-indicator-left {
    display: none;
  }
}

#tablescroll-indicator-left {
  float: left;
  padding-left: 4px;
}

#tablescroll-indicator-right {
  position: absolute;
  right: 4px;
}

td.cell {
  text-align: center;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
}

td.not-available {
  background-color: #ff0000;
}

td.available {
  background-color: #ffffff;
}

td.past {
  background-color: #cccccc;
}

.crossed-out {
  background-color: rgb(229 231 235)!important;;
  background: linear-gradient(
    to top left, 
    rgba(111,111,111,0) 0%,
    rgba(111,111,111,0) calc(50% - 0.8px),
    rgba(111,111,111,1) 50%,
    rgba(111,111,111,0) calc(50% + 0.8px),
    rgba(111,111,111,0) 100%
  )
}

a {
  text-decoration: none;
}

.key {
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -10px;
}
@media only screen and (min-width: 40.063em) {
  .key {
    margin-top: 0px;
    padding-top: 20px;
  }
}
.key p {
  font-size: 0.8rem !important;
  text-align: left;
  margin-bottom: 2px;
}

.key-legend {
  border-style: solid;
  border-width: 1px;
  width: 25px;
  height: 25px;
  float: left;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
}

.available-color {
  background-color: #ffffff;
}

.not-available-color {
  background-color: #ff0000;
}

.available::before {
  content: "✔";
}

.book-now {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .book-now {
    padding-top: 56px;
    padding-bottom: 0px;
  }
}

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