/* This updates the overall css for guacamole, so you can define any existing 
css properties to affect a change in the look and feel */

/* Changes overall background color of page */
body {
    background: #b1b3c2;
}

/* Changes overall background color of headers */
.header {
    background: #757575;
}

/* Changes overall background color of login page  */
div.login-ui {
	background: #eeeeee;
	background-color: #2d4675;
}

/* Changes background color of login box and color of text */
.login-ui .login-dialog {
	background-color: #eeeeee;
	color: #777777;
        max-width: 5in;
        padding-bottom: 20px;
}

/* Changes logo displayed on login page */
.login-ui .login-dialog .logo {
        background: no-repeat;
        background-image: url('app/ext/tempnamespace/images/tmxsuiteFull.png');
	width: 9em;
        height: 80px;
	-webkit-background-size: 9em auto;
}

/* Changes size of text displayed under the logo on the login screen */
.login-ui .login-dialog .version .app-name {
    font-size: 20px;
    font-weight: 600;
    text-transform: unset;
}

/* Changes background color of button */
input[type="submit"], button, a.button {
    background-color: #2d4675;
}
/* the login page header called "navigation" */

.navigation {
    background: #b1b3c2 !important;
    color: #fff !important;
}

.navigation a:hover {
  background-color: #ffffff;
  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: 100px;
    background: #1b74da;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}

/*
 * Add logo on the upper left
 */
.hlogo {
    width: 145px;
    height: 60px;
    background: url(app/ext/tempnamespace/images/tormatrix200x80.png) no-repeat left/142px;
    font-size: 0;
    line-height: 0;
}
/*Add footer after login form */
.login-ui .login-dialog:after {
    content: "©2026 Tormatrix Limited | Authorised Access Only";
    display: block;
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
    color: #888;
}
/* List item displayed connections */
.list-item .name {
    color: #2d4675;
    font-weight: 600;
}/*
 * 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;

}
.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}