/*!
 * Password Management Servlets (PWM)
 * http://www.pwm-project.org
 *
 * Copyright (c) 2006-2009 Novell, Inc.
 * Copyright (c) 2009-2019 The PWM Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

@import "material-components-web.min.css";
@import "material-keycloak-theme.css";
@import "bootstrap-material-design-alerts.css";

body {
    color: #9a9a9a
}

.menubutton {
    color: #e23615;
}

.menubutton-description {
    color: #e23615;
}

#message-wrapper {
    color: white;
    background-color: var(--mdc-theme-background);
}

.message-info {
    background-color: #000000;
}

.message-error {
    background-color: #000000;
}

.message-success {
    background-color: #000000;
}


#header {
    height: 110px;
    background: linear-gradient(to bottom, var(--mdc-theme-background), var(--mdc-theme-surface));
    color: White;
    /*
    background-color: #666666;
    background-image: url('elcacloud-logo.svg');
    background-repeat: repeat;
    */
}

#header::after {
    position: relative;
    float: left;
    background-image: url(elcacloud-logo.svg);
    opacity: 0.5;
}

.header-warning-button {
    color: #e23615;
}

.header-warning-button:hover {
    background-color: var(--mdc-theme-surface,#fff);
}

.header-warning-message {
     color: white;
 }

.header-warning-version {
    color: #ccc;
}

#header-center-left {
    margin-left: 30px;
}

#header-company-logo {
    position: relative;
    float: left;
    background-image: url( logo_full.png);
    top: 10px;
    left: 10px;
    width: 300px;
    height: 46px;
    z-index: 1;
}

#header-page, #header-title {
    color: white;
}

#button-openHeader {
    color: #581e0c;
}

.header-button {
    margin: 0px;
    margin-top: 6px;
    margin-left: 6px;
    background-color: var(--mdc-theme-surface,#fff);
    color: #e23615;
}

#header-username-group, #header-username {
    text-align: right;
}

.tile {
    color: #e23615;
    background: var(--mdc-theme-surface,#fff);
    width: 160px;
    height: 160px;
    padding: 20px;
    border: none;
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2),
    0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.tile-title {
    color: white;
}

.tile-subtitle {
    /* color: white; */
}

.tile:hover {
    background: transparent;
    /* border: 1px solid #fff; */
}

#centerbody {
    padding: 10px 10px 40px 10px;
    border: 0;
    opacity: 0.8;
}

a {
    color: #e23615;
}

a:hover {
    color: white;
    text-decoration: underline;
}

a:visited {
    color: #852d12;
}

p, h1, h2, h3, h4 {
    color: white;
}

#header-warning {
    background-color: var(--mdc-theme-surface,#fff);
    border: none;
    width: 250px;
}

.dijitDialogPaneContent {
    background-color: black;
    color: #581e0c;
}

.dijitDialog {
    background-color: var(--mdc-theme-secondary);
    color: #581e0c;
}

.dialogBody {
    background-color: var(--mdc-theme-secondary);
    color: #cccccc;
}

input, button {
    background-color: var(--mdc-theme-background);
    color: White;
}

#footer {
    color: white;
}

.btn {
    background-color: var(--mdc-theme-primary);
    color: White;
}

.btn-icon {
    display: none;
}

#header-menu-wrapper {
    color: #eeeeee;
    text-align: right;
}

.tab-container > .label:hover {
    color: #581e0c;
    border-top-color: #581e0c;
    border-left-color: #581e0c;
    border-right-color: #581e0c;
}

.ias-tab-pane.ng-isolate-scope.ias-open {
    color: #e2e3e5;
}