/* 
Generic Styling, for Desktops/Laptops 
*/

#imprtResponsiveRoom_tooltip_Top{
  margin-top:20px;
}
#trColor{
  background-color:transparent;
}


.imprtResponsiveRoom_tooltip_direct{
  width: 35%;
}
.imprtResponsiveRoom_tooltip_nohidden{
  width: 35%;
}
.displayRoomPics{
  display: none;
}
.displayRoomPics:first-child{
  display: block !important;
}
.imprtResponsiveRoom table {
  width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */

.imprtResponsiveRoom tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.imprtResponsiveRoom th {}
.imprtResponsiveRoom td, .imprtResponsiveRoom th {
  /*	border: 1px solid #ccc; */
  text-align: center;
  padding: 10px;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 960px) {
  /* Force table to not be like tables anymore */
  .imprtResponsiveRoom table, .imprtResponsiveRoom thead, .imprtResponsiveRoom tbody, .imprtResponsiveRoom th, .imprtResponsiveRoom td, .imprtResponsiveRoom tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .imprtResponsiveRoom thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .imprtResponsiveRoom tr {
    border: 1px solid #ccc;
  }
  .imprtResponsiveRoom td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    font-weight: bold;
  }
  .imprtResponsiveRoom_dailyrates_roomdesc {
    width: initial !important;
  }
  .imprtResponsiveRoom td, .imprtResponsiveRoom th {
    text-align: left !important;
  }
  .imprtResponsiveRoom td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*
	Label the data
	*/
  .imprtResponsiveRoom td:nth-of-type(1):before {
    content: "Room Type";
  }
  .imprtResponsiveRoom td:nth-of-type(2):before {
    content: "Description";
  }
  .imprtResponsiveRoom td:nth-of-type(3):before {
    content: "person per room";
  }
  .imprtResponsiveRoom td:nth-of-type(4):before {
    content: "price per night";
  }
  .imprtResponsiveRoom td:nth-of-type(5):before {
    content: "Rate per Night";
  }
}
/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .imprtResponsiveRoom body {
    padding: 0;
    margin: 0;
    /*	width: 320px; */
  }
}
/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    /*	width: 495px; */
  }
}
/* Tooltip */

.sbcomtooltip {
  display: inline !important;
  position: relative !important;
}
.sbcomtooltip:hover:after {
  background: #333 !important;
  background: rgba(0, 0, 0, .8) !important;
  border-radius: 5px !important;
  bottom: 26px !important;
  color: #fff !important;
  content: attr(title) !important;
  left: 20% !important;
  padding: 5px 15px !important;
  position: absolute !important;
  z-index: 98 !important;
  width: 220px !important;
}
.sbcomtooltip:hover:before {
  border: solid !important;
  border-color: #333 transparent !important;
  border-width: 6px 6px 0 6px !important;
  bottom: 20px !important;
  content: "" !important;
  left: 50% !important;
  position: absolute !important;
  z-index: 99 !important;
}
.imprtResponsiveRoom_tooltip_nohidden {
  background-color: #40b3e9 !important;
  border: 1px solid #2696ca !important;
  border-radius: 3px !important;
  display: inline-block !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
  font-family: sans-serif !important;
  font-weight: bold !important;
  color: #fff !important;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2) !important;
  line-height: 14px;
}
.imprtResponsiveRoom_tooltip_nohidden a {
  text-decoration: None !important;
  color: #fff !important;
  cursor: default !important;
  z-index: initial !important;
}
.imprtResponsiveRoom_tooltip_nohidden i {
  font-size: 20px !important;
}
.imprtResponsiveRoom_tooltip_nohidden span {
  position: relative !important;
  top: -2px !important;
}
.imprtResponsiveRoom_tooltip_nohidden:hover {
  background-color: #56bded !important;
}
.imprtResponsiveRoom_tooltip_direct {
  background-color: #61b170 !important;
  border: 1px solid #47a158 !important;
  border-radius: 3px !important;
  display: inline-block !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
  font-family: sans-serif !important;
  font-weight: bold !important;
  color: #fff !important;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2) !important;
  line-height: 14px;
  margin-bottom: 5px;
}
.imprtResponsiveRoom_tooltip_direct i {
  font-size: 20px !important;
}
.imprtResponsiveRoom_tooltip_direct span {
  position: relative !important;
  top: -2px !important;
}
.dailyrates_ppnights_price {
  font-weight: bold;
}
.dailyrates_ppnights_belowtext {
  font-size: 0.750em;
  font-weight: normal;
}