/* CSS Document */

* { margin:0; padding:0;}

html,body{
	font:18px verdana, helvetica, tahoma;
	color:darkslategrey;
	background-color: transparent !important;
	margin:0;
	padding:0;
	height:100%;
}

#container {
	min-height:100%;
	position:relative;
}

/*
#page6 #wrapper {
	padding-bottom:200px;	// Height of the footer
}
*/

img {border:0px;}

input, textarea{font-size:17px;color:#525962; margin:3px;}
select {font-size:17px;color:darkslategrey;position:relative;}

.pay_form input,.pay_form  textarea{
	line-height: normal;
	padding: 2px;
}
.pay_form a {
		font-size: 20px;
}

.clear { clear:both;}

.comment_note {
	resize: none;
	height: 60px;
    width: 100%;
    font-size: 17px;
}

/*---links---*/

a {
	color:#515862;
}

a:hover{ text-decoration:none;

}

/*---//	links---*/

/*--Toolbar--*/
#toolbar {
	height:20px;
/*-- TG-316
	background:#002894 repeat-x;
-*/
/*	background:#AEAEAE repeat-x;*/
}

.toolbar {
	height: 60px;
	background-repeat: no-repeat;
	background-position: left;
	margin:0px;
	z-index:666;
	color:darkslategrey;
}

.error {
	border-bottom:0px;
	color:#ffffff;
	height:auto;
	min-height:15px;
	background:none;
	background-color:red;
}

.toolbar a {
	color:darkslategrey;
}
/*--//Toolbar--*/

/*---page_6---*/

#page_6 #wrapper .indent{padding:0 0 0 0;}

/*---// page_6---*/

.footer {
	background-position:0 0;
	background-repeat:repeat-x;
	clear:both;

	text-align:center;
	width:100%;
}

.vt-search-results-header, .vt-search-item-wrap {
	background-color:#FFFFFF;
}

.vt-search-item-wrap {
	overflow: hidden;
}

.listcell {
	float:left;
	margin:1px;
	padding:3px;
	overflow:hidden;
	color:darkslategrey;
}

.formheader {
	float:left;
	width:110px;
	margin:1px;
}
.formfield {
	float:left;
	width:100px;
	text-align:left;
	margin:1px;
}

/*---css tabs---*/

ul.tabnav{ /* general settings */
    text-align: left; /* set to left, right or center */
    margin: 1em 0 1em 0; /* set margins as desired */
    font-size: 17px; /* set font as desired */
	border-bottom: 1px solid #AEAEAE; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.tabnav li{ /* do not change */
	display: inline;
}

ul.cartnav {
	overflow: hidden;
}

ul.cartnav li{
	display: block;
	float: left;
	height: 22px;
}


#tab1 li.tab1, #tab2 li.tab2, #tab3 li.tab3, #tab4 li.tab4, #tab5 li.tab5, #tab6 li.tab6, #tab7 li.tab7, #tab8 li.tab8, #tab9 li.tab9, #tab12 li.tab12,
#tab100 li.tab100,#tab101 li.tab101,#tab102 li.tab102,#tab103 li.tab103,#tab104 li.tab104,#tab105 li.tab105,#tab106 li.tab106,#tab107 li.tab107,#tab108 li.tab108,#tab109 li.tab109,#tab110 li.tab110,
#tab300 li.tab300,#tab301 li.tab301,#tab302 li.tab302,#tab303 li.tab303,#tab304 li.tab304,#tab305 li.tab305,#tab306 li.tab306,#tab307 li.tab307,#tab308 li.tab308
{ /* settings for selected tab */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}

#tab1 li.tab900 { /* settings for special selected tab */
	background-color: #0D2D90; /* set background color to match above border color */
}

