/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.ls-answers tbody .answertext {
    text-align: left;
}
.table>:not(:first-child) {
    border-top: 1px solid;
}
.mytooltip
{
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    color: blue;
}

/*Hiermee wordt het getal verwijderd boven een slider bij vragen waar dit niet nodig*/
.no-tooltip .slider .tooltip {
    display: none !important;
}

.ls-question-help-content {
    margin-top: 10px;
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.subvragen-links .control-label {
    text-align: left !important;
}

.ls-begrip {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    color: #1769aa;
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
}

.ls-begrip:focus {
    outline: 2px solid #1769aa;
    outline-offset: 2px;
}

.ls-begrip-popup {
    position: absolute;
    z-index: 99999;
    width: min(400px, calc(100vw - 30px));
    box-sizing: border-box;
    padding: 15px 40px 15px 15px;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,.25);
    font-size: 12px;
    line-height: 1.5;
}

.ls-begrip-popup-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    color: #666;
}

.ls-begrip-popup-close:hover {
    color: #000;
}

/* Op kleine schermen netjes centreren */
@media (max-width: 600px) {
    .ls-begrip-popup {
        position: fixed;
        top: 50% !important;
        left: 15px !important;
        transform: translateY(-50%);
        width: calc(100vw - 30px);
        max-height: 70vh;
        overflow-y: auto;
    }
}
