.pfw-element, .pfw-element-link {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border: none;
    border-bottom: 1px dashed;
    color: #428bca;
    background: none;
    margin: 0;
    padding: 0;
}
.pfw-element:hover,  .pfw-element-link:hover {
    color: #586D98;
}

.pfw-element[disabled="1"], .pfw-element[disabled="true"] {
    border-bottom: none;
    color: #333333;
}

.pfw-popup {
    position: relative;
}

.pfw-popup-form {
    position: absolute;
    /*top: 0;
    left: 0;*/
    z-index: 1060;
    /*display: none;*/
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
}

.pfw-popup-form > .pfw-arrow , .pfw-popup-form > .pfw-arrow::after {
    border-width: 11px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.pfw-popup-form > .pfw-arrow::after {
    content: "";
    border-width: 10px;
}

.pfw-popup-form.right > .pfw-arrow::after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.pfw-popup-form.right > .pfw-arrow {
    top: 50%;
    left: -11px;
    margin-top: -5px;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

.pfw-popup-form.left > .pfw-arrow::after {
    bottom: -10px;
    right: 1px;
    content: " ";
    border-left-color: #fff;
    border-right-width: 0;
}
.pfw-popup-form.left > .pfw-arrow {
    top: 50%;
    right: -11px;
    margin-top: -5px;
    border-left-color: rgba(0, 0, 0, .25);
    border-right-width: 0;
}


.pfw-title {
    padding: 5px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.pfw-content {
    padding: 9px 14px 12px 14px;
    display: block;
    white-space: nowrap;
    vertical-align: bottom;
}
.pfw-inner-content {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}
.pfw-content-buttons {
    display: inline-block;
    vertical-align: bottom;
}

.pfw-accept {
    margin: 0;
}
.pfw-cancel {
    margin: 0;
}