﻿/*#region General Styles */
/*#region Search Top Panel Styles */
.search-top-panel {
    display: table;
    width: 100%;
    height: auto;
    background-color: transparent;
    background-color: #ffffff;
    margin-bottom: 10px;
    clear: both;
}

    .search-top-panel > .search-criteria,
    .search-top-panel > .search-banner {
        display: table-cell;
        position: relative;
        height: auto;
        vertical-align: middle;
        float: none;
    }

    .search-top-panel > .search-criteria {
        /*width: 50%;*/
        width: 70%;
        padding-right: 10px;
    }

        .search-top-panel > .search-criteria > .search-criteria-full {
            display: table;
            width: 100%;
            float: none;
            clear: both;
        }

            .search-top-panel > .search-criteria > .search-criteria-full > .row {
                display: table;
                table-layout: fixed;
                width: 100%;
                -webkit-box-shadow: 0 0 0 1px #dddddd;
                -moz-box-shadow: 0 0 0 1px #dddddd;
                box-shadow: 0 0 0 1px #dddddd;
                clear: both;
            }

                .search-top-panel > .search-criteria > .search-criteria-full > .row.row-border {
                    border-top: none;
                    border-right: 1px solid #dddddd;
                    border-bottom: 1px solid #dddddd;
                    border-left: 1px solid #dddddd;
                }

                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column {
                    display: table-cell;
                    height: auto;
                    vertical-align: top;
                    float: none;
                }

                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-heading {
                        width: 25%;
                        background-color: #4870b0;
                        color: #000000;
                        color: #ffffff;
                        font-size: 13px;
                        font-weight: bold;
                        text-align: center;
                    }

                        .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-heading > .row {
                            line-height: 24px;
                            border-bottom: 1px solid #dddddd;
                        }

                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-heading > .row:last-child {
                                border-bottom: none;
                            }

                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content {
                        width: 75%;
                    }

                        .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row {
                            display: table;
                            table-layout: fixed;
                            width: 100%;
                            /*border-bottom: 1px solid #dddddd;*/
                            clear: both;
                        }

                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column {
                                display: table-cell;
                                height: auto;
                                vertical-align: top;
                                float: none;
                            }

                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left {
                                    width: 50%;
                                    border-right: 1px solid #dddddd;
                                }

                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left > .row {
                                        display: table;
                                        table-layout: fixed;
                                        width: 100%;
                                        line-height: 24px;
                                        border-bottom: 1px solid #dddddd;
                                        clear: both;
                                    }

                                        .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left > .row > .column {
                                            display: table-cell;
                                            height: auto;
                                            vertical-align: top;
                                            float: none;
                                        }

                                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left > .row > .column.column-left {
                                                width: 50%;
                                                background-color: #4870b0;
                                                color: #ffffff;
                                                font-size: 13px;
                                                font-weight: bold;
                                                text-align: center;
                                                padding: 0 5px;
                                                border-right: 1px solid #dddddd;
                                            }

                                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left > .row > .column.column-left.column-private-heading {
                                                    display: none;
                                                }

                                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left > .row > .column.column-right {
                                                width: 50%;
                                            }

                                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left > .row > .column.column-right > select {
                                                    height: 24px;
                                                    line-height: 24px;
                                                    background-color: #ffffff;
                                                    color: #4870b0;
                                                    text-shadow: 1px 0 0 #4870b0;
                                                    outline: none;
                                                    border: none;
                                                    width: 100%;
                                                }

                                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left > .row > .column.column-right > select:focus,
                                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left > .row > .column.column-right > select:hover {
                                                        background-color: #f0f0f0;
                                                        color: #4870b0;
                                                    }

                                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left > .row > .column.column-right > select:disabled {
                                                        background-color: #f0f0f0;
                                                        color: #333333;
                                                    }

                                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left > .row > .column.column-right option {
                                                    width: 100%;
                                                    height: 24px;
                                                    line-height: 24px;
                                                    font-size: 14px;
                                                    text-align: center;
                                                    padding: 5px;
                                                    border: none;
                                                }

                                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left > .row > .column.column-right option:checked {
                                                        background-color: #4870b0;
                                                        color: #ffffff;
                                                    }

                                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left > .row > .column.column-right option:not(:checked) {
                                                        background-color: #f0f0f0;
                                                        color: #333333;
                                                        text-shadow: 1px 0 0 #333333;
                                                    }

                                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left > .row > .column.column-right > select option:checked:after {
                                                    content: attr(title);
                                                    background: #666;
                                                    color: #fff;
                                                    position: absolute;
                                                    width: 100%;
                                                    left: 0;
                                                    border: none;
                                                }

                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right {
                                    width: 50%;
                                }

                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right > .row {
                                        display: table;
                                        table-layout: fixed;
                                        width: 100%;
                                        line-height: 24px;
                                        border-bottom: 1px solid #dddddd;
                                        clear: both;
                                    }

                                        .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right > .row > .chks {
                                            display: table;
                                            width: 100%;
                                            background-color: #ffffff;
                                            border-radius: 4px;
                                            clear: both;
                                        }

                                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right > .row > .chks > input,
                                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right > .row > .chks > label {
                                                display: table-cell;
                                                margin: 0;
                                                padding: 0;
                                                vertical-align: middle;
                                                float: none;
                                            }

                                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right > .row > .chks > input {
                                                margin: 0;
                                            }

                                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right > .row > .chks > input[type=checkbox] {
                                                    display: none !important;
                                                }

                                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right > .row > .chks > label {
                                                display: inline-block;
                                                position: relative;
                                                width: 100% !important;
                                                line-height: 24px;
                                                color: #333333;
                                                font-size: 13px;
                                                padding: 0 0 0 30px;
                                                text-align: left;
                                                cursor: pointer;
                                            }

                                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right > .row > .chks > label:before {
                                                    display: inline-block;
                                                    position: absolute;
                                                    content: "";
                                                    width: 16px;
                                                    height: 16px;
                                                    margin: 0 0 4px 7px;
                                                    left: 0;
                                                    bottom: 0;
                                                    background-color: #a8a8a8;
                                                    -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
                                                    -moz-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
                                                    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
                                                }

                                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right > .row > .chks > label:hover:before {
                                                    background-color: #4870b0;
                                                }

                                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right > .row > .chks > label::before {
                                                    border-radius: 2px;
                                                }

                                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right > .row > .chks > label:hover {
                                                    color: #4870b0;
                                                }

                                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right > .row > .chks > input[type=checkbox]:checked + label {
                                                color: #4870b0;
                                            }

                                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right > .row > .chks > input[type=checkbox]:checked + label:before {
                                                    line-height: 18px;
                                                    content: "\2713";
                                                    background-color: #4870b0;
                                                    color: #ffffff;
                                                    font-size: 13px;
                                                    font-weight: bold;
                                                    text-align: center;
                                                    text-shadow: 1px 1px 1px #000000;
                                                    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
                                                }

                                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right > .row > .chks > input[type=checkbox]:hover:checked + label {
                                                color: #555555;
                                            }

                                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right > .row > .chks > input[type=checkbox]:hover:checked + label:before {
                                                    background-color: #555555;
                                                }

                        .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text {
                            display: table;
                            /*width: 100%;*/
                            /*height: 24px;*/
                            /*border-bottom: 1px solid #dddddd;*/
                            /*float: none;*/
                            width: 50%;
                            height: 48px;
                            border-right: 1px solid #dddddd;
                            float: left;
                            clear: both;
                        }

                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text input[type="text"] {
                                width: 100%;
                                /*height: 24px;*/
                                height: 50px;
                                background-color: #ecf0f7;
                                font-size: 16px;
                                padding: 0 5px;
                                border: none;
                                border-radius: 0;
                                -moz-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                -webkit-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                            }

                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text input[type="text"]:hover {
                                    background-color: #dae2ef;
                                    color: #555555;
                                }

                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text input[type="text"]::-webkit-input-placeholder {
                                    color: #333333;
                                }

                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text input[type="text"]::-moz-placeholder {
                                    color: #333333;
                                }

                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text input[type="text"]:-ms-input-placeholder {
                                    color: #333333;
                                }

                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text input[type="text"]:-moz-placeholder {
                                    color: #333333;
                                }

                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text input[type="text"]:hover::-webkit-input-placeholder {
                                    color: #555555;
                                }

                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text input[type="text"]:hover::-moz-placeholder {
                                    color: #555555;
                                }

                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text input[type="text"]:hover:-ms-input-placeholder {
                                    color: #555555;
                                }

                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text input[type="text"]:hover:-moz-placeholder {
                                    color: #555555;
                                }

                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text input[type="text"]:focus {
                                    background-color: #ffff00;
                                    color: #333333;
                                }

                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text input[type="text"]:focus::-webkit-input-placeholder {
                                        color: #333333;
                                    }

                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text input[type="text"]:focus::-moz-placeholder {
                                        color: #333333;
                                    }

                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text input[type="text"]:focus:-ms-input-placeholder {
                                        color: #333333;
                                    }

                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-text input[type="text"]:focus:-moz-placeholder {
                                        color: #333333;
                                    }

                        .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons {
                            display: table;
                            table-layout: fixed;
                            /*width: 100%;
                            height: 25px;
                            float: none;
                            clear: both;*/
                            width: 50%;
                            height: 50px;
                            float: left;
                            border-left: 1px solid #cfcfcf;
                        }

                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button {
                                display: table-cell;
                                width: 33.33%;
                                vertical-align: middle;
                                text-align: center;
                                float: none;
                            }

                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .button {
                                    /*height: 25px;
                                    line-height: 25px;*/
                                    height: 50px;
                                    line-height: 50px;
                                    padding: 0;
                                    margin: 0 auto;
                                }

                                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .onoffswitch {
                                    display: block;
                                    position: relative;
                                    width: 100%;
                                    -webkit-user-select: none;
                                    -moz-user-select: none;
                                    -ms-user-select: none;
                                    user-select: none;
                                }

                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .onoffswitch .onoffswitch-checkbox {
                                        display: none;
                                    }

                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .onoffswitch .onoffswitch-label {
                                        display: block;
                                        cursor: pointer;
                                        overflow: hidden;
                                    }

                                        .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .onoffswitch .onoffswitch-label .onoffswitch-inner {
                                            display: block;
                                            width: 200%;
                                            margin-left: -100%;
                                            -moz-transition: margin 0.3s ease-in 0.01s;
                                            -webkit-transition: margin 0.3s ease-in 0.01s;
                                            -o-transition: margin 0.3s ease-in 0.01s;
                                            -ms-transition: margin 0.3s ease-in 0.01s;
                                            transition: margin 0.3s ease-in 0.01s;
                                        }

                                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .onoffswitch .onoffswitch-label .onoffswitch-inner:before,
                                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .onoffswitch .onoffswitch-label .onoffswitch-inner:after {
                                                display: block;
                                                width: 50%;
                                                height: 25px;
                                                line-height: 25px;
                                                font-size: 14px;
                                                color: #ffffff;
                                                padding: 0;
                                                text-shadow: 0 -1px 1px #000000;
                                                text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
                                                float: left;
                                            }

                                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .onoffswitch .onoffswitch-label .onoffswitch-inner:before {
                                                content: "Katalog";
                                                background-color: #333333;
                                                padding-left: 10px;
                                                text-align: left;
                                            }

                                            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .onoffswitch .onoffswitch-label .onoffswitch-inner:after {
                                                content: "Liste";
                                                background-color: #00549e;
                                                padding-right: 10px;
                                                text-align: right;
                                            }

                                        .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .onoffswitch .onoffswitch-label .onoffswitch-switch {
                                            display: block;
                                            position: absolute;
                                            top: 0;
                                            bottom: 0;
                                            width: 14px;
                                            height: 14px;
                                            background: #ffffff;
                                            border: 1px solid #cccccc;
                                            -ms-border-radius: 100%;
                                            border-radius: 100%;
                                            margin: 5px 5px;
                                            -moz-transition: all 0.3s ease-in 0.01s;
                                            -webkit-transition: all 0.3s ease-in 0.01s;
                                            -o-transition: all 0.3s ease-in 0.01s;
                                            -ms-transition: all 0.3s ease-in 0.01s;
                                            transition: all 0.3s ease-in 0.01s;
                                        }

                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
                                        margin-left: 0;
                                    }

                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
                                        left: 121px;
                                    }

                                    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .onoffswitch .onoffswitch-checkbox:not(:checked) + .onoffswitch-label .onoffswitch-switch {
                                        left: 0;
                                    }

    .search-top-panel > .search-banner {
        /*width: 50%;*/
        width: 30%;
    }

        .search-top-panel > .search-banner:hover .search-banner-controls {
            display: block;
        }

        .search-top-panel > .search-banner .bx-wrapper .bx-viewport {
            background-color: transparent;
        }

        .search-top-panel > .search-banner .search-banner-box {
            width: 100%;
            /*max-width: 590px;
            height: 150px;
            max-height: 150px;*/
            max-width: 354px;
            height: 125px;
            max-height: 125px;
        }

            .search-top-panel > .search-banner .search-banner-box .search-banner-img {
                display: inline-block;
                width: 100%;
                /*max-width: 590px;
                height: 150px;
                max-height: 150px !important;*/
                max-width: 354px;
                height: 125px;
                max-height: 125px !important;
            }

        .search-top-panel > .search-banner.search-banner-active:hover > .search-banner-control-left,
        .search-top-panel > .search-banner.search-banner-active:hover > .search-banner-control-right {
            display: block;
        }

        .search-top-panel > .search-banner.search-banner-active > .search-banner-control-left,
        .search-top-panel > .search-banner.search-banner-active > .search-banner-control-right {
            display: none;
            position: absolute;
            top: 50%;
            width: 32px;
            height: 32px;
            background-color: transparent;
            background: url('../../images/arrows.png');
            margin-top: -16px;
            outline: 0 none;
            text-indent: -9999px;
            opacity: 0.5;
            z-index: 200;
        }

        .search-top-panel > .search-banner.search-banner-active > .search-banner-control-left {
            left: 10px;
            background-position: 0 -32px;
        }

            .search-top-panel > .search-banner.search-banner-active > .search-banner-control-left:hover {
                opacity: 1;
            }

        .search-top-panel > .search-banner.search-banner-active > .search-banner-control-right {
            right: 10px;
            background-position: 32px -32px;
        }

            .search-top-panel > .search-banner.search-banner-active > .search-banner-control-right:hover {
                opacity: 1;
            }
