body {
    left:0px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-color: #212121;
}

ul {
  list-style-type: none;
  padding-inline-start:0px;
}

.hidden{
    display:none;
}
.selectedlabel{
  color:white;
  background-color: #00a0d2;
  border:1px solid white;
}
input[type="text"] {
  font-size: inherit;
}

.artikeldiv{
  color:white;
  display:none;
}
.artikeldiv:hover{
  color:#00a0d2;
}
.ean{
  font-size: 12px;
  color:grey;
}
.right{
  position: relative;
  float:right;
}
#artikeloutput{
  position: absolute;
  top: 20px;
  width: 82vw;
  left: 0;
  padding: 20px;
  height: 88vh;
  border-radius: 25px;
  background-color: #444;
  color:white;
  border: 2px lightgrey;
  z-index: 1040;
  display:none;
}
.toevoegen{
  position: relative;
  float:right;
  top:-35px;

}
#mat_popup{
  position: absolute;
  top: 20px;
  width: 82vw;
  left: 0;
  padding: 20px;
  height: 88vh;
  border-radius: 25px;
  background-color: #444;
  color:white;
  border: 2px lightgrey;
  z-index: 1041;
  display:none;
}

#searchglass{
  position: relative;
  display:inline-block;
  top:2px;
}

#zoekveld{
  position: absolute;
  top: 20px;
  width: 82vw;
  left: 4%;
  padding: 20px;
  /* height: 88vh; */
  border-radius: 25px;
  background-color: #444;
  margin-top: 45%;
  color:white;
  border: 2px lightgrey;
  z-index: 981;
  display:none;
}

select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: 12px !important;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.taakomschrijving{
    display:block;
}
#projectnaam{
    font-size: 12px !important;
    width:200px;
    position: relative;
    display:inline-block;
    margin-bottom: 14px;
}

#users_popup{
  position: absolute;
  display: none;
  border: 2px solid white;
  border-radius: 25px;
  z-index: 1000;
  min-height: 62vh;
  height:auto;
  width: 85vw;
  padding-left:10px;
  background-color: grey;
}
#users_popup > label{
  margin-left: 10px;
  /* border:1px solid red; */
  display: inline;
}
#users_popup > input{
  border:1px solid green;
  margin-bottom: 20px;
}
#closepopup{
  position:relative;
  top:10px;
  right:10px;
}
#closepopup:active{
  transform: translateY(2px);
}

label{
    display:flex;
    background-color: #444;
    color: white;
    padding: 2px;
    padding-left: 5px;
    padding-right:5px;
    width: 35%;
    font-size:0.8em;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
input{
    margin-right: 5px;

}
input[type=text] {
    width: 36%;
}

input[type=file] {
    background-color: grey;
    color:#FFFFFF;
}

#headerbalk{
    position: relative;
    width:98%;
    background-color: #00a0d2;
    display:inline-block;
    border-radius:5px;
    border:none;
    margin-bottom: 5px;
}


#werkbonnr{
    background-color: #00a0d2;
    color:#444;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    font-size: 1.2em;
    width:30%;
    display: inline;
    border:none;
    left:30%;
}



#saveButton{
    width:1.2em;
    height:1.2em;
    position:relative;
    display:inline-block;
    float:right;
    top:5px;
    cursor:pointer;

    right:20px;
}
#saveButton:hover{
     transform: scale(1.2);
}
#saveButton:active{
    transform: translateY(2px);
}
#volgendeButton{
  position: relative;
  display: inline-block;
  top:15px;
  right:3px;
}

#myForm{
    border:2px solid #444;
    border-radius:25px;
    position: relative;
    padding:5px;
    padding-top:10px;
    padding-bottom:60px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 15px 40px rgba(0, 0, 0, 0.05);
    width:93%;
    left:1%;
    background-color:#333;
    z-index:800;
}


