/* Hybrid Cloud Branding - Robust logo path */
.login-ui .logo {
  /* 1) Path served by Guacamole extension loader (no leading slash) */
  background-image: url("app/ext/hybrid-cloud-branding/images/login-logo.png"), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHoAAACzCAYAAABGvgiYAAADLklEQVR4nO3cPWtTYRjG8es5TV+kq24KDl3aWKR0c8oHcHGILgrS2t1B6KBDliK4qIggtVhwEsSlX0BxEBw62LS+DGIFxaVCqSBo2vM4SLdaS3LSJ8n1/0Ggy7l70z88nCSHSgAAAAAAAAAAAAAAAAAAAOg+IfUCOLjxhdVGlErNXJsVvQw6E6FNENoEoU0Q2kRTd3D4a3xhdVYhO9HMtQMDmlu+NPat6J3+hdCtCOFCjPlEM5c2fmUPJB1e6PKVh1cP65d1urWFmTupd2iXkpTfTr1Ep4gx3g0hxNR7tAM3YyYIbYLQJghtgrdXXSSGsB1ic/eKhO4iq9PlI81ey9FtgtAmCG2C0CYIbYK77hYEZXPK8qPNXBsHh78Wvc9+CN2ClenRZ6l3OCiObhOENkFoE4Q2QWgThDZR+NurIC1GZS+KnnsYUj4vVnkeS1pfL7THseGf+dPz5d9SG0LHTK/W5mceFz231218entTebxW6MwtfZQ0InF02yC0CUKbILQJQpvoyW+vTj96dzZXfi71HlL4UJ8au5V6C6lHQ+dxZyJGTaXeIwS9lNQRoTm6TRDaBKFNENoEoU0Q2gShTRDaBKFNENoEoU0Q2gShTfTkt1fdKGTZkxBjvciZufRj92dCd4j65dFlScvtms/RbYLQJghtgtAmCG2C0CYIbYLQJghtgtAmCG2C0CYIbYLQJghtgtAmCG2iJ58wCQpvYojJ/9dZDHqfeoddPRl6Zbq8JGkp9R6dhKPbBKFNENoEoU305M1YSpXa4tDmpoaKmje405+/vndxq9U5hC7YxpftG1H59aLmNdT4LOlkq3M4uk0Q2gShTRDaBKFNENoEoU0Q2gShTRDaBKFNENoEoU0Q2gShTRDaRPEPHsQwcmpm/kzhc7tEjPnx1DvspQ2h42yUZgufi5ZwdJsgtAlCmyC0CUKbILQJQpsgtAlCmyC0CUKbILQJQpsgtAlCmyC0CUKbILQJQpsoKdP91EtgH1HfU68AAAAAAAAAdLdsr1e1Wu2rVqt94vPwFLJKpVKanJzsr9Vq/P0BAAAAAAAAAAAAAAAAAAAAAAAAAAD+6w+agn3uU0PbRQAAAABJRU5ErkJggg==') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 260px !important;
  height: 120px !important;
  min-height: 120px !important;
  margin: 0 auto 1.25rem auto !important;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}

/* Hide default logo nodes */
.login-ui .logo img,
.login-ui .logo svg,
.login-ui .logo .app-logo {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

@media (max-width: 480px) {
  .login-ui .logo {
    width: 200px !important;
    height: 90px !important;
    min-height: 90px !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;

}
