/* FONT STACK */
body, input, select, textarea {
	font-size:1rem;
	font-family: 'foundry_context_regularRg',"segoe ui", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Tahoma, Verdana, Arial, "Lucida Grande", sans-serif !important;
}

a {
	color:#333333;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
}

/* BASE LAYOUT */

html {
	font-size:9pt;
}
@media only screen and (min-width: 1025px) {
	html {
		font-size:11pt;
	}
}
html.no-cssgradients {
	background-color: #aaa;
}

.ie6 html {
	height: 100%;
}

html * {
	margin: 0;
/* change the box model to exclude the padding from the calculation of 100% height (IE8+) */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	background: #ffffff;
	color: #333333;
	margin: 0 auto;
	/* prevents box-shadow causing a horizontal scrollbar in firefox when viewport < 960px wide
	overflow-x: hidden; 
	 */
}
ul {
	list-style:none;
}

/* replace with .no-boxshadow body if you have modernizr available */
.ie6 body,
.ie7 body,
.ie8 body {
	border-color: #255b17;
	border-style: solid;
	border-width: 0 1px;
}

.ie6 body {
	height: 100%;
}

h1 {
	font-weight: bold;
	font-size: 1.25em;
}

ul {
	padding: 0;
}

img {
	border: 0;
}

a:hover, a:active, a:focus {
	outline:none;
}

/* GENERAL */

.spinner {
	background: transparent url(7DeffeijusT1r9fjHzEgv7ziWgk8EglFYvmen4TSkx1.gif) 50% 50% no-repeat;
	height: 2em;
    padding: 0.5em;
    position: absolute;
    right: 0;
	top: 1em;
	width:100%;
}
.spinner .text {
	text-align:center;
	margin-top:16px;
}
/* NAVIGATION MENU */

.nav {
	background-color: #efefef;
	padding: 0.5em 0.75em;
	   -moz-box-shadow: 0 0 3px 1px #aaaaaa;
	-webkit-box-shadow: 0 0 3px 1px #aaaaaa;
	        box-shadow: 0 0 3px 1px #aaaaaa;
	zoom: 1;
}

.nav ul {
	overflow: hidden;
	padding-left: 0;
	zoom: 1;
}

.nav li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 0.5em;
	padding: 0;
}

.nav a {
	color: #333333;
	display: block;
	padding: 0.25em 0.7em;
	text-decoration: none;
	   -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	        border-radius: 0.3em;
}

.nav a:link, .nav a:active, .nav a:visited {
	color: #333333;
}

