.light {
    font-weight: 300;
}

.grassetto {
    font-weight: 600;
}

.corsivo {
    font-style: italic;
}

.sottolineato {
    text-decoration: underline;
}
.centrato {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.floatRight {
    float:right;
}
.floatLeft {
    float: left;
}

.bigI {
    font-size: 25px;
}
.bigBigI {
    font-size: 35px;
}

.clear {
    clear: both;
}

.auto {
    height: auto;
    overflow: auto;
}

.autoFlex {
    height: auto;
    overflow: auto;
    display: flex;
    align-items: center;
}

.pointer {
    cursor: pointer;
}

.fontSmall {
    font-size: 14px;
}

.rosso {
    color: red !important;
}
.arancio {
    color:#f16f23 !important;
}
.arancio {
    color:#FF8C00;
}
.verde {
    color: green;
}
.grigioScuro {
    color: #2d2d2d;
}
.black {
    color:#000 !important;
}
.grigioChiaro {
    color: #aaa !important;
}
.white {
    color: white;
}

.borderBox {
    box-sizing: border-box;
}

.backgroundVerdeChiaro {
    background-color: green;
}
.borderVerdeChiaro {
    border-color: green;
}
.backgroundRossoChiaro {
    background-color: #f44242;
}
.borderRossoChiaro {
    border-color: #f44242;
}

.tdGrey {
    background-color: #eee;
    font-weight: 700;
    font-size: 15px;
}

.tdTrainer {
    width: auto;
    height: 100px;
}

.uppercase {
    text-transform: uppercase;
}

.sx {
    text-align: left;
}

.dx {
    text-align: right;
}

.meta {
    float:left;
    width:50%;
}

.meta.margin {
    width:48%;
    margin-left: 1%;
    margin-right: 1%;
}

.nascosto {
    display: none;
}

.tondino {
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
.tondino.verde {
    background-color: #308e33;
}
.tondino.rosso {
    background-color: #f44242;
}
.tondino.giallo {
    background-color: #edbb31;
}
.tondino.pieno {
    background-color: transparent;
    border:1px solid #302f2f;
    text-align: center;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.tondino.pieno div {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    background-color: #302f2f;
}
.tondino.vuoto {
    background-color: transparent;
    border:1px solid #302f2f;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}


.diagonal {
    margin-top: 50px;
    padding: 5% 20px; /* Added a percentage value for top/bottom padding to keep the wrapper inside of the parent */
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
}

.diagonal .wrapper {
    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
}

.img20 {
    width: 20px;
    height: auto;
}

.img30 {
    width: 30px;
    height: auto;
}

.img40 {
    width: 40px;
    height: auto;
}

.img50 {
    width:50px;
    height: auto;
}

.img75 {
    width:75px;
    height: auto;
}

.img100 {
    width:100px;
    height: auto;
}

.imgTrainer {
    max-height:100%;
}

.marginBottom {
    margin-bottom: 15px;
}
.shadow h3.marginBottom {
    margin-bottom: 25px;
}

.marginTop {
    margin-top: 15px;
}

.paddingTop {
    padding-top: 10px;
}

.paddingBottom {
    padding-bottom: 10px;
}

.activityButton {
    float:left;
    width: 23%;
    margin: 1%;
    text-align: center;
}
.activityButton i {
    color: black !important;
    margin-bottom: 5px;
}

.activityButton.green i {
    color: green !important;
}

.activityButton.red i {
    color: #f44242 !important;
}

.activityButton span {
    color: black !important;
}

.float100 {
    display: flex;
    align-items: center;
    float:left;
    width:100px;
    height: 100px;
}

.float25 {
    float:left;
    width:23%;
    margin: 1%;
    padding: 2%;
}

.bordato {
    border:1px solid #ccc;
}

.px12 {
    font-size: 12px;
}
.px10 {
    font-size: 10px;
}

.link {
    color:#f16f23;
}