/* 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;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/*.progress {
    text-align: center;
}

.progress-value {
    position: absolute;
    right: 0;
    left: 0;
}
*/

.progress {
    position: relative;
}

.progress span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-weight: bold;
}

.progress-transparent {
    background: transparent;
}

.progress-text-sm {
    font-weight: normal;
}

.progress-text-black {
    color: #000000;
}

.progress-text-white {
    color: #ffffff;
}

.progressTextBlack {
    color: #000000;
    width: 100%;
}

.progressTextWhite {
    color: #ffffff;
    width: 100%;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

[hidden] {
    display: none !important;
}

/* Media queries for top padding (multiline navbar fix) - see AGBGA-15 */
@media (min-width: 768px) {
    body {
        padding-top: 150px;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 100px;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 50px;
    }
}

/* Roter Stern bei Muss-Feldern */
.form-group.required label:after {
    content: " *";
    color: red;
}

/* Button mit fester Breite */
.btn-80px {
    width: 80px;
}

/* Button Abstände in alle Richtungen */
.btn-spacing {
    margin: 1px;
}