/* Britive Connect Branding */

/* Login page background - dark with Britive gradient accent */
.login-ui {
    background: #0f0f1a;
}

/* Login dialog */
.login-ui .login-dialog {
    background: #1a1a2e;
    border: 1px solid #2a2a4a;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* Replace logo on login page */
.login-ui .login-dialog .logo {
    background-image: url('app/ext/britive-connect/images/britive-logo.svg') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 220px;
    height: 50px;
}

/* Login button - Britive gradient */
.login-ui .login-dialog .buttons button,
.login-ui .login-dialog button[type=submit] {
    background: linear-gradient(135deg, #CA1ECC, #3E5DE0) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.login-ui .login-dialog .buttons button:hover,
.login-ui .login-dialog button[type=submit]:hover {
    background: linear-gradient(135deg, #d42fd6, #4f6ce8) !important;
    box-shadow: 0 4px 12px rgba(62, 93, 224, 0.4);
}

/* Input fields */
.login-ui .login-dialog input[type=text],
.login-ui .login-dialog input[type=password] {
    background: #0f0f1a;
    border: 1px solid #3a3a5a;
    border-radius: 6px;
    color: #ffffff;
    padding: 10px;
}

.login-ui .login-dialog input[type=text]:focus,
.login-ui .login-dialog input[type=password]:focus {
    border-color: #3E5DE0;
    outline: none;
}

/* Labels */
.login-ui .login-dialog label {
    color: #b0b0d0;
}

/* Header/nav bar after login */
.header {
    background: #0f0f1a !important;
    border-bottom: 1px solid #2a2a4a;
}

.header .logo {
    background-image: url('app/ext/britive-connect/images/britive-logo.svg') !important;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Hide any remaining Guacamole text in header */
.header .title {
    font-size: 0;
}
.header .title::after {
    content: 'Britive Connect';
    font-size: 16px;
    color: #e0e0f0;
    font-weight: 600;
}
/*
 * 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;

}
