﻿.noselect {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

.popupaggregate {
    position: fixed;
    width: 300px;
    height: 100px;
    background-color: #eee;
    border: 1px solid #AAA;
    z-index: 2000;
}

.datasetlistitem {
    margin: 0px 10px;
}

#divFieldDialog {
    padding: 0px;
}
#divOptionsDialog {
    padding: 0px;
}
#divImageDialog {
    padding: 0px;
}

.imagecontainer td {
    text-align: center
}

.imageitem {
    min-height:42px;
}

.imageitem:hover {
    background-color: rgba(0,0,255,0.25);
    cursor: pointer;
}

.imageitem.selected {
    border: 1px solid #1CAAC1;
}