﻿/* 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. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}



.custom-file-input ~ .custom-file-label::after {
    content: "Durchsuchen";
}

.summary-order-table.table .thead-custom th {
    border: none;
}
/* Input Labels in Quotation Acceptance Screen  */
.quotationInputLabel {
    width: 170px;
}

.max-width-80vw {
    max-width: 80vw;
}

.text-align-right {
    text-align: right
}

.adressSelectionDiv {
    min-width: 0;
    flex: 1 1 auto;
}

.addressButton {
    margin-left: 10px;
    width: 250px;
}

/* Hide/rearrange for small screens */
@media screen and (max-width: 767px) {


    /* Hide captions */
    .carousel-caption {
        display: none;
    }
    .addressButton {
        width: 100%!important;
        margin-left: 0px;
    }
    .responcive-button-continer {
        width: 100%;
    }

  }
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 1199px) {
    .addressButton {
        width: 230px;
    }
}
.custom-file-input ~ .custom-file-label::after {
    content: "Durchsuchen";
}

.summary-order-table.table .thead-custom th {
    border: none;
}

.dropdown-filter {
    min-width: 260px;
    max-height: 340px;
    overflow: auto;
}

.dropdown-depth-0 {
    padding-left: 0rem;
}

.dropdown-depth-1 {
    padding-left: 1.25rem;
}

.dropdown-depth-2 {
    padding-left: 2.5rem;
}

.dropdown-depth-3 {
    padding-left: 3.75rem;
}

.dropdown-depth-4 {
    padding-left: 5rem;
}

.dropdown-depth-5 {
    padding-left: 6.25rem;
}

.dropdown-depth-6 {
    padding-left: 7.5rem;
}