@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');

/* Extra small devices (phones, 600px and down) */
* {
	font-family: 'Montserrat', 'Roboto', sans-serif;
	box-sizing: border-box;
}

/*
@media only screen and (max-width: 700px) {
	* { font-size:large; line-height: 160%; }
}
*/

/* Small devices (portrait tablets and large phones, 700px and up) */
@media only screen and (min-width: 900px) {
	* { 
font-size:large; 
line-height: 160%; 
}
}

/* Medium devices (landscape tablets, 1100px and up) */
@media only screen and (min-width: 1100px) {
	* { 
font-size:large; 
line-height: 160%; 
}
} 

/* Large devices (laptops/desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	* { 
font-size:large; 
line-height: 160%; 
}
} 

/* Extra large devices (large laptops and desktops, 1600px and up) */
@media only screen and (min-width: 1600px) {
	* { 
font-size:medium; 
line-height: 160%; 
}
}


/* bootstrap setting * /
/* Extra small devices (phones, less than 768px) * /
/* No media query since this is the default in Bootstrap * /

/* Small devices (tablets, 768px and up) * /
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) * /
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) * /
@media (min-width: @screen-lg-min) { ... }

/* end-of-bootstrap settings */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', 'Roboto', sans-serif;
	text-align: center;
	width: 100%;
}
h1 {
	font-size: xx-large;
	/* font-size: 4.0vw; */
}
h2 {
	font-size: x-large;
	/* font-size: 3.2vw; */
	color: white;
	text-shadow: 2px 2px 4px #000000;
	display: inline-block;
}
h3 {
	font-size: large;
	/* font-size: 3.0vw; */
}
h4 {
	font-size: medium;
	/* font-size: 2.6vw; */
}
*, body, p, div, span, label, legend, label, input, select, .btn, button, textarea, fieldset  {
	font-size: medium;
	/* font-size: 2.0vw; */
}
.center_h {
	font-size: medium;
	text-align: center;
	margin: 0 auto !important;
}
small {
	font-size:80%;
	/* font-size: 1.5vw !important; */
}

