
html, body {height:100%;overflow:auto} /* workaround for Chrome position: fixed bug */
/* datepicker - begin */
ul.dropdown-menu { 
	padding-left: 0px !important;
}
/* datepicker - end*/

BODY {
	font-size: 16px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 1em;
	padding-top: 0px !important;
}

BODY A {
	cursor: pointer;
}

BODY A.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

BODY UL LI {
	font-size: 16px;
	margin-bottom: 0.75em;
	line-height: 1.75em;
	overflow-wrap: break-word; /* to prevent scrollbar from appearing in main #main-area */
}

.noshow, .dateSpecificImportantNote {
    display: none !important;
}

.main-area {
	font-size: 16px;
	padding: 0.5em;
	height: 100vh;
	overflow-y: scroll;                        
}

.clickable {
	text-decoration: underline;
	cursor: pointer;
}

.image A {
	cursor: pointer;
}

.pdf-link {
  display: inline-block;
  margin-top: 1em;    
  margin-left: 1em;
}

.label {
	color: #000000 !important;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
BODY .text-primary, BODY A {
	color: #428bca !important;
}
.actionArea {
	float: right;
}
BODY .entityTypes .radio {
	margin-top: 0px; 
	margin-bottom: 0px;
}
/*DIV {
	width: 100%;
	display: inline-block !important;
}*/
TD {
	padding: 1em;
}        

BODY HR {
	width: 100%;
	height: 10px;
	background: #CCC;
	border-radius: 5px;
	margin-bottom: 3em;
}

BODY HR.level2 {
	height: 5px;
	border-radius: 3px;
	background: #B6D5EC;
}

img {
  /*margin: 0.25em;*/
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  float: left;
}
TABLE, TBODY {
	border: none;
}
BODY .table tbody+tbody {
	border-top: none !important;
}

TBODY TD {
	max-width: 200px !important;
}

TBODY.col-sm-4 TD {
	min-width: 100px;
	max-width: 100px;
}
.table-room-type {
	margin-top: 3em !important;
	margin-bottom: 3em !important;
}
BODY .well {
	padding-left: 10px !important;
	padding-bottom: 0px !important;
}

.leftSidebar {
	vertical-align: top !important;
	margin-left: 0px !important;
	padding-left: 0px !important;
	overflow-y: hidden;
  border-right: 2px solid #CCCCCC;
}

.hotel-name-persistent {
    position: fixed;
    top: -0.25em;
    right: 2em;
    z-index: 5;
    color: #428bca;
    background-color: #f5f5f5;
    padding: 0.5em;
    /* border: 2px dashed gray; */
    font-size: 1vw;
    font-weight: bold;
    opacity: 0.8;
}

.top-row {
    max-height: 80px !important;
    background-color: #D4E3FB;
    width: 100%;
    position: absolute;
    /* bottom: 0px; */
    z-index: 5;
    padding-top: 1em;
    border-top: 1px solid #428BCA;
    left: 0px;
}

BODY .top-row-col-2 {
	padding-left: 0px !important;
}

.shortcut {
	font-weight: bold;
	background: #F4F4F4;
	margin-left: 0.5em;
	margin-bottom: 4px;
	/*font-size: 15px;*/
  font-size: 0.9em;
}

.shortcuts A {
	margin-top: 0.3em;            
	display: inline-block;
	min-width: 100px;
	/*border: 1px solid gray;
	border-radius: 5px;*/
	padding: 0.25em;
	padding-left: 1em;
	padding-right: 1em;
	cursor: pointer !important;
}
.backToTopLink {
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 2em;                
}
BODY .backToTop {
	font-size: 0.9em;
	font-weight: bold;
	cursor: pointer !important;
	background: #428bca;
	color: #FFF !important;
	text-transform: uppercase;            
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 5px;            
}        
.hotelSelect {
  margin-top: 100px;
	margin-bottom: 0.5em;  
}
.hotelSelect SELECT, .hotelSelect INPUT {
	width: 100%;
}

.hotelName {
	text-align: right;
}

h4.text-primary {
	margin-left: 0.5em;
}

.attr-cat-name {
	background-color: #F4F4F4;
}

.important-notes {
	border-left: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	border-top: 2px solid #FF0000;
  margin-top: 150px;
}

.important-notes .other-policies {
    display: none;
}

.cross-street {
	font-size: 0.9em;
	margin-left: 50px;
}
.todo {
	background-color: #FFAAAA !important;
}

.key-selling-features {
  margin-top: 75px;
}

.key-selling-features-summary {
	margin-bottom: 2em;
}

.key-selling-features-summary P {
	line-height: 2.5em;
	padding: 1.5em;
	/*background: #F1F1F1;*/
	font-size: 1em;
	padding-top: 0em;
}

.room-type-descriptions {
	margin-left: 2em;
}

.room-type-descriptions OL {
	background: #F5F5F5;
	border-radius: 8px;
	padding: 0.5em;
	padding-left: 3em;        
}

.room-type-descriptions LI A {
	width: 50% !important;
	display: inline-block;
	vertical-align: top;
}

.room-type-descriptions .room-type-code {
	min-width: 100px;
	display: inline-block;
	vertical-align: top;
}

.room-type {
	/*border: 1px solid gray;
	border-radius: 5px;*/
	margin-bottom: 1em;
}

.room-type IMG, .floor-plan IMG, .photos IMG, TD IMG {
	border: 1px solid black;
	float: left; 
	width: auto; 
	max-width: 480px; 
	max-height: 320px;
  padding: 2px !important;
}

IMG.handicap-accessible, IMG.small-icon {
	width: 1.5em !important;
	margin-left: 10px !important;
	margin-right: 100%;
	margin-bottom: 1em;
	border: none !important;            
}

IMG.small-icon {
	opacity: 0.3;
}

.room-type-list IMG.handicap-accessible {
    margin-right: initial !important;
    transform: scale(0.8);
    margin-top: -0.2em;
    opacity: 0.9;
    position: absolute;
    right: -6em;
}

.room-type-list LI {
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #CCCCCC !important;            
}

.hotel-name, .hotel-city-state, .hotel-affiliation {
	display: inline-block !important;
}

.hotel-city-state {
	margin-left: 50px;
}

.hotel-affiliation {
	float: right;
	display: inline-block !important;
	margin-top: 0.6em;
}

.third-party-websites .col-sm-3 {
	border: 1px solid #999999;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 1em;
}

.price-matching-policy-bottom {
  margin-left: 40%;
}

.row.quick-info {
	min-height: 100px;
	max-height: 300px;
	overflow-y: auto;
}
.quick-info UL LI {
	/* display: list-item; */
	float: left;
	margin-right: 5em;
	width: 18%;
	margin-bottom: 2em;
}

.row.quick-info B {
	display: block;
}
.inform-leadership {
	background: #D4E3FB;
	padding: 0.5em;
	border: 1px dashed #555555;            
	font-size: 0.8em;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-right: none;
}

.google-map {
	display: block;
	text-align: center;
}

.additional-fees .attr-cat-value, .full-width-attr-cat .attr-cat-value {
	width: 100%;
}

.persist-bottom { /* experimental */
	height: 40px; 
	position: fixed; 
	bottom:0%;
	width:100%; 
	opacity: 1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;        
}

.col SPAN.link-type-website {
	display: inline-block;            
	border: 1px solid gray;
	padding: 1em;            
	min-width: 480px;
	margin-top: 2em;
}

.image H6 { /* for photo captions */
	clear: left;
}

span.tag {
	display: inline-block;
	border-radius: 3px;
	font-size: 11px;
	margin: 0.4em;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: bold;
	color: black;
	background: #E0EBFA;
	text-transform: uppercase;
}

/*
BODY .col-sm-1, BODY .col-sm-2, BODY .col-sm-3, 
BODY .col-sm-4, BODY .col-sm-5, BODY .col-sm-6, 
BODY .col-sm-7, BODY .col-sm-8, BODY .col-sm-9 {
	margin-left: 0px !important;
	padding-left: 0px !important;            
}

BODY .row {
	margin-left: 0px !important;
}
*/

@media only screen and (max-height: 820px) {
	body {
		font-size: 12px !important;
	}            
	.leftSidebar {
		font-size: 10px !important;
	}
	.main-area, .leftSidebar {
		font-size: 16px !important;
		height: 720px;
		overflow-y: scroll;                
	}
	.shortcuts A {
		margin-top: 0em;
	}
	.shortcut {
		font-size: 12px !important;
		margin-bottom: 0px !important;
	}
}    
@media only screen and (max-height: 720px) {
	body {
		font-size: 12px !important;
	}            
	.leftSidebar {
		font-size: 11px !important;
	}
	.main-area {
		font-size: 14px !important;
		height: 590px;
	}
	BODY UL LI {
		font-size: 14px !important;
	}
	.leftSidebar {
		height: 590px;
		overflow-y: scroll;
		font-size: 11px !important;
	}
	.shortcuts A {
		margin-top: 0em;
	}
	.shortcut {
		font-size: 12px !important;
		margin-bottom: 0px !important;
	}
	

}       

@media (max-width: 1400px) { 
	BODY .hotel-name {
		font-size: 3vw;
	}

	BODY .hotel-city-state{
		font-size: 2vw;
	}
		
	BODY .hotel-affiliation{
		font-size: 1.6vw;
	}
		
	BODY .h4, BODY h4 {
		font-size: 2vw;
	}	

	BODY .h5, BODY h5 {
		font-size: 1.3vw;
	}

	BODY .leftSidebar {
		min-width: 16vw;
	}
  
  /*BODY .shortcuts A {
		font-size: 0.95vw;    
	}*/   
}		

@media (max-width: 1100px) {
  
  /*BODY .shortcuts A {
		font-size: 1.2vw;
    
	}*/
  
  BODY .leftSidebar {
      min-width: 17vw !important;
  }
  
  BODY #main-area {
      max-width: 79vw !important;
  }
  
}

