#map-canvas{
	width:800px;
	height:400px;
}
#adreskiezer{
	width:335px;
	height:400px;
}
.login {
	float:right;
}
.item{
	height:700px;

}
.carousel {

}
#samenvatting {
	padding:10px;
}
.admin th{
	cursor:pointer;
}
.order-overzicht {
	margin-left:60px;
}
.order-overzicht div{
	padding-left:30px;
}
#afbeeldingen {
	margin-bottom: 20px;
}
.fotoitem {
	width:100px;
	height:100px;
	position: relative;
	overflow: hidden;
	display:inline-block;
	border:1px solid black;
	margin:5px;
}

img {
	image-orientation: from-image;
}

 .fotoitem  img {
	position:absolute;
	width:150px;
	left:-50%;
    image-orientation: from-image;
 }

 .btn2 {
	margin-left:50px;
	margin-top:50px;
}
#selectproduct {
	width:200px;
}
#selectbutton {
	width:200px;
}

html, body {
	height:99%;
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#search-result {
    width: 1470px;
}

.main {
    padding: 0 209px;
    display: -webkit-flex;
/*    justify-content: center;  
	flex-wrap:wrap;*/
	height:100%;
}

.aanmelden
{
	border-radius: 5px; 
	padding: 5px; 
	margin: 5px 10px; 
	width: 90%;

}
input.aanmelden
{
	padding:20px 10px;
}

.aanmeldentext
{
	padding: 5px; 
	margin: 5px 10px;

}

.aanmeldenbutton {
    padding: 5px;
    margin: 25px 10px 15px 15px;
    border-radius: 5px;
    width: 60%;
    font-size: 20px;
    font-weight: bold;
    color: #FF9800;
    background-color: rgba(255,236,179,0.48);
    outline: none;
}

.aanmeldencheckbox
{
	padding: 5px; 
	margin: 1px 10px 5px;;
}

.tabheader
{
	border-radius: 5px 5px 0px 0px;
    border-left: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
    width: 200px;
    height: 36px;
    cursor:pointer;
    float: left;
    margin: 8px 0px 0px 10px;
	
	text-align:center;
	line-height:normal; 
	padding:10px;
}

.tabheader:hover, .subtabheader:hover {
	font-weight:bold;
	color: #FD4312;
	overflow: initial;
}

.subtabheader
{
	border-radius: 5px 5px 0px 0px;
	border-left: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	width: 200px;
	height: 36px;
	cursor:pointer;
	float: left;
	margin: 8px 0px 0px 10px;

	text-align:center;
	line-height:normal;
	padding:10px;
}


.tabheaderselected
{
	border-bottom: 1px solid #E7F7DB;
	background-color: #E7F7DB;
	font-weight:bold;
	color: #FD4312;
}

.tabheadernotselected
{
	background-color: rgba(211, 211, 211, 0.25);
	overflow: hidden;
}


.menuheader
{
	border-radius: 7px;

	width: 184px;
	height: 25px;
	cursor:pointer;
	float: left;
	margin: 7px;
	text-align: center;
	line-height: 4px;
	padding: 10px;
	background-color: bisque;
}

.menuheader:not(.menuheaderdisabled):hover {
	font-weight:bold;
	color: #ffffff;
}

.menuheader a{
	color:inherit;
}

.menuheaderselected
{
	background-color: #f74410;
	font-weight:bold;
	color: #ffffff;
}

.menuheaderselected a:hover{
	color:inherit;
	text-decoration: none;
}

.menuheadernotselected
{
	background-color: #f5933b;
}

.menuheadernotselected a:hover{
	color: inherit;
	text-decoration: none;
}

.menuheaderdisabled
{
	background-color: #f5933b;
	color: #e2e2e2;
	cursor: default;
	pointer-events: none;
}

.tabbody
{
	border: 1px solid #d5d5d5;
	border-radius: 5px 5px 5px 5px;
    width: 1470px;
    height: 795px;
    background-color: #E7F7DB;
	margin-top: -1px;
    display: flex;
	padding:10px;
}

.subtabbody
{
	border: 1px solid #d5d5d5;
	border-radius: 5px 5px 5px 5px;
	width: 1435px;
	height: 727px;
	background-color: #E7F7DB;
	margin-top: -1px;
	display: flex;
	padding:10px;
}

