/* for all screens */
/* 
This doesn't want to work for portfolio click off functionality.  Conflicts with transform css (I believe)
#port-cal-overlay {
display:none;
width:100%;
height:100%;
position: fixed;
top: 0px;
left: 0px;
opacity:0.5;
background-color:green;
z-index:1100;
} */

@-webkit-viewport{width:1400px !important;zoom: 1 !important;}
@-moz-viewport{width:1400px !important;zoom: 1 !important;}
@-ms-viewport{width:1400px !important;zoom: 1 !important;}
@-o-viewport{width:1400px !important;zoom: 1 !important;}
@viewport{width:1400px !important;zoom: 1 !important;}

.hotel-details .trip-advisor .reviewLink {
	color:gray;
	float:right;
	font-size:12px;
	margin-left:5px;
}

span.fadeGrade {
	float:none !important;
	background: -webkit-linear-gradient(to right,black, transparent);
    background: -o-linear-gradient(to right,black, transparent);
    background: -moz-linear-gradient(to right,black, transparent);
    background: linear-gradient(to right,black, transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Phone style set to desktop */
@media (max-width:500px){
	ul.options.last{
		width:168px;
	}
	
	li.mobile-sort {
		display:none !important;
	}
	.sort-and-preferences .sort {
		width:240px !important;
		display:inline-block;
	}
	.sort-and-preferences .preferences span.select {
		width:116px;
	}
	.sort-results {
		padding: 20px 580px 10px 10px;
	}
	footer {
		width: 1320px;
		padding-left: 40px;
		padding-right: 40px;
	}
	#fullHeader {width:1400px;}
	#myportfolio-complete-form .flight-datepicker-container .datepicker {
		position:absolute;
		left: -340px !important;
		z-index:1200;
	}
	#hotel-main-info {
		width:81%;
		float:left;
		padding:20px 0px 10px 0px;
		margin-top:-5px;
	}
	.hotel-details{
		padding: 0px 660px 0px 20px;
	}
	.grid{ padding: 0px;width: 1400px !important;}
	.sort-and-preferences li+li {
        padding-left: 6px;
    }
	 body {
        background: #F5f5f5;
	/* 	-moz-transform: scale(0.5, 0.5);
		transform: scale(0.5);
		transformOrigin: 50% 0; */
    }
    .grid {
        background: #FFF;
        border-left: 50px solid #FFF;
        border-right: 50px solid #FFF;
    }
	.bread {
        background: #FFF;
        border-left: 50px solid #FFF;
        border-right: 50px solid #FFF;
        padding-left: 0px;
        padding-right: 0px;
    }
	.refine-search {
        right: 0px;
    }
}



/* IE specific */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   #itemTipNext {
		width:58px;
	}
	input#start-date:-ms-input-placeholder { 
		margin-top:1px;
		margin-left:3px;
		height:24px
	}
}

#tour-image {
	display:none;
	/* padding:20px; */
	border: 1px solid black;
	width:712px;
	height:140px;
	position:absolute;
	top: 10%;
	left:28%;
	background-color:white;
	z-index:1200;
}

#results tr td.no-high-light {
color:#BABABA;
}
.results thead th a.day-to-day {
	min-width:40px;
}

#hotel-dates-airlines {
display:none;
width:102px !important;
}
#hotel-dates-airlines label.thin {
padding-left:20px;
}

body.show-media-overlay {
	overflow: hidden;
}

#allDaysToggle, #allRoomsToggle {
	text-decoration:none;
}
#allDaysToggle:hover, #allRoomsToggle:hover {
	text-decoration:underline;
}
#specificDateClearHeader {
	color:blue;
}

tr th.hotel-level a {
	margin-right:4px;
}

div.select-month span {
	float:left !important;
	line-height:16px;
	
}

div.select-month span.right-arrow-indicator {
	margin-top:3px;
	margin-left:3px;
}
@media (min-width: 1366px){
	ul.options.last{
		width:168px;
	}
	li.mobile-sort {
		display:none !important;
	}
	.sort-and-preferences .preferences {
        /* width: 420px !important; */
		/* margin-left:10px; */
		/* display:inline-block !important; */
    }
	.sort-and-preferences .sort {
		width:240px !important;
		display:inline-block;
	}
/* 	.sort-and-preferences .preferences span.select {
		width:114px;
	} */
}
/* @media (min-width: 1400px){
	.sort-and-preferences .preferences span.select {
		width:114px;
	}
} */


