﻿/* 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;
    background-color: #f2f2f2;
    font-family: 'Varela', sans-serif;
}

h4 {
    font-family: 'Varela', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

a {
    color: unset;
}

    a:hover {
        color: unset;
        text-decoration: none;
    }

    a:visited {
        color: unset;
    }

.main-link {
    position: relative;
}

.main-link.link-active::after {
    position: absolute;
    height: 2px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    background-color: #FF9D00;
    color: red;
    left: 0;
    bottom: -6px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
    padding-top: 20px;
}

/* 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;
    }
}

.drop-area {
    border: 1px dashed #ccc;
    border-radius: 4px;
    /* width: 480px; */
    font-family: sans-serif;
    /* margin: 100px auto; */
    padding: 20px;
    margin-top: 2px;
}

    .drop-area.highlight {
        border-color: purple;
    }

    .drop-area > progress {
        float: right;
    }

p {
    margin-top: 0;
}

.my-form {
    margin-bottom: 10px;
}

.preview-gallery {
    margin-top: 10px;
}

    .preview-gallery img {
        width: 150px;
        margin-bottom: 10px;
        margin-right: 10px;
        vertical-align: middle;
    }

.button {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
}

    .button:hover {
        background: #ddd;
    }

#fileElem {
    display: none;
}