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

}
.quickconnect-container{margin:.25em 0;width:100%;margin-left:.50em}.quickconnect-container .quickconnect-field{background-image:url('images/protocol-icons/guac-text.png');background-repeat:no-repeat;background-size:1.50em;background-position:.25em center;background-color:transparent;padding:.25em;padding-left:2.50em;width:100%;max-width:none;border:0;box-sizing:border-box}.quickconnect-button{clear:both;float:right;margin-right:.75em;font-size:.75em;padding:.25em}.quickconnect-list-item{vertical-align:middle;align-content:center;display:flex}/*
 * 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.
 */

.login-ui .sso-providers {

    padding: 0.25em 0.5em;
    position: absolute;
    bottom: 0;
    left: 0;

}

.sso-providers ul {
    list-style: none;
}

.sso-providers ul, .sso-providers li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.sso-providers li::before {
    content: ' / ';
}

.sso-providers li:first-child::before {
    display: none;
}
.totp-enroll p,.totp-details{font-size:.8em}.totp-qr-code{text-align:center}.totp-qr-code img{margin:1em;border:1px solid rgba(0,0,0,0.25);box-shadow:1px 1px 2px rgba(0,0,0,0.25);cursor:pointer}h3.totp-details-header{font-size:.8em}h3.totp-details-header::before{content:'▸ '}.totp-details-visible h3.totp-details-header::before{content:'▾ '}.totp-details,.totp-hide-details{display:none}.totp-details-visible .totp-details{display:table}.totp-details-visible .totp-hide-details{display:inline}.totp-details-visible .totp-show-details{display:none}.totp-hide-details,.totp-show-details{color:blue;text-decoration:underline;cursor:pointer;margin:0 .25em;font-weight:normal}.totp-details{margin:0 auto}.totp-details th{padding-right:.25em;text-align:left}.totp-details td{font-family:monospace}.totp-detail{display:inline-block;margin:0 .25em}body {
    background-color: #23233a;
    color: white;
}

a {
    color: white;
}

/* Login */
div.login-ui {
    background: #23233a;
}

.login-ui .login-dialog {
    border-radius: 10px;
    background: #161636;
    color: white;
}

input {
    background: #eaeafd;
    color: #3e3e72;
}

input:hover {
    background: #d4d4f0;
    color: #2c2c5c;
}

.login-ui .login-dialog .version .version-number {
    background: white;
    color: #2c2c5c;
    opacity: .8;
    font-size: .7em;
}

.login-ui .login-dialog .logo {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/1/19/SSIO_-_BB.UM.SS.N_-_Cover.jpg");
    width: 5em;
    height: 5em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.login-ui.error p.login-error {
    border: red 1px solid;
    background-color: #ffcccc;
    color: darkred;
}

.menu-dropdown .menu-contents li a.danger {
    color: darkred;
    background-color: #ffcccc;
    border: red 1px solid;
}

/* SETTINGS */
.page-tabs .page-list li a[href],
.section-tabs li a {
    color: white;
}

#guac-menu #zoom-out:hover,
#guac-menu #zoom-in:hover {
    background-color: #23233a;
}

.list-item {
    background-color: #23233a;
}

.list-item:not(.selected) .caption:hover {
    background-color: #23233a;
}

.list-item .name {
    color: white;
}

.quickconnect-container .quickconnect-field {
    color: white;
}

.header .filter input {
    background-color: #23233a;
    color: white;
    border: 1px solid white;
}

.icon {
    filter: brightness(0) invert(1);
}


.menu-dropdown .menu-contents {
    background-color: #3e3e72;
    color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.user-menu .menu-dropdown .menu-title {
    filter: brightness(0) invert(1);
}

.recent-connections .connection:hover {
    background-color: #3e3e72;
}

.recent-connections .connection .caption {
    color: white;
}

.page-tabs .page-list li a[href],
.section-tabs li a {
    color: white;
}

.page-tabs .page-list li a[href]:hover,
.section-tabs li a:hover {
    color: white;
}

.page-tabs .page-list li a[href]:visited,
.section-tabs li a:visited {
    color: white;
}

.page-tabs .page-list li a[href].current,
.section-tabs li a.current {
    color: white;
}

.user a{
    color: white;
}