@media (min-width: 550px) and (max-width: 949px) {
  BODY .shortcuts A {
		font-size: 1.2vw;    
	} 
  
  BODY .leftSidebar {
      min-width: 24vw !important;
  }
  
  BODY #main-area {
      max-width: 75vw !important;
  }  
}

@media (max-width: 960px) {
  BODY SELECT {
    font-size: 1.5vw;
  }
  
	BODY .shortcut {
		margin: 0px;
		padding: 0px;
	}
	
	.key-selling-features-summary P, BODY TD {
		font-size: 1.4vw !important;
	}
  
  BODY .col-sm-4 TD UL LI {
      max-width: 7vw;
  }

  BODY #main-area {
      max-width: 80vw;
  }
  
  BODY .leftSidebar {
      min-width: 22vw !important;
  }
	
	#main-area TD {
		font-size: 1.5vw;
	}
	
	#main-area TD, #main-area UL LI {
		font-size: 1.4vw !important;
		margin-left: 0px !important;
		padding-left: 5px !important;
	}

}		


@media (min-width: 950px) and (max-width: 1099px) {
  /*BODY #ng-app .shortcuts A {
		font-size: 0.95vw;    
	}*/
  
  BODY .leftSidebar {
      min-width: 24vw !important;
  }
  
  BODY #main-area {
      max-width: 75vw !important;
  }  
}

