﻿.customer-logo {
    width: 120px;
    object-fit: contain;
}

.search-text-table {
    margin-top: 20px;
}

.search-text-field {
    padding: 6px;
    margin-left: 10px;
    background-color: #868686;
    border: 1px solid white;
    border-radius: 8px;
}

.search-button {
    background: #868686;
    color: white;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.selected-button {
    background-color: #e6e6e6;
    border-color: #bebebe;
    color: black;
}

.search-button.dx-state-active,
.search-button.dx-state-focused,
.search-button.dx-state-hover {    
    color: black;
}

.product {
    height: 140px;
    cursor: default;
}

.product > img {
    float: left;
    cursor: pointer;
}

.product > div {
    /*padding-left: 10px;*/
    vertical-align: top;
    line-height: 65px;
    font-size: 15px;
    float: left;
}

.product > div.price {
    float: right;
    font-size: 16px;
    margin-right: 25px;
}

.product-detail-image {
    object-fit: contain;
    height: 300px;
    width: 300px;
    cursor: pointer;
    padding: 5px;
}

.product-detail-image:hover {
    background-color: #f4f4f4;
}

.ams-closebutton {
    background-color: transparent;
}

.dx-list-item.dx-state-focused,
.dx-list-item.dx-state-hover,
.dx-list-item.dx-state-active,
.dx-list-item .dx-inkripple-wave {
    background-color: #f4f4f4 !important;
    color: black !important;
}

.detail-table-header {
    font-size: 14px;
    color: white;
    background-color: #868686;
    width: 90%;
    text-align: center;
    border: 1px solid #868686;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
}