.connection .icon.kubernetes, .connection .icon.ssh, .connection .icon.telnet {
    background-image: url(app/ext/bluespace/img/linux-ssh.png);
}

.connection .icon.rdp, .connection .icon.vnc {
    background-image: url(app/ext/bluespace/img/windows.png);
}

.full-name a{
	color:black;
}

._menu_frm {
	width:calc(100% - 40px);
	height:calc(100% - 112px);
	border:1px solid #00f;
	display:none;
	background-color:gainsboro;
	position:absolute;
	left:17px;
	top:110px;
	z-index:2;
}

._bt {
	width: 46px;
	height: 54px;
	/*border: 1px solid white;*/
	font-size: xx-small;
	float:left;
	background-color: transparent;
	position:relative;
	/*z-index: 20;*/
	float:left;
	opacity: 1;
	pointer-events: all;
	margin-top:2px;
	margin-left:10px;
}

._vr {
	width: 8px;
	height: 8px;
	font-size: xx-small;
	background-color: transparent;
	color:black;
	text-align: center;
	position:absolute;
	z-index: 20;
	left:12px;
	top:8px;
	pointer-events: none;
}

.img {
	width: calc(100% - 2px);
	height: calc(100% - 12px);
	position:relative;
	z-index: 2;
}

#jd_tbl img {
	width: 40px;
	height: 40px;
	margin-left: 6px;
}

.inm {
	width: calc(100% - 2px);
	height: 12px;
	position:relative;
	text-align: center;
	white-space:nowrap;
	z-index: 2;
}
._btfsc {
	float:left;
	width:40px;
	height:25px;
	margin-top:9px;
	border: 1px solid #00f;
	border-radius: 10px;
	background-color: white;
	color: #0000FF;
	background-image:url(app/ext/bluespace/img/ic_fullscreen_black_48dp.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
._btfsc:hover {
	background-color: #0000FF;
	color: white;
	background-image:url(app/ext/bluespace/img/ic_fullscreen_white_48dp.png);
}
._btfsc2 {
	float:left;
	width:40px;
	height:25px;
	margin-top:9px;
	border: 1px solid #00f;
	border-radius: 10px;
	background-color: white;
	color: #0000FF;
	background-image:url(app/ext/bluespace/img/ic_fullscreen_exit_black_48dp.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
._btfsc2:hover {
	background-color: #0000FF;
	color: white;
	background-image:url(app/ext/bluespace/img/ic_fullscreen_exit_white_48dp.png);
}

/*----------------------------------------pwa-------------------------------------*/
div.login-ui {
  background: cornflowerblue !important;
}
.login-ui .login-dialog .buttons input[type="submit"] {
  background: cornflowerblue !important;
}
.login-ui .login-dialog .buttons input[type="_jdextra"] {
  width:100%;
  margin:0;
  background: cornflowerblue !important;
  -webkit-appearance: none;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, .4);
  color: #fff;
  text-shadow: -1px -1px rgba(0, 0, 0, .3);
  font-size: 1em;
  font-weight: 700;
  font-family: Carlito, FreeSans, Helvetica, Arial, sans-serif;
  padding: .35em 1em;
  min-width: 5em;
  margin-top: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  user-select: none;
  align-items: flex-start;
  text-align: center;
  cursor: default;
  white-space: pre;
  padding-block: 1px;
  padding-inline: 6px;
}

.app-name {
  display: none;
}
.login-ui.ng-isolate-scope.initial .logo {
    font-family: Carlito,FreeSans,Helvetica,Arial,sans-serif;
    color: #000;
    text-align: left;
    font-size: 1.25em;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    display: block;
    margin: .5em auto;
  	width: 100%;
    height: 100px;
    /*
    height: 3.5em;
	-webkit-background-size: 3em 3em;
	*/
	background-size: cover;
    background-image: url(app/ext/bluespace/img/BlueSpace-Logo-v2.png);
}
.header {
  background: cornflowerblue !important;
  color: #fff !important;
}
.header .filter input {
  background-color: #fff !important;
  border-radius: 8px;
}
.settings table.session-list tr.session:hover {
  background: #48b0ca58 !important;
}
.page-tabs .page-list li a[href]:hover,
.section-tabs li a:hover {
  background-color: #48b0ca58 !important;
  cursor: pointer;
}
.menu-dropdown .menu-contents li a:hover {
  background-color: #48b0ca58 !important;
}
.list-item:not(.selected) .caption:hover {
  background: #48b0ca58 !important;
}
.recent-connections .connection:hover {
  background: #48b0ca58 !important;
}
.client-zoom .client-zoom-out:hover,
.client-zoom .client-zoom-in:hover {
  border: 1px solid rgba(0, 0, 0, 1);
  background: #48b0ca58 !important;
}
#filesystem-menu .header.breadcrumbs .breadcrumb:hover {
  background-color: #48b0ca58 !important;
  cursor: pointer;
}
/*----------------------------------------pwa-------------------------------------*/
#blsttp{ 
	background-color:white;
	padding:10px;
	display:none;
}

#blsttp .labeled-field{ 
	margin-top:5px;
}

