@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);
/* input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} */
body * {
	font-family: 'Droid Sans', sans-serif;
}
body {
	background-color: transparent;
	margin: 0px auto;
	text-align: center;
	font-size: 16px;
	color: #000000;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	/* padding: 10px 0px 0px 20px; */
}
h2 {
  font-weight: normal;
}

.priceCalculation table tbody tr td strong{
  font-weight: normal;
}
#country a img {
  height: 20px;
  width: 30px;
}
.green, .grey {
  transition: all .5s ease-in;
  width: auto;
  height: auto;
  width: 90%;
  width: calc(90% - 96px);
  width: -moz-calc(90% - 96px);
  width: -webkit-calc(90% - 96px);
  height: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-sizing: inherit;
  font-size: 16px;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  padding: 12px 45px;

}

.green {
  background: #38BA24;
  border: 1px solid #5FAFBD;
  margin: 10px 0px 25px;
}
.grey {
  background: #349FD4;
  border: 1px solid #246D91;
  margin: 10px 0px;
}
.grey-floorplan {
  display: inline-block;
	width: 100%;
  width: calc(100% - 96px);
  width: -moz-calc(100% - 96px);
  width: -webkit-calc(100% - 96px);
  margin: unset;
  text-decoration: none;
  line-height: 20px;
  height: auto;
  margin-bottom: 10px;
}
input[type="checkbox"]{
  display: none;
}

label:before {
  background: linear-gradient(to bottom, #fff 0px, #e6e6e6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #035f8f;
  height: 18px;
  width: 18px;
  display: block;
  margin: 3px 3px 3px 3px;
}
input[type="checkbox"] + label:before {
  content: '';
  background: #fff;
  border-color: #04753F;
  color: #96be0a;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  margin: 3px 10px 3px 3px;
  border-radius: 4px;
}
input[type="checkbox"]:disabled + label:before {
  border-color: #04753F;
  color: #ccc;
  background: #04753F;
}
input[type="checkbox"]:checked + label:before {
  content: '✓';
  background-color: green;
  color: #fff;
  border-radius: 4px;
}
table td .simple-tooltip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: max-content;
}
table td .simple-tooltip img{
  margin-left: 2px;
}
.rentalConditionsContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
}
.result {
	font-weight: bold;
	padding: 4px;
	margin: 20px auto 10px auto;
	width: 90%;
  width: calc(90% - 17px);
  width: -moz-calc(90% - 17px);
  width: -webkit-calc(90% - 17px);
}
.result.error {
	background: #FFE2E2;
	border: 2px solid #FF0000;
	color: #FF0000;
}
.result.good {
	background: #EBFFE5;
	border: 2px solid #309601;
	color: #309601;
}
.container_cal {
	margin: 0px auto;
	width: auto;
	height: 180px;
	text-align: left;
	padding: 20px;
	position: relative;
	font-size: 13px;
	font-family: "Verdana", "Arial";
}
.container_cal .loading {
	position: absolute;
	width: auto;
	height: auto;
	top: 100px;
	background: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	zoom: 1;
	filter: alpha(opacity=95);
	opacity: 0.95;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px #FFF;
	line-height: 30px;
}
.container_cal .loading img {
	height: 11px;
}
.container_cal .loading2 {
	position: absolute;
	width: auto;
	height: auto;
	top: 100px;
	left: 36.5%;
	background: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	zoom: 1;
	filter: alpha(opacity=95);
	opacity: 0.95;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px #FFF;
	line-height: 30px;
	display: none;
}
.container_cal .loading2 img {
	height: 11px;
}
.calendars {
	width: 160px;
	margin: 20px auto 0px auto;
}
.cal {
	display: inline-block;
	background:  #F0ECE9;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	border: 1px solid #F0ECE9;
	margin: 3px;
}
.cal span {
	display: inline-block;
	width: 160px;
	text-align: center;
	color: #555555;
	font-weight: bold;
	text-shadow: 0px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 14px;
	padding: 4px 0px;
}
.cal p { display: none; }

.priceCalculation {
  width: 90%;
  margin: 10px auto;
  font-size: 12px;
}

