﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

body {
/*    padding-top: 65px;*/
    background-color: white;
}
/* Provide sufficient contrast against white background */
/*a {
    color: #0366d6;
}
*/
/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
    font-size: 14px;
}*/

/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

/*.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
    position: relative;
    min-height: 100%;
}*/

/*body {*/
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;
}*/

/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;*/ /* Vertically center the text there */
/*}*/

/*td.ImageInTable img {
    width: 70px;
    height: 50px;
}

.GroupedListeHeaderColor {
    background-color: rgba(33, 192, 235, 0.31) !important;
}

.GroupedEditCreateForms {
    background-color: rgba(33, 192, 235, 0.31) !important;
}*/

.table-klein > thead > tr > th,
.table-klein > tbody > tr > th,
.table-klein > tfoot > tr > th,
.table-klein > thead > tr > td,
.table-klein > tbody > tr > td,
.table-klein > tfoot > tr > td {
    padding: 1px;
}

.table-normal > thead > tr > th,
.table-normal > tbody > tr > th,
.table-normal > tfoot > tr > th,
.table-normal > thead > tr > td,
.table-normal > tbody > tr > td,
.table-normal > tfoot > tr > td {
    padding-bottom: 2px;
    padding-top: 2px;
}

.customClassForDropDown {
    height: 200px;
    width: 200px;
    overflow-y: auto;
}


.virtualizeGrid {
    height: 1000px;
}



#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.validation-message {
    color: red;
}


.mydropdownmenü {
    height: auto !important;
    z-index: 1000 !important;
    position: relative;
    overflow: visible;
}

/*.modal-body {
    overflow-y: visible;
}*/

.rz-grid-table {
    z-index: 1;
}

.globalwordbreak {
    word-break: break-word;
    white-space: pre-wrap;
}
/*.rz-navigation-item-wrapper,
.rz-navigation-item-link,
.rz-navigation-item-text{
    background-color:lightblue;
}*/