/*#endregion */
/*#endregion */

/*#region Search Result - Catalog Layout Styles */
.search-results {
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
    background-color: #ffffff;
    clear: both;
}

    .search-results .search-list-full,
    .search-results .search-catalog-full,
    .search-results .search-load-more {
        display: none;
        width: 100%;
        height: auto;
        clear: both;
    }

        .search-results .search-list-full.active {
            display: block;
            margin-bottom: 10px;
        }

        .search-results .search-catalog-full.active {
            display: block;
            margin-bottom: 10px;
        }

        .search-results .search-catalog-full .search-catalog-boxs {
            display: table;
            width: 100%;
            margin: 0 auto;
            background-color: transparent;
            clear: both;
        }

            .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box {
                width: 16.66%;
                height: 300px;
                padding: 5px;
                outline: none;
                float: left;
            }

                .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner {
                    background-color: #ffffff;
                    border: 1px solid #cfcfcf;
                    border-radius: 3px;
                }

                /*.search-results .search-catalog-full .search-catalog-boxs .search-catalog-box:nth-child(even) {
                    background: #cccccc;
                }

                .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box:nth-child(odd) {
                    background: #dddddd;
                }*/

                .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box.active .search-catalog-box-inner {
                    background-color: #f0f0f0;
                    border-color: #4870b0;
                    outline-color: #4870b0;
                    color: #ffffff;
                    outline: none;
                }

                    .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box.active .search-catalog-box-inner .search-catalog-header .search-catalog-title {
                        background: #4870b0;
                        color: #ffffff;
                    }

                    .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box.active .search-catalog-box-inner .search-catalog-content {
                        background-color: #f0f0f0;
                        color: #333333;
                    }

                        .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box.active .search-catalog-box-inner .search-catalog-content .search-catalog-line,
                        .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box.active .search-catalog-box-inner .search-catalog-content .search-catalog-line-desc,
                        .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box.active .search-catalog-box-inner .search-catalog-content .search-catalog-line-special,
                        .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box.active .search-catalog-box-inner .search-catalog-content .search-catalog-line-buttons {
                            border-color: #4870b0;
                        }

                            .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box.active .search-catalog-box-inner .search-catalog-content .search-catalog-line-buttons .search-catalog-column-left input[type="text"] {
                                background-color: #4870b0;
                                color: #ffffff;
                                border-color: #4870b0;
                            }

                .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner a {
                    text-decoration: none;
                }

                .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-header {
                    position: relative;
                    width: 100%;
                    height: auto;
                }

                    .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-header .search-catalog-title {
                        background: #999999;
                        color: #ffffff;
                        font-size: 14px;
                        font-weight: bold;
                        text-align: center;
                        margin: 5px;
                        padding: 5px;
                        -ms-border-radius: 3px;
                        border-radius: 3px;
                    }

                    .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-header .search-catalog-image {
                        width: 100%;
                        height: 100px;
                        text-align: center;
                        padding: 0 5px 5px 5px;
                    }

                        .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-header .search-catalog-image img {
                            display: inline-block !important;
                            max-width: 100% !important;
                            height: 95px;
                            max-height: 95px !important;
                            vertical-align: middle !important;
                            -ms-border-radius: 3px;
                            border-radius: 3px;
                        }

                .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content {
                    position: relative;
                    width: 100%;
                    height: auto;
                }

                    .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line {
                        display: table;
                        table-layout: fixed;
                        width: 100%;
                        height: auto;
                        font-size: 12px;
                        padding: 0 5px;
                        line-height: 24px;
                        text-align: center;
                        border-top: 1px solid #dddddd;
                        clear: both;
                    }

                        .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line .search-catalog-column-left,
                        .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line .search-catalog-column-right {
                            display: table-cell;
                            width: 50%;
                            vertical-align: middle;
                            float: none;
                        }

                        .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line .search-catalog-column-left {
                            width: 40%;
                            text-align: left;
                        }

                        .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line .search-catalog-column-right {
                            width: 60%;
                            font-size: 12px;
                            text-align: right;
                        }

                            .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line .search-catalog-column-right img {
                                width: 20px;
                                margin: 0 5px;
                                vertical-align: middle;
                            }

                    .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line-desc {
                        display: block;
                        width: 100%;
                        height: 50px;
                        line-height: 25px;
                        font-size: 12px;
                        padding: 0 5px;
                        text-align: center;
                        border-top: 1px solid #dddddd;
                        text-overflow: ellipsis;
                        white-space: normal;
                        overflow: hidden;
                    }

                    .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line-cmp {
                        font-size: 12px;
                    }

                        .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line-cmp span {
                            color: #ff0000;
                        }

                    .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line-brand {
                        color: #ff0000;
                    }

                    .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line-buttons {
                        display: table;
                        table-layout: fixed;
                        width: 100%;
                        height: auto;
                        line-height: 25px;
                        font-size: 12px;
                        text-align: center;
                        vertical-align: middle;
                        border-top: 1px solid #dddddd;
                        clear: both;
                    }

                        .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line-buttons .search-catalog-column-left,
                        .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line-buttons .search-catalog-column-right {
                            display: table-cell;
                            width: 50%;
                            vertical-align: middle;
                            float: none;
                        }

                        .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line-buttons .search-catalog-column-left {
                            width: 70%;
                        }

                            .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line-buttons .search-catalog-column-left input[type="text"] {
                                width: 100%;
                                height: 25px;
                                background-color: #ecf0f7;
                                text-align: center;
                                padding: 2px 4px;
                                border: none;
                                border-right: 1px solid #cccccc;
                                -webkit-text-size-adjust: none;
                                -moz-text-size-adjust: none;
                                -ms-text-size-adjust: none;
                                text-size-adjust: none;
                                -moz-resize: none;
                                -ms-resize: none;
                                -o-resize: none;
                                resize: none;
                            }

                        .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box .search-catalog-box-inner .search-catalog-content .search-catalog-line-buttons .search-catalog-column-right {
                            width: 30%;
                            text-align: center;
                        }

        .search-results .search-load-more.active {
            display: block;
            text-align: center;
            padding: 10px 5px;
        }

        .search-results .search-load-more img {
            display: table;
            margin: 0 auto;
        }
