.span-icon-label {
    margin-left: 30px;
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.img-icon {
    max-height: 30px;
    max-width: 30px;
}
.glyphicon-icon {
    font-size: 30px;
}
.icon-left {
    position: absolute;
    left: 5px;
    top: 4px;
}
.list-group {
    margin-bottom: 0px;
}
.list-scroll-combo {
    max-width: 300px;
}
.list-group-item-selected {
    background-color: #cc99ff;
}
.toolpanel-topright {
    margin-top: 50px;
    right: 0px;
    width: 200px;
    box-shadow: -4px 4px 4px #C0C0C0;
    z-index: 1;
}
.item-highlight {
    opacity: 0.5;
    fill: yellow;
    stroke: #000;
    stroke-width: 1;
    stroke-dasharray: 5,5;
    pointer-events: painted;
}
.grid-custom {
    opacity: 0.5;
    fill: yellow;
    stroke: #000;
    stroke-width: 1;
    stroke-dasharray: 5,5;
}
.panel-padded {
    margin: 0px;
    padding: 10px 15px;
}
.item-cell-20 {
    min-width: 20px;
    display: inline-block;
    text-align: center;
}
.item-cell-40 {
    min-width: 40px;
    display: inline-block;
    text-align: center;
}
.opacity-fade {
    opacity: 0.5 !important;
}
.opacity-show {
    opacity: 1 !important;
}
.pointer-events-none {
    pointer-events: none;
}
.list-items-item-header {
    background-color: #F0F0F0;
    font-weight: bold;
}