﻿.input-group-text {
    background-color: inherit;
    border: none;
    color: #fff;
}

#Tex_Invoice_List_Tablee 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;
    }

#Tex_Invoice_List_Table th:nth-child(1) {
    border-radius: 10px 0 0 0;
}


#Tex_Invoice_List_Table th:last-child {
    border-radius: 0 10px 0 0;
}

#Tex_Invoice_List_Table td {
    padding: 4px !important;
}

/*#Tex_Invoice_List_Table table td:nth-child(6), #Tex_Invoice_List_Table table td:nth-child(7), #Tex_Invoice_List_Table table td:nth-child(8), #Tex_Invoice_List_Table table td:nth-child(9), #Tex_Invoice_List_Table table td:nth-child(10), #Tex_Invoice_List_Table table td:nth-child(11) {
    text-align: start;
}

 #Tex_Invoice_List_Table table td:nth-child(13) {
    text-align: end !important;
}

#Tex_Invoice_List_Table table td:nth-child(12) {
    text-align: center !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;
}
.status-cancel td {
    color: #dc3545 !important;
}
.btn-custom-wairing {
    background-color: #fff;
    border-radius: 4px;
    transition: 0.3s;
    color: darkblue;
    border: 2px solid darkblue;
    padding: 2px 8px;
}
    .btn-custom-wairing:hover {
        background-color: darkblue;
        color:white;
    }
    /*.dataTables_length, .dataTables_filter {  
    display: none;
}*/
    .header-logo {
        width: 60%;
        margin-left: 260px;
    }

@media print {
    .no-print {
        display: none;
    }

    .paper-v {
        width: 100mm;
    }

    table th {
        background-color: #305496;
        color: white;
    }

    table {
        font-size: 1px;
    }

    label {
        font-size: 10px;
    }
}