﻿@CHARSET "UTF-8";

/* PAGINA APPLICATION.ASPX */
h1,
.h1 {
    padding: 5px;
    cursor: default;
    letter-spacing: 1px;
    font-size: 140%;
    text-align: left;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
    font-variant: small-caps;
    color: black;
    clear: both;
    padding-bottom: 10px;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 150%;
    margin: 0px;
    margin-left: 5px;
    padding: 5px;
    white-space: normal;
    text-align: left;
    transition: all 0.5s ease-in-out;
}

div#applicazione {
    text-align: center;
}

#applicazione .elenco_applicazioni_header {
    white-space: normal;
    display: inline-block;
    padding-left: 5px;
    transition: all 0.5s ease-in-out;
}

#applicazione > .elenco_applicazioni {
    display: inline-block;
    text-align: center;
    width: auto;
    max-width: 1140px;
    white-space: nowrap;
    transition: all 0.5s ease-in-out;
}

.elenco_applicazioni_header > .elenco_applicazioni_titolo {
    font-family: arial;
    padding: 0px 10px;
    text-overflow: ellipsis;
    color: #5e5022;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 170%;
    cursor: default;
    text-align: left;
    display: inline-block;
    white-space: normal;
    float: left;
    clear: both;
    transition: all 0.5s ease-in-out;
}

.elenco_applicazioni_header > .note_applicazione {
    font-family: arial;
    font-style: italic;
    padding: 0px 5px;
    margin: 5px;
    margin-bottom: 20px;
    font-size: 100%;
    color: darkred;
    cursor: default;
    text-align: left;
    display: inline-block;
    float: left;
    clear: both;
    white-space: normal;
    transition: all 0.5s ease-in-out;
}

#div_content {
    min-height: 880px;
}

.notelleVista {
    text-align: left;
    color: #ff0000;
    font-weight: bold;
    font-size: 120%;
    max-width: 530px;
    font-variant: small-caps;
    margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
    #applicazione .elenco_applicazioni_header {
        float: left;
        clear: both;
        text-align: center;
        width: 99%;
        padding: 0px;
        margin: 0px 0.5%;
    }

    .elenco_applicazioni_header > .note_applicazione {
        text-align: center;
        font-size: 90%;
        width: 99%;
        padding: 0px;
        margin: 0px 0.5%;
    }

    .elenco_applicazioni_header > .elenco_applicazioni_titolo {
        text-align: center;
        font-size: 130%;
        width: 99%;
        padding: 0px;
        margin: 0px 0.5%;
    }

    .h1 {
        text-align: center;
        font-size: 120%;
        width: 99%;
        padding: 0px;
        margin: 0px 0.5%;
    }

    #div_non_numerati {
        /*margin-left: 60px;*/
    }
}



#div_link, #div_posti {
    position: static;
}

    #div_link li {
        outline-style: none;
        margin: 5px;
        list-style-type: none;
        padding: 10px 30px 10px 30px;
        border: 1px solid transparent;
        font-weight: bolder;
        text-transform: uppercase;
        float: left;
        background-color: #025A9A;
        color: #ffffff;
        border: 1px solid #999999;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        #div_link li.selected {
            background-color: #FFFFEE;
            border: 1px solid #000000;
        }

        #div_link li:hover {
            box-shadow: 2px 2px 6px #111111;
            background-color: #ff0000;
            color: #ffffff;
            cursor: pointer;
            cursor: hand;
        }



