/* ------------------------------------------------- */
/* Common styles                                     */
/* ------------------------------------------------- */
body {
    padding: 0;
    font-family: Arial, sans-serif;
}

p {
    margin-bottom: 5px;
    margin-top: 5px;
}

h1, h1 .z-label, .z-label.h1, .h1 .z-label,
h2, h2 .z-label, .z-label.h2, .h2 .z-label,
h3, h3 .z-label, .z-label.h3, .h3 .z-label,
h4, h4 .z-label, .z-label.h4, .h4 .z-label,
h5, h5 .z-label, .z-label.h5, .h5 .z-label {
    color: rgb(45, 45, 45);
    font-weight: bold;
}

h1, h1 .z-label, .z-label.h1, .h1 .z-label {
    font-size: 18pt;
}

h2, h2 .z-label, .z-label.h2, .h2 .z-label {
    font-size: 16pt;
}

h3, h3 .z-label, .z-label.h3, .h3 .z-label {
    font-size: 14pt;
}

h4, h4 .z-label, .z-label.h4, .h4 .z-label {
    font-size: 12pt;
    margin-bottom: 0.5em;
    margin-top: 10px;
}

.z-caption.h3 {
    height: 22px;
    line-height: 22px;
}

.z-caption-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.z-combobox-old {
    display: flex;
    justify-content: flex-start;
}

.z-separator-hor {
    height: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 1.5em 0;
}

.z-page {
    height: 100%;
}

.z-loading {
    top: 50% !important;
    left: 45% !important;
    align: center;
    vertical-align: middle;
}

.z-loading-icon {
    background-image: url("/favicon.ico");
    margin-right: 5px;
}

body .z-page, body .gn_container {
    height: auto;
    min-height: 100%;
}

.gn_container {
    height: 100%;
}

.gn_page {
    padding: 10px 10px 50px;
}

.gn_page_content {
    margin-top: 10px;
}

.gn_page_head {
    margin-top: 10px;
}

.gn_footer {
    background-color: #EFEFEF;
    border-top: 1px solid #D7D7D7;
    text-align: center;
    clear: both;
    position: relative;
    z-index: 10;
    height: 24px;
    margin-top: -25px;
}

.gn_footer p {
    color: #818181;
    font-family: arial;
    font-size: 9pt;
    margin-top: 3px;
}

.gn_head {
    text-align: right;
    white-space: nowrap;
}

.gn_head span,
.gn_label span,
.gn_labeled span,
.gn_head.z-label,
a.gn_head {
    font-weight: bold;
    color: rgb(45, 45, 45);
    line-height: 22px;
}

.gn_value {
    text-align: left;
}

.gn_emph {
    font-style: italic;
}

.gn_icon {
    background-repeat: no-repeat;
    display: block;
    float: left;
    cursor: pointer;
}

.gn_icon_bullet {
    height: 8px;
    width: 6px;
    margin-top: 5px;
    margin-right: 5px;
    background-image: url("../images/bullet.png");
}

.gn_icon_tree_item_leaf {
    height: 8px;
    width: 6px;
    margin-top: 5px;
    margin-right: 5px;
    background-image: url("../images/leaf-tree-item.png") !important;
}

.gn_icon_tree_item_open {
    height: 8px;
    width: 6px;
    margin-top: 5px;
    margin-right: 5px;
    background-image: url("../images/open-tree-item.png") !important;
}

.gn_icon_arrow_close {
    height: 8px;
    width: 6px;
    margin-top: 5px;
    margin-right: 5px;
    background-image: url("../images/arrow_close.png");
}

.gn_icon_edit {
    height: 16px;
    width: 16px;
    background-image: url("../images/edit.png");
}

.gn_icon_add {
    height: 16px;
    width: 16px;
    background-image: url("../images/plus.png");
}

.gn_icon_copy {
    height: 16px;
    width: 16px;
    background-image: url("../images/16/copy.png");
}

.gn_icon_notify_email {
    height: 12px;
    width: 16px;
    margin-top: 5px;
    margin-right: 5px;
    background-image: url("../images/notification-email.png");
}

.gn_icon_notify_web {
    height: 16px;
    width: 16px;
    margin-top: 4px;
    margin-right: 5px;
    background-image: url("../images/notification-web.png");
}

.gn_icon_notify_sms {
    height: 17px;
    width: 11px;
    margin-top: 2px;
    margin-right: 5px;
    background-image: url("../images/notification-sms.png");
}

.gn_icon_validate {
    height: 16px;
    width: 16px;
    background-image: url("../images/16/thumb-up.png");
}

.gn_icon_reject {
    height: 16px;
    width: 16px;
    background-image: url("../images/16/thumb-down.png");
}

.gn_icon.gn_file_generic {
    height: 16px;
    width: 16px;
    background-image: url("../images/filetypes/generic.png");
}

.gn_icon.gn_file_doc {
    height: 16px;
    width: 16px;
    background-image: url("../images/filetypes/doc.png");
}

.gn_icon.gn_file_sheet {
    height: 16px;
    width: 16px;
    background-image: url("../images/filetypes/sheet.png");
}

.gn_icon.gn_file_pdf {
    height: 16px;
    width: 16px;
    background-image: url("../images/filetypes/pdf.png");
}

.gn_icon.gn_file_img {
    height: 16px;
    width: 16px;
    background-image: url("../images/filetypes/image.png");
}

.gn_icon.gn_file_arc {
    height: 16px;
    width: 16px;
    background-image: url("../images/filetypes/archive.png");
}

.gn_icon.gn_download {
    height: 16px;
    width: 16px;
    background-image: url("../images/16/download.png");
}

.gn_icon.gn_delete {
    height: 16px;
    width: 16px;
    background-image: url("../images/trash.png");
}

.gn_icon.gn_read {
    height: 16px;
    width: 16px;
    background-image: url("../images/16/read.png");
}

.gn_icon.gn_audit {
    height: 16px;
    width: 16px;
    background-image: url("../images/16/audit.png");
}

.gn_icon_company {
    width: 16px;
    height: 16px;
    background-image: url("../images/industry.png");
}

.gn_icon_base {
    width: 12px;
    height: 16px;
    background-image: url("../images/company-base.png");
}

.gn_icon_user {
    width: 18px;
    height: 16px;
    background-image: url("../images/16/user.png");
}

.gn_icon_help {
    width: 15px;
    height: 16px;
    background-image: url("../images/16/help.png");
}

.gn_icon_pdf {
    height: 16px;
    width: 16px;
    background-image: url("../images/16/pdf.png");
}

.gn_icon_compare {
    width: 16px;
    height: 16px;
    background-image: url("../images/16/compare.png");
}

.gn_icon_public {
    width: 16px;
    height: 16px;
    background-image: url("../images/16/lock_open.png");
}

.gn_icon_private {
    width: 16px;
    height: 16px;
    background-image: url("../images/16/lock_close.png");
}

.gn_small.gn_icon_help {
    width: 11px;
    height: 12px;
    background-image: url("../images/12/help.png");
}

.gn_icon_arrows {
    width: 20px;
    height: 16px;
    background-image: url("../images/16/arrows.png");
}

.gn_icon_eye {
    height: 16px;
    width: 16px;
    margin-top: 5px;
    margin-right: 5px;
    background-image: url("../images/16/auth_view.png");
}

