/*
    Document   : default
    Created on : Jun 16, 2011, 11:05:48 AM
    Author     : Arnoud
    Description:
        Purpose of the stylesheet follows.
*/

root {
}

html {
    /*position:absolute; position:fixed;
    height:2em;
    top:0; left:0; width:100%;*/
    height: 100%;
}

body {
    font: 8pt tahoma,sans-serif;
    height: 100%;
    overflow: hidden;
}

h1  {
    font: 12pt tahoma, sans-serif;
    font-weight: bold;
}

h1.title    {
    font: 15pt tahoma, sans-serif;
    font-weight: bold;
    float: left;
    color: #FFFFFF
}

div.center  {
    text-align: center;
}

div.main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

div.maximumarea    {
    width: 100%;
    height: 100%;
}

div.leftbar    {
    float: left;
    padding:10px;
    width: 300px;
    height: 100%;
    background-color: #f0f0f0;
}

div.rightbar    {
    float: right;
    padding:10px;
    width: 300px;
    height: 100%;
    background-color: #f0f0f0;
}

div.topbar {
    /*border: 1px violet solid;*/
    width: 100%;
    height: 75px;

    background-color: #4e5f71;
    padding: 5px;
    border: solid 1px activeborder;

    color: #FFFFFF;
}

div.group {
    border: 1px blueviolet solid;

    margin: 5px;
    padding: 15px;
}

