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

}
.login-banner {
  background-color: #e8eaf1;
  color: #333;
  padding: 0.5em 1.1em;
  margin: 1.8em auto;
  border: 1px solid #bdc4d7;
  width: fit-content;
  max-width: 90%;
  font-family: Arial, sans-serif;
  font-size: 0.95em;
  line-height: 1.4em;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
a.button,
button,
input[type=submit] {
	background-color: #7280a9;
}

a.button:hover,
button:hover,
input[type=submit]:hover {
	background-color: #beb99f;
}

.login-ui .login-dialog .logo {
	background-image: url(app/ext/mgr/images/logo-rgb.png);
	width: auto;
	-webkit-background-size: auto 3em;
	background-repeat: no-repeat;
	background-position-x: center;
}

div.login-ui {
	background-image: url(app/ext/mgr/images/login_background_white.jpg);
	background-size: cover;
}

#filesystem-menu .header.breadcrumbs .breadcrumb:hover {
	background-color: #e8eaf1;
}

.client-zoom .client-zoom-in:hover,
.client-zoom .client-zoom-out:hover {
	background: #e8eaf1;
}

.recent-connections .connection:hover {
	background: #e8eaf1;
}

.list-item.selected {
	background: #e8eaf1;
}

.list-item:not(.selected) .caption:hover {
	background: #e8eaf1;
}

.menu-dropdown:hover {
	background: #e8eaf1;
}

.menu-dropdown.open,
.menu-dropdown.open:hover {
	background: #bdc4d7;
}

.menu-dropdown .menu-contents li a:hover {
	background-color: #d9dde8;
}

.page-tabs .page-list li a[href]:hover,
.section-tabs li a:hover {
	background-color: #e8eaf1;
}

.page-tabs .page-list li a[href].current,
.page-tabs .page-list li a[href].current:hover,
.section-tabs li a.current,
.section-tabs li a.current:hover {
	background: #7280a9;
	color: white;
}

.settings table.session-list tr.session:hover {
	background: #e8eaf1;
}
