@import url("icons.css");

html,
body {
  background-color: #efefef;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 100%;
  margin: 0;
  padding: 0;
}

header {}

h1, h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.15em;
}

h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

hr {
  border: none;
  border-bottom: 1px dotted #ccc;
  clear: both;
  line-height: 1px;
}

b, .blue {
  color: #4872c7;
}

.darkgreen {
  color: #0e7e00;
}

.gray {
  color: #666;
}

.darkgray {
  color: #333;
}

.green {
  color: #7EB407;
}

.red {
  color: #E10B00;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.nopadding {
  padding: 0 !important;
}

iframe {
  border: none;
  min-height: 680px;
  margin:10px 0px;
  overflow: visible;
  width:100%;
}
.StripeElement iframe { min-height: 0; }

h2 {
  color: #E10B00;
  font-size: 1.3em;
  margin-top: 10px;
  text-align: center;
  text-transform: capitalize;
}

h3 {
  text-align: center;
}

h3, h4 {
  color: #4872c7;
  font-size: 1.5em;
  margin: 0 0 10px;
}

h5 {
  font-size: 1em;
  margin: 0;
}

/* !NAVIGATION */
nav {
  background-color: #fff;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}

nav div {
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
  text-align: left;
}

nav img {
  margin-right: 50px;
  vertical-align: middle;
}

nav a {
  background-color:#e6e6e6;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0e0e0), color-stop(1, #c4c4c4) );
	background:-moz-linear-gradient( center top, #e0e0e0 5%, #c4c4c4 100% );
	border: 1px solid #bbb;
  border-radius: 5px;
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2);
	color: #606060;
  display: inline-block;
  margin-bottom: 10px;
  padding: 19px 20px 20px;
  text-align: center;
  text-decoration: none;
	text-shadow:1px 1px 0px #e4e4e4;
}

nav a + a{
  margin-left: 8px;
}

nav a:hover {
  background: #888;
  color: #fff;
	text-shadow:1px 1px 0px #444;
}

nav a.active,
nav a.active:hover {
  background-color: #fff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.5, #fdfdfd), color-stop(0.9, #efefef) );
	background: -moz-linear-gradient( center top, #fdfdfd 5%, #efefef 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#efefef');
  border-bottom-color: #efefef;
  border-radius: 5px 5px 0 0;
  color: #0080c0;
  margin-bottom: 0;
  padding-bottom: 30px;
}

/* !BODY */

section {
  background-color: #efefef;
  border-top: 1px solid #4872c8;
  margin-top: -1px;
  text-align: center;
  width: 100%;
  z-index: 50;
}

section .content {
  margin: 0 auto;
  max-width: 960px;
  min-height: 400px;
  overflow: auto;
  padding-bottom: 90px;
  padding-top: 20px;
  text-align: left;
}

section .content .box {
  background-color: #fff;
  border: 1px solid #4872c8;
  border-radius: 10px;
  float: left;
  margin-top: 20px;
  min-height: 50px;
  padding: 10px;
  width: 447px;
}

section .content .box:nth-child(odd) {
  margin-left: 20px;
}

section .content .box img {
  float: left;
  height: 100px;
  margin-right: 12px;
  width: 90px;
}

section .content .box.wide {
  margin-left: 0;
  width: 938px;
}

section .content .box.wide img {
  height: 108px;
  width: 162px;
}

section .content .box[data-target]:hover {
  background-color: #ffffef;
  box-shadow: 1px 1px 2px rgba(45, 45, 45, 0.3);
  cursor: pointer;
}

/* !CONTENT */

div.help {
  display: none;
}

.sort {
  margin: 30px 0 20px;
  position: relative;
}

.sort h3 {
  background-color: #fff;
  border: 1px solid #4872c8;
  border-radius: 8px;
  color: #4872c8;
  font-size: 0.9em;
  left: 50%;
  margin: -8px 0 0 -52px;
  padding: 3px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100px;
}

.sort .sortitems {
  background-color: #fff;
	border: 1px solid #4872c8;
	border-radius: 7px;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	-webkit-column-fill: auto;
	column-count: 4;
	margin: 0;
	overflow: auto;
	padding: 22px 7px 7px;
}

.sort ul li {
  cursor: pointer;
  font-size: 0.9em;
	list-style: none;
	margin: 0;
	padding: 3px;
	text-align: left;
}

.sort ul li:hover,
.sort ul li.active {
  background-color: #96b7f8;
  border-radius: 5px;
}

.container {
  overflow: visible;
  position: relative;
}

.border {
  background-color: #fff;
  border: 2px solid #84BBF3;
  border-radius: 8px;
  padding: 10px;
}

.container table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 938px;
  width:100%;
}

.container table caption {
  background-color: #ddd;
  border: 1px solid #bbb;
  border-radius: 5px;
  color: #444;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
}

.container tr.selfcatering td {
  color: #4872c7;
}

.container tr.deactivated td {
  color: #E10B00;
}

.container tr td {
  font-size: 0.9em;
  line-height: 2em;
  padding-left: 5px;
  vertical-align: middle;
}

.container tr td img {
  vertical-align: middle;
}

.container th {
  background-color: #96b7f8;
  border: 1px solid #fff;
  border-width: 0 0 1px;
  color: #fff;
  font-size: 0.9em;
  padding: 5px 0;
}

.container tfoot th {
  border-width: 1px 0 0;
}

.container tfoot td {
  background-color: #efefef;
  border-top: 2px solid #fff;
  padding-right: 10px;
  text-align: right;
}

.container tfoot td:first-child {
  border-bottom-left-radius: 5px;
}

.container tfoot td:last-child {
  border-bottom-right-radius: 5px;
}

.container th:first-child {
  border-radius: 5px 0 0 0;
  padding-left: 5px;
}

.container th:last-child,
.container th.round-tr {
  border-radius: 0 5px 0 0;
}

.container tbody tr.even td {
	background-color: #fff !important;
}

.container tbody tr:nth-child(odd) td,
.container ul.list li:nth-child(odd) {
  background-color: #efefef;
}

.container tbody tr.odd td {
  background-color: #efefef !important;
}

.container tbody tr.even:hover td,
.container tbody tr.odd:hover td,
.container tbody tr:hover td,
.container ul.list li:hover {
  background-color: #96b7f8 !important;
  cursor: pointer;
}

.container td.message {
  color: #E10B00;
  font-size: 0.9em;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.container tbody td {
	border-style: solid;
	border-color: transparent;
	border-width: 2px 0;
}

.container tbody tr td:first-of-type {
	border-left-width: 2px;
}

.container tbody tr td:last-of-type {
	border-right-width: 2px;
}


.container tbody tr.selected td {
	background-color: rgba(104, 131, 194, .4) !important;
}

.container tbody td .icon {
  margin-top: 5px;
}

/* !FOOTER */

footer {
  background-color: rgb(151,166,189);
  background-color: rgba(99,114,138,0.76);
  bottom: 0px;
  color: white;
  height: 50px;
  margin-top: 15px;
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 999;
}

footer h1 {
  color:white;
  float: right;
  font-size: 1.8em;
  line-height: 0.8em;
  margin: 8px 25px 0 0;
  text-align: right;
  text-shadow: 1px 1px 2px rgba(45,45,45,0.7)
}

footer h1 small {
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1em;
}

footer img {float:left;}
footer .menu {float:left;margin:7px 0 0 20px;}
footer a {text-decoration: none;color: white;font-size: 11px;}
/* FOOTER MENU TOOLTIPS */
footer a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
footer a.tooltip:hover {text-decoration:none;}
footer a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-50px; margin-left:-1px;
    min-width:30px; line-height:16px;overflow: auto
}
footer a.tooltip:hover span{
    display:inline; position:absolute; color:#004f8b;
    border:3px solid #c5d1e4; background:white;box-shadow: 0px 2px 3px rgba(104,104,104,0.5)}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}

/*CSS3 extras*/
footer a.tooltip span
{    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
       border-radius:20px;
       border-bottom-left-radius:0;
}


/* !BUTTONS */

.buttoncontainer {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

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

.buttoncontainer.right {
  text-align: right;
}

.buttoncontainer.vertical {
  min-width: 100px;
}

.buttoncontainer.vertical.left {
  float: left;
}

.buttoncontainer.vertical.right {
  float: right;
}

button,
.button {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #96b7f8), color-stop(1, #4872c7) );
	background: -moz-linear-gradient( center top, #96b7f8 5%, #4872c8 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96b7f8', endColorstr='#4872c8');
	background-color: #79bbff;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: 1px solid #84bbf3;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-size: 0.9em;
	padding: 6px 11px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #528ecc;
}

a.button {
  min-height: 17px;
}

button:hover,
.button:hover,
button.active,
.button.active {
	background: #4872c7;
}

button:active
.button:active {
	position: relative;
	top: 1px;
}

button.green,
.button.green {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	border:1px solid #74b807;
	color:#ffffff;
	text-shadow:1px 1px 0px #528009;
}

button.green:hover,
.button.green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}

button.set,
.button.set {
  border-left-width: 0;
  border-radius: 0;
  display: inline-block;
  margin: 0;
}

button.set:first-child,
.button.set:first-child,
.set.first {
  border-left-width: 1px;
  border-radius: 16px 0 0 16px;
}

button.set:last-child,
.button.set:last-child,
.set.last {
  border-radius: 0 16px 16px 0;
}

.buttoncontainer.vertical button {
  clear: both;
  display: block;
  width: 100%;
}

.buttoncontainer.vertical button.set {
  border-left-width: 1px;
  border-top-width: 0;
}

.buttoncontainer.vertical button.set:first-child,
.buttoncontainer.vertical button.set.first {
  border-radius: 8px 8px 0 0;
  border-top-width: 1px;
}

.buttoncontainer.vertical button.set:last-child,
.buttoncontainer.vertical button.set.last {
  border-radius: 0 0 8px 8px;
}

button.single,
.button.single {
  border-radius: 16px;
}

button.red,
.button.red {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	border-color: #d83526;
	color:#ffffff;
	text-shadow:1px 1px 0px #b23e35;
}

button.red:hover,
.button.red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}

button.grey,
.button.grey,
button.disabled,
.button.disabled,
button.disabled:hover,
.button.disabled:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0e0e0), color-stop(1, #c4c4c4) );
	background:-moz-linear-gradient( center top, #e0e0e0 5%, #c4c4c4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#c4c4c4');
	background-color:#e6e6e6;
	border-color: #c0c0c0;
	color: #606060;
	text-shadow:1px 1px 0px #e4e4e4;
}

button.grey:hover,
.button.grey:hover {
	background: #c4c4c4;
}

button.disabled:hover,
.button.disabled:hover {
	cursor: not-allowed;
}

.arrow.down {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #4872c7;
	bottom: -5px;
	height: 0;
	position: absolute;
	width: 0;
}

.arrow.down.grey {
  border-top-color: #c4c4c4;
}

/* !POPUP ELEMENTS */

div.mask {
  background-color: #fff;
  /* background-color: rgba(50, 50, 50, 0.5); */
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  display: none;
  position: absolute;
  z-index: 9998;
}

/*
body > div.mask {
  position: fixed;
}
*/

div.waiter {
  background-image: url(../img/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

div.popup {
  background-color: #fff;
  border: 1px solid #888;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  left: 50%;
  margin-left: -100px;
  margin-top: -50px;
  min-height: 100px;
  min-width: 200px;
  overflow: auto;
  position: absolute;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  z-index: 1001;
}

div.popup div.pbody {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

div.popup div.pbody p {
  padding: 0 15px;
}

div.popup .buttoncontainer {
  background-color: #efefef;
  border-top: 1px solid #e0e0e0;
  bottom: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  position: absolute;
  text-align: center;
  width: 100%;
}

div.popup .buttoncontainer button {
}

div.popup .modal {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: inherit;
  min-height: 100px;
  margin: 10px;
  padding: 20px;
}

/* !FORM ELEMENTS */

form {
  overflow: auto;
  padding: 30px;
}

form.invisible {
  margin: 0;
  padding: 0;
}

form .hidden {
  display: none;
}

form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

form legend {
  color: #4872c7;
  font-size: 1.5em;
  margin-bottom: 10px;
}

form label {
  clear: both;
  color: #4872c7;
  display: block;
  float: left;
  font-size: 1em;
  line-height: 1.7em;
  margin-right: 10px;
  padding: 3px 0;
  text-align: left;
  width: 120px;
}

form label .right {
  float: right;
  font-size: inherit;
  text-decoration: none;
}

form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=date],
form input[type=number],
form input[type=radio],
form input[type=checkbox],
form input.text,
form span,
form textarea,
form select {
  float: left;
  font-size: 1em;
  line-height: 1.7em;
  margin-bottom: 2px;
}

form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=number],
form input.text,
form span,
form textarea,
form select {
  background-color: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  font-family: 'CGOmegaRegular', Arial, Helvetica, sans-serif;
  padding: 2px 3px;
  text-align: left;
  width: 402px;
}

form input:focus {
  border-radius: 4px;
  border: 1px solid #84BBF3;
  outline: none;
}

form input.large {
  font-size: 1.2em;
  padding: 8px;
}

form input.half {
  width: 194px;
}

form input + input {
  margin-left: 3px;
}

form textarea {
  height: 100px;
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  vertical-align: top;
}

form span.clear {
  background-color: transparent;
  border-color: transparent;
  overflow: auto;
  padding-bottom: 0;
  padding-left: 0;
  width: 405px;
}

form span.fullwidth {
  width: 532px;
}

form span.fullwidth.clear {
  width: 535px;
}

form span .item {
  background-color: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 18px;
  margin: 0;
  overflow: visible;
  padding: 5px;
  position: relative;
  width: auto;
}

form span .item input {
  position: absolute;
  visibility: hidden;
  z-index: 1;
}

form span .item img,
form span .item small {
  display: inline-block;
  cursor: pointer;
  height: 18px;
  z-index: 100;
}

form span .item small {
  font-size: 0.9em;
  vertical-align: 2px;
}

form span .item:hover,
form span .item.active {
  background-color: #ff0;
  border-color: #555;
}

form span .item.text {
  font-size: 0.8em;
  height: auto;
  line-height: 1em;
  text-align: center;
}

form label.iphone + span p {
  float: none;
  display: inline;
  text-align: left;
  line-height: 27px;
}

form label.iphone + span img {
  width: 27px;
  height: 27px;
  float: right;
}

form label + input[type=text].error,
form input.text.error,
form span.error,
form textarea.error {
  background-color: #ffeaea;
  border-color: #f00;
}