.nav a:focus, .nav a:hover {
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.no-borderradius .nav a:focus, .no-borderradius .nav a:hover {
	background-color: transparent;
	color: #444444;
	text-decoration: underline;
}

.nav a.home, .nav a.list, .nav a.create {
	background-position: 0.7em center;
	background-repeat: no-repeat;
	text-indent: 25px;
}

.nav a.home {
	background-image: url(XZxwq2CdhKQxLth7CqP7LcbI3LaYjCwJKkxHLHDpe0x.png);
}

.nav a.list {
	background-image: url(RdALDCN57QSCqXqRNdXsEvVFyPLe8pmO0DRCrEZJtEW.png);
}

.nav a.create {
	background-image: url(0yisl7281lTvwY6VcTEi0AwvMESNU2VvH0gCkLacD7T.png);
}

input, select, textarea {
	background-color: #fcfcfc;
	border: 2px solid #cccccc;
	padding: 0.2em;
}

select {
	padding: 0.2em 0.2em 0.2em 0;
}

textarea {
	width: 250px;
	height: 150px;
	overflow: auto; /* IE always renders vertical scrollbar without this */
	vertical-align: top;
}

label {
	cursor: pointer;
	display: inline-block;
	margin: 0 0.25em 0 0;
	font-weight:bold;
}

/* MESSAGES AND ERRORS */

.errors,
.message {
	font-size: 0.8em;
	line-height: 2;
	margin-bottom:10px;
}

div.message {
	margin-bottom: 1em;
}
.message {
	background: #f3f3ff;
	border: 1px solid #b2d1ff;
	color: #006dba;
	   -moz-box-shadow: 0 0 0.25em #b2d1ff;
	-webkit-box-shadow: 0 0 0.25em #b2d1ff;
	        box-shadow: 0 0 0.25em #b2d1ff;
}

.errors {
	background: #fff3f3;
	border: 1px solid #ffaaaa;
	color: #cc0000;
	   -moz-box-shadow: 0 0 0.25em #ff8888;
	-webkit-box-shadow: 0 0 0.25em #ff8888;
	        box-shadow: 0 0 0.25em #ff8888;
}

.errors ul,
.message {
	padding: 0;
}

.errors li {
	list-style: none;
	background: transparent url(X2My6nLGuGXO73LuKEeTYWgyGjihrVLVBKfMfLY17mq.png) 0.25em 0.25em no-repeat;
	text-indent: 2.2em;
}

.message {
	background: transparent url(5r7Rwd8PayLGhpjX1Cu8uUF6AB9prDYFb0MemFibdy.png) 0.5em 50% no-repeat;
	text-indent: 2.2em;
}

/* form fields with errors */
input.error, select.error, textarea.error {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

input.error:focus, select.error:focus, textarea.error:focus {
	   -moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	        box-shadow: 0 0 0.5em #ffaaaa;
}

/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */

input:invalid, select:invalid, textarea:invalid {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
	   -moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	        box-shadow: 0 0 0.5em #ffaaaa;
}

/* TABLES */

table {
	border-top: 1px solid #DFDFDF;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1em;
}

tr {
	border: 0;
}
/*
tr>td:first-child, tr>th:first-child {
	padding-left: 1.25em;
}

tr>td:last-child, tr>th:last-child {
	padding-right: 1.25em;
}
*/
td, th {
	line-height: 1.5em;
	padding: 0.5em 0.6em;
	text-align: left;
	vertical-align: top;
}

th {
	background-color: #efefef;
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eaeaea));
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#ffffff', EndColorStr = '#eaeaea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eaeaea')";
	color: #666666;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0.2em 0.6em;
}

thead th {
	white-space: nowrap;
}

th a {
	display: block;
	text-decoration: none;
}

th a:link, th a:visited {
	color: #666666;
}

th a:hover, th a:focus {
	color: #333333;
}

th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 1.1em;
}

th.asc a {
	background-image: url(RXl7rSoN1AVnxXlZT2CrwXA7PXpoSw226yjB1A1N2HZ.gif);
}

th.desc a {
	background-image: url(f3V8fyTt1I004HCWmfaK3dijJYB1pRuaCoNtuCWfmZt.gif);
}

.odd {
	background: #f7f7f7;
}

.even {
	background: #ffffff;
}


/* PAGINATION */
.pagination {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-top: 5px;
	border-top: thin solid silver;
	text-align: center;
}

.pagination a,
.pagination .currentStep {
	color: #666666;
	display: inline-block;
	margin: 0 0.1em;
	padding: 0.25em 0.7em;
	text-decoration: none;
	   -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	        border-radius: 0.3em;
}

.pagination a:hover, .pagination a:focus {
	background-color: #f7f7f7;
	/*
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	*/
}
.pagination .currentStep {
	font-weight:bold;
	color:black;
}
.listTotal {
	font-weight:bold;
	float:left;
	text-align:center;
	display: inline-block;
}

.no-borderradius .pagination a:hover, .no-borderradius .pagination a:focus,
.no-borderradius .pagination .currentStep {
	background-color: transparent;
	color: #444444;
	text-decoration: underline;
}

/* ACTION BUTTONS */

.buttons {
	overflow: hidden;
	margin: 0.1em 0 0 0;
	border: none;
}

