input[type=text].signature.form-control { 
    display:none;
}

div.form-group.name-wrap > div.input-wrap > input[type=text] {
    background-color: #FFF !important;
    pointer-events: unset;
    cursor: unset;
}

li.customers-nav-item-product_forms_products > a {
    border-radius: 4px;
    background-color: #00fefe;
    color: #fbfbfb !important;
}

li.customers-nav-item-product_forms_products > a:hover {
    border-radius: 4px;
    background-color: #00fefe !important;
    color: #fbfbfb !important;
    opacity: 0.6;
}

li.customers-nav-item-product_forms_orders > a {
    border-radius: 4px;
    background-color: #333333;
    color: #fbfbfb !important;
}

li.customers-nav-item-product_forms_orders > a:hover {
    border-radius: 4px;
    background-color: #333333 !important;
    color: #fbfbfb !important;
    opacity: 0.8;
}

div#content a.task-table-toggle {
    display: none;
}

input[name="project_id"] + div + div.panel_s > div.panel-body > div.row > div.col-md-6:nth-child(2) {
    display: none;
}

div.project-overview-column {
    display: none;
}

.product-card .product-name {
    height: 100%;
    width: 100%;
}