body {
	font-family: "Open Sans", Arial, sans-serif;
	margin:0;
	display: table;
	width: 100%;
	height: 100%;
}

a { text-decoration: none; }
a:link { color: #000099; }
a:visited { color: #000099; }
a:active { color: #000099; }
a:hover { color: #e10000; }

input, button, textarea {
	-webkit-appearance: none;
	-webkit-border-radius:0;
	border-style:solid;
	border-width:1px;
	border-color:#aaa;
	background-color:#f8f8f8;
	color:#000;
	margin:1px;
	padding:3px 2px 3px 2px;
}

input[type='submit'], input[type='button'] {
	margin:6px 2px 2px 2px;
	padding:4px 7px 4px 7px;
	border-radius: 4pt;
	color: #530581;
	border-color: #9F37D4;
	font-weight: 500;
}

input[type='submit']:hover, input[type='button']:hover {
	background-color: #F0E8F3;
}

input.default {
	color: #fef;
	background-color: #A13ADA;
	font-weight: 600;
}
input[type='submit'].default:hover {
	background-color: #66069F;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
}
input[type='radio'] {
	-webkit-appearance: radio; /* auto doesn't work for for iPad */
	-webkit-border-radius:10px; /* for iPad */
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari */
	input[type='radio'] {
		-webkit-appearance: none;
		background-clip: content-box;
		width: 16px;
		height: 16px;
		padding: 2px;
		border-radius: 50%;
	}
	input[type="radio"]:checked {
		background-color: #555;
	}
}

.notice {
	border: 1px solid #abebc6;
	border-radius: 10px;
	padding: 12px;
	height: auto;
	clear: both;
	background-color: #eafaf1;
}

.notice.old {
	border: 1px solid #fc0;
	background-color: #fff9c4;
}


.panelHidden {
    visibility: hidden;
    height:0;
}

.panelVisible {
    visibility: visible;
    height:auto;
}


form {
	margin:0;
	padding:0;
}



.pageHeading {
	text-align: center;
	font-size: 22px;
	color: #CCC;
}

.information {
	font-size: 18px;
	color: #888;
}

.panel {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 4px;
	height: auto;
	clear: both;
	text-align: left;
}

.panel.inner {
	width: 98%;
	width: calc(100% - 10px);
}


.fieldTable {
	width: 100%;
}

.field {
	width: 100%;
	font-size:14px;
	line-height: 28px;
	display:inline-block;
}


.fieldInlineValue {
	clear: both;
	color:#000;
}

.fieldEnd {
	clear: both;
}


.fieldTitle {
	float: left;
	width: 17%;

	color:#888;
}

td.fieldTitle {
	float: none;
	width: auto;
}
.fieldText {
	float:left;
}
.fieldTitle input[type='submit'] {
	margin:0;
}

td.fieldText {
	float: none;
}

.fieldValue {
	float:left;
	display:inline-block;
}
td.fieldValue {
	float: none;
	width: auto;
	display:table-cell;
}

.fieldValue input {
	width:99%;
}

.fieldValue.medium input {
	max-width:200px;
}

.fieldValue textarea {
	width:99%;
}

.fieldError {
	color:red;
	display:inline-block;
}

.fieldSubmit {
	float:right;
	text-align: right;
	white-space: nowrap;
}

.fieldSubmitLeft {
	float:left;
	text-align: left;
}

.fieldSubmitCenter {
	text-align: center;
}


.fieldHeading {
	color:#888;
	text-align:center;
	font-size: 18px;
}

.fieldHeading.left {
	text-align:left;
}


.fieldMenu {
	text-decoration:none;
	white-space: nowrap;
	vertical-align: top;

	width:100%;
	display:inline-block;
	margin: 0 3px 0 0;
}

.fieldMenuItem {
	cursor: pointer;
	background-color:#eee;
	margin:1px;
	padding:3px;
	width:100%;
	text-align:left;
	border: 1px solid #ddd;
	font-size:18px;
}

.fieldMenuItem:hover {
	background-color:#cef;
}

.url {
	overflow: hidden;
	white-space: nowrap;
}

.urlWrap {
	overflow-wrap:anywhere;
}

.cols1 {
}

.cols2 {
	clear: both;
}

.cols4 {
	float: left;
	width: 50%;
}

.cols1 .fieldTitle {
	float: none;
	width: 100%;
}

.cols1 .fieldValue {
	width: 100%;
}

.cols2 .fieldValue.fill {
	width:83%;
}

.cols2.wide .fieldTitle {
	width: 35%;
}
.cols2.wide .fieldValue {
	width:65%;
}

.cols2 .half {
	width:50%;
}

.cols2 .half input {
	width:auto;
}

.cols4 .fieldTitle {
	float:left;
	width: 34%;
}

.currency {
	text-align: right;
	display:inline-block;
	white-space: nowrap;
}
td.currency {
	display:table-cell;
}

.enterCurrency {
}

.enterCurrency input {
	text-align: right;
	max-width:120px;
}



.date {
	text-align:left;
/*	float:left; */
	display:inline-block;
}

.date input {
	width:99%;
	max-width:120px;
}

.dateInput {
	max-width:120px;
}

.number input {
	text-align:right;
	width:80px;
}


.placeholder {
	color:lightGray;
}

.appMenuContainer {
	display:inline-block;
	vertical-align: top;
}

.appContent {
	display:inline-block;
	text-align: left;
	width: 600px;
	max-width: 600px;
}

.full {
	text-align: center;
	width: 100%;
	max-width: 100%;
}

.appMenu {
	text-decoration:none;
	white-space: nowrap;
	vertical-align: top;

	display:inline-block;
	margin: 0 3px 0 0;
}

.appMenuGroup {
	color:gray;
}


.appMenuItem {
	margin:1px;
}

.appMenuItemContent {
	width:100%;
	text-align:left;
}


.appMenuItem input {
	font-size:18px;
	padding:12px;
	color: #005B77;
	border-radius: 4px;
	border: 1px solid #11B5FF;
	background-color: #fff;
}

.appMenuItem input:hover {
	background-color:#cef;
}


.menuItem a:link { color: #444; }
.menuItem a:visited { color: #444; }
.menuItem a:active { color: #444; }
.menuItem a:hover { color: #444; }

.error {
	color:red;
}

.alert {
	color:red;
}

.warning {
	color:orange;
}

.action {
	color:green;
}

.positive {
	color:green;
}

.actionMessage {
	font-size: 16px;
	color:green;
}

.required {
	color:red;
}

.available {
	color: #4c4;
}

.availability {
	white-space: nowrap;
	min-width: 60pt;
}	

.availabilityBooking {
	text-align: left;
	padding: 0 2px 0 2px;
}
.availabilityBooking a:link, .availabilityBooking a:visited, .availabilityBooking a:active {
	color: orange;
}
.availabilityBooking.confirmed a:link, .availabilityBooking.confirmed a:visited, .availabilityBooking.confirmed a:active {
	color: green;
}

.notConfirmed {
	color: orange;
}

.header {
	width: 100%;
	height: 50px;
	background-color: #1A212D;
}

.header .headerTitle {
	text-align: center;
	font-size: 22px;
	font-weight: 800;
	color: #eee;
	padding-top: 10px;
}
.headerTitle a:link { color: #eee; }
.headerTitle a:visited { color: #eee; }
.headerTitle a:active { color: #eee; }
.headerTitle a:hover { color: #eee; }

.header .headerMenu {
	float: left;
	font-size: 22px;
	font-weight: 800;
	color: #66C1DD;
	padding-top: 10px;
}
.headerMenu a:link { color: #66C1DD; }
.headerMenu a:visited { color: #66C1DD; }
.headerMenu a:active { color: #66C1DD; }
.headerMenu a:hover { color: #66C1DD; }


.footerBar {
	width: 100%;
	height: 50px;
	background-color: #1A212D;
}

.footer {
  	color: rgba(255,255,255,0.5);
	background-color:#1E2633;
	font-size: 13px;
	width: 100%;
	margin: -8px;
	display: table-row;
	height: 1px;
}

.footer a:link { color: rgba(255,255,255,0.5); }
.footer a:visited { color:rgba(255,255,255,0.5); }
.footer a:active { color: rgba(255,255,255,0.5); }
.footer a:hover { color: rgba(255,255,255,0.5); }

.footer-sub-content  {
	padding: 32px 0 28px 0;
	margin-right: auto;
	margin-left: auto;
	max-width: 1150px;
	display: table;
}

.widget-title {
	font-family: "Lato", Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
	font-size: 14px;
	margin: 0 0 1em 0;
}

.footer-contact {
	float: left;
	background-color: rgba(0, 0, 0, 0);
	color: rgba(255, 255, 255, 0.5);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	padding-bottom: 1px;
	margin-left:30px;
	text-rendering: optimizeLegibility;
}

.footer-contact svg  {
	width: 1.25em;
	display: inline-block;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
}


.footer-contact a {
	border-bottom-color: rgba(255, 255, 255, 0.5);
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


.footer-nav {
	float: right;
	line-height: 25px;
	box-sizing: border-box;
	font-family: "Open Sans", Arial, sans-serif;
}
	
.footer-nav span {
	padding: 0 3pt 0 3pt;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}



@media only screen and (max-width : 790px) {
	.appContent {
		float: none;
		width: 95%;
	}

	.appMenu {
		float: none;
	}

	.appMenuItem {
		float: left;
	}

	.appMenuItemContent {
		padding:2px;
		font-size:16px;
	}

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

	.cols4 .fieldTitle {
		width: 17%;
	}
	
	.footerBar {
		height: 3px;
	}

	.header {
		height: 3px;
	}

	.header .headerMenu {
		display: none;
	}

	.header .headerTitle {
		display: none;
	}
}

@media only screen and (max-width : 400px) {
	.fieldTitle {
		width: 100%;
		clear: both;
	}

	.cols4 .fieldTitle {
		width: 100%;
	}

	.fieldValue {
		width: 100%;
		clear: both;
	}

}

@media screen {
	.printableOnly {
		display: none;
	}
	.screenOnly {
		display: block;
	}
	.footer {
		display: table-row;
	}
}

@media print {
	.printableOnly {
		display: block;
	}
	.screenOnly {
		display: none;
	}
	.footer {
		display: none;
	}

}