/* menubar */ 
.menubar {
	/*background-color: #ed4a34b2;
	background-image: url("../../vctusr/images/vct-hdr.jpg");
	background-repeat: no-repeat;
	opacity: 0.5; //  #ed4a34 */
	background: linear-gradient(to right, #ff4400, #ff4400, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #ff4400, #ff4400);
/*	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 0, 0, 1), rgba(0, 0, 0, 0)); */
	position: -webkit-sticky;
	position: sticky;
	height: 78px;
	top: 0; /* required */
	z-index: 1;
}
.menu {
    text-decoration: none;
    cursor: pointer;
}
.logo {
	background-image: url("../../vctusr/images/vct-96.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 78px;
	height: 78px;
	position: relative;
	display: inline-block;
	float: left;
}
.logo2 {
	background-image: url("../../vctusr/images/logo/VCT-Logo-128x78tr.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 128px;
	height: 78px;
	position: relative;
	display: inline-block;
	float: left;
}
.logo-text {
	margin-top: 5px;
	margin-left: 4px;
	font-size: x-large;
	font-weight: 900;
	color: #ffeecc;
	float: left;
}
.staging {
	margin-top: 14px;
	margin-left: 40px;
	font-size: x-large;
	font-weight: 900;
	color: #ffeecc;
	text-align: center;
	float: left;
}

.center {
	text-align: center;
}

.profile_photo {
	margin: 0px 0px 0px 10px;
	cursor: pointer !important;
	float: right;
	font-size: 1em;
	background-image: url("../../../vctprofiles/default.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 128px;
	height: 128px;
	border-radius: 15px !important;
}
.profile_thumb {
/*	background-image: url("../../../vctprofiles/default.png"); */
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
	margin-top: 6px;
	margin-right: 10px;
	width: 45px;
	height: 45px;
	border: none;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #aaa;
	position: relative;
	display: inline-block;
	float: left;
}
.profile_likes {
	margin: 0px 0px 0px 10px;
	cursor: pointer !important;
	float: right;
	font-size: 1em;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	border: none;
}
.img_likes {
	width: 40px;
	height: 40px;
}

/* dropdown menu */ 
.dropdown {
	color: black !important;
	text-shadow: 1px 1px 4px #fff;
	position: relative;
	display: inline-block;
	float: right;
	z-index: 1;
}
.dropmenu { /* Menu tekst */
/*	content: "Menu"; */
	float: 	left;
	font-weight: 900;
	font-size: x-large; /* must be fixed */
	margin: 20px 20px 0px 152px;
}
.dropbtn { /* Menu ikoon */
	width: 62px !important;
	height: 62px !important;
	position: relative;
	font-size: 16px; /* must be fixed */
	margin: 20px 16px 0px 0px;
	border: none;
	float: right;	
}
.dropdown:hover,
.dropdown:focus,
.dropdown:active {
    color: red !important;
	display: block;
	position: relative;
	border: 0px;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 320px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 0;
	padding: 10px;	
	top: 78px;
    max-height: 100vh;
/*	max-height: 400%;	/* you can change as you need it */
	overflow: auto;		/* to get scroll */
	z-index: 1;
}
.dropdown-content a {
	font-size: medium; /* must be fixed */
	color: black;
	padding: 8px 12px;
	text-decoration: none;
	display: block;
	position: relative;
}
/* @media(hover: hover) and (pointer: fine) {  / * experimenteel: https://medium.com/@mezoistvan/finally-a-css-only-solution-to-hover-on-touchscreens-c498af39c31c */
	.dropdown-content a:hover {
		background-color: #ccc;
		border-radius: 8px;
		padding: 10px 16px;
		display: block;
		position: relative;
	}
/*}*/
.dropdown:hover .dropdown-content {
	display: block;
} 
.dropdown:hover {
	background-color: #CCC;
	display: block;
	position: relative;
	border: 0px;
}
.separator {
	display: flex;
	align-items: center;
	text-align: center;
	color: #ed4a34;
}
.separator::before, .separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #ed4a34;
}
.separator::before {
	margin-right: .25em;
}
.separator::after {
	margin-left: .25em;
}

div.scroll {
/*	display: flex; */
align-items: center;
	margin: 4px 4px;
	padding: 15px;
	background-color: #e7e7e7;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
div.locscroll {
/*	display: flex; */
align-items: center;
vertical-align: central;
	margin: 4px 4px;
	padding: 15px;
	background-color: #e7e7e7;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.thumbvidscroll {
	align-items: center;
	flex: 0 0 auto;
	height: 300px;
	border-radius: 15px;
	margin: 10px;
}
.thumbimgscroll {
	align-items: center;
	flex: 0 0 auto;
	height: 300px;
	border-radius: 15px;
	margin: 10px;
}
.thumbimg {
	height: 200px;
	float: left;
	border-radius: 15px;
	margin: 10px;
}
img:hover {
    transform: scale(1.1);
/*    transform: scale(1.05) rotate(-1deg);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1); */
}
img {
	max-width: 100% !important;
transition: transform .3s ease-in-out;
}
/*    transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    -moz-transition: -moz-transform 1.2s;
    -o-transition: -o-transform 1.2s;
}*/

iframe {
	position:relative;
	z-index: 0;
}

.flex-container {
/*	display: flex; */
	float: left;
}
.flex-child {
/*	flex: 1; */
	float: left;
}   

fieldset {
    margin: 0px 16px;
	/*border: solid 1px #080808;*/
	border: none;
	background-color:#fafafa !important;
	padding-inline-start: 16px;
	padding-inline-end: 16px;
	padding-bottom: 16px;
}
fieldset.sub {
	background-color:#fff !important;
	border-radius: 3px;
	border: none;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
legend {
    width: auto !important;
	color: #444;
	font-weight: bold;
	border-radius: 6px;
	border: none;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 5px 8px 8px #888888;
	padding: 5px 12px 5px 12px;
	background-color: #fff0e6;
	font-weight: bold;
	margin-left: 0px;
	margin-top: -20px;
}
legend.sub {
	background-color: #f4f4f4;
	border-radius: 6px;
	border: none;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 4px 6px 4px #888888;
	padding: 0px 10px 0px 10px;
	font-size: medium;
	font-weight: normal;
}
.container_legend {
  /* Center child horizontally*/
  display: flex;
  justify-content: center;	
}
.legend {
	cursor: pointer;
	text-align: center;
/*	margin: 0 auto !important; */
	margin-top: -25px !important;
}

label.geoloc {
	font-size: medium;
	width: 160px;
	text-align: right;
	display:inline-block;
}
input.geoloc {
	font-size: medium;
	margin: 10px 10px 10px 10px;
	width: 22%;
}
label.geoloc1 {
	font-size: medium;
	width: 100px;
	text-align: right;
	display:inline-block;
}
input.box.adres {
	width: auto;
}
input, select, button, textarea, fieldset {
	font-family: inherit;
/*	font-size: 100%; /* Set the font size to match with the basesize */
	border-radius: 6px;
	background: unset;
	background: #ffe9e0;
	transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}
input, select, textarea {
	border: none;
	border-left: 1px solid #bbb;
	border-top: 1px solid #aaa;
}
input:hover, select:hover, textarea:hover {
	background: #fff0e6;
	border: 1px solid #888;
}
input[type="file"]:hover {
	background-color: #ff8000;
	border: 0px solid #ff6600;	
}
input:focus, select:focus, textarea:focus {
	background: #fff0e6;
	border: 2px solid #e65c00; /* #ff4400 */
	box-shadow: inset 0 0 2px rgba(0,0,0,.4);
	outline-offset: 0px !important;
	outline: none !important;
}
input[type="text"]:focus {
	background: #fff0e6;
	border: 2px solid #e65c00 !important; /* #ff4400 */
}
input[type="text"]:focus:read-only {
	background: #eaf2fb;
	border: 0px; /* 2px solid #002bff !important; /* #ff4400 */
}
input[type="file"]:focus {
	background-color: #ff8000;
	border: 0px solid #ff6600;	
}
input.nobox, input.nobox:hover:focus:active {
	background-color:#f8f8f8 !important;
	width: auto;
	border: 0px;
}
input:read-only, input:read-only:focus, textarea:read-only, textarea:read-only:focus {
	background-color: lightgray;
	outline-offset: 0px !important;
	outline: none !important;
/*	border: none;
	border-color: #aaa !important; */
	border-left: 1px solid #bbb;
	border-top: 1px solid #aaa;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
/*	cursor: not-allowed; /* gives problems in buttons of vctdb pages */
}
input:disabled, input:disabled:focus, textarea:disabled, textarea:disabled:focus {
	background-color: #e0e0e0;
	outline-offset: 0px !important;
	outline: none !important;
	border: none;
	border-color: #aaa !important;
	border-left: 1px solid #bbb;
	border-top: 1px solid #aaa;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: not-allowed;
}
input[type=search]::-webkit-search-cancel-button {
	-moz-appearance: searchfield-cancel-button;
    -webkit-appearance: searchfield-cancel-button;
	height: 10px;
    width: 10px;
    display: inline-block;
    background: blue;
}
input[type=file] {
    display: none;
}
input[type=reset],
input[type=button] {
	cursor: pointer !important;
}
.input-ro-text {
	width: 300px !important;
    background-color: #fff !important;
    border: 0px !important;
}
.input-ro-text:focus {
    border: 0px !important;
}

#searchloc,
#searchfilter {
	padding-left: 30px !important;
	background-image: url('../images/search16.png');
	background-repeat: no-repeat;
	background-position-x: 0.5rem;
	background-position-y: center;
}

.flex-container {
	margin: 10px;
}
.flex-container input[type="radio"],
.flex-container input[type="checkbox"] {
	opacity: 0;
/*	position: fixed; */
}
.flex-container label {
	display: inline-block;
	background-color: #ddd;
	padding: 6px;
	font-family: sans-serif, Arial;
	font-size: medium;
	border-left: 2px solid #eee;
	border-top: 2px solid #eee;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-radius: 30px;
	width: 250px;
}
.flex-container label:hover {
	background-color: #dfd;
}
.flex-container input[type="radio"]:checked + label,
.flex-container input[type="checkbox"]:checked + label {
	background-color: #bfb;
	border-color: #4c4;
	border-left: 1px solid #4c4;
	border-top: 1px solid #4c4;
	border-right: 2px solid #dfd;
	border-bottom: 2px solid #dfd;
}

textarea {
	box-sizing: border-box;
	color: #111;
	overflow: auto;
	padding: 10px 15px;
	vertical-align: top;
	resize: none;
}
/*
textarea#bijzonderheden {
	background-color: #fcfcfc !important;
}
textarea#bijzonderheden:hover:focus:active {
	background-color: #fff0e6 !important;
}
*/
#status {
	background-color:#f8f8f8 !important;
}
#status:hover {
	background-color: #eee;
}
#status:focus {
	background-color: #eee;
}

label {
/*	cursor: pointer; */
	margin: 10px 10px 0px 0px;
	font-weight: 500;
}
label.myLabel input[type="file"] {
	position:absolute;
	top: -1000px;
}
.myLabel {
	border-radius: 5px;
	background-color: DodgerBlue;
	display: inline-block;
	color: white;
	padding: 12px 20px;
	cursor: pointer;
/*	font-size: 20px !important; */
	font: 400 Arial !important;
}
.myLabel:hover {
	background-color: #ff8000;
}
.myLabel:active {
	background-color: #ff8000;
}
.myLabel :invalid + span {
	color: white;
/*	font-size: 20px; */
	font: 400 Arial;
}
.myLabel :valid + span {
	color: white;
/*	font-size: 20px; */
	font: 400 Arial;
}
label.center {
	text-align: center;
}

.mleft {
	margin-left:1em;
	color: #4d2600;
}
.mleft:hover {
	background-color: #fff;
	color: #ee0000;
}
.divTableCell, .divTableHead {
    text-align: left;
}
@media (max-width: 250px) { 
    .divTableCell {
        width: 100%;
    }
}
.divTableCell:hover {
	background-color: #fffce6;
	box-shadow: 0px 0px 4px gray;
}

a {
	color: #0066ff;	/*4d2600;*/
	cursor: pointer;	
}
a:link, a:visited {
/*	color: (internal value);
	text-decoration: underline; */
	text-decoration: none;
	cursor: pointer;
}
a:link:active, a:visited:active {
	/*color: (internal value);*/
}
a:disabled {
	display: block;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
}
#mask a:link, #mask a:visited {
	color: #000;
	text-decoration: none;
	cursor: auto;
	font-size: 100%;
}
[aria-disabled="true"] {
	display: block;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
	opacity: 0.3;
}

