@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/MaterialIcons-Regular.ttf"); /* IE9 Compat Modes */
    src: local(""), url("/fonts/MaterialIcons-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
}

body,
.region-sticky {
    background: #f7f7f7 !important;
}

.page-wrapper {
    padding-left: 60px;
}

body.path-user .user-form-page__user-form img {
    max-height: 100% !important;
}

.toolbar .toolbar-bar .menu-item__user-page .toolbar-icon-user-page::before {
    -webkit-mask-image: none;
    font-family: "Material Icons";
    font-style: normal;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    overflow-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "account_circle";
    color: #00b9c8;
    float: left;
    margin-top: -2px;
    background: unset !important;
}

.toolbar .toolbar-bar .menu-item__user-logout .toolbar-icon-user-logout::before {
    -webkit-mask-image: none;
    font-family: "Material Icons";
    font-style: normal;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    overflow-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "logout";
    color: #00b9c8;
    float: left;
    margin-top: -2px;
    background: unset !important;
}

.toolbar .toolbar-bar .impress.toolbar-icon:before {
    -webkit-mask-image: none;
    font-family: "Material Icons";
    font-style: normal;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    overflow-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "§";
    color: #00b9c8;
    float: left;
    margin-top: -10px;
    margin-left: 4px;
    background: unset !important;
}

.gin--dark-mode .toolbar .toolbar-bar .menu-item__user-logout .toolbar-icon-user-logout::before,
.gin--dark-mode .toolbar .toolbar-bar .menu-item__user-page .toolbar-icon-user-page::before,
.gin--dark-mode .toolbar .toolbar-bar .impress.toolbar-icon:before {
    color:#00b9c8 !important;
}

.gin--dark-mode .toolbar .toolbar-bar .menu-item__user-logout .toolbar-icon-user-logout:hover::before,
.gin--dark-mode .toolbar .toolbar-bar .menu-item__user-page .toolbar-icon-user-page:hover::before,
.gin--dark-mode .toolbar .toolbar-bar .impress.toolbar-icon:hover::before {
    color:#00b9c8 !important;
}

.home-toolbar-tab {
    display: none !important;
}

/* Charges */
tr.state-failed td {
    background-color:#840303;
}

/* Footer Menü */
#block-footer {
    margin-top:80px;
}

#block-footer ul li {
    list-style: none;
    display: inline-block;
    margin-right:15px;
    float: left;
}

#block-footer ul {
    margin-left:0;
    padding-top:8px;
    margin-top:8px;
    border-top:1px solid #000;
}

#block-footer ul li a {
    font-size:12px;
}