/* enjoy */

body {
    background-color: #005793;
    background-image: radial-gradient(#004f84 1px, #005793 1px);
    background-size: 10px 10px;
}

div.login-ui {
    background-color: transparent !important;
    margin-top: 140px; /* aumenta o espaçamento */
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-tabs .page-list li a[href].current {
    background: #005793 !important;
    color: #FFFFFF !important;
}

.page-tabs .page-list li a[href]:hover {
    background: #004b87 !important;
    color: #FFFFFF !important;
}

.page-list-level li .menu-dropdown {
    background: #337ab7 !important;
}

.list-item:not(.selected) .caption:hover {
    background: #005793 !important;
    border: solid 1px #CCCCCC !important;
}

.recent-connections .connection:hover {
    background: #4682b4 !important;
}

.user-menu {
    background: #ffffff !important;
    color: #000000 !important;
}

.user-menu:hover {
    background: #7ac142 !important;
    color: #000000 !important;
}

.menu-dropdown .ng-isolate-scope .open {
    background: #337ab7 !important;
}

.header {
    background: #005793 !important;
    color: #ffffff !important;
}

.list-item .name {
    color: #ffffff;
    font-weight: 400;
    padding: 0.1em;
    margin-left: 0.25em;
}

a.button, button, input[type=submit] {
    background-color: #7ac142;
    color: white;
    font-weight: bold;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
    box-shadow: none;
}

.login-ui .login-dialog label {
    display: inline-block;
    color: white;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 12px;
    width: 80px; /* ajusta para alinhar com campos */
}

.login-ui .login-dialog .logo {
    display: none !important;
    margin: 0.5em auto;
    width: 3em;
    height: 3em;
    background-size: 3em 3em;
    -moz-background-size: 3em 3em;
    -webkit-background-size: 3em 3em;
    -khtml-background-size: 3em 3em;
    background-image: url(app/ext/genialnet-theme/images/genialnet_logo.png);
}

.login-ui .login-dialog .login-button {
    width: auto;
    padding: 8px 20px;
    float: right;
    background-color: #7ac142;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.login-ui .login-dialog .login-button:hover {
    background-color: #6fb33b;
}


.login-ui .login-dialog {
    background-color: #4682b4;
    width: 350px;
    border: solid 2px #ffffff;
    border-radius: 8px;
    padding: 30px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.login-ui .login-dialog .version .app-name {
    font-weight: 300;
    text-transform: none;
    text-align: center;
    font-size: 1.05em;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

/* login page error */
.login-ui.error p.login-error {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 1em;
    margin: 0.2em;
    background: #f14141;
    border: 1px solid #9d5b5b;
    border-radius: .25em;
    text-align: center;
    color: #000;
}

input[name="username"],
input[name="password"],
input[name="guac-totp"],
input[ng-model="searchString"] {
   background-color: #fff !important;
   color: #000 !important;
   width: 100%;
   padding: 8px;
   border-radius: 4px;
   border: none;
   font-size: 1em;
}

/* the login page header called "navigation" */
.navigation {
    background-color: #ffffff !important;
    background-image: radial-gradient(rgba(0,0,0,0.04) 1px, transparent 1px);
    background-size: 10px 10px;
    color: #005793 !important;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 88px;
    padding-right: 88px;
}




.navigation a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    float: left;
    color: #005793;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-weight: bold;
    line-height: 25px;
    border-radius: 4px;
}

/* logo da barra superior */
.hlogo {
    width: 241px;
    height: 90px;
    background: white url(app/ext/genialnet-theme/images/genialnet_logo.png) no-repeat center -3px;
    background-size: contain;
    font-size: 0;
    line-height: 0;
    margin-left: 110px;
    /* margin-right: auto; */
}
/*
 * 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;

}
