﻿/* 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;
}

.logo {
    height: 50px;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
    text-decoration: none !important;
}

.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;
}

/* Break long text to keep the width within the column */
dl {
    word-break: break-word;
}

/* 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 */
}

.div_wrapper {
    width: 100%;
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.right-button {
    overflow: hidden;
    padding-left: 10px;
    padding-top: 10px;
}

.left-button {
    overflow: hidden;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

li {
    cursor: pointer;
}

.clickable-row {
    cursor: pointer;
}

.link {
    cursor: pointer;
    text-decoration: none !important;
    color: #0366d6 !important;
}

.empty-text {
    width: 100%;
    display: inline-block;
    height: 100%;
}

.right-buttons {
    float: right;
    height:130px;
}

.headerline {
    text-decoration: underline;
}

tr {
    height: 34.59px;
}

select {
    appearance: auto !important;
}

/*INDEX END*/
/*MAILITEM*/
.border-box {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DDD;
}

.image {
    width: 200px !important; /* You can set the dimensions to whatever you want */
    height: 200px !important;
    object-fit: cover;
}

.thumbnail > a > span {
    font-size: 195px;
    width: 200px;
    height: 200px;
    color: black;
}

.thumbnail {
    text-align: center;
    vertical-align:central;
}

.modal-image {
    height: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
/* The Modal (background) */
.modal {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4) !important;
}
/* Modal Content */
.modal-content {
    margin: auto;
    max-width: 1200px;
    height: 100%;
    border: none !important;
}
/* The Close Button */
.close {
    position: absolute;
    top: 10px;
    right: 25px;
}
/* Hide the slides by default */
.mySlides {
    text-align: center;
    display: none;
    /*height: 100%;*/
    margin: auto;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 50%;
    padding: 16px;
    margin-top: -50px;
    color: #000;
    opacity: .2;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    height: 65%;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    text-align: right;
}
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        text-decoration: none;
        color: #000;
        opacity: .5;
    }
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.remarks-table {
    max-height: 20rem;
}
/*MAILITEM: END*/
/*DIGITALMAILBOX: END*/
/*VERSANDFORMULAR*/
.selected_tr {
    /*background-color: #0366d6 !important;*/
    --bs-table-bg: #ced4da !important;
}

.versandformular-drucken {
    font-size: 2em;
    background-color: orange;
    vertical-align: bottom;
}

/*LOADING SCREEN*/
.spanner {
    position: absolute;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display: flex;
    text-align: center;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 10000;
    visibility: hidden;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show {
    opacity: 2;
}

.accordion-button:not(.collapsed) {
    background: initial;
}


.form-check.indent-1 {
    padding-left: 2.5em;
}