@media (min-width: 1450px){
	.sort-and-preferences .preferences span.select {
		width:116px;
	}
}

@media (min-width: 1025px){
	#myportfolio-complete-form .flight-datepicker-container .datepicker {
		position:absolute;
		left: -340px !important;
		z-index:1200;
	}
}
@media (max-width:1400px) and (min-width:1366px) {
	 .sort-and-preferences .preferences {
		 padding-left:4px;
	 }
	 .sort-and-preferences .preferences span.select {
		 width:136px;
	 }
}
@media (max-width:1412px) and (min-width:1366px) {
	.sort-and-preferences .preferences span.select {
		width:112px;
	}
}​

#allHotelRoomsBottom {
	display:none;
}
#roomContainer {
	padding-top:6px;
	padding-left:10px;
}
#daysContainer {
	padding-top:2px;
	padding-left:10px;
}

#roomContainer span {
width:216px;
float:left;
}
  
/* Mirrors vacation grid disabled date column header style KC opened a ticket for this.  These two rules do it all, disable to revert if need be. */
thead a.day-week-month-filter.disabled:not(.monthDisp) {
/* background: url(//media.tripcentral.ca/style/images/finder/bg-days-gray.png) no-repeat !important; */

height: 35px !important;
width: 59px !important;
border: none !important;
padding: 5px 0 0 0 !important;
margin-top: 2px !important;
opacity: 1 !important;
}


thead a.monthDisp.day-week-month-filter.disabled {
/* background: url(//media.tripcentral.ca/style/images/finder/bg-days-gray.png) no-repeat !important; */
padding: 5px 8px !important;
opacity: 1 !important;
} 

fieldset.main-search ul li {
display:block;
float:left;
}

#start-date:-ms-input-placeholder { 
	margin-top: -5px;
	margin-bottom: 5px;
}

#date-after {
width: 22px;
height: 22px;
position: absolute;
right: 0px;
top: 26px;
cursor:pointer;
}

td.airline-info {	
width:62px;

}

div.flight-type {
	margin-left:24px;
}

#rotateInfo {
display:none;
position:fixed;
width:100%;
height:100%;
z-index:9999;
background-color: rgba(0,0,0, .85);
text-align:center;
color: #FFFFFF;
font-family: Arial;
font-size: 32px;
line-height: 40px;
text-align: center;
flex-direction: column;
justify-content: center;
align-items: center;
}

#rotateInfo img {
	width: 50%;
	margin-bottom: 50px;
}

#rotateInfo .rotateText {
	max-width: 400px;
}	

#rotateInfo button {
	display: inline-block;
	padding: 15px 60px;
	margin-top: 50px;
	cursor: pointer;
	background: none;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	text-decoration: underline;
}	

/* only when orientation is in portrait mode */
@media all and (orientation:portrait) {
    /* #rotateInfo.show { */
    #rotateInfo.show {
         display: flex !important;
    }
}


#where-box{
cursor:pointer;
}

.price{
color: #666;
}

#chainDisplay{
	cursor:pointer;
}



#visualHistory{
display:none;
background:white;
position: fixed;
bottom: 77px;
}

#resultstbody  td.departing  a{
color:#D06805;
text-decoration:none;
}


#wherespan{
	box-sizing: border-box;
	width: 200px;
	display:block;
	margin-left:8px;
}
	
.linkRow{
cursor:pointer;
}

.input select {
cursor:pointer;
}

#children{
cursor:pointer;
}

.input .date{
cursor:pointer;
}
	
.date::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:    black;
opacity:  1;
font:14px arial;
}
.date:-moz-placeholder  { /* Mozilla Firefox 4 to 18 */
color:    black;
opacity:  1;
font:14px arial;
}
.date::-moz-placeholder { /* Mozilla Firefox 19+ */
color:   pink;
opacity:  1;
font:14px arial;
}
.date:-ms-input-placeholder  { /* Internet Explorer 10-11 */
color:   black;
opacity:  1;
font:14px arial;
}
.date::-ms-input-placeholder { /* Microsoft Edge */
color:   black;
opacity:  1;
font:14px arial;
}

.date::placeholder { /* Most modern browsers support this now. */
color:    black;
opacity:  1;
font:14px arial;
}


#dpg-overlay {
	z-index:8000;
	background: #aaaaaa;
	opacity: .30;
	filter: Alpha(Opacity=30);
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	display:none;

}