.tabbodydetail
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	display:none;
}

.tabsubtitle
{
	margin-left: 15px;
	background-color: rgb(227, 227, 227);
	color: black;
	border: 1px solid darkgray;
	border-radius: 3px;
	padding-left: 5px;
	width: 210px;
}

.search
{
	border-radius:5px;
	border: 1px solid;
	border-color: darkgray;
	//margin-top: 5px;
	padding:5px;
/*	height: 790px;
	overflow: hidden;
*/
}


.actions, overlay message buttons
{
	display: block;
/*	width: 99%;   */
	border-radius:5px;
	border: 1px solid DarkGray;
	margin: 5px;
	padding:5px;
	background-color: rgb(241, 241, 241);
	text-align: left;
}

.actions input[type="button"], input[type="text"], input[type="password"], textarea, overlay message buttons submit
{
	background-color: #fff;
	border: 1px solid #dfdfdf;
/*	padding: 6px 14px;  */
	border-radius:5px;
/*    height: 25px; */
}

.placehldr label {
	display: none;
}

.placehldr input:focus ~ label {
	display: block;
}

overlay message buttons submit
{
	cursor: pointer;
}

th
{
    font-size: 13px;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
    color: darkgray;
    background-color: #C1E691;
    height: 110%;
    text-align: left;
    padding-left:2px;
    padding-right:2px;
}

.odd
{
	background-color: white;
}

.even
{
	background-color: #E7F7DB;
	/*background-color: rgba(254, 174, 89, 0.50);*/
}

.tabletext
{
	background-color: White;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
/*	color:white;
	border: 1px solid DarkGray; */
	border-radius:3px;
	font-family: Arial;
	font-size: 16px;
}

.tablelabel, overlay message h2
{
	padding:5px;
	margin: 5px;
/*	text-align: center; */
	font-family: 'bahamasregular';
	font-size: 22px;
	/*	font-weight: bold; */
  	border-radius:5px;
    border: 1px solid DarkGray;
	background-color: rgb(244, 244, 244);
	height: 40px;
}


/**/

overlay {
	display: block;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(220, 220, 220, .4);
	z-index: 200;
}


overlay message {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 650px;
	height: 175px;
	padding: 10px;
	color: #454545;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #dfdfdf;
	box-shadow: 2px 2px 5px #aaa;
	line-height: 25px;
	text-align: center;
}

/*
overlay message h2 {
	margin: -10px -10px 10px;
	padding: 10px;
	font-weight: lighter;
	font-size: 24px;
	text-transform: uppercase;
	background-color: #f1f1f1;
	border-radius: 4px;
	border-bottom: 1px solid #dfdfdf;
	line-height: initial;
}

overlay message buttons {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px;
}

/*overlay message buttons submit {
	display: inline-block;
	border-radius: 3px;
	background-color: #E7572A;
	padding: 6px 16px;
	color: #fff;
	cursor: pointer;
	transition: all ease .2s;
	text-decoration: none;
	margin: 0 2px;
	line-height: initial;
}*/

.Bewerkingen {
	text-align: center;
	font-size: 17px;
}

.divHorColums {
	display:flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.divVertColums {
	display:flex;
	align-items: center;
	flex-direction: row;
	height: 100%;
	width: 100%;
}

.divTextBox {
	overflow: auto;
	border: 1px solid lightgrey;
	padding: 3px;
}

#divaudio img {
	opacity: .3;
	height:60px;
	width: 60px;
	transition: opacity .3s ease;
	cursor:pointer;
}
#divaudio img .audiotxt {
	opacity: 0;
}

#divaudio img:hover {
	opacity: .8;
}

.ReadOnly {
	color:darkgrey;

}

.selected {
	background-color: lightgrey;
}

.Adv {
    /*opacity: 0.2;*/
    background-color: #f5933b;
    border: 4px solid white;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    margin-top: 50px;
    cursor: pointer;
    margin-left: 20px;
}

.Adv:hover, .AdvSelected {
    background-color:#f74410 ;
}

.dayselected {
    border: 2px solid #f5933b;
    padding: 9px;
    background-image: url('../images/checkItem.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 373px 80px;
}
