
/* ASP.NET */

/*input[type=checkbox] {
    display: normal;
    background-color: transparent;
    padding-right: 5px;
    border: 1px solid red;
}*/

:root {
    --imgWidth: 170px;
}

.bottoneFiltro {
    font-size: 0.8em;
    color: white;
    border-radius: 5px;
    white-space: normal;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #234756;
}

    .bottoneFiltro:hover {
        opacity: 0.5;
    }

.bottonePDF {
    font-size: 0.8em;
    color: white;
    border-radius: 5px;
    white-space: normal;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    background-color:darkorange;
}

    .bottonePDF:hover {
        opacity: 0.5;
    }

.cella1Pulsanti {
    width: 50%;
    vertical-align: middle;
    padding: 0 0 0 0;
    text-align:center;
}

.cella2Pulsanti {
    width: 9%;
    vertical-align: middle;
    text-align: center;
    padding: 0 0 0 5px;
}

.cella3Pulsanti {
    width: 14%;
    vertical-align: middle;
    padding: 0 0 0 0;
    text-align: center;
}

.contenitorePulsanti {
    display: table;
    width: 99.5%;
    margin: 0 auto 5px auto;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ABABAB;
    border-radius: 5px;
    background-color: darkgoldenrod;
}

.contenitorePulsantiTrasparente {
    display: table;
    width: 99.5%;
    margin: 0 auto 5px auto;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
    text-align: center;
    border: 0px solid transparent;
    border-radius: 5px;
    background-color: transparent;
}

@media screen and (min-width: 100px) and (max-width: 899px) {
    .cella1Pulsanti, .cella2Pulsanti, .cella3Pulsanti {
        width: 100%;
        height: 100%;
        padding: 0 0 0 0;
        margin-bottom: 5px;
    }

    .bottoneFiltro {
        height: 60px;
        width: 100%;
    }

    .contenitorePulsanti {
        width: 98%;
    }
}

@media screen and (min-width: 900px) {

    .columnPulsanti {
        display: table-cell;
    }
}

.label_check {
    font-size: 10pt;
    color: Maroon;
    font-family: "Century Gothic", Arial, "Trebuchet MS", Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: transparent;
    border: solid 1px #E4DF0C;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 4px;
}

a {
    text-decoration: none;
}

a:focus, a:active, a:hover, a:checked, a::selection, a:link, a:visited {
    text-decoration: none;
}

.div_contenitore {
    text-align: center;
    vertical-align: middle;
    /*padding: 20px 0px 0px 0px;*/
    margin: 0px 1% 10px 1%;
    width: 98%;
    border: solid 0px black;
    clear: both;
    border-radius: 0px;
    background-color: transparent;
    padding-left: 0%;
    padding-right: 1%;
}

.div_contenitore_areaRiservata {
    text-align: center;
    vertical-align: middle;
    width: 97.5%;
    margin: 0px 0% 10px 1%;
    padding-left: 0%;
    padding-right: 0%;
    clear: both;
    border-radius: 0px;
    background-color: transparent;
}