/* #myportfolio-complete-form .flight-datepicker-container {
	display: none;
	position: relative;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: opacity 250ms, -webkit-transform 1ms;
	transition: opacity 250ms, transform 1ms;
	z-index: 1000;
	-webkit-overflow-scrolling: touch;
}

.flight-datepicker-container .datepicker {
	border-radius: 4px;
} */



div.form-bg input.calBack {
	width:100%;
	height:100%;
}

div.input.date {
position:relative;
}

#specific-date-clear {
display: none;
position: absolute;
top: 6px;
right: 6px;
background: url(//media.tripcentral.ca/style/responsive/img/package-finder/ic_close_black_24px.svg) no-repeat 95% center;
background-size: 16px 16px;
width: 20px;
height: 20px;
cursor: pointer;
}


#hotel-segmentation {
float:right;
width:110px;
text-align:center;
padding:18px 0px 18px 0px;
color:gray;
border-left:1px solid #B7BBC0;
font-size:11px;
margin-top:5px;
}

#hotel-segmentation .segmentation-details {
height:32px;
width:32px;

}

#where-box{
cursor:pointer;
}

.price{
color: #666;
}

#chainDisplay{
	cursor:pointer;
}



#paging span.spacer {
width:52px;
}
#paging span.spacer.left {
float:left;
}
#paging span.spacer.right {
float:right;
}
#paging span.spacer.left a.previous {
display:none;
}
#paging span.spacer a {
cursor: pointer;
}

#roomContainer span.room-item.hidden {display:none;}
#segmentation-details {fill: gray;height:30px;width:30px;}

#sortDepart, #sortPrice, #sortRoom {
	cursor:pointer;
}

#results.small-agents {
	width: calc(100% - 170px);
}

.star-1,
.star-2,
.star-3,
.star-4,
.star-5,
.star-1-plus,
.star-2-plus,
.star-3-plus,
.star-4-plus,
.star-5-plus {
display:block;
width:75px;
height:20px;
background:url("//media.tripcentral.ca/style/images/packages/rating-stars-new.png");
margin-left:10px;
margin-right:5px;
margin-top: -2px;
}

.star-1 {background-position:top;}
.star-2 {background-position:0 -25px;}
.star-3 {background-position:0 -50px;}
.star-4 {background-position:0 -75px;}
.star-5 {background-position:0 -100px;}
.star-1-plus {background-position:0 -125px;}
.star-2-plus {background-position:0 -150px;}
.star-3-plus {background-position:0 -175px;}
.star-4-plus {background-position:0 -200px;}
.star-5-plus {background-position:0 -225px;}

#hotel-location {
display:flex;
}
#hotel-location span {
float:right;
}
#start-date.loading {
background-image: url(img/loading-horizontal.svg);
background-size: 40%;
background-position: 40% center;
background-repeat: no-repeat;
color:transparent;
}

a.finder {
color:#666;
text-decoration:none;
}

.hotel-view td.price{

color: #BC2525;
font-size: 14px;
font-weight: bold;
}

#results th.month a.day-week-month-filter em:before {
content: "\a";
white-space:pre;
}
.grid .main-search li.with-calendar{
position:relative;
}
.main-search .input.date {
width:180px;
}
.main-search .input.date input {
width:208px;
}

