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

}
/*
 * Guacamole Mexico Theme Color
 * 
 * Theme colors
 * #fda409 : Orange
 * #f8513a : Orange sanguine
 * #fff3ad : Jaune clair
 * #ffffff : Blanc
 * #ffd23e : Jaune foncé
 * #ffe376 : Jaune
 * #fa690e : Orange-Pamplemousse
 * #fc870b : Orange foncé
 * #81982d : Vert foncé
 * #a0ad2f : Vert
 * #fa7461 : Pamplemousse
 * 
 */

/* 
 * Remplacement du logo 
 */
.login-ui .login-dialog .logo {
  height: 5em;
  width: 5em;
  background-size: 5em 5em;
  -moz-background-size:    5em 5em;
  -webkit-background-size: 5em 5em;
  -khtml-background-size:  5em 5em;
  background-image: url('app/ext/guacamole-mexico-theme/resources/images/guacamole/guacamole.png');
}

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

.login-ui .login-dialog {
  background-color: #ffffff;
}

/* 
 * Modification de l'affichage de la version 
 */
.login-ui .login-dialog .version .version-number {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .25em .75em;
    margin: .25em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    -khtml-border-radius: .5em;
    border-radius: .5em;
    color: #ffe376;
    background: #81982d;
    font-size: .5em;
    font-style: italic;
    opacity: 1;
}

/*
 * Modification de l'odre de préférence des polices dans l'ensemble de l'interface
 */
body {
    font-family: Tahoma, FreeSans, Helvetica, Arial, sans-serif;
}
