﻿/********************************Search results*/

.ShellResultSet {
    float: left;
    clear: both;
    width: 100%;
}

.ResultSet {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

    .ResultSet .Highlight {
        font-weight: bold;
    }

    .ResultSet .Title {
        font-size: 16px;
        clear: both;
    }

    .ResultSet .Link {
        font-size: 11px;
        clear: both;
        padding: 0;
        margin: 7px 0;
        display: inline-block;
    }

        .ResultSet .Link:hover {
            text-decoration: none;
        }

    .ResultSet .ResultSetItems {
        float: left;
        width: 100%;
    }

/********************************Search image template*/

.ShellSearchImageTemplate {
    float: left;
    width: 200px;
    padding: 10px 12px 10px 0;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #ccc;
    position: relative;
    border: 1px solid #f5f5f5;
    padding: 10px;
    background-color: #FFF;
    height: 100%;
    margin: 10px;
    overflow: hidden;
    max-width: 280px;
    height:300px;

}
    .ShellSearchImageTemplate > a {
        display: block;
        float: left;
        clear: both;
        width: 100%;
    }

    .ShellSearchImageTemplate .Image {
        text-align: center;
        margin: 5px 0;
    }

        .ShellSearchImageTemplate .Image img {
            max-width: 100%;
            max-height: 185px;
        }

    .ShellSearchImageTemplate .Link {
    display:none;
    }

/********************************Search item template*/

.ShellSearchTemplate {
    float: left;
    clear: both;
    width: 100%;
    box-shadow: 1px 1px 2px #ccc;
    margin: 10px 0 0;
    border: 1px solid #f5f5f5;
    transition: all 0.5s ease 0s;
    font-size: 11px;
    text-align: left;
    margin: 12px 0 0;
    padding: 5px;
}

    .ShellSearchTemplate:hover {
        box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.15);
    }
html.touch .ShellSearchTemplate:hover{
    box-shadow:none;
}
.ShellSearchTemplate .ShellTop {
    float: left;
    width: 100%;
    padding: 0 5px;
}



    .ShellSearchTemplate .Top .Image, .ShellSearchTemplate .Top .Detail {
        display: inline-block;
        vertical-align: top;
        padding-left: 10px;
    }

    .ShellSearchTemplate .Top .Image {
        float: left;
        height: 100%;
        width: 100%;
        max-width: 160px;
        padding: 0 5px 5px 0;
        text-align: center;
    }

        .ShellSearchTemplate .Top .Image img {
            max-width: 100%;
        }

    .ShellSearchTemplate .Top .Detail {
        position: relative;
        height: 100%;
        display: block;
    }

        .ShellSearchTemplate .Top .Detail .AdditionalInformation {
            float: right;
            font-size: 12px;
            text-align: right;
        }

        .ShellSearchTemplate .Top .Detail .Snippets {
            padding: 10px 0;
            line-height: 1.3;
        }



    .ShellSearchTemplate .FooterControls {
        float: right;
        font-size: 14px;
        margin: 5px 0;
    }

        .ShellSearchTemplate .FooterControls a:hover {
            text-decoration: none;
        }

/********************************HEADER / FOOTER*/
.ShellResultSetNavigation:not(:empty) {
    padding: 1%;
    float: left;
    width: 100%;
    background: #EFEFEF;
}

.ShellResultSetNavigation div {
    float: left;
}

    .ShellResultSetNavigation div.ShellShowItemsPerPage {
        float: right;
    }

.ShellNumberOfItems {
    padding-bottom: 8px;
}

.ShowItemsPerPage {
    padding-right: 5px;
}

.ShowItemsPerPageLabel {
    float: left;
    padding-right: 5px;
}

.ShowItemsPerPage a {
}

.ShellNumberOfPages {
    padding: 0 5px 0 0;
    clear: both;
}

    .ShellNumberOfPages .CurrentPage {
        font-weight: bold;
    }

    .ShellNumberOfPages .Divider {
        font-size: 10pt;
        padding: 0 6px;
        font-weight: bold;
    }

.ShellShowItemsPerPage .NumberOfPagesLabel {
    width: 200px;
}

.ShellShowItemsPerPage .NumberOfPagesNavigation {
    position: relative;
    padding: 0 10px;
}

    .ShellShowItemsPerPage .NumberOfPagesNavigation a {
        float: left;
        display: block;
    }

        .ShellShowItemsPerPage .NumberofPagesNavigation a.Previous {
            margin-right: 5px;
        }

        .ShellShowItemsPerPage .NumberofPagesNavigation a.Next {
            margin-left: 5px;
        }

@media (max-width: 600px) {
    .ShellSearchTemplate .Top .Detail {
        padding: 0;
    }
}

@media (max-width: 500px) {
    .ShellSearchTemplate .ShellTop, .ShellSearchTemplate .Top {
        display: block;
        float: left;
        width: 100%;
    }

    .ShellSearchTemplate .Image {
        text-align: center;
    }

    .ShellSearchTemplate .Detail {
        display: block;
        float: left;
        width: 100%;
        padding-bottom: 10px;
        padding-left: 0;
    }

    .ShellSearchTemplate .Top .Title, .ShellSearchTemplate .Top .Detail .AdditionalInformation, .ShellSearchTemplate .Top .Detail .Snippets {
        float: left;
        width: 100%;
        padding: 0 0 5px;
        margin: 0;
        text-align: left;
    }

    .ShellSearchTemplate .Detail .Title:empty, .ShellSearchTemplate .Detail .AdditionalInformation:empty, .ShellSearchTemplate .Detail .Snippets:empty {
        padding: 0;
    }

    .ShellResultSetNavigation div.ShellNumberOfItems, .ShellResultSetNavigation div.ShellNumberOfPages, .ShellResultSetNavigation div.ShellShowItemsPerPage {
        float: left;
        clear: both;
        padding: 5px 2px;
    }

    .SearchCriteria .SearchButton .Text {
        display: none;
    }

    .SearchCriteria .SearchButton {
        font-size: 20px;
    }

    .ShellSearchImageTemplate {
        margin: 10px auto;
        width:100%;
        max-width:100%;
    }
}

@media (max-width: 300px) {
}
