
.persoon {
    border: 2px solid #5bc0de;
    padding: 0 5px 0 5px;
    margin: 0 5px 0 5px;
    display: inline-block;
    cursor: pointer;
}
.nietbeschikbaar {
    border: 2px solid #d9534f;
    font-size: 130%;
}
.ingepland {
    border: 2px solid #5cb85c;
}
.main {
    border: 2px solid #428bca;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
h3 {
    color: #428bca;
    font-weight: 300;
}
.description {
    width: 100%;
}
.netjes {
    padding-left: 5px;
    padding-right: 10px;
}
.datum-omschrijving {
    margin-left: 10px;
    background-clip: padding-box;
    border-color: #e7ebee;
    border-radius: 3px;
    border-width: 2px;
    box-shadow: none;
    font-size: 13px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.datum {
    height: 30px;
    cursor:move;
    padding: 15px;
    margin-bottom: 10px;
}
.notice {
    padding: 10px;
}
.gekozen {
    font-weight: bold;
    text-decoration: underline;
    opacity: 1;
}
.datumnotatie {
    display: inline-block;
    min-width: 150px !important;
}
.hoog {
    min-height: 200px;
}
.vrijetekst {
    width: 600px;
    height: 150px;
}
.reedsgepland {
    font-weight:bold;
    color: #CC0000 !important;
}