﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 


/* 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;
    }
}


    .main {
        font-size: .60vw;
    }


.container-fluid > .animated {
    margin-top: 24px !important;
}

.invoice {
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 5px 10px;
}

.invoice-title {
    margin-top: 0;
}

.invoice-col {
    float: left;
    width: 33.3333333%;
}

@media print {
    body {font-size: 14pt}
}
   

