html {
    background: none;
}

body {
    text-align: left;
    font-size: 14px;
    background: #e2cab0 url('../images/TI-bkgd.jpg') repeat-x scroll 0px 0px;
    background-size: 100% 100%;
    background-attachment: fixed;
	font-family: Arial,sans-serif !important;
	margin: 0;
}

body:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
	
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.80) 0%,rgba(0,0,0,0) 400px);
}

em {

    font-family: Arial,sans-serif !important;

}
iframe#pageIframe {
    margin-bottom: -29px !important;
}

#mainContent {
    float:none;
    overflow:hidden;
    background: #fff;
}

#headerTI .opacity {  /* cross browser opacity */
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	opacity: 0.8;
}

.messageTextContainer {
    text-align: center;
}

.restoolBgReset, #extRestoolContainer {
    background: transparent none;
}

#secondContent.content-wrap
{
    background-color:#ffffff;
    padding:10px;
}
.modalBody
{
    background: #ffffff;
}

#groupDetailsTabs {font-size:1.2em;}
#groupDetailsTabs TABLE.dataTable THEAD TH {padding: 3px 0 3px 17px;}

/********** HEADER **********/

.vax-header {
	width: 100%;
}

#anchorHeader,
.navtools-wrap {
    width: 100%;
}

#anchorHeader {
    background: #000;
    z-index: 3000;
    top: 61px;
}

.navtools-wrap {
	width: 980px;
	margin: 10px auto;
}

.anchorHeader-constraint {
    width: 980px;
    margin: auto;
}

.anchorNavigation {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-item: stretch;
	justify-content: space-between;
	width: 100%;
}

.anchorNavigation li {
	display: inline-block;
    position: relative;
    text-align: left;
    align-self: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.anchorNavigation li a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

li.anchorStoreMenu {
    padding: 18px 0;
}

.anchorNavigation ul.subNav{ display:none; }
.anchorNavigation li:hover ul.subNav { display:block; }

ul.subNav {
    display: block;
    margin: 0;
    padding-top: 0;
    position: absolute;
    z-index: 2997;
    left: 2px;
    width: 120px;
}
.anchorNavigation li ul.subNav {
    background: #ededed;
	margin: 0;
	border: 1px solid #ededed;
	padding: 8px 0;
	z-index: 1000;
	position: absolute;
    padding-left: 0;
    width: 140px;
}
.anchorNavigation li ul.subNav li{
	list-style-type: none;
	display: list-item;
	float: none;
	background: none;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}
.anchorNavigation li ul.subNav li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 4px 6px 6px 6px;
}

.anchorNavigation li ul.subNav li a:hover {
	background-image: none;
	background-color: #dfdfdf;
}

.anchorNavigation li ul.subNav li p {
	font-size: 12px;
	color: #000;
	margin: 12px 0 0 0;
	padding: 4px 6px;
	font-weight: bold;
}

/**** Sub sub nav *****/
.anchorNavigation li ul.subNav li ul.subSubNav {
    background: #ededed;
	margin: 0;
}

.anchorNavigation li ul.subNav li ul.subSubNav li a {
	padding-left: 18px;
}
/**** END Sub sub nav *****/

.logoTIV {
	clear: both;
	width: 980px;
	margin: 0 auto 20px auto;
}

#anchorNavToolsContainer {
    width: 100%;
	height: 50px;
}

#anchorNavToolsContainer a {
    color: #fff;
}

#anchorNavTools {
	margin: 8px 0 0 0;
}

#navToolsBG_Rt, #navToolsBG_Lt {
	display: none;
}

#anchorNavToolsContainer li  {
    margin-right: 25px;
}

#anchorPrintLogOutContainer {
	margin: 8px 0 0 0;
}

#anchorPrintLogOutContainer #printPad {
    margin-right: 25px;
}

/****** END NAVIGATION ******/


/********** FOOTER **********/

#footerTI {
    padding: 20px 0;
    margin: 10px 0 0 0;
    color: #fff;
    width:100%;
    font-size:11px;
	background-color: #000;
	min-height: 220px;
	position: absolute;
	left: 0;
}

#footerTI::after {
  content: ' ';
  display: block;
  clear: left;
}

