*{
    padding: 0;
    margin: 0;
}

body{
    font-size: 25px;
    color: black;
    overflow-x: hidden;
}

nav .active{
    background-color: rgba(236, 28, 36, 0.75);
}

a{
    text-decoration: none;
    color: inherit;
}

.menu-item:hover{
    color: inherit;
    background-color: rgba(236, 28, 36, 0.9);
}

.container{
    display: flex;
    flex-direction: row;
    height: 100vh;
}
.content-center{
    align-items: center;
}

nav{
    flex-direction: column;
    background-color: lightgray;
    height: 100%;
    top: 0;
    visibility: hidden;
    width: 0;
}

.menu-item{
    background-color: rgba(236, 28, 36, 0.5);
    padding: 15px;
}

#menu:checked ~ nav{
    visibility: visible;
    width: auto;
}

#menu:checked ~ .menu-switch > .fa-bars{
    display: none;
    width: auto;
}

#menu:checked ~ .menu-switch > .fa-times{
    display: block;
    width: auto;
}

.menu-switch{
    font-size: 40px;
    height: 65px;
}

.menu-switch > i{
    margin: 15px;
}

.menu-switch .fa-times{
    display: none;
}

.item-title{
    font-size: 50px;
    padding: 15px;
}

.flex{
    display: flex;
}

.column{
    flex-flow: column wrap;
}

.row{
    flex-flow: row;
}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
}

.left{
    justify-content: flex-start;
}

.center{
    justify-content: center;
}

.v-center{
    align-items: center;
}

.right{
    justify-content: flex-end;
}

.header{
    top: 0;
    position: relative;
}

.content{
    position: relative;
    flex-direction: column;
    margin: 20px;
    padding-bottom: 2.5rem;
}

table{
    border: black solid 1px;
    text-align: left;
}

caption{
    font-size: 45px;
}

tr > *{
    margin: 5px;
    padding: 15px;
}

thead{
    background-color: rgba(173,216,230,1);
}

tbody>tr:nth-child(even){
    background-color: rgba(173,216,230,0.5);
}

.clickable:hover{
    cursor: pointer;
}

.login {
    border: black solid 1px;
    margin: 10px;
    padding: 10px;
}

.field label {
    display: inline-block;
    width: 120px;
}

.between{
    justify-content: space-around;
}

#submit{
    margin-top: 10px;
    float: right;
}

.btn{
    padding: 5px 15px;
    border-radius: 10px;
    height: auto;
    width: auto;
}

.btn-primary{
    background-color: rgba(97,181,70,1);
}

.btn-secondary{
    background-color: #ffc107;
}

.warning{
    background-color: #ffc107 !important;
}

.danger{
    background-color: #dc3545 !important;
}




.cards{
    text-align: left;
    margin-top: 30px;
    display: flex;
}

.card{
    border: solid 1px;
    margin: 20px;
    padding: 10px;
}

.card-title{
    border-bottom: solid 1px;
}

.subtitle{
    border-bottom: solid 1px;
}


.klantgegevens{
    display: flex;
    border: solid 1px;
    align-items: center;
    margin: 20px;
}

.klantgegevens > label {
    margin: 3px;
}

.adressgegevens{
    display: flex;
    border: solid 1px;
    align-items: center;
    margin: 20px;
}

.medicijnen{
    display: flex;
    border: solid 1px;
    align-items: center;
    margin: 20px;
}

.klantgegevens{
    border: solid 1px;
    align-items: center;
    margin: 20px;
}
.klantgegevens > label {
    margin: 3px;
}
.adressgegevens{
    border: solid 1px;
    align-items: center;
    margin: 20px;
}
.medicijnen{
    border: solid 1px;
    align-items: center;
    margin: 20px;
    padding: 0px 20px;
}
.cancel{
    margin: 100px;
    padding: 10px 30px;
}
.orderverzenden{
    margin-left: 900px;
    padding: 10px 30px;
}
input{
    margin: 3px;
}