/* old */
.container-punto-elenco-verde {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: #3a885e;
    color: #EDF8D5;
}

.container-punto-elenco-blu {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: #14568A;
    color: #F0F4F7;
}

/* Elenchi custom */
ul.custom-ul {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 2.8em;
}
ul li.custom-li::before {
    width: 32px;
    height: 32px;
    border-radius: 8px;
	position: absolute;
	left: 0;
    line-height: 32px;
    text-align: center;
}
ul li.custom-li.custom-li-blu::before {
    background-color: #14568A;
    color: #F0F4F7;
}
ul li.custom-li.custom-li-verde::before {
    background-color: #3a885e;
    color: #EDF8D5;
}
    /* Classi icone */
    ul li.fai-play::before {
        content: "\f04b";
        font-family: FontAwesome;
    }
    ul li.fai-clock::before {
        content: "\f017";
        font-family: FontAwesome;
    }
    ul li.fai-edit::before {
        content: "\f044";
        font-family: FontAwesome;
    }
    ul li.fai-map-marker-alt::before {
        content: "\f3c5";
        font-family: FontAwesome;
    }
    ul li.fai-smile-wink::before {
        content: "\f4da";
        font-family: FontAwesome;
    }
    ul li.fai-piggy-bank::before {
        content: "\f4d3";
        font-family: FontAwesome;
    }
    ul li.fai-list-ul::before {
        content: "\f0ca";
        font-family: FontAwesome;
    }
    ul li.fai-map-marked-alt::before {
        content: "\f5a0";
        font-family: FontAwesome;
    }
    ul li.fai-calendar-day::before {
        content: "\f783";
        font-family: FontAwesome;
    }
    ul li.fai-calendar-week::before {
        content: "\f784";
        font-family: FontAwesome;
    }
    ul li.fai-balance-scale::before {
        content: "\f24e";
        font-family: FontAwesome;
    }
    ul li.fai-briefcase::before {
        content: "\f0b1";
        font-family: FontAwesome;
    }
    ul li.fai-gavel::before {
        content: "\f0e3";
        font-family: FontAwesome;
    }
    ul li.fai-broom::before {
        content: "\f51a";
        font-family: FontAwesome;
    }
    ul li.fai-laptop-house::before {
        content: "\e066";
        font-family: FontAwesome;
    }
    ul li.fai-server::before {
        content: "\f233";
        font-family: FontAwesome;
    }
    ul li.fai-layer-group::before {
        content: "\f5fd";
        font-family: FontAwesome;
    }
    ul li.fai-handshake::before {
        content: "\f2b5";
        font-family: FontAwesome;
    }
    ul li.fai-project-diagram::before {
        content: "\f542";
        font-family: FontAwesome;
    }
    ul li.fai-map-pin::before {
        content: "\f276";
        font-family: FontAwesome;
    }
    ul li.fai-mouse-pointer::before {
        content: "\f245";
        font-family: FontAwesome;
    }
    ul li.fai-cog::before {
        content: "\f013";
        font-family: FontAwesome;
    }
    ul li.fai-industry::before {
        content: "\f275";
        font-family: FontAwesome;
    }