#tab1 li.tab1 a, #tab2 li.tab2 a, #tab3 li.tab3 a, #tab4 li.tab4 a, #tab5 li.tab5 a, #tab6 li.tab6 a, #tab7 li.tab7 a, #tab8 li.tab8 a, #tab9 li.tab9 a, #tab12 li.tab12 a,
#tab100 li.tab100 a,#tab101 li.tab101 a,#tab102 li.tab102 a,#tab103 li.tab103 a,#tab104 li.tab104 a,#tab105 li.tab105 a,#tab106 li.tab106 a,#tab107 li.tab107 a,#tab108 li.tab108 a,#tab109 li.tab109 a,#tab110 li.tab110 a,
#tab300 li.tab300 a,#tab301 li.tab301 a,#tab302 li.tab302 a,#tab303 li.tab303 a,#tab304 li.tab304 a,#tab305 li.tab305 a,#tab306 li.tab306 a,#tab307 li.tab307 a,#tab308 li.tab308 a
{ /* settings for selected tab link */
	/*background-color: #fff; /* set selected tab background color as desired */
	background: #fff;
	color: darkslategrey; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

#tab900 li.tab900 a{ /* settings for special selected tab link */
	background: #0D2D90; /* set selected tab background color as desired */
	color: #fff; /* set selected tab link color as desired */
}

#tabDates li.tabDates { /* settings for trip dates displayed in the tab row */
	background: #fff;
	color: darkslategrey;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul.tabnav li a { /* settings for all tab links */
	padding: 4px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #AEAEAE; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	/*background-color: #FDE881; /* set unselected tab background color as desired */
	/*background: url(/template/v2/images/tabbg.gif);*/
	background-color: #AEAEAE;
	color: #ffffff; /* set unselected tab link color as desired */
	margin-right: 4px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul.tabnav li.tab900 a {
	/*background-color: #0D2D90; /* set special  tab background color as desired */
	background: url(/template/v2/images/tabbg_special.gif);
	color: #fff;
}

ul.tabnav a:hover { /* settings for hover effect */
	background: LightSlateGray; /* set desired hover color */
}

/*---//css tabs---*/

#langMenu {
	margin-top:10px;
    text-align:center;
}

.window_heading {
	color:darkslategrey;  /* the color for the window heading, eg. "Order Statement" */
}

.titlebar, .titlebar a {
	font-size:17px;
	text-align:left;
	font-weight:normal;
	margin:4px;
	padding:2px !important;
	color:#FFFFFF;
	/*background-color:#AEAEAE;*/
	border:solid 0px darkslategrey;
}

.titlebar a:hover {
	color:#FFFFFF;
}

.shadebox {
	margin:auto;
	width:90%;
	background-color:#FFFFFF;
	padding:5px;
	border: solid 1px lightgrey;
}
.shadebox_view_order {
	border: solid 1px lightgrey !important;
}

.balance_payment_shadebox {
	padding:5px !important;
	border: solid 1px lightgrey !important;
}

.my_trips_shadebox, .my_quotes_shadebox {
	width: 97%;
	font-size: 14px;
}

.my_trips_shadebox .btn-col{
	float: left;
	text-align: right;
}
.my_trips_shadebox .order_row {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #eee;
}

.my_trips_shadebox .order_row:hover {
	background-color: #eee;
}

.my_trips_shadebox a, .view_order a, .make_payment a {
	text-decoration: underline;
	font-weight: bold;
	color: #007bff;
}
.my_trips_shadebox a:hover {
	text-decoration: underline;
}

a.payment_link {
	font-style: italic;
	color: red;
}


/*---Calendar---*/
.AE_cpYearNavigation,
.AE_cpMonthNavigation {
	background-color:#6677DD;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:5px;
}
.AE_cpDayColumnHeader,
.AE_cpYearNavigation,
.AE_cpMonthNavigation,
.AE_cpCurrentMonthDate,
.AE_cpCurrentMonthDateDisabled,
.AE_cpOtherMonthDate,
.AE_cpOtherMonthDateDisabled,
.AE_cpCurrentDate,
.AE_cpCurrentDateDisabled,
.AE_cpTodayText,
.AE_cpTodayTextDisabled,
.AE_cpText {
	font-family:arial;
	font-size:8pt;
}

