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

}
/*
 * 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;
}
.connection-tester .connection-tester-progress-outer{position:absolute;top:0;left:0;width:100%;height:100%;display:table;background:white}.connection-tester .connection-tester-progress-outer .connection-tester-progress-inner{display:table-cell;vertical-align:middle;text-align:center}.connection-tester .connection-tester-welcome{width:80%;max-width:8in;margin:0 auto}.connection-tester .connection-tester-welcome p{text-align:left}.connection-tester .connection-tester-progress{position:relative;padding:.25em;text-align:center;font-style:italic;opacity:.75;border:1px solid black;width:80%;max-width:4in;margin:0 auto}.connection-tester .connection-tester-progress .connection-tester-progress-bar{position:absolute;background:blue;opacity:.25;top:0;left:0;bottom:0;width:0;-webkit-transition:width .0625s;-moz-transition:width .0625s;-ms-transition:width .0625s;-o-transition:width .0625s;transition:width .0625s}.connection-tester .connection-tester-report a.permalink{display:block;padding:1em;text-align:right}.connection-tester .connection-tester-report .server-name img.flag-icon{box-sizing:content-box;max-width:24px;margin:0 .25em;border:1px solid rgba(0,0,0,0.25)}.connection-tester .connection-tester-report .server-name,.connection-tester .connection-tester-report .server-result,.connection-tester .connection-tester-report .server-url{white-space:nowrap}.connection-tester .connection-tester-report .server-url{padding-right:2em;font-family:monospace}.connection-tester .connection-tester-report table.results{margin:1em auto;border-collapse:collapse}.connection-tester .connection-tester-report table.results thead{border-bottom:1px solid rgba(0,0,0,0.25)}.connection-tester .connection-tester-report table.results th,.connection-tester .connection-tester-report table.results td{padding:.5em 1em}.connection-tester .connection-tester-report table.results .server-result.dark{color:white}.connection-tester .connection-tester-report table.results tr.pending .server-result{font-style:italic;opacity:.75}.connection-tester .connection-tester-report table.results tbody tr:first-child{font-weight:bold;border:1px solid black}.connection-tester-recommendation{background:white;border:1px solid rgba(0,0,0,0.5);box-shadow:1px 1px 2px rgba(0,0,0,0.25);padding:.5em;margin:.5em;font-size:.8em;width:100%;max-width:4in;position:fixed;right:0;bottom:0;z-index:1}.connection-tester-recommendation p{margin:.5em}.connection-tester-recommendation table{margin:.5em auto}.connection-tester-recommendation .server-name img.flag-icon{box-sizing:content-box;max-width:24px;margin:0 .25em;border:1px solid rgba(0,0,0,0.25)}.connection-tester-recommendation .server-name,.connection-tester-recommendation .server-url{padding:.5em;white-space:nowrap}.connection-tester-recommendation button.close{border:0;background:transparent;box-shadow:none;text-shadow:none;min-width:0;padding:0;margin:0;float:right;width:1em;height:1em;color:transparent;background:url('app/ext/conntest/images/close.png');background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.25}.connection-tester-recommendation button.close:hover{opacity:.5}div.login-ui {
    background-image: url('app/ext/guac-custom/images/background-recent-conn.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.login-ui .login-dialog .version {
    font-size: 0.65em;
    font-weight: bold;
    padding: 0.5em;
}

.version .version-number {
    display: none;
}

.login-ui .login-dialog {
    font-size: 1em;
	text-align:center;
	border-radius: 25px;
	border-width:3px;
	max-width:330px;
}
.login-ui .login-dialog .logo {

    width: 8em;
    height: 1.3em;

    background-image: url('app/ext/guac-custom/images/nokia-logo.png');

    background-size:         8em 1.3em;
    -moz-background-size:    8em 1.3em;
    -webkit-background-size: 8em 1.3em;
    -khtml-background-size:  8em 1.3em;

}

div.nokia-links a {

    list-style: none;
    font-size: small;

    margin: 0em;
    padding: 0;

    text-decoration: none; 
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.spacing {
    margin-top:1em;
}

.login-ui .login-dialog .login-fields input {
    border-radius: 8px;
}

.login-ui .login-dialog .buttons input[type=submit] {
    border-radius: 8px;
}

.notification {
	background: #ffffffe0;
}

.login-form {
	margin-bottom: 15px;
}

div.sso-providers {
	visibility: hidden;
}

.sso-button {
  border-radius: 7px;
  background-color: #000080;
  font-size: 1em;
  color: white;
  padding: 0.5em 1em;
  width: 100%;
  margin: 0;
  margin-top: 5px; 
}

.sso-button:hover {
  background-color: #0000CC;
}
.home-view.view.ng-scope {
    background-image: url('app/ext/guac-custom/images/background-recent-conn.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    border-radius: 10px;
}

.header {
    background: rgb(255 255 255 / 90%);
}


div.recent-connections div.connection {
    background: rgb(255 255 255 / 90%);
}


div.all-connections {
    border-radius: 15px;
}

.group-list-page {
    min-height: 544px;
    background: rgb(255 255 255 / 90%);
    border-radius: 15px;
}

.connection-list-ui {
    min-height: 1268px;
}

.pager {
    background: rgb(255 255 255 / 90%);
    border-radius: 10px;
    text-align: center;
    min-width: 600px;
    margin: auto;
    margin-top: 1em;
}

.recent-connections .connection:hover {
    background: #54a1ff70;
}

.list-item:not(.selected) .caption:hover {
    background: #54a1ff70;
    border-radius: 25px;
}