@font-face {
    font-family: 'Roboto Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('RobotoRegular'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.ttf') format('truetype');   
}
body {
	font-family: 'Roboto Regular', Arial,  sans-serif; 
    background-color:#ffffff;
    margin:0px;
    -webkit-transition: all .8s ease-in-out; -moz-transition: all .8s ease-in-out; transition: all .8s ease-in-out;
}
#maindiv {
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    font-family: 'Roboto Regular';
    border-top: solid 1px black;
    background-color: #eeeeee;
}


.krt_rood {
    height:15px;
    width: 10px;	
    border:solid 1px #111111;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#cc0000));
    /* Safari 4+, Chrome 1-9 */   
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#cc0000));
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */   
    background-image: -webkit-linear-gradient(top, #ff0000, #cc0000);    
    /* Opera 11.10+ */   
    background-image: -o-linear-gradient(top, #ff0000, #cc0000);
    /*IE 10*/
    background-image: linear-gradient(to bottom, #ff0000 0%, #cc0000 100%);
}
.krt_spacer {
    height:15px;
    width:8px;	
}
.krt_rood1 {
    height:10px;
    width: 8px;	
    border:solid 1px #111111;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#cc0000));
    /* Safari 4+, Chrome 1-9 */   
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#cc0000));
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */   
    background-image: -webkit-linear-gradient(top, #ff0000, #cc0000);    
    /* Opera 11.10+ */   
    background-image: -o-linear-gradient(top, #ff0000, #cc0000);
    /*IE 10*/
    background-image: linear-gradient(to bottom, #ff0000 0%, #cc0000 100%);
}
.krt_spacer1 {
    height:10px;
    width:5px;	
}
.main_table {
    position: relative;
    -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out;
}
.favourite {
    position: relative;
    width:64px;
    height:64px;
    border-radius:4px;
    border: solid 1px #999999;
    background-color:yellow;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d2d2d2));
    /* Safari 4+, Chrome 1-9 */   
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d2d2d2));
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */   
    background-image: -webkit-linear-gradient(top, #ffffff, #d2d2d2);    
    /* Opera 11.10+ */   
    background-image: -o-linear-gradient(top, #ffffff, #d2d2d2);
    /*IE 10*/
    background-image: linear-gradient(to bottom, #ffffff 0%, #d2d2d2 100%);
}
.favourite2 {
    position: relative;
    width:32px;
    height:32px;
    border-radius:16px;
    border: solid 0px #999999;
}
.favouriteL {
    position: relative;
    width:32px;
    height:32px;
    border-radius:0px;
    border: solid 0px #999999;
    text-align:center;
    color:white;
    font-weight:bold;
    background-color:orange;
}
.favourite_small1 {
    position: relative;
    width:44px;
    height:44px;
    border-radius:4px;
    border: solid 0px #999999;
}

.favouriteNC {
    position: relative;
    width:128px;
    height:64px;
    border-radius:4px;
    border: solid 1px #999999;
    background-color:yellow;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d2d2d2));
    /* Safari 4+, Chrome 1-9 */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d2d2d2));
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -webkit-linear-gradient(top, #ffffff, #d2d2d2);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(top, #ffffff, #d2d2d2);
    /*IE 10*/
    background-image: linear-gradient(to bottom, #ffffff 0%, #d2d2d2 100%);
}
.favourite_small {
    position: relative;
	padding:3px;
    width:50px;
    height:50px;
    border-radius:4px;
    border: solid 1px #999999;
    background-color:yellow;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d2d2d2));
    /* Safari 4+, Chrome 1-9 */   
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d2d2d2));
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */   
    background-image: -webkit-linear-gradient(top, #ffffff, #d2d2d2);    
    /* Opera 11.10+ */   
    background-image: -o-linear-gradient(top, #ffffff, #d2d2d2);
    /*IE 10*/
    background-image: linear-gradient(to bottom, #ffffff 0%, #d2d2d2 100%);
}

#nacomplijst {
    margin-top:10px;
}
#nacomplijst ul {
    padding-left:7px;
}

.scrollbox {
    overflow:scroll;
    -webkit-overflow-scrolling:touch;
    position:absolute;
    top:49px;
    bottom:49px;
    width:100%;
    font-size:12px;
    font-weight:normal;
    color: black;
    text-indent: 0px each-line;
}

.mdl-button {
  background: transparent;
  border: none;
  border-radius: 2px;
  color: rgb(0,0,0);
  position: relative;
  height: 36px;
  margin: 0;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-family: "Roboto Regular", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  overflow:hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle; 
}

