/*
 * kidslineDayView.css
 *
 *
 *  @author      Thaler Software GmbH
 *  @copyright   Thaler Software GmbH
 *  @link        https://www.thaler-software.eu
 *
 */


.btn-accordion {
    width: 100%;
    text-decoration: none !important; /* Entfernt den Unterstrich */
    color: black !important; /* Schwarzer Text */
}

.btn-accordion:hover {
    color: gray !important; /* Grauer Text beim Hover */
    text-decoration: none !important; /* Sicherstellen, dass kein Unterstrich erscheint */
}

button.delete-shift-note-btn {
    color: red;
    cursor: pointer;
    font-weight: bolder;
}

button.delete-shift-note-btn:hover {
    color: #911313;
}


div.sv-bubble {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}


div.sv-bubble.sv-bubble-black {
    border: 1px solid black;
}

div.sv-bubble.sv-bubble-green {
    border: 1px solid green;
    background: green;
}