/*#endregion Arama Sayfası Katalog Görünüm Stilleri - Bitis */

/*#region Table Active Row Styles */
.Row.active {
    background: #4870b0 !important;
    color: #ffffff !important;
    outline-color: #333333;
    outline: none;
}

    .Row.active > .Cell .viewDetails {
        -webkit-filter: brightness(0) invert(1);
        -moz-filter: brightness(0) invert(1);
        -o-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .Row.active:hover {
        background: #00549e !important;
        color: #ffffff !important;
    }
/*#endregion */

/*#region Mini Info Box Styles */
.search-info-boxs {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
}

    /*#region Product Count Box Styles */
    .search-info-boxs .product-count-box {
        display: block;
        height: 30px;
        line-height: 20px;
        margin: 5px 0;
        padding: 5px;
        background-color: #4870b0;
        color: #ffffff;
        font-size: 12px;
        text-align: center;
        border: 1px solid #dddddd;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 1px #cccccc;
        -moz-box-shadow: 0 0 1px #cccccc;
        -ms-box-shadow: 0 0 1px #cccccc;
        box-shadow: 0 0 1px #cccccc;
        clear: both;
    }
    /*#endregion */

    /*#region Product Availability Styles */
    .search-info-boxs .availability-full {
        display: block;
        height: 30px;
        line-height: 20px;
        margin: 5px 0;
        padding: 5px;
        background-color: #ffffff;
        font-size: 12px;
        text-align: center;
        border: 1px solid #dddddd;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 1px #cccccc;
        -moz-box-shadow: 0 0 1px #cccccc;
        -ms-box-shadow: 0 0 1px #cccccc;
        box-shadow: 0 0 1px #cccccc;
        clear: both;
    }

        .search-info-boxs .availability-full > .availability-box {
            display: inline-block;
            width: auto;
            height: auto;
            padding: 0 5px;
            clear: both;
        }

            .search-info-boxs .availability-full > .availability-box > .availability-row {
                display: table;
                width: 100%;
                height: auto;
                clear: both;
            }

                .search-info-boxs .availability-full > .availability-box > .availability-row > .availability-column {
                    display: table-cell;
                    width: auto;
                    height: 20px;
                    line-height: 20px;
                    vertical-align: middle;
                    float: none;
                }

                    .search-info-boxs .availability-full > .availability-box > .availability-row > .availability-column.availability-column-img > img {
                        width: 18px;
                        height: 18px;
                    }

                    .search-info-boxs .availability-full > .availability-box > .availability-row > .availability-column.availability-column-text > span {
                        display: block;
                        padding: 0 0 0 5px;
                    }
/*#endregion */
/*#endregion */

/*#region Quick Search Styles */
.nos-quick-search {
    display: none;
}
/*#endregion */
/*#endregion */

/*#region Responsive Styles */
@media only screen and (width : 1024px) {
    .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        left: 93px;
    }

    .search-top-panel > .search-banner .search-banner-box > .search-banner-img {
        width: 100%;
        /*max-width: 480px;*/
        max-width: 288px;
    }

    .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box {
        width: 25%;
    }
}

