﻿#legendcontainer {
    background: #F0F8FF;
}

.legend {
    padding-bottom: 5px;
    width: 100%;
}

.legend-tree {
    width: 100%;
    background: #f9fafc;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

ul.dynatree-container {
    border: none;
    background-color: transparent;
}

.legend .icon.small {
    background: url("../images/small-icons-sprite.png") no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    text-indent: -9999px;
}

    .legend .icon.small.filter {
        background-position: 0 -12px;
        margin-left: 4px;
    }

        .legend .icon.small.filter:hover {
            background-position: -12px -12px;
        }

.legend-filter {
    padding: 14px;
    top: auto;
}

    .legend-filter .actions {
        margin: 14px -14px -14px;
    }

    .legend-filter input.date-start,
    .legend-filter input.date-end {
        width: 100px;
    }

    .legend-filter .date-to {
        display: inline-block;
        margin: 0 6px;
        color: #a3a8ad;
    }

    .legend-filter select {
        width: 100%;
    }
