body {
    font-family: arial,sans-serif;
    line-height: 1.5;
}
.panel-heading {
    background: none repeat scroll 0 0 #00917e;
    color: #fff;
}

.panel {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    overflow: auto;
    position: relative;
}

.panel-body {
    background-color: #f2ede4;
    background-image: linear-gradient(-20deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.76));
}

#testoPrivacy {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    padding: 1rem;
}
p.small {
/*    font-size: 0.75rem;*/
}

.btn_custom {
    background-clip: padding-box;
    background-color: #00917e;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
    border: 1px solid #007465;
    border-radius: 0.5em;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0.5em 1em;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}




/**/
.clienteLista {
    border: 1px solid #e3e3e3;
    margin: 0 0 1rem;
    background: none repeat scroll 0 0 #fff;
    border-radius: 0.5rem;
    padding: 1rem 0 1rem 1rem;
}
.clienteLista:hover {
    color: #007465;
    transition: all 0.5s ease 0s;
    background-color: #faf8f3;
}