body {
  margin: 0;
  font-family: arial;
  background-color: #fff;
}
 @keyframes popup {
  0% {
    opactiy: 0;
    }
  50% {
    opacity: 0.5;
    }
  100% {
    opacity: 1;
    }
  }
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media print {
  body * {
     visibility: hidden;
  }
  #printDiv, #printDiv * {
     visibility: visible;
  }
  #printDiv {
     position: absolute;
     right: 3mm;
     top: 0;
     margin: auto;
     padding: 3mm;
     width: 70mm;
     box-sizing: border-box;
     font-size: 10pt;
  }
}

/* 
Room calendar table 
*/

/* scroll gallery buttons */

.overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.button-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.arrow-container {
  width: 50px;
  height: 50px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  cursor: pointer;
}
.arrow-container.left {
  margin: 0 auto 0px 10px;
}
.arrow-container.right {
  margin: 0 10px 0px auto;
}
.arrow-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.9;
}
.arrow-button.left {
  background-image: url(../svg/left-arrow-backup-2.svg);
}
.arrow-button.right {
  background-image: url(../svg/right-arrow-backup-2.svg);
}

@media only screen and (max-width: 600px) {

  .arrow-container {
    width: 40px;
    height: 40px;  
  }
  .arrow-button {
    width: 30px;
    height: 30px;
 }
}

/* end */

