﻿
#top_title-short {
    display: none
}

@media screen and (max-width: 500px) {
    #top_title-short {
        display: block;
    }
    #top_title {
        display: none
    }

    .cel_resp {
        display: none
    }

    .filtri {
        display: none
    }

}




.nome_campo{
    font-weight:bold !important;
    font-style:italic !important;
}

.card {
    padding: 10px;
    border: 1px solid #808080;
    margin: 5px 5px 5px 5px;
    border-radius: 3px 4px;
    cursor: pointer;
}

#MainContent {
    padding: 15px 30px;
}

.main-header {
    margin-bottom: 0px !important;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    color: white;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background-color: gray;
    opacity: 0.3;
    border: none;
    z-index: 999;
    padding-top: 100px;
}




.tableDett {
    border-width: 1px;
    border-style: solid;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-family: Century Gothic;
    color: black;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align:center
}
.tableCond {
    text-align: justify;
    width: 100%;
    font-family: Century Gothic;
    color: black;
    font-size: 8px;
    letter-spacing: 0.15em;
    page-break-before: always
}

.tableDett td {
    padding: 1px 3px 1px 3px;
}