/* Client layout */
.gt-layout-page-title {
    font-size: 12pt;
    font-weight: normal;
}

.gt-layout-page-title-home {
    padding-left: 5px;
}

.gt-layout-page-title-home-link {
    text-decoration: underline;
    padding-left: 5px;
    cursor: pointer;
}

.gt-layout-page-title-disabled {
    opacity: 0.3
}

/* General panel styles */
.gt-panel {
    padding: 10px;
}

/* Error page */
.gt-error-page-layout {
    padding: 10px;
    background-color: rgb(255, 150, 136);
    color: black;
}

.gt-error-page-time {
    font-size: 8pt;
    font-weight: bold;
    font-style: italic;
}

.gt-error-page-errorMsg-layout {
    margin-top: 10px;
    margin-bottom: 10px;
}

.gt-error-page-errorMsg-title {
    font-size: 12pt;
    font-weight: bold;
}

.gt-error-page-errorMsg-text {
    margin-top: 6px;
    font-size: 10pt;
}

.gt-error-page-contact-msg {
    font-size: 10pt;
    font-weight: bold;
}

/* LR-1925 */
.xx-fieldset-header,
.xx-fieldset-header-default > .x-fieldset-header-text {
    position: unset;
}

.xx-fieldset-header,
.xx-fieldset-header-default .x-tool-tool-el {
    overflow: unset;
}

.x-fieldset {
    overflow: unset !important;
}

/* LR-1925 */
.gt-copyright-icon {
    position: absolute;
    right: 1px;
    width: 16px;
    height: 16px;
    top: 3px;

    background-image: url(../images/lineregister.gif) !important;
}

.gt-copyright-text {
    text-align: right;
    margin-right: 20px;
    margin-top: 4px;
    margin-bottom: 7px;

}.icon-toolbar-help {
    background-image: url(../images/toolbar-help.gif) !important;
}

.icon-toolbar-logout {
    background-image: url(../images/toolbar-logout.gif) !important;
}

.icon-toolbar-handbook {
    background-image: url(../images/toolbar-handBook.png) !important;
}