.buttons input:hover, 
.buttons a:hover
{
	background-color:#1E5B79;
}
.buttons input:focus, 
.buttons a:focus
{
	outline: none;
	border-color:black;
}

.no-borderradius .buttons input:hover, .no-borderradius .buttons input:focus,
.no-borderradius .buttons a:hover, .no-borderradius .buttons a:focus {
	background-color: transparent;
	color: #444444;
	text-decoration: underline;
}

.buttons input, .buttons a {
	width:6rem;
	border-radius: 6px;
	font-weight: normal;
	background-color: #3399CC;
	color: #FFFFFF;
	text-align:center;
	overflow: visible;
	text-decoration: none;
 	border-color: transparent;
 	padding: 0.25rem;
 	border:2px;
	-webkit-appearance: none;
}

.buttons .confirm {
	background-color:#339900;
	color:white;
}
.buttons .confirm:hover {
	background-color:green;
}
.buttons .register {
	background-color:#ff9900;
	color:white;
}
.buttons .register:hover {
	background-color:gold;
}
.buttons .reject {
	background-color:#CC3300;
	color:white;
}
.buttons .reject:hover {
	background-color:#ff0000;
}

a.skip {
	position: absolute;
	left: -9999px;
}
.required-indicator {
	color: red;
	display: inline-block;
	font-weight: bold;
	position: relative;
	top: 0.1em;
}
.nobreak {
	white-space: nowrap;
}
#mainHeader {
	display:flex;
	-webkit-flex-direction:row;
  	flex-direction:row;
	justify-content:space-between;
	padding: 0.5em;
	background-color:#F7F7F7;
	margin-bottom:1em;
}
@media only screen and (min-width: 1025px) {
	#mainHeader {
		padding: 0.5em 2em 0 2em;
	}
}
#logo {
	width:165px;
}
#logoImage {
	height:50px;
	width:150px;
	background-repeat: no-repeat;
	background-position: 0.25em;
}
#logoTitle {
	color: #377BAD;
}
#logoTitle h1 {
	font-size:200%;
	align-items:center;
	padding-top:20px;
}
.clear {
	clear:both;
}
.content {
	clear:both;
	margin-left:0.5em;
	margin-right:0.5em;
}
@media only screen and (min-width: 1025px) {
	.content {
		margin-left:2em;
		margin-right:2em;
	}
}
.reserve {
	margin: 0 2em 1em 2em;
}
.reserve div.content {
 	margin:0 auto; 
}
@media screen {
	.reserve div.detail {
	 	border-radius: 10px;
		border-width: 1px;
		border-color: #cccccc;
		border-style: solid;
		background-color: #f7f7f7;
		padding:1em;
		max-width:70em;
	}
	.reserve div.content {
	}
}
#appId {
	clear:both;
	margin-bottom:1em;
}
.fullWidth {
	width:100%;
}
.flex {
  display: flex;
}
.flex header,
.flex footer {
  -webkit-flex-direction:column;
  flex-direction:column;
}
section.flex {
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
}
.flex-row {
  -webkit-flex-direction:row;
  flex-direction:row;
}
.flex-column {
  -webkit-flex-direction:column;
  flex-direction:column;
}
.flexFill {
	display:flex;
	flex:1 1 auto;
}
.flexContent {
	display:flex;
	flex:1 1 auto; 
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.flexFooter {
	display:flex;
	flex:0 1 auto;
	margin-top:1rem;
  	margin-bottom:1.5em;
}
header nav {
	line-height:1.5;
}
.portal-item {
	width:48%;
	margin-bottom:20px;
	display:flex;
 }
.boxed {
	border-radius: 5px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}
.portal-content {
	display:flex;
	flex:1 1 auto;
	width:inherit;
}
.portal-content article {
	display:flex;
	flex:1 1 auto;
	flex-direction:column;
	color:#333333;
}

.portal-content article > div {
	padding: 5px;
}

.portal-content article header {
	background-color:#D8EEFF;
	line-height:1.5;
}
.portal-content article header h1 {
	padding: 5px;
}
.portal-content article form {
	justify-content:space-between;
	-webkit-flex-direction:column;
  	flex-direction:column;
}
.portal-content article a {
	color:#3399CC;
	font-weight:bold;
}
footer.buttons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-flex-direction:row;
	flex-direction:row;
	justify-content:flex-start;
	color:white;
	margin-left:12em;
	padding:0.3em;
}
footer.buttons .single {
	padding:0;
}
footer.buttons.fullWidth {
	margin-left:0;
}
footer.buttons input,
footer.buttons a {
	font-size:1rem;
	margin-right:1em;
	border-radius:6px;
	color:inherit;
}
input.date {
	width:8em;
	text-align:center;
}
input.time {
	width:3.5em;
	text-align:left;
}
input.tourRef {
	width:10rem;
	text-align:left;
}
.smallPrint {
	font-size:75%;
	text-align:center;
}
.ui-datepicker { 
	font-size: 0.75rem !important; 
}
.ui-widget-content {
	background:white;
}
#tourSearchForm label {
	width:50%;
	text-align:right;
}
#itemSearchForm label {
	width:50%;
	text-align:right;
}
.hidden {
	display:none;
}
section.pTable {
	display:table; 
}
section.pTable div.header,
section.pTable div.row
{
	display:table-row; 
	width:100%;
}
section.pTable div.row.listing {
	line-height:2.5;
}
section.pTable div.row {
	line-height:1.5;
}
section.pTable div.header {
	color:#333333;	
	background-color:#D8EEFF;
	font-weight:bold;
	padding-bottom:0.5em;
}
section.pTable div.header .sortable {
	padding-top:6px;
	padding-bottom:6px;
}
.sortable a {
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: inherit;
    color: inherit;
	padding-top:6px;
}
.sortable.asc a {
	background-image: url(RXl7rSoN1AVnxXlZT2CrwXA7PXpoSw226yjB1A1N2HZ.gif);
}