.calendar-select {background:#fff;border:1px solid #505050;padding-bottom:10px;border-radius:3px;}.calendar-select .top {background:#555 url(//media.tripcentral.ca/style/responsive/img/package-landing/bg-calendar-top.png) repeat-x top;position:relative;}
.calendar-select .top h2, .calendar-select .top h6 {text-align:center;color:#fff;text-shadow:1px 1px 4px rgba(0, 0, 0, 0.58);font:bold 20px/28px arial;padding:8px 0;}
.calendar-select .top a {background:url(//media.tripcentral.ca/style/responsive/img/package-landing/bg-calendar-close.png) no-repeat top;width:12px;height:11px;text-indent:-9999px;display:block;position:absolute;top:16px;right:15px;}
.calendar-select .calendar-holder {margin:2px;}.calendar-select .bottom-close {background:url(//media.tripcentral.ca/style/responsive/img/package-landing/bg-bottom-close.png) repeat-x top;text-decoration:none;color:#fff;text-shadow:1px 1px 2px rgba(0, 0, 0, 0.33); font:bold 18px/31px arial;height:31px;border:1px solid #ce8812;border-radius:3px;display:block;width:170px;text-align:center;margin:10px auto 0 auto;}
.calendar-select .bottom-close:hover {background-position:bottom;}.calendar-select table.specific-dates {width:620px;border-collapse:collapse;margin:30px 20px 20px 20px;}.calendar-select table.specific-dates th {font-size:14px;}
.calendar-select table.specific-dates span {background:#fdfdfd;border:1px solid #e7e7e7;color:#d7d7d7;font:40px/53px arial;width:69px;height:53px;display:block;text-align:right;padding-right:10px;}
.calendar-select table.specific-dates a {background:#f7f7f7;border:1px solid #b0b0b0;color:#666;text-decoration:none;font:40px/53px arial;width:69px;height:53px;display:block;text-align:right;padding-right:10px;}
.calendar-select table.specific-dates .selected {border:1px solid #e7991a;color:#e69519;}.calendar-select table.specific-dates .preferred-date {background:url(//media.tripcentral.ca/style/responsive/img/package-landing/bg-preferred-date.png) repeat-x top;border:1px solid #e7991a;color:#fff;}
.calendar-select table.specific-dates td strong {font-size:14px;}.stripped-modal {padding:0px !important;border:none !important;box-shadow:0px 0px 46px 0px rgba(0, 0, 0, 0.53); border-radius:3px;}.stripped-modal .ui-dialog-titlebar {display:none;}
#select-specific-date, #select-specific-dates {padding:0px;}.ui-datepicker-buttonpane {display:none;}


/* Loading */
#loading {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	text-align:center;
	z-index:9996;
}

#loading .overlay {
	background:#FFF;
	opacity:.5;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:9980;
}

#loading .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background:#FFF;
	border:5px solid #e8e8e8;
	border-radius:5px;
	width:420px;
	height: fit-content;
	font-size:20px;
	color:#000;
	position:absolute;
	z-index:9995;
	left:50%;
	top:30%;
	margin-left:-210px;
	padding: 25px 0;
	gap: 25px;
}

@media (max-width: 767px) {
	#loading .content {
		width: 280px;
		margin-left: -140px;
	}

	#loading .content .loader {
		width: 240px;
	}
}

#loading .logo {
	width: 196px;
}
/* End Loading */

td.hover:not(tfoot .noHoverToggle), 
tr.hover:not(tfoot .noHoverToggle), 
col.hover:not(tfoot .noHoverToggle), 
tr:hover:not(tfoot .noHoverToggle), 
tr:hover td:not(tfoot .noHoverToggle),
.results .hotels td.focus:not(.noHoverToggle),
td.focus.hotel-name:not(tfoot .noHoverToggle), 
td.focus.stars.text:not(tfoot .noHoverToggle), 
td.focus.destination :not(tfoot .noHoverToggle){background:#f5f5f5;}
td.focus.month {background:#fff;cursor:pointer;}

.noHoverToggle{
background:#5b5b5b;
}
.noHoverToggle:hover{
background:#5b5b5b;
}

.loadingWhere{
background-image: url(img/loading-horizontal.svg);
background-size: 40%;
background-position: 40% center;
background-repeat: no-repeat;
color: transparent;
}

#chainDisplay{
	max-width:140px;
	width:140px;
}

.disabled{
	opacity:.4;
}

.over-max-price, td.no-high-light a {
	color:#ccc !important;
}
 
 .without{
     padding: 0px 0px 0px 10px !important;
	 box-shadow: none !important;
 }

@media (min-width: 1401px){
	#hotel-main-info {
	width:81%;
	float:left;
	padding:20px 0px 10px 0px;
	margin-top:-5px;
	}
	.hotel-details{
	padding: 0px 660px 0px 20px;
	}
}
@media (max-width: 1365px) and (min-width:501px){
	li.mobile-sort {
		padding-top:11px;
		margin-left:0px !important;
		margin-right:9px;
	}
	.flight-datepicker-container .datepicker-heading .datepicker-close {
		border: none;
	}
	div.bread {
		padding: 10px 0px 10px 22px !important;
		max-width: 1024px;
	}
	
	#results {
		 /*width: 100%;*/
	}
	.segmentation-box, #hotel-segmentation  {
		display:none;
	}

	#sidebar /*.results .awbt*/  {
		display: none !important; 
	}
	.results .results-container {
		width: 100%;
		max-width:100%;
	}
}


.childclose {
     background: url("//media.tripcentral.ca/style/responsive/img/package-finder/bg-children-close.png") no-repeat top;
    width: 12px;
    height: 12px;
    display: block;
    text-indent: -9999px;
    float: right;
    margin: 7px 0 0 7px;
}