div.floatingformwhiteout {
    background-color: blue;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

div.floatingform {
    overflow: auto;
    position: fixed;
    top: 20%; 
    left: 20%;
    max-height: 60%;
    max-width: 60%;
    padding: 40px;
    padding-top: 10px;
    background-color: white;
    border: 1px solid black;
    border-radius: 3px;
}

div.floatingformtitle {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    padding-bottom: 20px;
}

.categorielijst {
    list-style-type: none;
}

.categorieitem:hover {
    cursor: pointer;
    background-color: #99ffff;
}

.uitloggen {
    float: right;
    font-weight: bold;
    display: inline-block;
    margin: 10px;
}

.uitloggen:hover {
    color: #FF0000;
    cursor: pointer;
}

.cartmerk {
    font-weight: bold;
}

.remove {
    font-weight: bold;
}

.remove:hover {
    color: #FF0000;
    cursor: pointer;
}

winkelwagenheader {
    font-weight: bold;    
}

totaalprijs {
    font-weight: bold;    
}

winkelwagenheader:hover {
    cursor: pointer;
    color: #00FF00;
}

.welkom {
    margin:10px;
}

.disgnedfor {
    position: fixed;
    top: 0px; 
    left: 100px;
    width: 100%;
    margin:10px;
    text-align: right;
}

.loading {
    width: 200px; 
    margin: 10; 
    border: 1px solid black; 
    border-radius: 5px; 
    font-weight: bold; 
    padding: 8px; 
    background-color: #FFFFDD
}

.explanation {
    /*width: 200px;*/ 
    margin: 5px; 
    border: 1px solid black; 
    border-radius: 5px; 
    font-weight: lighter; 
    padding: 8px; 
    background-color: #DDDDDD
}

.clickable {
    margin:10px;
}

.clickable:hover {
    cursor: pointer;
    background-color: #99ffff;
}

clickableColumn {
    color: #00FF00;
    text-decoration: underline;
}

clickableColumn:hover {
    cursor: pointer;
    background-color: #99ffff;
}

.label  {
    margin:10px;
}

table.client  {
    padding: 10px;
    padding-left: 20px;
    width: 80%;
    /*text-align: center;*/
    /*border-collapse: collapse;*/
    /*border: hidden;*/
}

table.client th {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #F0F0F0;
}

table.client tr {
    padding: 4px;
    background-color: #F9F9F9;
    border: 1px solid black;
}

table.client tr.hover  {
    cursor:pointer;
    color: yellow;
    background-color: activecaption;
    background-image: -webkit-gradient(linear,0 top,0 bottom,from(activecaption),to(#005477));
    /*font-weight: bold;*/
}

table.client tr:hover {
    cursor:pointer;
    color: yellow;
    background-color: activecaption;
    background-image: -webkit-gradient(linear,0 top,0 bottom,from(activecaption),to(#005477));
}

table.client td {
    padding-top: 4px;
    padding-bottom: 4px;
}

table.properties    {
    border: 0;
}

table.properties td:nth-child(even) {
    width: 450px;
}

table.properties td:nth-child(odd) {
    width: 250px;
}


table.properties td.name    {
    color: grey;
}

div.client   {
    /*border: 2px blue solid;*/
    /*text-align: center;*/
    overflow: auto;
    height: 90%;
}

div.sidepanel {
    padding-bottom: 40px;
    width:300px;
}

.control    {
    position: relative;
}

div.hover   {
    cursor:pointer;
    background-color: #ddddff;
    background-image: -webkit-gradient(linear,0 top,0 bottom,from(#ddddff),to(white));
    border: 1px solid #C0C0C0;
    padding: 1px;
}

div.hidden  {
    display: none;
}

img.hover {
    border: solid 1px;
    background-color: #ddddff;
    cursor: pointer;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -18em;
}

.primapost_logo   {
    position: fixed;
    left: 10px;
    bottom: 10px;
    -moz-box-shadow: 7px 7px 7px #777;
    -webkit-box-shadow: 7px 7px 7px #777;
    box-shadow: 7px 7px 7px #777;


}

.footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
}

.block   {
    padding: 2px;
    border-color: #DDDDDD #666666 #666666 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: black;
}

div.row:hover {
    cursor:pointer;
    color: white;
    background-color: activecaption;
    background-image: -webkit-gradient(linear,0 top,0 bottom,from(activecaption),to(#005477));

    /*
        background-color: #ddddff;
        background-image: -webkit-gradient(linear,0 top,0 bottom,from(#ddddff),to(white)); */
    border: 1px solid #C0C0C0;
    padding: 1px;
}

.number {
    text-align: right;
}

a:visited   {
    color: blue;
}

.link   {
    text-decoration: underline;
    color: blue;
}

.link:hover {
    cursor: pointer;
}

fieldset table tr td:nth-child(1)   {
    width: 200px;
}

fieldset    {
    margin-top: 20px; /* ouch...should not have been here */
    background-image: -webkit-gradient(linear,0 top,0 bottom,from(white),to(#e0e0e0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e0e0e0');
    background-image: -moz-linear-gradient(top,  #white,  #e0e0e0);
}

fieldset legend {
    font-weight: bold;
    font-size: 14px;
}

.shadow, .details {
    -moz-box-shadow: 7px 7px 7px #777;
    -webkit-box-shadow: 7px 7px 7px #777;
    box-shadow: 7px 7px 7px #777;
}

.details    {
    opacity: 0.93;
    display: none;
    position: absolute;
    padding: 3px;
    top:100px;
    left: 330px;
    min-width:400px;
    min-height:30px;
    background-color: #FFFFDD /*#ffffdd*/;
    border: 1px solid black;
}

.tab    {
    height: 90%;
}

.imagebutton:hover    {
    cursor: pointer;
}

.nl_primapost_control_sidepanel_header, .nl_primapost_control_filterpanel_header  {
    background: -moz-linear-gradient(#005477,activecaption);
    background-image: -webkit-gradient(linear,0 top,0 bottom,from(#005477),to(activecaption));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005477', endColorstr='#99b4d1');
    background-color: activecaption;
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwMDU0NzciIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM5OUI0RDEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3NDgpIiAvPgo8L3N2Zz4=); /* IE 9 support */
    padding:5px;
    height:18px;
}

.nl_primapost_control_sidepanel, .nl_primapost_control_filterpanel {
    border: solid 1px #C0C0C0;
    -moz-box-shadow: 7px 7px 7px #777;
    -webkit-box-shadow: 7px 7px 7px #777;
    box-shadow: 7px 7px 7px #777;
}

div.nl_primapost_control_filterpanel #panel_header #panel_caption {
    color: #ffffff;
}

div.nl_primapost_control_sidepanel #actions_header #actions_caption {
    color: #ffffff;
}

.nl_primapost_control_filterpanel_header_caption {
    color: #ffffff;
}

.nl_primapost_control_sidepanel_header_caption   {
    color: #ffffff;
}

.status {
    display: none; 
    position: absolute; 
    padding: 3px; 
    top:100px; 
    left: 330px; 
    width:200px; 
    min-height:30px; 
    background-color: #ffffcc; 
    border: 1px solid black    
}
div.myrightdiv  {
    position: absolute;
    right: 110px;
    top: 200px;
}

.myfirstdiv {
    border: 1px solid black;
    color: white;
    background-color: red;
    font-weight: bold;
    font-size: 18px;
}

input   {
}

input:hover {
}

#myselect   {
    background-color: pink;
}

errorText {
    color: red
}