﻿.input-group-text {
    background-color: inherit;
    border: none;
    color: #fff;
}

#WMSTransaction_TB .table th,
#WMSlist_TB .table th {
    color: #fff !important;
    border-style: unset;
    border-width: unset;
    font-size: 12px;
}

table {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

    table td {
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
    }

.table th {
    padding: 10px;
    color: #fff !important;
}

#WMSTransaction_TB th:nth-child(1),
#WMSlist_TB th:nth-child(1) {
    border-radius: 10px 0 0 0;
}

#WMSTransaction_TB th:last-child,
#WMSlist_TB th:last-child {
    border-radius: 0 10px 0 0;
}

#WMSTransaction_TB td,
#WMSlist_TB td {
    padding: 10px !important;
}


.btn-custom-edit {
    /*position: absolute;*/
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.3s;
    color: green;
}

    .btn-custom-edit:hover {
        background-color: aquamarine;
        border-radius: 5px;
        color: #fff;
    }

.btn-custom-delete {
    /*position: absolute;*/
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.3s;
    color: red;
}

    .btn-custom-delete:hover {
        background-color: red;
        border-radius: 5px;
        color: #fff;
    }

.btn-search {
    position: absolute;
    background-color: transparent;
    margin-right: 10px;
}

button.btn-search:focus {
    outline: none;
}

.btn-custom-close {
    /*position: absolute;*/
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.3s;
    color: red;
}

    .btn-custom-close:hover {
        background-color: red;
        border-radius: 5px;
        color: #fff;
    }

.btn-custom-check {
    /*position: absolute;*/
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.3s;
    color: green;
}

    .btn-custom-check:hover {
        background-color: green;
        border-radius: 5px;
        color: #fff;
    }

.btn-custom-approve {
    /*position: absolute;*/
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.3s;
    color: green;
    border: 2px solid green;
}

.btn-custom-wairing {
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.3s;
    color: orange;
    border: 2px solid orange;
}

.btn-custom-edit {
    /* position: absolute; */
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.3s;
    color: green;