.btn {
	background-color: #ff4400 !important;
	border-left: 1px solid #ffc4b3; /* #ffece6; */
	border-top: 1px solid #ffc4b3; /* #ffece6; */
	border-right: 1px solid #784b3a;
	border-bottom: 1px solid #784b3a;
	color: white !important;
	padding: 12px 20px;
	margin-top: 20px;
	cursor: pointer;
	border-radius: 30px !important;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active {
	background-color: white !important;
	border-left: 1px solid #cfbaaf;
	border-top: 1px solid #cfbaaf;
	border-right: 1px solid #fff2e6;
	border-bottom: 1px solid #fff2e6;
    outline-color: #ff4400 !important;
    box-shadow: none !important;
	color: #ff4400 !important;
}
.btn:disabled,
.btn-success:disabled,
.btn:disabled:hover,
.btn:disabled:focus,
.btn:disabled:active,
.btn-success:disabled:hover,
.btn-success:disabled:focus,
.btn-success:disabled:active {
	background-color: lightgray !important;
	border-left: 1px solid #bbb;
	border-top: 1px solid #aaa;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #222 !important;
	cursor: default;
}

.btnfb-small-white {
	background-image: none;
	background-color: white !important;
 	border-left: 1px solid #cfbaaf;
	border-top: 1px solid #cfbaaf;
	border-right: 1px solid #fff2e6;
	border-bottom: 1px solid #fff2e6;
    outline-color: #1877F2 !important;
    box-shadow: none !important;
	color: #1877F2 !important; /* 4267b2 */

	padding: 4px 20px;
	cursor: pointer;
	font-size: medium;
	border-radius: 20px !important;
}
.btnfb-small-white:hover,
.btnfb-small-white:focus,
.btnfb-small-white:active,
.btnfb-small-white:hover,
.btnfb-small-white:focus,
.btnfb-small-white:active {
	background-image: none;
	background-color: #1877F2 !important; /* 4267b2 */
	border-left: 1px solid #c6d9ec; /* #ffece6; */
	border-top: 1px solid #c6d9ec; /* #ffece6; */
	border-right: 1px solid #3e5474;
	border-bottom: 1px solid #3e5474;
	color: white !important;
	padding: 4px 20px;
	cursor: pointer;
	font-size: medium;
	border-radius: 20px !important;
} 

.btn-small {
	background-color: #ff8400 !important;
	border-left: 1px solid #ffe6cc;
	border-top: 1px solid #ffe6cc;
	border-right: 1px solid #b35c00;
	border-bottom: 1px solid #b35c00;
	color: white !important;
	padding: 4px 20px;
	cursor: pointer;
	font-size: medium;
	border-radius: 20px !important;
}
.btn-small:hover,
.btn-small:focus,
.btn-small:active,
.btn-small-success:hover,
.btn-small-success:focus,
.btn-small-success:active {
	background-color: white !important;
	border-left: 1px solid #b35c00;
	border-top: 1px solid #b35c00;
	border-right: 1px solid #ffe6cc;
	border-bottom: 1px solid #ffe6cc;
    outline-color: #ff4400 !important;
    box-shadow: none !important;
	color: #ff4400 !important;
}
.btnfb {
	background-image: url("../images/f_logo_RGB-White_58.png");
	background-repeat: no-repeat;
	background-color: #1877F2 !important; /* 4267b2 */
    background-size: 40px 40px;
    background-position: 116px 8px; /* move to center pos. */
	border-left: 1px solid #c6d9ec; /* #ffece6; */
	border-top: 1px solid #c6d9ec; /* #ffece6; */
	border-right: 1px solid #3e5474;
	border-bottom: 1px solid #3e5474;
	color: white !important;
	font-size: medium !important; 
	padding: 14px 20px 14px 170px;  /* move to center pos. */
	margin-top: 50px;
	cursor: pointer;
	border-radius: 30px !important;
}
.btnfb:hover,
.btnfb:focus,
.btnfb:active,
.btnfb-success:hover,
.btnfb-success:focus,
.btnfb-success:active,
.btnfb.btnfb-success:hover,
.btnfb.btnfb-success:focus,
.btnfb.btnfb-success:active {
	background-image: url("../images/f_logo_RGB-Blue_58.png");
	background-repeat: no-repeat;
	background-color: white !important;
    background-size: 40px 40px;
    background-position: 116px 8px; /* move to center pos. */
 	border-left: 1px solid #cfbaaf;
	border-top: 1px solid #cfbaaf;
	border-right: 1px solid #fff2e6;
	border-bottom: 1px solid #fff2e6;
	color: #1877F2 !important; /* 4267b2 */
}
.btnfb-small {
	background-image: none;
	background-color: #1877F2 !important; /* 4267b2 */
	border-left: 1px solid #c6d9ec; /* #ffece6; */
	border-top: 1px solid #c6d9ec; /* #ffece6; */
	border-right: 1px solid #3e5474;
	border-bottom: 1px solid #3e5474;
	color: white !important;
	padding: 4px 20px;
	cursor: pointer;
	font-size: medium;
	border-radius: 20px !important;
}
.btnfb-small:hover,
.btnfb-small:focus,
.btnfb-small:active,
.btnfb-small-success:hover,
.btnfb-small-success:focus,
.btnfb-small-success:active {
	background-image: none;
	background-color: white !important;
 	border-left: 1px solid #cfbaaf;
	border-top: 1px solid #cfbaaf;
	border-right: 1px solid #fff2e6;
	border-bottom: 1px solid #fff2e6;
    outline-color: #1877F2 !important;
    box-shadow: none !important;
	color: #1877F2 !important; /* 4267b2 */
}

.btn-right {
	background-color: #ff8400 !important;
	border: 1px solid #ff8400 !important;
	color: white !important;
	padding: 4px 20px;
	margin-left: 8px;
	cursor: pointer;
	font-size: medium;
	border-radius: 20px !important;
	float: right;
}
.btn-right:hover,
.btn-right:focus,
.btn-right:active {
	background-color: white !important;
	border: 1px solid #ff4400 !important;
    outline-color: #ff4400 !important;
    box-shadow: none !important;
	color: #ff4400 !important;
	float: right;
}
.btn-right:disabled {
	opacity: 0;
	border: 0px;
	color: #ff4400 !important;
    box-shadow: none !important;
	color: #ff4400 !important;
	float: right;
}
.btn-nav {
/*	background-color: #ff8400 !important; */
	opacity: 0.5;
	border: 0px !important;
	color: black !important;
	padding: 4px 10px;
	cursor: pointer;
	font-size: medium;	
}
.btn-nav-step {
/*	background-color: #ff8400 !important; */
	opacity: 0.5;
	border: none !important;
	color: black !important;
	padding: 4px 10px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: medium;	
}
.div-right {
	float: right;
}

.map-responsive {
	overflow:hidden;
	padding-bottom:30%;
	position:relative;
	height:0;
}
.map-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
#iframe_map {
	height: 600px;
}