.sortable.desc a {
	background-image: url(f3V8fyTt1I004HCWmfaK3dijJYB1pRuaCoNtuCWfmZt.gif);
}
.cell {
	display:table-cell;
	padding-left:0.5em;
}
.cell.tourRef {
	width:6em;	
	white-space:nowrap;
}
.cell.date {
	width:12em;	
	text-align:center;
	white-space:nowrap;
}
.cell.date.highlight {
	color:red;
}
.cell.nationality {
	width:6em;	
	text-align:center;
	text-overflow: ellipsis;
}
.cell.tourName {
	min-width:14em;
	white-space:nowrap;
}
.cell.showTour {
	width:10em;
}
.cell.cityName {
	width:8em;
}
.cell.serviceType {
	width:7em;
}
.cell.service {
	width:18em;
}
.cell.dateTime {
	width:12em;
}
@media only screen and (min-width:1025px) {
	.cell.dateTime {
		white-space:nowrap;
	}
}
.cell.dateTime .dayName {
	display:inline-flex;
	width:2em;
	text-align:left;
}
.cell.pax {
	width:2em;
	text-align:center;
	padding-right:0.5em;
}
.cell.icon {
	width:1em;
	padding-right:1em;
}
.cell.status {
	width:6em;
	white-space:nowrap;
}
.cell.option {
	width:8em;	
}
.searchHeader input,
.searchHeader select {
	margin-right:1rem;
}
.searchHeader .flex {
	align-items:center;
}
.searchHeader {
	padding:5px;
	background-color:#D8EEFF;
	border-radius: 10px;
}
header.title {
	margin-bottom:10px;
}
input.country {
	text-align:left;
	width:10rem;
}
input.city {
	text-align:left;
	width:15em;
}
.historic {
}
.ui-autocomplete {
	background-color:rgb(229,244,220);
	font-size:0.8em;
}
.ui-autocomplete-preferred.ui-menu-item a {
	font-style:italic;
	font-weight:bold;
	font-size:110%;
}
input.confirmationRef {
	width:15em;
}
#remark {
	line-height:1;
	height:2em;
	width:40em !important;
	max-height:6em;
	font-size:90%;
	resize:vertical;
}
#groupSplit {
	line-height:1;
	height:4em;
	width:40em !important;
	max-height:10em;
	font-size:90%;
	resize:vertical;
}
textarea {
	overflow:auto;
	vertical-align:top;
}
.highlight {
	color:red;
}
form.edit label {
	display:table-cell;
	font-weight:bold;
	width:12em;
	padding-top:0.5em;
	padding-right:1em;
}
input.confirmationRef {
	width:25ch;
}
input.name {
	width:25ch;
}
form.edit label.contact {
	font-size:90%;
	padding-left:1em;
	padding-top:0;
}
form.edit div.status {
	line-height:3em;
}
form.edit div.status span {
	background-color:lavender;
	padding:5px;
}
select.meetingPoint option.adhoc {
	color:blue;
}
.meetingPoint {
	width:30em;
}
.highlight input.meetingPoint {
	color:red;
}
textarea.menuDescription {
	line-height:1;
	height:4em;
	width:40em !important;
	max-height:8em;
	font-size:90%;
	resize:vertical;
}
.previously {
	color:silver;
	font-style: italic;
	font-weight:normal;
}
form.edit div.previously label {
	padding-top:0;
}
#errors {
	margin-top:1em;
}
footer.rule {
	border-top:2px solid silver;
	margin-top:1em;
	padding-top:0.5em;
}
nav {
	background-color:#F7F7F7;
	margin-bottom:1em;
}
nav li {
	line-height:1.5;
}
nav div {
	align-items:center;
}
nav p {
	margin-left:1em;
	margin-right:1em;
}
nav a {
	display:inline-block;
	font-weight:bold;
}
nav a.print, nav a.printer {
	/* background: transparent url(BDaaxC9dHr8ATvp0lLguZ0zI2epvNSI2ltr85fHF2A1.png) left center no-repeat; */
}
nav a.signOff {
	/* background: transparent url(DMYLEEJZVxwkHrsHVgZXQM30bNcs7fnNTwew2qLBWZp.png) left center no-repeat; */
}
nav a.password {
	/*	background: transparent url(pAbcnR0j85RiXmawMV5IZX04GllOQd8CV3zFNJg0qti.png) left center no-repeat; */
}
nav a.users {
	/* background: transparent url(CEtE3MUOwFDIJGnQv26DqliCblh9JQiQJzgFC4N0fQL.png) left center no-repeat; */
}
nav a.home {
	/* background: transparent url(XZxwq2CdhKQxLth7CqP7LcbI3LaYjCwJKkxHLHDpe0x.png) left center no-repeat; */
}
nav a.list {
	/* background: transparent url(RdALDCN57QSCqXqRNdXsEvVFyPLe8pmO0DRCrEZJtEW.png) left center no-repeat; */
}
nav a.search {
	/* background: transparent url(BoPEzV5r9hRnChsn9M7Rz3zeoVuYrwgABJxzUbrFDoa.png) left center no-repeat; */
}