.cell-basic {
  font-size: 12px;
}
.cell-available {
  background-color: #ccc;
  color: #666;

}
.cell-booked-paid {
  background-color: #0fb9b9;
  color: #fff;

}
.cell-booked-notpaid {
  background-color: #f56962;
  color: #fff;
}
.cell-retreat-paid {
  background-color: #77e85d;
  color: #fff;
}
.cell-retreat-notpaid {
  background-color: #f8b333;
  color: #fff;
}
.cell-blocked-maintainence {
  background-color: #00008b;
  color: #fff;
}
.cell-blocked-tt {
  background-color: darkviolet;
  color: #fff;
}
.cell-blocked-in-house-retreat {
  background-color: darkred;
  color: #fff;
}
.cell-blocked-private-retreat {
  background-color: #006400;
  color: #fff;
}
.cell-blocked-guest {
  background-color: crimson;
  color: #fff;
}
.cell-blocked-other {
  color: #fff;
  background-color: cornflowerblue;
}
.horizontal-menu {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.horizontal-menu button {
   margin: 10px auto;
   width: 140px;
}
.blue-link {
  color: dodgerblue;
  cursor: pointer;
}
/*
.horizontal-menu a {
  text-decoration: none;
  color: #000;
}
*/
/* horizontal-menu active link */
.horizontal-menu  .active {
  background-color: aliceblue;
  border: 1px solid #a9a9a9;
  border-bottom: none;
  color: #000;
}
.horizontal-menu .inactive {
  background-color: #fff;
  color: #666;
  border: none;
  border-top: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
 
}

.pos-menu {
  display: flex;
}
.pos-menu > div {
  flex: 1;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.pos-menu .active {
 background-color: aliceblue;
 color: #333;
 border-right: 1px solid cadetblue;
 border-left: 1px solid cadetblue;
 border-top: 1px solid cadetblue;
}
.pos-menu .inactive {
  background-color: #fff;
  color: #666;
  border: 1px solid #ccc;
  border-bottom: 1px solid cadetblue;
}


/* media query only below 600px width */
@media only screen and (max-width: 600px) {

  .horizontal-menu > a {
    width: 100%;
    display: block;
  }
}

.horizontal-menu > a {
  font-size: 17px;
  text-align: center;
  color: #000;
  padding: 10px;
  flex: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.horizontal-menu a:visited {
  text-decoration: none;
}
@media only screen and (max-width: 400px) {
  .horizontal-menu {
    display: block;
    height: auto;
  }
  .horizontal-menu > div {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 15px;
    margin: 0;
  }
}
.search-bar {
  display: flex;
  flex-wrap: wrap;
}
.search-bar  label {
  margin-right: 10px;
  font-size: 16px;
  line-height: 2;
  min-width: 100px;
}
.room-detail-box {
  
}
.guest-box-outer {
  min-width: 350px;
  max-width: 600px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 20px auto 0px auto;
  border-top: 0px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
}
@media only screen and (min-width: 600px) {
  .guest-box-outer {
    width: 500px;
  }
}
@media only screen and (max-width: 599px) {
  .guest-box-outer {
    width: 350px;
  }
}
.guest-box-header {
  flex-wrap: nowrap;
  background-color: #47857d;
  padding: 15px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/*  mini tab styles   */
.mini-tab-container {
  width: 100%;
  background-color: #47857d;
  display: flex;
  box-sizing: border-box;
}
.mini-tab-header-active {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  padding: 7px;
  width: 50%;
  min-width: 50%;
  font-size: 14px;
  background-color: #fff;
  color: #333;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.mini-tab-header-inactive {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #dedede;
  padding: 7px;
  width: 50%;
  min-width: 50%;
  font-size: 14px;
  background-color: #efefef;
  color: #666;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.room-notification-panel {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 500px) {
  .room-detail-box {
    width: 100%;
    padding: 10px;
  }
  .scroll-table {
    margin-top: 50px;
  }
  .room-notification-panel {
    width: 100%;
  }
}

.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-size-auto {
  background-size: auto;
}
.scroll-parent-container {
  /*
  display: flex;
  flex-wrap: wrap;
  */
}
.scroll-table {
  box-sizing: border-box;
  max-height: 700px;
  margin-bottom: 40px;
}
.scroll-table-header {
  box-sizing: border-box;
}
.scroll-table-body {
 box-sizing: border-box;
 height: 700px;
}
.scroll-table-data {
  box-sizing: border-box;
}
.scroll-sidebar {
  box-sizing: border-box;
  max-height: 700px;
  width: 50px;
  min-width: 50px;
}
.sq-cell-50-top {
  box-sizing: border-box;
  min-width: 52px;
  max-width: 52px;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  width: 52px;
  padding: 5px;
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.sq-cell-25 {
  min-width: 25px;
  max-width: 25px;
  max-height: 25px;
  max-width: 25px;
  width: 25px;
  height: 25px;
  padding: 2px;
}
.sq-cell-50 {
  box-sizing: border-box;
  min-width: 52px;
  max-width: 52px;
  max-height: 52px;
  max-width: 52px;
  width: 52px;
  height: 52px;
  padding: 5px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
/* square headers for rect- table */
.sq-headers-cell-50 {
 min-width: 50px;
 max-width: 50px;
 min-height: 50px;
 max-height: 50px;
 box-sizing: border-box;
}
.rect-cell-h52-w80 {
 min-width: 80px;
 max-width: 80px;
 width: 80px;
 height: 80px;
 min-height: 52px;
 max-height: 52px;
 box-sizing: border-box;
}
/* header cell of side panel for rect - table */
.rect-header-left-corner-cell {
  box-sizing: border-box;
  min-width: 100px;
  max-width: 100px;
  min-height: 50px;
  max-height: 50px;
}
.rect-sidebar {
  box-sizing: border-box;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.rect-scroll-sidebar {
  box-sizing: border-box;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  overflow: hidden;
}
.rect-cell-side-panel {
  box-sizing: border-box;
  max-width: 100px;
  min-width: 100px;
  width: 100px;
  max-height: 80px;
  min-height: 80px;
  height: 80px;
}
.rect-cell {
  box-sizing: border-box;
  max-width: 50px;
  min-width: 50px;
  width: 50px;
  max-height: 80px;
  min-height: 80px;
  height: 80px;
}
.rect-cell-side-panel-h60 {
  box-sizing: border-box;
  max-width: 100px;
  min-width: 100px;
  width: 100px;
  max-height: 60px;
  min-height: 60px;
  height: 60px;
}
.rect-cell-h60 {
  box-sizing: border-box;
  max-width: 50px;
  min-width: 50px;
  width: 50px;
  max-height: 60px;
  min-height: 60px;
  height: 60px;
}
@media only screen and (min-width: 700px) {
  .search-bar > div {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 800px) {
  .scroll-parent-container {
    /*
      flex-wrap: wrap;
      */
  }
  .scroll-table {
    overflow: hidden;
  }
  .room-detail-box {
    min-width: 300px;
  }
  .scroll-table-header {
    overflow: hidden;
  }
  .scroll-table-body {
  }
  .scroll-table-data {
    overflow: hidden;
  }
  .scroll-sidebar {
    overflow: hidden;
  }
}
@media only screen and (man-width: 800px) {
  .scroll-table {
    width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  .search-bar > div {
    margin: 0px;
  }
}

@media only screen and (max-width: 799px) {

  .scroll-table {
    overflow: hidden;
  }
  .scroll-table-header {
    overflow: hidden;
  }
  .scroll-table-body {
    overflow: hidden;
  }
  .scroll-table-data {
    overflow: hidden;
  }
  .scroll-sidebar {
    overflow: hidden;
  }

}
.mini-table {
  margin: auto; 
}
.mini-table > div {
  width: 100%;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: nowrap;
  overflow-wrap: break-word;
}
.mini-table > div > div {
  width: 50%;
  padding: 5px;
}

@media only screen and (max-width: 400px) {
  .search-bar >  div > div{
    width: 90%;
    margin: 5px auto;
  }
}
@media only screen and (max-width: 800px) and (min-width: 600px) {
  .room-detail-box {
    padding: 10px;
  }
}
@media only screen and (min-width: 801px) {

}
.box-center-600-wide {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
 .box-center-600-wide {
   width: 90%;
 }
}
.basic-table {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.table-title {
  font-size: 25px;
  background-color: #f3928c;
  color: #fff;
  text-align: center;
  padding: 10px 0 10px 0;
}
.table-sub-title {
  padding: 8px 0 8px 0;
  font-size: 18px;
  text-align: center;
}
.basic-table .top-row {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0 8px 0;
  text-align: center;
  box-sizing: border-box;
}
.basic-table > .top-row > .cell {
  border: 0;
  
}
.basic-table .row {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
}
.basic-table  .row  .cell {
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0 8px 0;
  width: 150px;
}
.basic-table .top-row .cell {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  padding: 8px 0 8px 0;
}
.basic-table .row .w-a {
  width: 50%;
  text-align: left;
}
.w40 {
  width: 40%;
}
.w48 {
  width: 48%;
}
.w50 {
  width: 50%;
}
.w80 {
  width: 80%;
}
.w20 {
  width: 20%;
}
.w23 {
  width: 23%;
}
.w25 {
  width: 25%;
}
.w75 {
  width: 75%;
}
.w70 {
  width: 70%;
}
.w30 {
  width: 30%;
}
.wid-10pc {
  width: 10%;
}
.top-bar {
  margin-left: 0;
 }
.siadmin-payments-form {
/*
  display: flex;
  flex-wrap: wrap;
*/
  box-sizing: border-box;
}
.siadmin-payments-form > div {
  box-sizing: border-box;
  padding: 10px;
}
.siadmin-payments-form > div {
  margin: 0;
}
.siadmin-collapse-title {
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve"><path d="M7.41,8.59L12,13.17l4.59-4.58L18,10l-6,6l-6-6L7.41,8.59z"/><path fill="none" d="M0,0h24v24H0V0z"/></svg>')
}
.siadmin-payments-form > div > div {
  width: 100%;
}
.siadmin-payments-form > div > div > input {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.siadmin-payments-form > div > div > select {
  width: 100%;
}
.siadmin-logo-title {
  background-size: 210px;
  background-image: url(../svg/samahita-international-grey-horiz.svg);
  background-position: right 20px top 30px; 
  /* background right with 20px padding */
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-family: serif;
  letter-spacing: 2px;
  height: 80px;
  line-height: 2.5;
}
.siadmin-logo {
  background-color: #fff;
}
.logo-title {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-family: serif;
  letter-spacing: 2px;
  height: 68px;
  line-height: 2.5;
}
@media only screen and (max-width: 600px) {
 .logo-title {
   padding-left: 20px;
   font-size: 18px;
   line-height: 3.8;
 }
 .siadmin-logo-title {
  background-size: 160px;
 }
}
.side-menu {
  width: 200px;
  height: 100%;
  background-color: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 0;
}
.side-menu ul {
  list-style-type: no-none;
  margin-top: 200px;
  margin-left: 15px;
}
.side-menu li {
  padding: 0 0 15px 5px;
  font-size: 18px;
}
.side-menu a {
  color: #fff;
  text-decoration: none;
}
.side-menu a:visited {
  color: #fff;
  text-decoration: none;
}
.title-1 {
  text-align: right;
  font-size: 28px;
}
.float-title {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-left: auto;
  margin-right: 10px;
  text-align: center;
  min-width: 250px;
}
@media only screen and (max-width: 600px) {
  .float-title {
    margin-left: auto;
    margin-right: auto;
  }
}
.grad-blk-gry {
  background: linear-gradient(#000 60%, #989898);
}
.info-box-name {
  padding: 4px 2px;
  margin-bottom: 2px;
  word-break: break-word;
  font-weight: bold;
  font-size: 18px;
}
.info-box-row {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
.info-box-row > div {
  width: 50%;
  padding: 5px;

  /*
  border-bottom: #ccc solid 1px;
  */
  word-break: break-word;
}
.info-box-row-2 {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
.info-box-row-2 div {
  width: 50%;
  padding-bottom: 7px;
  padding-top: 7px;
  text-align: left;
  border-bottom: #ccc solid 1px;
  word-break: break-word;
}
.info-box-row-3 {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
.info-box-row-3 div {
  width: 50%;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: left;
  word-break: break-word;
}
.info-box-row .lr {
  font-size: 14px;
}
.info-box-title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  border-bottom: solid #ccc 1px;
  margin-bottom: 5px;
}
.info-box-sub-title {
  font-weight: bold;
  padding: 10px 5px;
  /*
  border-bottom: solid #ccc 1px;
  */
  margin-bottom: 5px;
}
.notice {
  color: #666666;
  font-size: 20px;
  padding: 10px 0 10px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.error-notice {
  color: red;
  font-size: 18px;
  padding: 10px 0 10px 0;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  text-align: center;
}
.floating-div {
  background-color: #fff;
  position: absolute;
  z-index: 1001;
  animation-name: popup;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  opacity: 0.1;
  box-shadow: 7px 7px 30px #222;
 }
section {
  display: none;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  animation-name: popup;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  opacity: 0.1;
  box-shadow: 7px 7px 30px #222;
 }
 .popup-message {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 24pt;
  color: #000;
  text-align: center;
 }
  .popup-message a {
   text-decoration: none;
   color: #000;
   font-weight: bold;
 }
 .popup-message a:visited {
  text-decoration: none;
  color: #000;
  font-weight: bold;
 }
 .popup-close {
  font-size: 30pt;
  color: #000;
  float: right;
  padding: 5px 15px 5px 5px;
 }
.vertical-scroll-container {
  overflow: auto;
  padding: 0;
  margin-top: 0;
/*
  min-height: 200px;
  border-bottom: 1px solid #989898;
*/
}
.vertical-scroll-list-cell {
  min-width: 150px;
  max-width: 150px;
  /*
  min-height: 40px;
  max-height: 40px;
  */
  overflow: hidden;
  margin: 0 auto;
  padding: 8px 8px;
  text-align: center;
  font-size: 14px;
}
.vertical-scroll-list-header-cell {
    min-width: 150px;
    max-width: 150px;
    padding: 10px 5px 10px 0px;
    text-align: center;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
}
.vertical-scroll-list-header-cell:hover {
  background-color: #005151;
}
.vertical-scroll-list-header-cell.sorted-asc {
    background-image: url(https://samahita-media.ams3.cdn.digitaloceanspaces.com/media/svg/up-arrow-white.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-origin: content-box;
}

.vertical-scroll-list-header-cell.sorted-desc {
    background-image: url(https://samahita-media.ams3.cdn.digitaloceanspaces.com/media/svg/down-arrow-white.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-origin: content-box;
}

.vertical-scroll-list-cell-100 {
  box-sizing: border-box;
  min-width: 100px;
  max-width: 100px;
  /*
  min-height: 40px;
  max-height: 40px;
  */
  overflow: hidden;
  margin: 0 auto;
  padding: 8px 8px;
  text-align: center;
  font-size: 14px;
}
.vertical-scroll-list-header-cell-100 {
    box-sizing: border-box;
    min-width: 100px;
    max-width: 100px;
    margin: auto;
    padding: 5px 8px;
    text-align: center;
    font-size: 15px;
}
.vertical-scroll-list-row {
  animation-name: fade;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  display: flex;
  flex-wrap: nowrap;
  margin: 1px 0;
  cursor: pointer;
}
.vertical-scroll-list-headers {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  color: #fff;
  overflow: hidden;
}
.side-scroll-title {
  font-size: 30px;
  background-color: #efefef;
  color: #666666;
  margin-top: 50px;
  padding: 10px 0 0 0;
  text-align: center; 
}
.side-scroll-container {
  overflow: auto;
  padding: 20px 0 20px 0;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 0;
  min-height: 270px;
}
 .side-scroll-outer-box {
 opacity: 0;
 animation-name: fade;
 animation-duration: 0.8s;
 animation-fill-mode: forwards;
 animation-play-state: running;
 display: inline-block;
 margin-left: auto;
 margin-right: auto;
 box-sizing: border-box;
}
.side-scroll-inner-box {
 background-color: #fff;
 min-height: 330px;
 margin-left: 10px;
 margin-right: 10px;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 padding: 10px;
 box-sizing: border-box;
}
@media only screen and (min-width: 401px) {
 .side-scroll-inner-box {
   min-width: 270px;
   max-width: 270px;
 }
}
@media only screen and (max-width: 400px) {
  .side-scroll-inner-box {
  }
  .side-scroll-header {
    width: 100%;
  }
  .side-scroll-outer-box {
    width: 100%;
  }
} 
.side-scroll-inner-header {
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 min-width: 270px;
 margin-left: 10px;
 margin-right: 10px;
}
.block-selector-container {
  display: flex;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}
.block-selector {
  padding: 10px;
}
.block-selector div {
}
/*
.block-selector select {
  border-radius: 15px;
  border: none;
  background-color: #ffffff;
  padding: 7px;
  box-shadow: 2px 2px 0px 0px #c1c1c1 inset;
  outline: none;
  margin: 5px;
}
.block-selector input[type=text] {
  border-radius: 15px;
  border: none;
  background-color: #ffffff;
  padding: 7px;
  box-shadow: 2px 2px 0px 0px #c1c1c1 inset;
  outline: none;
  margin: 5px;
}
*/
.block-selector label {
  width: 50px;
}
.block-selector > div > label {
  width: 50px;
}
@media only screen and (min-width: 601px) {
  .block-selector-container {
    flex-wrap: no-wrap;
  }
  .block-selector input[type=text] {
    width: 100px;
  }
  .block-selector select {
    width: 120px;
  }
  .block-selector {
    width: 50vw;
  }
}
@media only screen and (max-width: 600px) {
  .block-selector-container {
    flex-wrap: wrap;
  }
  .block-selector input[type=text] {
    width: 100px;
  }
  .block-selector select {
    width: 120px;
  }
  .block-selector {
    width: 100vw;
  }
}
.sq-form {

}
.sq-form > div {
}
.selector {
  padding: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* display: flex;
  flex-wrap: wrap;
  */
} 
.selector select {
  background-color: #ffffff;
  padding-top: 8px;
  padding:left: 8px;
  padding-bottom: 8px;
  outline: none;
  margin: 5px 5px 5px 0;
}
.selector  input {
  padding: 8px;
  margin: 5px 5px 5px 0;
  outline: none;
}

.siadmin-form-box {
  background-color: antiquewhite;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

@media only screen and (min-width: 501px) {
  .selector select {
    width: 215px;
  }
  .siadmin-button {
    width: 215px;
  }
  .selector input {
    width: 215px;
  }
  .search-bar div {
  }
  .siadmin-input {
    width: 215px;
  }
}
.round-white-button {
  border: 1px solid #989898;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  padding: 5px;
  min-width: 100px;
  max-width: 150px;
  text-align: center;
  border-radius: 5px;
}
@media only screen and (max-width: 500px) {
  .selector select {
    width: 100%;
  }
  .siadmin-button {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }
  .selector input {
    width: 100%;
  }
  .search-bar div {
    width: 100%;
  }
  .mob-width-100pc {
    width: 100%;
  }
  .siadmin-input {
    width: 100%;
  }
}  
.upper {
  text-transform: uppercase;
}
.siadmin-box-header {
  background-color: #005151;
  max-width: 270px;
  box-sizing: border-box;
}
.siadmin-bgcolor {
  background-color: #0f6d70;
  border: 0px;
}
.siadmin-bg-dark {
  background-color: #005151;
}
.bg-lead-dark-gray {
  background-color: #49566a;
}
.bg-transparent {
  background-color: rgba(0,0,0,0);
}
.bg-emerald {
  background-color: #47857d;
}
.bg-seafoam {
  background-color: #90b5b6;
}
.siadmin-input {
  box-sizing: border-box;
  border: 1px solid #9dbaba;
  background-color: #fff;
}
.siadmin-button {
  text-align: center;
  border: 0;
  background-color: #005151;
  color: #fff;
  font-size: 16px;
  padding: 7px;
  box-sizing: border-box;
  cursor: pointer;
}
.detail-container {
  background-color: #efefef;
  min-height: 500px;
  word-break: break-word;
}
.brk-all {
  word-break: break-all;
}
.simple-flex-box {
  display: flex;
  flex-wrap: wrap;
}
.simple-flex-box > .centered-row {
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}
.centered-row > div {
  text-align: center;
  padding: 5px;
}
.centered-row > .tr {
  font-size: 14px;
  font-weight: bold;
}
.detail-container > .detail-item {
  opacity: 0;
  animation-name: fade;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  background-color: #fff;
  margin: 0 10px 10px 10px;
  padding: 20px;
  border-radius: 10px;
  min-height: 250px;
}
.detail-bill {
  margin: 5px 0;
}
.detail-bill-title {
  padding: 10px;
  color: #000;
}
.bill-item {
}
.bill-item a {
  color: #fff;
}
.bill-item a:visited {
  color: #fff;
}
.bill-item div {
  width: 25%;
  margin: 0 auto;
  border-bottom: 1px solid #efefef;
}
.detail-mini-item {
  padding: 15px;
  width: 250px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-left: auto;
  margin-right: auto;
}
.detail-title {
  padding: 10px 0;
  color: #000;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
}
.detail-mini-row {
  display: flex;
}
.detail-mini-item > div > div{
  border-bottom: solid 1px #ccc;
  padding: 5px 0;
}
.detail-mini-row > div {
  width: 130px;
  padding: 3px 0;
}
.detail-mini-row > .lr {
  font-weight: bold;
  font-size: 14px;
}
.detail-mini-row > .rr {

}
.detail-list-box-header {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;  
}
.detail-list-outer-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.detail-list-box {
  width: 100%;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.guest-photo {
  width: 200px;
  height: 300px;
  border: 3px solid #989898;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.no-shad {
  box-shadow: none;
}
