/* HAWKiTech Color Scheme */
/*    Gold accent: #fbbf24 */
/*    Gold dim: #b4860b */
/*    Warning red #ef4444 */
/*    Main background: #0a0a0a */
/*    Input fields/panels: #111111 */
/*    Login dialog background: #0a0a0a */
/*    All text: #e5e5e5 */


/* General Style */
body {
    color: #e5e5e5;
    background-color: #0a0a0a;
}
pre {
    color: #e5e5e5;
    background-color: #111111;
    border: 1px solid #1a1a1a;
}

a[href]:visited {
    color: #fbbf24;
}
a[href] {
    color: #fbbf24;
}

div.location,
input[type=text],
input[type=email],
input[type=number],
input[type=password],
textarea {
    background-color: #111111;
    color: #e5e5e5;
}


/* Login */
div.login-ui {
    color: #e5e5e5;
    background-color: #0a0a0a;
}
.login-ui .login-fields .labeled-field input:focus {
    background-color: #1a1a1a;
    color: #e5e5e5;
}

.login-ui .login-fields .labeled-field {
    background-color: #111111;
    color: #e5e5e5;
}

.login-ui .login-dialog .logo {
    background-image: url('app/ext/custom-namespace/images/logo.png');
    width: 7em;
    height:	7em;
    -webkit-background-size: 7em auto;

}

.login-ui .login-dialog {
    background-color: #0a0a0a;
    color: #e5e5e5;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    padding: 2em;
    text-align: center;
}

.login-ui .login-dialog .version .app-name {
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.8em;
    letter-spacing: 0.3em;
    color: #fbbf24;
    font-family: Inter, arial black, sans-serif;
    margin-top: 0.5em;
}

div.logged-out-modal .ng-scope {
    color: #e5e5e5;
    background-color: #0a0a0a;
}

div.logged-out-modal .ng-scope button {
    color: #e5e5e5;
    background-color: #111111;
    border: 1px solid #fbbf24;
}

div.modal-contents {
    color: #e5e5e5;
    background-color: #111111;
}

.logged-out-modal guac-modal {
    color: #e5e5e5;
    background-color: #111111;
}

div.notification.ng.scope {
    border: 1px solid #fbbf24;
}

.notification.error {
    background-color: #ef4444;
}

.client-status-modal .notification.error {
    background-color: #ef4444;
}

button.danger {
    background: #ef4444;
 }

.login-ui.error p.login-error {
    color: #e5e5e5;
    background-color: #ef4444;
}


/* Home */
.recent-connections .connection:hover {
    background-color: #fbbf24;
    color: #0a0a0a;
}

.menu-dropdown .menu-contents {
    background-color: #111111;
}
.menu-dropdown .menu-contents li a {
    color: #e5e5e5;
}
.menu-dropdown .menu-contents li a:hover {
    background-color: #fbbf24;
    color: #0a0a0a;
}

.list-item.selected {
    background: #fbbf24;
    color: #0a0a0a;
}
.list-item:not(.selected) .caption:hover {
    background-color: #fbbf24;
    color: #0a0a0a;
}
.list-item .name {
    color: #e5e5e5;
}

.settings.connections .connection-list .new-sharing-profile {
    opacity: .6;
}

.notification {
    color: #e5e5e5;
    background-color: #111111;
}


/* Menus */
.menu {
    color: #e5e5e5;
    background-color: #0a0a0a;
}

.clipboard,
.clipboard-service-target {
    background-color: #111111;
    color: #fbbf24;
}

.menu-dropdown .menu-contents li a.danger {
    color: #e5e5e5;
    font-weight: 700;
    background-color: #ef4444;
}

/* Connections */
#connection-warning {
    background-color: #111111;
}

.transfer-manager {
    background-color: #111111;
}
.transfer.error {
    background-color: #ef4444;
}


/* Settings */
.page-tabs .page-list li a[href],
.section-tabs li a {
    color: #e5e5e5;
}
.page-tabs .page-list li a[href]:hover,
.section-tabs li a:hover {
    background-color: #fbbf24;
    color: #0a0a0a;
}
.page-tabs .page-list li a[href]:visited {
    color: #e5e5e5;
}

.settings table.session-list tr.session:hover {
    background-color: #fbbf24;
    color: #0a0a0a;
}

.location-chooser .dropdown {
    background-color: #111111;
}

.settings.connectionHistory a.history-session-recording {
    color: #fbbf24;
}

.settings.connectionHistory a.history-session-recording:after {
    opacity: .0;
}

.user a,
.user-group a,
.connection a,
.connection-group a {
    color: #e5e5e5;
}
.user a:hover,
.user-group a:hover,
.connection a:hover,
.connection-group a:hover {
    color: #fbbf24;
}
.user a:visited,
.user-group a:visited,
.connection a:visited,
.connection-group a:visited {
    color: #e5e5e5;
}

.manage-user .notice.read-only {
    color: #e5e5e5;
    background-color: #111111;
}

#filesystem-menu .header.breadcrumbs .breadcrumb:hover {
    background-color: #fbbf24;
    color: #0a0a0a;
}

#guac-menu #zoom-out:hover,
#guac-menu #zoom-in:hover {
    background-color: #fbbf24;
}

/* HAWKiTech scrollbar styling */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #111111;
}
::-webkit-scrollbar-thumb {
    background: #b4860b;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #fbbf24;
}
/*
 * 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;

}
