﻿@font-face {
	font-family: "font89789";
	src: url("/font/segoesc.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

body
{
	font-family: 'Segoe Script', font89789;
	color: brown;
	background-color: wheat;
}

.panel
{
	display: none;
}

.hideMe
{
	display: none;
}

.stopfloating
{
	clear: both;
}

h2
{
	font-family: 'Segoe Script',font89789;
}


.myfont
{
	font-family: 'Segoe Script',font89789;
	color:blue;
}

.DetailInfo
{
	font-family: 'Segoe Script',font89789;
}

.product-productnr
{
	font-size:7pt;
	font-family: 'Segoe Script',font89789;
}

#ProductNr
{
	font-family: 'Segoe Script',font89789;
}


.product
{
	margin: 10px;
	padding: 10px;
	float: left;
	border-radius: 6px;
	border: solid grey 1px;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}


.floatleft
{
	float:left;
}

.product-image
{
	cursor: pointer;
	border-radius: 10px;
}

#product-image-big
{
	border-radius: 8px;
}


.card
{
	padding:4px;
	cursor: pointer;
	width:32px;
	height:32px;
	float:right;
	background: url(/images/shop1.png) center no-repeat;
}

.DetailInfo .card
{
	margin-right:10px;
}

.add
{
	cursor: pointer;
	width:20px;
	height:20px;
	float:right;
	background-image: url(/images/add.png);
}

.product-status-forsale
{
	font-size:10pt; 
	color:green;
	padding-left:10px;
	background-image:url(/images/sale.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.product-status-sold
{
	font-size:10pt; 
	color:red;
	padding-left:10px;
	background-image:url(/images/sold.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.PageNext
{
	cursor: pointer;
	width:32px;
	height:32px;
	background-image:url(/images/next.png);
	display: inline-block;
}

.PagePrevious
{
	cursor: pointer;
	width:32px;
	height:32px;
	background-image:url(/images/prev.png);
	display: inline-block;
}

.Paging
{
	margin:10px;
}

.PageInfo
{
	position:relative;
	top: -10px;
}

.OrderLines table
{
	border-radius: 6px;
	border: solid grey 1px;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}

.OrderLines TD
{
	padding:4px;
	border: solid 1px grey;
	border-radius:6px;
}

.Valuta
{
	text-align:right;
}

input.small
{
	width:25px;
	text-align:right;
}

.Thumb
{
	width:150px;
	cursor:pointer;
	border-radius:6px;
}

.Delete
{
	cursor:pointer;
	width:32px;
	height:32px;
	background-image: url(/images/close.png);
}

.Add
{
	cursor: pointer;
	width: 32px;
	height: 32px;
	background-image: url(/images/add.png);
	background-repeat: no-repeat;
}

.DetailInfo
{
	margin-left:10px;
}

.DetailFooter
{
	position:absolute;
	bottom:10px;
}

#pnlOver
{
	font-size: larger;
}

#MyIp
{
	display: none;
}

.Error
{
	color: red;
}

.PaymentMethod
{
	margin: 10px;
	padding: 10px;
	float:left;
	border-radius:6px;
	border: solid grey 1px;
	cursor:pointer;
}

#Registratie, #Customer, .PaymentMethod, #IdealBank
{
	padding:6px;
	border-radius: 6px;
	border: solid grey 1px;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}

#pnlProducts, #pnlWelkom
{
	width: 99%;
}

.Flexing
{
	display: flex;
	flex-wrap: wrap;
}

.agenda
{
	margin: 10px;
	padding: 10px;
	float: left;
	border-radius: 6px;
	border: solid grey 1px;
	border-collapse: collapse;
	cursor: pointer;
}

	.agenda td
	{
		border: solid grey 1px;
		padding: 10px;
	}