#footerInnerWrapper {
    margin:0 auto;
    width:980px;
}

#footerTI h4 {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 3px;
	clear: both;
}

#footerTI a {
    color: #fff;
    display:block;
    text-transform: none;
    line-height: 14px;
    text-decoration: none;
}

#footerTI a:hover {
    text-decoration: underline;
}

#footerTI ul.social li {
    float: left;
    padding: 0 10px 22px 0;
}

#footerTI .emailIcon 
{
    margin: 5px 0 0 10px;
}

.copyright
{
	clear: both;
	padding-top: 20px;
	color: #fff;
	margin: 0;
}

.tripAdvisor
{
    clear: both;
    padding: 20px 0 0 0;
}

#footerTI .disclaimer {
    width: 100%;
    padding-top: 20px;
    clear: both;
    display: block;
    font-size: 10px;
    color: #01468d;
}
#footerTI .disclaimer a {
   display:inline;
   text-decoration: underline;
   white-space: nowrap;
}





.footerInnerWrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-item: stretch;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
}

.footerColTI {
	display: inline-block;
    position: relative;
    text-align: left;
    align-self: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerColTI ul li {
	padding: 0 0 4px 0;
}

.footerInnerWrapper p {
	font-size: 11px;
}

.follow {
	margin: 10px 0 8px 0;
}

/********** END FOOTER **********/

/* WAITSCREEN
************************************/

.waitscreen-modal-wrap,
.plcode-waitscreen-modal-wrap
{
    padding: 2%;
    background-color: #fff;
    min-width: 320px;
    max-width: 600px;
	background: url('../images/VAXnewWaitscreen2.png') no-repeat top left;
	color: #fff;
	text-align: center;
}


#hotelActive #searchbarSubmitPosition input.btnSearch {
    background-position: 0 -52px !important;
}

.addSearchHotelCol .ui-datepicker-trigger img {
    background-size: 18px 16px;
}

.extSearchBtnPosition .btnSearchLt, .extSearchBtnPosition .btnSearchRt {
    display: none;
}

#vaxBar {
    border-bottom: 0 solid #d3dee0;
}

.vaxbar-logo-link
{
    height: 70px;
}

.primeContentxb1Bkgd, .secondContentxb1Bkgd, .column2Fieldxb1Bkgd, .hotelRatingFieldxb1Bkgd, .packageFieldxb1Bkgd,
.adServerFieldxb1Bkgd, .promotionsFieldxb1Bkgd, .roomsIncludeFieldxb1Bkgd, .carFieldxb1Bkgd, .headerFieldBkgd, .headerFieldxb1Bkgd {
    background-color: #e0e0e0 !important;}

/* ELEMENT STYLES
************************************/

a,
span.tooltip,
i.fa-question-circle-o,
.link
{
    color: #00606B;
}

a:hover,
.link:hover
{
    color: #e97300;
}

i[class*="fa-chevron-circle"]
{
    color: #01468d;
}

.travel-protection-wrap, .shop-by-wrap
{
    border: 2px solid #01468d;
}

.ui-datepicker-trigger img
{
    background: url('../images/calendar.png') no-repeat scroll left top;
    margin-top: 0;
}



body.modalBody::before
{
background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0) 400px);
}




/* BUTTONS
************************************/

a.button,
.button:enabled
{
  background-color: transparent;
  font: bold 16px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #008501;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 2px solid #008501;
  border-radius: 4px;
  transition: all .2s ease;
  height: auto;
}

a.button,
a.button:enabled
{
    display:inline-block;
    padding-top:3px;
    text-decoration:none;
}

a.button:active {
  color: rgba(255,255,255,.9);
  border-color: rgba(0,0,0,.15);
  box-shadow: inset 0 1px 10px rgba(0,0,0,.3);
}

.button:hover:enabled
{
  background-color: #008501;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.3);
  box-shadow: 0 8px 8px -6px rgba(0,0,0,.3);
  border: 2px solid #008501;
}

.secondary-button:enabled,
a.secondary-button
{
  background-color: transparent;
  font: bold 20px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Droid Sans", "Helvetica Neue", sans-serif;;
  color: #008501;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 2px solid #008501;
  border-radius: 4px;
  transition: all .2s ease;
}

