.margin-5 { margin: 5px !important; }

.margin-top-5 { margin-top: 5px !important; }

body {
    min-height: 500px;
}

.color-red {
    color: red;
}

.color-green {
    color: green;
}

.color-semitransparent {
    opacity: 0.2;
}

.foehn-files-table {
    margin-bottom: 50px;
}

.foehn-files-table td {
    line-height: 25px;
    vertical-align: middle;
}
.foehn-files-table tr:nth-child(even) {
    background-color: #dfdfdf;
}
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ui-loader {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(255, 255, 255, 0.8) !important;
    color: black !important;
    font-size: 25px !important;
    display: none;
    justify-content: center !important;
    align-items: center !important;
    z-index: 9999 !important;
    opacity: 0.7!important;
}
.ui-loader .ui-icon-loading {
    margin-left: 50%;
    margin-top: 400px;
    opacity: 0.5!important;

}

/* .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    color: black;
    font-size: 25px;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
} */