/* 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 #585858 inset !important; /* “pinta” por cima */
          box-shadow: 0 0 0 1000px #585858 inset !important;
  transition: background-color 9999s ease-out 0s; /* evita flash amarelo */
  border: none;
}

body {
	background-color: #292929;
}

.logo {
	background-image: none !important;
    content: url('app/ext/Oficial/images/logo-placeholder.png') !important;
	width: 7.5em !important;
	height: 7.5em !important;
	margin: 0 auto !important;
}
div.login-ui {
	background: #666;
	background-color: #666;
}
.login-ui .login-dialog {
	max-width: 100% !important;
	width: 30vw;
	background-color: #666;
	border-radius: 8px;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
}

.version {
    padding: 0 0 0.5em 0 !important;
}

/* Botão de Login */
.login {
	border-radius: 8px;
	background-color: #3c3c3c;
	transition: background-color 1s ease, transform 1s ease;
}

.login:hover {
	background-color: #5a5a5a;
	cursor: pointer;
	transform: scale(1.02);
}

/* Campos de input */
.fields input {
	background: #585858;
}

.fields input:focus {
	background: #f16d6d;
	border: none;
}

/* Títulos mudados */
.header {
	background: radial-gradient(circle at center, #441212, #5a5a5a)!important; /*Mudei*/
}

/*A cor de todas as letras*/
.ng-binding {
    color: #f16d6d;
}

/* Cor da Oficial */
.app-name {
	color: #000;
}

/*as conexões*/
.caption a {
	color: white;
}

.caption {
    border: solid 1px #494949;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    transition: transform 1s ease, background-color 1s 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: #f18080 !important;
}

/*Conexoes salvas em cima*/
.connection.ng-scope a {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    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: #f18080 !important;
    transform: scale(1.01) rotate(-0.25deg);
}

.connection.ng-scope:nth-child(odd):hover {
    background-color: #f18080 !important;
    transform: scale(1.01) rotate(0.25deg);
}

/*Usuário em cima na direita*/
.menu-title.ng-binding {
	cursor: pointer !important;
}

.user-menu {
	background-color: #5a5a5a;
    transition: background-color 1s ease;
}

.user-menu:hover {
    background-color: #3d3d3d;
}

/* 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 rgba(0, 0, 0, 0.7);
}

/* Navigation da pagina principal */
.navigation {
    background: #242424;
    color: #fff !important;
}

.navigation a {
  	float: left;
  	color: white;
  	text-align: center;
  	padding: 12px;
  	text-decoration: none;
  	line-height: 25px;
  	border-radius: 4px;
	transition: color 1s ease, background-color 1s ease;
}

.navigation a:hover {
  	background-color: #e03a4e;
  	color: black;
}

.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;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}

/*
 * Add logo on the upper left
 */
.hlogo.ng-scope {
    width: 96px; /* 145px */
    height: 96px; /* 60px */
    content: url(app/ext/Oficial/images/logo-placeholder.png);
	position: relative;
	left: 142px;
	padding: 0;
    font-size: 0;
    line-height: 0;
}/*
 * 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;

}