.formButton{
    background-color: #28a745;
    background-image: linear-gradient(-180deg,#34d058,#28a745 90%);
    color: white;
    margin-bottom:15px;
    border:1px solid #444;
    border-radius: 5px;
    padding:10px;
    cursor:pointer;

}
.formButton:active {
   transform: translateY(2px);
}

.headertekst{
  position: relative;
  display:block;
  font-size: 1.4em;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
  color:white;
}

.addButton{
  background-color: white;
  color: #03a9f4;
  font-weight: 800;
  font-size: 10px;
  cursor: pointer;
  margin-left: 20px;
  width: 2.1em;
  height: 1.8em;
  border: 2px solid #03a9f4;
  border-radius: 5px;
  padding: 2px;
  position: relative;
  float: right;
}
.addButton:active{
    transform: translateY(2px);
}
.addButton:hover{
    transform: scale(1.2);
}

.imagedelbutton{
    position: relative;
    cursor:pointer;
    top:-14px;
}
.imagedelbutton:active{
  transform: translateY(2px);
}
.deleteConcept{
  position: relative;
  display:inline-block;
  margin-left:5px;
  top:4px;
}

.formelement{
    margin-bottom: 5px;
}
.previewImage {
    border: 8px solid #ccc;
    width: 15em;
    height: 15em;
    max-width: 80%;

}
.whitetekst{
  color:white !important;
}
.delbutton{
  background-color: #FF0066;
  border:1px solid #993333;
    color: white;
    cursor:pointer;
    margin-left: 5px;
    width:2.1em;
    height:2.1em;
}
.delbutton:active{
  transform: translateY(2px);
}
.materiaaldel{
  background-color: #FF0066;
  position: relative;
  border: 1px solid white;
  display: block;
  float:right;
  top: 4px;
  right: 4px;
}

.overkoepelendeClass{
    position: relative;
    display: flex;
}
.wrapper {
    position: relative;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.readonly{
    background-color: #444;
    color:lightgrey;
}

.overkoepelendeMateriaalClass{
    display: flex;
}
.title{
    position: relative;
    display:inline-block;
    text-transform: uppercase;

    background-color: #03a9f4;
    color: white;
    padding:4px;
    font-size: 16px;
    min-width: 200px;
    border-radius: 5px;
    margin-bottom: 14px;
}
#signature-pad {
    position: relative;
    left: 0;
    top: 0;
    /* width:400px;
    height:200px; */
    width:14em;
    height: 12em;
    border:3px solid #00a0d2;
    border-right:5px solid #00a0d2;
    border-bottom:5px solid #00a0d2;
    background-color: white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 15px 40px rgba(0, 0, 0, 0.05);

}
#clear{
    position: relative;
    top: -17px;
    left:-5px;
    /* border:1px solid red; */
}
#sendbutton{
    display:inline-block;
    position: relative;
    cursor:pointer;

    border:1px solid purple;
}

#terugButton{
    color: #FFFFFF;
    position: relative;
    height: 18px;
    cursor:pointer;

    width:18px;
    display: inline-block;
    float:left;
    left:5px;
    top:2px;
}
#terugButton:active{
    transform: translateY(2px);
}
#terugButton:hover{
    transform: scale(1.2);
}

.taakdel{
  background-color: transparent;
  /* border:1px solid #993333; */
  /* color:white; */
  border:none;
}

.taakdel:active{
    transform: translateY(2px);
}
.taakdel:hover{
    transform: scale(1.2);
}

#login{
    position: absolute;
    border-radius: 25px;
    border:2px solid #00a0d2;
    background-color: #00a0d2;
    width:30%;
    /* max-width: 25%; */
    padding:25px;
    box-shadow: 0px 10px 10px 1px rgba(100, 100, 100, 0.75);
    box-sizing: border-box;
    min-height:50%;
    max-height: 70%;
    font-size: 10px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#login p span{
    color:white;
    font-weight:bold;
}
#login > * {
  color:white !important;
}

#loginlogo{
    position: relative;
    display: inline-block;
    background-image: url("../img/loginmobile.png");
    background-size: 100% 100%;
    height:50px;
    width:50px;
    margin-bottom:5%;
    background-repeat: no-repeat, repeat;
}
.icon{
  position: relative;
  height:20px;
  width:20px;
  cursor: pointer;
}
.icon:hover{
  transform: scale(1.2);
}

#zoekMateriaal{
  position: relative;
  /* top:4px; */
  float:right;
  height:18px;
  width:18px;
  cursor: pointer;
}
#zoekMateriaal:hover{
  transform: scale(1.2);
}
#zoekMateriaal:active{
  transform: scale(1.2);
}


#toewijzen{
  position: relative;
  height:20px;
  top:5px;
  width:20px;
}

