body > .container-fluid {
    min-height: 800px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
}

a.nounderline:hover {
    text-decoration: none;
}

.navbar-brand {
    background-color: white;
    padding: 5px 15px;
    font-size: 10px;
}

    .navbar-brand img {
        height: 40px;
    }

/* .nav-item {
    opacity: 0.7;
} */

.navbar-nav .nav-item:last-child {
    margin-right: 15px;
}

.nav-item.active a.nav-link {
    color: white;
}

.table thead tr th {
    background-color: #eee;
    border-bottom: 2px solid #ccc;
    border-top: none;
    padding: 8px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 8px;
    vertical-align: middle;
}

.table tfoot tr td {
    background-color: #eee;
}

.table tbody tr td {
    font-size: 14px;
}

.table tbody tr.deleted td,
.table tbody tr.deleted td a {
    color: silver;
}

.table .bi-question-square-fill {
    color: #ffc107;
}

.table .bi-check-square-fill {
    color: #28a745;
}

.table .bi-x-square-fill {
    color: #dc3545;
}

.PagingContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-validation-error {
    background-color: #f8d7da;
}

.vangin-color {
    background-image: linear-gradient(268deg, #03a995, #233a75);
    color: white;
    font-weight: 600;
    padding-top: 8px;
    border: 0;
}

    .vangin-color:hover {
        color: white;
    }

#samleikinButton img {
    margin-right: 4px;
    height: 26px;
}

/*
.form-label {
    font-weight: bold;
}
*/

.pre {
    font-family: monospace;
    display: block;
    margin: 1em 0;
}

.upload-result .success {
    color: green;
}

.upload-result .fail {
    color: red;
}

.not-ok {
    color: red;
}

.temp-ok {
    color: orange;
}

.ok {
    color: green;
}

#SalesLinesTable.table i.bi-trash,
#SalesLinesTable.table i.bi-pencil {
    font-size: 25px;
}

#unitOfMeasuresTable.table i.bi-trash,
#unitOfMeasuresTable.table i.bi-pencil {
    font-size: 12px;
}

.CheckBarcodeResultHolder {
    overflow-y: scroll;
    max-height: 374px;
}

.table .thumbnail-cell {
    padding: 2px;
}

.table .container-image-thumbnail {
    transition: opacity 0.2s;
    max-height: 33px;
}

.container-image-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.container-image-wrapper:hover .container-image-thumbnail {
    opacity: 0.7;
}

.container-image-preview {
    display: none;
    position: fixed;
    z-index: 9999;
    max-width: 500px;
    max-height: 500px;
    border: 3px solid #333;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    background: white;
    padding: 3px;
    pointer-events: none;
}

.container-image-wrapper:hover .container-image-preview {
    display: block;
}
