/*
 * Copyright 1996-2024 itServe AG. All rights reserved.
 *
 * This software is the proprietary information of itServe AG
 * Bern Switzerland. Use is subject to license terms.
 */


:root {
    --bs-body-font-size: 1rem;
    --bs-font-size-base: 1rem; /* Adjust base font size */
    /* You might also want to adjust heading sizes accordingly */
    --bs-font-size-h1: 1.25rem;
    --bs-font-size-h2: 1.15rem;
    /* Continue as needed */
}

.block {
    display: block;
}

.bold {
    font-weight: bold;
}

.large {
    font-size: larger;
}

.margin-bottom {
    margin-bottom: 1em;
}

.ui-wizard-step-title {
    font-size: 1rem !important; /* Adjust as needed */
}

.ui-widget,
.ui-widget .ui-widget {
    font-size: 1rem; /* Adjust as needed */
}

/* Adjustments for specific components if needed */
.ui-datatable .ui-datatable-data tr td,
.ui-datatable .ui-column-title {
    font-size: 1rem;
}

.ui-panel {
    margin-bottom: 0.5em;
}


.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.entry {
    display: block;
    border-bottom: 1px solid #EEEEEE;
}

.key, .value, .listkey, .listvalue {
    display: inline-block;
    word-wrap: break-word;
}

.key {
    font-weight: bold;
    width: 11em;
    user-select: none;
}

.value, .listvalue {
    vertical-align: top;
}

.list {
    display: block;
    font-weight: bold;
    margin-top: 0.25em
}

.listentry {
    display: block;
    border-top: 1px solid #EEEEEE;
}

.listkey {
    width: 10em;
}

.ui-messages-info-summary, .ui-messages-warn-summary, .ui-messages-error-summary {
    display: block;
}

.ui-messages-info-detail, .ui-messages-warn-detail, .ui-messages-error-detail {
    display: block;
    font-weight: normal;
    margin-left: 2em;
}