TD.AE_cpDayColumnHeader {
	text-align:center;
	border:solid #6677DD;
	border-width:0px 0px 1px 0px;
}

.AE_cpCurrentMonthDate,
.AE_cpOtherMonthDate,
.AE_cpCurrentDate {
	text-align:center;
	text-decoration:none;
}

.AE_cpCurrentMonthDateDisabled,
.AE_cpOtherMonthDateDisabled,
.AE_cpCurrentDateDisabled {
	color:#D0D0D0;
	text-align:center;
	text-decoration:line-through;
}

.AE_cpCurrentMonthDate {
	color:#6677DD;
	font-weight:bold;
}

.AE_cpCurrentDate {
	color: #FFFFFF;
	font-weight:bold;
}

.AE_cpOtherMonthDate {
	color:#808080;
}

TD.AE_cpCurrentDate {
	color:#FFFFFF;
	background-color: #6677DD;
	border:solid 1px darkslategrey;
}

TD.AE_cpCurrentDateDisabled,
TD.AE_cpCurrentMonthDateDisabled {
	background-color:#ffffff;
	border:solid 1px #ffffff;
	padding: 2px;
}

TD.AE_cpTodayText,
TD.AE_cpTodayTextDisabled {
	border:solid #6677DD;
	border-width:1px 0px 0px 0px;
}

A.AE_cpTodayText,
SPAN.AE_cpTodayTextDisabled {
	height:20px;
}

A.AE_cpTodayText {
	color:#6677DD;
	font-weight:bold;
}

SPAN.AE_cpTodayTextDisabled {
	color:#D0D0D0;
}

.AE_cpBorder {
	border:solid 1px #6677DD;
}

TD.AE_cpCurrentMonthDateEnabled, TD.AE_cpOtherMonthDateEnabled, TD.AE_cpCurrentDateEnabled {
	background-color:#009900;
	border:solid 1px #ffffff;
	padding: 2px;
}

TD.AE_cpCurrentMonthDateFull, TD.AE_cpOtherMonthDateFull, TD.AE_cpCurrentDateFull {
	background-color:#990000;
	border:solid 1px #ffffff;
	padding: 2px;
}

.AE_cpCurrentMonthDateFull,
.AE_cpOtherMonthDateFull,
.AE_cpCurrentDateFull {
	color:#cccccc;
	text-align:center;
	font-family:arial;
	font-size:8pt;
}

TD.AE_cpCurrentMonthDateFullAlt, TD.AE_cpOtherMonthDateFullAlt, TD.AE_cpCurrentDateFullAlt {
	background-color:#7D26CD;
	border:solid 1px #ffffff;
	padding: 2px;
}

.AE_cpCurrentMonthDateFullAlt,
.AE_cpOtherMonthDateFullAlt,
.AE_cpCurrentDateFullAlt {
	color:#cccccc;
	text-align:center;
	font-family:arial;
	font-size:8pt;
}

.AE_cpCurrentMonthDateEnabled,
.AE_cpOtherMonthDateEnabled,
.AE_cpCurrentDateEnabled {
	color:#ffffff;
	text-align:center;
	font-family:arial;
	font-size:8pt;
	text-decoration:none;
}
/*---//Tooltip css---*/
/*---------- bubble tooltip -----------*/
a.tt{
	position:relative;
	z-index:24;

	text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25;}
