li.on ul {
    display: block;
}
li.off ul {
    display: none;
}
.sms-mn-ul {
    list-style: outside none none;
}
.sms-mn-ul > li > a {
    color: #ddd;
}
ul > li i {
    color: #ddd !important;
}
li.active {
    background-color: #aaa;
}
.active > a, .active > a > i {
    color: #fff !important;
}
.title-cp {
    /* background-color: #1b1e24;  */
    color: #cc00cc !important;
    font-weight: bold !important;
}
.textarea-sms {
    min-height: 200px;
    width: 100% !important;
}
.form-invio-sms {
    padding-left: 70px;
	width: 60%;
}
.form-invio-sms #mittente, .form-invio-sms #destinatari, .form-invio-sms #testo_messaggio {
    font-size: 17px;
    font-weight: bold;
    width: 300px;
}
.label-sms {
    font-size: 17px;
    font-weight: bold;
}
.btn-invia-sms {
    background-color: #0aa699;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    padding: 8px 57px;
	float: right;
}
.btn-invia-sms:hover {
    background-color: #008080;
}
.form-invio-sms div {
    padding-top: 10px;
}
.form-invio-sms textarea {
    background-color: #fff;
}
.char-counter > input {
    color: #fd0000;
    font-size: 16px;
    text-align: center;
}
.char-counter > span {
    color: #000;
    font-size: 16px;
}