.grassetto {
    font-weight: bolder;
}

.corsivo {
    font-style: italic;
}

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

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

.pointer {
    cursor: pointer;
}

.rosso {
    color: #ff0066;
}
.verde {
    color: green;
}
.azzurro {
    color: #00ace6;
}
.verdegarage {
    color:#99c24b !important;
}
.buttongarage {
    padding:15px !important;
    border-radius: 4px !important;
    background-color: #99c24b !important;
    color:#fff !important;
    border-color: #99c24b !important;
}

.sx {
    text-align: left;
}

.dx {
    text-align: right;
}

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

.nascosto {
    display: none;
}

.bottone {
    width: 15%;
    background: #2d2d2d;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
    float:left;
    margin: 1%;
}

.bottone img {
    margin-bottom: 5px;
    width: 50%;
    height: auto;
    clear: both;
}

.bottone:hover {
    background-color: #FFC107;
    color:#000;
    transform: scale(1.1);
}

.bottone:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

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

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

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

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

.imgAltoDestra {
    float:right;
    width: 20px;
    height: auto;
    margin-top: 5px;
    margin-right: 5px;
}

.tondino {
    width:80%;
    border:1px solid #000;
    height: auto;
    border-radius: 40%;
}

.tondino.giallo {
    background-color: yellow;
}
.tondino.rosso {
    background-color: red;
}
.tondino.verde {
    background-color: green;
}
.tondino.bianco {
    background-color: white;
}

select {
    min-width: 100px;
}

.marginBottom {
    margin-bottom: 15px;
}

.marginTop {
    margin-top: 15px;
}

.paddingTop {
    padding-top: 10px;
}

.paddingBottom {
    padding-bottom: 10px;
}

.riquadro {
    border:1px solid #aaa;
    float:left;
    width:33%;
    padding:10px;
}

.fixedBottom {
    position: fixed;
    bottom:40px;
    right:20px;
    width:80px;
    height: 80px;
    border-radius: 40px;
}

.fixedBottom img {
    width:50%;
    margin-left:25%;
    height: 50%;
    margin-top: 25%;
}

.fixedBottom.red {
    background-color: red;
}