@media screen and (min-width: 100px) and (max-width: 899px) {
    .btn_tipo_01, .btn_tipo_02, .btn_tipo_03, .btn_tipo_04, .btn_tipo_05, .btn_tipo_06 {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
}
    .btn_tipo_01, .btn_tipo_02, .btn_tipo_03, .btn_tipo_04, .btn_tipo_05, .btn_tipo_06 {
        font-size: 0.9em;
        color: White;
        height: 32px;
        width: 98%;
        border-radius: 5px;
        text-transform: uppercase;
        letter-spacing: 0em;
        padding-top: 1px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .btn_tipo_01 {
        background-color: #ffaf9a;
    }

    .btn_tipo_02 {
        background-color: #d86262;
    }

    .btn_tipo_03 {
        background-color: #d24677;
    }

    .btn_tipo_04 {
        background-color: #9c408f;
    }

    .btn_tipo_05 {
        background-color: #5b437a;
    }

    .btn_tipo_06 {
        background-color: #68288b;
    }

        .btn_tipo_01:hover, .btn_tipo_02:hover, .btn_tipo_03:hover, .btn_tipo_04:hover, .btn_tipo_05:hover, .btn_tipo_06:hover {
            opacity: 0.5;
        }

    .WebGalleryRelease {
        text-align: center;
        font-size: 1.5vmin;
        margin-top: 50px;
        font-family: 'Century Gothic';
        color: gray;
        background-color: transparent;
        width: 100%;
        border: 0px solid red;
    }

    .titoloSito:link {
        color: white;
        text-decoration: none;
    }

    .titoloSito:visited {
        color: white;
        text-decoration: none;
    }

    .titoloSito:hover {
        color: white;
        text-decoration: none;
    }

    .titoloSito:active {
        color: white;
        text-decoration: none;
    }

    .titoloSito {
        letter-spacing: 0.1em;
        font-family: 'Century Gothic';
        font-size: 4vmin;
        font-style: normal;
        font-variant: normal;
        color: white;
        padding-top: 0px;
        margin-top: 9px;
        margin-bottom: 0px;
        border: 0px solid transparent;
        text-decoration: none;
    }

    @media screen and (min-width: 100px) and (max-width: 899px) {
        .titoloSito {
            font-size: 5vmin;
            margin-top: 15px;
            margin-left: 5px;
        }

        .WebGallery {
            font-size: 0.8em;
        }

        .text_area, .text_area_dropdown {
            width: 99%;
            margin-bottom: 3px;
            margin-top: 3px;
        }
    }

@media screen and (min-width: 900px) {

    .text_area, .text_area_dropdown {
        width: 98%;
    }
}

    .text_area {
        box-shadow: 0 0 1px 1px #b17f83;
        border: #daa4a8 groove 1px;
        outline: none !important;
        border-radius: 3px;
        color: #636363;
        font-size: 1em;
        text-align: center;
        margin: 0 auto 0 auto;
        padding: 0px 2px 0px 2px;
        height: 30px;
        background-color: white;
    }

.text_area_dropdown {
    width: 98%;
    box-shadow: 0 0 1px 1px #b17f83;
    border: #daa4a8 groove 1px;
    outline: none !important;
    border-radius: 3px;
    color: #636363;
    font-size: 1em;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0px 2px 0px 2px;
    height: 30px;
    background-color: white;
    text-transform: uppercase;
}

    .text_area_dropdown:hover {
        background-color: lightgoldenrodyellow;
        border-radius: 3px;
        border: #0000FF groove 1px;
    }

        .text_area:focus, .text_area:active, .text_area_dropdown:focus, .text_area_dropdown:active {
            background-color: #EEEEEE;
            border: #0000FF groove 1px;
        }

    .btnInvia {
        border-radius: 5px;
        background-color: maroon;
        color: white;
        height: 30px;
        width: 100px;
        font-weight: bold;
    }

    /* PERSONALIZZAZIONI */

    body {
        /*background-color: #e2e2e2;*/
        background-color: white;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font: 12px/15px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
        color: #444;
        width: 100%;
    }
@media screen and (min-width: 100px) and (max-width: 899px) {
    body{width: 99%;}
}
    hr {
        margin-top: 15px;
        margin-bottom: 15px;
        border-top-style: dashed;
        border-top-color: #CCCCCC;
        border-bottom-style: none;
        border-right-style: none;
        border-left-style: none;
    }

    h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
        border: 0px solid transparent;
        text-transform: uppercase;
        margin: 0 0 0 0;
        padding: 5px 0 5px 0;
        background-color: transparent;
        font-family: 'Century Gothic';
        width: 100%;
        vertical-align: middle;
        line-height: 150%;
        text-align: left;
    }

    h2 {
        font-size: 3.2vmin;
        padding-left: 0%;
        margin-bottom: 5px;
        font-weight: bold;
    }

    h3 {
        font-size: 3vmin;
        padding-left: 0%;
        font-weight: normal;
    }

    h4 {
        font-size: 2.7vmin;
        padding-left: 0%;
        font-weight: normal;
    }

    @media screen and (min-width: 100px) and (max-width: 899px) {
        h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
            width: 100%;
            vertical-align: middle;
            line-height: 150%;
            text-align: center;
        }

        h2 {
            font-size: 5vmin;
            padding-left: 0%;
            margin-bottom: 5px;
            font-weight: bold;
        }

        h3 {
            font-size: 4vmin;
            padding-left: 0%;
            font-weight: normal;
        }

        h4 {
            font-size: 3vmin;
            padding-left: 0%;
            font-weight: normal;
        }
    }

    @media screen and (min-width: 900px) {

        .contenitore02 {
            display: table;
            margin-top: 2px;
            padding: 0 0 0 0;
            width: 100%;
            vertical-align: middle;
            text-align: center;
            font-size: 80%;
            border: 0px solid Green;
        }
    }

    .separa {
        margin-top: 30px;
    }

    textarea {
        font: 12px/15px Arial,"Helvetica Neue",Helvetica,Geneva,sans-serif;
        border-radius: 3px;
        background-color: #DEDEDE;
        padding-left: 2px;
        border: 1px solid #CECECE;
    }

    .verde {
        color: #009933;
    }

    .rosso {
        color: #FF0000;
    }

    .grigio {
        color: #999999;
    }

    .piccolo {
        font-size: 11px;
        padding: 3px;
    }

    .in_riga {
        display: inline-block;
    }

        .in_riga:nth-child(2n+1)::after {
            color: #DEDEDE;
            margin-left: 7px;
            margin-right: 4px;
            content: "|";
        }

    /* TABELLE */
    table {
        /*//	border-style: solid;*/
        /*//	border-width: 1px;*/
        width: 100%;
        border: none;
        border: 0px solid transparent;
    }

        table td {
            margin: 0;
            padding: 3px 5px;
            /*border-right: 1px dashed #e9e9e9;
        border-bottom: 1px solid #e9e9e9;*/
            border-right: 0px dashed #e9e9e9;
            border-bottom: 0px solid #e9e9e9;
            font-size: 12px;
            line-height: 15px;
            border: none;
        }

            table td:last-child {
                /*//	border-right-style: none;*/
            }

        table a {
            color: #99353d;
        }

        table p {
            margin: 0;
            padding: 0;
            display: inline-block;
            margin-right: -4px;
            border: none;
        }

        table tr {
            border: none;
        }

            table tr:hover {
                background-color: #f0f0f0;
                background-color: #FFE793;
                background-color: #DDFDDD;
                background-color: cornsilk;
                background-color: papayawhip;
                background-color: azure;
                /*opacity: 0.5;*/
                color: black;
            }

    /*table:hover {
	background-color: yellow;
	background-color: #f0f0f0;
	background-color: #FFE793;
}*/

    tr.prima-riga {
        background-color: #99353d;
        color: #ffffff;
    }

        tr.prima-riga td {
            /*//	border-right-style: none;*/
        }

    table.no-hover tr:hover {
        background-color: transparent;
    }

    table tr.prima-riga:hover {
        background-color: #99353d;
    }

    table .colonna-1 {
        width: 140px;
    }

    td > table > tbody {
        background-color: transparent;
    }

        td > table > tbody:hover {
            background-color: transparent;
        }

        td > table > tbody > tr > td {
            height: 40px;
            font-size: 0.80vw;
            font-weight: normal;
            /*background-color: papayawhip;*/
            background-color: azure;
            color: white;
            border-radius: 5px;
            text-align: center;
            vertical-align: middle;
            font-family: 'Arial Rounded MT' 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            text-transform: uppercase;
            padding-top: 3px;
            padding-bottom: 3px;
        }

            td > table > tbody > tr > td:hover {
                opacity: 0.5;
                font-weight: bold;
            }


    .tabella-opera-riferimento {
        width: 100px;
    }

    .tabella-opera-foto, .tabella-artista-foto {
        width: 80px;
    }

    .tabella-opera-operazione, .tabella-artista-operazione, .tabella-personale-operazione, .tabella-cliente-operazione, .tabella-ordine-operazione, .tabella-ddt-operazione, .tabella-evento-operazione, .tabella-affidamento-operazione, .tabella-scaletta-operazione, .tabella-asta-operazione, .tabella-notizia-operazione {
        width: 70px;
    }

    .tabella-artista-nome, .tabella-artista-cognome {
        width: 120px;
    }

    .tabella-artista-mostre, .tabella-artista-cai {
        width: 70px;
    }

    #page {
        width: 1100px;
        margin-right: auto;
        margin-left: auto;
        background-color: #ffffff;
        padding: 20px 20px 40px;
    }

    #elenco-ricerca-gioielli tr.prima-riga, #elenco-gioielli tr.prima-riga {
        background-color: #d8c995;
        color: #ffffff;
    }

    #post-per-pagina {
        margin-bottom: 30px;
        float: left;
    }

    #ordina-per {
        float: right;
    }

    .opzioni-elenco {
        color: #99353d;
        margin-top: 10px;
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 16px;
    }

    a.bottone-aggiungi {
        background-color: #99353d;
        padding: 10px;
        margin-bottom: 40px;
        display: inline-block;
        color: #ffffff;
        text-decoration: none;
    }

    input#invia, input.torna-indietro {
        background-color: #99353d;
        padding: 10px 30px;
        margin-bottom: 10px;
        display: inline-block;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        margin-top: 40px;
        border-style: none;
        cursor: pointer;
    }

    td.centro {
        text-align: center;
    }

    /* HEADER */
    #masthead {
        position: relative;
    }

    #logo {
        width: 250px;
    }

    #ricerca-rapida {
        position: absolute;
        right: 0;
        margin-right: 10px;
        top: 20px;
    }

        #ricerca-rapida form {
            margin-top: 5px;
            margin-bottom: 10px;
        }

    #ricerca-rapida-opera, #ricerca-rapida-cliente {
        display: inline-block;
        margin-right: 10px;
    }

    #ricerca-rapida-telefono {
        display: inline-block;
    }

    #ricerca-rapida input[type="text"] {
        width: 150px;
        padding: 5px;
        margin-right: 5px;
        font-size: 10px;
    }

    #ricerca-rapida input[type="submit"] {
        width: 80px;
        text-align: center;
        border-style: none;
        height: 25px;
        line-height: 22px;
        background-color: #99363E;
        color: #ffffff;
        font-size: 9px;
    }

        #ricerca-rapida input[type="submit"]:hover {
            background-color: #f1f1f1;
            color: #99363E;
            cursor: pointer;
        }

    /* MENU */
    #menu-top {
        margin-top: 20px;
        border-top: 2px solid #99353d;
        border-bottom: 2px solid #99353d;
        background-color: #fafafa;
    }

        #menu-top a {
            text-decoration: none;
            color: #99353d;
            font-size: 13px;
        }

        #menu-top ul {
            margin: 0;
            padding: 10px 0;
        }

            #menu-top ul.sub-menu {
                padding: 0;
            }

                #menu-top ul.sub-menu a {
                    font-size: 12px;
                }

                #menu-top ul.sub-menu .menu-item {
                    margin: 0;
                    padding: 0;
                }

        #menu-top li {
            list-style-type: none;
        }

            #menu-top li.menu-sezione {
                margin-top: 5px;
                margin-bottom: 5px;
            }

        #menu-top .menu-sezione {
            display: inline-table;
            font-weight: bold;
            padding-right: 11px;
            padding-left: 11px;
            border-right: 1px solid #dedede;
            width: 155px;
        }

            #menu-top .menu-sezione li {
                font-weight: normal;
                padding-left: 10px;
                padding-top: 2px;
                padding-bottom: 2px;
            }

                #menu-top .menu-sezione li a:hover {
                    text-decoration: underline;
                    text-decoration: none;
                    background-color: #9A373F;
                    color: white;
                }

    #cambia-menu {
        margin-bottom: 30px;
        background-color: #99353d;
        display: table;
        width: auto;
    }

        #cambia-menu a {
            display: block;
            color: #ffffff;
            text-decoration: none;
            padding: 5px 10px;
        }

            #cambia-menu a:hover {
                text-decoration: underline;
            }

    /* FILTRI */

    div.filtro-riga {
        display: inline-block;
        padding: 5px;
        margin-right: 20px;
        margin-bottom: 5px;
    }

    div.filtro-riga-small {
        display: inline-block;
        padding: 2px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    /* ARTISTI */

    td.tabella-artista-titolo {
        width: 250px;
    }

    td.tabella-artista-nome {
        width: 150px;
    }

    td.tabella-artista-cognome {
        width: 150px;
    }

    td.tabella-artista-cai {
        width: 50px;
    }

    .tabella-artista-cai-negativo {
        background-color: #FF0000;
        color: #ffffff;
        padding: 3px 5px;
        width: 40px;
        display: block;
        text-align: center;
    }

    .tabella-artista-cai-positivo {
        background-color: #009245;
        color: #ffffff;
        padding: 3px 5px;
        width: 40px;
        display: block;
        text-align: center;
    }

    td.tabella-artista-dati {
        width: 70px;
    }

    a#aggiungi-mostra {
        padding: 5px 10px;
        background-color: #CCC;
        color: #000;
        text-decoration: none;
        margin-bottom: 10px;
        display: table;
    }

        a#aggiungi-mostra:hover {
            color: #FFF;
        }

    a.removeRow {
        color: #99353d;
    }

    table.aggiungi {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .aggiunte {
        width: auto;
    }

    table.aggiungi td {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        border-bottom-style: none !important;
        border-right-style: none !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .aggiunte td {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        border-bottom-style: none !important;
        border-right-style: none !important;
        padding: 5px 3px !important;
    }

    table.aggiungi label, #elenco-mostre label {
        margin-right: 10px !important;
    }

    .mostra-anno {
        width: 50px;
    }

    .mostra-titolo {
        width: 250px;
    }

    .mostra-note {
        width: 250px;
    }


    /* OPERE */
    #opera-elenco {
        color: #888;
    }

        #opera-elenco b {
            color: #333;
            font-size: 13px;
        }

    #note-pubbliche {
        color: #FF0000;
    }

    td.foto-provvisoria {
        color: #FFF;
        font-size: 11px;
        background-color: #FF9696;
        text-align: center;
    }

    #elenco-ricerca, #elenco-ricerca-gioielli {
        max-height: 490px;
        overflow-y: auto;
    }

    .opera-venduta {
        color: #333;
        font-weight: bold;
    }

    .opera-disponibile {
        color: #009933;
    }

    .opera-offline {
        color: #FF0000;
    }

    .opera-in-trattativa {
        color: #FF9900;
    }

    span.pallino-rosso {
        color: #FF0000;
        font-weight: bold;
        margin-right: 5px;
        font-size: 18px;
        line-height: 20px;
        display: inline;
    }

    span.pallino-verde {
        color: #009933;
        font-weight: bold;
        margin-right: 5px;
        font-size: 18px;
        line-height: 20px;
        display: inline;
    }


    /* EVENTI */
    #aggiungi-evento {
        padding: 5px 10px;
        background-color: #CCC;
        color: #000;
        text-decoration: none;
        margin-bottom: 10px;
        display: table;
    }

        #aggiungi-evento:hover {
            color: #FFF;
        }


    /* AFFIDAMENTI */
    #aggiungi-affidamento {
        padding: 5px 10px;
        background-color: #CCC;
        color: #000;
        text-decoration: none;
        margin-bottom: 10px;
        display: table;
    }

        #aggiungi-affidamento:hover {
            color: #FFF;
        }


    /* ORDINE */
    .ordine-completato {
        color: #009933;
    }

    .ordine-eliminato {
        color: #000000;
    }

    .ordine-in-gestione {
        color: #FF9900;
    }

    #aggiungi-ordine {
        padding: 5px 10px;
        background-color: #CCC;
        color: #000;
        text-decoration: none;
        margin-bottom: 10px;
        display: table;
    }

        #aggiungi-ordine:hover {
            color: #FFF;
        }


    /* CLIENTI */

    td.tabella-ordine-numero {
        width: 45px;
    }

    td.tabella-ordine-data {
        width: 70px;
    }

    td.tabella-ordine-opere {
        width: 50px;
    }

    table.miniatura-ordine img.attachment-elenco-tabella.wp-post-image {
        width: 40px;
        height: 40px;
        display: block;
        margin-bottom: 5px;
    }

    td.tabella-ordine-prezzo {
        width: 70px;
    }

    td.tabella-ordine-miniature {
        width: 335px;
    }

    td.tabella-ordine-stato {
        width: 80px;
    }


    /* PAGINATE */
    .wp-pagenavi {
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;
        display: table;
    }

        .wp-pagenavi a, .wp-pagenavi span {
            color: #333 !important;
            border-style: none;
        }

            .wp-pagenavi span.current {
                background-color: #99353d;
                color: #ffffff !important;
            }


    /* PALINSESTO */
    #amministrazione-palinsesto td input[type="text"] {
        width: 110px;
    }

    #amministrazione-palinsesto .chiaro {
        background-color: #ffffff;
    }

    #amministrazione-palinsesto .scuro {
        background-color: #e2e2e2;
    }