.sidemenu {
    border-right: 1px solid #abb7e0;
    min-width: 12%;

}

body {
    height: 100%;
    min-height: 100vh;
    background-color: #efefef;
}

.flowbutton {
    height: 40px;
    display: block;
    padding: 8px;
    border-top: 1px solid #abb7e0;
}

.flowbutton:hover {
    background-color: #dbdbdb;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
    line-height: 30px;
}

.dropdown-content p {
    padding: 4px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.navbar-item,
.navbar-item a {
    color: white;
}

.navbar-link {
    color: white;
}

.navbar-link:hover {
    background-color: darkgrey;
    color: black;
}

input[type="time"] {
    width: 100px;
}

input[type="date"] {
    width: 160px;
}

.sortabelbox {
    overflow: auto;
}

.afspraak {
    display: inline-block;
    width: 100%;
    border: 1px solid black;
    border-radius: 5px;
    background-color: white;
    min-height: 100px;
    margin: 0 0 3px 0;
    padding: 5px;
}

.afspraak:hover {
    /* background-color: #d0ffcc; */
}

[data-akkoord="0"] {
    background-color: #ffd4d1;
}

.simpledot {
    height: 15px;
    width: 15px;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
}

/* TESTCODE */
#drop-area {
    border: 2px dashed #ccc;
    border-radius: 20px;
    width: 480px;
    font-family: sans-serif;
    margin: 50px auto;
    padding: 10px;
}

#drop-area.highlight {
    border-color: green;
}

p {
    margin-top: 0;
}

.my-form {
    margin-bottom: 10px;
}

#gallery {
    margin-top: 10px;
}

#gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.filebutton {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.button:hover {
    background: #ddd;
}

#fileElem {
    display: none;
}

.agendaweekblok {
    display:block;
    width: 25px;
    height: 25px;
    padding:1px;
    background-color:red;
}

.agendaweekblok:hover {
    border: 1px solid black;
}

.monteurmelding {
    display: block;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.monteurmelding textarea {
    width: 100%;
    padding: 5px;
}

.ql-editor{
    min-height:200px;
}