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

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

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

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