/* Überschreibt den Bootstrap-Browse-Button-Text für File-Uploads auf Deutsch */
.custom-file-label::after {
    content: "";
}
html, body {
    height: 98%;
    min-height: 98%;
    font-family: 'Segoe UI', sans-serif;
}

body{
    background-image: url('../img/VivaBackdrop.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 50% 50%;
    background-position: 100% 95%;
}

/* body {
    background-image: url('../img/schleife.jpg');
    background-repeat: no-repeat;
    background-position: 100% 95%;
    background-attachment: fixed;
} */

.table{
    font-size: 0.7em;
    font-family: 'Segoe UI', sans-serif;
    background-color: white;
}

h1 {
    color: #0f2c4e;
    font-size: 36px;
}

#excel {
    width: 15px;
    height: 15px;
}

.logo {
    width: 120px;
    height: 57px;
    margin-right: 20px;
}

.error {
    color: red;
}

.row-error {
    background-color: #f8d7da !important; /* hellrot */
    color: #721c24; /* optional dunklere Schrift */
}

.btn-vck{
    background-color: #294972;
    color: #fff;
}

.tablehead {
    background-color: #294972;
    color: #fff;
}

.week-highlight {
  background: #b3d7ff !important;
}
.calendar-day.week-highlight {
  outline: 2px solid #1a5ca0;
  font-weight: bold;
}

.clickable {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.ui-dialog .ui-widget-header {
    color: white;
    background-color: #294972;
}

.navpoint:hover > .dropdown-menu {
    display: block;
}

.customClassForDropDown{
       height: 100px;
       overflow-y: auto;
}

.content {
    min-height: calc(100% - 91px);
}

footer {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.0);
    position: relative;
    height: 2em;
    width: 100%;
    bottom: 0;
    /*margin-top: -30px;*/
    clear: both;
}

/******* Einstellungen für das pdf im Warenausgang *****/
.link{
    /* To correctly align image, regardless of content height: */
    vertical-align: top;
    display: inline-block;
    /* To horizontally center images and caption */
    text-align: center;
    /* The width of the container also implies margin around the images. */
    width: 100px;
}

.pdfimg{
    width: 50px;
    height: 60px;
}

.caption {
    /* Make the caption a block so it occupies its own line. */
    display: block;
}
/******* Einstellungen für das pdf im Warenausgang Ende *****/

.scrollable-menu {
    max-height: 200px;
    overflow-y: auto;
}

/**** Auschalten des Sortieren einer Spalte****/
.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

/** {
    font-family: 'Tahoma', 'sans-serif';
}

html {
    background: url('../img/schleife.jpg') no-repeat bottom right;
    height: 100%;
}

html, body {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0;
}

nav {
    background-color: #f8f9fa;
    padding: 13px 16px;
    display: flex;
    align-items: center;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: orange;
    text-decoration: underline;
}

h1 {
    color: #0f2c4e;
    font-size: 36px;
}

h1 > a {
    color: #0f2c4e;;
    text-decoration: underline;
}

input[type=submit], input[type=button], button {
    cursor: pointer;
}

input[type=submit]:hover, input[type=button]:hover, button:hover {
    color: orange;
}

input[type=submit]:disabled:hover, input[type=button]:disabled:hover, button:disabled:hover {
    color: gray;
}



thead {
    background-color: #0f2c4e;
    color: white;
}

tbody > tr:nth-child(odd) {
    background-color: #dddddd;
}

th, td {
    border: 1px solid #aaaaaa;
    padding: 5px 8px;
    font-size: 14px;
    text-overflow: ellipsis;
}

footer {
    text-align: center;
    background-color: white;
    position: relative;
    height: 30px;
    margin-top: -30px;
    clear: both;
}

.content {
    min-height: calc(100% - 136px);
    width: max-content;
    padding: 20px 20px 30px 20px;
}

.logo {
    width: 120px;
    height: 57px;
    padding-right: 20px;
}

.error {
    color: red;
}

.italic {
    font-style: italic;
}

.customer {
    cursor: text;
    color: #aaaaaa;
}

.customer:hover {
    text-decoration: none;
}

.nav-end {
    position: absolute;
    right: 10px;
}

.nav-end > a, .nav-end > span, .nav-end > form {
    position: relative;
    margin-left: 0;
    margin-right: 24px;
}

.nav-end > form {
    display: inline;
}

.content label {
    margin-bottom: 5px;
    font-size: 16px;
}

.content input, .content select {
    margin-bottom: 10px;
    font-size: 16px;
}

.content label, .content input, .content select {
    display: block;
}

.content input[type=submit], .content input[type=button] {
    margin-top: 10px;
    display: inline-block;
}