.secondary-button:active {
  color: rgba(45,45, 45, 0.9);
  border-color: rgba(0,0,0,.15);
  box-shadow: inset 0 1px 10px rgba(0,0,0,.3);
}

.secondary-button:hover:enabled,
a.secondary-button:hover
{
  background-color: #008501;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.3);
  box-shadow: 0 8px 8px -6px rgba(0,0,0,.3);
}

.tertiary-button:enabled
{
    background-color: #fff;
    border: 1px solid #d5d5d5;
    color: #01468d;
    font-weight: bold;
}

.tertiary-button:hover:enabled
{
    background-color: #fff;
    border: 1px solid #111b40;
    color: #111b40;
}

.button-large:enabled
{
    padding: 0px 40px !important;
    height: 45px !important;
    font-size: 20px;
}

.site-wrapper
{
	background-color: #fff;
	width: 980px;
	margin: 0 auto;
}
.slider.slick-slider .fa{
    display:none!important;
}

/*Deals tab*/

.col-4.fromDatebox, .col-4.toDatebox {
    width: 40%;
}
#dealsPage .ui-datepicker-trigger{
  float:right;
}
/*Deals tab end*/

/* OnSale fixes */
.pageNav.filter label {
    display: inline;
    vertical-align: middle;
}
.chosen-container {
    width: 211px !important;
}

.tabTableOuter button {
    margin: 5px 0 10px 0;
}

#mainTable .link {
    color: #4d4d4f;    text-decoration: underline;
}

#mainTable .link {
    color: #4d4d4f;
    text-decoration: underline;
}

#mainTable table th {
    padding: 0 10px;
    border-right: 1px solid #d3d3d3;
}
th#destinationHeader,th#descriptionHeader,th#priceHeader{
    color:#0064ca;
}
#mainTable table tbody tr:nth-child(2n-1) {
    background: #f0f0f0;
}

table td {
  border: none;
}
#mainTable table td:last-child , #mainTable table th:last-child {
    border-right: none;
}
#dealOptions.Tabfilers {
    margin-top: 0;
}
#mainTable table td {
    border: none;
    padding: 10px;
    border-right:1px solid #d3d3d3;
}
#mainTable table th,h1.sendpromoemailheading, h1.senddealemailheading{
    text-transform: capitalize
}

#EmailPromotion .modal-content {
    width: 1032px;
    margin: 0 auto;    
    background-size: 100% auto;
    position: static;
    margin-top: -65px;
    padding-bottom: 40px;
}

#EmailPromotion.modal {
    left: 0px !important;
    position: absolute;
    z-index: 10000;
    top: 1px;
    width: 100%;
}

#EmailPromotion .table td {
    border: none;
}



#mainModalCloseAreaForEmail.modal-close {
    position: relative;
    float: right;
}

#homeLeftColumn {
    width: 271px;
	float: left;
}

#homeRightColumn {
    float: right;
	width: 690px;
	overflow: hidden;
	margin-bottom: 15px;
	background-color: #f7f7f7;
	text-align: left;
}

#anchorRestoolOuter {
    width: auto;
	background-color: #fff;
}

#anchorRestool {
     width: auto;
	 padding: 0 0 0 6px;
}

.anchorWaitScreenBkgrd {
    padding: 0;
    background-color: #fff;
    color: #fff;
}
/*css for waitscreen start*/
.waitscreen-modal-wrap,
.plcode-waitscreen-modal-wrap
{
    margin:auto;
}
.modalWaitScreenBackground {
	margin:auto;             /*for centering the waitscreen*/
}
.anchorWaitScreenBkgrd { 
    background-color: transparent;
    border: none;
}
#modalIframeDiv {
    background-color: #fff;
}
.modal-close {
    top: -15px;
    right: -12px;
}
#modalParentDiv .restool-search {
    position: relative;
    left: 0;
    max-width:900px;
}
#modalIframe {
   padding:20px;
}
/*css for waitscreen end*/
.agentloginbtn{
  text-transform:capitalize;
}
.textTransform {
    text-transform:uppercase;
}

#resultCount.results h1 {
    color: #4d4d4f;
}

#dealsPage .fa-star::before
{
	color: #4d4d4f;
}