.cranes-list.inactive,
#views-exposed-form-machines-block-1  {
    display: none;
}
.machines-list.inactive {
    display: none;
}
/*
#cranes-filter-form,
#cranes-filter-form-b {
    margin: 30px 0;
}
@media (min-width: 768px) {
    #cranes-filter-form > div,
    #cranes-filter-form-b > div {
        display: inline-block;
        margin-bottom: 20px;
    }
}
#cranes-filter-form select,
#cranes-filter-form-b select {
    width: 80%;
}
#cranes-filter-form input[type="submit"],
#cranes-filter-form-b input[type="submit"] {
    width: auto;
}
#cranes-filter-form label,
#cranes-filter-form-b label {
    font-weight: 500;
    color: #000000;
    transition: all 0.3s ease;
}
#cranes-filter-form div.inactive label,
#cranes-filter-form-b div.inactive label {
    color: #cccccc;
    transition: all 0.3s ease;
}
@media (max-width: 767px) {
    #cranes-filter-form #edit-actions,
    #cranes-filter-form-b #edit-actions {
        margin-top: 20px;
    }
}
*/

