@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
.datagrid-custom {
    padding: 0;
}

.datagrid-custom table thead tr th {
    font-size: 100%;
}

.datagrid-custom .row-grid-bottom {
    background-color: #ffffff;
    border: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f3f7;
}

.highlight-hover:hover {
    background-color: #f2f3f7;
}

tr.new-product th,
tr.new-product td {
    border-top-width: 3px;
}

.monospace {
    font-family: 'Roboto Mono', monospace
}

@media (min-width: 768px) {
    .datagrid .input-group-text {
        height: auto;
    }
}

.card-same-height {
    height: calc(100% - 6px);
    margin-bottom: 6px;
}

.card-same-height-gutter {
    height: calc(100% - 25px);
}

.align-middle-nested-td td {
    vertical-align: middle;
}

.smaller-spacing .mb-spacing {
    margin-bottom: 6px;
}

.smaller-spacing .row {
    margin-left: -3px;
    margin-right: -3px;
}

.smaller-spacing .col,
.smaller-spacing .col-1,
.smaller-spacing .col-10,
.smaller-spacing .col-11,
.smaller-spacing .col-12,
.smaller-spacing .col-2,
.smaller-spacing .col-3,
.smaller-spacing .col-4,
.smaller-spacing .col-5,
.smaller-spacing .col-6,
.smaller-spacing .col-7,
.smaller-spacing .col-8,
.smaller-spacing .col-9,
.smaller-spacing .col-auto,
.smaller-spacing .col-lg,
.smaller-spacing .col-lg-1,
.smaller-spacing .col-lg-10,
.smaller-spacing .col-lg-11,
.smaller-spacing .col-lg-12,
.smaller-spacing .col-lg-2,
.smaller-spacing .col-lg-3,
.smaller-spacing .col-lg-4,
.smaller-spacing .col-lg-5,
.smaller-spacing .col-lg-6,
.smaller-spacing .col-lg-7,
.smaller-spacing .col-lg-8,
.smaller-spacing .col-lg-9,
.smaller-spacing .col-lg-auto,
.smaller-spacing .col-md,
.smaller-spacing .col-md-1,
.smaller-spacing .col-md-10,
.smaller-spacing .col-md-11,
.smaller-spacing .col-md-12,
.smaller-spacing .col-md-2,
.smaller-spacing .col-md-3,
.smaller-spacing .col-md-4,
.smaller-spacing .col-md-5,
.smaller-spacing .col-md-6,
.smaller-spacing .col-md-7,
.smaller-spacing .col-md-8,
.smaller-spacing .col-md-9,
.smaller-spacing .col-md-auto,
.smaller-spacing .col-sm,
.smaller-spacing .col-sm-1,
.smaller-spacing .col-sm-10,
.smaller-spacing .col-sm-11,
.smaller-spacing .col-sm-12,
.smaller-spacing .col-sm-2,
.smaller-spacing .col-sm-3,
.smaller-spacing .col-sm-4,
.smaller-spacing .col-sm-5,
.smaller-spacing .col-sm-6,
.smaller-spacing .col-sm-7,
.smaller-spacing .col-sm-8,
.smaller-spacing .col-sm-9,
.smaller-spacing .col-sm-auto,
.smaller-spacing .col-xl,
.smaller-spacing .col-xl-1,
.smaller-spacing .col-xl-10,
.smaller-spacing .col-xl-11,
.smaller-spacing .col-xl-12,
.smaller-spacing .col-xl-2,
.smaller-spacing .col-xl-3,
.smaller-spacing .col-xl-4,
.smaller-spacing .col-xl-5,
.smaller-spacing .col-xl-6,
.smaller-spacing .col-xl-7,
.smaller-spacing .col-xl-8,
.smaller-spacing .col-xl-9,
.smaller-spacing .col-xl-auto,
.smaller-spacing .col-xxl,
.smaller-spacing .col-xxl-1,
.smaller-spacing .col-xxl-10,
.smaller-spacing .col-xxl-11,
.smaller-spacing .col-xxl-12,
.smaller-spacing .col-xxl-2,
.smaller-spacing .col-xxl-3,
.smaller-spacing .col-xxl-4,
.smaller-spacing .col-xxl-5,
.smaller-spacing .col-xxl-6,
.smaller-spacing .col-xxl-7,
.smaller-spacing .col-xxl-8,
.smaller-spacing .col-xxl-9,
.smaller-spacing .col-xxl-auto {
    padding-right: 3px;
    padding-left: 3px;
}

.btn-mini {
    padding: .25rem .75rem;
    font-size: .925rem;
    line-height: 1.35;
    border-radius: .42rem;
    white-space: nowrap;
}

.btn-mini i {
    font-size: 1.1rem;
}

table.align-middle td,
table.align-middle th {
    vertical-align: middle;
}

#toast-container>div {
    opacity: 0.95;
}

.toast {
    -webkit-transition: none;
    transition: none;
}

.tooltip-wrapper {
    display: inline-block;
}

.tooltip-wrapper .btn[disabled] {
    /* don't let button block mouse events from reaching wrapper */
    pointer-events: none;
}

.tooltip-wrapper.disabled {
    /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
    cursor: not-allowed;
}

.clipboard-container {
    display: flex;
}

.clipboard-container * {
    margin: 0;
}

