﻿.point-symbol-item {
    position: relative;
    min-height: 30px;
}

.point-symbol-item .point-symbol-name  {
    display: inline-block;
    padding-left: 45px;
    text-indent: 0;
    line-height: 30px;
    font-size: 15px;
}

.point-symbol-item > img {
    left: 10px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.point-symbol-item .dx-texteditor-buttons-container {
    display: none;
}

.current-value {
    padding: 10px 0;
}

.current-value > span {
    font-weight: bold;
}