.wbn-table-main.wbn-table-2 .saved-views .view,
.wbn-table-main .popover-view {
    display: none;
}

.wbn-table-main .saved-views .view[data-id="0"] {
    display: inline-block;
}

body {
    overflow: hidden;
}

.common-form .form-label {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.common-form .form-title {
    margin-top: 0;
}

.common-form .form-field-error:focus,
.common-form .form-field-error {
    border-bottom: 1px solid red;
}

.common-form .required-label {
    color: #FF0000;
}
