h1.title {
    font-size: 19px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
    background-color: #fff;
    font-family: Times;
    color: #d10c13;
    text-align: center;
}
.adauga-testimonial {
    color: #346A98 !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}
.testimoniale .at-testimonial {
    background: #ffffd9;
    font-size: 14px;
    font-style: normal;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.container-testimoniale {
    margin: 10px 0 15px;
    padding: 25px 30px 0;
    border-bottom: 1px dashed #ccc;
    background: #ECE8DF;
}
.testimoniale ul {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
}
.testimoniale li {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.testimoniale p {
    margin: 0;
    padding: 10px 15px;
    position: relative;
    font-style: italic;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}
.testimoniale li:nth-child(odd) blockquote {
    background: #F9F9F9;
}
.testimoniale li:nth-child(odd) blockquote:after {
    border-color: #F9F9F9 transparent transparent transparent;
}  
.testimoniale li:nth-child(even) blockquote {
    background: #DAF7C1;
}
.testimoniale li:nth-child(even) blockquote:after {
    border-color: #DAF7C1 transparent transparent transparent;
}
.testimoniale blockquote {
    background: #eee;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    position: relative;
    margin: 0;
    border-radius: 10px;
    border-left: 0;
    padding: 0;
}
.testimoniale blockquote::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #eee transparent transparent transparent;
    position: absolute;
    bottom: -7px;
    left: 15px;
}
.testimoniale .autor {
    float: left;
    padding: 10px 0 0 15px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}
.testimoniale .autor span {
    display: block;
    line-height: 1.4;
    font-weight: normal;
    font-size: 12px;
    margin-left: 1px;
}
.testimoniale .data {
    float: right;
    color: #333;
    font-weight: normal;
    margin: 12px 15px 0 0;
    font-size: 12px;
}
.float-right {
    float: right;
}


/* Adauga testimonial */
.add-testimonial {
    background: #f9f9f9;
    padding: 15px 10px;
    border: 1px solid #eee;
}
.add-testimonial textarea {
    height: 100px;
}
.add-testimonial .vizibil {
    font-size: 12px;
    margin-bottom: 3px;
}
.add-testimonial .form-control {
    margin: 2px 0 15px;
}
.add-testimonial .list-group {
    margin-bottom: 10px;
    padding: 6px 10px 0 4px;
    display: inline-block;
}
.add-testimonial .reprezentant {
    margin-bottom: 15px;
}
.add-testimonial .reprezentant label {
    vertical-align: bottom;
}
.add-testimonial .info-nu {
    font-size: 11px;
    color: red; font-weight: bold;
    margin: 5px 8px;
    margin: 10px 8px;
}
.add-testimonial .text-danger {
    margin-top: -15px;
    font-weight: bold;
}
#form_tipPersoana {
    margin-bottom: 0;
    box-shadow: none;
}
#form_tipPersoana li {
    background: #f9f9f9;
    display: inline-block;
    border: 0;
    padding: 0;
    margin-left: 10px
}
#form_tipPersoana label {
    vertical-align: top;
    margin-top: 1px;
}