﻿#quick-search {
    width: 700px;
    position: absolute;
    background-color: white;
    top: 91px;
    left: -150px;
    height: auto;
    border: 1px solid #c1c1c1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 2;
}

    #quick-search form {
        display: none;
    }

    #quick-search ul {
        list-style: none;
    }

    #quick-search .row {
        border-bottom: 1px solid #e8e8e8;
        padding: 4px 0px 3px 20px;
        margin: 0px;
    }

    #quick-search .cell {
        width: 150px;
        display: inline-block;
    }

        #quick-search .cell.produkt-image {
            width: 100px;
            height: auto;
        }

            #quick-search .cell.produkt-image img {
                max-width: 100px;
                max-height: 80px;
            }

        #quick-search .cell.produkt-enummer {
            width: 15%;
            margin-left: 10px;
        }

        #quick-search .cell.produkt-beschreibung {
            width: 62%;
        }

        #quick-search .cell.produkt-compare {
            width: 3%;
        }
    #quick-search .row.all button[type=submit] {
        color: #E63323;
        text-decoration: none;
        background-color: transparent;
        transition: color 0.2s;
        border: none;
        line-height: 22px;
    }
    #quick-search .row.all button[type=submit]:hover {
        text-decoration : underline;
    }

.produkt-compare a:hover {
    text-decoration: none;
}

.similarity i {
    font-size: 1.75em;
    padding: 20px 20px 20px 10px;
}

.per-user-list i {
    font-size: 1.4em;
    padding: 20px 20px 20px 10px;
}

.comparison .produkt-compare i {
    font-size: 2em;
    padding: 20px 10px 20px 20px;
}

.feedback i {
    font-size: 2em;
    padding: 20px 10px 20px 20px;
}

.produkt-compare .compareProduct i {
    display: none;
}

.produkt-compare.add i.add,
.produkt-compare.executing i.executing,
.produkt-compare.failed i.failed,
.produkt-compare.full i.full,
.produkt-compare.remove i.remove,
.produkt-compare.successful i.successful {
    display: table;
}

.produkt-compare.successful i.add,
.produkt-compare.successful i.full,
.add-eno .addForm i.executing,
.add-eno .addForm.add i.full,
.add-eno .addForm.full i.submit {
    display: none;
}

.produkt-compare .executing {
    color: #818181;
    cursor: progress;
}

.produkt-compare .full,
.produkt-compare .successful {
    width: 100%;
    height: 100%;
    color: #818181;
    cursor: default;
}

@media screen and (max-width: 767px) {
    .produkt-compare {
        display: none;
    }
}

#quick-search .row:last-child {
    border-top: 1px solid #d9d9d9;
    background-color: #f2f2f2;
    padding: 6px 0px 6px 22px;
    color: #E63323;
}

#g-page-surround .btn.btn-primary:hover {
    background: #ad1a16;
}

li.all button {
    border: none;
}


@media screen and (max-width: 767px) {
    #quick-search {
        width: 350px;
        position: absolute;
        background-color: white;
        top: 50px;
        left: 0;
        height: auto;
        border: 1px solid #c1c1c1;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        z-index: 2;
    }

        #quick-search ul {
            width: 100%;
        }

        #quick-search .row {
            border-bottom: 1px solid #e8e8e8;
            padding: 4px 0px 3px 0px;
        }

        #quick-search .cell.produkt-image {
            width: 10%;
            height: auto;
        }

            #quick-search .cell.produkt-image img {
                max-width: 50px;
                max-height: 50px;
                width: auto;
            }

        #quick-search .cell.produkt-enummer {
            width: 100%;
        }

        #quick-search .cell.produkt-beschreibung {
            width: 100%;
        }

        #quick-search .cell.produkt-compare {
            width: 100%;
            position: relative;
            left: 148px;
        }
}
