.customer-machine-search {

}

.common-machine-search-plate {
    height: 1%;
    vertical-align: top;
    /*padding-bottom: 10px;*/
}

.common-machine-search-history {
    vertical-align: top;
    padding-left: 1px;
}

.common-machine-search-history .stackoverflow {
    overflow: auto;
    height: 192px;
}

.common-machine-search-history .stackoverflow table tr:nth-child(odd) > td {
    background-color: #eeeeee;
}

.common-machine-search-history .stackoverflow table tr:nth-child(even) > td {
    background-color: #ffffff;
}

.common-machine-search-manual {
    vertical-align: top;
}

.common-machine-search-result,
.common-machine-search-result > .box {
    width: 100%;
}

.machine-search-by-plate {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #f1f1f1;
    width: 30px;
    height: 100%;
    background-image: url('/bin/img/icons.png');
    background-position: -4px -36px;
    border-left: 1px solid #bbbbbb;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-sizing: border-box;

}

.machine-search-by-plate:hover {
    background-position: -36px -36px;
}

.common-machine-search-result-part-catalog.group_0 .flick-tbody.label {
    color: #828282 !important;
}
.common-machine-search-result-part-catalog {
    border: 1px solid #bbbbbb;
    border-radius: 0px;
    background-color: #fbfbfb;
    margin-bottom: 5px;
}

.common-machine-search-result-part-catalog > thead > tr > td {
    background-color: #bbbbbb;
    border-left: 2px dotted #cac9c9;
    padding-top: 3px;
    padding-bottom: 3px;
}

.common-machine-search-result-part-catalog > thead > tr > td:first-child {
    border-left: none;
}

.common-machine-search-result-part-catalog > tbody > tr > td:nth-child(1),
.common-machine-search-result-part-catalog > thead > tr > td:nth-child(1) {
    width: auto;
}

.common-machine-search-result-part-catalog > tbody > tr > td:nth-child(2),
.common-machine-search-result-part-catalog > thead > tr > td:nth-child(2) {
    width: 1%;
}

.common-machine-search-result-part-catalog > tbody > tr > td:nth-child(3),
.common-machine-search-result-part-catalog > thead > tr > td:nth-child(3) {
    width: 1%;
}

.common-machine-search-result-part-catalog > tbody > tr > td {
    background-color: #fff;
    padding: 10px 2px 10px 2px;
    border-left: 2px solid #ffffff;
    border-bottom: 1px solid #fff;
}

.common-machine-search-result-part-catalog > tbody tr > td:first-child {
    border-left: none;
}

.machine-search-multiple-result {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 100;
}

.machine-search-multiple-result:empty {
    display: none;
}

.common-machine-search-result-part-catalog {
    /*display: none;*/
}

.common-machine-search-result-part-catalog:first-child {
    /*display: block !important;*/
}

.flick-tbody:first-child {
    background-image: url("/bin/img/box_arrow_black.png");
    background-repeat: no-repeat;
    background-position: 3px -21px;
    text-indent: 15px;
}
.flick-tbody:first-child.close {
    background-position: 5px 2px;
}

.machine-capacity-labels {
    padding: 0 0 5px 12px;
}

.common-machine-search-result-part-catalog:last-child {
    margin-bottom: 0px!important;
}

.machine-part-component-capacity-label {
    pointer-events: none!important;
    font-weight: bold;
    text-decoration: underline;
}