body{
    margin: 0px;
    padding: 0px;
}
ul{
    list-style: none;
}

#hmenu {
    margin-top: -17px;
    background-color: black;
}

#hmenu ul {
    display: flex;
    justify-content: center;
}
#hmenu li {
    display:flex;
}
#hmenu a {
    background-color: #184b74;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #51606F;
    border-bottom: 0;
    padding: .5em 1.5em .2em 1.5em;
    margin-right: .5em;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
#hmenu ul a:hover, #hmenu ul a:active, #hmenu ul a:focus {
    box-shadow: initial;
}
#hmenu ul a,#hmenu ul a:visited {
    text-decoration: none;
}

#vmenu{
/*    background-color: menu;*/
    float: left;
    margin-top: -16px;
    height: 100%;
    min-height: 100%;
}

#vmenu {
    position: webkit stikcy;
    position: sticky;
    top: 0;
}
#vmenu ul {
    margin-left: -30px;
}
    #vmenu .bedrijf{
        color: white;
        margin: 3px;
        background-color: #184b74;
        font-weight: bold;
        text-transform: uppercase;
    }
    
        #vmenu .bunker{
            margin: 0 10px 0 -10px;
            background-color: menu;
            border-bottom: 1px solid black;
            font-weight: initial;
            text-transform: initial;
            padding: 2px;
        }
    #vmenu a {
        color: black;
        text-decoration: none;
    }
    
    #afdrukvoorraad {
        width: 100%;
        background-color: #184b74;
        color: white;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        height: 25px;
        font-size: bold;
        font-size: large;
    }


/*Opmaak voorraad tabellen*/
    table[class^="voorraad-"] { 
        width: 80%;  
        border: 2px solid black; 
        empty-cells: show;
        border-collapse: collapse;
        }
        .kolomtitels, thead, tfoot{
            background: #184b74; 
            color: white;
        }
        .transactietitels{
            background: #6666ff;
            color: white;
        }
        .productRijToevoegen{
            border-collapse:separate; 
            height: 20px;
            padding-top: 5px;
            border-top: 2px #000 ridge;
            background-color: lightgreen;
        }
        tr[id=innerproduct]:hover{
            background-color: highlight;
        }
        .over {
            background-color: highlight;
        }

/*VANAF HIER ==> VOLGORDE NIET AANPASSEN !!!*/
    th, .kolomtitels { 
        color: white; 
        font-weight: bold; 
        margin: 10px 0 10px 0; 
        text-align: left; 
        font-size: 18px;
        
        }
        .kolomtitels:first-child{
            width: 50%;
        }
        .kolomtitels{
            text-align: left;
            padding-left: 10px;
        }
/*TOT HIER ==> VOLGORDE NIET AANPASSEN !!!*/
    
    .fabrikantnaamtabel{
        background-color: #ccccff;
        font-weight: bold;
        color: #000;
        width: 100%;
    }
    .fabrikantnaamtabel td{
        font-weight: bold;
        color: #000;
    }