#div_posti {
    margin-right: 5px;
    display: inline-block;
    max-width: 800px;
}

    #div_posti ul.elenco_file, #ul_posti {
        position: static;
        float: left;
        padding-bottom: 80px;
    }

    #div_posti li.elenco_file {
        float: left;
        outline-style: none;
        list-style-type: none;
        padding: 10px 30px 10px 30px;
        border: 1px solid transparent;
        text-transform: uppercase;
        min-width: 150px;
    }

    #div_posti span.elenco_file {
        font-weight: bolder;
    }

        #div_posti li.elenco_file:hover, #div_posti span.elenco_file:hover {
            border-color: #000000;
            color: #ff0000;
            background-color: #dddddd;
            border: 1px solid #999999;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            box-shadow: 2px 2px 6px #111111;
            cursor: default;
        }


    #div_posti li.elenco_posti {
        position: static;
        float: left;
        outline-style: none;
        list-style-type: none;
        padding: 5px 7px 5px 7px;
        min-width: 25px;
        min-height: 22px;
        border: 1px solid transparent;
        text-transform: uppercase;
        margin-top: 10px;
        color: #000000;
        text-align: center;
        vertical-align: middle;
        float: left;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        #div_posti li.elenco_posti:hover {
            border: 1px solid #000000;
            background-color: #eeeeee;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            box-shadow: 2px 2px 10px #111111;
        }

    #div_posti span.elenco_posti {
        text-align: center;
        vertical-align: middle;
    }

        #div_posti li.elenco_posti:hover, #div_posti span.elenco_posti:hover {
            background-color: #3030FF;
            color: #ffffff;
            border-color: #000000;
            font-weight: bolder;
            cursor: pointer;
            cursor: hand;
        }

    #div_posti li.posto_libero {
        border: 1px solid #00ff00;
        background-color: #78ff78;
        color: #000000;
    }

    #div_posti li.posto_venduto {
        border: 1px solid #ff0000;
        background-color: #FF6666;
        color: #000000;
    }

    #div_posti li.posto_carrello {
        border: 1px solid #0000ff;
        background-color: #6666FF;
        color: #ffffff;
        font-weight: bolder;
    }


#content_button_avanti {
    font-size: 20px;
}

#div_non_numerati {
    position: absolute;
    display: block;
    margin-top: 250px;
    margin-left: 250px;
    background-color: #F4F4EB;
    border-radius: 10px;
    box-shadow: 5px 5px 10px black;
    padding: 10px;
    border: 1px solid black;
}

    #div_non_numerati td {
        padding: 5px;
    }

    #div_non_numerati table {
        display: block;
        margin: auto;
    }

@media screen and (max-width: 800px) {
    #div_non_numerati {
        margin-left: 80px;
    }
}

.tasto_visualizzazione_prezzi {
    background-image: url("../icons/euro_sign.png");
    background-position: 10px center;
    background-color: #eee;
    font-size: 55%;
    font-weight: bolder;
    padding: 10px 20px;
    padding-left: 40px;
    border: 1px outset black;
    text-transform: none;
    font-variant: normal;
    margin: 3px;
    cursor: pointer;
    cursor: hand;
    white-space: nowrap;
    text-align: left;
    float: left;
    clear: both;
    width: 11em;
}

    .tasto_visualizzazione_prezzi:hover {
        color: black;
        background-color: white;
        border-color: black;
        box-shadow: 2px 2px 3px #111;
        border: 1px solid black;
    }

    .tasto_visualizzazione_prezzi.selected {
        background-image: url("../icons/euro_sign_off.png");
        color: black;
    }

.tasto_visualizzazione_stati {
    background-image: url("../icons/info_small.png");
    background-position: 10px center;
    background-color: #eee;
    font-size: 55%;
    font-weight: bolder;
    padding: 10px 20px;
    padding-left: 40px;
    border: 1px outset black;
    text-transform: none;
    font-variant: normal;
    margin: 3px;
    cursor: pointer;
    cursor: hand;
    white-space: nowrap;
    text-align: left;
    float: left;
    clear: both;
    width: 11em;
}

    .tasto_visualizzazione_stati:hover {
        color: black;
        background-color: white;
        border-color: black;
        box-shadow: 2px 2px 3px #111;
        border: 1px solid black;
    }

    .tasto_visualizzazione_stati.selected {
        background-image: url("../icons/info_small_off.png");
        color: black;
    }

.tasto_visualizzazione_testuale {
    background-image: url("../icons/vista_testuale.png");
}

