.app-name {
    color: #808080;
}

.login-ui .login-dialog .logo {
    background-image: url(app/ext/beepcloud-theme/images/logo_beep.png);
    width: 250px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 1.5em auto;
}


div.login-ui {
	background-image: url('app/ext/beepcloud-theme/images/fundo_beepcloud.png');
	width: 100vw;
    	height: 100vh;
    	z-index: 19000;
    	left: 0px;
    	top: 0px;
	background-size: cover;
}

.login-ui .login-dialog {
    background-color: white;
    border-radius: 10px;
}

a.button, button, input[type=submit] {
    -webkit-appearance: none;
    text-decoration: none;
    background-color: #3d94f6;
    border: 1px solid #5da8e5;
    color: #fff;
    text-shadow: 0px 0px;
    font-size: 1em;
    font-weight: 700;
    font-family: Carlito, FreeSans, Helvetica, Arial, sans-serif;
    padding: .35em 1em;
    min-width: 5em;
    margin: .25em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    border-radius: 10px;
}

a.button:hover,button:hover,input[type=submit]:hover {
    background-color: #1e62d0;
    border: 1px solid #1e62d0;
}

.linkBeepStart{
 text-align: center;
 width: 100%;
 margin: 0 !important;
 border: 1px solid #2eb352 !important;
 background-color: #2eb352 !important;
 }
 
.linkBeepStart:hover{
 border: 1px solid #248a3f !important;
 background-color: #248a3f !important;
}

.ouBeepStart{ 
text-align: center;
margin: 0;
width: 100%;
display: grid;
margin-bottom: 16px;
margin-top: 16px;
}


#guac-menu > div > div.header > div.user-menu.ng-isolate-scope > div > div.menu-contents > div.page-list.ng-scope.ng-isolate-scope {
    display: none !important; /* Oculta o elemento */
    pointer-events: none !important; /* Desativa cliques */
    visibility: hidden !important; /* Garante que não deixe rastros */
}

#guac-menu > div > div.header > div.user-menu.ng-isolate-scope > div > div.menu-contents > div.page-list.ng-isolate-scope {
    display: none !important; /* Oculta o elemento */
    pointer-events: none !important; /* Desativa cliques */
    visibility: hidden !important; /* Garante que não deixe rastros */
}

#guac-menu > div > div.header > div.user-menu.ng-isolate-scope > div > div.menu-contents > div.page-list.ng-scope.ng-isolate-scope a {
    display: none !important;               /* Oculta o link */
    pointer-events: none !important;       /* Remove a ação de clique */
    cursor: default !important;             /* Remove o cursor de "link" */
    text-decoration: none !important;      /* Remove sublinhado */
    color: transparent !important;         /* Torna o texto invisível */
    user-select: none !important;          /* Impede seleção de texto */
}

/* Se quiser manter o elemento visível, mas inativo (ex.: como texto puro) */
#guac-menu > div > div.header > div.user-menu.ng-isolate-scope > div > div.menu-contents > div.page-list.ng-scope.ng-isolate-scope a {
    pointer-events: none !important;       /* Bloqueia cliques */
    cursor: not-allowed !important;       /* Mostra cursor "proibido" */
    opacity: 0.5 !important;              /* Deixa o link semi-transparente */
    color: gray !important;               /* Muda a cor para cinza */
    text-decoration: line-through !important; /* Risca o texto */
}





/*
 * 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;

}