.gn_auth_private_obj_icon {
    float: left;
    padding-right: 0.5em;
    background-repeat: no-repeat;
    margin-top: 0.3em;
}

.gn_listheader_command {
    width: 2%;
}

.gn_error {
    background-color: rgba(247, 175, 175, 0.47);
    border: 1px solid rgba(241, 114, 114, 0.7);
    width: 400px;
    padding: 10px;
}

.gn_info, .gn_info .z-label {
    font-weight: bold;
    color: blue;
    text-align: center;
}

.gn_failed, .gn_failed .z-label {
    color: #990000;
    font-weight: bold;
}

.gn_warning {
    color: #FF9900;
    font-weight: bold;
}

.gn_ok {
    color: #249549;
    font-weight: bold;
}

.gn_small_alert, .gn_small_alert .z-label {
    color: #990000;
    font-size: xx-small;
    white-space: nowrap;
}

.gn_success {
    background-color: rgba(145, 217, 145, 0.47);
    border: 1px solid rgba(52, 169, 51, 0.7);
    width: 400px;
    padding: 10px;
}

.gn_clickable {
    cursor: pointer;
}

.gn_clear {
    clear: both;
}

.gn_scrollable {
    display: block;
    overflow: auto;
    word-wrap: break-word;
    max-height: 6em;
}

.gn_help {
    cursor: help;
}

.gn_center {
    padding-left: 50px;
    display: flex;
    justify-content: center;
}

.gn_left {
    float: left;
}

.gn_header_title {
    margin-bottom: 10px;
}

.gn_header_title .z-toolbarbutton {
    margin-left: 0.5em;
}

.gn_head .gn_mandatory, .z-groupbox .gn_mandatory .z-label {
    color: black !important;
}

.gn_head .gn_mandatory, .z-groupbox .gn_mandatory {
    color: #d23E3E !important;
    display: contents;
    font-family: monospace;
    font-size: 119%;
    font-weight: bold;
    position: absolute;
}

.gn_mandatory_2 {
    color: #D23E3E !important;
    font-family: monospace;
    font-size: 119%;
    font-weight: bold;
    position: absolute;
}

.wrappable {
    white-space: normal;
}

.gn_def_msg {
    margin-top: 10px;
}

.tip {
    background-clip: padding-box;
    border-radius: 10px;
    min-height: 25px;
    padding: 10px 15px;
}

.tip.tip-info {
    background-color: #E6FFEF;
    border: 1px solid #578F00;
}

.tip.tip-warn {
    background-color: #FFFEE6;
    border: 1px solid #8F5700;
}

.tip.tip-error {
    background-color: #FFE6E6;
    border: 1px solid #8F0A00;
}

.tip-text {
    float: left;
    padding: 1px 0 0 7px;
    position: relative;
    line-height: 12pt;
}

.tip.tip-info .tip-text {
    color: #578F00;
}

.tip.tip-warn .tip-text {
    color: #8F5700;
}

.tip.tip-error .tip-text {
    color: #8F0A00;
}

.tip .tip-img {
    float: left;
    height: 16px;
    position: relative;
    width: 16px;
}

.tip.tip-info .tip-img {
    background: url("../images/16/info.png") no-repeat;
}

.tip.tip-warn .tip-img {
    background: url("../images/16/light-bulb.png") no-repeat;
}

.tip.tip-error .tip-img {
    background: url("../images/16/error.png") no-repeat;
}

/* --------------------------------------------------------------------- */
/* Listbox																 */
/* --------------------------------------------------------------------- */
.z-listcell .gn_buttons .z-hlayout-inner {
    margin-right: 5px;
}

.z-listcell .gn_buttons .z-hlayout-inner:last-child {
    margin-right: 0;
}

.z-listcell .gn_buttons .z-hlayout-inner {
    margin-right: 3px;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
}

/* --------------------------------------------------------------------- */
/* Listbox grouping																 */
/* --------------------------------------------------------------------- */
.z-group .z-group-inner .z-label {
    font-weight: bold;
    color: #636363;
}

.z-group .z-group-inner .gn_group_icon.gn_open {
    background: url("../images/arrow_open.png") no-repeat right 0;
    height: 6px;
    width: 8px;
    margin-right: 8px;
    padding-left: 8px;
}

.z-group .z-group-inner .gn_group_icon.gn_close {
    background: url("../images/arrow_close.png") no-repeat right 0;
    height: 6px;
    width: 8px;
    margin-right: 8px;
    padding-left: 8px;
}

.z-listcell .z-listcell-cnt .gn_icon_eye {
    margin: 0 37%;
}

/* --------------------------------------------------------------------- */
/* Tree item spacing                                                     */
/* --------------------------------------------------------------------- */
.gn_tree_item {
    display: inline-block;
    word-wrap: break-word;
}

.gn_tree_item_1 {
    width: 78%;
}

.gn_tree_item_2 {
    width: 70%;
}

.gn_tree_item_3 {
    width: 66%;
}

.gn_tree_item_4 {
    width: 60%;
}

.gn_tree_item_5 {
    width: 55%;
}

.gn_tree_item_6 {
    width: 48%;
}

.gn_tree_item_7 {
    width: 41%;
}

.gn_tree_item_8 {
    width: 35%;
}

.gn_tree_item_9 {
    width: 30%;
}

/* --------------------------------------------------------------------- */
/* GRID                                                                  */
/* http://www.colorzilla.com/gradient-editor/                            */
/* http://gradients.glrzad.com/                                          */
/* --------------------------------------------------------------------- */
.gridWithNoBorder z-grid {
    border: none;
}

.z-grid.gn_plain tr.z-row-over > td.z-row-inner,
.z-grid.gn_plain tr.z-row-over > .z-cell {
    background-image: none;
}

.z-grid.gn_plain tr.z-grid-odd td.z-row-inner,
.z-grid.gn_plain tr.z-grid-odd .z-cell,
.z-grid.gn_plain tr.z-grid-odd {
    background-color: inherit;
}