#blsttp .labeled-field label{ 
	width: 150px;
	display:inline-block;
	text-align:right;
}

#blsttp ._bt {
	width: 48px;
	height: 48px;
	font-size: xx-small;
	background-color: transparent;
	position:relative;
	pointer-events: all;
	margin-top:2px;
	margin-left:10px;
}

#blsttp .inm {
	width: calc(100% - 2px);
	height: 12px;
	position:relative;
	text-align: center;
	white-space:nowrap;
	z-index: 2;
}

#blsttp .img {
	width: calc(100% - 2px);
	height: calc(100% - 12px);
	position:relative;
	z-index: 2;
}

#blsttp img {
	width: 40px;
	height: 40px;
	margin-left: 6px;
}

#blsttp .action-buttons {
	min-width:500px;
	max-width:500px;
}
#_nmv_ {
	width:500px;
	height:40px;
	position:absolute;
	left:calc( (100% - 500px) / 2);
	top:calc( (100% - 40px) / 2);
	background-color:greenyellow;
	text-align:center;
	font-size:20px;
	color:blue;
	border:1px solid #00f;
	padding-top:8px;
	display:none;
}

.blink_me{
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

#swt_sup {
	width: calc(100% - 4px);
	height: 500px;
	border: 1px solid #00f;
	margin: 1px;
	display: none;
}
#cnt {
	width:calc(100% - 4px);
	height:calc(100% - 32px); 
	margin: 1px;
	border: 1px solid #00f;
	position:absolute;
	left:0px;
	top:28px;
}

#blsdash {
	width:calc(100% - 2px);
	height: 450px;
	margin: 1px;
	border: 1px solid #00f;
	display: none;
}

#blsdash #blshdr {
	width:calc(100% - 4px);
	height:30px; 
	margin: 1px;
	border: 1px solid #00f;
	overflow:hidden;
}

#blsdash #blshdr ._incnt {
	min-width:250px;
	float:left;
	margin-top:5px;
	padding-left:10px;
}

#blsdash select {
	min-width:120px;
	float:right;
}

#blsdash #blsbdy {
	width:calc(100% - 4px);
	height:calc(100% - 38px); 
	margin: 1px;
	border: 1px solid #00f;
}

#blsdash #blsbdy #blslft{
	width:calc(40% - 4px);
	height:calc(100% - 4px); 
	margin: 1px;
	border: 1px solid #00f;
	float:left;
}

#blsdash #blsbdy #blslft #blsup{
	width:calc(100% - 4px);
	height:calc(40% - 4px); 
	margin: 1px;
	border: 1px solid #00f;
	float:left;
}

#blsdash #blsbdy #blslft #blsdwn{
	width:calc(100% - 4px);
	height:calc(60% - 4px); 
	margin: 1px;
	border: 1px solid #00f;
	float:left;
}

#blsdash #blsbdy #blsrgh{
	width:calc(60% - 4px);
	height:calc(100% - 4px); 
	margin: 1px;
	border: 1px solid #00f;
	float:left;
}

#blsdash #blsbdy #blsrgh #blstop{
	width:calc(100% - 4px);
	height:calc(50% - 4px); 
	margin: 1px;
	border: 1px solid #00f;
	float:left;
}

#blsdash #blsbdy #blsrgh #blsbtm{
	width:calc(100% - 4px);
	height:calc(50% - 4px); 
	margin: 1px;
	border: 1px solid #00f;
	float:left;
}

._blink_me{
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 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;

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