/*
    SOWI Informatik, www.sowi.ch
    Franz Schönbächler, September 2024

    Velo\Velo.Web\wwwroot\css\site.css
*/

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/* Bootstrap extends: dialog wider */
.modal-xxl {
    max-width: 95%;
    width: 95%;
}

.no-spinner {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
    width: 100%; /* oder eine andere Breite */
    text-align: right;
    padding-right: 4px;
}

    .no-spinner::-webkit-inner-spin-button,
    .no-spinner::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin-top: 0;
        margin-right: 0;
        width: 0;
        height: 0;
        opacity: 0;
    }

    .no-spinner::-moz-number-spin-up,
    .no-spinner::-moz-number-spin-down {
        -moz-appearance: none;
        margin-top: 0;
        margin-right: 0;
        width: 0;
        height: 0;
        opacity: 0;
    }

/* XML display block */
.xml-display {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    max-height: 400px;
    overflow-y: auto;
    font-family: 'Courier New', Consolas, monospace;
    font-size: 0.875rem;
    line-height: 1.4;
    white-space: pre-wrap;
    word-wrap: break-word;
}