.z-grid.gn_plain tr.z-grid-odd td.z-row-inner,
.z-grid.gn_plain tr.z-grid-odd .z-cell,
.z-grid.gn_plain tr.z-row-over > td.z-row-inner {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.z-grid.gn_plain tr.z-row td.z-row-inner,
.z-grid.gn_plain tr.z-row .z-cell {
    background: none repeat scroll 0 0 transparent;
}

.z-grid.gn_plain tr.z-row td.z-row-inner,
.z-grid.gn_plain tr.z-row .z-cell {
    border-color: transparent;
}

.z-grid.gn_gradient .z-grid-body {
    background: #f2f2f2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2f2f2 0%, #e3e3e3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2),
    color-stop(100%, #e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #e3e3e3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f2f2 0%, #e3e3e3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f2f2 0%, #e3e3e3 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f2f2f2 0%, #e3e3e3 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e3e3e3',
    GradientType=0); /* IE6-8 */
}

/* ------------------------------------------------- */
/* Fixes                                             */
/* ------------------------------------------------- */

/* ---------------- Notification balloon---------- */
.z-notification-ref .z-notification-cl,
.z-notification-ref .z-notification-cnt {
    min-width: 125px;
    min-height: 50px;
}

.z-notification-ref .z-notification-cl {
    height: 100%;
    width: 100%;
}

.z-notification .z-notification-close-over {
    background-image: url("/zkau/web/69dad7f5/zul/img/popup/notif-close.png")
}

/* ------------------------------------------------- */
/* Top bars                                          */
/* ------------------------------------------------- */
.gn_top_bar {
    background-color: rgb(45, 45, 45);
    height: 24px;
    margin: 0;
    padding: 2px 0 0 0;
    font: 13px/27px Arial, sans-serif;
    font-weight: 700;
    color: rgb(187, 187, 187);
    line-height: 20px;
    position: relative;
}

.gn_top_bar .gn_links_bar {
    width: 350px;
    float: left;
}

.gn_top_bar .gn_links_bar ul {
    display: block;
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

.gn_top_bar .gn_links_bar li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    vertical-align: top;
}

.gn_top_bar .gn_links_bar li a {
    text-decoration: none;
}

.gn_top_bar .gn_links_bar li a, .gn_top_bar .gn_links_bar li a:visited {
    color: rgb(187, 187, 187);
}

.gn_top_bar .gn_links_bar li a:hover, .gn_top_bar .gn_links_bar li.gn_selected a {
    color: rgb(255, 255, 255);
}

.gn_top_bar .gn_context_bar {
    float: right;
    line-height: 20px;
    max-width: 40em;
    padding: 0 20px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    width: 70%;
    overflow-x: hidden;
}

.gn_top_bar .gn_context_bar ul {
    display: block;
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

.gn_top_bar .gn_context_bar ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    vertical-align: top;
}

.gn_top_bar .gn_context_bar .gn_fullname {
    color: rgb(187, 187, 187);
    font: 13px/27px Arial, sans-serif;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}

.gn_top_bar .gn_context_bar .gn_fullname:hover {
    color: rgb(255, 255, 255);
}

.gn_top_bar .gn_top_notify {
    display: block;
    width: 42px;
    height: 24px;
    background-image: url("../images/sprite_notifications.png");
    background-repeat: no-repeat;
}

.gn_top_bar .gn_top_notify span {
    display: none;
}

.gn_top_bar .gn_top_notify .gn_notify_number {
    display: inline;
    color: #BBBBBB;
    font: 700 13px/20px Arial, sans-serif;
}

.gn_top_bar .gn_top_notify.full {
    background-position: -69px -27px;
}

.gn_top_bar .gn_top_notify.empty {
    background-position: -69px 3px;
}

.gn_main_bar {
    margin-top: 6px;
    background-color: transparent;
}

.gn_main_bar .z-borderlayout {
    background-color: #FFFFFF;
}

.gn_main_bar .gn_logo {
    float: left;
    width: 20%;
}

.gn_main_bar .gn_logo img {
    max-width: 255px;
    width: 100%;
}

.gn_main_nav {
    position: relative;
    padding-top: 7px;
    width: 80%;
    float: right;
}

.gn_main_nav .z-menubar-hor {
    height: 30px;
    line-height: 30px;
}

.gn_main_nav .z-menubar-hor > table {
    margin-top: 4px;
}

.gn_nav_tabpanel {
    padding: 2px;
}

.gn_nav_tabpanel .z-menuitem-btn,
.gn_nav_tabpanel .z-menu-btn,
.gn_nav_tabpanel_menu_item a.z-menuitem-cnt {
    font-size: 11px;
    font-weight: normal;
}

.gn_nav_tabpanel .z-menu-inner-m {
    min-height: 27px;
}

.gn_nav_tabpanel .z-menubar-hor {
    border-top: 0 none;
}

.gn_nav_tabpanel .z-menuitem {
    min-width: 60px;
}

.gn_nav_tabpanel .z-menuitem-btn,
.gn_nav_tabpanel .z-menu-btn {
    min-width: 40px;
    height: 22px;
}

.gn_nav_tabbox {
    margin-top: 15px;
    width: inherit !important;
}

.gn_nav_tabbox .z-tabpanel {
    padding: 0;
    border-bottom: 0 none;
    height: 30px;
}

.gn_nav_tabbox .z-tabpanels .gn_nav_tabpanel .z-menubar-hor {
    height: 25px;
}

.gn_nav_tabbox .z-tabpanels .z-toolbarbutton-cnt {
    padding: 4px;
}

.gn_nav_tabbox .z-tabs-cnt {
    border-bottom: 0 none !important;
}

.gn_context_popup {
    text-align: right;
    max-width: 35%;
    min-width: 20em;
}

.gn_context_popup .z-popup-cnt {
    padding: 10px 10px 10px 20px;
}

.gn_context_popup .gn_label {
    font-weight: bold;
    line-height: 18pt;
}

.gn_context_popup .gn_value {
    line-height: 18pt;
}

.gn_context_popup .gn_buttons {
    min-width: 200px;
    float: right;
    margin-top: 15px;
}

.gn_context_popup .gn_buttons .z-hlayout-inner:first-child {
    padding-right: 10px !important;
}

.gn_context_popup .gn_profile {
    margin-bottom: 10px;
}

.gn_context_popup .gn_profile .z-image {
    margin-right: 10px;
}

.gn_context_popup .gn_profile .gn_fullname .z-label {
    font-size: 16pt;
    line-height: 24pt;
    color: #43A0C5;
}

/* ------------------------------------------------- */
/* Login page                                        */
/* ------------------------------------------------- */
.gn_login {
    width: 500px;
    margin: 0 auto;
    position: relative;
    top: 20%;
}

.gn_login .gn_login_logo_container {
    text-align: center;
}

.gn_login .gn_login_form_container {
    width: 500px;
    margin-top: 30px;
}

.gn_login .z-grid-body {
    padding-top: 10px;
}

/* ------------------------------------------------- */
/* HTTP error pages                                  */
/* ------------------------------------------------- */
.gn_http_error {
    width: 500px;
    margin: 0 auto;
    position: relative;
    top: 20%;
}

.gn_http_error h3 {
    text-align: center;
}

.gn_http_error .gn_logo {
    text-align: center;
}

.gn_http_error .gn_container {
    margin-top: 30px;
}

.gn_http_error .gn_container p .gn_icon {
    margin-right: 20px;
}

/* ------------------------------------------------- */
/* Nodees Administration page                        */
/* ------------------------------------------------- */
.gn_nodes_tree.z-tree {
    border: 0;
    max-height: 450px;
    overflow: auto;
}

.gn_nodes_tree .z-tree-header, .gn_nodes_tree .z-tree-header-bg {
    display: none;
}

.gn_nodes_tree .gn_node .z-treecell img {
    margin-right: 5px;
    vertical-align: top;
}

.gn_node_box .z-groupbox-3d-cnt {
    padding: 0;
}

.gn_unselected {
    padding: 100px;
    text-align: center;
    background-color: #F1F2F2;
    color: #282727;
}

.gn_unselected .z-label {
    font-weight: bold;
    font-style: italic;
    font-size: 12pt;
}

.gn_node_details {
    padding: 12px 10px;
}

.gn_node_details > .z-vlayout > .z-vlayout-inner {
    margin-bottom: 15px;
}

.gn_node_details .gn_properties ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 5px;
}

.gn_node_details .gn_properties ul li {
    list-style: none outside none;
}

.gn_node_details .gn_node_commons > .z-vlayout-inner {
    margin-bottom: 1.5em;
}

.gn_node_details .gn_node_commons .gn_contexts_list {
    margin-left: 1em;
}

