.entry {
    margin: 5px;
}

.thumb {
    height: 150px;
    max-width: 275px;
}

.entry .name {
    font-weight: bold;
}

.column {
    display: inline-block;
}

.code .line {
    display: inline-block;
}

.image-link {
    cursor: zoom-in;
}

.span-link {
    cursor: pointer;
}

.dummy-menu a {
    margin: 10px;
}

.white-popup-block {
    background-color: white;
    padding: 10px;
}

.btn-lg {
    margin: 5px;
}

.cell-link {
    padding: 3px 10px;
}

.columnItemTitle {
    max-width: 300px;
}

.birthtime {
    font-weight: bold;
}

.hidden {
    display: none;
}
.hidden-important {
    display: none !important;
}

.columnLocations {
    min-width:130px;
}

.cellTextMiddle {
    vertical-align: middle !important;
}

.cellTextCenter {
    text-align: center !important;
}

table {
    position: relative;
}

.sticky {
    position: sticky;
    background: white;
}
.sticky.column-header {
    top: 0;
    z-index: 1;
}

.sticky.row-header {
    left: 0;
}

.sticky.column-header.row-header {
    z-index: 2;
}
.table .dashed th, .table .dashed td {
    border-top: 1px dashed #dee2e6;
}
.border-left-solid {
    border-left: 1px solid #dee2e6;
}
.border-right-solid {
    border-right: 1px solid #dee2e6;
}
@media print
{
    .noprint {
        display:none;
    }
    table {
        font-size: 16px;
    }
    .table th, .table td {
        padding: 1px 5px;
    }
    h2 {
        font-size: medium;
    }
    .columnItemTitle {
        max-width: 300px;
    }
    .sticky {
        position: relative;
    }
    .print-as-text {
        color: #212529;
        text-decoration: none !important;
    }
    @page {size: landscape}
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{
	white-space: normal !important;
    text-overflow: clip !important;
    text-align: center;
}

.tabulator [tabulator-field="info_data_Description"] {
    max-width: 300px;
}

.tabulator .tabulator-header .tabulator-calcs-holder {
    width: fit-content !important;
}

.nav-item.active {
    font-weight: 500;
}

.navbar-toggler-light-override {
    background-color: #f2f2f2;
}

.navbar-toggler-light-override .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.text-right {
    text-align: right;
}

.select-light {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23f8f9fa' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>");
    color: #f8f9fa !important;
}

.img-thumb-container {
    position: relative;
}

.delete-mode a {
    cursor: default !important;
}
.product-images {
    position: relative;
    max-width: 128px;
}
.product-info-image-overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #5e5e5e51;
}
.img-thumb-dl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    font-size: 17px !important;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
}
.img-thumb-set {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    font-size: 17px !important;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
}
.img-thumb-rotate {
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    font-size: 17px !important;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
}

.img-thumb-delete {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    font-size: 20px !important;
    padding-top: 7px;
    padding-bottom: 7px;
    display: none;
}

.delete-mode .img-thumb-delete {
    display: block;
}

td.no-padding {
    padding: 0 !important;
}

.pick-img-preview {
    width: 90px;
    margin: 2px;
}

td.big-qty-text {
    font-size: 36px;
}

.checkbox-lg {
    width: 23px;
    height: 23px;
}

.checkbox-lg-container {
    padding-left: 28px;
}

.confirmation-tile img {
    max-width: 100%;
}

.spinner-lg {
    width: 65px;
    height: 65px;
    border-width: 10px;
}

.bold {
    font-weight: bold;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.flex-4 {
    flex: 4;
}

.flex-5 {
    flex: 5;
}

.badge-orange {
    color: #212529;
    background-color: #ff9900;
}

.overlay {
    z-index: 1050;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: #00000047;
}

.flex-direction-column {
    display: flex;
    flex-direction: column;
}


.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
}
.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.bg-light-primary {
    background-color: #007bff20 !important;
}

.bg-light-secondary {
    background-color: #6c757d20 !important;
}

.bg-light-success {
    background-color: #28a74520 !important;
}

.bg-light-danger {
    background-color: #dc354520 !important;
}

.bg-light-warning {
    background-color: #ffc10720 !important;
}

.bg-light-info {
    background-color: #17a2b820 !important;
}

.bg-light-green {
    background-color: #28a74520 !important;
}
.bg-light-orange {
    background-color: #e3a23b20 !important;
}
.bg-light-blue {
    background-color: #2858a720 !important;
}
.bg-light-purple {
    background-color: #6128a720 !important;
}

.barcodeEntry .field {
    margin-left: 2px;
    margin-right: 2px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.barcodeEntry .field-no-grow {
    margin-left: 2px;
    margin-right: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.barcodeEntry .extLink {
    font-size: 25px;
    cursor: pointer;
}

.modal-dialog {
    max-width: 600px !important;
}

.pnotify {
    z-index: 105000 !important;
}
