/**
 * BitecEquipment
 */
.equipmentlist {
    margin-top: 20px;
}

.equipment {
    float: left;
    border: 1px solid #dfdfdf;
    margin: 0 20px 20px 0;
    padding: 5px;
    width: 45%;
    height: 210px;
}

@media (max-width: 380px) {
    .equipment {
        width: 90%;
        height: auto;
    }
}

.equipment-form {
    float: left;
    width: 80px;
}

.equipment-product {
    float: left;
    margin-left: 5px;
    width: 240px;
    position: relative;
    height: 100%;
}

.equipment input[type="checkbox"] {
    display: block;
    transform: scale(1.2);
}

.equipment input[type="text"] {
    width: 50px;
    margin-top: 5px;
}

.equipment-product-price {
    bottom: 0;
    font-size: 11pt;
}

.equipment-sumprice {
    margin-top: 5px;
}

#tab-equipment_list {
    display: none;
}