.printMenuDescription, .printPreviousMenuDescription, .printGroupSplit  {
	display:none;
}
#furtherInformation {
	display:none;
}
/* white-space doesn't seem to work with a media selector in IE */
.printMenuDescription, .printPreviousMenuDescription, #printGroupSplit {
	white-space: pre-wrap;
}
@media print {
	footer.buttons, div.buttons, div.navBar, a.button, .separatedLinks, #errorSection, #performDefaultButton,
	.popupMenu, .pagination .step, .pagination .currentStep, .pagination .nextLink, .cell.confirm, 	.showTour, .offericon {
		display:none !important;
	}
	textarea {
		border:none;
	}
	a {
		text-decoration:none;
	}
	#mainHeader {
		padding:5px;
	}
	div.content {
		padding:0;
	}
	.reserve {
		margin:0;
	}
	.menuDescription, .menuDescription .previously {
		display:none;
	}
	.viewGroupSplit {
		display:none !important;
	}
	.printMenuDescription, .printPreviousMenuDescription, .printGroupSplit {
		display:table-row !important;
	}
	.showAdhocRates, .showBudgetRates {
		margin-top:1em;
	}
	.showAdhocRates, .showBudgetRates, .keep {
		page-break-inside:avoid;
	}
}

#loginForm label, #passwordForm label {
	width:13em;
	text-align:right;
	line-height:2;
}
#intrayList .actioned {
	background: #fff3f3;
}

