﻿ /*Ikony toolbara na mapie*/
.icon
{
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
}
.clearSelection
{
    background-image: url('SelectionClearSelected32.png');
}
.clearSelectionDisabled
{
    background-image: url('SelectionClearSelected32_disabled.png');
}

.selectByExtent
{
    background-image: url('SelectionSelectTool32.png');
}
.selectByExtentDisabled
{
    background-image: url('SelectionSelectTool32_disabled.png');
}

.selectByFreehandPolygon
{
    background-image: url('SelectionSelectPolygonTool32.png');
}
.selectByFreehandPolygonDisabled
{
    background-image: url('SelectionSelectPolygonTool32_disabled.png');
}

.selectByLocation
{
    background-image: url('SelectionSelectByLocation32.png');
}
.selectByLocationDisabled
{
    background-image: url('SelectionSelectByLocation32_disabled.png');
}

.pan
{
    background-image: url('PanTool32.png');
}
