﻿.wisZone {
    /*background-color:blue;*/
    position:absolute;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    /*float: left;*/
    /*margin-left: 10px;*/
    display: block;
    text-decoration: none;
    /*padding: 15px 15px 15px 15px;*/
    font-weight: bold;
    font-size: 20px;
}


.phPublicForm {
    position: relative;
    left: 65px;
    top: -53px;
    /*width: 500px;
        background: whitesmoke;*/
    display: none;
    overflow: auto;
    text-decoration: none;
    z-index: 1000;
    min-height: 174px;
    width: 167px;
    background-color: rgb(0, 162, 232);
    padding: 12px 12px 12px 12px;
    font: 600 11pt Inter;
    color: white;
}

.wisZone:hover {
    /*background-color: yellow;*/
    background-image: url(../images/tableBlue.png);
}


    .wisZone:hover > .phPublicForm {
        display: block;
    }


.wisZone.selected:hover > .phPublicForm {
    display: block;
    background-color: rgb(254, 27, 167);
}

.selected > .phPublicForm {
    background-color: rgb(254, 27, 167);
}


.selected {
    background-image: url(../images/tableYellow.png);
}

    .selected:hover {
        background-image: url(../images/tableYellow.png);
    }

.LocationMapElementQty {
    position: absolute;
    text-align: center;
    font-weight: normal;
    width: 100%;
    color: black;
}