.popupMenu {
	white-space:nowrap;
	width:6rem;
}
.popupMenu .ui-button-text,
.cell.confirm .confirmBtn .ui-button-text {
	font-size:1rem;
	padding:0.25em;
	font-weight:normal;
}
.popupMenu .ui-widget {
	font-size:1rem;
}
.menuAction {
	font-style:normal;
	width:6rem;
}
.hiddenMenu {
	width:8rem;
	position:absolute;
	display:none;
	border:1px solid gray;
	background-color:gray;
}
.hiddenMenu li {
	background-color:white;
	list-style-type:none;
	padding:5px 0 5px 5px;
	cursor:pointer;
}
.hiddenMenu li:hover {
	background-color:silver;
}
.invisible {
	visibility:hidden;
}
header.search {
	margin-bottom:1rem;
}
input.pax {
	width:2rem;
}
input.rate {
	text-align:right;
	padding-left:0;
	padding-right:0.2em;
	width:10ch;
}
.rate {
	text-align:right;
}

#rateDetails {
	max-width:60em;
}
#rateDetails legend {
	font-weight:bold;
}
#rateDetails hr {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#rateDetails .rateCol {
	padding-right:1em;
}
#rateDetails select.ages {
	width:5em;
	margin-right:1em;
}
#rateDetails span.ages {
	width:6em;
	display:inline-block;
}
form.edit #rateDetails label {
	padding-top:0;
	width:11em;
}
#printerDiv {
	line-height:2;
}
#printerDiv label {
	width:15em;
	padding-left:0.3em;
} 
.smallButton {
	font-size:0.6rem;
	padding:0px;
	margin-bottom:5px;
}
table.intrayRmksPrint {
	font-size:0.9rem;
	padding-left:10px;
}
.intrayRmksPrint .from {
	width:20em;
}
table.intrayRmks {
	font-size:0.9rem;
	padding-left:10px;
	font-weight:bold;
}
.intrayRmks th, .intrayRmks td {
	padding-left:5px;
}
.intrayRmks tr.active {
	background-color:#fbdd95;
	color:#333333;
}

.intrayRmks td {
	vertical-align:top;
	padding-bottom:5px;
}
.intrayRmks td.options {
	width:12em;
	padding:2px;
}
.intrayRmks td.options.touch {
	font-size:200%;
	margin-bottom:5px;
}
.intrayRmks .from {
	width:10em;
}
.intrayRmks .to {
	width:10em;
}
.intrayRmks .text {
}
.intrayRmks .unack {
	background-color:#ffcccc;
	color:#333333;
	border-bottom:solid white 1px;
}
.intrayRmks .text .reply {
	background-color:#b8e1b6;
	color:#333333;
}
textarea.intrayRmks {
	height:4rem;
	max-height:20rem;
	font-size:0.8em;
}
.intrayRmks td.options .ui-button-text {
	padding:0;
}
.bubble {
	position: relative;
	padding: 10px;
	background: azure;
	color:black;
	border: black solid 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.rmkScroller {
	overflow:auto;
	height:300px;
}
#dialogFields {
	font-size:1rem;
}
#dialogFields textarea {
	width:95%;
	resize:vertical;
}
#dialogFields label {
	width:10em;
	line-height:2;
}

