#page-movements .top-actions {
    text-align: right;
}

#page-movements .im_actions {
    margin-bottom: 5px;
}

#form-item_movements .loading-ico {
    display: none;
    margin-left: 10px;
}

#form-item_movements .button-add_item {
    width: 100%;
    margin-top: 24px;
}

#form-item_movements .upload-items_move.uploading {
    opacity: 0.65;
}

#form-item_movements .et-arrow {
    text-align: center;
    font-size: 29px;
    margin-top: 22px;
}

#form-item_movements .non-transferable {
    background-color: #e77272;
}

#form-item_movements .transferable-done {
    background-color: #80e580;
}

#form-item_movements .to_move_items tr td:last-child {
    text-align: right;
}

#form-item_movements .ship_items {
    display: none;
    width: 100%;
}

#form-item_movements .table-transfer_items_list {
    margin: 25px 0px;
    /* background: #ffffffe1; */
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 4px -1px #e1e1e1e1;
    box-shadow: 4px 4px 4px -1px #e1e1e1e1;
    border: 1px solid #e1e1e1e1;
}

#page-receive_items_entity .rie-grid-actions {
    margin-bottom: 5px;
}

#modal-receive_transfer .modal-body {
    height: 45vh;
    overflow: auto;
}

#modal-receive_transfer .item_list {
    margin-top: 20px;
}

/* #modal-receive_transfer .item_list .area-header {
    font-weight: 700;
    cursor: pointer;
}

#modal-receive_transfer .item_list .area-body {
    display: none;
}

#modal-receive_transfer .item_list .area-body .ab-row {
    padding-bottom: 10px;
}

.movements_grid table tr.completed {
    background-color: #80e580;
} */