.cellulareCliente {
    width: 100%;
}

.titolo-sezione {
    border: 0;
}

.titolo-sezione .box-body {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0px;
    border: 0px;

}

.titolo-sezione .box-header {
    border: 0px !important;
    border-bottom: 0px !important;

}

.titolo-sezione .box {
    box-shadow: none;
}


.no-border .box.box-primary {
    border-top: 0px;

}

.no-border .box {
    border: 0px !important;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, .1); */
    box-shadow: none;

}

.no-box-shadow .box {
    border: 0px !important;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, .1); */
    box-shadow: none;

}

.no-border div.box-header {
    display: none;

}