﻿
/* ================================================== CUSTOM CSS TRIBUNALI */

/* ================================================== STYLI GENERICI */

.footer {
    text-align: center;
}

    .footer hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.bordered {
    border: solid 1px #CCC;
}

.jumbotron {
    padding: 10px;
    margin-bottom: 10px;
    color: inherit;
    background-color: #fff;
    border-bottom: 2px solid #E5E5E5;
}

.banner-login {
    margin: 0;
    padding: 0;
}

.banner-header {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

    .banner-header p, .banner-header h1, .banner-header h2 {
        padding: .4em 15px 0;
        margin: 0;
        display: none;
    }

.title-banner-login,
.title-banner-header {
    color: #727272;
}

.form-signin .form-control {
    margin-top: 5px;
    margin-bottom: 5px;
}

label {
    margin-top: 9px;
}

.cercabox {
    margin-top: 20px;
}

.btn-cerca {
    padding: 8px 9px;
}

.btnhelp,
.btncerca {
    color: #FFF;
    background-color: #036;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 12px;
    cursor: pointer;
    padding: 6px 9px;
    line-height: 1.5;
    border: solid 1px #036;
}

    .btnhelp:hover,
    .btncerca:hover {
        background-color: #369;
        border: solid 1px #369;
    }

.aste-content h3,
.aste-content .h3 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #BFC3C3;
    background: none;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
    margin-bottom: 10.5px;
    line-height: 1.1;
}

.margin-10 {
    margin-bottom: 10px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}

/* BREADCRUMBS - NAVMAP */
#breadcrumbs {
    padding: 3px 20px;
    padding-bottom: 6px;
    font-size: .8em;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
}

    #breadcrumbs p {
        margin: .5em 0 0;
    }

    #breadcrumbs a:link, #breadcrumbs a:visited {
        text-decoration: none;
        color: #003366;
    }

    #breadcrumbs a:hover, #breadcrumbs a:active, #breadcrumbs a:focus {
        text-decoration: underline;
    }

    /* icone breadcrumbs */
    #breadcrumbs.breadcrumbs-stampa {
        padding: 6px 20px 10px 20px;
    }

/*CSS per iframe*/
.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 25%;
    }

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
        /*border: 0 none;*/
        border: 1px solid #C0C0C0;
        bottom: 0; /*height: 50%;*/
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

/*CSS STEP*/
.hiddenStepInfo {
    display: none;
}

.activeStepInfo {
    display: block !important;
}

.underline {
    text-decoration: underline;
}

.step {
    margin-top: 27px;
}

.progress {
    position: relative;
    height: 25px;
}

    .progress > .progress-type {
        position: absolute;
        left: 0px;
        font-weight: 800;
        padding: 3px 30px 2px 10px;
        color: rgb(255, 255, 255);
        background-color: rgba(25, 25, 25, 0.2);
    }

    .progress > .progress-completed {
        position: absolute;
        right: 0px;
        font-weight: 800;
        padding: 3px 10px 2px;
    }

.step {
    text-align: center;
}

    .step .col-md-2 {
        background-color: #fff;
        border: 1px solid #C0C0C0;
        border-right: none;
    }

        .step .col-md-2:last-child {
            border: 1px solid #C0C0C0;
        }

        .step .col-md-2:first-child {
            border-radius: 5px 0 0 5px;
        }

        .step .col-md-2:last-child {
            border-radius: 0 5px 5px 0;
        }

        .step .col-md-2:hover {
            color: #F58723;
            cursor: pointer;
        }

    .step .col-md-4 {
        background-color: #fff;
        border: 1px solid #C0C0C0;
        border-right: none;
    }

        .step .col-md-4:last-child {
            border: 1px solid #C0C0C0;
        }

        .step .col-md-4:first-child {
            border-radius: 5px 0 0 5px;
        }

        .step .col-md-4:last-child {
            border-radius: 0 5px 5px 0;
        }

        .step .col-md-4:hover {
            color: #F58723;
            cursor: pointer;
        }

    .step .activestep {
        color: #F58723;
        height: 100px;
        margin-top: -7px;
        padding-top: 7px;
        border-left: 6px solid #5CB85C !important;
        border-right: 6px solid #5CB85C !important;
        border-top: 3px solid #5CB85C !important;
        border-bottom: 3px solid #5CB85C !important;
        vertical-align: central;
    }

    .step .fa {
        padding-top: 15px;
        font-size: 40px;
    }

    .step .btninput {
        padding-top: 15px;
        font-size: 21px;
    }