#updatelijst{

  background-color: white;
  color: #03a9f4;
  font-weight: 800;
  font-size: 10px;
  cursor: pointer;
  margin-left: 10px;
  width: 2.1em;
  height: 1.8em;
  border: 2px solid #03a9f4;
  border-radius: 5px;
  padding: 2px;
  position: relative;
  /* float: right; */
}
#updatelijst:active{
  transform: translateY(2px);
}

.buttonright{
  position: relative;
  float:right;
  right:20px;
  display:inline-block;
  margin-bottom: 5px;
}

.bluebutton{
  background-color: #00a0d2;
  color:white;
  cursor:pointer;
  border:none;
}

.mainbutton{
  background-color: #00a0d2;
  color:white;
  cursor:pointer;
  position: relative;
  width:70%;
  left:13%;
  border:none;
  display:block;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em;
  padding:5px;
  border-radius: 5px;
  line-height: 25px;
    height: 80px;
}
.mainbutton:active{
  transform: translateY(2px);
  background-color: white;
  color:#00a0d2;
}
.iconIndex{
  width:50px;
  height:50px;
  float:left;
  display: inline-block;
  position: relative;
}
#loginbutton{
  /* background-color: #00a0d2;
  color:white; */
  cursor:pointer;
  border:none;
  margin-bottom:5px;
}
#loginbutton:active{
  transform: translateY(2px);
}
.datumveld{
    min-width: 100px;
}
.uurveld{
    max-width: 50px;
}

.alert{
    color: #fff;
    background-color: #28a745;
    display: flex;
    text-align: center;
    position: relative;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s
              ease-in-out,background-color .15s
              ease-in-out,border-color .15s
              ease-in-out,box-shadow .15s
              ease-in-out;
}
/* .infotekst{
  display:none!important;
} */

#info{
  display:block;
  position: relative;
    display: block;
    margin-left: 35%;
    margin-bottom: 3px;
}

.hideMe {
    -moz-animation: cssAnimation 0s ease-in 2s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 2s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        /* width:0;
        height:0;
        visibility:hidden; */
        z-index:-5;
        display:none;
    }
}


@media (orientation: portrait)   and (max-device-width: 770px) {
    #login {
        width:70%;
        max-height: 60%;
    }



    /* #loginlogo{
        background-size: 100% 100%;
        background-image: url("../img/loginmobile.png");
        height:100px;
        width:100px;
    } */
    .input        {
        width:300px;
        height:30px;
        font:Verdana, Geneva, sans-serif;
        font-size:30px;
    }
}
/* liggend maar mobile */
@media (orientation: landscape)  and (max-device-width: 667px)  {
    #login {
        width:70%;
        max-height: 100%;
    }
    /* #loginlogo{
        background-size: 100% 100%;
        background-image: url("../img/loginmobile.png");
        height:100px;
        width:100px;
    } */
    .input        {
        width:300px;
        height:30px;
        font:Verdana, Geneva, sans-serif;
        font-size:30px;
    }
    input[type=text] {
        /* border:1px solid yellow; */
    }
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    input[type=text] {
        width: 50%;
    }
    input[type=submit] {
        width: 80%;
        margin-top: 0;
    }
    input[type=text],input[type=password]{
        width: 80%;
        height:20px;
    }
    input[type=text] {
        border:1px solid #444;
    }
    label{
        display:flex;
    }

    .overkoepelendeClass{
        display:block;
        margin-bottom:4px;
        background-color: #666;
        padding:4px;
    }

  .materiaaldel{
    background-color: #FF0066;
    position: relative;
    border: 1px solid white;
    display: block;
    float:right;
    /* top: 4px; */
    right: 4px;
  }

  .taakdel{
    background-color: transparent;
    position: absolute !important;
    display: inline;
    top: 4px;
    right: -2px;
  }


    .overkoepelendeMateriaalClass{
      display:block;
      margin-bottom:4px;
      background-color: #666;
      padding:4px;
    }
    /* .datumveld{
        min-width: 40px;
        position: relative;
        display:inline;
        max-width: 30px;
        top:40px;

    }
    .uurveld{
        position: relative;
        display:inline;
        max-width: 30px;
        top:40px;


    }
    .projveld{
        max-width: 40px;
        position: relative;
        display:inline;
        max-width: 30px;
        top:40px;


    }
    .taakomschrijving{
        position: relative;
        left:0px;
        display:block;
        border:2px solid blue !important;
    } */
}
