body.path-ipad {
  display: block;
}
body.path-ipad .dialog-off-canvas-main-canvas {
  display: block;
}
body.path-ipad .dialog-off-canvas-main-canvas .row {
  margin: 0;
}
body.path-ipad .dialog-off-canvas-main-canvas .row section {
  width: 100%;
}
body .main-container {
  padding: 0;
  margin: 0;
  min-width: 992px;
  float: left;
  width: 100%;
}
.container-content {
  padding: 0 36px;
}
.container-content .title h2 {
  font-family: "J&JCircular-Light";
  font-size: 48px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -1.5px;
  color: #08bcf1;
  margin: 72px 0 18px;
}
.container-content .filter #select-location {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #212121;
  outline: none;
  padding: 18px 0;
  font-family: "J&JCircular-Light";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #212121;
  background: url("../assets/icons/chevron-down-blue.svg");
  background-position: calc(100% - 0px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
  background-size: 15px 15px, 15px 15px, 1.5em 1.5em;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  margin-bottom: 48px;
}
.container-content .filter #select-location option {
  max-width: 952px;
}
.data-section .items {
  padding: 0;
  margin: 0;
}
.data-section .items .item {
  display: block;
  list-style-type: none;
  border-bottom: 1px solid #212121;
  text-decoration: none;
}
.data-section .items .item .wrap-room {
  display: block;
  width: 100%;
  padding: 24px 0;
  text-decoration: none;
}
.data-section .items .item .room_id {
  font-family: "J&JCircular-Light";
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #08bcf1;
}
.data-section .items .item .room_name {
  font-family: "J&JCircular-Light";
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #212121;
}
.data-section .items .item .room_arrow {
  float: right;
  background: url("../assets/icons/icons-arrow-right-blue.svg") center center
    no-repeat;
  width: 24px;
  height: 30px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