.tasto_visualizzazione_grafica {
    background-image: url("../icons/vista_grafica.png");
}

.tasto_visualizzazione_testuale,
.tasto_visualizzazione_grafica {
    background-position: 10px center;
    background-color: #eee;
    font-size: 55%;
    font-weight: bolder;
    padding: 10px 20px;
    padding-left: 40px;
    border: 1px outset black;
    text-transform: none;
    font-variant: normal;
    margin: 3px;
    cursor: pointer;
    cursor: hand;
    white-space: nowrap;
    text-align: left;
    float: left;
    clear: both;
    width: 11em;
}

    .tasto_visualizzazione_testuale:hover,
    .tasto_visualizzazione_grafica:hover {
        color: black;
        background-color: white;
        border-color: black;
        box-shadow: 2px 2px 3px #111;
        border: 1px solid black;
    }

.note_mappa {
    position: static;
    font-weight: normal;
    font-style: italic;
    color: #444444;
    font-size: 125%;
    display: block;
    clear: both;
    padding-bottom: 80px;
    margin-left: 1em;
}

.mappa_legenda_container {
    width: 100%;
    text-align: center;
    margin: auto;
    position: relative;
    overflow: visible; /*overflow: hidden;*/
}

.legenda_container {
    display: inline-block;
    vertical-align: top;
    margin: 50px;
}

.mappa_container {
    display: inline-block;
    vertical-align: top;
}

.legenda_buttons {
    float: none;
    width: auto;
    text-align: center;
    display: inline-block;
}

.mappa {
    float: left;
    display: block;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
}

.mappa_testuale {
    float: left;
    display: block;
    width: 80%;
    max-width: 800px;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    width: auto;
}

.legenda {
    font-weight: normal;
    font-style: italic;
    color: #111;
    font-size: 70%;
    margin: 3px;
    margin-top: 15px;
    padding: 10px;
    display: block;
    float: left;
    clear: both;
    text-align: left;
    background-color: #f1e9da;
    border: 1px solid #000000;
    border-radius: 0px;
    float: none;
    box-shadow: 3px 3px 3px gray;
}

.legenda_titolo {
    font-family: arial;
    padding: 0px 10px;
    text-overflow: ellipsis;
    color: #5e5022;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 140%;
    cursor: default;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    padding: 0px;
    width: 100%;
    transition: all 0.5s ease-in-out;
}



/* ANTEPRIMA POSTO SOSPESO */
#div_anteprima_sfondo {
    position: fixed;
    pointer-events: visiblePainted;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
    z-index: 59;
}

#div_anteprima_container {
    padding: 4px 10px 4px 10px;
    position: fixed;
    z-index: 60;
    font-family: Verdana;
    width: auto;
    min-width: 660px;
    min-height: 530px;
    color: #00335e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;
    background-color: #ffffff;
    display: inline-block;
}

    #div_anteprima_container.small {
        min-height: 400px;
    }

.div_anteprima_posto_vuoto {
    background-color: transparent;
    width: 120px;
    height: 120px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 5px;
    background-image: url("../images/noPosto.png");
    background-position: center center;
    background-size: cover;
}

.div_anteprima_posto {
    background-color: lightgray;
    border: 1px solid black;
    width: 120px;
    height: 120px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #aaa;
    background-position: center center;
}

.div_anteprima_posto_text {
    width: 120px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 145px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    cursor: hand;
    font-size: 15px;
    letter-spacing: 1px;
}

.div_anteprima_posto > img {
    background-position: center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    cursor: zoom-in;
}

.anteprima_data {
    display: inline-block;
    position: absolute;
    left: 160px;
    top: 25px;
    right: 20px;
    width: auto;
    height: 25px;
    overflow: hidden;
    color: #333;
    font-family: arial;
    font-size: 110%;
    font-variant: small-caps;
    cursor: default;
    white-space: nowrap;
}

