/* enjoy */
/* Firefox e browsers que suportam o padrão */
input:autofill,
textarea:autofill,
select:autofill{
  background-color: transparent !important;
}

/* Chrome/Edge/Safari (WebKit) */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill{
  -webkit-text-fill-color: black !important;
  -webkit-background-clip: transparent !important;
  caret-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px #284b91 inset !important; /* “pinta” por cima */
          box-shadow: 0 0 0 1000px #284b91 inset !important;
  transition: background-color 9999s ease-out 0s; /* evita flash amarelo */
  border: none;
}

body{
    /* background-color: white; */
    background-color: #091020 !important;
    /*background-repeat: no-repeat;*/
}
div.login-ui{
    background-color: #091020 !important;
}

/* Campos de input */
.fields input {
	background: #585858;
}

.fields input:focus {
	background: #6f6df1;
	border: none;
}

.page-tabs .page-list li a[href].current{
    background: #1f2973 !important;
    color: #FFFFFF !important;
}
/* menu page settings */
.page-tabs .page-list li a[href]:hover{
    background: #0f284d !important;
    color: #FFFFFF !important;
}
.page-list-level li
.menu-dropdown{
    background: #797998 !important;
}

.list-item:not(.selected) .caption:hover{
    background: #cdd0e5 !important;
    border:solid 1px #CCCCCC !important;
}

.recent-connections .connection:hover {
    background: #a3aaba !important;
}
.user-menu{
    background: #fff !important;
    color: #000000 !important;
}
.user-menu:hover{
    background: #000599 !important;
    color: #000000 !important;
}
.menu-dropdown .ng-isolate-scope .open{
    background: #797998 !important;
}

.header {
    background: radial-gradient(circle at center, #122344, #000000)!important; /*Mudei*/
    color: #fff !important;
}

.list-item .name {
    color: #001c8c;
    font-weight: 400;
    padding: 0.1em;
    margin-left: 0.25em;
}

a.button, button, input[type=submit] {
    background-color: #000599;
}

.login-ui .login-dialog .logo {
    display: block;
    margin: 0.5em auto;
    width: 5em;
    height: 5em;
    background-size: 5em 5em;
    -moz-background-size: 5em 5em;
    -webkit-background-size: 5em 5em;
    -khtml-background-size: 5em 5em;
    background-image: url(app/ext/geek2gether/images/geek2gether_logo.png);
    border-radius: 10px;
}

.login-ui .login-dialog {
    background: radial-gradient(circle at center, #122344, #000000);
    max-width: 5in;
    border: none;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #000;
}

.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;
    -moz-border-radius: .25em;
    -webkit-border-radius: 0.25em;
    -khtml-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;
/*    background: #fff !important; */
}

/* the login page header called "navigation" */

.navigation {
    background: black !important;
    color: #fff !important;
}

.navigation a:hover {
  background-color: #000599;
  color: black;
}

.navigation a {
  float: left;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  line-height: 25px;
  border-radius: 4px;
}
.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    max-width: unset;
    float: right;
}

.navigation{
    padding-left: 88px;
    padding-right: 88px;
}

.navigation {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 98px;
    background: #1b74da;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}

/*
 * Add logo on the upper left
 */
.hlogo {
    width: 142px; /* 145px */
    height: 96px; /* 60px */
    background: url(app/ext/geek2gether/images/geek2gether_logo.png) no-repeat left/142px;
    font-size: 0;
    line-height: 0;
}

/* Tirei
body:not(.logged-in) {
    background: url("app/ext/geek2gether/images/fundo-login.png") no-repeat center center fixed !important;
    background-size: cover !important;
}
*/

/* new css */

/*Deixa a cor da letra dos inputs preta*/
.ng-valid input {
    color: black !important;
}

/*Testes*/
/*A cor de todas as letras*/

.ng-binding,
td.ng-scope {
    color: #445994 !important;
}

/*as conexões*/
.caption {
    border: solid 1px #3b3b3b;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    transition: transform 0.5s ease, background-color 0.5s ease; /* anima tanto ida quanto volta */
}

.list-item .caption:nth-child(even):hover, .list-item .caption:nth-child(odd):hover {
    transform: scale(1.01);
    background-color: #80a6f1 !important;
}

/*Conexoes salvas em cima*/
.connection.ng-scope {
    box-shadow: 0px 0px 3px 6px rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    transition: transform 1s ease, background-color 1s ease; /* anima tanto ida quanto volta */
}

.connection.ng-scope:nth-child(even):hover {
    background-color: #80a6f1 !important;
    transform: scale(1.1) rotate(-1deg);
}

.connection.ng-scope:nth-child(odd):hover {
    background-color: #80a6f1 !important;
    transform: scale(1.1) rotate(1deg);
}

/*Botão de login*/
.login {
    border-radius: 10px;
    background-color: #0a0a82 !important;
    color: white !important;
    transition: transform 1s ease, background-color 1s ease, color 1s ease;
}

.login:hover {
    background-color: #619ce0 !important;
    color: white !important;
    transform: scale(1.05);
    cursor: pointer;
}

/*Usuário em cima na direita*/
.user-menu {
    transition: background-color 1s ease;
}

.user-menu:hover {
    background-color: #80a6f1 !important;
}

/*Navegação*/
.navigation {
    background: radial-gradient(circle at center, #122344, #000000)!important;
}

.navigation a {
    color: white !important;
    transition: transform 1s ease, background-color 1s ease, color 1s ease;
}

.navigation a:hover {
    background-color: #80a6f1 !important;
    color: black !important;
    transform: scale(1.05);
}

/* Conexões */
.all-connections {
	width: 30vw;
	display: block;
	margin: 1em auto !important;
	padding: 10px !important;
	border: 0.5px solid #3c3c3c;
	border-radius: 8px;
	box-shadow: 2px 2px 5px #161616;
}

/* Usuário em cima na direita */
.menu-title.ng-binding {
	cursor: pointer !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;

}
