.box_list {
    width: 100%;
}

.box_list tr td {
    padding: 5px;
    border-bottom: 1px Solid #f5f5f5;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
}

.box_list tr td .box_info {
    position: relative;
    font-size: 25px;
    font-family: VekaLight;
    padding: 5px;
    float: left;
    width: calc(100% - 80px);
    height: 50px;
    text-align: center;
    background-color: #f5f5f5;
    line-height: 45px;
}

.box_list tr td button {
    float: right;
    height: 30px;
    margin-left: 3px;
    padding-left: revert;
    background-color: White;
}

.box_list tr td button img {
    height: 30px;
}

.box_product_details_block {
    position: fixed;
    background-color: White;
    top: 60px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    overflow: auto;
    margin-bottom: 70px;
    display: none;
}

.box_product_details_block .controls {
    position: fixed;
    height: 65px;
    padding: 10px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    text-align: center;
}

.box_product_details_block .box_product_details_list {
    width: 100%;
}

.box_product_details_block .box_product_details_list tr td {
    padding: 5px;
    border-bottom: 1px Solid #f5f5f5;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
}

.box_product_details_block .box_product_details_list tr td {
    padding: 5px;
    border-bottom: 1px Solid #f5f5f5;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
}

.box_product_details_block .box_product_details_list tr td .box_info {
    position: relative;
    font-size: 25px;
    font-family: VekaLight;
    padding: 5px;
    float: left;
    width: calc(100% - 80px);
    height: 50px;
    text-align: center;
    background-color: #f5f5f5;
    line-height: 45px;
}

.box_product_details_block .box_product_details_list tr td input {
    margin-bottom: inherit;
}

.box_product_details_block .box_product_details_list tr td button {
    float: right;
    height: 30px;
    margin-left: 3px;
    padding-left: revert;
    background-color: White;
}

.box_product_details_block .box_product_details_list tr td button img {
    height: 30px;
}

.box_product_details_block .box_product_details_list tr td .checkbox {
    width: inherit;
}

.product_defect_photo {
    position: relative;
    display: flex;
    padding-left: 10px;
    top: 0px;
    left: 7px;
}

.product_defect_photo img {
    position: relative;
    height: 30px;
    border-radius: 10px;
    border: 1px Solid white;
    float: left;
    /* margin-left: 50%; */
    margin-left: -10px;
}

.product_defect_photo_big_block {
    position: fixed;
    background-color: White;
    top: 60px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    overflow: auto;
    margin-bottom: 70px;
    display: none;
    z-index: 1;
}

.product_defect_photo_big_block div {
    position: relative;
}

.product_defect_photo_big_block div .button_del_image {
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: 12px;
    right: 2px;
    padding: 3px;
    border-radius: 7px;
    opacity: 0.9;
}

.product_defect_photo_big_block div .button_del_image img {
    border: 0px;
}

.product_defect_photo_big_block div img {
    max-width: 100%;
    border: 1px Solid Silver;
    margin-bottom: 3px;
}

.product_defect_photo_big_block .controls {
    position: fixed;
    height: 65px;
    padding: 10px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    text-align: center;
}