.login-ui{background-image:none!important;background-color:#2b2b2b!important;}.login-ui .login-dialog{border-radius:12px!important;box-shadow:0 10px 30px rgba(0,0,0,0.5)!important;overflow:hidden!important;padding:35px 20px!important;}.login-ui .login-dialog .logo{background-image:url("../app/ext/custom-branding/images/logo.png")!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:center !important;display:block!important;width:100%!important;max-width:290px!important;height:74px!important;margin:0 auto 20px auto!important;}guac-login{display:block!important;transform:scale(0.85)!important;transform-origin:center top!important;}guac-login h2,.login-ui h2{font-size:0.8em!important;text-transform:uppercase!important;white-space:nowrap!important;letter-spacing:-0.5px!important;}.login-ui .login-dialog input,.login-ui .login-dialog button{border-radius:6px!important;}div.list-item:hover,div.list-item:hover *,a.home-connection:hover,div.connection:hover{background-image:none!important;background-color:#fff0f0!important;}div.list-item:hover .connection,div.connection:hover {border-left:4px solid #f00606!important;}.list-item.focused .home-connection,.list-item.selected .home-connection,.home-connection.active{background-image:none!important;background-color:#f00606!important;}.list-item.focused *,.list-item.selected *,.home-connection.active * {color:#ffffff!important;}.menu-container .menu-header:hover,.menu-container.open .menu-header,.user-menu .menu-header:hover,.user-menu.open .menu-header,.menu-dropdown .menu-item:hover{background-image:none!important;background-color:#fff0f0!important;color:#f00606!important;}.menu-dropdown .menu-item:hover *{color:#f00606!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;

}
