#customer_info {
    display: none;
}

#pricing_info div input {
    margin-top: 1px;
}

#products {
    margin-top: 100px;
}

#checkbox_all_product_groups_table {
    max-width: 30%;
}

#checkbox_all_product_groups_table tr {
    background-color: transparent;
}

#product_groups table {
    width: 75%;
    border: 0px;
}

#product_groups input {
    height: 20px;
}

#pricelist_product_tables .products_table th:nth-child(0), #pricelist_product_tables .products_table th:nth-child(1), #pricelist_product_tables .products_table th:nth-child(2) {
    max-width: 15%;
}

#pricelist_product_tables .products_table th:nth-child(3) {
    max-width: 40%;
}

#pricelist_product_tables .products_table th:nth-child(7) {
    display: none;
}

td.product_zd03 {
    display: none;
}

input.pricing_date {
    margin-top: 10px;
}

#pricing_date {
    max-height: 50px;
    margin-bottom: 15px;
}

#pricing_date input {
    width: 75.7%;
}

#loading {
    display: none;
    width: 100px;
    margin: 10px 40px;
    float: right;
}

#loading span {
    vertical-align: -webkit-baseline-middle;
}

#loading img {
    float: right;
    height: 36px;
    vertical-align: middle;
}

#action_button_container, #toggle_netprices_container {
    display: none;
}

#create_pdf, #create_csv {
    display: none;
}

#toggle_netprices_container {
    display: none;
    float: right;
    padding: 0px;
    margin: 0px 5px;
}

#toggle_netprices_container button {
    float: right;
    width: 50%;
    margin: 10px -2px;
    font-size: 12px;
}

#toggle_allprices {
    width: 145px !important;
    margin: 10px 0px;
}

.checked_button {
    border: 2px solid #329ad3 !important;
}

.unchecked_button {
    border: 2px solid #ccc !important;
    background-color: #e3e3e3 !important;
}

.unchecked_button:hover {
    background-color: #c7e9fb !important;
    border-color: #71b5d9 !important;
    border-width: 3px !important;
}

#pricings #sales_person {
    width: 99%;
}

@media only screen and (max-device-width: 480px) {  
    #product_groups input {
        height: unset;
    }

    #customer_info {
        font-size: 100%;
    }

    #toggle_netprices_container {
        font-size: unset;
        width: 100%;
        margin-top: 40px;
        display: inline-block;
        margin-bottom: 100px;
    }

    #toggle_netprices_container button {
        float: none;
        width: 100% !important;
        margin: 20px 3px;
    }

    #pricing_date input {
        font-size: 200% !important;
        width: 55%;
        margin-left: 35px;
    }

    #products {
        margin-top: 240px;
    }

    #checkbox_all_product_groups_table {
        max-width: unset;
        font-size: 180%;
    }

    #checkbox_all_product_groups_table td:first-child {
        width: 50px;
    }

    #checkbox_all_product_groups {
        height: 40px !important;
        width: 40px !important;
    }

    #product_groups table {
        width: 90% !important;
        margin: 0 auto;
        font-size: 28px;
    }

    /* Loading */

    #loading {
        font-size: 200%;
        width: 300px;
        margin: 35px -40px 0px 0px;
    }

    #loading img {
        height: 80px;
    }

    /* Buttons */
    
    #toggle_netprices_container {
        font-size: unset;
    }
    
}