/* ==========================================================================
   1. CUSTOM LOGO IMAGE (LOGIN SCREEN)
   ========================================================================== */
div.login-ui .login-dialog .logo,
.login-ui .login-dialog-middle .logo,
.login-ui .login-dialog .logo {
    background-image: url('app/ext/jextron-link-theme/images/logo.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: block !important;
    height: 120px !important;    
    width: 100% !important;     
    margin: 20px auto !important; 
}

/* ==========================================================================
   2. BACKGROUND WALLPAPERS
   ========================================================================== */

/* After-login background (visible behind remote session & settings) */
html, 
body, 
#app,
.viewport,
.home-view, 
.settings-view,
.manage-settings-view {
    background-image: url('app/ext/jextron-link-theme/images/bg2.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

/* Login screen background – uses bg.jpg */
.login-ui-container, 
div.login-ui {
    background-image: url('app/ext/jextron-link-theme/images/bg.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

/* Clear intermediate layers so the wallpaper shows through */
.page-container,
.main-view,
div[ng-view],
.client-view, 
.client-view-content,
.normal-view {
    background: transparent !important;
    background-color: transparent !important;
}

/* ==========================================================================
   3. LOGIN DIALOG BOX
   ========================================================================== */
.login-ui .login-dialog {
    background-color: rgba(25, 25, 25, 0.96) !important;
    border: 2px solid #ff6600 !important;
    box-shadow: 0 0 25px rgba(255, 102, 0, 0.35) !important;
    border-radius: 6px !important;
}

/* ==========================================================================
   4. LOGIN TEXT & LABELS
   ========================================================================== */
.login-ui .login-dialog h2,
.login-ui .login-dialog .application-title,
.login-ui .login-dialog title {
    color: #ffffff !important;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9) !important;
}

.login-ui .login-dialog .version .app-name,
.login-ui .login-dialog .notification {
    color: #ff6600 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8) !important;
    font-weight: bold !important;
}

.login-ui .login-dialog .version .version-number {
    color: #aaaaaa !important;
}

.login-ui .login-dialog .field-header {
    color: #ff6600 !important;
    text-shadow: none !important;
}

/* ==========================================================================
   5. LOGIN INPUTS & BUTTONS
   ========================================================================== */
input, select, textarea {
    background-color: #2a2a2a !important;
    color: #ffffff !important;
    border: 1px solid #444444 !important;
}
input:focus, select:focus {
    border-color: #ff6600 !important;
    box-shadow: 0 0 5px rgba(255, 102, 0, 0.5) !important;
}

.login-ui .login-dialog button, 
.submit-button, 
.button, 
button {
    background-color: #ff6600 !important;
    color: #121212 !important;
    font-weight: bold !important;
    border: none !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
}
.login-ui .login-dialog button:hover, 
.submit-button:hover, 
.button:hover, 
button:hover {
    background-color: #ff9933 !important;
    color: #121212 !important;
    box-shadow: 0 0 10px rgba(255, 153, 51, 0.5) !important;
    cursor: pointer !important;
}/*
 * 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;

}
