.btn {
    border-radius: 2px !important;
}

.label {
    text-shadow: none !important;
    font-size: 14px;
    font-weight: 300;
    padding: 3px 6px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    border-radius: 5px;
    font-weight: bold;
}

.label-regione {
    background-color: #17324d;
}

.e-icon-white {
    fill: white;
    width: 20px;
    height: 20px;
}

.separator {
    padding-left: .4em;
    padding-right: .4em;
    font-weight: 600;
}

.btn-grid-1 {
    width: 100%;
    height: 20px;
    text-align: center;
    line-height: 0em;
}

table a.lnk-dettaglio {
    font-weight: 600;
} 

/*ACCORDION*/
.accordion-hd {
    background: url("/Burvet/Content/layout/images/accordion-close-hd-rcolor.png") no-repeat left;
    background-position-x: center;
    background-position-y: center;
    background-size: 40px;
    background-color: transparent;
    cursor: pointer;
    width: 45px;
    height: 45px;
    float: right;
    margin-bottom: 15px;
    margin-top: -10px;
}

    .accordion-hd[aria-expanded="true"] {
        background: url("/Burvet/Content/layout/images/accordion-open-hd-rcolor.png") no-repeat left;
        background-position-x: center;
        background-position-y: center;
        background-size: 40px;
        background-color: transparent;
        cursor: pointer;
        width: 45px;
        height: 45px;
        float: right;
        margin-bottom: 15px;
        margin-top: -10px;
    }

.accordion-hd-header {
    height: 68px;
    background: lightgrey;
    border-radius: 5px !important;
    cursor: pointer;
}

.accordion-hd-title {
    font-size: 1.5rem;
    color: #FFFFFF !important;
    text-align: center;
    /* Impedisce di sforare dalla casella accordion quando 
	il testo ha 2 righe. Meno distanza tra le righe di testo*/
    line-height: 0px;
}

div.card-header.accordion-hd-header > div:nth-child(1) {
    float: left;
    font-weight: bold;
    font-size: 20px;
}

div.card-header.accordion-hd-header > div:nth-child(1) > span {
    color: #17324d;
}

.p-avatar {
    font-size: 30px !important;
    color: #5c6f82;
}

.button-accordion {
    height: 68px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 1rem 2rem;
    background: lightgrey;
    border-radius: 5px !important;
    cursor: pointer;
}

    .button-accordion div:first-of-type {
        font-weight: bold;
        font-size: 20px;
        color: #17324d;
    }
    .button-accordion div:not(:first-of-type) {
        text-align: right;
    }

    .button-accordion div i {
        color: #17324d;
        font-size: 35px;
    }
