﻿.product-edit .checkbox input {
    margin-left: 0;
}


.view-machine-products-edit .product-item input, .view-machine-products-edit .btn
{
    display: inline-block;
    width: auto;
}

.view-machine-products-edit .product-item
{
    margin-bottom: 10px;
    width: 100%;
}

.view-machine-products-edit .product-item .product-img
{
    display: inline-block;
    padding-right: 10px;
    text-align: right;
    width: 10%;
}
.view-machine-products-edit .product-item .product-img img
{
    max-height: 40px;
    max-width: 100%;
}

.view-machine-products-edit .product-item .product-input
{
    width: 14.5%;
}

.view-machine-products-edit .product-item .fa-times
{
    color: gray;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}

.view-machine-products-edit .product-item input
{
    margin-bottom: 0;
}

.view-machine-products-edit .product-item .list-inline
{
    margin: 0;
    padding: 6px 25px 6px 12px;
    position: relative;
    text-align: left;
    white-space: normal;
    width: 100%;
}

.view-machine-products-edit .product-item .list-inline li
{
    vertical-align: middle;;
}

.view-machine-products-edit .product-item .product-name
{
    line-height: 100%;
    width: 43%;
}

.view-machine-products-edit .dropdown-menu > li > a
{
    cursor: pointer;
}

.view-machine-products-edit .product-item input, .view-machine-products-edit .counter
{
    width: 100%;
}


@media (max-width: 480px)
{
    .view-machine-products-edit .product-item .fa-times
    {
        font-size: 16px;
    }
    
    .view-machine-products-edit input, .view-machine-products-edit .btn
    {
        display: inline-block;
        width: 100%;
    }

    .view-machine-products-edit .product-item .list-inline li:first-child
    {
        width: 20%;
    }

    .view-machine-products-edit .product-item .product-name
    {
        width: 80%;
    }

    .view-machine-products-edit .product-item .product-input
    {
        margin-top: 10px;
        width: 30%;
    }

    .view-machine-products-edit .product-item input, .view-machine-products-edit .product-item .counter
    {
        width: 100%;
    }

    .view-machine-products-edit .product-item .list-inline
    {
        padding-right: 12px;
    }
}