a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #000099;
	text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;

}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
	background: url(/template/v2/images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: url(/template/v2/images/bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
	background: url(/template/v2/images/bubble.gif) no-repeat bottom;
}

/*---//Calendar---*/

/*My Info form*/

.groupbox {
	margin-top:5px;
	padding:3px;
}

.groupcolor {
    background-color:#FFFFFF;
    font-size: 17px;
}
.questionContainer {
	margin-bottom: 7px !important;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}

.questionContainer:hover {
	background-color: #EFEFEF;
}

.questionAnswer {
	width: 60% !important;
	max-width: 60% !important;
}
.questionLabel {
	padding-right: 10px;
	width: 40% !important;
	line-height: 1.5em;
}

/*mobile form*/
@media screen and (max-width: 650px) {
	html, body {
		overflow-x: hidden;
	}
  .questionAnswer, .questionLabel, input[type=submit] {
    width: 100% !important;
    margin-top: 0;
	text-align: left !important;
	padding-left: 5px !important;
  }
  /*file upload label field*/
  .questionLabel {
	width: 100% !important;
	  /*display: none !important;*/
  }
  .questionAnswer {
	  padding-left: 5px !important;
	  max-width: unset !important;
  }
  .submit {
	margin-top: 16px !important;
  }

}

.groupcolor input[type="text"] {
	color:darkslategrey;
}

.participant_label {
    margin-top:10px;
	color: Red;
}

.participant_box {
	border: solid 1px lightgrey;
    margin-bottom: 5px;
    padding-left: 20px;
}

.question_label {
	float:left;
	width:35%;
	text-align:right;
}

.question_answer {
	float:left;
	width:65%;
}

@media (max-width: 700px) {
	.question_label {
		text-align:left;
		float:none;
		width: 100%;
	}

	.question_answer {
		float:none;
		width: 100%;
	}
}

.question_answer input[type="text"] {
	float:left;
	width:65%;
	height: 20px;
}

.question_answer_select {
	float:left;
	width:65%;
	margin-top: 3px;
	margin-bottom: 3px;
}

.question_answer_select_multiple {
	float:left;
	width:65%;
	height: 90px !important;
	margin-top: 3px;
	margin-bottom: 3px;
}

.question_answer_select_multiple select {
	width: 67% !important;
	height: 110px !important;
}

.sc-number-of-guests select {
	height: 25px;
	margin-top: 3px;
    margin-bottom: 3px;
    font-size: 17px;
}

.sc-number-of-guests-caption {
    font-size: 17px;
}

/*****************/
.vt-search-results-label {
	display: none;
}

.vt-search-results-item {
	padding: 5px 15px 0 5px;
	font-weight: bold;
}

.vt-search-results-date {
    padding: 5px;
    margin-top: -10px;
}

.vt-search-results-date-date {
    display: inline-block;
    min-width: 175px;
}

.vt-search_results-date-month {
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
}

.vt-search-results-action {
	width: 15% !important;
	height:20px  !important;
}

@media (max-width: 700px) {
	.vt-search-results-item {
		width: 100% !important;
	}
	.vt-search-results-date, .vt-search-results-booknow {
		/*width: 45% !important;*/
	}

	.vt-search-results-booknow {
		float: right;
		padding-right: 15px;
	}

	.vt-search-item-wrap .vt-search-results-label {
		/*display: block;*/
		/*text-align: left;*/
		/*width: 40%;*/
    }
    
    .vt-search-item-wrap {
        margin-top: -10px;
    }

	.vt-search-results-header {
		display: none;
	}
}

#inventory .inventory-item {
	clear:both;
	float:left;
	margin-top:5px;
    width:25%;
    font-size: 17px;
}

#inventory .addon-item {
	clear:both;
	float:left;
	margin-top:5px;
	width:30%;
}

@media (max-width: 700px) {
	#inventory .inventory-item {
		float:none;
        width: 100%;
        font-size: 17px;
	}

	#inventory .addon-item {
		float:none;
		width: 100%;
	}

}

.scart-lineitem-group {
	float:left;
	width:20%;
}

.scart-lineitem-qty {
	float:left;
	width:10%;
}

.scart-lineitem-descr {
	float:left;
	width:50%;
}

.scart-lineitem-price {
	float:left;
	width:20%;
	text-align:right;
}

.scart-line-item-label {
	display: none;
	font-weight:bold;
	float: left;
	margin-right: 10px;
	clear: left;
}

.scart-order-summary {
    margin-bottom:10px;
    background:#ffffff;
    padding:3px;
    border:solid 1px lightgrey;
    overflow:auto;
    font-size: 17px;
}

