/*
 * 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}/* login page */
.login-ui .login-dialog .logo {
	background-image: url("app/ext/maxSimCloud/images/adacelLogo.png");
	-webkit-background-size: 5em 3em;
	/* height and width of the image */
	width: 5em;
	height: 3em;
  }

  .imageGen-form-item{
	  float: left;
	  padding-right: 15px;
  }
  .imageGen-form-input-item {
	  float: left;
		border: 1px solid #777;
		-moz-border-radius: .2em;
		-webkit-border-radius: .2em;
		-khtml-border-radius: .2em;
		border-radius: .2em;
		width: 100%;
		max-width: 16em;
		padding: .25em;
		padding-left: 10px;
		font-size: .8em;
		background: #fff;
		cursor: text;
		float: left;
	}

  .imageGenSymbol {
	background: url("app/ext/maxSimCloud/images/imageGenDot.png");
	-webkit-background-size: 16px 16px;
	/* height and width of the image, should align with the link */
	width: 16px;
	height: 16px;
	visibility: hidden;
	border: none;
	float: left;
	padding: 4px;
	margin: 5px;
  }

  .imageGenVisible {
	  visibility: visible;
  }
	
input[type="submit"],
button,
a.button {
  background-color: rgba(245, 136, 54, 1);
/*  border: 1px solid rgba(245, 136, 54, 1); */
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0 0 0px;
  padding: 0px;
}

.stickyFooter {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

/* selects connection items */
div.list-item.ng-scope:hover {
  border: 1px solid dashed orange;
}

/* connection list items */
/* used to align connections on the same line as image-generator links */
div.list-item.ng-scope {
	float: left;
	/* display: inline-block; */
	clear: left;						/* align this item on a new line */
	/* border: 1px solid black; */
  }

/* selects added image-generator links */
.imageGen .homeImageGenFrame{
	float: left;						/* put this item on the same line as the preceding item */
	/* display: inline-block; */
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	text-align: middle;
	padding-left: 5px;
	text-align: middle;
	padding-right: 5px;
	border: none;
}

.homeImageGenFrame{
	display: none;
}

a.button:hover,
button:hover,
input[type="submit"]:hover {
  background-color: rgba(245, 137, 54, 0.609);
}

.connection .icon.kubernetes,
.connection .icon.ssh,
.connection .icon.telnet {
  background-image: url("app/ext/maxSimCloud/images/cloudText.png");
}

.connection .icon.vnc,
.connection .icon.rdp {
  background-image: url("app/ext/maxSimCloud/images/cloudMonitorOrange.png");
}

.adacel-header {
  text-align: center;
}
.adacel-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
}

.footerText {
  display: flex;
  align-items: center;
  padding-left: 1em;
}

.logo {
  background-image: url("app/ext/maxSimCloud/images/adacelLogo.png");
  -webkit-background-size: 5em 3em;
  /* height and width of the image */
  width: 5em;
  height: 3em;
}

/* settings */
.page-tabs .page-list li a[href],
a[href]:visited,
.section-tabs li a {
  color: rgb(22, 102, 173) !important;
}

.page-tabs .page-list li a[href].current,
.page-tabs .page-list li a[href].current:hover,
.section-tabs li a.current,
.section-tabs li a.current:hover {
  background: rgb(22, 102, 173);
  color: white !important;
  cursor: default;
}
