﻿* {
    font-family: 'Noto Serif Lao', serif;
}
.dataTables_wrapper table.dataTable {
    border: none;
}

.input-group-text {
    background-color: inherit;
    border: none;
    color: #fff;
}

#Issuance_List_Table table th {
    color: #fff;
    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;
    }

.status-cancel td {
    color: #dc3545 !important
}

#Issuance_List_Table th:nth-child(1) {
    border-radius: 10px 0 0 0;
}

#Issuance_List_Table th:last-child {
    border-radius: 0 10px 0 0;
}

#Issuance_List_Table td {
    padding: 10px !important;
}
#Issuance_List_Table button {
    padding: 4px 10px;
}
   
    .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;
}

.bg-tax {
    opacity: 0.8 !important;
    z-index: -1;
    position: absolute;
}

#PrintIssuanceTable thead th {
    color: white !important;
    border-top: 1px solid #305496 !important;
    border-bottom: 1px solid #305496 !important;
    border-color: #305496 !important;
    background-color: #305496 !important;
}
@media print {
    .no-print {
        display: none;
    }

    .paper {
        width: 275mm;
    }

    table {
        font-size: 10px;
        border-collapse: collapse;
        width: 275mm !important;
    }

    #PrintIssuanceTable thead th {
        border: 1px solid #305496 !important;
    }

    .table-bordered th{
        border: 1px solid #305496 !important;
    }

    #PrintIssuanceTable .tablehead-background {
        background-color: #305496 !important;
        color: white !important;
    }

    #PrintIssuanceTable table .table-bordered {
        border: 1px solid #305496 !important;
    }

    .bg-tax {
        opacity: 0.8 !important;
        z-index: -1;
        position: absolute;
    }

    #PrintIssuanceTable table td {
        border: 1px solid #305496 !important;
    }

    bg-cover{
        display: flex;
        justify-content: center;
    }

    .table-sm th,
    .table-sm td {
        padding: 3px !important;
    }

    label {
        font-size: 10px;
    }

    .header-logo {
        width: 30%;
        display: block !important;
    }
}