.gn_node_details .gn_node_commons .gn_contexts_list .z-vlayout-inner {
    line-height: 20px;
}

.gn_node_details .gn_node_commons .gn_contexts_list .z-label {
    margin-right: 10px;
}

.gn_node_details .gn_node_commons .gn_filters_list {
    margin-left: 1em;
}

.gn_node_details .gn_node_commons .gn_filters_list .z-vlayout-inner {
    line-height: 20px;
}

.gn_node_details .gn_node_commons .gn_filters_list .z-label {
    margin-right: 10px;
}

.gn_node_details .gn_node_commons .gn_notifications_list {
    margin-left: 1em;
}

.gn_node_details .gn_node_commons .gn_notifications_list .z-vlayout-inner {
    line-height: 20px;
}

.gn_node_details .gn_node_commons .gn_notifications_list .z-label {
    margin-right: 10px;
}

.gn_node_details .gn_node_commons .gn_notifications_list img {
    margin-right: 3px;
}

.gn_node_details .gn_properties.gn_editor .z-grid {
    width: 600px;
    border: 0 none;
}

.gn_node_details .gn_properties.gn_editor .z-grid .gn_head {
    width: 120px;
}

.gn_node_details .gn_properties.gn_editor .z-grid .gn_value input[type="text"] {
    /*width: 250px;*/
}

.gn_node_details .gn_properties.gn_editor .z-grid .gn_value img {
    margin-left: 10px;
}

.gn_node_details .gn_success, .gn_node_details .gn_error {
    left: 200px;
    position: absolute;
    top: 40px;
    z-index: 10;
}

.gn_node_details .gn_properties.gn_editor .gn_address_editor .z-groupbox {
    width: 35%;
    min-width: 500px;
}

.gn_node_details .gn_properties.gn_editor .gn_address_editor .z-grid .gn_head {
    width: 21%;
}

.gn_constraint_to_add {
    text-align: center;
}

/* ------------------------------------------------- */
/* Add new node window                               */
/* ------------------------------------------------- */
.gn_add_node_win .gn_editor {
    padding: 10px;
}

.gn_add_node_win .gn_editor .gn_buttons {
    margin: 2em auto 0;
    width: 180px;
}

.gn_add_node_win .gn_editor .z-grid {
    margin-top: 1.5em;
    border: 0 none;
}

.gn_add_node_win .gn_editor .z-grid .gn_head {
    width: 150px;
}

.gn_add_node_win .gn_editor .z-grid .gn_value input[type="text"] {
    /*width: 250px;*/
}

.gn_add_node_win .gn_editor .z-grid .gn_value img {
    margin-left: 10px;
}

/* ------------------------------------------------- */
/* Add new context window                            */
/* ------------------------------------------------- */
.gn_add_context_win .gn_editor {
    margin-bottom: 1em;
}

.gn_add_context_win .h4 {
    padding: 0 10px;
}

.gn_add_context_win .gn_buttons {
    margin: 1.5em auto 1em;
    width: 180px;
}

.gn_add_context_win .z-grid {
    margin-top: 1em;
    border: 0 none;
}

.gn_add_context_win .z-grid .gn_head {
    width: 180px;
}

.gn_add_context_win .z-grid .gn_value input[type="text"] {
    /*width: 300px;*/
}

.gn_add_context_win .z-listbox {
    margin-top: 1em;
}

.gn_add_context_win .gn_failed {
    margin-left: 10px;
    margin-top: 10px;
}

/* ------------------------------------------------- */
/* Authorization Editor                              */
/* ------------------------------------------------- */
.gn_auth_editor {
}

.gn_auth_editor .gn_auth_editor_heading .z-grid.gn_plain {
    border: 0 none;
}

.gn_auth_editor .gn_auth_editor_heading .z-grid.gn_plain .gn_head {
    width: 26%;
    white-space: normal;
    position: relative;
    padding: 0 15px 0 0;
}

.gn_auth_editor .gn_auth_editor_heading .z-grid.gn_plain .gn_value {
    width: 74%;
}

.gn_auth_editor .gn_auth_editor_heading .gn_buttons {
    width: 170px;
}

.gn_auth_editor .gn_auth_editor_heading .z-textbox {
    max-width: 100%;
}

.gn_auth_editor .gn_files .gn_mimetype {
    width: 20px;
}

.gn_auth_editor .gn_files .gn_filename {
    min-width: 200px;
    max-width: 80%;
}

.gn_auth_editor .gn_files .gn_size {
    min-width: 5em;
    max-width: 5%;
}

.gn_auth_editor .gn_files .gn_date {
    min-width: 10em;
    max-width: 5%;
    color: #c3c3c3;
}

.gn_auth_editor .gn_files .gn_icons {
    min-width: 10em;
    max-width: 5%;
}

.gn_auth_editor .gn_files .gn_failed.z-label {
    line-height: 25px;
    margin-left: 10px;
}

.gn_auth_editor .gn_files .gn_doc_kinds input {
    width: 20em;
}

.gn_doc_kinds input::-moz-placeholder {
    color: black;
    opacity: 1;
}

.gn_doc_kinds input::-webkit-input-placeholder {
    color: black;
    opacity: 1;

}

.gn_doc_kinds input:-ms-input-placeholder {
    color: black;
    opacity: 1;
}

/* ------------------------------------------------- */
/* Authorization Viewer                              */
/* ------------------------------------------------- */
.gn_auth_view .gn_history_label .z-label {
    color: #A0C134;
}

.gn_auth_view_heading{

}

.gn_auth_view_heading .z-groupbox-header .z-caption-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gn_auth_view_heading .z-groupbox-header .h3 {
    display: flex;
}


.gn_auth_view_heading .z-groupbox-header .h3 .z-toolbarbutton {
}

.z-groupbox-header .z-caption-content .z-toolbarbutton-content {
}

.gn_auth_view .gn_auth_view_heading .z-grid.gn_plain {
    border: 0 none;
}

.gn_auth_view .gn_auth_view_heading .z-grid.gn_plain .gn_head {
    width: 25%;
}

.gn_auth_view .gn_auth_view_heading .z-grid.gn_plain .gn_value {
    width: 75%;
}

.gn_auth_view .gn_auth_view_heading .gn_buttons {
    width: 170px;
}

.gn_auth_view .gn_files .gn_mimetype {
    width: 20px;
}

.gn_auth_view .gn_files .gn_filename {
    min-width: 200px;
    max-width: 80%;
}

.gn_auth_view .gn_files .gn_size {
    min-width: 5em;
    max-width: 5%;
}

.gn_auth_view .gn_files .gn_date {
    min-width: 10em;
    max-width: 5%;
    color: #c3c3c3;
}

.gn_auth_view .gn_files .gn_icons {
    min-width: 10em;
    max-width: 5%;
}

.gn_auth_view .gn_files .gn_icons .z-hlayout-inner {
    padding-right: 10px !important;
}

.gn_auth_view .gn_files .gn_failed.z-label {
    line-height: 25px;
    margin-left: 10px;
}

/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* Add new detail window                             */
/* ------------------------------------------------- */
.gn_auth_detail_win {
    width: 80%
}

.gn_auth_detail_win .gn_auth_detail_editor_heading .gn_editor {
    width: 30%
}

.gn_auth_detail_win .gn_auth_detail_editor_heading .z-groupbox-cnt {
    border: 0 none;
}

