﻿body {
}

.dvza-table-result-meta {

}

.dvza-cell-label {
    width: 100px;
    fon
}

.dvza-cell-value {
    width: 900px;
}

textarea.form-control.dvza-bsn {
    background-color: #fbeeee;
}

textarea.form-control.dvza-no-bsn {
    background-color: #f2fbd7;
}

.dxc-box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .2);
    padding-top: 20px;
    padding-left: 20px;
}


.dxc-container {
    width: 100%;
    align-content: center;
}

.dxc-filter-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.dxc-filter-table {
    width: 100%;
}

.dxc-filter-row {
    justify-content: flex-start;
}

.dxc-filter-cell {
    max-width: 250px;
    justify-content: flex-start;
}

.dxc-filter-label {
    max-width: 110px;
    padding-right: 10px;
}

.dxc-filter-input-date {
    max-width: 110px;
    padding-right: 20px;
}

.dxc-filter-input-text {
    max-width: 120px;
    padding-right: 10px;
}

.dxc-filter-input-range {
    max-width: 120px;
    padding-right: 10px;
}

.dxc-header-imagecell {
    height: 120px;
    width: 120px;
}

.dxc-header-image {
    height: 100px;
    width: 100px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.zib-hidden {
    display: none;
}

.zib-shown {
    display: block;
}

.zib-button {
    margin-bottom: 8px;
}

.dxc-zib-button {
    margin-bottom: 8px;
    text-align: start;
}

.dvza-theme-dark {
    background-color: darkgrey;
    color: white;
}

.dvza-theme-light {
    background-color: whitesmoke;
    color: black;
}

.gs-hidden {
    display: none;
}

.gs-shown {
    display: block;
}

dl {
    display: grid;
    grid-template-columns: max-content auto;
}

dt {
    grid-column-start: 1;
    float: left;
    clear: left;
    width: 200px;
    font-weight: bold;
}

dt::after {
    content: ":";
}

dd {
    grid-column-start: 2;
    margin: 0 0 0 80px;
    padding: 0 0 0.5em 0;
}

.json-hidden {
    display: none;
}

.json-shown {
    display: block;
}

.xml-hidden {
    display: none;
}

.xml-shown {
    display: block;
}
