﻿@import url(http://fonts.googleapis.com/css?family=Noto+Sans|Oswald);

.SearchBox {
    min-height: 3.4em;
}

.FilterInput {
    border: 1px solid #999;
    display: inline-block;
    float: left;
}

    .FilterInput input[type=text] {
        border: none;
        outline: none;
        padding: 0 0 0 .75em;
        height: 20px;
        float: left;
        color: #666666;
    }

    .FilterInput img {
        border-style: solid;
        border-color: #999999;
        border-width: 0 0 0 1px;
        margin: 2px 2px 2px 0;
        padding: 1px 2px 1px 4px;
        cursor: pointer;
        float: right;
    }

.FiltersList {
    padding: 0;
    margin: 0;
    display: inline-block;
    max-width: 540px;
    vertical-align: top;
}

.FilterTag {
    display: inline-block;
    padding: 0;
    margin: 0 .5em .25em 0;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #666666;
    background-color: #e7e7e7;
    min-width: 4em;
}

    .FilterTag label {
        padding: 0 .75ch 0 .5ch;
        margin: 0;
        float: left;
        border: none;
        line-height: 1.5em;
    }

    .FilterTag button {
        background-color: rgba(0,0,0,0);
        border: none;
        padding: 0 .75ch;
        margin: 0;
        cursor: pointer;
        outline: none;
        float: right;
        color: inherit;
        line-height: 2em;
        font-weight: bold;
        font-size: .75em;
    }

        .FilterTag button:hover {
            background-color: #666666;
            color: #e7e7e7;
        }

/*.SearchFilter button:active {
    background-color: #1C5D8C;
}*/

.HelpIcon,
.HelpIcon:hover {
    border: none;
    text-align: left;
    font-size: inherit;
    cursor: help;
    background-color: white;
    margin: 0 1em 0 .5em;
    outline: none;
    float: left;
    padding: .25em;
}


.HelpBox {
    display: none;
    position: absolute;
}

    .HelpBox:hover,
    .HelpIcon:hover + .HelpBox,
    .HelpIcon:focus + .HelpBox {
        display: inline;
    }

    .HelpBox > .HelpBoxContent {
        position: relative;
        border: 1px solid black;
        padding: .75em;
        margin-left: 1em;
        cursor: help;
        box-shadow: .2em .2em .5em -.1em rgba(0, 0, 0, 0.75);
        background-color: white;
    }

    .HelpBox ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
