﻿/* override _buttons.scss */
:root {
    --primary-font-color: #333;
    --secondary-font-color: #666;
}

.btn-block + .btn-block {
    margin-top: auto;
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: var(--primary-font-color);
    background-color: #f5f5f5;
}


h1 {
    font-size: 28px;
    margin-bottom: 14px;
    margin-left: 2px;
}

    h1 i.fal {
        margin-right: 12px;
    }

.h-5px {
    height: 5px !important;
}

.w-80px {
    width: 80px !important;
}

input.text-end {
    text-align: end;
}

/* Navbar */
.nav-item,
.dropdown-menu {
    font-size: 14px;
    z-index: 1100;
}

    .nav-item.nav-link.active {
        font-weight: bold;
    }

    .nav-item.nav-link .flag {
        width: 18px;
    }

.main-navigation .nav-link {
    font-size: 18px;
}

    .main-navigation .nav-link span {
        padding-left: 5px;
    }

@media only screen and (min-width : 990px) {
    .main-navigation .nav-link span {
        padding-left: 3px;
        font-size: 14px;
        padding-right: 8px;
    }
}

/* PriceFactor */
.tableFixHead {
    overflow: auto;
    height: 100px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 58px;
        z-index: 1;
        background-color: #f5f5f5;
    }

    .tableFixHead thead td {
        position: sticky;
        top: 88px;
        z-index: 1;
        background-color: #f5f5f5;
    }

/* Quotations */
.hexsection-input {
    background-color: #EEEEEE;
    border: 1px solid #afafaf;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
}