<!-- For myPortfolio Overlay issue -->
#fullHeader{
	z-index:1000 !important;
	border:10px solid red;
}



 .ui-tooltip{
	border:2px solid black;
	width:70px;
 }
 
 .ui-tooltip-content{
	color:black;
	text-align:middle;
	text-align:center;	
 }
 
 
 
 #childCountText{
 margin-left:6px;
 }


span.child-available {
 
    background: url("//media.tripcentral.ca/style/responsive/img/package-finder/bg-child-ages-icon.png") no-repeat left center;
    float: right;
    color: #ec9e4f;
    font-weight: bold;
    padding-left: 12px;
    height: 16px;
    background-size: 10px 16px;
    display: none;
}

.country label{
padding-left:15px !important;
}
.city label{
padding-left:15px !important;
}

.segContainerTD{
padding-top: 2px !important;
padding-left: 4px !important;
padding-right: 0px !important;
padding-bottom: 0px !important;



}
.segContainerTD img{
width:18px !important;
height:18px !important;
}




.portLoad{
		background-image: url("//media.tripcentral.ca/style/grid/V1/img/spinner.svg");
		padding:0px;
		margin:0px;	 
		margin-top:-10px; 
		width:35px;
		height:35px;	
	}
.portLoadLessTop{
		background-image: url("//media.tripcentral.ca/style/grid/V1/img/spinner.svg");
		padding:0px;
		margin:0px;	 
		margin-top:-6px; 
		width:35px;
		height:35px;	
	}	
.portError{

	background-color:#FFC9C9;
	
	}
	
		.calBack {background:url("//media.tripcentral.ca/style/responsive/img/flights/bg-cal.png") no-repeat right center;}
	
	
	.crentalnot{
	   margin-top: 1px;
		color: #c5333c;
	}
	
	
	
	.crenstrong{
		border:3px solid #c5333c;
		background-color:#FFBABA;
		
	}
	
	.nograd{
		background: #912030 !important;
	}
	
	
	
	
	span.child-available {
		margin-bottom: 0px;
		margin-top: -6px;

		display: inline;
		padding-top: 0px;
		background-image: url(https://media.tripcentral.ca/style/grid/V1/img/child-age.svg);
		background-repeat: no-repeat;
		background-position: 0px 2px;
		background-size: 30px 18px;

		padding-left: 14px;
		padding-right: 5px;
		padding-top: 7px;
		padding-bottom: 0px;
		float: right;
		font-size: smaller;    
	}
	
.occupancy-overlay .children .select-style {
    display: inline-block;
    width: 95px;
    height: 35px;
    margin-left: auto;
    margin-right: 10px;
    border-radius: 2px;
    color: #535353;
    font-family: Arial;
    font-size: 14px;
    line-height: 35px;
}


.cheaptip{	border: 2px solid #27B34B;width:75px;}

.hiddentip{	border: 2px solid #CA17DF;width:75px;}

.luxtip{	border: 2px solid #4C515A;width:75px;}

.toptip{	border: 2px solid #FFA10D;width:75px;}
		
		
.segmentation-box{
border-radius:2px;
}

.results thead .select-month{
line-height:8px;
}
#directFooterToggle{
cursor:pointer;
}
.foot-direct {
display:none;
}
.results table{
	line-height:10px;
	font-size:12px;
	color:#666;
}

#resetAll{

text-decoration:underline;
}


.adults-and-rooms .select-style{
width:100px;
margin-left:10px;
}



@media (min-width: 1401px){.grid{ padding: 0px 0 0;}}


.childtip{
	border: 2px solid #4C515A;
	width:225px;
}

.airlineTip{	
	border: 2px solid #4C515A;
	padding:5px;
}

.segmentationTipTextLuxury{	
	border: 2px solid #4C515A;
	width:295px;
	padding:3px;	
	
}
.segmentationTipTextCheap{
	
	border: 2px solid #27B34B;
	width:295px;
	padding:10px;
	
}

.segmentationTipTextTop{
	
border: 2px solid #FFA10D;
	width:295px;
	padding:10px;
	
	
}

.segmentationTipTextHidden{
	
	border: 2px solid #CA17DF;
	width:295px;
	padding:10px;
	
	
}

.greenTip{
	border: 2px solid green;
	width:225px;
}

.yellowTip{
	border: 2px solid yellow;
	width:225px;
}
.redTip{
	border: 2px solid red;
	width:225px;
}