.anteprima_descrizione_vista {
    display: inline-block;
    position: absolute;
    left: 160px;
    top: 45px;
    right: 20px;
    height: 30px;
    overflow: hidden;
    cursor: default;
    font-variant: small-caps;
    color: black;
    font-family: sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 150%;
    letter-spacing: 1px;
    white-space: normal;
}

.anteprima_titolo {
    display: inline-block;
    position: absolute;
    left: 160px;
    top: 110px;
    right: 20px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    font-family: arial;
    text-overflow: ellipsis;
    color: #5e5022;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 170%;
    cursor: default;
    white-space: normal;
}

.anteprima_descrizione {
    display: inline-block;
    position: absolute;
    left: 160px;
    top: 75px;
    right: 20px;
    height: 35px;
    line-height: 17px;
    font-size: 15px;
    overflow: hidden;
    font-family: arial;
    text-overflow: ellipsis;
    cursor: default;
    white-space: normal;
}

ul.anteprima_elenco_prezzi {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 170px;
    right: 20px;
    bottom: 112px;
    overflow: hidden;
    overflow-y: auto;
    white-space: normal;
    text-align: center;
    float: none;
    width: auto;
    border-top: 1px dotted gray;
    border-bottom: 1px dotted gray;
}

li.anteprima_elenco_prezzi {
    display: inline-block;
    background: transparent url('../images/checkmark_vuoto.png') no-repeat right top;
    list-style-type: none;
    float: none;
    clear: none;
    display: inline-block;
    margin: 6px;
    min-height: 35px;
    width: 250px;
    border: 1px solid gray;
    padding: 5px 20px;
    cursor: pointer;
    cursor: hand;
    white-space: nowrap;
}

    li.anteprima_elenco_prezzi.selected {
        background: #eee url('../images/checkmark.png') no-repeat right top;
        border: 1px solid black;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 3px 3px 10px #999999;
    }

    li.anteprima_elenco_prezzi.disabled {
        background: none;
        background-color: darkgray;
    }

    li.anteprima_elenco_prezzi:hover {
        background-color: #ddc9a2;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 3px 3px 20px #111111;
        border: 1px solid black;
    }

.tipo_biglietto {
    width: 85%;
    float: left;
    clear: both;
    line-height: 25px;
    height: 50px;
    box-sizing: border-box;
    white-space: normal;
    max-width: 300px;
    min-width: 150px;
    text-align: left;
    text-transform: uppercase;
}

.nota_biglietto {
    font-size: 50%;
    float: left;
    clear: both;
}

.importo_biglietto {
    float: left;
    clear: left;
    line-height: 50px;
    box-sizing: border-box;
    width: 40%;
    font-size: 200%;
}

.note_extra_biglietto {
    float: left;
    clear: right;
    box-sizing: border-box;
    width: 60%;
    font-weight: normal;
    font-style: italic;
    font-size: 60%;
    text-align: right;
    color: #262626;
    text-transform: uppercase;
    white-space: nowrap;
    height: 50px;
    padding-top: 12px;
    padding-left: 10px;
}

.div_anteprima_button {
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 77px;
    right: 20px;
    height: 35px;
    padding-right: 10px;
    text-align: right;
    white-space: nowrap;
}

#button_anteprima_annulla {
    margin-top: 81px;
}
/*Captcha Div*/
#ReCaptchContainer {
    right: 0px;
    position: absolute;
}
/* PRENOTAZIONE */
.div_anteprima_prenotazione {
    display: inline-block;
    position: absolute;
    left: 18px;
    bottom: 65px;
    right: auto;
    height: 35px;
    padding-right: 10px;
    text-align: left;
    line-height: 35px;
    cursor: pointer;
    cursor: hand;
}

input[type="checkbox"].anteprima_prenotazione {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0px 10px;
}

label.anteprima_prenotazione {
    margin-left: 10px;
    padding: 0px 10px;
    cursor: pointer;
    cursor: hand;
}