@media (max-width: 700px) {
	.scart-line-item-label {
		display: block;
	}

	.scart-order-summary-header {
		display: none;
	}

	.scart-lineitem-group,
	.scart-lineitem-qty,
	.scart-lineitem-descr,
	.scart-lineitem-price {
		width: auto;
	}

	.scart-lineitem-price {
		float: right;
	}

	.itemLabel {
		display: block !important;
	}

}

.sc-order-subtotal-val {
	float:right;
	width:10%;
    text-align:right;
    font-size: 17px;
}

.sc-order-subtotal-label {
	float:right;
	width:90%;
    text-align:right;
    font-size: 17px;
}

@media (max-width: 700px) {
	.sc-order-subtotal-val {
		width:20%;
	}

	.sc-order-subtotal-label {
		width:80%;
	}

}

.portal-item-wrapper select {
	height: 25px;
	width: 50px;
}

.form-control input.login_input {
	width: 85%;
}

/*  Trip Calendar in Shopping Cart */
.divTripCalendar {
	min-width: 300px;
	float:left;
}

.divTripCalendarStart {
	margin-bottom: 20px;
}

#divTripStartDate,
#divTripEndDate,
#divTripSingleDate {
	width:300px;
    min-width:300px;
	padding:2px;
	border:none;
}

.ui-datepicker {
	width: 98% !important;
}

@media (max-width: 700px) {
	.divTripCalendar {
		width: 100%;
	}

	.divTripCalendar .ui-datepicker {
		width: 98%;
	}

	#divTripStartDate,
	#divTripEndDate,
	#divTripSingleDate{
        width:80%;
        border:none;
	}
}

.portal-item-wrapper {
	width:100%;
	margin-top: 15px;
	margin-top: 15px;
}

.portal-item-col-1 {
	clear:both;
	float:left;
	margin-top:5px;
	width:55%;
	margin-right: 20px;
}

.portal-item-col-2 {
	float:left;
	margin-top:5px;
    width:20%;
    font-size: 17px;
}

.portal-item-col-2-price {
    font-size: 17px;
}

.portal-item-col-3 {
	display:none;
	float:left;
	margin-top:5px;
	/*width:100px;*/
	width:10%;
	background:#FFFFFF;
}

.portal-item-col-4 {
	float:right;
	margin-top:5px;
	/*width:165px;*/
	width:15%;
}

.portal-item-title {
    font-weight: bold;
    font-size: 17px;
}

.sc-addon-col-1 {
	clear:both;
	float:left;
	margin-top:5px;
    width:60%;
    font-size: 17px;
}

.sc-addon-col-2 {
	float:left;
	margin-top:5px;
    width:20%;
    font-size: 17px;
}

.sc-addon-col-3 {
	float:left;
	margin-top:5px;
    width:10%;
    font-size: 17px;
}

.addongroup select {
	height: 25px;
	min-width: 50px;
}

@media (max-width: 700px) {
	.sc-addon-col-1 {
		clear:both;
		float:left;
		margin-top:5px;
		margin-right: 30px;
		width: 25%;
	}

	.sc-addon-col-2 {
		float:left;
		margin-top:5px;
		width: 25%;
	}

	.sc-addon-col-3 {
		float:right;
		margin-top:5px;
		width: 40%;
	}
}

.sc-trip-range .formheader {
	width: 175px;
}

/* Virtual Terminal Tour Name */
.sc-vt-trip-name {
	font-size: 17px;
	font-weight: normal;
	background-color: LightGray;
	border-bottom:solid 2px DarkGray;
    border-right:solid 2px DarkGray;
	padding-left: 6px;
}

.register-customer-fields {
    width:70%;
    font-size: 17px;
}

.register-customer-fields td select,
.register-customer-fields td input {
    width: 100%;
    font-size: 17px;
}

.register-already-customer {
	text-align:center;
	background-color:#F5F5F5;
	border:solid;
	border-width:1px;
	border-color:#B0B0B0;
	padding:10px;
}

#divTripStartList {
	width: 500px;
	max-height: 500px;
}

