<!--
@import url("/css/layout.css");
@import url("/css/wide.css");

span.itemSet {
    display: block;
    float: left;
    padding: 0px 15px 0px 0px;
    border-right: 1px solid #FFFFFF !important;
    height: 30px;
}

span.menuItem {
    display: block;
    float: left;
    line-height: 28px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin: 0px 20px 0px 0px;
}

span.menuItem a:link, span.menuItem a:visited {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

span.menuItem a:hover {
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

span.menuItem.rightFloat {
    float: right !important;
    margin: 0px 10px 0px 0px !important;
}

span.itemSet span.menuItem {
    margin: 0px 0px 0px 15px !important;
}

span.itemSet span.menuItem.start {
    margin-left: 5px !important;
}

.notable {
    font-weight: bold;
}

h1 {
    color: #B10034;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 2px 0px 2px 0px;
}

hr {
    padding: 0px 0px 0px 0px;
    margin: 2px 0px 2px 0px;
    border: 0px;
    background-color: #bdbdbe;
    height: 1px;
}

h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
}

input[type="text"], input[type="password"], textarea {
    padding: 2px 2px 2px 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

select {
    padding: 1px 1px 1px 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input[type="button"], input[type="submit"] {
    padding: 2px 2px 2px 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px outset #B10034;
    cursor: pointer;
}

input.small, select.small {
    width: 100px;
}

input.medium, select.medium {
    width: 150px;
}

input.large, select.large {
    width: 200px;
}

textarea.small {
    width: 200px;
    height: 60px;
}

textarea.medium {
    width: 250px;
    height: 80px;
}

textarea.large {
    width: 300px;
    height: 100px;
}

.error {
    color: red;
}

.ok {
    color: green;
}

.busy {
    color: #D96C00;
}

.comment {
    color: gray;
    font-size: 10px;
}

input.error, select.error, textarea.error {
    color: #000000;
    border: 1px solid red;
}

input.ok, select.ok, textarea.ok {
    color: #000000;
    border: 1px solid green;
}

table.tabel td {
    text-align: left;
    padding: 2px 2px 2px 2px;
    border-collapse: collapse;
    vertical-align: middle;
}

table.tabel {

}

div.pageText a:link, div.pageText a:visited {
    text-decoration: none;
    color: #000000;
}

div.pageText a:hover {
    text-decoration: underline;
    color: #000000;
}

table.productInfo {
    border: 1px solid black;
    overflow: hidden;
}

table.zoek {
    border: 1px solid gray;
    width: 150px;
}

table.zoek input[type="text"] {
    width: 115px;
}

table.productInfo td {

}

table.productInfo td.left {
    width: 150px;
    display: block;
}

table.productInfo td.right {
    width: 100px;
    vertical-align: top;
    overflow: hidden;
    text-align: center;
}

table.productInfo td.right .imagecontainer {
    overflow: hidden;
    width: 100px;
    height: 150px;
    display: block;
}

table.productInfo td.left .infocontainer {
    overflow: hidden;
    width: 150px;
    height: 130px;
    display: block;
}

a:link, a:visited {
    text-decoration: underline;
    color: #000000;
    cursor: default;
}

a:link.noline, a:visited.noline {
    text-decoration: none;
}

a:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

pre {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.nopadding {
    padding: 0px 0px 0px 0px !important;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.pointer {
    cursor: pointer;
}

img {
    border: none;
}

img.icon {
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 16px;
    height: 16px;
}

form {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

table.productList {
    border-collapse: collapse;
}

table.productList th {
    padding: 2px 2px 2px 2px;
    text-align: left;
    background-color: #FFE5E5;
    border: 1px solid #D6D0D0;
}

table.productList td {
    padding: 2px 2px 2px 2px;
    background-color: #F5F5F5;
    border: 1px solid #D6D0D0;
}

table.productList tr.type:hover, table.productList tr.type:hover td {
    background-color: #E8E8E8 !important;
    cursor: pointer;
}

table.productList th.nobg, table.productList td.nobg, table.productList tr:hover td.nobg {
    padding: 2px 2px 2px 2px;
    text-align: left;
    background-color: transparent !important;
    border: none;
}

table.productList th.afbg, table.productList td.afbg, table.productList tr:hover td.afbg {
    padding: 2px 2px 2px 2px;
    /*	text-align:left;*/
    /*	background-color:#F5F5F5 !important; */
    background-color: #FFFFFF !important;
    border: 1px solid #D6D0D0;
    text-align: center;

}

.autoHover.over {
    background-color: #E8E8E8 !important;
}

.autoHover.out {
    background-color: #F5F5F5 !important;
}

table.productList td div.afb {
    overflow: hidden;
    width: 100px;
    display: block;
}

table.productList td div.naam {
    overflow: hidden;
    width: 100px;
    display: block;
}

table.productList td div.omschrijving {
    overflow-y: hidden;
    width: 250px;
    height: 50px;
    display: block;
}

table.productList td div.type {
    overflow-y: hidden;
    width: 90px;
    height: 50px;
    display: block;
}

table.productList td div.omschrijving_type {
    overflow-y: hidden;
    width: 350px;
    /*height:50px;*/
    display: block;
}

td.pakket_producten {
    width: 200px;
    font-size: 12px;
}

table.productList td div.bestelnummer {
    overflow-y: hidden;
    width: 100px;
    height: 50px;
    display: block;
}

table.productList td div.prijs {
    overflow: hidden;
    width: 70px;
    height: 50px;
    display: block;
}

table.productList td div.informatie {
    overflow: auto;
    width: 750px;
    display: block;
}

/* CKEDITOR SPECIFIEK */
.ckeditor a {
    color: blue;
}

.ckeditor {
    display: block;
}

.ckeditor table, .ckeditor th, .ckeditor td {
    width: 750px;
    border: none !important;
    background-color: #FFF !important;
}

/* EINDE CKEDITOR SPECIFIEK */

table.productList td.fullWidth {
    width: 750px;
}

table.algemeen {
    border-collapse: collapse;

}

table.algemeen th {
    padding: 3px 3px 3px 3px;
    text-align: left;
    background-color: #FFE5E5;
    border: 1px solid #D6D0D0;
    vertical-align: middle;
}

table.algemeen td {
    padding: 3px 3px 3px 3px;
    background-color: #F5F5F5;
    border: 1px solid #D6D0D0;
    vertical-align: middle;
}

.w16 {
    width: 16px;
    overflow: hidden;
}

.w25 {
    width: 25px;
    overflow: hidden;
}

.w32 {
    width: 32px;
    overflow: hidden;
}

.w50 {
    width: 50px;
    overflow: hidden;
}

.w60 {
    width: 60px;
    overflow: hidden;
}

.w65 {
    width: 60px;
    overflow: hidden;
}

.w70 {
    width: 70px;
    overflow: hidden;
}

.w75 {
    width: 75px;
    overflow: hidden;
}

.w80 {
    width: 80px;
    overflow: hidden;
}

.w90 {
    width: 90px;
    overflow: hidden;
}

.w100 {
    width: 100px;
    overflow: hidden;
}

.w125 {
    width: 125px;
    overflow: hidden;
}

.w130 {
    width: 130px;
    overflow: hidden;
}

.w150 {
    width: 150px;
    overflow: hidden;
}

.w175 {
    width: 175px;
    overflow: hidden;
}

.w200 {
    width: 200px;
    overflow: hidden;
}

.w225 {
    width: 225px;
    overflow: hidden;
}

.w250 {
    width: 250px;
    overflow: hidden;
}

.w275 {
    width: 250px;
    overflow: hidden;
}

.w300 {
    width: 300px;
    overflow: hidden;
}

.w350 {
    width: 350px;
    overflow: hidden;
}

.w400 {
    width: 400px;
    overflow: hidden;
}

.w500 {
    width: 500px;
    overflow: hidden;
}

.w600 {
    width: 600px;
    overflow: hidden;
}

.w700 {
    width: 700px;
    overflow: hidden;
}

.w800 {
    width: 800px;
    overflow: hidden;
}

.w900 {
    width: 900px;
    overflow: hidden;
}

.h16 {
    height: 16px;
    overflow: hidden;
}

.h25 {
    height: 25px;
    overflow: hidden;
}

.h50 {
    height: 50px;
    overflow: hidden;
}

.h60 {
    height: 60px;
    overflow: hidden;
}

.h70 {
    height: 70px;
    overflow: hidden;
}

.h80 {
    height: 80px;
    overflow: hidden;
}

.h90 {
    height: 90px;
    overflow: hidden;
}

.h100 {
    height: 100px;
    overflow: hidden;
}

.h150 {
    height: 150px;
    overflow: hidden;
}

.h200 {
    height: 200px;
    overflow: hidden;
}

.h250 {
    height: 250px;
    overflow: hidden;
}

.h300 {
    height: 300px;
    overflow: hidden;
}

.h350 {
    height: 350px;
    overflow: hidden;
}

.h400 {
    height: 400px;
    overflow: hidden;
}

.sorted {
    background-color: #FFCCCC !important;
}

#melding {
    color: green;
    display: block;
}

.tooltip {
    font-size: 12px;
    position: absolute;
    border: 1px solid #D6D0D0;
    background-color: #F5F5F5;
}

tr.oneven td {
    background-color: #FFFFFF;
}

tr.marked td {
    background-color: #DFFFBF;
}

tr.backorder td {
    background-color: #FFCDC2 !important;
}

tr.creditnota td {
    background-color: #C2D5FF !important;
}

.topalign {
    vertical-align: top !important;
}

div.artikelZoeken {
    height: 400px;
    width: 670px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* added 2015-11-25 */
label {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.debiteurstatus tr.betaald {
    display: none;
}

.debiteurstatus tr.oud {
    display: none;
}

.debiteurstatus tr.lege_vervaldatum {
    display: none;
}

.debiteurstatus tr.lege_totaalprijs {
    display: none;
}

.debiteurstatus tr.visible {
    display: table-row !important;
}

.bol:after {
    padding: 0 3px;
}

.bol.betaald:after {
    content: url('/images/icons/bol_groen_trim.png');
}

.bol.verloopt:after {
    content: url('/images/icons/bol_oranje_trim.png');
}

.bol.verlopen:after {
    content: url('/images/icons/bol_rood_trim.png');
}

.bol.toevoegen:after {
    content: url('/images/icons/bol_toevoegen_trim.png');
}

.bol.verwijderen:after {
    content: url('/images/icons/bol_verwijderen_trim.png');
}

.bol.overlay:after {
    position: absolute;
    padding: 0;
    width: 6px;
    height: 6px;
}

a {
    cursor: pointer;
}

.productlist {
    position: absolute;
    display: block;
    padding: 5px;
    border: 1px solid black;
    background-color: #f6f6f6;
    z-index: 5;
}

.c_voorraad, .c_voorraad_totaal {
    color: #19205C !important;
}

.c_gereserveerd {
    color: #643A99 !important;
}

.c_resterend {
    color: #6CAA5D !important;
}

.c_min_voorraad, .c_voorraad_minimaal {
    color: #47442E !important;
}

.c_backorder, .c_in_backorder {
    color: #D14A22 !important;
}

.c_bestelling, .c_in_bestelling {
    color: #C1792F !important;
}

.bestelling_in_behandeling td {
    background-color: #E5EBFF !important;
}

.bestelling_verwerkt td {
    background-color: #E5FFEC !important;
}

input[disabled], input[readonly] {
    color: gray !important;
    cursor: default;
}


.bold {
    font-weight: bold;
}

.hidden {
    display: none;
}

.help {
    cursor: help !important;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.voorraad_notificatie {
    display: block;
    margin: 0 auto;
    padding: 10px;
    background-color: #ffabab;
}
-->