/*
	@media only screen and (max-height: 640px) {
		body {
			font-size: 12px !important;
		}                
		.leftSidebar {
			font-size: 11px !important;
		}
		.main-area, .leftSidebar {
			height: 520px;
			overflow-y: scroll;
		}
		.shortcuts A {
			margin-top: 0em;
		}
		.shortcut {
			font-size: 12px !important;
			margin-bottom: 1px !important;
		}
	}  
*/
/* from bootstrap 4.3:
	// Extra small devices (portrait phones, less than 576px)
	@media (max-width: 575.98px) { ... }

	// Small devices (landscape phones, 576px and up)
	@media (min-width: 576px) and (max-width: 767.98px) { ... }

	// Medium devices (tablets, 768px and up)
	@media (min-width: 768px) and (max-width: 991.98px) { ... }

	// Large devices (desktops, 992px and up)
	@media (min-width: 992px) and (max-width: 1199.98px) { ... }

	// Extra large devices (large desktops, 1200px and up)
	@media (min-width: 1200px) { ... }  
*/
				
@media print {
	BODY, #ng-app {
		overflow: initial !important;
	}
  
	BODY .leftSidebar {
		display: none !important;
	}
  
	BODY .app-div .col-sm-10 {
		width: 100% !important;
		max-width: 100% !important;
		flex: initial !important;
		overflow: initial !important;
	}
  
  BODY .room-type IMG {
    float: initial !important;
    width: 240px !important;
    max-width: 240px !important;
    max-height: 240px !important;      
    padding: 2px !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }  

}
