

.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;*/
  width:99%;
  max-width: 2800px;
}

.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;
}

div.small {
  font-size: 75%;
}

/* three style list */
ul.maketree, ul.maketree ul, ul.maketree li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.maketree ul { padding-left: 0.3em; }
ul.maketree li {
  border-left: 1px dotted #000;
  padding-left: 13px;
  background: url(../images/dotted.gif) scroll no-repeat 1px 0.8em;
}
ul.maketree li.last {
  border-left-width: 0px;
  padding-left: 14px;
  background: url(../images/dottedangle.gif) scroll no-repeat left top;
}

.pointer {
  cursor: pointer;

}

/*end three style list */

/*CSS for charts*/
.chart-container {
  position: relative;
  margin: auto;
  height: 70vh;
  width: 100%;   /*80vh*/
}

/*End CSS for charts*/


/*CSS for tabbed pages */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 2px 4px;
  font-size: 14px;
  width: 25%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content */
.tabcontent {
  /*color: white;*/
  display: none;
  /*padding: 50px;*/
  /*text-align: center;*/
}

/*End CSS for tabbed pages */

/*Style for collapse tables*/
.subrow{
    font-weight: bold;
    background-color : yellow;
    cursor:pointer;
    }

.collapserow{
    visibility: collapse;
}

.detailrow{
    color : blue;
    }
}

.tdcol {
    padding: 5px;
    border-right: 1px solid
}

.detailrow.td{
    padding: 5px;
    border-right: 1px solid red;
}

.total_row{
    color: black;
    background-color : #90ee90;
    cursor: default;
}

.tablecol tr td{
  padding: 5px;
  border-right: 1px solid black;
}
.tablerow tr td{
    border-bottom: 1px solid black;
}


.tablecol tr td:last-child{
  border-right: none;
}

.weekendcell{
   background-color: red;
}

.tariff-table {
    border: none;
    border-right: solid 1px #DDEFEF;
    border-collapse: separate;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}
.tariff-table thead th {
    background-color: #DDEFEF;
    border: none;
    color: #336B6B;
    padding: 5px;
    text-align: left;
    /*text-shadow: 1px 1px 1px #fff;
    white-space: nowrap;            */
}
.tariff-table tbody td {
    border-bottom: solid 1px #DDEFEF;
    color: #333;
    padding: 5px;
    /*text-shadow: 1px 1px 1px #fff;*/
    white-space: nowrap;
}
.tariff-wrapper {
    position: relative;
}
.tariff-scroller {
    margin-left: 480px;          /*som van de breedte van de sticky koloms + 2x zui-table  (thead and body)*/
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
    /*width: 300px;*/
}
.tariff-table .tariff-sticky-col1 {
    border-left: solid 1px #DDEFEF;
    left: 0;
    position: absolute;
    top: auto;
    width: 100px;
    height:auto;
}
.tariff-table .tariff-sticky-col2 {
    border-right: solid 1px #DDEFEF;
    left: 100px;                         /*left + width col1)*/
    position: absolute;
    top: auto;
    width: 160px;
    overflow:hidden;
}

.tariff-table .tariff-sticky-col3 {
    border-right: solid 1px #DDEFEF;
    left: 260px;                        /*left + width col2*/
    position: absolute;
    top: auto;
    width: 30px;
}
.tariff-table .tariff-sticky-col4 {
    border-right: solid 1px #DDEFEF;
    left: 290px;                       /*left + width col 3*/
    position: absolute;
    top: auto;
    width: 90px;
    /*white-space: normal;      */
}
.tariff-table .tariff-sticky-col5 {
    border-right: solid 1px #DDEFEF;
    left: 380px;                        /*left + width col 4*/
    position: absolute;
    top: auto;
    width: 40px;
}
.tariff-table .tariff-sticky-col6 {
    border-right: solid 1px #DDEFEF;
    left: 420px;                        /*left + width col5*/
    position: absolute;
    top: auto;
    width: 60px;
}
.tariff-table .tariff-data {
    min-width: 100px;
    width: 100px;
}

/*Verhinderen dat er selecties kunnen gebeuren op het programma -> test fase - toe te voegen aan html pagina als class*/
.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.doselect {
  -webkit-touch-callout: default; /* iOS Safari */
    -webkit-user-select: default; /* Safari */
     -khtml-user-select: default; /* Konqueror HTML */
       -moz-user-select: default; /* Firefox */
        -ms-user-select: default; /* Internet Explorer/Edge */
            user-select: default; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/*Show tooltip on overflow cells*/
.tdtooltip {
    overflow: hidden;
    //text-overflow: ellipsis;
}
.tdtooltip:hover {
    overflow: visible;
    }

.tdbreak {
  word-break: break-word
}



