﻿.ui-datepicker {
    z-index: 99999 !important;
    max-height: 50%;
    overflow-y: auto;
}

body, #wrapper #content-wrapper {
    background-color: #cfdef8;
}

.btn {
    font-size: 0.85rem;
}

.btn-outline-secondary {
    color: black;
}

.form-control {
    border: 1px solid #000;
    border-radius: unset;
}

.dropdown-item {
    color: black;
}

.card-header {
    color: white;
}

.card-primary {
    background-color: #4e73df;
    border-bottom: #4e73df;
}

.card-success {
    background-color: #1cc88a;
    border-bottom: #1cc88a;
}

.card-body label {
    font-weight: bold;
}

.card-body input[type=text] {
    color: #e74a3b;
    font-weight: bold;
}

.form-control:disabled {
    background-color: #fff;
}

#tblData, #frm-banhang table {
    color: black;
}

    #tblData thead th, #frm-banhang table thead th {
        border-bottom: 1px solid #000;
    }

    #tblData td, #tblData th, #frm-banhang table td, #frm-banhang table th {
        border-top: 1px solid #000;
    }

body {
    font-size: 0.85rem;
    color: black;
}

.btn-price {
    min-width: 30%;
    margin: 10px;
    font-size: 1.3rem;
}

.table-responsive {
    height: 370px;
    overflow-y: scroll;
}

    .table-responsive thead tr:nth-child(1) th {
        position: sticky;
        top: 0;
        z-index: 10;
        background-color: #FFFFB0;
    }

#frm-cus {
    cursor: pointer;
}

    #frm-cus.disabled {
        pointer-events: none;
    }

[role="button"] {
    cursor: pointer;
}
.cusinfo{
    font-weight:normal !important;
    color:black !important;
}