/*Opmaak collapseable pijlen*/
    .pijltabel{
        background-image: url(../images/icons/blackarrowright16.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 16px;
        height: 16px;
    }
    .pijltabel.active{
        background-image: url(../images/icons/blackarrowdown16.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 16px;
        height: 16px;
    }
    
    .pijltabelleeg{
        background-image: url(../images/icons/blackarrowright16.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 16px;
        height: 16px;
    }
    
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
/*opmaak number input*/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  appearance: none;
}
input:hover tr{
    background-color: #184b74;
}

/*Algemene Opmaak tabellen*/
.dataview{
    width: 600px;
    border: 1px solid black;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
.dataview-add {
    width: 600px;
    border: none;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    background-color: darkgray;
}
.dataviewbreed{
    width: 1100px;
    border: 1px solid black;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
.dataviewbreed-add {
    width: 1100px;
    border: none;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    background-color: darkgray;
}
.dataview th, .dataviewbreed th{
    background: #184b74; 
    color: white;
}
.dataview td, .dataviewbreed td{
        border: 1px solid black;
}
.dataview tr:hover, .dataviewbreed tr:hover{
        background-color: highlight;
}

table.unlijst {
    width: 30%;
    border: 2px solid black;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
    .unlijst td{
        color: #000;
    }
    .unlijst tr:hover {
        background-color: #ccccff !important;
    }
    #uninput {
        width:50%;
        margin-left: auto;
        margin-right: auto;
    }
    
table.unlijst-add {
    width: 30%;
    border: 2px solid black;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

table.productenlijst { 
    width: 80%;  
    border: 2px solid black; 
    border-collapse: collapse;
    margin-left: 75px;
    }
    #productenlijstinput {
        width:90%;
        margin-left: auto;
        margin-right: auto;
    }
    .fabrikant td{
        background-color: #ccccff;
        font-weight: bold;
        color: #000;
    }
    
#templateVrachtbrief{
    border: 1px solid black;
    width: 595px;
    height: 842px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    }
#templateVrachtbrief tr, #templateVrachtbrief td{
        border: 1px solid black;
        padding: 0px;
    }
    #templateVrachtbrief p{
        line-height: 1em;
    }
    #templateVrachtbrief .noborder{
        border: none;
    }
    #templateVrachtbrief .borderleft{
        border-left: 1px solid black;
    }
    #templateVrachtbrief .noborderbottom{
        border-bottom: none;
    }
    
    #templateFactuur {
        border: 1px solid black;
        border-collapse: collapse;
        width: 595px;
        height: 842px;
        margin-left: auto;
        margin-right: auto;
        
    }
        #templateFactuur td {
            border: none;
        }
        #templateFactuur .right {
            text-align: right;
        }
        #templateFactuur .top {
            vertical-align: top;
        }

[contenteditable]:hover:after {
  content: ' click to edit';
  font-style: italic;
  font-size: 12px;
  font-family: sans-serif;
  color: #ccc;
}

[contenteditable]:hover, [contenteditable]:focus {
  background: #FFFFD3;
}

[contenteditable]:focus {
  padding: 5px;
}

[contenteditable]:focus:after {
  content: '';
}

#login {
     width: 300px; 
     border: solid 1px #006D9C; 
     text-align: left;
     margin-top: 75px;
}

    #login-titel {
         background-color: #006D9C;
         color: #FFFFFF;
         padding: 3px;
    }
    
    #login-main {
        margin: 30px;
        margin-left: 50px; 
    }
    
#gebruikermenu {
    width: 100%;
    background-color: #333333;
}
    #innergebruikermenu {
        width: 70%;
        text-align: right;
        margin-left: auto;
        margin-right: auto;
    }
    
    #innergebruikermenu a {
        color: white;
        text-decoration: none;
    }
    
#main {
    display: block;
}
    
.error {
    color: red;
}

.error p {
    text-align: center;
}

input.inputtelling, textarea {
    background: #66ccff;
    padding: 1px;
    border: solid 1px #fff;
    box-shadow: inset 1px 1px 2px 0 #707070;
    transition: box-shadow 0.3s;
}
input.laatstezeven1, textarea {
    background: #eeeeee;
    padding: 1px;
    border: solid 1px #fff;
    box-shadow: inset 1px 1px 2px 0 #707070;
    transition: box-shadow 0.3s;
}
input.laatstezeven0, textarea {
    background: #cccccc;
    padding: 1px;
    border: solid 1px #fff;
    box-shadow: inset 1px 1px 2px 0 #707070;
    transition: box-shadow 0.3s;
}

input.inputtelling, textarea:focus,
input.inputtelling, textarea.focus {
    box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
input.laatstezeven1, textarea:focus,
input.laatstezeven1, textarea.focus {
    box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
input.laatstezeven0, textarea:focus,
input.laatstezeven0, textarea.focus {
    box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}

#lijstTabel {
    width: 90%;
    border: 1px black dotted;
    margin-left: auto;
    margin-right: auto;
    background-color: #e4e3e3;
}
    #lijstTabel td {
        vertical-align: top;
    }

#lijstTabelHoofding {
    background-color: lightblue;
    font-size: 20px;
    font-weight: bold;
}

#lijstTabelBunkers {
}

#innerLijstTabelBunkers {
    width: 26%;
    float: left;
    margin-left: 5%;
    margin-top: 5px;
}

    #innerLijstTabelBunkers img {
        width: auto;
        height: 220px;
    }
    
#enter {
    position: absolute;
    z-index: -100;
    margin-left: -175px;
    top: 340px;
}

#tabellijsten {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

#tabellijsten th {
    color: black;
}

#tabellijsten button {
    width: 100%;
    background-color: #e1dede;
    height: 80px;
}