/*Form Wizard*/
.bs-wizard {
    border: none;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #036;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #CCC;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
            background: #036;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #036;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .bs-wizard-stepnum,
        .bs-wizard > .bs-wizard-step.active > .bs-wizard-info {
            color: #036;
        }

        .bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {
            background: #3498db;
        }

            .bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {
                background: #036;
            }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #E5E5E5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-stepnum,
        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-info {
            color: #CCC;
        }

        .bs-wizard > .bs-wizard-step.disabled > .progress {
            background-color: #EEE;
        }


        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }
/*END Form Wizard*/

/* menu sinistro */
ul.menu-list {
    margin-bottom: 0px;
    padding-left: 0px;
}

    ul.menu-list li {
        list-style-type: none;
        border-bottom: 1px solid #CCC;
        display: block;
    }

        ul.menu-list li a {
            position: relative;
            display: block;
            padding: 5px;
            background-color: #FFF;
            color: #525252;
            text-decoration: none;
            font-size: 12px;
        }

            ul.menu-list li a:hover {
                background-color: #CCC;
                color: #000;
                text-decoration: none;
            }

/* menu sinistro */


/* LISTA SEZIONI */
.ListaSezioni li,
#tabelle_Formattate ul.ListaSezioni li {
    list-style-position: outside;
    list-style-type: none;
    margin-left: -40px;
    background-color: #F1F1ED;
    margin-bottom: 3px;
    height: auto !important;
    height: 1.6em;
    color: #2D404F;
    border-bottom: solid 1px #C0C0C0;
    text-align: left;
    padding: 3px 5px;
}

    .ListaSezioni li a {
        text-decoration: none;
        text-transform: uppercase;
    }


.mappa_google {
    width: 98%;
    height: 350px;
    margin: auto;
    border: 1px solid #036;
    padding: 2px;
}

.titolo_ufficio {
    border-bottom: 1px dotted #036;
    color: #036;
}

/* INCARICHI */
.riquadro_incarico_magistrato,
.riquadro_info_sezione {
    width: 100%;
    background-color: #E5E5E5;
    margin: 10px 0 10px 0;
    padding: 2px 4px;
    color: #555;
}

ul.el_personale li,
ul.SottoListaSezioni li,
#tabelle_Formattate ul li {
    list-style-type: none;
    margin-left: -40px;
    border-bottom: dotted 1px #CCC;
    margin-bottom: 10px;
}

ul.SottoListaSezioni li {
    font-weight: bold;
}

.riquadro_incarico_magistrato {
    font-weight: normal;
}


/* CONTATTI */
#schedatrib {
    border: solid 1px #AFCADD;
    width: 100%;
    margin: 20px 0;
}

    #schedatrib caption {
        border: solid 1px #AFCADD;
        background-color: #AFCADD;
        padding: 0;
        text-align: left;
        padding: 3px 0px 3px 5px;
        border-bottom: none;
        color: #000000;
        font-size: 14px;
        font-weight: 700;
    }

    #schedatrib td {
        padding: 5px 10px;
    }


/* GLOSSARIO */
ul.glossario {
    margin-bottom: 0px;
    padding-left: 0px;
}

    ul.glossario li {
        list-style-type: none;
        border-bottom: 1px solid #CCC;
        display: block;
    }

        ul.glossario li a {
            position: relative;
            display: block;
            padding: 5px;
            background-color: #FFF;
            color: #525252;
            text-decoration: none;
        }

            ul.glossario li a:hover {
                background-color: #CCC;
                color: #000;
                text-decoration: none;
            }

span.titolo_glossario {
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 3px;
    border-bottom: 1px dotted #036;
    color: #036;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    line-height: 1.1;
    display: block;
}


/* ACCESSIBILITA' */
#Tabelle_accessibilita .table td {
    border: solid 1px #CECECE;
    font-size: 12px;
}

    #Tabelle_accessibilita .table td:first-child {
        background: #F3F2F8;
    }


fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    font-size: 14px;
    line-height: 1.1;
    font-weight: bold;
    text-align: left;
    width: auto;
}

.float-right {
    float: right !important;
    margin-top: 7px;
}

.dropdown-menu {
    font-size: 12px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #036;
    background-color: #CCC;
}

.table-hover > tbody > tr:hover > td {
    background-color: #525252;
    color: #FFF;
}