.box {
	padding: 10px 10px 10px 30px !important;
	/*width:100%;
	//padding: 15px;
	//position:relative;*/
	margin-bottom: 20px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
	border-radius: 4px;
}
.boxbox {
	padding: 10px 10px 10px 55px !important;
    box-sizing: border-box; /* CSS 3 rec */
    -moz-box-sizing: border-box; /* Firefox 2 */
    -ms-box-sizing: border-box; /* Internet Explorer 8 */
    -webkit-box-sizing: border-box; /* Safari 3 */
    -khtml-box-sizing: border-box; /* Konqueror */
	background: #d9edf7 url(../images/ico-location.jpg) no-repeat 1% center;
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #222;
	width:100%;
}
.box.alert-info, .alert.alert-info, .alert-info {
	background: #d9edf7 url(../images/ico-info.gif) no-repeat 1% center;
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #193c4d;
}
.box.alert-loc, .alert-loc {
	background: #d9edf7; /* url(../images/ico-location.jpg) no-repeat 1% center; */
	background-color: #d9edf7;
	color: #193c4d;
}
.box.alert-loc:before, .alert-loc:before {
	content: "Locatie"; 
	background-color: #fff;
	border-left: 1px solid #bbb;
	border-top: 1px solid #aaa;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 0px 10px 0px 10px;
	margin-right: 10px;
	position: relative; 
	border-radius: 6px !important;
	/*transform: rotate(270deg); 
	-webkit-transform: rotate(270deg);*/
	font-size: large;
	color: rgb(187, 182, 182); 
	/*top: 690px;
	left: 10px;
	z-index: 0; */
}
.box.alert-lik, .alert-lik {
	background: #d9edf7; /* url(../images/ico-location.jpg) no-repeat 1% center; */
	background-color: #d9edf7;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
	margin-top: 20px;
	color: #193c4d;
}
.box.alert-lik:before, .alert-lik:before {
	content: "Likes"; 
	background-color: #fff;
	border-left: 1px solid #bbb;
	border-top: 1px solid #aaa;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 0px 10px 0px 10px;
	margin: 60px 10px 0px 0px;
	position: relative; 
	border-radius: 6px !important;
	/*transform: rotate(270deg); 
	//-webkit-transform: rotate(270deg);*/
	font-size: large;
	color: rgb(187, 182, 182); 
	/*top: 800px;
	left: 10px;
	z-index: -1;*/ 
}
.box.alert-cic, .alert-cic {
	background: #d9edf7; /* url(../images/ico-location.jpg) no-repeat 1% center; */
	background-color: #d9edf7;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
	margin-top: 20px;
	color: #193c4d;
}
.box.alert-cic:before, .alert-cic:before {
	content: "Check-ins"; 
	background-color: #fff;
	border-left: 1px solid #bbb;
	border-top: 1px solid #aaa;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 0px 10px 0px 10px;
	margin: 60px 10px 0px 0px;
	position: relative; 
	border-radius: 6px !important;
	/*transform: rotate(270deg); 
	//-webkit-transform: rotate(270deg);*/
	font-size: large;
	color: rgb(187, 182, 182); 
	/*top: 800px;
	left: 10px;
	z-index: -1;*/ 
}
.box.alert-map, .alert-map {
	background: #d9edf7 url(../images/ico-location.jpg) no-repeat 1% center;
	background-color: #d9edf7;
	color: #193c4d;
}
.box.alert-photo, .alert-photo {
	background: #d9edf7 url(../images/ico-location.jpg) no-repeat 1% center;
	background-color: #d9edf7;	
border-color: #bce8f1;
	color: #193c4d;
}
.alert.alert-success, .alert.alert-message {
	background: #d9edf7 url(../images/ico-info.gif) no-repeat 1% center;
	background-color: #dff0d8;
	color: #2b542c;
}
.alert-success {
	background-color: #dff0d8;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
	color: #2b542c;
}
.alert.alert-warning, .alert-warning {
	background: #fff8b3; /* url(../images/ico-warning.gif) no-repeat 1% center; */
	background-color: #fff0e6; /* #fff8b3; */
	color: #4d2600;
}
.alert.alert-note, .alert-note {
	background: #fff8b3 url(../images/ico-warning.gif) no-repeat 1% center;
	background-color: #fff0e6; /* #fff8b3; */
	color: #4d2600;
}
.alert.alert-popup, .alert-popup {
	background: #fff8b3;
	background-color: #fff0e6; /* #fff8b3; */
	color: #4d4d4d;
}
.box.alert-popup {
	padding: 10px !important;	
}
.alert.alert-danger, .alert.alert-error {
	background: #f2dede url(../images/ico-error.gif) no-repeat 1% center;
	background-color: #f2dede;
	color: #5c2423;
}
.alert-danger {
	background-color: #f2dede;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
	color: #b94a48;
}
.alert {
	border-radius: 2px;
	padding: 10px 10px 10px 50px !important;
	/*position:relative;*/
	margin-bottom: 20px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
	border-radius: 4px;
}
button.close {
	-webkit-appearance: none;
	z-index: -10000;
	background-color: #ff8400 !important;
	border: 2px solid #ff8400 !important;
	color: white !important;
	padding: 4px 20px;
	cursor: pointer;
	font-size: medium;
	border-radius: 10px !important;
}
.close {
	float: right;
/*	font-size: 19.5px; */
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.4;
	filter: alpha(opacity=40);
	z-index: -10000;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* add location map cursors */
span a {
  position: relative;
  display: inline-block;
  margin-top: -20px;
}
.btn-small,
.btn-nav-step,
.btn-nav {
  position: relative;
  display: inline-block;
}

input[tooltip]:hover::after,
button[tooltip]:hover::after,
span a[tooltip]:hover::after {
  content: attr(tooltip);
  position: absolute;
  top: -100px;
  left: -20px;
  width: 150px;
  background-color: #eee;
  padding: 10px;
  border: 1px dashed #666; 
}
/**/
.footer {
/**	background-color: #ddd; **/
	height: 80px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000; /*auto;*/
	color: white;
/*	text-shadow: 1px 1px 5px black; */
	padding-top: 10px;
	text-align: center;
}
.ftcenter {
	padding-top: 15px;
}
.nav-menu-left {
	margin: 0px 0px 0px 50px;
	cursor: pointer !important;
	border-radius: 10px;
	float: left;
	font-size: large;
}
.nav-menu-center {
	margin: 0px 0px 0px 0px;
	cursor: pointer !important;
	border-radius: 10px;
	float: none;
	font-size: large;
}
.nav-menu-right {
	margin: 0px 50px 0px 0px;
	cursor: pointer !important;
	border-radius: 10px;
	float: right;
	font-size: large;
}
.fmn {
	border: 2px solid #aaa;
	border-radius: 6px;
	padding: 8px;
	width: 60px;
	height: 50px;
	background-color: #f6f6f6;
	color: #999;
}
.fmn:hover,
.fmn:focus,
.fmn:active {
	border: 2px solid #f60;
	border-radius: 6px;
	padding: 8px;
	width: 60px;
	height: 50px;
	background-color: #ffe0cc;
	color: #f60;
}
.ddm {
	border-radius: 6px;
	padding: 8px;
	background-color: #fff;
}
.mar {
	margin-right: 10px !important;
}
.mal {
	margin-left: 10px !important;
}
.mat {
	margin-top: 30px !important;
}
.mab {
	margin-bottom: 10px !important;
}
.cir {
	border-radius: 50%;
	padding: 8px;
	margin-right: 10px !important;
	background-color: #fff;
}

.fb { /* obsolete */
	border: none;
	color: white;
	margin: -3px 0px 0px 5px;
	cursor: pointer !important;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	z-index: 1 !important;
	position: absolute;
	left: 0%;
}

div.vertical {
  width: 100px;
  height: 20px;
  background-color: yellow;
  -ms-transform: rotate(270deg); /* IE 9 */
  transform: rotate(270deg);
  box-sizing: border-box;
  margin: 40px 0 0 -40px;
}

.youtube {
	width: 112px;
	margin: auto;
	display: table;
}
.youtube:hover {
	filter: opacity(70%);
	cursor: pointer;
}

a.vct-about {
	cursor: pointer !important;
}
.vct-about {
	text-shadow: 1px 1px 5px #fff;
	background-color: rgba(255,255,255,0.5);
	color: #000;
}

/* progress bar */
/*
.progress {
  display:none; 
  position:relative; 
  width:400px; 
  border: 1px solid #ddd; 
  padding: 1px; 
  border-radius: 3px; 
}
.bar { 
  background-color: #B4F5B4; 
  width:0%; 
  height:20px; 
  border-radius: 3px; 
}
.percent { 
  position:absolute; 
  display:inline-block; 
  top:3px; 
  left:48%; 
} * /
.progress {
	text-align:left;
	margin-top:20px;
	display:none;
	position:relative;
	width:400px; 
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
}
.bar { 
	background-color:#2E64FE; 
	width:0%; 
	height:30px; 
	border-radius: 3px; 
}
.percent { 
	position:absolute; 
	display:inline-block; 
	top:8px; 
	left:48%; 
}
*/
/*
// PROGRESS BARS
// -------------


// ANIMATIONS
// ----------

// Webkit
@-webkit-keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

// Firefox
@-moz-keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

// IE9
@-ms-keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

// Opera
@-o-keyframes progress-bar-stripes {
  from  { background-position: 0 0; }
  to    { background-position: 40px 0; }
}

// Spec
@keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}



// THE BARS
// --------

// Outer container
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  #gradient > .vertical(#f5f5f5, #f9f9f9);
  .box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
  .border-radius(4px);
}

// Bar of progress
.progress .bar {
  width: 0%;
  height: 18px;
  color: @white;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  #gradient > .vertical(#149bdf, #0480be);
  .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
  .box-sizing(border-box);
  .transition(width .6s ease);
}

// Striped bars
.progress-striped .bar {
  #gradient > .striped(#149bdf);
  .background-size(40px 40px);
}

// Call animation for the active one
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}



// COLORS
// ------

// Danger (red)
.progress-danger .bar {
  #gradient > .vertical(#ee5f5b, #c43c35);
}
.progress-danger.progress-striped .bar {
  #gradient > .striped(#ee5f5b);
}

// Success (green)
.progress-success .bar {
  #gradient > .vertical(#62c462, #57a957);
}
.progress-success.progress-striped .bar {
  #gradient > .striped(#62c462);
}

// Info (teal)
.progress-info .bar {
  #gradient > .vertical(#5bc0de, #339bb9);
}
.progress-info.progress-striped .bar {
  #gradient > .striped(#5bc0de);
}

// Warning (orange)
.progress-warning .bar {
  #gradient > .vertical(lighten(@orange, 15%), @orange);
}
.progress-warning.progress-striped .bar {
  #gradient > .striped(lighten(@orange, 15%));
}
*/
/* ================ login forms below ================== */

body {
/*	height: 100%;
**	padding: 0; */
	margin: 0;
 	font-weight: 400;
	background-image: url("../../vctusr/images/vct-app-nl-bg.jpg");
	background-size: cover !important;
    background-attachment: fixed;
}

body,
html,
.App,
.vertical-center {
	width: 100%; /*99.5%;*/
/*	height: 100%;*/
}

.navbar {
	background: #1833FF !important;
	width: 100%;
}
/*
.btn-outline-primary {
	border-color: #1833FF;
	color: #1833FF;
}

.btn-outline-primary:hover {
	background-color: #1833FF;
	color: #ffffff;
}
*/
.vertical-center {
	display: flex;
	text-align: left;
	justify-content: center;
	flex-direction: column;
}

.inner-block,
.jumbotron,
.card,
.profile {
	width: 638px;
	margin: auto;
	background: #ffffff;
	box-shadow: 0px 15px 60px rgba(14, 15, 38, 0.8);
	padding: 40px 35px;
	transition: all 2.3s;
	border-radius: 20px;
}
.profile {
	width: 90% !important;
}

.vertical-center .form-control:focus {
	border-color: #2554FF;
	box-shadow: none;
}

.vertical-center h3 {
	text-align: center;
	margin: 0;
	line-height: 1;
	padding-bottom: 20px;
}

/* ================ end login forms above ================== */

/*
	Ratings Stars (with as little code as possible)
	https://css-tricks.com/star-ratings/

	<div class="rating">
		<span>☆</span><span>☆</span><span>☆</span><span>☆</span><span>☆</span>
	</div>
*/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}
.rating > span:hover,
.rating > span:hover ~ span {
  color: transparent;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
   left: 0; 
   color: gold;
}

