
.view-retailer-restriction {
    display: block;
    position: relative;
}

.view-retailer-restriction .view-retailer-restriction-staff-detail {
    display:none;
}

.view-retailer-restriction.view-retailer-restriction-staff .view-retailer-restriction-staff-detail {
    box-shadow: 0 0 10px #faebcc inset;
    display: block;
    height:100%;
    width:100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 100;
}

.view-retailer-restriction.view-retailer-restriction-staff .view-retailer-restriction-staff-detail .view-retailer-restriction-staff-detail-message {
    display: none;
}

.view-retailer-restriction.view-retailer-restriction-staff:hover .view-retailer-restriction-staff-detail .view-retailer-restriction-staff-detail-message {
    display: block;
    float:right;
    padding:5px 8px;
    box-shadow: 0 0 6px #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b;
    font-size:10px;
}