table.calendar		{ float: left; width: 158px; background: #F0ECE9; margin: 1px; border: 1px solid #F0ECE9; }
table.calendar tr td:first-child	{ border-left: 1px solid #BBBBB9 !important; }
table.calendar tr td.calendar-day-head	{  border-left: 0px !important; }
table.calendar tr:last-child td	{ border-bottom: 1px solid #BBBBB9 !important; }
tr.calendar-row	{  }
td.calendar-day	{ font-size:11px; position:relative; }
td.calendar-day-np	{ background:#DDDDDD; padding: 1px 0px; border-top: 1px solid #BBBBB9; border-right: 1px solid #BBBBB9; }
td.calendar-day-head { background:#BBBBB9; font-weight:bold; color: #333; border-bottom: 1px solid #EEE; font-size: 12px; text-align:center; width:120px; padding: 3px 0px; text-transform: lowercase; }
div.day-number		{ background:#EEE; color:#666; text-shadow: 1px 1px #FFF; border-top: 1px solid #BBBBB9; border-right: 1px solid #BBBBB9; font-weight:normal; padding:3px 0px;text-align:center; }
div.day-number:hover	{ background:#CCC; color: #333; }

div.day-number.current { zoom: 1; filter: alpha(opacity=70); opacity: 0.7; }div.day-number.current { zoom: 1; filter: alpha(opacity=70); opacity: 0.7; }
div.day-number.a { background: #43a538; color: #FFF; text-shadow: 0px 0px; cursor: pointer; }


div.day-number.g { background: #FFD000; color: #FFF; cursor: pointer; }
div.day-number.b { background: #f82424; color: #fff; text-shadow: 0px 0px; }
div.day-number.db { background: #f82424; color: #fff; text-shadow: 0px 0px; }
div.day-number.be { background: #f82424; color: #fff; text-shadow: 0px 0px; }
div.day-number.o { background: #00698C; color: #FFF; text-shadow: 0px 0px; }
div.day-number.ob { background: #00698C; color: #FFF; text-shadow: 0px 0px; }

div.day-number.activeDate { background: #1d9fd3; }
div.day-number.betweenDate { background: #106dc6; }
div.day-number.endDate { background: #1d9fd3; }
td.calendar-day, td.calendar-day-np { width:120px; }

div.day-number.co {
  background: linear-gradient(to top left, #43a538 50%, #01698c 50%);
  color: #fff;
  text-shadow: 0px 0px;
}
div.day-number.do {
  background: linear-gradient(to bottom right, #43a538 50%, #01698c 50%);
  color: #fff;
  text-shadow: 0px 0px;
}
div.day-number.so {
  background: linear-gradient(to top left, #eee 50%, #01698c 50%);
  color: #fff;
  text-shadow: 0px 0px;
}
div.day-number.eo {
  background: linear-gradient(to bottom right, #eee 50%, #01698c 50%);
  color: #fff;
  text-shadow: 0px 0px;
}
div.day-number.s {
  background: linear-gradient(to top left, #eee 50%, #f82424 50%);
  color: #fff;
  text-shadow: 0px 0px;
}
div.day-number.e {
  background: linear-gradient(to bottom right, #eee 50%, #f82424 50%);
  color: #fff;
  text-shadow: 0px 0px;
}

.accoInfoBox {
  display: grid;
  justify-self: center;
  margin: 20px 5% 10px;
  gap: 10px;
  padding: 0px 10px;
  width: 90%;
}
.image-box {
  width: 100%;
  height: 100%;
  display: flex;
  max-height: 250px;
  aspect-ratio: 3.5 / 2.5;
}
.image-box-image {
  width: 100%;
  min-height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.image-box-hidden {
  display: none;
}

.lb-nav a {
    opacity: 1 !important;
    display: block !important;
}

.lb-prev,
.lb-next {
    opacity: 1 !important;
    width: 20% !important;
}

.lb-nav {
    display: block !important;
    pointer-events: auto !important;
}

.lb-prev {
    left: 0;
}

.lb-next {
    right: 0;
}


.prev {
	position: absolute;
	left: 30px;
	top: 10px;
	height: 19px;
	width: 19px;
	cursor: pointer;
	font-size: 20px;
	background: none;
}
.prev:before {
	position:absolute;
	font-family: FontAwesome;
	top:0;
	left:0;
	content: "\f060";
}
.next {
	position: absolute;
	right: 30px;
	top: 10px;
	height: 19px;
	width: 19px;
	cursor: pointer;
	font-size: 20px;
	background: none;
}
.next:before {
	position:absolute;
	font-family: FontAwesome;
	top:0;
	left:0;
	content: "\f061";
}
.prev img, .next img {
	display: none;
}
.container_cal img {
	height: 32px;
}
.greyIt {
	color: #888;
}
.greyIt::before {
    content: "(";
}
.greyIt::after {
    content: ")";
}
.boldIt, .first {
	/* font-weight: bold; */
  padding: 5px 0px;
}
small {
	color: #888;
}
input[type="text"], input[type="tel"], textarea, input[type="email"] {
  width: 100%;
  width: calc(100% - 22px);
  width: -moz-calc(100% - 22px);
  width: -webkit-calc(100% - 22px);
  height: 24px;
  padding: 10px;
  font-size: 16px;
  color: #555;
  /* font-family: 'Droid Sans', sans-serif; */
  background: #FFF;
  border: 0px;
  border: 1px solid #BBBBB9;
  margin: 6px 0px 0px;
}
textarea {
  height: 30px;
  resize: vertical;
}
select.input {
  width: 100%;
  width: calc(100% - 14px);
  width: -moz-calc(100% - 14px);
  width: -webkit-calc(100% - 14px);
  height: 24px;
  padding: 12px 6px;
  font-size: 16px;
  color: #555;
  background: #FFF;
  border: 0px;
  border: 1px solid #BBBBB9;
  margin: 6px 0px;
}
.countrySelectInput, select#van, select#tot {
  width: 100% !important;
  height: 46px !important;
}
.selectArrows {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px;
  }
.selectArrows select::-ms-expand {
    display: none;
 }
/* .selectArrows:after {
	content: '<>';
	font: 17px "Consolas", monospace;
	color: #333;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 11px; */
	/*Adjust for position however you want*/

/*   top: 18px;
	padding: 0 0 2px;
	border-bottom: 1px solid #999; */
	/*left line */

/* 	position: absolute;
	pointer-events: none;
  } */
.selectArrows select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    width: 100%;
    height: 42px;
    float: left;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    text-align: center;
    /* line-height: 1.75; */
    color: #333;
    background: #FFF;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #BBBBB9;
    -ms-word-break: normal;
    word-break: normal;
}
input[type="text"]:focus, textarea:focus, select:focus, input[type="tel"]:focus, input[type="text"]:hover, textarea:hover, select:hover, input[type="tel"]:focus {
  border: 1px solid #238053;
}

input[type="text"], input[type="tel"], textarea, input[type="time"], select.input, .date-input-field, select, input[type="email"] {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-color: #BBBBB9;
  background-color: #fff;
  border: 1px solid #818181;
  margin: 6px 0px 0px;
}

.date-input-field {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #555;
  font-family: 'Droid Sans', sans-serif;
  background: #FFF;
  border: 1px solid #818181;
  margin: 6px 0px;
  box-sizing: border-box;
  line-height: 22px;
}


input[type="time"] {
  height: 44px;
  width: 100%;
  width: calc(100% - 4px);
  width: -moz-calc(100% - 4px);
  width: -webkit-calc(100% - 4px);
}


select.input, .option-select-custom{
  font-size: 16px;
  padding: 10px;
  appearance: unset;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  background: url("../../images/icons/chevron-down-solid.svg") no-repeat center right 4px / 10px;
  background-color: #fff;
}
.option-select-custom {
  padding: unset;
  padding: 1px 18px 1px 4px;
}

.container_cal {
	width: auto;
	text-align: left;
	padding: 10px 10px;
	position: relative;
	font-size: 13px;
	font-family: "Verdana", "Arial";
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  height: auto;
  row-gap: 3px;
  column-gap: 10px;
  align-items: center;
}
.container_cal .loading {
	position: absolute;
	width: auto;
	height: auto;
	top: 100px;
	left: 36.5%;
	background: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	zoom: 1;
	filter: alpha(opacity=95);
	opacity: 0.95;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px #FFF;
	line-height: 30px;
}
.container_cal .loading img {
	height: 11px;
}
.container_cal .loading2 {
	position: absolute;
	width: auto;
	height: auto;
	top: 100px;
	left: 36.5%;
	background: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	zoom: 1;
	filter: alpha(opacity=95);
	opacity: 0.95;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px #FFF;
	line-height: 30px;
	display: none;
}
.container_cal .loading2 img {
	height: 11px;
}

.legendaContainer {
  grid-column: 1/2;
  grid-row: 2/3;
}

table.calendar {
  width: 100%;
/*   width: calc(100% - 2px);
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px); */
  border: unset;
  margin: unset;
}

.calendars {
  display: grid;
	margin: unset;
  width: auto;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/2;
  gap: 20px;
  max-width: 350px;
}
.cal {
	float: left;
	width: 100%;
  width: calc(100% - 1px);
  width: -webkit-calc(100% - 1px);
  width: -moz-calc(100% - 1px);
	background:  #FFF;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	border: 1px solid #BBBBB9;
  margin: unset;
  display: grid;
}
.cal span {
	float: left;
	width: 100%;
	text-align: center;
	color: #555555;
	text-shadow: 0px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	padding: 10px 0px 6px;
  font-weight: unset;
}
td.calendar-day-head {
  background-color: #fff;
  border-bottom: unset;
  width: calc(100% / 7);
  width: -webkit-calc(100% / 7);
  width: -moz-calc(100% / 7);
}
div.day-number {
  text-shadow: unset;
  font-size: 14px;
  padding: 7px 0px;
}
div.day-number.b, div.day-number.be {
  background-color: #f82424;
}
div.day-number.a {
  background-color: #43a538;
}
div.day-number.a[data-background="dark-green"] {
 /*  background-color: #038c03; */
  background-color: #43a538;
}
div.day-number.b,  div.day-number.g{
  color: #fff;
}
div.day-number.betweenDate {
  background: #106dc6 !important;
}
div.day-number.endDate, div.day-number.activeDate {
  background: #1d9fd3 !important;
}
td.calendar-day-np {
  line-height: 30px;
  background: #fff;
  padding: unset;
}
td.calendar-day {
  text-underline-offset: 3px;
}
div.day-number.d[data-background="dark-green"] {
  background: linear-gradient(to bottom right, #43a538 50%, #f82424 50%);
  color: #fff;
  cursor: pointer;
}
div.day-number.c[data-background="dark-green"], div.day-number.ce[data-background="dark-green"]  {
  background: linear-gradient(to top left, #43a538 50%, #f82424 50%);
  color: #fff;
}
div.day-number.d {
  background: linear-gradient(to bottom right, #43a538 50%, #f82424 50%);
  color: #fff;
  cursor: pointer;
}
div.day-number.c, div.day-number.ce {
  background: linear-gradient(to top left, #43a538 50%, #f82424 50%);
  color: #fff;
}
table.calendar tr td.calendar-day-head {
  font-weight: normal;
  font-size: 14px;
}
table.calendar tr td.calendar-day-head:first-child, table.calendar tr td:first-child{
  border-left: unset !important;
}
table.calendar tr td.calendar-day-head:last-child, table.calendar tr td:last-child, table.calendar tr td:last-child div{
  border-right: unset !important;
}
table.calendar tr:last-child td {
  border-bottom: unset !important;
}

.span-mobile {
  display: inline;
  align-items: center;
}
.span-mobile .simple-tooltip {
  width: min-content;
  display: inline-block;
  vertical-align: bottom;
  height: 18px;
  width: auto;
}

.span-mobile .simple-tooltip img{
  margin-right: 2px;
}

.select-places-container {
  width: 90%;
  background: #FFF;
  overflow: hidden;
  margin: 10px 5%;
  display: none;
}
.rooms.rooms-module-ext td.avail, .rooms.rooms-module-ext td.unavail {
  width: auto !important;
}
.rooms-module-ext {
  margin: unset !important;
  width: 100%;
  padding: 0px 10px;
}
.rooms.rooms-module-ext td.black {
  border: unset;
}
.rooms.rooms-module-ext td {
  border: unset !important;
  font-family: unset;
  font-weight: normal;
}
.rooms.rooms-module-ext td.avail, .rooms.rooms-module-ext td.unavail {
  min-width: 30px !important;
  border: 1px solid #CCC !important;
}
.rooms.rooms-module-ext td.unavail {
    background: #CCC;
}

.switch {
  position: relative;
  display: block;
  width: 44px;
  height: 22px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f82424;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 15px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input[type="checkbox"]:checked + .slider {
  background-color: #43a538;
}
input:focus + .slider {
  box-shadow: 0 0 1px #43a538;
}
input[type="checkbox"]:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
input[type="checkbox"]:disabled + .slider {
  opacity: 0.7;
}
.prev, .next {
	height: unset;
	width: unset;
	cursor: pointer;
	font-size: 25px;
	background: none;
  position: inherit;
  top: unset;
  align-self: center;
  text-decoration: none;
  display: grid;
  grid-row: 1/2;
}

.prev:before, .next:before {
	font-family: FontAwesome;
  position: unset;
  left: unset;
  top: unset;
  right: unset;
}

.prev {
  grid-column: 1/2;
  left: unset;
  justify-self: flex-end;
}
.prev:before {
	content: "\f053";
  width: fit-content;
}
.next {
  grid-column: 3/4;
  right: unset;
  justify-self: flex-start;
}
.next:before {
	content: "\f054";
  width: fit-content;
}


.custom-option-container {
  display: grid;
  text-align: left;
}
.custom-option-container .custom-option{
  padding: 5px 0px;
}

.custom-option-container .custom-option label{
  justify-content: center;
  display: flex;
}
.custom-option-container .custom-option div{
  display: grid;
  grid-template-columns: auto 1fr;
  text-align: start;
  align-items: center;
}
.custom-option-container .custom-option fieldset.result.error{
  width: 100%;
  width: calc(100% - 12px);
  width: -moz-calc(100% - 12px);
  width: -webkit-calc(100% - 12px);
  margin: 5px 0px;
}


.tpd-tooltip {
  position: absolute;
}

/* Fix for CSS frameworks that don't keep the use of box-sizing: border-box
   within their own namespace */
.tpd-tooltip,
.tpd-tooltip [class^="tpd-"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Content */
.tpd-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tpd-content-spacer,
.tpd-content-relative,
.tpd-content-relative-padder {
  float: left;
  position: relative;
}
.tpd-content-relative {
  width: 100%;
}

.tpd-content {
  float: left;
  clear: both;
  position: relative;
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
}
.tpd-has-inner-close .tpd-content-relative .tpd-content { padding-right: 0 !important; }
.tpd-tooltip .tpd-content-no-padding { padding: 0 !important; }

.tpd-title-wrapper {
  float: left;
  position: relative;
  overflow: hidden;
}
.tpd-title-spacer {
  float: left;
}
.tpd-title-relative,
.tpd-title-relative-padder {
  float: left;
  position: relative;
}
.tpd-title-relative { width: 100%; }
.tpd-title {
  float: left;
  position: relative;
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.tpd-has-title-close .tpd-title { padding-right: 0 !important; }
.tpd-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
}
.tpd-close-icon {
  float: left;
  font-family: Arial, Baskerville, monospace;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}


/* Skin */
.tpd-skin {
  position: absolute;
  top: 0;
  left: 0;
}

.tpd-frames {
  position: absolute;
  top: 0;
  left: 0;
}
.tpd-frames .tpd-frame {
  float: left;
  width: 100%;
  height: 100%;
  clear: both;
  display: none;
}

.tpd-visible-frame-top .tpd-frame-top { display: block; }
.tpd-visible-frame-bottom .tpd-frame-bottom { display: block; }
.tpd-visible-frame-left .tpd-frame-left { display: block; }
.tpd-visible-frame-right .tpd-frame-right { display: block; }

.tpd-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.tpd-background-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
}
.tpd-no-shadow .tpd-skin .tpd-background-shadow { box-shadow: none !important; }

.tpd-background-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
/* only the top background box should be shown when not using a stem */
.tpd-no-stem .tpd-background-box,
.tpd-no-stem .tpd-shift-stem { display: none; }
.tpd-no-stem .tpd-background-box-top { display: block; }

.tpd-background-box-shift,
.tpd-background-box-shift-further {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.tpd-background {
  border-radius: 10px;
  float: left;
  clear: both;
  background: none;
  -webkit-background-clip: padding-box; /* Safari */
  background-clip: padding-box; /* IE9+, Firefox 4+, Opera, Chrome */
  border-style: solid;
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255,255,255,.1); /* opacity here bugs out in firefox, .tpd-background-content should have no opacity if this opacity is less than 1 */
}
.tpd-background-loading { display: none; }
/* no radius */
.tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background { border-radius: 0; }
.tpd-background-title {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828;
}
.tpd-background-content {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828;
}
.tpd-background-border-hack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
}

.tpd-background-box-top { top: 0; }
.tpd-background-box-bottom { bottom: 0; }
.tpd-background-box-left { left: 0; }
.tpd-background-box-right { right: 0; }

/* iframeshim IE6 */
.tpd-iframeshim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* Skin / Stems */
.tpd-shift-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.tpd-shift-stem-side {
  position: absolute;
}
.tpd-frame-top .tpd-shift-stem-side,
.tpd-frame-bottom .tpd-shift-stem-side { width: 100%; }
.tpd-frame-left .tpd-shift-stem-side,
.tpd-frame-right .tpd-shift-stem-side { height: 100%; }

.tpd-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; /* shows possible invalid subpx rendering */
  width: 16px; /* best cross browser stem: width = 2 x height (90deg angle) */
  height: 8px;
  margin-left: 3px; /* space from the side */
  margin-top: 2px; /* space between target and stem */
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
/* remove margins once we're done measuring */
.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset { margin: 0 !important; }

.tpd-stem-spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tpd-stem-reset .tpd-stem-spacer { margin-top: 0; }

.tpd-stem-point {
  width: 100px;
  position: absolute;
  top: 0;
  left: 50%;
}
.tpd-stem-downscale,
.tpd-stem-transform {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  position: relative;
}

.tpd-stem-side {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.tpd-stem-side-inversed {
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1);
}
.tpd-stem-triangle {
  width: 0;
  height: 0;
  border-bottom-style: solid;
  border-left-color: transparent;
  border-left-style: solid;
  position: absolute;
  top: 0;
  left: 0;
}
.tpd-stem-border {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff; /* will become transparent */
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 0;
}

.tpd-stem-border-corner {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-right-style: solid;
  border-right-width: 0;
}

/* fixes rendering issue in IE */
.tpd-stem * { z-index: 0; zoom: 1; }

/* used by IE < 9 */
.tpd-stem-border-center-offset,
.tpd-stem-border-center-offset-inverse {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tpd-stem-notransform {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.tpd-stem-notransform .tpd-stem-border {
  height: 100%;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  margin: 0;
}
.tpd-stem-notransform .tpd-stem-border-center {
  position: absolute;
}
.tpd-stem-notransform .tpd-stem-border-corner {
  background: #fff;
  border: 0;
  top: auto;
  left: auto;
}
.tpd-stem-notransform .tpd-stem-border-center,
.tpd-stem-notransform .tpd-stem-triangle {
  height: 0;
  border: 0;
  left: 50%;
}

/* transformations for left/right/bottom */
.tpd-stem-transform-left {
  -webkit-transform: rotate(-90deg) scale(-1,1);
  transform: rotate(-90deg) scale(-1,1);
}
.tpd-stem-transform-right {
  -webkit-transform: rotate(90deg) translate(0, -100%);
  transform: rotate(90deg) translate(0, -100%);
}
.tpd-stem-transform-bottom {
  -webkit-transform: scale(1,-1) translate(0, -100%);
  transform: scale(1,-1) translate(0, -100%);
}


/* Spinner */
.tpd-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 36px;
}
.tpd-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 13px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: tpd-spinner-animation 1.1s infinite linear;
  animation: tpd-spinner-animation 1.1s infinite linear;
  box-sizing: border-box !important;
}
.tpd-spinner-spin,
.tpd-spinner-spin:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@-webkit-keyframes tpd-spinner-animation {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes tpd-spinner-animation {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/* show the loader while loading and hide all the content */
.tpd-is-loading .tpd-content-wrapper,
.tpd-is-loading .tpd-title-wrapper { display: none; }
.tpd-is-loading .tpd-background { display: none; }
.tpd-is-loading .tpd-background-loading { display: block; }



/* Resets while measuring content */
.tpd-tooltip-measuring {
  top: 0;
  left: 0;
  position: absolute;
  max-width: 100%;
  width: 100%;
}
.tpd-tooltip-measuring .tpd-skin,
.tpd-tooltip-measuring .tpd-spinner {
  display: none;
}

.tpd-tooltip-measuring .tpd-content-wrapper,
.tpd-tooltip-measuring .tpd-title-wrapper { display: block; }


/* Links */
.tpd-tooltip a,
.tpd-tooltip a:hover { color: #808080; text-decoration: underline; }
.tpd-tooltip a:hover { color: #6c6c6c; }


/*
 * Sizes
 */
/* x-small */
.tpd-size-x-small .tpd-content,
.tpd-size-x-small .tpd-title {
  padding: 7px 8px;
  font-size: 10px;
  line-height: 15px;
}
.tpd-size-x-small .tpd-background { border-radius: 5px; }
.tpd-size-x-small .tpd-stem {
  width: 12px;
  height: 6px;
  margin-left: 4px;
  margin-top: 2px; /* space between target and stem */
}
.tpd-size-x-small.tpd-no-radius .tpd-stem { margin-left: 7px; }
.tpd-size-x-small .tpd-close { margin-bottom: 1px; }
.tpd-size-x-small .tpd-spinner {
  width: 35px;
  height: 29px;
}
.tpd-size-x-small .tpd-spinner-spin { margin: 6px 0 0 9px; }
.tpd-size-x-small .tpd-spinner-spin,
.tpd-size-x-small .tpd-spinner-spin:after {
  width: 17px;
  height: 17px;
}

/* small */
.tpd-size-small .tpd-content,
.tpd-size-small .tpd-title {
  padding: 8px;
  font-size: 10px;
  line-height: 16px;
}
.tpd-size-small .tpd-background { border-radius: 6px; }
.tpd-size-small .tpd-stem {
  width: 14px;
  height: 7px;
  margin-left: 5px;
  margin-top: 2px; /* space between target and stem */
}
.tpd-size-small.tpd-no-radius .tpd-stem { margin-left: 8px; }
.tpd-size-small .tpd-close { margin: 2px 1px; }
.tpd-size-small .tpd-spinner {
  width: 42px;
  height: 32px;
}
.tpd-size-small .tpd-spinner-spin { margin: 7px 0 0 13px; }
.tpd-size-small .tpd-spinner-spin,
.tpd-size-small .tpd-spinner-spin:after {
  width: 18px;
  height: 18px;
}


/* medium (default) */
.tpd-size-medium .tpd-content,
.tpd-size-medium .tpd-title {
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
}
.tpd-size-medium .tpd-background { border-radius: 8px; }
.tpd-size-medium .tpd-stem {
  width: 16px;      /* best cross browser stem width is 2xheight, for a 90deg angle */
  height: 8px;
  margin-left: 6px; /* space from the side */
  margin-top: 2px; /* space between target and stem */
}
.tpd-size-medium.tpd-no-radius .tpd-stem { margin-left: 10px; }
.tpd-size-medium .tpd-close { margin: 4px 2px; }
/* ideal spinner dimensions don't cause movement op top and
   on the stem when switching to text using position:'topleft' */
.tpd-size-medium .tpd-spinner {
  width: 50px;
  height: 36px;
}
.tpd-size-medium .tpd-spinner-spin { margin: 8px 0 0 15px; }
.tpd-size-medium .tpd-spinner-spin,
.tpd-size-medium .tpd-spinner-spin:after {
  width: 20px;
  height: 20px;
}


/* large */
.tpd-size-large .tpd-content,
.tpd-size-large .tpd-title {
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
}
.tpd-size-large .tpd-background { border-radius: 8px; }
.tpd-size-large .tpd-stem {
  width: 18px;
  height: 9px;
  margin-left: 7px;
  margin-top: 2px; /* space between target and stem */
}
.tpd-size-large.tpd-no-radius .tpd-stem { margin-left: 10px; }
.tpd-size-large .tpd-close { margin: 5px 2px 5px 2px; }
.tpd-size-large .tpd-spinner {
  width: 54px;
  height: 38px;
}
.tpd-size-large .tpd-spinner-spin { margin: 9px 0 0 17px; }
.tpd-size-large .tpd-spinner-spin,
.tpd-size-large .tpd-spinner-spin:after {
  width: 20px;
  height: 20px;
}



/* Skins */
/* default (dark) */
.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-close { color: #fff; }
.tpd-skin-dark .tpd-background-content,
.tpd-skin-dark .tpd-background-title {
  background-color: #282828;
}
.tpd-skin-dark .tpd-background {
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255,255,255,.1);
}
/* line below the title */
.tpd-skin-dark .tpd-title-wrapper { border-bottom: 1px solid #404040; }
/* spinner */
.tpd-skin-dark .tpd-spinner-spin {
  border-color: rgba(255,255,255,.2);
  border-left-color: #fff;
}
/* links */
.tpd-skin-dark a { color: #ccc; }
.tpd-skin-dark a:hover { color: #c0c0c0; }

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

	.overzicht td {
		text-align: center !important;
		margin: 4px 0px !important;
	}
	.overzicht td img {
		width: 100% !important;
		height: auto !important;
	}
	.button {
			clear: both !important;
			display: block !important;
		float: none !important;
		margin: 5px auto !important;
	}
}