.gn_auth_detail_win .gn_auth_detail_editor_heading .gn_center {
    margin: 15px auto 0;
    width: 420px;
}

.gn_auth_detail_win .gn_auth_detail_editor_heading .z-grid.gn_plain {
    border: 0 none;
}

.gn_auth_detail_win .gn_auth_detail_editor_heading .z-grid.gn_plain .gn_head {
    width: 40%;
}

.gn_auth_detail_win .gn_auth_detail_editor_heading .z-grid.gn_plain .gn_value {
    width: 60%;
}

.gn_auth_detail_win .gn_auth_detail_editor_heading .gn_buttons {
    margin: 2em auto 0;
    width: 180px;
}

.gn_auth_detail_win .gn_auth_detail_editor_heading .gn_inclusive_constraint_editor .gn_head {
    width: 50% !important;
}

.gn_auth_detail_win .gn_auth_detail_editor_heading .gn_inclusive_constraint_editor .gn_value {
    width: 50% !important;
}

.gn_auth_detail_win .gn_auth_detail_editor_heading .gn_amount_constraint_editor .gn_head {
    width: 50% !important;
}

.gn_auth_detail_win .gn_auth_detail_editor_heading .gn_amount_constraint_editor .gn_value {
    width: 50% !important;
}

.gn_auth_detail_win .gn_auth_detail_editor_heading .gn_info, .gn_info .z-label {
    width: 100%;
}

