﻿.ticket-container
{
    width: 80%;
    margin-top:10%;
    background-color:pink;
}

.FiltriContainer {
    margin: 2em;
    height: 20%;
    border-radius: 1em;
    background-color: white;
    margin-top: -3.5%;
    border-style: outset;
    border-width: 0.25em;
    border-color: gray;
    margin: auto;
    margin-bottom: 2em !important;
}

.tabella {
    margin: auto;
}

.square{
    height:1em;
    width: 1em;
    border: 0.1em solid black;
    border-radius:0.25em;
}
.elemento-legenda{
    margin-left: 4em;
    width:100%;
}

.blocco-ticket {
    margin-top: 0.5em !important;
}

.logo {
    width:12em;
    margin-top:0.5em
}


body {
  overflow-y: scroll; /* Show vertical scrollbar */
  background-color: transparent !important;
}

* {
    font-family: Arial, Helvetica, sans-serif;
}

/*Dimensione schermo dialog matteo*/
@media only screen and (max-width: 992px) {
    .logo 
    {
        margin-top:0.8em !important;
        margin-left: -4em !important;
        width: 9.5em !important;
    }
    th 
    {
        font-size: 0.8em !important
    }
    .down-content
    {
        height:8em !important;
    }
}


@media only screen and (max-width: 1399.5px) 
{
    .singolariga {
        margin-top: -1em !important;
    }
    .spostasinistra{
        margin-left: 3.5em
    }
}
@media only screen and (max-width: 1200.5px) {
    .singolariga 
        {
        margin-top: -1em !important;
        }

    }

@media only screen and (max-width: 1200.5px)
{
    .tutterighe 
        {
            margin-top: -0.6em !important;
        }

        .section-heading h2 {
            line-height: 40px !important;
            margin-top: -100% !important;
        }

        section.upcoming-meetings {
            padding-top: 0px;
        }
}