/* for vct-maps button aligmnent * /
.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    line-height: 1.6 !important;
}
*/

#loadButton {
	position: absolute;
	top: -5px;
	left: 45%;
	z-index: 999;
	background: white;
	padding: 10px;
}

.pwd-field-icon {
	float: right;
	padding-right: 25px;
	margin-top: -30px;
	position: relative;
	z-index: 2;
}
.mypwd-field-icon {
	margin-top: -30px;
	position: relative;
	z-index: 2;
}


/***********************************
**
**      Leaflet stuff below 
**
************************************/

.layerIcon {
	width:24px;
	height:24px;
	padding-right:5px;
}

/*.leaflet-footer, */
.leaflet-control-attribution,
.leaflet-control,
.leaflet-control-attribution a,
.leaflet-control a {
	font-size: x-small !important;
}
.leaflet-control-geosearch form input {
	font-size: medium;
}
.leaflet-popup {
	width:320px !important;
}
.leaflet-popup-content-wrapper {
	text-align: center;
}.marker-popup-img-wrapper {
	max-height: 275px;
}


.easy-button-container button {
	width:38px;
	height:38px;
	display:block; /* Make the buttons appear below each other */
	margin-bottom:5px;
	border: 2px solid #a8a8a8;
	border-radius: 6px;
	padding: 0px;
	background-color: #f6f6f6;
	color: #888;
}
.easy-button-container button:hover {
	border: 2px solid #f60;
	background-color: #ffe0cc;
	color: #f60;
}
/* .easy-button-container button:not(:last-child) { */
.easy-button-container button:last-child {
	margin-bottom:0px; /* Prevent double borders */
}
.leaflet-bar {
	margin-top: 5px !important;
	border: 0px !important;
}

