.wisselpunt {
    background: #fff;
    border: 3px solid #000;
    border-radius: 50%;
    display: inline-block;
    font-size: 2rem;
    height: 3.6rem;
    line-height: 1.3;
    margin-right: 0.5rem;
    padding: 0.25rem;
    text-align: center;
    width: 3.6rem;
}

.stempelpost {
    background: #fff;
    border: 3px solid #000;
    border-radius: 10%;
    display: inline-block;
    font-size: 2rem;
    height: 3.6rem;
    line-height: 1.3;
    margin-right: 0.5rem;
    padding: 0.25rem 0.5rem;
    text-align: center;
}

.col-w-60 { width: 60px; }

.col-w-80 { width: 80px !important; }

.col-w-100 { width: 100px; }

.map-h-240 { height: 240px; }

.app-toast-container {
    margin-top: 50px;
    z-index: 1100;
}

.punt-multiselect .dropdown-toggle { text-align: left; }

.punt-multiselect .multiselect-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.punt-multiselect .dropdown-menu {
    max-height: 18rem;
    overflow-y: auto;
}

.punt-multiselect .list-group-item { cursor: pointer; }

.draaiboek-readonly-checkbox.form-check-input[disabled],
.traject-readonly-checkbox.form-check-input[disabled] {
    border-color: #495057;
    cursor: default;
    height: 1.05rem;
    opacity: 1;
    width: 1.05rem;
}

.draaiboek-readonly-checkbox.form-check-input[disabled]:checked,
.traject-readonly-checkbox.form-check-input[disabled]:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}