.clipboard-container *:first-child,
.clipboard-container *:first-child * {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.clipboard-container *:last-child,
.clipboard-container *:last-child * {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.clipboard-container .btn {
    padding-top: 2px;
    padding-bottom: 2px;
}

.label {
    white-space: nowrap;
}

.btn-sm-larger-text {
    font-size: 1.05rem;
    display: inline-flex;
    align-items: center;
}

.ribbon .ribbon-target.ribbon-flat {
    padding-top: 1px;
    padding-bottom: 1px;
}

.template-sortable-item {
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 3px;
    background-color: #f0f1f5;
    cursor: move;
}

.template-sortable-item:hover {
    background-color: #e6e7ef;
}

.template-sortable-item-ghost {
    background-color: #ffd9ba;
}

.fake-btn {
    border: 1px solid transparent;
    padding: .65rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .42rem;
}

.flex-1 {
    flex: 1
}

.form-check-pl-0 .form-check {
    padding-left: 0;
}

.text-strong {
    font-weight: 600 !important;
}

.switch input:empty~span {
    flex-shrink: 0;
}

fieldset.align-top .row .form-group {
    align-self: flex-start!important;
}


/*
.product-catalogue {
    display: flex;
}
@media (max-width: 768px) {
    .product-catalogue {
        display: block;
    }
    .product-catalogue h2 {
        padding: 0px 20px 20px 20px;
        text-align: center;
        margin-top: -20px;
    }
}
.product-catalogue img {
    transition: all 600ms;
    transition-timing-function: ease;
    width:250px;
    margin-top:35px;
    margin-bottom:21px;
    margin-left:35px;
    margin-right:25px;
}
.product-catalogue:hover img {
    width:300px;
    margin-top:14px;
    margin-bottom:0px;
    margin-left:10px;
    margin-right:0px;
}*/

.product-catalogue {
    display: inline-block;
    padding: 20px;
    padding-right: 0px;
    text-align: center;
}

.product-catalogue h3 {
    font-size: 1.3rem;
}

.product-catalogue img {
    box-sizing: content-box;
    width: 200px;
    padding: 11px 14px;
    transition: all 800ms;
    transition-timing-function: ease;
}

.product-catalogue:hover img {
    width: 228px;
    padding: 0px;
}

.bootstrap-select .dropdown-menu.inner>li.selected>a .check-mark {
    font-size: 1rem;
    margin-top: -.7rem;
}

.bootstrap-select .dropdown-menu.inner>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.bootstrap-select .dropdown-menu .dropdown-header {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.8rem;
}

.bootstrap-select .dropdown-menu .dropdown-divider {
    margin: 0 0 .25rem 0;
}

.bootstrap-select .dropdown-menu .dropdown-item {
    white-space: normal;
}

.bootstrap-select .dropdown-menu.inner>li.disabled {
    cursor: not-allowed;
}

.bootstrap-select .dropdown-menu.inner>li.disabled>a {
    opacity: .6;
}

.bootstrap-select .dropdown-menu.inner>li.selected>a,
.bootstrap-select .dropdown-menu.inner>li:hover>a {
    background: inherit;
}

.bootstrap-select .dropdown-menu.inner>li.selected:not(.disabled)>a,
.bootstrap-select .dropdown-menu.inner>li:hover:not(.disabled)>a {
    background: #f3f6f9;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.datagrid table thead tr.row-group-actions th.ublaboo-datagrid-th-form-inline {
    background-color: transparent;
    padding: 0;
}

.production-template-item-toolbar-cover {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
}

#production-checklist-template .sortable-handle {
    cursor: move
}

.sortable-item-ghost {
    background-color: #dfdfdf;
    border-radius: 3px;
}

#production-checklist-template .checklist-row .subitem-icon {
    padding: 0px 10px 0px 20px;
    display: none;
}

#production-checklist-template .checklist-row.production-checklist-template-row-subitem .subitem-icon {
    display: inline;
}

#production-checklist-template .checklist-row .sortable-handle {
    padding-right: 10px;
}

.production-checklist-template-row-label {
    position: relative;
}

.production-checklist-template-row-section-header div.production-checklist-template-row-label input {
    font-weight: 600;
}

.production-checklist-template-row-section-header div.production-checklist-template-row-label:after {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    content: 'Section header label';
    font-size: 0.8rem;
    background-color: #e4e6ef;
    box-sizing: border-box;
    padding: 1px 8px;
    border-radius: 4px;
}

.production-checklist-template-row {
    background-color: #f3f6f9;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.production-checklist-row {
    display: flex;
    padding: 5px 0px;
    border-bottom: solid 1px #ebedf3;
}

.production-checklist-row:hover {
    background-color: #ebedf3;
}

.production-checklist-row.checked {
    border-color: #4bd8d2;
}

.production-checklist-row-number {
    width: 3rem;
    padding-left: 5px;
    box-sizing: border-box;
}

.production-checklist-row-label,
.production-checklist-row-description {
    box-sizing: border-box;
    padding-left: 5px;
}

.production-checklist-row.subitem .production-checklist-row-label,
.production-checklist-row.subitem .production-checklist-row-description {
    padding-left: 30px;
}

.production-checklist-row-header {
    background-color: #ebedf3;
}

.production-checklist-row-header .production-checklist-row-label {
    font-weight: 600;
}

.production-checklist-row-info {
    /* width: 400px; */
    box-sizing: border-box;
    padding-right: 10px;
    text-align: right;
}

.production-checklist-row-button {
    padding-left: 10px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.label-md-larger {
    padding: 0.1rem 0.3rem;
    font-size: 0.9rem;
}

.table.table-dark-borders td {
    border-top-color: rgba(0, 0, 0, 0.25);
}

.production-checklist-row-history-button {
    cursor: pointer;
}

.checklist-item-history {
    display: none;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.wrap-td {
    overflow-wrap: anywhere;
}