/* geocoder */
.leaflet-touch .leaflet-control-geocoder-icon {
    border: 2px solid #a8a8a8;
	background-color: #fafafa;
	width: 47px;
    height: 40px;
	color: #888;
	margin-right: 0px;
}
.leaflet-touch .leaflet-control-geocoder-icon:hover {
	border: 2px solid #f60;
	background-color: #ffe0cc;
	color: #f60;
}
/* end geocoder */

/* Search knop */
.a.leaflet-bar-part.leaflet-bar-part-single {
	width: 38px;
    height: 38px;
    display: block;
    margin-top: 30px;
	margin-bottom: -5px;
    border: 2px solid #a8a8a8 !important;
    border-radius: 6px;
    padding: 0px;
    background-color: #f6f6f6;
    color: #888;
}
/* a.leaflet-bar-part */
.leaflet-bar-part-single:hover {
	border: 2px solid #f60 !important;
	background-color: #ffe0cc;
	color: #f60;
}

.leaflet-touch .leaflet-bar a:last-child {
    border: 2px solid #a8a8a8 !important;
    border-radius: 6px;
	width: 38px;
    height: 38px;
}
.leaflet-touch .leaflet-bar a:last-child:hover {
    border: 2px solid #f60 !important;
	background-color: #ffe0cc;
	color: #f60;
}
.leaflet-geosearch-button.active .leaflet-bar-part {
    border: 2px solid #f60 !important;
	background-color: #ffe0cc;
    border-radius: 6px;
	width: 38px;
    height: 40px;
}

.leaflet-geosearch-button form {
	max-width: 260px;
	width: 260px;
}
.leaflet-control-geosearch form input {
	width: 210px;
}
input.glass {
	display: inline-block;
    height: 30px;
}
button.reset {
	display: inline-block;
    width: 30px;
    height: 30px;
}
/* end Search knop */
