body {
    font-size: 0.9rem !important;
}
a {
    color: #212529 !important;
    text-decoration: none !important;
}
    a:hover {
        color: #212529 !important;
        text-decoration: underline !important;
    }
.btn-primary {
    color: #fff;
    background-color: #2e4a9f !important;
    border-color: #2e4a9f !important;
}
.bg-dark {
    background-color: #2e4a9f !important;
}
th {
    background: #2e4a9f !important;
    color: #fff !important;
    text-align: unset !important;
}
.table-row-link {
    display: block;
    color: inherit;
    text-decoration: none !important;
}
.table-row-link:hover {
    background-color: #ececec;
}
.table td {
    vertical-align: middle;
    background: #fff;
}
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: #ccc;
}
.gv-header:hover {
    background-color: #2e4a9f !important;
}
.table-hover > tbody > tr.gv-header:hover {
    --bs-table-accent-bg: initial !important; /* disable background change */
}

    .table-hover > tbody > tr.gv-header:hover > th:hover {
        background-color: inherit !important; /* disable th hover color */
    }
.gv a {
    display: block !important;
    padding: 7px;
}
.gv a:hover {
    text-decoration: none !important;
}
.gv td {
    padding: 0 !important;
}
.gv-right {
    text-align: right !important;
}
.gv-center {
    text-align: center !important;
}
.table-details td {
    background: #f2f2f2 !important;
}
.navbar-dark .navbar-brand {
    color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}
.font-bold {
    font-weight: bold !important
}
.breadcrumb-div {
    background: #f2f2f2;
    border-bottom: 1px solid #dee2e6;
}
.breadcrumb-links {
    text-decoration: none !important;
    color: #2e4a9f !important;
    font-size: 14px !important;
}
.breadcrumb-links > a {
    text-decoration: none !important;
    color: #2e4a9f !important;
    font-size: 14px !important;
}
.breadcrumb-links > a:hover {
    text-decoration: underline !important;
}
.item-label-td {
    width: 160px;
}
.item-image-container {
    background: #f2f2f2;
    border: 1px solid #dee2e6;
    text-align: center;    
    padding: 36px;
    margin-bottom: 12px;
}
.item-qty-dropdown {
    width: 161px;
    margin-bottom: 15px;
}
.basket-qty-dropdown {
    width: 100px;
    display: unset !important;
}
.item-add-to-basket {
    width: 161px;
}
.red-text {
    color: #ff0000 !important;
}
.red-text:hover {
    color: #ff0000 !important;
}
h1, h2, h3, h4 {
    color: #2e4a9f !important;
}
h1 {
    font-size: 20px;
    padding: 15px 0 10px 0;
}
h2 {
    font-size: 20px;
}
.form-select {
    border: 1px solid #ccc !important;
    font-size: 0.9rem !important;
    padding: 0.5rem !important;
    border-radius: 0 !important;
}
.form-control {
    border: 1px solid #ccc !important;
    font-size: 0.9rem !important;
    padding: 0.5rem !important;
    border-radius: 0 !important;
}
.search-table {
    margin-bottom: 20px;
    width: 100%;
}
.search-box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 189px;
}
.search-button {
    background: #2e4a9f;
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: #fff;
    font-weight: bold;
    border: 1px solid #2e4a9f !important;
}
.clear-button {
    background: #CC0000;
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: #fff;
    font-weight: bold;
    border: 1px solid #CC0000 !important;
}
.save-button {
    background: #2e4a9f;
    padding: 5px 10px !important;
    color: #fff;
    font-weight: bold;
    border: 1px solid #2e4a9f !important;
}
.btn-generate {
    background: #2e4a9f;
    display: inline-block;
    margin-left: 5px !important;
    padding: 7px 10px !important;
    color: #fff;
    font-weight: bold;
    border: 1px solid #2e4a9f !important;
}
.print-button {
    background: green;
    padding: 5px 10px !important;
    color: #fff;
    font-weight: bold;
    border: 1px solid green !important;
}
.delete-button {
    background: #CC0000;
    padding: 5px 10px !important;
    color: #fff;
    font-weight: bold;
    border: 1px solid #CC0000 !important;
}
.btn-download {
    display: block;
    margin-top: 20px;
    color: #fff !important;
    text-decoration: none;
}
.btn-download:hover {
    display: block;
    margin-top: 20px;
    color: #fff !important;
    text-decoration: none;
}
.product-image {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}
.print-product-image {
    width: 250px;
    display: block;
}
.product-file {
    margin-bottom: 20px;
    display: block;
    text-decoration: underline;
}