table.finalItinerary {
	margin-top:1em;
	font-size:0.75em;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid black;
}

table.finalItinerary.header {
	min-width:auto;
	border:1px solid black;
}

@media screen {
	table.finalItinerary {
		margin-left:auto;
		margin-right:auto;
		width:80%;
	}
	table.finalItinerary.header {
		width:80%;
	}
}

.finalItinerary.header .heading {
	text-align:center;
	font-weight:bold;
	font-size:1.25em;
}
.finalItinerary.header td {
	padding-bottom:2px;
	border:1px solid black;
}

.finalItinerary.header .col1 {
	width:20em;
}

.finalItinerary.header .col2 {
	min-width:20em;
}

.finalItinerary th, .finalItinerary td {
	padding-left:2px;
	padding-right:3px;
	vertical-align:top;
	border-left:1px solid black;
	border-right:1px solid black;
}
.finalItinerary th {
	border-top:1px solid black;
	border-bottom:1px solid black;
}
.finalItinerary td {
	padding-bottom:6px;
}
.finalItinerary tr.daySpacer {
	padding-top:10px;
}
.finalItinerary .date {
	white-space:nowrap;
}

.finalItinerary .city {
	min-width:40px;
	max-width:200px;
}

.finalItinerary .service {
	min-width:200px;
	max-width:450px;
}

.finalItinerary .supplier {
	min-width:100px;
}