@media (max-width: 910px) {
	.register-customer-fields {
		width:100%;
	}

	.register-already-customer {
		width: 100%;
	}
}

.shadebox select, .shadebox input[type="text"], .shadebox input[type="password"] {
	height: 25px;
}
.shadebox select[multiple] {
	height: 100px;
}

li.tab100, li.tab101, li.tab102 {
    display: none !important;
}

@media (max-width: 800px) {
	ul.tabnav li.tab100, ul.tabnav li.tab101 {
		/*display: none;*/
	}

	.tabDates {
		display: block !important;
        margin-top:10px;
	}
	.tabDates span {
		margin-left:0 !important;
	}
}

.logout-link {
	font-weight:bold;
	text-decoration:none;
}


/*--Customer Profile--*/
.upload_file_label {
  border: 1px solid grey;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top:4px;
  transition-duration: 0.4s;
  cursor: pointer;
  min-width: 165px;
}
.upload_file_label:hover {
  background-color: grey;
  color: white;
}
.file_max_size {
    color: grey;
    font-size: 11px;
}
.del-file {
	text-decoration:none;
}


#trip_id {
	width: 100%;
}

.form-group {
    border: 0 !important;
    font-size: 17px;
	margin-bottom: 5px !important;
}

.form-control {
    border: 0 !important;
    font-size: 17px;
}

.form-control input {
    width: 100%;
    padding-left: 5px;
    border: none;
    border:solid 1px #AEAEAE;
    border-radius: 5px;
    font-size: 17px;
}

.form-control select {
    border: none;
    border:solid 1px #AEAEAE;
    border-radius: 5px;
    font-size: 17px !important;
}

.navigation_button {
    margin-top: -3px;
    margin-right: 3px;
}

.navigation_caption {
    font-size: 17px;
}

.portal-hidden {
    display: none;
}

.portal-font {
    font-size: 17px !important;
}

.portal-font-small {
    font-size: 15px;
}

.portal-font-large {
    font-size: 19px;
}

.portal-formheader {
	float:left;
	width:150px;
	max-width:150px;
	min-width:150px;
	margin:1px;
	margin-bottom: 5px;
}

.portal-formfield {
	float:left;
	width:150px;
	min-width:150px;
	text-align:left;
	margin:1px;
	margin-bottom: 5px;
}

.btn {
    font-size: 17px;
}

.dialog_format {
    -moz-box-shadow:    3px 3px 5px 6px #999999;
    -webkit-box-shadow: 3px 3px 5px 6px #999999;
    box-shadow:         3px 3px 5px 6px #999999;
}

.dialog_format a:link {
    text-decoration: underline;
}

/*JR-2068 - mobile responsive table design switching table to list in mobile view*/
.table {
    display: table;
    text-align: center;
    width: 100%;
    margin: auto 0;
    border-collapse: separate;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.table_row {
    display: table-row;
}
.table_row:hover {
    background-color: #eee;
}

.theader {
    display: table-row;
}

.table_header {
    display: table-cell;
    color: #5b5b5b;
    padding-top: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid lightgray;
}

.table_small {
    display: table-cell;
	border-bottom: 1px solid lightgray;
}

.table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    background: #bdbdbd;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid lightgrey;
}

.table_row > .table_small > .table_cell {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #5b5b5b;
	max-width: 260px;
}


.table_row:last-child > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px;
}

.table_row:last-child > .table_small:first-child > .table_cell:last-child {
    border-bottom-left-radius: 5px;
}


/*
@media screen and (max-width: 900px) {
    .table {
    width: 90%
    }
}*/