/* DOCUMENTAZIONE */
#div_Giuris_Dettaglio {
    border: none;
    width: 100%;
}

    #div_Giuris_Dettaglio table {
        border: none;
        width: 100%;
    }

    #div_Giuris_Dettaglio caption {
        background-color: #003366;
        color: White;
    }

    #div_Giuris_Dettaglio table td {
        text-align: left;
        border-right: solid 1px #CCC;
        font-size: 12px;
        line-height: 18px;
    }

    #div_Giuris_Dettaglio table th {
        border: solid 1px #CCC;
        background-color: #E9E9E9;
        padding: 4px;
    }

        #div_Giuris_Dettaglio table th.titolo_data {
            border-top: none;
            width: 5%;
        }

        #div_Giuris_Dettaglio table th.titolo_autore {
            border-top: none;
            border-bottom: none;
            width: 5%;
        }

        #div_Giuris_Dettaglio table th.titolo_contenuto {
        }

    #div_Giuris_Dettaglio table td.testo_contenuto {
        border: solid 1px #CCC;
        border-top: none;
    }

    #div_Giuris_Dettaglio div.scarica_file {
        text-align: center;
        padding-top: 5px;
    }

    #div_Giuris_Dettaglio div.torna_elenco {
        float: right;
    }

#div_Giuris_Gruppo {
    border: none;
}

    #div_Giuris_Gruppo table {
        border: none;
        width: 100%;
    }

    #div_Giuris_Gruppo caption {
        background-color: #003366;
        color: White;
        font-weight: bold;
        padding: 5px;
        text-align: center;
    }

    #div_Giuris_Gruppo table th {
        border: solid 1px #CCC;
        border-top: none;
        background-color: #E9E9E9;
        padding: 4px;
    }

    #div_Giuris_Gruppo table td {
        border-bottom: solid 1px #CCC;
        padding: 5px 0px 5px 5px;
        font-size: 12px;
        line-height: 18px;
    }

    #div_Giuris_Gruppo table th.doc_titolo {
    }

/* RICERCA ALFABETICA CIRCONDARIO */
#ricerca_alfabetica {
    padding: 0;
    margin: 0;
    margin-top: 12px;
    font-size: 12px;
    vertical-align: middle;
}


    #ricerca_alfabetica a:link, #ricerca_alfabetica a:visited {
        color: White;
        background-color: #999;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        white-space: nowrap;
        border-radius: 2px;
        line-height: 1;
        height: 18px;
        width: 18px;
        line-height: 18px;
        font-size: 10px;
        display: block;
        float: left;
        margin: 3px 3px 0 0;
    }

    #ricerca_alfabetica a:hover {
        background-color: #3498DB;
    }


/* MAPPA DEL SITO */
#mappadelsito {
    padding-bottom: 8px;
}

    #mappadelsito a {
        color: #525252;
        text-decoration: none;
        white-space: normal;
    }

        #mappadelsito a:hover {
            color: #003366;
            text-decoration: underline;
        }

.siteMapRoot {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    display: block;
    width: 100%;
    color: #036;
}

/* CALENDARIO VENDITE GIUDIZIARIE */
.table-calendario th,
.table-calendario td {
    text-align: center;
    font-size: 12px;
}

.dlstPrimasel {
    width: 100%;
}

table.psel {
    font-family: Verdana,sans-serif,Arial;
    text-align: left;
    font-size: 0.9em;
    width: 100%;
    margin: 0px;
    border-collapse: collapse;
    border: none;
}

    table.psel th {
        color: #FFF;
        text-align: left;
        background-color: #153862;
        padding: 3px;
        border: solid 1px #fafafa;
        font-size: 1.0em;
    }

    table.psel td {
        background-color: #f0f0f0;
        text-align: left;
        padding: 3px;
        border: solid 1px #fafafa;
    }

        table.psel td.money {
            text-align: right;
        }

    table.psel caption {
        display: none;
    }


/* TABELLE DEL COME FARE PER */
#tbl_Asse {
    border: solid 0px black;
    padding: 0px;
}

    #tbl_Asse table {
        border: solid 0px black;
    }

    #tbl_Asse th {
        background-color: #F5F5F5;
        padding-left: 2px;
        border: none;
        border-bottom: solid 1px #E9EBEB;
        text-align: left;
    }

    #tbl_Asse td {
        padding-left: 2px;
        border: none;
        border-left: dotted 1px black;
        border-bottom: solid 1px #E9EBEB;
        text-align: left;
    }

.cella_dx_telefono {
    width: 30%;
}

