﻿.divPageUserLogged {
    padding-top: 0px;
}
.divUserType {
    width: 100%;
    height: 80px;
}
.lbUserTypeActive, .lbUserTypeInActive {
    line-height: initial;
    height: 80px;
    padding: 0px 1%;
    width: 48%;
    word-break:break-word;
}
.divUserType > a:first-child {
    width: calc(48% - 10px);
}
.field {
    width:100%;
}
.tbValue, .tbValueLarger {
    width: calc(100% - 30px); /*20px + 10px --> per i validatori*/
    margin-bottom: 15px;
}
.tbValueInner {
    width:80%;
}
.tbWithMargin {
    margin-left: 0px;
}
.tbValueCell {
    width: calc(100% - 120px);
    margin-left: 10px;
}
.tbRight {
    float: none;
}
.divCategories {
    width: calc(100% - 30px);
}
.divProfessione {
    margin-top: 10px;
}
.columnNucleo {
    width:30%;
}
.columnNucleoBig {
    display: none;
}
.divAffinityItem {
    width: calc(100% - 22px);
}