﻿/* 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;
    }
}

/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: center;
    /* inline-block space fix */
    margin-right: -4px;
}

.logo_nolayout {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

.logo_menusx {
    width: 115%;
    margin-bottom: 20px;
    margin-left: -15px;
}

.uppercase_text {
    text-transform: uppercase;
}

.label-primary-red {
    background-color: red;
    color: #FFFFFF;
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 6px;
    top: 12px;
    font-size: 10px;
}

.label-primary-green {
    background-color: green;
    color: #FFFFFF;
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 6px;
    top: 12px;
    font-size: 10px;
}

.bar {
    height: 18px;
    background: #cc3333;
}

.bordo_verde {
    border-style: solid;
    border-width: 2px;
    border-color: #339999;
    width: fit-content;
    width: -moz-fit-content;
    padding: 2px;
}

.bordo_rosso {
    border-style: solid;
    border-width: 2px;
    border-color: #cc3333;
    width: fit-content;
    width: -moz-fit-content;
    padding: 2px;
}

.colonna_wrappata {
    white-space: normal !important;
}


