﻿/* 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. */


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.buttonToolbar {
    text-align: right;
}
.fullWidth {
    width: 100%;
}
.clearFix:after {
    content: "";
    display: table;
    clear: both;
}

.floatLeft {
    display: block;
    float: left;
}

.floatRight {
    display: block;
    float: right;
}
.separador {
    height: 15px;
    clear: both;
    content: '.';
}
.card
{
    padding-bottom: 20px;
}