/*
(c) Access Software (auteur:Martin Visser)
*/
/*
    Created on : 18-aug-2014, 12:39:14
    Author     : Access
*/
@import url(https://fonts.googleapis.com/css?family=Federo);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,300italic,400italic,600italic|Open+Sans+Condensed:300,300italic);
body
{	font-family: Open Sans, Tahoma,sans serif;
        font-size: 9pt;
        font-weight: 300;
        color:black;
	background-color:#fff;
	margin:0;
      /*  background-image:url(/logo/LEDvisie-klein.png);
        background-attachment: fixed;
        background-position: top right;
        background-repeat: no-repeat;*/
}

@media print { .noprint {display: none;} }

/********************************************************************************************
* Algemeen invoervelden links
*********************************************************************************************/
h1,h2,h3,h4
{
    font-family: Federo, Open Sans, sans-serif;
    font-weight: 400;
    color: #888;
}

a , span.clickable
{
    text-decoration:none;
    font-weight:600;
    color:green;
    cursor:pointer;
}

a:hover , span.clickable:hover, .button:hover
{
    text-decoration:none;
    font-weight:600;
    color:blue;
}
.button
{
    	display:inline;
        background-color:#ddd;
	border : 1px white solid;
	margin :2px;
	padding : 4px 6px;
        text-decoration:none;
        font-weight:600;
        color:green;
        cursor:pointer;
}
input.button
{
    	display:inline;
        background-color:#ddd;
	border : 1px white solid;
	margin :2px;
	padding : 3px 4px;
        text-decoration:none;
        font-weight:600;
        color:green;
        cursor:pointer;
}

b,strong
{
    font-weight: 600;
}

a img
{
    border:none;
}
.inlineimg {
    vertical-align: bottom;
    height:20px;
}
input
{	background-color:#ddd;
	border : 1px white solid;
	font:inherit;
}

input.error
{
	border : 1px red solid;

}

input.input-number
{   text-align: right;
}


.alert
{	color:#f44;
	background-color:#fee;
	font-weight:600;
}

select
{	background-color:#ddd;
	border : 1px white solid;
	font:inherit;
}


/********************************************************************************************
* Table
*********************************************************************************************/

th
{	text-align:left;
        font-weight:600;
}
th,td
{   vertical-align: top;
}
td > p
{
    margin-top:0;
    margin-bottom:0;
}
th.number,
td.number
{	text-align:right;
}

tr.odd
{
    background-color: #f0fff0;
}
table.simplelist
{   width:80%;

}
.simplelist tr:nth-child(even){background-color: #eeffee;}
.vcrbrowse  tr:nth-child(even){background-color: #eeffee;}

img.imgstrip
{	height:100px;
	margin-right:1px;
}


div.edit
{ 	text-align:left;
}

  div.editBox { width:48%; height:95%;
                margin:5px; padding: 3px;
                border:solid thin black;   overflow-y:scroll;
                float:left;
              }
  div.form    { width:95%; height:80%;  padding: 3px;
                border:solid thin black;   overflow-y:scroll;
              }

/********************************************************************************************
* Drag-able popup box
*********************************************************************************************/
div#pop
{	position:absolute; visibility:hidden; border:thin solid black;
    top: 190px; left: 220px; width :600px; height:417px;
    /*overflow-y:auto;*/
    background-color: white;
    /*filter:alpha(opacity=95);
    opacity: 0.95; */

}

/********************************************************************************************
* Standard popup box
*********************************************************************************************/
div.popup
{	position:absolute;
        top: 2px;
        left: 2px;
	visibility:hidden;
	border:thin solid black;
        background-color: white;
	box-shadow: 7px 7px 12px #000000;
	padding:20px;
}
/********************************************************************************************
* popup Kalender box
*********************************************************************************************/
table.KalenderNav
{	background-color:silver;
	width:100%;
	border-collapse:collapse;
	font-size : 8pt;
	/*table-layout:fixed;	*/
}

table.Kalender
{	/*background-color:silver; */
	border-collapse:separate;
	border-spacing:0px;
	margin :auto;
}
table.Kalender td
{	font-size : 8pt;
	margin:0px;
	border: 1px solid transparent;
}
table.Kalender td.KalenderKop
{	border-bottom:1px solid gray;

}
table.Kalender td.KalenderSelected
{	border:1px solid gray;
}
table.Kalender td.KalenderVandaag
{	border:1px dotted gray;
	background-color:#E0E0D0;
}

/*******************************************************************************************
**     Aanbieding / Artikelen
********************************************************************************************/
div.aanbieding
{ 	float:left;
	height:250px;
	width:240px;
	background-color:white;
	background-image:url('/images/aanbb.gif');
	background-position:right bottom;
	background-repeat:no-repeat;

	border: 1px solid gray;
	padding:2px;
	margin:4px;
	color :black;

}
img.artikel
{	float:left;
	margin:  0px 5px 5px 0px;
        max-width:150px;
}

div.artikelomschrijving
{ 	float:left;
	height:230px;
	width:240px;
	border: 0px solid gray;
	padding:0px;
	margin:0px;
	color :black;
	overflow:hidden;

}
p.artikel-merk
{   float:left;
    font-weight: bold;
    margin-top:3px;
    margin-left: 3px;

}
p.artikel-naam
{   clear: both;
    font-weight: bold;
}

a.orderlink
{	background-color:#ccffcc;
	padding :4px;
	border  :1px solid silver;
}

a.orderlink img
{	vertical-align:top;
}

/*******************************************************************************************
**     Edit
********************************************************************************************/
div.edit
{	float : left;
	width:68%;

}
div.adres
{
    float:right;
}
#sitekop
{  width:80%;
   margin:0 auto;
   min-width: 980px;
}

div.artikel
{ 	float:left;
	height:250px;
	width:240px;
	background-color:white;
	border: 1px solid gray;
	padding:2px;
	margin:4px;
	color :black;

}

div.productcat
{ 	float:left;
	height:250px;
	width:240px;
	background-color:white;
	border: 1px solid green;
	padding:2px;
	margin:4px;
	color :black;
        box-shadow: 3px 3px 3px #45a307;
}

img.productcatimg
{   float:left;
    width:150px;

}
div.productcat a
{   display: block;

}
div.productcat a:after
{clear:both;
}

span.productcatnaam
{
    font-size: larger;
    margin:20px 0;
}
div.productcat p
{
   clear:left;
   margin:5px 7px;
}

div.banner
{   height:200px;
    width:100%;

}
div.banner > img
{   height:200px;
    width:960px;
    float:right;
    display:none;
}

/************************ EditRelatie ***********************/
div.relatieupdate
{   float:left;
    width:65%;

}
div.relatiextra
{   float:right;
    width:34%;
    overflow-x: hidden;

}

#mainmenu
{   width:100%;
    float:none;
    text-align: center;
}

#content
{
    width:80%;
    min-width: 980px;
    clear:both;
    overflow: auto;
    min-height: 350px;
    border: none;
    margin: 0 auto;
    box-shadow:  5px 5px 10px  #bbbbbb;
}

iframe.pdf
{   height:98%;
    width: 98%;
    margin:auto;
}
nav {
    margin: auto;
    text-align: center;
    min-width:980px;
}

nav > ul
{
    width:80%;
    min-width: 980px;
    margin-top:0;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
        z-index:999;
	}

nav ul {
	background: #efefef;
	background: linear-gradient(to bottom, #efefef, #bbbbbb);
	/* background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); */
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 10px;
	border-radius: 4px;
	list-style: none;
	position: relative;
	display: inline-table;
        left: auto;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
	}
		nav ul li:hover {
			background: #4b545f;
			background: linear-gradient(to bottom, #4f5964, #5f6975);

		}
			nav ul li:hover a, nav ul li:hover span.menutext {
				color: #fff;
			}

		nav ul li a, nav ul li span.menutext{
			display: block; padding: 10px 20px;
			color: #757575; text-decoration: none; font-weight: bold;
		}

	nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		nav ul ul li {
			float: none;
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			nav ul ul li a, ul ul li span.menutext {
				padding: 10px 20px;
				color: #fff;
                                font-weight: bold;

			}
				nav ul ul li a:hover {
					background: #4b545f;
				}

	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}


/*******************************PrintButton ***********************/

.inlinepulldownheader
{
	padding: 0 10px;
	position: relative;
        left: auto;
}

.inlinepulldown
{
    display: none;
}