.mdl-button--fab {
    border-radius: 50%;
    font-size: 24px;
    height: 56px;
    margin: auto;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: visible;
    background: rgba(158,158,158, 0.20);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    background-color: rgba(158,158,158, 0.40);
    position: relative;
    line-height: normal;
}

.pageTab {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: white;
    z-index: 999;
    border-top: solid 1px black;
}
.pageTab18 {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #00C000;
    z-index: 999;
    color: white;
    border-top: solid 1px black;
    border-top: solid 1px #e2e2e2;
    text-align: center;
}
.toolbar_select{
    text-align:center;
    color:white;
}
.toolbar_unselect{
    text-align:center;
    color: silver;
    border-bottom:solid 1px #e0e0e0;
}
.tab18_select {
    text-align: center;
    color: white;
    background-color: #00C000;
    border: 1px solid #00C000;
    position:relative;
}
.tab18_unselect {
    text-align: center;
    color: #00C000;
    background-color: white;
    border: 1px solid #00C000;
    position: relative;
}
.comp-button1 {
    background: transparent;
    border: solid 3px white;
    color: white;
    position: relative;
    height: 28px;
    margin: 0;
    min-width: 28px;
    display: inline-block;
    font-family: "Roboto Regular", "Helvetica", "Arial", sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    padding: 4px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 50px;
}
.comp-button2 {
    background: transparent;
    border: solid 3px darkgrey;
    color: darkgrey;
    position: relative;
    height: 28px;
    margin: 0;
    min-width: 28px;
    display: inline-block;
    font-family: "Roboto Regular", "Helvetica", "Arial", sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    padding: 4px;
    margin: auto;
    overflow: hidden;
}
.comp-button {
    background: transparent;
    border: none;
    color: white;
    position: relative;
    height: 32px;
    margin: 0;
    min-width: 32px;
    display: inline-block;
    font-family: "Roboto Regular", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 28px;
    margin: auto;
    width: 32px;
    overflow: hidden;
    background: rgba(158,158,158, 0.20);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    background-color: rgba(158,158,158, 0.40);
    position: relative;
}
.CMPB {
    background: transparent;
    border: none;
    color: white;
    position: relative;
    height: 32px;
    margin: 0;
    min-width: 32px;
    display: inline-block;
    font-family: "Roboto Regular", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 28px;
    margin: auto;
    width: 32px;
    overflow: hidden;
    background: rgba(158,158,158, 0.20);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    background-color: rgba(158,158,158, 0.40);
    position: relative;
}
.DG {background-color:darkgray;}
.AL {
    background-color: #FF9600;
}
.AN {
    background-color: #26A65B;
}
.AO {
    background-color: #2DCC70;
}
.AW1 {
    background-color: #6CB9F1;
}
.AW2 {
    background-color: navy;
}
.AZ1 {
    background-color: purple;
}
.AZ2 {
    background-color: #fe0000;
}
.AD {
    background-color: teal;
}
.beker-button {
  background: transparent;
  border: none;
  color: white;
  position: relative;
  height: 44px;
  margin: 0;
  min-width: 44px;
  display: inline-block;
  font-family: "Roboto Regular", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  vertical-align: middle; 
  border-radius: 50%;
  line-height:40px;
  margin: auto;
  width: 44px;
  overflow: hidden;
  background: rgba(158,158,158, 0.20);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: rgba(158,158,158, 0.40); 
  position: relative;
}
.CG {
    padding: 0px 0px 0px 7px;
    float:left;
    display:inline-block;
}
.CC {
    padding: 0px 0px 0px 0px;
    width: 35px;
    float:left;
    display:inline-block;
}
.CCL {
    width: 40px;
    padding: 1px;
}
.beker-cell {
    width: 50px;
    height: 50px;
    padding: 1px;
    float:left;
}
.nav_sel{
    font-size:11px;
    color:white;
}
.nav_unsel{
    font-size:11px;
    color:#B2D7D2;
}
.nav_item_table{
    text-align:center;
    width:100%;
}
.svg_sel { fill: #ffffff; }
.svg_unsel { fill: #B2D7D2; }
#p2rball {
    position: absolute;
    top: -80px;
    height: 50px;
    width: 100%;
    padding: 0;
    z-index: 998;
}
div.ncTitle {
    float: left;
    display: inline-block;
    padding-top: 7px;
    padding-left: 5px;
    font-size: 13px;
}
input[type=text]:focus {
    outline: none;
}

* {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
img {
    pointer-events: none;
}
input {
    -webkit-user-select: text;
    -moz-user-select:text;
    -o-user-select: text;
    user-select:text;
}