.gn_auth_detail_win .gn_breadcrumb_link {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.gn_auth_detail_win .gn_auth_detail_editor_heading .tip {
    margin: 0 auto 0;
    width: 300px;
}

/* ------------------------------------------------- */
/* Add new constraint window                         */
/* ------------------------------------------------- */
.gn_add_constraint_win {
    width: 45%
}

.gn_add_constraint_win .gn_add_constraint_editor .gn_head {
    width: 50%;
}

.gn_add_constraint_win .gn_add_constraint_editor .gn_value {
    width: 50%;
}

.gn_add_constraint_win .gn_buttons {
    margin: 2em auto 0;
    width: 180px;
}

.gn_add_constraint_editor_heading .gn_head {
    width: 40% !important;
}

.gn_add_constraint_editor_heading .gn_value {
    width: 60% !important;
}

/* ------------------------------------------------- */
/* Add new holder constraint window                  */
/* ------------------------------------------------- */
.gn_add_constraint_editor_heading .gn_editor.gn_add_municipality .gn_head {
    width: 20% !important;
}

.gn_add_constraint_editor_heading .gn_editor.gn_add_municipality .gn_value {
    width: 80% !important;
}

.gn_add_constraint_editor_heading .gn_editor.gn_add_municipality tr.gn_padded_row {
    height: 35px;
}

.gn_add_constraint_editor_heading .gn_editor.gn_add_municipality input.z-longbox {
    width: 11em;
}

.gn_add_constraint_editor_heading .gn_editor.gn_add_company .gn_head {
    width: 25% !important;
}

.gn_add_constraint_editor_heading .gn_editor.gn_add_company .gn_value {
    width: 75% !important;
}

/* ------------------------------------------------- */
/* Search Page                                       */
/* ------------------------------------------------- */
.gn_auth_search_title {
    margin-bottom: 10px;
}

.gn_auth_search .gn_buttons {
    margin: 1em auto 0;
    width: 180px;
}

.gn_auth_search .z-vlayout-inner {
    margin-bottom: 10px;
}

.gn_search_button {
    text-align: center;
    width: 100%;
    padding-bottom: 2em;
}

.gn_auth_search_criteria .gn_auth_search_vehicle .z-textbox {
    margin-left: 25%;
}

.gn_auth_search_criteria .gn_category_class .z-hlayout-inner {
    width: 50%;
}

.gn_auth_search_criteria .gn_category_class .gn_category_class_combo {
    width: 100%;
}

.gn_auth_search_criteria .gn_category_class input {
    /*width: 80%;*/
}

.gn_search_criteria_gb .open-false {
    background: url("../images/arrow_close.png") no-repeat right 0;
    height: 16px;
    padding-right: 20px;
    font-weight: bold;
}

.gn_search_criteria_gb .open-true {
    background: url("../images/arrow_open.png") no-repeat right 0;
    height: 16px;
    padding-right: 20px;
    font-weight: bold;
}

.search_result .gn_private_object_true {
    background: url("../images/ok.png") no-repeat;
    height: 16px;
    width: 16px;
}

/* ------------------------------------------------- */
/* Invitation Acceptance Page                        */
/* ------------------------------------------------- */
.gn_inv_accept {
    padding-top: 20px;
}

.gn_inv_accept .gn_content {
    background: #f2f2f2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2f2f2 0%, #e3e3e3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2),
    color-stop(100%, #e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #e3e3e3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f2f2 0%, #e3e3e3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f2f2 0%, #e3e3e3 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f2f2f2 0%, #e3e3e3 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e3e3e3',
    GradientType=0); /* IE6-8 */

    border: 1px solid #CFCFCF;
    margin: 0 auto;
    padding: 10px 15px 10px 15px;
    width: 800px;
}

.gn_inv_accept .gn_content .gn_logo {
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

.gn_inv_accept .gn_welcome {
    margin-bottom: 5px;
    margin-top: 5px;
    color: #c4f1f8;
}

.gn_inv_accept .gn_welcome h2 {
    color: #58ABBA;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gn_inv_accept .gn_welcome .gn_instructions {
}

.gn_inv_accept .gn_twin_panel {
    margin-top: 10px;
}

.gn_inv_accept .gn_twin_panel .z-hlayout-inner {
    width: 49.7%;
}

.gn_inv_accept .gn_content .gn_buttons {
    width: 100px;
    margin: 0 auto;
}

.gn_inv_accept .gn_content .z-caption-cnt {
    background-color: #E8E8E8;
}

.gn_inv_accept .gn_content .z-grid .gn_head {
    width: 40%;
}

.gn_inv_accept .gn_content .z-grid .gn_value {
    width: 60%;
}

.gn_inv_accept .gn_content .z-grid .gn_value input {
    width: 70%;
}

.gn_inv_accept .gn_content .z-grid.gn_plain {
    background: inherit;
    border: 0 none;
}

.gn_inv_accept .gn_content .gn_plain .z-grid-body {
    background: inherit;
}

.gn_inv_accept .gn_content .gn_user {
    margin-top: 30px;
}

.gn_inv_accept .gn_content .z-groupbox-hr {
    border: 0 none !important;
}

.gn_inv_accept .gn_content .z-groupbox-cnt {
    border: 1px solid #C4C4C4 !important;
    background-color: #F8F8F8;
    padding: 10px 5px !important;
}

.gn_inv_accept .gn_content .z-caption-cnt {
    background-color: transparent;
    bottom: 2px;
    color: #515151;
    line-height: 20px;
    position: relative;
}

.gn_inv_accept .gn_content .z-caption-cnt .z-label {
    font-size: 12pt;
    font-weight: bold;
}

.gn_inv_accept .gn_content .z-caption-cnt .gn_icon {
    margin-right: 7px;
    margin-top: 2px;
}

.gn_inv_accept .gn_content .gn_help.gn_icon {
    margin-left: 5px;
    float: left;
}

.gn_inv_accept .gn_content .gn_privacy_area {
    margin-top: 5px;
}

.gn_inv_accept .gn_content .gn_privacy_area .gn_privacy {
    width: 80%;
    max-width: 790px;
}

.gn_inv_accept .gn_content .gn_failed {
    margin-top: 30px;
}

.gn_inv_accept .tip {
    height: 35px;
}

/* ------------------------------------------------- */
/* Invitation Editor Page                            */
/* ------------------------------------------------- */
.gn_inv_editor .z-grid.gn_plain {
    border: 0 none;
}

.gn_inv_editor .gn_invitation_editor .z-grid.gn_plain .gn_head {
    width: 30%;
}

.gn_inv_editor .gn_invitation_editor .z-grid.gn_plain .gn_value {
    width: 70%;
}

.gn_inv_editor .gn_invitation_editor .z-grid.gn_plain .gn_value input {
    width: 90%
}

.gn_inv_editor .gn_invitation_editor .z-grid.gn_plain .gn_value textarea {
    width: 100%;
    max-width: 100%;
}

.gn_inv_editor .gn_invitation_editor .z-grid.gn_right_editor .gn_head {
    width: 20%;
}

.gn_inv_editor .gn_invitation_editor .z-grid.gn_right_editor .gn_value {
    width: 80%;
}

.gn_inv_editor .gn_invitation_editor .gn_buttons {
    margin: 2em auto 0;
    width: 200px;
    padding-bottom: 1em;
}

.gn_inv_editor .gn_invitation_editor .gn_invitation_message_cell span {
    color: #2D2D2D;
    font-weight: bold;
    line-height: 22px;
}

.gn_inv_editor .gn_invitation_editor .gn_invitation_message_cell span.gn_mandatory {
    color: #D23E3E !important;
    font-family: monospace;
    font-size: 119%;
    font-weight: bold;
}

/* -------------------------------------------------- */
/* Any static page                                    */
/* -------------------------------------------------- */
.gn_static_page {
    padding: 30px;
}

.gn_static_page .gn_logo {
    margin: 0 auto;
    text-align: center;
}

.gn_static_page .gn_logo h1 {
    color: #515151;
    font-size: 25pt;
    font-weight: bold;
    margin: 0;
    padding-left: 150px;
}

.gn_static_page .gn_content {
    margin-top: 20px;
}

/* ------------------------------------------------- */
/*  ReceiverFromRelationship Filter window           */
/* ------------------------------------------------- */
.gn_child_win {
    width: 70%
}

.gn_child_listbox,
.gn_child_listbox tr.z-listitem-seld,
.gn_child_listbox tr.z-listitem-focus,
.gn_child_listbox tr.z-listitem-over,
.gn_child_listbox tr.z-listitem-over-seld {
    background: none;
}

.gn_child_listbox tr.z-listitem-over td.z-listcell {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.gn_child_listbox tr.z-listbox-odd,
.gn_child_listbox tr.z-listbox-odd.z-listitem-over-seld,
.gn_child_listbox tr.z-listbox-odd.z-listitem-over {
    background: none;
}

.gn_child_win .z-window-embedded-cm {
    border: 0 none;
}

.gn_child_win .z-window-embedded-cl {
    background: none;
    padding: 0px;
}

.gn_child_win .z-window-embedded-cr {
    background: none;
    padding: 0px;
}

.gn_child_win .z-window-embedded-bl {
    background: none;
    padding: 0px;
    height: 0px;
    margin: 0px;
}

.gn_child_win .z-window-embedded-tl {
    background: none;
    padding: 0px;
    height: 0px;
    margin: 0px;
}

.gn_child_win .z-window-embedded-cnt {
    padding-left: 20px;
}

.gn_child_win h4 {
    text-align: center;
}

.gn_child_win .gn_buttons {
    text-align: center
}

.gn_child_win .gn_filter_head {
    border: 0 none;
}

.gn_child_win .gn_filter_editor_heading .z-groupbox-cnt {
    border: 0 none;
}

.gn_child_win .gn_filter_head .gn_head {
    width: 45%;
}

.gn_child_win .gn_filter_head .gn_value {
    width: 55%;
}

.gn_child_win .gn_filter_head input {
    width: 25em;
}

.gn_child_win .z-grid.gn_plain {
    border: 0 none;
}

.gn_child_win .gn_breadcrumb_link {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.gn_child_win .z-listbox-pgi-b {
    border: none;
}

/* ------------------------------------------------- */
/*  Notification groups editing window               */
/* ------------------------------------------------- */
.gn_notgroup_win .h4 {
    padding: 0 10px 20px;
    text-align: center;
}

.gn_notgroup_win .gn_twin_panel {
    padding: 0 10px 20px;
}

.gn_notgroup_win .gn_twin_panel > .z-hlayout-inner:first-child {
    width: 70%;
}

.gn_notgroup_win .gn_twin_panel > .z-hlayout-inner:last-child {
    width: 29%;
}

.gn_notgroup_win .gn_twin_panel > .z-hlayout-inner:last-child > .z-vlayout {
    margin: 0 auto 0 20px;
}

.gn_notgroup_win .gn_twin_panel > .z-hlayout-inner:last-child > .z-vlayout > .z-vlayout-inner:first-child {
    padding-bottom: 20px !important;
}

.gn_notgroup_win .gn_plain.z-grid {
    border: 0 none;
}

.gn_notgroup_win .gn_head.z-cell {
    width: 30%;
}

/* .gn_notgroup_win .gn_value.z-cell { width: 60%; } */
.gn_notgroup_win .z-grid .gn_value input {
    width: 90%;
}

.gn_notgroup_win .gn_buttons {
    width: 170px;
    margin: 0 auto;
    padding: 10px 0 10px;
}

/* ------------------------------------------------- */
/*  Web News                                         */
/* ------------------------------------------------- */
.gn_news .gn_date {
    float: right;
}

.gn_news .gn_title {
    max-width: 80%;
    word-wrap: break-word;
    display: block;
    float: left;
    font-weight: bold;
}

.gn_news .gn_message {
    font-weight: normal;
    float: left;
}

.gn_news .gn_message a {
    font-weight: bold;
    color: royalblue;
}

.gn_news .gn_buttons {
    float: right;
    padding-top: 20px;
}c

.gn_news .gn_buttons .gn_icon {
    padding-right: 8px !important;
}

.gn_news .gn_buttons .gn_icon:last-child {
    padding-right: 3px !important;
}

.gn_news.gn_popup {
    max-width: 25%;
    background-color: #EEEEEE !important;
    top: 26px !important;
}

.gn_news.gn_popup .z-popup-cnt {
    padding: 0;
}

.gn_news.gn_popup .gn_content {
    padding-top: 20px;
}

/* ------------------------------------------------- */
/*  Authorization History Window                     */
/* ------------------------------------------------- */
.gn_auth_history_window {
    width: 500px;
    bottom: 2px;
    padding-right: 2px;
    position: fixed;
    right: -500px;
    max-height: 570px;
    z-index: 12;
}

.gn_auth_history_window .gn_history .z-groupbox-cnt {
    border: 0 none;
    padding: 0px;
}

.gn_auth_history_window .gn_info.z-label {
    padding-left: 40%;
}

.gn_auth_history_window .gn_history .gn_history_link {
    text-decoration: underline;
    color: royalblue;
}

.gn_auth_history_window .gn_history_toolbar .z-hlayout-inner {
    width: 25%;
    text-align: center;
}

.gn_auth_history_window .gn_history_toolbar .z-hlayout-inner a span {
    white-space: normal !important;
    line-height: inherit;
}

.gn_auth_history_window .gn_search_button {
    padding: 10px;
}

.gn_auth_history_search .gn_auth_history_search_grid {
    border: 0 none;
}

.gn_auth_history_window .z-window-popup-cnt {
    padding: 0px;
}

.gn_auth_history_window .z-window-embedded-cl {
    padding: 0px;
}

.gn_auth_history_window .z-window-embedded-cr {
    padding: 0px;
}

.gn_auth_history_window .z-window-embedded-bl {
    height: 0px;
}

.gn_auth_history_window .z-window-embedded-cnt {
    padding: 0px;
}

/* ------------------------------------------------- */
/*  Authorization Comparison                         */
/* ------------------------------------------------- */
.gn_auth_compare td.gn_diff.gn_diff_modified.z-cell,
.gn_auth_compare tr.gn_diff.gn_diff_modified,
.gn_auth_compare tr.gn_diff.gn_diff_modified.z-listitem-seld {
    background-color: #FFFFB2;
}

.gn_auth_compare td.gn_diff.gn_diff_added.z-cell,
.gn_auth_compare tr.gn_diff.gn_diff_added,
.gn_auth_compare tr.gn_diff.gn_diff_added.z-listitem-seld {
    background-color: #99EB99;
}

.gn_auth_compare td.gn_diff.gn_diff_removed.z-cell,
.gn_auth_compare tr.gn_diff.gn_diff_removed,
.gn_auth_compare tr.gn_diff.gn_diff_removed.z-listitem-seld {
    background-color: #FF8080;
}

.gn_diff td.z-listcell {
    background: none;
}

.gn_auth_compare .gn_auth_compare_heading .z-grid {
    border: 0 none;
}

.gn_auth_compare .gn_auth_compare_heading .gn_head,
.gn_auth_compare .gn_auth_detail_compare_heading .gn_head {
    width: 15%;
}

.gn_auth_compare .gn_auth_compare_details tr td div {
    height: 50px;
    max-height: 50px;
    word-wrap: break-word;
}

.gn_auth_compare .gn_auth_compare_files tr td div {
    height: 20px;
    max-height: 20px;
    word-wrap: break-word;
}

.gn_auth_compare .gn_auth_constraint_list_comparison tr td div {
    height: 50px;
    max-height: 50px;
    word-wrap: break-word;
}

.gn_auth_compare .gn_detail_constraint_compare_heading tr td div {
    height: 50px;
    max-height: 50px;
    word-wrap: break-word;
}

.gn_auth_compare .gn_detail_compare_empty,
.gn_auth_compare .gn_constraints_compare_empty,
.gn_auth_compare .gn_constraint_compare_empty {
    text-align: center;
}

.gn_auth_compare .gn_history_label .z-label {
    color: #A0C134;
}

.gn_auth_compare_unit {
    padding-bottom: 0.3em;
}

.gn_auth_compare .gn_icons {
    width: 8%;
}

.gn_auth_compare .gn_mimetype {
    width: 5%;
}

.gn_auth_compare .gn_size {
    width: 12%;
}

.gn_auth_compare .gn_date {
    width: 12%;
}

/* ------------------------------------------------- */
/* Audit trail                                       */
/* ------------------------------------------------- */
.gn_audit_events .z-grid-body {
    border: 0 none;
    word-wrap: break-word;
    width: 400px;
    height: 200px;
}

.gn_audit_italic {
    font-style: italic;
    font-size: 8pt;
}

.gn_audit_normal {
    font-style: normal;
    font-size: 8pt;
}

.gn_audit_normal_bold {
    font-style: normal;
    font-size: 8pt;
    font-weight: bold;
}

.gn_audit_popup .z-popup-cnt {
    padding: 0;
}

.gn_audit_window .z-window-popup-cnt {
    padding: 0px;
}

.gn_audit_window {
    width: 492px;
    height: 263px;
    position: fixed;
    bottom: 2px;
    padding-right: 2px;
    right: -492px;
    z-index: 12;
}

.gn_audit_window .z-window-embedded-cnt {
    padding: 0px;
}

.gn_audit_window .z-window-embedded-cl {
    padding: 0px;
}

.gn_audit_window .z-window-embedded-cr {
    padding: 0px;
}

.gn_audit_window .z-window-embedded-bl {
    height: 0px;
}

.gn_audit_window .gn_info.z-label {
    padding-left: 40%;
}

.gn_audit_window .gn_audit_back {
    padding-left: 40%;
    margin-bottom: 10px;
}

.gn_audit_groupbox .z-groupbox-cnt {
    height: 200px;
    padding: 0px;
    border: 0px;
}

.gn_audit_listbox {
    height: 189px;
    border: 0px;
}

.gn_audit_vlayout {
    height: 193px;
}

.gn_audit_buttonCombox_big {
    width: 400px;
}

.gn_audit_listboxCombobox_big {
    width: 394px;
    max-height: 200px;
}

.gn_audit_event_detail_vlayout .z-layout-cnt {
    width: 492px;
    height: 214px;
    border: 0px;
    padding: 0px;
}

.z-hlayout {
    overflow: visible !important;
}

.z-combobox {
    display: block;
}

.gn_value {
}

.gn_audit_event_detail_div {
    border: 0 none;
    width: 492px;
    height: 184px;
    overflow: auto;
    font-size: 9pt;
}

.gn_audit_event_detail_div .old_value,
.gn_audit_event_detail_div .new_value {
    font-weight: bold;
}

.gn_audit_event_detail_div .content {
    font-weight: bold;
}

.gn_audit_event_detail_div .gn_username,
.gn_audit_event_detail_div .gn_permission {
    font-weight: normal;
}

/* ------------------------------------------------- */
/*  Free text search                                 */
/* ------------------------------------------------- */
.gn_div_free_text_search_container {
    position: fixed;
    right: 10px;
    top: 45px;
}

/* ------------------------------------------------- */
/* Public Share                                      */
/* ------------------------------------------------- */
.published_groupbox .gn_public_share_button {
    margin-bottom: 8px;
    margin-top: 5px;
}

.gn_public_share_popup {
    width: 280px;
}

.gn_public_share_cloase_area .z-hlayout-inner {
    float: right;
}

/* ------------------------------------------------- */
/* Company Base ADD Window                           */
/* ------------------------------------------------- */
.gn_add_company_base_win {
    width: 550px;
}

.gn_add_company_base_win .z-grid {
    border: 0 none;
}

.gn_add_company_base_win .gn_editor .gn_buttons {
    margin: 2em auto 1em;
    width: 180px;
}

.gn_add_company_base_win .gn_editor .gn_head {
    width: 30%;
}

.gn_add_company_base_win .gn_editor .gn_value {
    width: 70%;
}

.gn_add_company_base_win .gn_editor .gn_value input.z-textbox {
    width: 80%;
}

.gn_add_company_base_win .gn_editor .gn_value .gn_address_combo_item {
    width: 80%;
}

.gn_add_company_base_win .gn_editor .gn_value input {
    width: 90%;
}

.gn_add_company_base_win .gn_failed {
    text-align: center;
    margin-top: 10px;
}

/* ------------------------------------------------- */
/* Settings Page                                     */
/* ------------------------------------------------- */
.gn_settings_menu {
    width: 300px;
}

.gn_settings_menu table {
    width: 100% !important;
}

.gn_pass_change .gn_head {
    width: 45%;
}

.gn_pass_change .gn_value {
    width: 55%;
}

.gn_pass_change .gn_value input {
    width: 60%;
}

.gn_pass_change .gn_buttons {
    text-align: center;
    padding-top: 1em;
}

.gn_pass_change.z-grid {
    border: none;
}

/* ------------------------------------------------- */
/* Authorization Documents                           */
/* ------------------------------------------------- */
.gn_files tr.gn_doc_authorization {
    background-image: none;
    background-color: #EEFFDB;
}

.gn_files tr.gn_doc_supplementary {
    background-image: none;
    background-color: #FFFFDB;
}

.gn_files tr.gn_doc_payment_burden {
    background-image: none;
    background-color: #F1EDFF;
}

.gn_files .gn_doc_kind {
    width: 20px;
}

.gn_files tr td {
    background: inherit !important;
}

.gn_files .gn_icon_authorization {
    height: 16px;
    width: 16px;
    background-image: url("../images/16/auth_doc.png");
}

.gn_files .gn_icon_supplementary {
    height: 16px;
    width: 16px;
    background-image: url("../images/16/info_doc.png");
}

.gn_files .gn_icon_payment_burden {
    height: 16px;
    width: 16px;
    background-image: url("../images/16/money.png");
}

.gn_files .z-listbox table td,
.gn_files .z-listbox table td.gn_doc_kind .gn_icongn_main_nav,
.gn_files .z-listbox table td.gn_mimetype .gn_icon {
    cursor: auto;
}

/* ------------------------------------------------- */
/* Free search                                       */
/* ------------------------------------------------- */
.gn_free_search_div {
    position: absolute;
    bottom: 0px;
    right: 10px;
    width: 45%;
    height: 28px;
}

.gn_free_search_div .z-label {
    text-align: right;
    white-space: nowrap;
    font-weight: bold;
    color: rgb(45, 45, 45);
    line-height: 22px;
    width: 25%;
    position: absolute;
    right: 70%;
}

.gn_free_search_div .z-combobox {
    width: 60%;
    position: absolute;
    right: 40px;
}

.gn_free_search_div input.z-combobox-inp {
    width: 100%;
    display: block;
}

.gn_free_search_div .z-image {
    width: 16px;
    display: block;
    float: right;
}

/* ------------------------------------------------- */
/* Private Company creation Window                   */
/* ------------------------------------------------- */
.gn_private_company_window {
    width: 400px;
}

.gn_private_company_window .gn_private_company_editor {
    border: none;
}

.gn_private_company_window .gn_private_company_editor .gn_head {
    width: 40%;
}

.gn_private_company_window .gn_private_company_editor .gn_value {
    width: 60%;
}

.gn_private_company_window .gn_buttons {
    padding: 15px;
}

.gn_private_company_window .gn_failed {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

/* ------------------------------------------------- */
/* Private Company Base creation Window              */
/* ------------------------------------------------- */
.gn_private_company_base_editor {
    width: 500px;
}

.gn_private_company_base_editor .gn_company_base_editor .z-grid,
.gn_private_company_base_editor .gn_address_editor .z-grid {
    border: none;
}

.gn_private_company_base_editor .gn_editor .gn_buttons {
    padding-bottom: 20px;
    padding-top: 20px;
}

.gn_private_company_base_editor .z-grid .gn_value input[type="text"] {
    /*width: 250px;*/
}

.gn_private_company_base_editor .gn_head {
    width: 30%;
}

.gn_private_company_base_editor .gn_value {
    width: 70%;
}

.gn_private_company_base_editor .gn_failed {
    padding-top: 15px;
}

/* ------------------------------------------------- */
/* Authorization Conflict Resolving Window           */
/* ------------------------------------------------- */
.gn_resolve_conflict_win {
    width: 55%;
}

.gn_resolve_conflict_win .gn_buttons {
    text-align: center;
    padding: 15px;
}

.gn_resolve_conflict_win .gn_plain.z-grid {
    border: 0 none;
}

.gn_resolve_conflict_win .gn_actions .z-cell {
    text-align: center;
}

.gn_resolve_conflict_win .gn_message {
    padding-bottom: 20px;
}

.gn_resolve_conflict_win .gn_message .gn_auth_description {
    font-weight: bold;
}

.gn_resolve_conflict_win .gn_warning_caption {
    font-weight: bold;
}

.gn_resolve_conflict_win .gn_warning_box .z-groupbox-cnt {
    text-align: center;
    padding: 15px;
}

.gn_resolve_conflict_win .gn_warning_box .gn_warning_extra {
    font-weight: bold;
}

/* ------------------------------------------------- */
/* Private Authorization Scraping                    */
/* ------------------------------------------------- */
.gn_private_auth_scraping_win {
    width: 900px;
}

.gn_private_auth_scraping_win .gn_buttons {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.gn_private_auth_scraping_win .gn_plain {
    border: none;
}

.gn_private_auth_scraping_win .gn_editor .gn_head {
    width: 30%;
}

.gn_private_auth_scraping_win .gn_editor .gn_value {
    width: 70%;
}

.gn_private_auth_scraping_win .gn_scraping_search_result {
    margin-top: 35px;
}

/* ------------------------------------------------- */
/* Message Popup                                     */
/* ------------------------------------------------- */
.gn_popup .z-window-modal-cnt-noborder {
    padding-bottom: 25px;
    padding-top: 5px;
}

.gn_popup .z-toolbarbutton {
    float: right;
    margin-bottom: 15px;
}

.gn_popup .z-label {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

/* ------------------------------------------------- */
/* Authorization Home                                */
/* ------------------------------------------------- */
.gn_tobevalidated_box .z-toolbarbutton,
.gn_tobevalidated_box .z-toolbarbutton .z-toolbarbutton-body,
.gn_tobevalidated_box .z-toolbarbutton-over,
.gn_tobevalidated_box .z-toolbarbutton-over .z-toolbarbutton-body {
    border: none;
    padding: 0;
}

/* ------------------------------------------------- */
/* Node Editor                                       */
/* ------------------------------------------------- */
.gn_node_commons_editor .gn_filters_list {
    margin-top: 10px;
}

/* ------------------------------------------------- */
/* RDP                                       */
/* ------------------------------------------------- */
tr.gn_rdp_aut_to_validate {
    background-color: #FFFFDB;
}

.gn_select_performer_win {
    width: 80%
}

.gn_svr_confirm_win {
    width: 80%
}

.gn_select_svr_parent_win {
    width: 80%
}

.gn_operationalcheck_win {
    width: 750px
}

.gn_company_email_parent_win {
    width: 500px
}

.gn_support_info_win {
    width: 50%
}

.gn_authid {
    font-weight: bold;
    float:right;
}

.gn_auth_detail_waste_editor{
    border:solid 1px;margin:10px;padding:10px;border-color: #cecece;
}

.z-listheader-content, .z-listcell-content, .z-listgroup-content, .z-listgroupfoot-content, .z-listfooter-content {
    line-height: 100%;
    margin-bottom: 2px;
}
