﻿#vehicle {
    float:left; 
    width:330px; 
    display:none
} 
.ve_element { 
    margin-bottom:1.2rem; 
}
.tit-widget-cerca {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
}
.subTitle-tit {
    color: #fff;
    font-size: 0.7rem;
}

.ico_tit-widget {
    background: #CD1F36;
    color: #fff;
    font-size: 1.5rem;
    padding: 0.7rem;
    margin-right: 0.5rem;
    width: 48px;
    height: 48px;
    text-align: center;
}

#btnCerca {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}

/***** content widget search pagine interne *****/
#tb_Vehicle {
    padding: 1rem 0.3rem;
}

    #tb_Vehicle #btnSearch {
        width: 100%
    }

    #tb_Vehicle .ico_tit-widget {
        margin-left: -0.3rem;
    }

#vehiclesHistory {
    float: left;
    color: white;
    font-weight: 700;
}

#tb_Vehicle #v_imgSelezionaVeicolo, #tb_Vehicle #v_imgSelezionaCategoria {
    display: block;
    padding: 0;
    font-size: 1rem;
    font-weight: bold;
}

#toolbar .ve_element {
    margin-bottom: 0.6rem;
}
