a.editable-click {
    color: #777!important;
    border-bottom-color: #777!important;
}

#zoekenResults {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin-top: 4px;
    width: 60%;
    position: fixed;
    z-index: 100000000;
    left: 20px;
    min-height: 120px;
    display: none;
}

#zoekenResults > a {
    color:#777!important;
}

#frmStatus {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin-top: 4px;
    width: 400px;
    position: fixed;
    z-index: 100000000;
    right: 100px;
    min-height: 120px;
   
}

.dossierLabelContainer {
    position: fixed;
    top: 220px;
    right: 0;
    z-index: 100000000;
}

.dossierLabel {
    position: relative;
    right: -285px;
    z-index: 100000;
    min-width: 300px;
    height: 60px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    margin-top: 10px;
    padding-top: 16px;
}

.dossierLabel > span {
    font-weight: bold;
    font-size: 14px;
    margin-left: 25px;
}

.dossierLabelNew {
    padding-top: 20px;
    padding-left: 3px;
    color: #777;
    font-size: 12px;
    font-weight: bold;
}

.dossierLabelOpmerkingen {
    display: none;
    margin-top: 10px;
}

.dossierLabelOverzicht {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px
}

/* Compact Notifications */
[data-notify="container"] {
    padding: 10px 15px !important;
    font-size: 13px;
    max-width: 350px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Larger Close Button */
[data-notify="container"] .close {
    font-size: 28px !important;
    line-height: 20px !important;
    top: -2px;
    position: relative;
    opacity: 0.6;
}

[data-notify="container"] .close:hover {
    opacity: 1;
}

/* Ensure title is bold and distinct */
[data-notify="title"] {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 8px;
}

[data-notify="icon"] {
    display: inline-block;
}

/* Close All Notifications Button */
#closeAllNotifications {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1032; /* Above standard notifications if they overlap, but they shouldn't */
    width: 350px;
    max-width: 350px;
    padding: 8px 15px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    color: #333;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font-size: 13px;
    font-weight: bold;
    display: none; /* Hidden by default */
}

#closeAllNotifications:hover {
    background-color: #e2e6ea;
}