div#dialog-message {
    position: relative;
    text-align: center;
    margin-top: 12px;
    border: none;
}

.errorValidating {
    font-weight: bold;
    font-size: 11pt;
    color: red;
}

.data-row {
    font-size: 14px;
    margin-bottom: 2px;
    display: flex;
}

.line-title {
    width: 400px;
    display: table-cell;
    background: #f5f8fb;
    padding: 10px;
}

.data-row div:last-child {
    display: table-cell;
    font-weight: bold;
    width: 55%;
    background: #edf2f7;
    padding: 10px;
}

.data-row div:last-child input {
    background-image: none !important;
    width: 99%;
}

span.transcript {
    font-size: 12px;
}

fieldset#declFiltersFieldset {
    border: 1px solid #d7d7d7;
    background: #F5F8FB;
    padding: 16px;
}

.table-row {
    font-size: 14px;
    display: inline;
    margin-right: 24px;
}

fieldset,
img {
    border: 0;
    vertical-align: middle;
    padding: 0 4px;
}

.line-title-captcha {
    width: 200px;
    display: table-cell;
    background: #f5f8fb;
    padding: 10px;
}