.cf-error {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.cf-error-msg h3 {
    font-family: 'Segoe UI Semibold', helvetica,tahoma, arial, sans-serif;
    font-size: 19px;
    margin-bottom: 2px;
    margin-top: 0;
}

.cf-error-msg {
    font-size: 14px;
    padding: 5px 10px 3px 40px;
    white-space: normal;
    color: #555;
    min-height: 32px;
    background: transparent url(../../plug-in/extjs/resources/ext-theme-backoffice-base/images/shared/icon-error.png) no-repeat;
}
