/* =========================================================
 * Cupom Fiscal Sistemas - Nuvem | Login branding
 * ========================================================= */

/* Logo customizada na tela de login */
.login-ui .login-dialog .logo {
    background-image: url('app/ext/cupom-branding/images/logo.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 6em !important;
    height: 6em !important;
    margin: 0.5em auto !important;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {
    .login-ui .login-dialog .logo {
        background-image: url('app/ext/cupom-branding/images/logo-144.png') !important;
    }
}

/* Creditos abaixo do dialog (tema claro - texto escuro) */
.login-ui #cupom-credits,
.login-ui .cupom-credits {
    text-align: center !important;
    margin: 2em auto 1em auto !important;
    padding: 0 1em !important;
    font-size: 0.9em !important;
    color: #555 !important;
    line-height: 1.5 !important;
    max-width: 30em !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
}

.login-ui #cupom-credits a,
.login-ui .cupom-credits a {
    color: #c41e1e !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(196, 30, 30, 0.4) !important;
    padding-bottom: 1px !important;
    font-weight: 500 !important;
    transition: color 0.2s ease, border-color 0.2s ease !important;
}

.login-ui #cupom-credits a:hover,
.login-ui #cupom-credits a:focus,
.login-ui .cupom-credits a:hover,
.login-ui .cupom-credits a:focus {
    color: #8a1414 !important;
    border-bottom-color: #8a1414 !important;
    outline: none !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;

}
