﻿/* 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;
    width: 100%;
}

.labelreq:after {
    content: "*";
    color: red;
}

.field-validation-error {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background-color: #ff6666;
    padding: 2px 10px 5px 10px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    width: 100%;
    top: -5px;
}

.input-validation-error {
    margin-bottom: 5px;
}
.field-validation-error span {
    color: #ffffff;
}

/* 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;
    }
}
#top-bar-1 {
    border-bottom: 1px solid #cacaca;
    background-color: #f8f8f8;
    padding: 5px 0 10px 0;
}

#top-bar-2 {
    background-color: #ffffff;
    padding: 10px 0 10px 0;
}
