﻿.minimaal{
    min-height: 870px;
}

.lbltitel{
    font-family:'Franklin Gothic';
    font-size: 19px;
    font-weight: 500;
    color: darkslategray;
}

.btnnieuwepatient{
    font-family:'Franklin Gothic';
    font-size: 15px;
    font-weight: 500;
    color: ghostwhite;
    background-color: #5a7690;
    clear: both;
    border: none;
    margin: 10px 0 0 10px;
    height: 30px;
    width: 130px;
    border-radius: 3px;
}

.labelzoek{
    margin: 10px 5px 0 10px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    color: black;
}

.labelnieuw{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    color: black;
}

.txt{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
    color: black;
    background-color: white;
    border: 1px solid darkslategray;
    height: 25px;
    width: 270px;
    border-radius: 5px;
    padding-left: 5px;
}

.txtbehandel{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 11px;
    color: black;
    background-color: white;
    border: 1px solid darkslategray;
    height: 20px;
    width: 270px;
    border-radius: 5px;
    padding-left: 5px;
}
.ddl{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
    color: black;
    background-color: white;
    border: 1px solid darkslategray;
    height: 28px;
    border-radius: 5px;
    padding-left: 5px;
}

.btnactiveer{
    font-family:'Franklin Gothic';
    font-size: 12px;
    font-weight: 500;
    color: ghostwhite;
    background-color: #5D7B9D;
    clear: both;
    border: none;
    border-radius: 3px;
}

.tabellinks{
    border: 1px solid #ecf5ff;
    padding: 10px;
    background-color: #ecf5ff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-top: 10px;
}

.topceltabellinks{
    background-color: #5a7690;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.labellinks{
    font-size: 14px;
    color: white;
    font-weight: 400;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 5px;
}

.linkbut{
    background-color: #ecf5ff;
    color: black;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    text-decoration: none;
    border: none;
    height: 20px;
}

.linkbut:hover{
    color: mediumblue;
    text-decoration: underline;
}

.headgrid{
    font-weight: 200;
    height: 40px;
}

.tabel{
    max-width: 1180px;
}

.Inloggebruiker{
    bottom: 0;
    margin-bottom: 0;
}

.txtvraag{
    color: white;
    background-color: steelblue;
    border: none;
    border-radius: 6px;
    font-weight: 200;
    padding-left: 12px;
    height: 30px;
    font-size: 12px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