span.titolo_cancellerie_comefareper {
    font-weight: bold;
    color: #980402;
}

#table_cfp_scheda table {
    width: 98%;
    margin-top: 0;
    margin-bottom: 20px;
}

#table_cfp_scheda caption {
    background-color: #003366;
    color: White;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 2px 0;
    border: none;
    text-align: center;
}

#table_cfp_scheda th {
    width: 20%;
    background-color: White !important;
    color: #003366;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: dotted 1px #CCC;
}

#table_cfp_scheda td {
    width: auto;
    padding: 5px 0px;
    border-bottom: dotted 1px #CCC;
}

    #table_cfp_scheda td.ultima_riga {
        border: none;
    }

#header_cfp {
    clear: both;
    float: left;
    width: 100%;
    background-color: White;
}

#header_cfp {
    border-bottom: 2px solid #003366;
}

    #header_cfp ul {
        clear: left;
        /*float:left;*/
        width: 100%;
        list-style: none;
        margin: 10px 0 -2px 0;
        padding: 0;
        padding-top: 10px; /* aggiunte */
        font-size: 0.8em;
        text-transform: uppercase;
        border-bottom: 10px;
    }

        #header_cfp ul li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            #header_cfp ul li a {
                display: block;
                float: left;
                margin: 0 0 0 2px;
                padding: 3px 15px;
                text-align: center;
                background: White;
                color: #003366;
                text-decoration: none;
                position: relative;
                left: auto;
                right: auto;
                line-height: 1.3em;
                border: solid 2px #003366;
                border-bottom: solid 2px White;
            }

                #header_cfp ul li a:hover {
                    background: #CCC;
                    color: #003366;
                    border-bottom: solid 2px #CCC;
                }

                #header_cfp ul li a.active,
                #header_cfp ul li a.active:hover {
                    color: White;
                    background: #003366;
                    border: solid 4px #003366;
                    border-bottom: none;
                }


/* MODULISTICA COME FARE PER */
#tblModulistica {
    width: 98%;
    margin: auto;
    padding: 0;
    border: solid 1px #cecece;
    border-collapse: collapse;
}

    #tblModulistica caption {
        color: #003366;
        font-weight: bold;
        border: solid 1px #003366;
    }

    #tblModulistica th {
        background-color: #003366;
        color: White;
        border: solid 1px white;
        font-size: 0.9em;
        padding: 2px 7px 2px 7px;
        font-weight: bold;
    }

        #tblModulistica th.allegato {
            font-weight: normal;
            width: 120px;
            font-weight: bold;
        }

        #tblModulistica th.data {
            font-weight: normal;
            width: 60px;
            font-weight: bold;
        }

    #tblModulistica td {
        text-align: left;
        font-size: 0.85em;
        vertical-align: top;
        border-bottom: dotted 1px #cecece;
        border-left: solid 1px #cecece;
        padding: 2px 7px 2px 7px;
    }

        #tblModulistica td.allegato {
            font-weight: normal;
            width: 8%;
        }

        #tblModulistica td.data {
            font-weight: normal;
            width: 1%;
        }

    #tblModulistica tr.alternata {
        background-color: #EAEAEA;
    }

/* style per ingrandire il font nel come fare per */
#table_cfp_scheda td.ultima_riga #tblModulistica th {
    font-size: 1.1em;
    text-transform: capitalize;
}

#table_cfp_scheda td.ultima_riga #tblModulistica td {
    font-size: 1.0em;
}

.cfp-title {
    background-color: #036;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 10px;
    padding: 2px 0px;
    border: none;
    text-align: center;
    width: 100%;
}

.cfp-table-title {
    text-transform: uppercase;
    border-bottom: none;
    padding-bottom: 0;
    margin: 0px;
    margin-top: 3px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .cfp-table-title {
        padding: 5px 4px;
        background: #E5E5E5;
    }
}

/**/

#contenitoreinterno,
.contenitoreinterno {
    padding: 10px 20px;
}

