.pbox {
    cursor: pointer;
}

.pbox-box {
    position: absolute;
    margin: 3px 5px 5px 3px;
    padding: 10px 32px 10px 10px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-width: 196px;
    min-height: 16px;
    z-index: 90;
}

.pbox-close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    background-image: url('../images/close.png');
    opacity: 0.3;
    cursor: pointer;
}

.pbox-content {
    box-sizing: border-box;
}

.pbox-element-open {
    padding: 4px 6px;
    border-radius: 5px;
    background-color: #ecdaaf;
}

.pbox-title {
    font-weight: bold;
}

.pbox-error {
    color: #af2412;
}

.pbox-field-error {
    background-color: #ffe6c2;
}

.pbox-indicator {
    position: relative;
    top: 4px;
    left: 6px;
}
