.imgmini {
    cursor:  pointer;
    padding:2px 2px;
    height: 18px;
}

.navbar {
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

.ul2 {
      columns: 2;
     -webkit-columns: 2;
     -moz-columns: 2;
}

.ul3 {

    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    overflow: auto; /* Fix for firefox and IE 10-11  */
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
    break-inside: avoid-column;
    width:auto;

}

.divc3{
    columns: 3;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.l100 {
    float: left;
}

.i100 {
    overflow: hidden;
    display: block;
    padding: 0 4px 0 4px;
}
.i100 input {
    width: 100%;
}

.i100 select {
    padding: 2px 4px 2 px 4px;
}

.div-40-20 div {
  max-width: 40em;
  max-height: 20em;
  overflow: scroll;
  position: relative;
}

.table-scroll table {
    position: relative;
    border-collapse: collapse;
    }
.table-scroll td,
              th {
    padding: 0.25em;
    }
.table-scroll thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    background: lightgrey;
    /*color: #FFF;*/
}
.table-scroll thead th:first-child {
    left: 0;
    z-index: 1;
    }

.table-scroll tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    /*background: #FFF;*/
    /*border-right: 1px solid #CCC;*/
}

#mainbody {
  margin-left:auto;
  margin-right:auto;
  width:1450px;
}

.div-col-parent
{

    max-width: 100%;
  max-height: 300px;
  overflow-x: scroll;
  position: relative;


}
.div-col
{
    -moz-column-width: 200px; /* Firefox */
    -webkit-column-width: 200px; /* webkit, Safari, Chrome */
    column-width: 200px;
}
/*remove standard list and bullet formatting from ul*/
.div-col ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* correct webkit/chrome uneven margin on the first column*/
.div-col ul li:first-child
{
    margin-top:0px;
}

.wrapper{
	width: 100%;
	margin: auto;
	position: relative;
}
.wrapper h2{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.wrapper h2:first-child{
	margin-top: 0;
}

.hscroll {
    width:100%;
    display:inline-block;
    max-height:600px;
    overflow-y:auto;
    /*background:#f00;*/
}

barcode-container {
    display: inline-block;
    /*border: 1px dotted gray;*/
    margin-left : 20px;
    margin-top : 1 px;
    margin-bottom : 0px;
    /*margin: 1px;*/
}
barcode-container img{
    vertical-align: top;
}
barcode-container figcaption {
    /*border: 1px dotted blue;*/
    text-align: center;
}

/* Product cards */
.cardcolumn {
  float: left;
  padding: 10px 10px;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .cardcolumn {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.cards {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}
/* class om linke disabled te maken */
a.disabled {
    cursor: no-drop;
    color:grey;
    pointer-events: none;
}