@media screen and (max-width: 650px) {

	.portal-footer, .portal-header {
		min-width: unset !important;
	}

	#divTripStartList {
		width: unset !important;
		height: unset !important;
	}

    .my_trips_shadebox, .my_quotes_shadebox {
        min-width: unset !important;
    }

    .table {
    display: block;
    }
    .table_row:nth-child(2n+3) {
    background: none;
    }
    .theader {
    display: none;
    }
    .table_row > .table_small > .table_cell:nth-child(odd) {
    display: table-cell;
    width: 50%;
    }
    .table_cell {
    display: table-cell;
    width: 50%;
    border-bottom: #ccc 1px solid;
    padding: 3px;
    }
    .table_row {
    display: table;
    width: 100%;
    border-collapse: separate;
    padding-bottom: 20px;
    margin: 5% auto 0;
    text-align: center;
    }
    .table_small {
    display: table-row;
    }
    .table_row > .table_small:first-child > .table_cell:last-child {
    border-left: none;
    }
    .table_row > .table_small > .table_cell:first-child {
    border-left: #ccc 1px solid;
    }
    .table_row > .table_small:first-child > .table_cell:first-child {
    border-top-left-radius: 5px;
    border-top: #ccc 1px solid;
    }
    .table_row > .table_small:first-child > .table_cell:last-child {
    border-top-right-radius: 5px;
    border-top: #ccc 1px solid;
    }
    .table_row > .table_small:last-child > .table_cell:first-child {
    border-right: none;
    }
    .table_row > .table_small > .table_cell:last-child {
    border-right: #ccc 1px solid;
    }
    .table_row > .table_small:last-child > .table_cell:first-child {
    border-bottom-left-radius: 5px;
    }
    .table_row > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px;
    }
}



/*mobile top menu navbar*/
.tabnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .tabnav li:not(:first-child) {display: none;}
  .tabnav li.icon {
    float: right;
    display: block;
	right: 10px !important;
    top: 3px;
	width: 27px !important;
	margin: 0px !important;
  }
  .topNav {
	width: 100%;
  }
  .tabnav li.icon i {
	margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .tabnav.responsive {position: relative;}
  .tabnav.responsive .icon {
    position: absolute;
  }
  .tabnav.responsive .icon a {
	display: unset !important;
  }

  .tabnav.responsive li {
    float: none;
    display: block;
    text-align: left;
	background-color: #AEAEAE;
	margin-right: 0px !important;
  }
  ul.tabnav.responsive li a {
	background-color: unset !important;
  }

  ul.tabnav.responsive li:not(:first-child) a {
	border: 0 !important;
	width: 100%;
    display: block;
  }
  ul.tabnav.responsive li:hover a {
	color: darkslategrey;
  }
  ul.tabnav li:hover {
	background-color: #ddd;
	color: black;
  }
  ul.tabnav a,  ul.tabnav a:hover{
	  min-width: 130px !important;
  }

}

input:focus::placeholder {
  color: transparent;
}

#payFullMsg {
	display: none;
}
#payFullMsg:hover {
	text-decoration-style: dotted !important;
	text-decoration: underline;
	cursor: pointer;
}

#existingUserLoginButton2{
	margin-left:10px;
	font-size:20px;
	display:block;
	float:right;
	width:650px;
	margin-bottom:15px;
}

/*reset password section*/
div.reset_label {
	float: left;
}
@media screen and (max-width: 600px) {
	#reset_form div {
		width: unset !important;
	}
	#reset_form p.reset_title {
		text-align: left !important;
	}
	#reset_form div.reset_label {
		width: 100% !important;
		text-align: left !important;
		margin-top: 3px !important;
	}
	#reset_form div.reset_label a {
		margin-left: 0 !important;
	}
	#existingUserLoginButton2{
		width: auto !important;
	}
}

#viewOrderStatementIframe, .balance_schedule, .tour_info {
    margin: 10px;
	margin-top: 20px;
	border: 1px solid lightgray;
    box-shadow: 2px 2px 1px lightgray;
    border-radius: 10px;
    overflow: hidden;
}
.balance_schedule,  .tour_info{
	margin: 0;
	margin-top: 15px;
	padding: 10px;
}
.tour_info{
	margin: 10px 20px;
}

/*hide arrows for number inputs*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.no-border {
	border: 0 !important;
}

#wrapper {
	padding-bottom: 30px;
}
