@charset "utf8";

.room-main-container {
    min-height: 100vh;
}
.room-pane-content {
    position: relative;
}

div.sub-title {
    padding: 1px 1px 1px 8px;
    border-top: solid 1px #f8f8f8;
    border-bottom: solid 1px #f8f8f8;
    margin-bottom: 6px;
}

th.station-name {
    min-width: 120px;
    text-align: left;
    vertical-align: top;
}

#book-side-bar {
    /* position: fixed; */
    z-index: 1000;
}
#book-side-bar.affix-bottom {
	position: absolute;
}

#room-images {
    position: relative;
}
#room-images-container {
    position: relative;
}

#room-images-container:before{
    content:'';
    display:block;
    width:100%;
    height:0;
    padding-bottom: 69%;
}

#room-images-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#room-images-loading {
    position: absolute;
    margin: 0px 0px 0px 0px;
    /* border: dotted 1px #dddddd; */
    width: 100%;
    height: 100%;
}
#room-images-loading div.loading img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}

#room-images-nav-container {
    position: relative;
}
#room-images-nav-container:before{
    content:'';
    display:block;
    width:100%;
    height:0;
    padding-bottom: 18%;
}

#room-images-nav-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}}

#room-images-nav {
    position: relative;
}

.slide p.caption {
    word-break: break-all;
}

ul.slide {
    padding: 0px;
}

.box-all{
  padding-top: 70px;
  height: auto;
}
.btn-1{
  width: 100%;
  margin-bottom: 15px;
}
.pad-r5{
  padding-right:5px;
}
.pad-l5{
  padding-left: 5px;
}
.right-box{
  height: 500px;
  background-color: #eee;
  margin: 0 0 15px 15px ;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 10px;
}
.pad-left-0{
  padding-left: 0px;
}
.img-box{
  height: 600px;
}
.breadcrumb{
  background-color: #fff;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.request-room-name {
    margin-top: 5px;
    padding: 10px 0px 10px 10px;
}

.inline{
  display: inline-block;
}
.pad-right{
  padding-right: 15px;
}
.xs-sm-none{
  display: none;
}
.inner-mod{
  height: 50%;
}
.tab-content{
  padding-top: 15px;
}

.plan-name {
	font-size: 0.9em;
}
.plan-desc-button {
	padding: 2px;
	width:72px;
}


@media screen and (min-width: 768px){
	.plan-name {
		font-size: 1.3em;
	}
}
@media screen and (min-width: 992px){
  .xs-sm-none{
    display: block;
  }
  .xs-sm-visible{
    display: none;
  }
}

.book-addition-info-container {
	position: relative;
	border: 1px solid #d0d0ff;
	border-radius: 4px;
	padding: 20px;
}
.option-element-container {
	/* height: 60px; */
}
.option-element-container > div {
	height: 100%;
}
.option-check-container {
	margin: auto;
	padding: 10px;
}
.option-icon-container {
	/* font-size: 18px; */
	padding: 0px;
}
.option-selector {
	position: relative;
}

.option-element-container {
	position: relative;
	border: 1px solid #d0d0d0;
	border-width: 0px 0px 1px 0px;
	margin: 3px;
}

.switch-a {
	position: relative;
	/* display: block; */
	vertical-align: top;
	width: 80px;
	height: 30px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing:content-box;
}
.switch-input-a {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label-a {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.switch-label-a:before, .switch-label-a:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label-a:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label-a:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input-a:checked ~ .switch-label-a {
	background: #5cb85c;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input-a:checked ~ .switch-label-a:before {
	opacity: 0;
}
.switch-input-a:checked ~ .switch-label-a:after {
	opacity: 1;
}
.switch-handle-a {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle-a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input-a:checked ~ .switch-handle-a {
	left: 54px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-label-a, .switch-handle-a {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.affix {
	top: 80px;
}
