/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you 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.
 */

.login-ui .sso-providers {

    padding: 0.25em 0.5em;
    position: absolute;
    bottom: 0;
    left: 0;

    display: none;

}

.login-ui .sso-providers:last-child {
    display: block;
}

.sso-providers ul {
    list-style: none;
}

.sso-providers ul, .sso-providers li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.sso-providers li::before {
    content: ' / ';
}

.sso-providers li:first-child::before {
    display: none;
}
/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you 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.
 */

/* Label/tag denoting the user that shared a connection */
.jdbc-share-tag {

    background: #0095ff;
    padding: 0.25em;

    -moz-border-radius:    0.25em;
    -webkit-border-radius: 0.25em;
    -khtml-border-radius:  0.25em;
    border-radius:         0.25em;

    color: white;
    font-size: 0.75em;
    font-weight: bold;

}
/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you 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.
 */

.login-ui .sso-providers {

    padding: 0.25em 0.5em;
    position: absolute;
    bottom: 0;
    left: 0;

    display: none;

}

.login-ui .sso-providers:last-child {
    display: block;
}

.sso-providers ul {
    list-style: none;
}

.sso-providers ul, .sso-providers li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.sso-providers li::before {
    content: ' / ';
}

.sso-providers li:first-child::before {
    display: none;
}
/* Custom CSS by MHx */

/* ############################## GUACAMLOE LOGO OVERRIDE ############################## */

.login-ui .login-dialog .logo {
    background-image: url('app/ext/ipcenteredutheme/images/logo.png');
    width: 9em;
    -webkit-background-size: 9em auto;
    background-size: 9em auto;
    background-repeat: no-repeat;
}

div.login-ui {
background: #666;
background-color: #666;
}

.login-ui .login-dialog {
background-color: white;
}

/* ############################## BODY ############################## */

/* Apply default font-family */
* {
    font-family: "Frutiger LT Light";
}

/* Add 'before' to add background-image with opacity and z-index '-1' ... */
body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    background-image: url('app/ext/ipcenteredutheme/images/stones.jpg'); /* background image */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* ... Then, add background-color to apply blue filter. */
body {
    font-family: "Frutiger LT Light";
    background-color: #007FB2;
}

/* ############################## HEADER ############################## */

/* All Headers */
.header {
    background-color: #fff;
    height: 70px;
    padding-left: 5px;
}

/* All Headers - h2 */
.header h2 {
    color: #007FB2 !important;
    align-self: center;
}

/* ############################## HEADER DROPDOWN MENU - TO RIGHT CORNER ############################## */

/* Added left of Dropdown Menu */
.user-menu.ng-isolate-scope::before {
    content: "TRAINING";
    background: url('app/ext/ipcenteredutheme/images/logo.png'); /* logo */
    background-repeat: no-repeat;
    background-position: left;
    padding: 0 31px 0 141px;
    background-size: auto 100%;
    font-size: x-large;
    margin: auto;
    color: #007FB2;
    font-size: xx-large;
}

/* Dropdown Menu */
.menu-dropdown {
    min-width: 180px;
}

/* Dropdown Menu - Content*/
.menu-dropdown .menu-contents li {
    padding: 15px;
}

/* ############################## HEADER FILTER ############################## */

/* Filter */
.header .filter {
    width: 500px;
}

/* Filter - Input */
.header .filter input {
    height: 100%;
}

/* Filter - Input Focus */
.filter input:focus{
    outline: #bed73b solid 2px;
}

/* ############################## CONNECTIONS ############################## */

/* "Aktive Verbindungen" - Placeholder: "Keine aktiven Verbindungen" */
.placeholder {
    color: #666 !important;
    text-shadow: none;
    opacity: unset;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px !important;
    border-radius: 10px; /* rounded corners */
    width: max-content;
    margin: auto;
    font-weight: normal;
    font-size: x-large;
    font-family: "Frutiger LT Italic";
}

/* "Alle Verbindungen" - List Elements */
.caption {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px !important;
    margin: 10px;
    border-radius: 10px; /* rounded corners */
}

/* ############################## FONTS ############################## */

@font-face {
    font-family: "Frutiger LT Italic";
    src: url('app/ext/ipcenteredutheme/fonts/frutiger-lt-italic.ttf') format("truetype");
}

@font-face {
    font-family: "Frutiger LT Light";
    src: url('app/ext/ipcenteredutheme/fonts/frutiger-lt-light.ttf') format("truetype");
}