profile-header-container{margin: 0 auto;text-align: center;}.profile-header-img {padding: 5px;}.profile-header-img > img.img-circle {width: 120px;height: auto;border: 2px solid #3097D1;}.profile-header {margin-top: 43px;}.file-upload {display: none !important;}.rank-label-container {margin-top: -19px;text-align: center;}.label.label-default.rank-label {background-color:#3097D1;padding: 5px 10px 5px 10px;border-radius: 27px;}.upload-button {cursor: pointer;}.round {border-radius: 50%;overflow: hidden;width: 50px;height: 50px;}.round img {display: block;min-width: 100%;min-height: 100%;}
.paginatore-schede nav {
    display: inline-block;
}
/*overlay per il load ajax*/
.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("/images/loading.gif") center no-repeat;
}
body.loading{
    overflow: hidden;   
}
body.loading .overlay{
    display: block;
}