@media screen and (max-width: 700px), (max-height: 600px) {
    #div_anteprima_container {
        inset: 1px !important;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        min-width: unset;
        min-height: unset;
        width: auto;
        height: auto;
        padding: 0px;
        border-radius: 0px;
    }

    .div_anteprima_posto_vuoto {
        width: 100px;
        height: 100px;
        left: 0px;
        top: 0px;
    }

    .div_anteprima_posto {
        width: 100px;
        height: 100px;
        left: 0px;
        top: 0px;
        border-radius: 0px;
    }

    .div_anteprima_posto_text {
        width: 100px;
        height: 18px;
        line-height: 18px;
        left: 5px;
        top: 75px;
        font-size: 15px;
        letter-spacing: 1px;
        color: white;
        font-weight: bold;
        letter-spacing: 3px;
        text-shadow: 2px 2px 2px black;
    }

    .anteprima_data {
        left: 120px;
        top: 10px;
        right: 10px;
        width: auto;
        height: 25px;
        font-size: 13px;
    }

    .anteprima_descrizione_vista {
        left: 120px;
        top: 30px;
        right: 10px;
        line-height: 14px;
        font-size: 13px;
        letter-spacing: 0px;
    }

    .anteprima_titolo {
        left: 0px;
        right: 0px;
        padding: 5px;
        top: 175px;
        word-break: break-all;
        box-sizing: border-box;
        text-align: center;
        font-size: 22px;
        line-height: 21px;
        height: auto;
    }

    .anteprima_descrizione {
        left: 120px;
        top: 60px;
        right: 10px;
        height: auto;
        line-height: 17px;
        font-size: 13px;
    }

    ul.anteprima_elenco_prezzi {
        left: 0px;
        top: 160px;
        right: 0px;
        bottom: 130px;
        width: auto;
        padding: 0px;
        margin: 0px;
        border-top: 2px solid gray;
        border-bottom: 2px solid gray;
    }

    li.anteprima_elenco_prezzi {
        min-height: unset;
        width: auto;
        box-sizing: border-box;
    }

        li.anteprima_elenco_prezzi.selected {
        }

        li.anteprima_elenco_prezzi:hover {
        }

    .tipo_biglietto {
    }

    .importo_biglietto {
        float: left;
        clear: left;
        line-height: 30px;
        box-sizing: border-box;
        font-size: 30px;
        text-align: center;
        width: 100%;
        padding: 5px;
        margin: 0px;
    }

    .note_extra_biglietto {
        float: left;
        clear: both;
        width: 100%;
        font-size: 12px;
        text-align: center;
        margin: 0px;
        padding: 5px;
        height: 40px;
    }

    .div_anteprima_button {
        left: 10px;
        bottom: 70px;
        right: 10px;
        height: 40px;
        padding: 0px;
        padding-top: 5px;
        text-align: center;
    }

    .div_anteprima_prenotazione {
        bottom: 100px;
        height: 20px;
        line-height: 18px;
        white-space: nowrap;
        padding: 5px;
        font-size: 15px;
        left: 0px;
        right: 0px;
        text-align: center;
    }
}

/* ANTEPRIMA IMMAGINE POSTO */
.div_anteprima_posto_large {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    border: none;
    box-shadow: 7px 7px 7px #111111;
    cursor: zoom-out;
    background: black;
    z-index: 80;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    box-sizing: border-box;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#div_anteprima_posto_large.zoomin {
    animation-duration: 0.8s;
    animation-name: zoomin;
}

@keyframes zoomin {
    from {
        left: 0px;
        top: -200%;
        right: 0px;
        bottom: 200%;
        opacity: 0;
        transform: rotate(90deg);
        border: 2px solid black;
    }

    to {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 1;
        transform: rotate(0deg);
        border: 0px;
    }
}

#div_anteprima_posto_large.zoomout {
    animation-duration: 0.8s;
    animation-name: zoomout;
}

@keyframes zoomout {
    from {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 1;
        transform: rotate(0deg);
        border: 0px;
    }

    to {
        left: 0px;
        top: 200%;
        right: 0px;
        bottom: -200%;
        opacity: 0;
        transform: rotate(-90deg);
        border: 2px solid black;
    }
}