.finalItinerary td.pax {
	min-width:5em;
}
.finalItinerary .pending {
	font-weight:bold;
}
.finalItinerary .localTax {
	font-weight:bold;
}
.finalItinerary .rooms {
	white-space:nowrap;
}
.finalItinerary .duration {
	width:50px;
}
.finalItinerary .hotel {
	font-size:1.1em;
	font-weight:bold;
}
div.finalItinerary.longText {
	page-break-after:always;
	font-size:10px;
}
.flex.buttons {
	flex-grow:1;
	justify-content:flex-end;
}
div.apiError {
	clear:both; 
	margin:10px; 
	font-size:125%;
}
.apiError p {
	margin-top:1em;
}
div.news {
	min-height:12em; 
	width:98%; 
	overflow-y:auto; 
	word-wrap:break-word;
}
.userInactive {
	font-weight:bold;
	font-style:italic;
}
.checkOpen {
	color:red;
	margin-left:4em;
}
table.popupItinerary tr {
	vertical-align:top;
}
table.popupItinerary td, th{
	padding: 2px 1em 2px 1em;
}
table.popupItinerary td.date, th.date {
	width:8em;
}
table.popupItinerary td.time, th.time {
	width:4em;
	text-align:center;
}
table.popupItinerary td.city, th.city {
	max-width:15em;
}
div.popupItinerary.heading {
	padding:0 0 10px 0; 
	font-weight:bold;
}
.override {
	color:red;
}
.top {
	vertical-align: top;
}
#journeyList .li4 {
	display:block;
	width:25%;
	float:left;	
}
#journeyList li * {
	text-align:right;
	margin-right:2px; 
	padding-left:0;	
	padding-right: 4px;
}
#journeyList li div.legName {
	float:left;
	width:18ch;
}
#journeyList li input.time {
	float:right;
	width:6ch;
}
#journeyList li label {
	display: inline;
	font-weight: normal;
}
div#journeyInfoEdit {
    min-width: 900px;
    margin-top: 0.5em;
}
div#journeyInfo {
    margin-top: 0.5em;
}
.offericon {
	font-weight:bold;
	color:#3399cc;
}
.pull-right {
	padding-left: 5em;
}
.red-small {
 	color: red;
 	font-size: 0.9em;
}
#table-container {
    display: table;
}
#table-row  {
	display: table-row;
}
#tr-left, #tr-right, #tr-middle {
	display: table-cell;
}
.cell.confirm {
	text-align:center;
	width:7em;
}	
.cell.confirm .confirmBtn {
    background-image:none;
	background-color:#339900;
	color:white;
	width:6rem;
}
footer.links {
	width:100%;
	text-align:center;
	color:#999999;
	font-size:0.9rem;
}
footer.links a {
	color:inherit;
}
ul.separatedLinks {
	display:inline-flex;
	justify-content:center;
	width:inherit;
}
ul.separatedLinks li {
	margin-left:1em;
}
ul.separatedLinks li + li:before {
	content:"|";
	padding-right:1em;
}
div.homeIntraySearch li {
	line-height:1.5em;
}
div.row.listing a {
	color:#3399CC;
	font-weight:bold;
}
div.row.listing .popupMenu a {
	background:#3399cc;
	font-weight:normal;
	color:white;
}
div.row.listing .ui-icon {
	background-image:url(sreDTMDNTM4v5bYx4O8XM4cBql7xsu6iIhpJVC9PQSy.png);
}
.reserve ul.separatedLinks {
	margin-bottom:1em;
	margin-left: -1em;
}
.reserve ul.separatedLinks a {
	color:#3399CC;
}
.reserve .status {
	font-size:1.5em;
}
.reserve div.actioned {
	margin-bottom:1em;
}
.reserve .footer {
	margin-top:1rem;
  	margin-bottom:1.5rem;
}
#loginForm footer {
	margin-top:2em;
	justify-content:center;
}
#passwordForm label, #loginForm label {
	line-height:3;
}
div.navBar {
  	display: flex;
	margin-top:1em;
	font-size:1em;
	font-weight:bold;
	width:100%;
}
.navBar a:hover {
	color:gray;
}
.navBarLeft {
	flex-grow:0;
}
.navBarRight {
	flex-grow:1;
	margin-right:1em;
	text-align:right;
	white-space: nowrap;
}
nav.navBarRight {
	background-color:inherit;
	padding-top:0;
}
nav.navBarRight a {
	color: #333333;
	font-weight:bold;
}
.logoStamp {
	display:none;
 	width:100%;
	position:relative;
}
.logoStamp div {
	font-size:5pt;
	padding-top:55px;
	padding-right:10px;
	text-align:right;
	color:black;
}
.logoStamp img {
	position:absolute;
	top:0;
	right:5px;
}
@media print {
	.logoStamp {
		display:inline;
	}
	#logoImage {
		margin-top:5px
	}
}
.no-titlebar .ui-dialog-titlebar {
    display: none !important;
}

@font-face {
    font-family: 'foundry_context_regularRg';
    src: url('HU01tE5adOMU3iBYuXoxgKrOwOOVn8rd7WQciHyivjU.woff2') format('woff2'),
         url('IsR8bW9Ja0qp4LuNf01cfAITHYNwayJq0Rcmj16RdnK.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
div.centered {
	width:50%;
	margin:0 auto;
}
hr.remarks {
	border-bottom:1px solid silver;
	margin-bottom: 1em;
}
.warnUser {
	color: red;
	font-weight:bold;
	font-size: 1.2em;
}
.buttons a.remarks.unack {
	background-color:red;
}
.buttons a.remarks.some {
	background-color:green;
}
.g2button {
	width: 100%;
	font-weight:bold;
	white-space:nowrap;
	cursor: pointer;
	border: black solid 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.g2button.cream {
	background-color:#ffffe5;
}
.g2button.yellow {
	margin-top:10px;
	background-color:#ffff7f;
}
.g2button.cyan {
	margin-top:10px;
	background-color:#72e5e5;
}
.g2button.blue {
	margin-top:10px;
	background-color:#089bd4;
}
#performDefaultButton {
	width:0;
	height:0;
	outline:none;
	border-style:none;
}
.arrived, .arrived a {
	color:green !important;
	font-weight:bold;
}