/*
 * 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;

}

/* This is logo in the login box */

.header {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 1px 2px rgba(0,0,0,.125);
    background: rgb(106 158 197 / 28%);
}
a.button, button, input[type=submit] {
    -webkit-appearance: none;
    text-decoration: none;
    background-color: #1a2252;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 10px;
    color: #fbd737;
    text-shadow: -1px -1px rgba(0,0,0,.3);
    font-size: 1em;
    font-weight: 700;
    font-family: Carlito, FreeSans, Helvetica, Arial, sans-serif;
    padding: 0.35em 1em;
    min-width: 5em;
    margin: 0.25em;
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
input[type=submit]:hover {
    color: black;
    background-color: #1a22525c;
  }  border: 0px;
    

  .login-ui .login-dialog .logo {
    display: block;
    margin: 0.5em auto;
    width: 3em;
    height: 3em;
    background-size: 3em 3em;
    -moz-background-size: 3em 3em;
    -webkit-background-size: 3em 3em;
    -khtml-background-size: 3em 3em;
    background-image: url('app/ext/guac-customize/web/images/logo.png');
}

.user-menu .menu-dropdown .menu-title {
   
    background-image: url(images/guac-user.svg);
}



.connection .icon.ssh {
    background-image: url(images/ssh-com.svg);
}
.connection .icon.kubernetes {
    background-image: url(images/kubernetes-com.svg);
}

.connection  .connection .icon.telnet {
    background-image: url(images/telnet-com.svg);
}

.connection .icon.rdp {
    background-image: url(images/rdp-com.svg);
}

.connection .icon.vnc {
    background-image: url(images/vnc-com.svg);
}
.icon.user {
    background-image: url(images/guac-user.svg);
}

.login-ui .login-dialog .logo {
	width: 246px;
	height: 143px;
    border-radius: 10px; .
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Ajouter de l'ombre */
	background-size: auto;
    -webkit-background-size: auto;
    background-image:  url('app/ext/guac-customize/web/images/logo.png');
    background-repeat: no-repeat;
    background-position: center;

}
.login-ui .login-dialog {
    width: 100%;
    max-width: 3in;
    text-align: left;
    padding: 1em;
    font-size: 1.25em;
    display: inline-block;
    background-repeat: no-repeat;
    border-radius: 0px 30px 30px 0px;
}
/* This is the background for the entire page */
div.login-ui {
    background-image: url('app/ext/guac-customize/web/images/background.png');
    
}

.list-item:not(.selected) .caption:hover {
    background: #a6c7fb;
}
.recent-connections .connection:hover {
    background: rgb(181, 170, 221);
}
.recent-connections .connection:hover {
    background: rgb(123 151 193 / 46%);
}
.login-ui div.login-dialog {
    background: white;
}
.notification {
    border: 1px solid rgba(0, 0, 0, .25);
    box-shadow: 10px 1px 20px rgba(0,0,0,.8);
    /* background: #916363; */
    color: #000;
}
.login-ui .login-fields .labeled-field {
    z-index: 0;
}

/* Fixes the font size so the welcome text fits on one line*/
.login-ui .login-dialog .version {
	font-size: 1.0em;
}

/* This removes the Guacamole {Version} from the login box
.version.ng-binding {
    display: none;
}
*/
