.row:before,
.row:after {
    /*display: none !important;*/
    display: flex;
}

.render {
    width: 100%;
}

.mini_strutture {
    padding: 3px;
    max-height: 110px;
    margin-top: 10px;
}

.miniature_pannelli {
    padding: 3px;
    max-height: 200px;
    margin-top: 10px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.color_menu {
    margin: 10px;
    height: 50px;
    cursor: pointer;
}

.trafiletto {
    border-bottom: 1px solid #CCC;
    margin-top: 20px;
    margin-bottom: 20px;
}

.space_b_10 {
    margin-bottom: 10px;
}

.my_txt_field {
    width: 100% !important;
}

.spacer-row-top-10 {
    margin-top: 10px;
}

.label {
    font-weight: normal;
}

.btn_filtro {
    width: 100%;
    font-size: 11px;
}

.ruota_multicolor {
    position: absolute;
    bottom: 8px;
    right: 0px;
    transform: translate(-50%, 0);
    max-width: 20px;
}

.btn_selezionato {
    background-color: #beb4aa;
}

.bg_render_spostato {
    /* background-position-x: -150px !important; */
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    -ms-transform: scale(4.5);
    /* IE 9 */
    -webkit-transform: scale(4.5);
    /* Safari 3-8 */
    transform: scale(4.5);
}