.hexsection-title {
    padding: 10px 15px;
    background-color: #e4e5e4;
    color: #666;
    font-size: 18px;
    font-weight: 500;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hexsection-body {
    padding: 30px 30px 20px 30px;
}

.hexsection-buttons {
    padding-top: 30px;
}

    .hexsection-buttons button:not(:last-child) {
        margin-right: 15px;
    }

    .hexsection-buttons button {
        min-width: 180px;
    }

.hexsection-hotside {
    border: 3px solid #D2383880;
    background: #D2383820;
    border-radius: 6px;
    padding: 20px;
}

.hexsection-coldside {
    border: 3px solid #3D75F680;
    background: #3D75F620;
    border-radius: 6px;
    padding: 20px;
}

.hexsection-input-temperature input,
.hexsection-input-flow input,
.hexsection-input-pressuredrop input,
.hexsection-input-fouling input {
    min-width: 80px;
    max-width: 80px;
}

.hexsection-input-matter select,
.hexsection-input-matter input,
.hexsection-input-heatexchange input {
    min-width: 120px;
    max-width: 120px;
}
/* Inputs */
.inputs-group input,
.inputs-group button:not(.btn-xs) {
    font-size: 16px;
    color: #666;
    /*padding: 13px 16px;*/
    border: 1px solid #3E3E3E;
    height: 36px;
}

.inputs-group button:not(.btn-xs) {
    background-color: #3E3E3E;
    color: #f5f5f5;
}

.inputs-group button.btn-xs {
    font-size: 13px;
    border: 1px solid #3E3E3E;
    height: 28px;
}

.inputs-group input::placeholder {
    color: #bbb;
    font-weight: 300;
}

.inputs-group select {
    font-size: 16px;
    color: #666;
    padding: 2px 10px;
    border: 0px;
    border-radius: 0px;
    height: 36px;
    width: 100%;
    line-height: 1.2em;
    background: #ffffff97;
}

.inputs-group-spacer {
    margin-top: 20px;
    color: #00000060;
}

    .inputs-group-spacer span {
        font-size: 11px;
        font-weight: 300;
    }

.inputs-unit {
    display: flex;
    color: var(--secondary-font-color);
}

    .inputs-unit a {
        color: var(--primary-font-color);
    }

    .inputs-unit div:first-child {
        text-align: end;
        padding-right: 5px;
        font-weight: 600;
        color: var(--primary-font-color);
    }

    .inputs-unit div:only-child {
        text-align: start;
    }

    .inputs-unit input {
        border-right: 0px;
        flex-grow: 3;
    }

    .inputs-unit span {
        /*border: 1px solid #3E3E3E;*/
        border-left: 0px;
        font-size: 12px;
        /*background: rgb(240, 240, 240);
        background: linear-gradient(90deg, rgba(214,214,214,1) 0px, rgba(240,240,240,1) 1px);*/
        color: #666;
        height: 54px;
        flex-grow: 1;
        display: flex;
        justify-content: left;
        align-items: center;
        padding: 0px 10px;
        min-width: 54px;
    }

.inputs-group {
    padding: 5px 15px;
}

    .inputs-group .inputs-label {
        font-size: 11px;
        color: #707070ab;
        margin-left: 30px;
        padding-bottom: 0px;
    }

    .inputs-group .inputs-control {
        display: flex;
        /*width: 100%;*/
        align-items: center;
    }

        .inputs-group .inputs-control.w200 select {
            min-width: 200px;
        }

    .inputs-group .inputs-icon {
        text-align: center;
        padding-right: 10px;
        font-size: 18px;
        min-width: 30px;
        color: #00000060;
        flex-grow: 0;
    }

    .inputs-group .inputs-select {
        flex-grow: 4;
    }

    .inputs-group input.error {
        border: 2px solid #f82929 !important;
        color: #f82929;
    }

.col-12.error {
    border: 2px solid #f82929 !important;
}

.inputs-view {
    min-height: 26px;
    padding: 3px 5px;
    display: flex;
    justify-items: center;
}

    .inputs-view .inputs-view-icon {
        color: #00000060;
        width: 30px;
        text-align: center;
        display: inline-block;
    }

    .inputs-view .inputs-view-name {
    }

    .inputs-view .inputs-view-value {
        font-weight: bold;
        margin-left: 12px;
    }

    .inputs-view .inputs-view-unit {
        margin-left: 6px;
    }

/* Custom matter */
.matter-custom .inputs-label {
    font-size: 11px;
    color: #707070;
    margin-left: 15px;
    padding-bottom: 2px;
}

.matter-custom .matter-custom-name,
.matter-table .matter-table-name {
    width: 100%;
    /*display: flex;*/
    justify-content: space-between;
    padding: 0 0 10px 0;
}

    .matter-custom .matter-custom-name input,
    .matter-table .matter-table-name select {
        min-width: 170px;
        flex-grow: 3;
        background: #ffffff97;
    }

    .matter-custom .matter-custom-name button,
    .matter-table .matter-table-name button {
        width: 56px;
        flex-grow: 0;
    }

.matter-custom .inputs-unit {
    padding: 0px 0px 6px 15px;
}

    .matter-custom .inputs-unit input {
        max-width: 80px;
        border-width: 0px;
        height: 34px;
        text-align: right;
    }

    .matter-custom .inputs-unit span {
        min-width: 80px;
        height: 34px;
    }

/* Mobile */
/* typical tablet screen resolution */
@media only screen and (max-width : 1199px) {
    .matter-custom .matter-custom-name input,
    .matter-table .matter-table-name select {
        min-width: 70px;
        flex-grow: 3;
        background: #ffffff97;
    }

    .matter-custom .matter-custom-name button,
    .matter-table .matter-table-name button {
        width: 40px;
        flex-grow: 0;
    }
}

/* Bootstrap override and extend */

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

@media (min-width: 1440px) {
    .col-xxl-20pct {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1980px) {
    .col-xxxl-2 {
        -ms-flex: 0 0 16.66666666666667%;
        flex: 0 0 16.66666666666667%;
        max-width: 16.66666666666667%;
    }
}

@media (min-width: 2880px) {
    .col-xxxxl-12pct {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media (min-width: 3600px) {
    .col-xwide-10pct {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
}

/* Inputs view */
.hexsection-input-view .hexsection-body {
    padding: 15px 30px;
}

.hexsection-input-view .hexsection-hotside {
    padding: 10px 5px;
}

.hexsection-input-view .hexsection-coldside {
    padding: 10px 5px;
}

.hexsection-input-view .hexsection-intermediate {
    padding: 10px 5px;
}

.hexsection-input-view .hexsection-buttons {
    padding-top: 10px;
}

.inputs-group-view {
    padding: 5px 8px;
}

.quotation-inputs-body .inputs-group-view {
    padding: 12px 8px;
}

.inputs-group-view input,
.inputs-group-view select {
    border-width: 0 0 0 0;
    font-weight: bold;
    height: 36px;
    background: #fff7d7;
    width: 100%;
}

.inputs-group-view textarea {
    border-width: 0 0 0 0;
    font-weight: bold;
    font-size: 16px;
    color: #666;
    height: 80px;
    width: 100%;
    background: #fff7d7;
    padding: 5px 10px;
}

.inputs-group-view input.calculated {
    background: transparent;
    border-bottom: 2px solid #f8b129 !important;
}

.inputs-group-view input.error {
    border: 2px solid #f82929 !important;
    color: #f82929;
}

.inputs-group-view .inputs-unit span {
    border: 0px solid #3E3E3E;
    border-bottom: 1px;
    font-size: 12px;
    background: transparent;
    color: #666;
    height: 36px;
    flex-grow: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 10px;
    min-width: 54px;
}

.inputs-view-table:not(:first-of-type) {
    margin-top: 15px;
}

.inputs-view-table {
    margin-bottom: 5px;
}

    .inputs-view-table td.inputs-view-icon {
        width: 24px;
        text-align: center;
    }

    .inputs-view-table td.inputs-view-thot {
        border-left: 2px solid #D2383880;
        /*    border-right: 1px solid #D2383880;*/
        background-color: #D2383820;
        text-align: right;
        width: 100px;
        font-weight: 600;
    }

    .inputs-view-table .inputs-view-tcold {
        border-left: 1px solid #3D75F680;
        /*border-right: 2px solid #3D75F680;*/
        background-color: #3D75F620;
        text-align: right;
        width: 100px;
        font-weight: 600;
    }

    .inputs-view-table .inputs-view-unit {
        width: 90px;
    }

    .inputs-view-table .inputs-view-tsingle {
        width: 200px;
        font-weight: 600;
        text-align: center;
    }

    .inputs-view-table .inputs-view-tvalue, .inputs-view-table .inputs-view-tvalue2 {
        width: 100px;
        font-weight: 600;
    }


/* Quotation */
.quotation {
    /*border: 1px solid #888;*/
    padding: 15px;
}

.quotationitem-inputs .inputs-unit input {
    max-width: 140px;
}

.quotation-inputs-view {
    padding: 15px;
}

.quotation-section {
    /*    border: 1px solid #888;
    padding: 15px;
*/
}

.quotation-results {
    border-top: 2px solid #bbb;
    background: #ddd;
    /*padding: 15px;*/
    margin-left: 30px;
}

    .quotation-results .result-item td {
        font-size: 12px;
    }

    .quotation-results .result-item-details th {
        font-size: 11px;
        color: #3E3E3E;
    }

    .quotation-results .result-item-details td {
        font-size: 11px;
    }

.inputs-value-text {
    font-size: 14px;
}

.inputs-value-textunit {
    font-size: 14px;
}

    .inputs-value-textunit:first-child {
        text-align: right;
    }

.inputs-value-lastmodified {
    font-size: 11px;
}

.quotation-card .inputs-group-view {
    padding: 4px 0px;
}

.quotation-card .inputs-group .inputs-icon {
    font-size: 11px;
}

/* Hexsection Results */
.hexsection-results-title {
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
}



/* Customers */
.inputs-group .inputs-value {
    flex-grow: 4;
}

.customers .inputs-group input {
    width: 100%;
}


/* Minimized */
.minimized .inputs-label {
    display: none;
}

.minimized .inputs-group-view {
    padding: 2px 8px;
}

/* Common input styles */
input.input-width-tiny,
select.input-width-tiny,
button.input-width-tiny,
.input-width-tiny input,
.input-width-tiny select,
.input-width-tiny button {
    min-width: 60px;
    width: 60px !important;
    max-width: 60px;
}

input.input-width-short,
select.input-width-short,
button.input-width-short,
.input-width-short input,
.input-width-short select,
.input-width-short button {
    min-width: 80px;
    width: 80px !important;
    max-width: 80px;
}

.input-width-medium input,
.input-width-medium select,
.input-width-medium button {
    min-width: 140px;
    width: 140px;
    max-width: 140px;
}

.input-width-long input,
.input-width-long select,
.input-width-long button {
    min-width: 200px;
    width: 200px;
    max-width: 200px;
}

.input-width-full input,
.input-width-full select,
.input-width-full button {
    min-width: 100%;
    width: 100% !important;
    max-width: 100%;
}

tr.border-top-0 td, tr.border-top-0 th {
    border-top: 0px !important;
}

/* Text colors */
.btn-successdark {
    color: #fff;
    background-color: #156a28;
}

    .btn-successdark:hover {
        color: #fff;
        background-color: #136224;
    }

.text-grey {
    color: #9c9c9c !important;
}

.bg-hover-customers:hover {
    background: #213fa230 !important;
}

a.text-hover-customers:hover {
    color: #213fa2 !important;
}

.border-bottom-customers {
    border-bottom: 5px solid #4e75fa !important;
}

.bg-hover-quotations:hover {
    background: #f8b12920 !important;
}

a.text-hover-quotations:hover {
    color: #f8b129 !important;
}

.border-bottom-quotations {
    border-bottom: 5px solid #f8b129 !important;
}

.border-right-quotations {
    border-right: 24px solid #f8b129 !important;
}

.border-right-sm-quotations {
    border-right: 5px solid #f8b129 !important;
}

.border-left-quotations {
    border-left: 8px solid #f8b129 !important;
}

.btn-quotation {
    border: 1px solid #856019;
    background-color: #fde9c2 !important;
    color: #666666c7;
}

    .btn-quotation:hover {
        background-color: #f8b129d4 !important;
        color: #222;
    }

/* ratings */
.border-left-ratings {
    border-left: 8px solid #d37d0e !important;
}

.btn-ratings {
    border: 1px solid #854e19;
    background-color: #f3ca9e !important;
    color: #666666c7;
}

    .btn-ratings:hover {
        background-color: #f8b129d4 !important;
        color: #222;
    }



/* orders */
.bg-hover-orders:hover {
    background: #33a22130 !important;
}

a.text-hover-orders:hover {
    color: #33a221 !important;
}

.border-bottom-orders {
    border-bottom: 5px solid #33a221 !important;
}

.border-right-orders {
    border-right: 24px solid #33a221 !important;
}

.border-left-orders {
    border-left: 8px solid #33a221 !important;
}

/* prices */
.bg-hover-prices:hover {
    background: #d736c430 !important;
}

a.text-hover-prices:hover {
    color: #d736c4 !important;
}

.border-bottom-prices {
    border-bottom: 5px solid #d736c4 !important;
}

/* parts */
.bg-hover-parts:hover {
    background: #36d7c530 !important;
}

a.text-hover-parts:hover {
    color: #36d7c5 !important;
}

.border-bottom-parts {
    border-bottom: 5px solid #36d7c5 !important;
}

/* users */
.bg-hover-users:hover {
    background: #d7363630 !important;
}

a.text-hover-users:hover {
    color: #d73636 !important;
}

.border-bottom-users {
    border-bottom: 5px solid #d73636 !important;
}

/* documents */
.bg-documents {
    background: #60babd50 !important;
}

.bg-hover-documents:hover {
    background: #60babd50 !important;
}

a.text-hover-documents:hover {
    color: #60babd !important;
}

.border-bottom-documents {
    border-bottom: 5px solid #60babd !important;
}


/* technicals */
.bg-technicals {
    background: #b7a37850 !important;
}

.bg-hover-technicals:hover {
    background: #b7a37850 !important;
}

a.text-hover-technicals:hover {
    color: #b7a378 !important;
}

.border-bottom-technicals {
    border-bottom: 5px solid #b7a378 !important;
}

.cell-valuechanged {
    background-color: #f8b12910;
    font-style: italic;
}

.status-Added {
    background-color: #7fb8ff;
}

.status-Changed {
    background-color: #f9d485;
}

.status-Deleted {
    background-color: #d88080;
}

.status-NotChanged {
    background-color: #99cb9e;
}

.status-Unknown {
    background-color: #eeeeda;
}

.status-item-Added {
    background-color: #c0d9ff;
}

.status-item-Changed {
    background-color: #fbe19d;
}

.status-item-Deleted {
    background-color: #deb3b3;
}



/* settings */
.bg-hover-settings:hover {
    background: #70707050 !important;
}

a.text-hover-settings:hover {
    color: #707070 !important;
}

.border-bottom-settings {
    border-bottom: 5px solid #707070 !important;
}

/* Padding */
.p-2-10 {
    padding: 2px 10px;
}

/* Borders */
.border-bottom-light {
    border-bottom: 2px solid #00000030 !important;
}

.border-bottom-dark {
    border-bottom: 2px solid rgba(27, 29, 35, 0.38) !important;
}

.border-isview {
    border-bottom: 1px dashed #707070 !important;
}

.bg-ratingitem {
    background-color: #d37d0e33;
}

.bg-grey {
    background-color: #ddd !important;
}

#btnToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .1rem .3rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-group.btn-group-block {
    display: flex;
}

.btn-group-block .btn {
    flex: 1;
    text-align: left;
}

.brn-group-block .btn.dropdown-toggle-split {
    flex: 0;
    min-width: 50px;
}

.form-control-xs {
    padding: .1rem .3rem;
    font-size: .875rem;
    line-height: 1.5;
    height: 27px;
    border-radius: .2rem;
    top: 2px;
    left: -5px;
    position: relative;
    border: 1px solid #1861ac;
    width: 60px;
}

/* SELECTION */
.selection-overlay {
    position: absolute;
    background: #e0e0e0d0;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80pt;
}

.tab-content {
    border: 1px solid #dee2e6;
    border-top: 0px;
    background-color: #fff;
    margin-bottom: 5px;
    padding: 6px 10px;
}

/* Technical */
.card-btn div {
    padding: 5px 10px;
    text-align: center;
    font-size: 1.5rem;
}

    .card-btn div:first-child {
        font-size: 2em;
    }

/* DARKMODE */
body.darkmode {
    color: #f5f5f5;
    background-color: #333;
}

    body.darkmode a {
        color: #7aace6;
    }

    body.darkmode .dropdown-item {
        color: #f5f5f5;
    }

        body.darkmode .dropdown-item:focus,
        body.darkmode .dropdown-item:hover {
            color: #ccc;
            text-decoration: none;
            background-color: #444;
        }

    body.darkmode .dropdown-menu {
        background-color: #222;
    }

    body.darkmode .bg-white {
        background-color: rgba(70,70,70,1) !important;
    }

    body.darkmode .bg-grey {
        background-color: rgba(255,255,255,.2) !important;
    }

    body.darkmode .bg-light {
        background-color: rgba(255,255,255,.25) !important;
    }

    body.darkmode .text-dark,
    body.darkmode .quotation-results .result-item-details th {
        color: #f5f5f5 !important;
    }

    body.darkmode .navbar-light .navbar-nav .nav-link:focus,
    body.darkmode .navbar-light .navbar-nav .nav-link:hover {
        color: #ccc !important;
    }

    body.darkmode .table,
    body.darkmode .inputs-group input,
    body.darkmode .inputs-group button {
        color: #f5f5f5;
    }

    body.darkmode .inputs-group-view input {
        color: #222;
    }

    body.darkmode .table-hover tbody tr:hover {
        color: #ccc;
        background-color: rgba(255,255,255,.075);
    }

    body.darkmode .card,
    body.darkmode .hexsection-input,
    body.darkmode .hexsection-title {
        color: #f5f5f5;
        background-color: rgba(255,255,255,.075);
    }

    body.darkmode .hexsection-input {
        border-color: rgba(255,255,255,.2);
    }

    body.darkmode .quotation-results {
        color: #f5f5f5;
        background-color: rgba(255,255,255,.02);
    }

    body.darkmode .inputs-group .inputs-icon,
    body.darkmode .inputs-group .inputs-label {
        color: rgba(255,255,255,.4);
    }

    body.darkmode .btn-light {
        color: #f8f9fa;
        background-color: #212529;
        border-color: #212529;
    }

    body.darkmode .btn-secondary {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    body.darkmode .btn-success {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    body.darkmode .btn-danger {
        color: #fff;
    }

    body.darkmode .modal-content {
        background-color: #3e3e3e;
    }

        body.darkmode .modal-content .close {
            color: #fff;
        }

.internpopup {
    display: block;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 40px;
    width: 100%;
    height: 35%;
    overflow: auto;
}
.modal-content-auto {
    width: auto;
}
.modal-visible {
    display: block;
}
.close-white{
    color:#fff;
    opacity:1;
    font-size: 2rem
}
.btn-outline-secondary.disabled {
    border: 2px solid #000;
}
div.scroll {
    /*background-color: #fed9ff;*/
    /*    width: 90%;*/
    height: calc(100vh - 340px);
    overflow-x: hidden;
    overflow-y: auto;
}
.grid-striped .row:nth-of-type(even) {background-color: rgba(0,0,0,.05);

}
.grid-striped-headline {
    background-color: rgba(0,0,0,.05);
    height: 40px;
    margin-block: 5px;
    padding-bottom: 5px;
}



.file-picker-btn {
    cursor: pointer;
    min-height: 100px;
    border: 3px dashed #999999;
    border-radius: 10px;
    font-size: 1.3em;
    color: #999999;
}

.file-drop-zone {
    display: flex;
    width: 100%;
    /*border: 3px dotted #fb275d;*/
    align-items: center;
    margin-bottom: 2px;
}

    .file-drop-zone.hover .file-picker-btn {
        border-style: solid;
        border-color: #fb275d;
    }

.image-container {
    display: flex;
    justify-content: center;
}

    .image-container img {
        width: 50%;
    }

::deep input[type=file] {
    width: 100%;
    padding: 20px;
}

.error-message-container {
    color: red;
    text-align: center;
}


/* New blazor look */
.state-indicator {
    width: 8px;
    max-width: 8px;
    margin: 0;
    padding:0;
}
.state-indicator-ongoing {
    background-color: #f8b129;
}
.state-indicator-order {
    background-color: #33a221;
}
.item-table {}
    .item-table .row {
        border: 1px solid transparent;
        margin-left: 10px;
        border-radius: 4px;
        margin: 0px 2px;
    }
        .item-table .row.header {
            font-weight: bold;
            background-color: #DDDDDD97;
            border-bottom: 2px solid #3E3E3E50;
            padding: 5px;
            margin-bottom: 2px;
        }

        .item-table .row.selected {
            background-color: #86958450;
        }
    .item-table .row .col {
        padding: 2px;
    }
        .item-table .row:not(.header) .col.item-number {
            max-width: 30px;
            text-align: center;
            font-weight: bolder;
            color: #888;
            font-size: 10px;
        }
        .item-table .row.header .col.item-number {
            max-width: 30px;
            text-align: start;
        }
        .item-table .row:not(.header,.selected):hover {
            background-color: #ffffff97;
            border: 1px solid #3E3E3E50;
        }
        .item-table .row.selected:hover {
            background-color: #86958497;
            border: 1px solid #3E3E3E60;
        }

    .item-table .search-query {
        max-width: 100px;
        border-radius: 3px;
        border: 1px solid #666;
    }