td.column-totalqty{
    position: relative;
}
tbody td.column-totalqty:hover{
    background-color: #d9ead3 !important;
    cursor: pointer;

}
/*td.column-totalqty:before{*/
/*    content: 'Dbl click to edit';*/
/*    position: absolute;*/
/*    left: 5px;*/
/*    font-size: 11px;*/
/*    visibility: hidden;*/
/*    color: #0a4b78;*/
/*}*/
/*td.column-totalqty:hover:before{*/
/*    visibility: visible;*/
/*}*/

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.popup-controls{
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: flex-end;
}

.popup-controls .popup-modal-dismiss{
    background-color: #929090;
    color: white;
    padding: 10px;
}

.popup-controls .popup-modal-dismiss:hover{
    background-color: #929090ab;
}

.popup-controls .popup-modal-accept{
    background-color: #585151;
    color: white;
    padding: 10px;
}

.popup-controls .popup-modal-accept:hover {
    background-color: #393434;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 0px;
}
.lds-ellipsis div {
    position: absolute;
    top: -7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}


td.delete_column,td.edit_column{
    width: 10px!important;
    padding: 0;
    margin: 0;
    text-align: center!important;
}

i.trash-icn{
    display: inline-block;
    position: relative;
    background: url("/wp-content/plugins/inventory/assets/css/trash.svg");
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
i.edit-icn{
    display: inline-block;
    position: relative;
    background: url("/wp-content/plugins/inventory/assets/css/pencil-square.svg");
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
i.upload-icn{
    display: inline-block;
    position: relative;
    background: url("/wp-content/plugins/inventory/assets/css/upload.svg");
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

#variations-list{
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > thead > tr > th.action-column{
    width: 80px;
    padding: 7px 5px;
    text-align: center;
}

.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr > td.action-column{
    text-align: center;
}

#receiving_update input, #receiving_update select{
    width: 100%;
    box-sizing: border-box;
}

#materials_dict_update #color, #supplier{
    padding: 10px;
} 

#materials-dict-update-modal #alert{
    background: #ffffe0;
}

#materials-dict-update-modal #low_alert{
    background: #ffe0e0;
}

#low-stock{
    max-height: 350px;
    overflow-y: auto;
}