@media only screen and (min-width : 501px) and (max-width : 1023px) {
    .search-top-panel > .search-criteria,
    .search-top-panel > .search-banner {
        display: table;
        width: 100%;
        padding: 0;
        clear: both;
    }

        .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column {
            display: table;
            table-layout: fixed;
            clear: both;
        }

            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left,
            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right {
                width: 100%;
            }

                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left > .row > .column.column-left.column-private-heading {
                    display: table-cell;
                }

        .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
            display: none;
        }

    .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box {
        width: 33.33%;
    }
}

@media only screen and (max-width : 500px) {
    .search-top-panel > .search-criteria,
    .search-top-panel > .search-banner {
        display: table;
        width: 100%;
        padding: 0;
        clear: both;
    }

        .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column {
            display: table;
            table-layout: fixed;
            clear: both;
        }

            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left,
            .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-right {
                width: 100%;
            }

                .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row > .column.column-left > .row > .column.column-left.column-private-heading {
                    display: table-cell;
                }

        .search-top-panel > .search-criteria > .search-criteria-full > .row > .column.column-content > .row-buttons > .column-button .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
            display: none;
        }

    .search-results .search-catalog-full .search-catalog-boxs .search-catalog-box {
        display: table;
        table-layout: fixed;
        width: 100%;
        float: none;
        clear: both;
    }

    .search-info-boxs .availability-full {
        height: 60px;
    }
}
/*#endregion */