.contenitoremascheraricercaProcedure {
    border: solid 1px #989891;
    margin-top: -1px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.contenitoremascheraricerca {
    border: solid 1px #989891;
    margin-top: -1px;
    margin-bottom: 10px;
    padding: 15px;
    padding-bottom: 0;
}

.td-primasel-proc {
    white-space: nowrap;
}

.btn-freccia-proc {
    font-size: 20px !important;
}

/* SCHEDA PROCEDURE */
#procedure_bari {
    background-color: White;
}

    #procedure_bari .titoloH2 {
        color: #003366;
        font-size: 1.4em;
        border: none;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 0;
    }

    #procedure_bari .rigacampo {
        margin: 0;
        width: 100%;
        display: table;
        text-align: left;
        border: none;
        border-bottom: solid 1px #E5E5E5;
        padding: 3px 6px;
        font-size: 0.95em;
        vertical-align: top;
    }

        #procedure_bari .rigacampo:hover {
            background-color: #EEE;
        }

    #procedure_bari .titolocampo {
        width: 30%;
        float: left;
        margin: 2px 0px;
        margin-left: 0;
        padding-left: 0;
        color: Black;
    }

    #procedure_bari .valorecampo {
        width: 66%;
        float: right;
        margin: 2px 0px;
        padding-right: 10px;
    }

        #procedure_bari .valorecampo a {
            font-size: 1em;
        }

            #procedure_bari .valorecampo a[href^="mailto:"] {
                padding: 0;
                background: none;
            }

            #procedure_bari .valorecampo a img {
                margin: 0 !important;
                margin-right: 7px !important;
            }

    #procedure_bari h3 {
        background-image: none;
        border: none;
        border-bottom: dotted 1px #003366;
        padding: 0;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #procedure_bari hr {
        display: none;
    }

.tabella-grande {
    margin-top: -25px;
}

.disclaimerscheda {
    visibility: hidden;
    margin-top: -20px;
}

.drpdPaginazioneProcedure {
    height: 33px;
    line-height: 33px;
    border: 2px solid #CCC;
    padding: 6px 9px;
    margin-right: 8px;
    font-size: 13px;
    border-radius: 3px;
    color: #525252;
    background-color: #FFF;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

    .drpdPaginazioneProcedure:focus {
        border-color: #036;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6);
    }

    .drpdPaginazioneProcedure::-moz-placeholder {
        color: #acb6c0;
        opacity: 1;
    }

    .drpdPaginazioneProcedure:-ms-input-placeholder {
        color: #acb6c0;
    }

    .drpdPaginazioneProcedure::-webkit-input-placeholder {
        color: #acb6c0;
    }


/* CSS PANORAMICA ASTE */

.table-calendario th,
.table-calendario th {
    border: solid 1px #CCC !important;
}

.table .tblEVTotale {
    background-color: #E0E0E0 !important;
    text-align: center;
    vertical-align: bottom;
    border: solid 1px #CCC !important;
}

.table .tblCol0 {
    border: solid 1px #CCC !important;
}

.table .tblEV {
    background-color: #EEEEEE !important;
    text-align: center;
    vertical-align: bottom;
    border: solid 1px #CCC !important;
}

.table .tblCol1 {
    background-color: #E0E0E0;
    color: #000;
    font-weight: normal;
    text-align: center;
    vertical-align: central;
    border: solid 1px #CCC !important;
}

.table .tblCol0RFinale {
    background-color: #E0E0E0;
    color: #000;
    font-weight: bold;
    text-align: left;
    vertical-align: central;
    border: solid 1px #CCC !important;
}

.table .tblRFinale {
    background-color: #E0E0E0;
    color: #000;
    padding: 4px 4px;
    text-align: center;
    vertical-align: central;
    border: solid 1px #CCC !important;
}

.table .tbldatolink {
    padding: 4px 4px;
    text-align: center;
    vertical-align: central;
    border: solid 1px #CCC !important;
}

/* PRIMA SEL */

.table-primasel-header {
    border: none;
}

    .table-primasel-header .th {
        background-color: #036;
        color: white;
        border: solid 1px White;
        font-weight: bold;
        padding: 5px;
    }

    .table-primasel-header .td {
        background-color: #F0F0F0;
        color: #525252;
        border: solid 1px White;
        padding: 5px;
    }

.table-primasel {
    border: none;
    border-bottom: solid 1px #CCC;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.etichettaallegati {
    float: left;
    text-align: left;
}

    .etichettaallegati span {
        margin-right: 5px;
    }


.linguetta-vendite {
    border: 1px solid #989891;
    width: 50px;
    height: 45px;
    text-align: center;
    float: left;
    margin: 0;
    margin-right: 5px;
    background-color: #CECECE;
}

    .linguetta-vendite.active {
        border-bottom: solid 1px White;
        background-color: white;
    }

    .linguetta-vendite a {
        display: block;
        width: 50px;
        height: 45px;
        text-align: center;
        padding: 10px;
    }
