.statsT{
    text-align:center;
    background-color: darkgray;
}

.statsR{
text-align:center;
font-size: 1rem;
}
.statsRGreen{
    color: green;
}

.statsRRed{
    color: red;
}

.btn-primary{
    background-color:#3fb0ac;
    border-color:#173e43;
}

.btn-primary:hover{
    background-color:#173e43;
    border-color:#3fb0ac;
}


.breadcrumb{
    background-color:#3fb0ac;
    color: white;
}

.breadcrumb a {
    color: white;
}

/*modal*/
.metaDes{
    background-color: #dddfd4;
    border:1px dashed #eeeed4;
}

.metaVal{
    background-color: #eeeed4;
    border:1px dashed #dddfd4;
}

.fa-stack_mod {
    vertical-align: top;
}

.agendaAperta{
    color: #3fb0ac;
}

/*tipi contatti */
.tipoCont1{
    color: red;
}

.tipoCont2{
    color: green;
}

.tipoCont3{
    color: orange;
}

.tipoCont4{
    color: blue;
}