.img-usr-rounded{
    height:50px;
    width:auto;
    border-radius:50%;
}
.img-usr-squared {
    height: 50px;
    width: auto;
}

.img-usr-list-rounded {
    height: 30px;
    width: auto;
    border-radius: 50%;
}
.img-usr-list-squared {
    height: 30px;
    width: auto;
}
.main{
/*    padding-top:100px;
*/}
.form-check-2x{
    zoom:2;
    display:inline-block;
}
.alert-sup-danger {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background-color: #ed5348;
    text-align: center;
    line-height: 15px;
    border-radius: 20px;
    box-shadow: -1px 1px 2px 0 rgba(0,0,0,.3);
}
.alert-sup-success {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background-color: #00761c;
    text-align: center;
    line-height: 15px;
    border-radius: 20px;
    box-shadow: -1px 1px 2px 0 rgba(0,0,0,.3);
}
form label{
    font-weight:bold;
    color:#000;
}
.control-label {
    font-weight: bold;
    color: #000;
}
input select{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
}
.td-xs{
    width:1%;
}
.una-foto{
    max-height:800px;
}
.due-foto {
    max-height: 400px;
}
.tre-foto {
    max-height: 260px;
}