﻿

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.link {
    color:blue;
    cursor:pointer;
}
.link:hover {
    text-decoration:underline;

}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid dimgray !important;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #18181C;
}
.footer {
    font-size:0.8em;
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.overlay {
    background-color: #EFEFEF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5;
    filter: alpha(opacity=50);
    display: none;
}

.card-header {
    padding: 12px 5px 12px 12px;
}

.container {
    min-width:800px;
}
    .container header {
        margin:0px;
        padding:0px;
    }

.config-environment {
    border: solid 1px silver;
    border-radius: 5px;
    position: relative; 
} 
.config-environment .name {
    color: blue;
    white-space: nowrap;
    font-weight: bold;
}

.config-environment .version { 
    color: darkcyan;
    font-style: italic; 
    pointer-events: none; 
    text-align:right;
    vertical-align:bottom;
}

.config-environment .accesskey {
    font-style: italic;
    font-size: 12px;
    color: darkslategray;
}

.config-environment .accesskey:hover {
    text-decoration: underline;
}


/***************************************************************************/
.float-div {
    /*position: absolute;*/
    right: 20px;
    top: 40px;
    position: absolute;
    z-index: 1000;
    border: solid 1px silver;
    width: auto;
    display: inline-block;
    padding:3px;
    /*
    top: 0;
    right: 0px;
    */
}

/*  
-------------------------------------------------- */
.form-row-loading
{
    position:relative;  
}
.form-row-hiding {
    display: none;
}
.form-row-loading .form-control :not(.form-row-spinner) {
    display:none;
}
.form-row-loading .btn {
    display: none;
} 

.form-row-loading > .form-row-spinner { 
    text-align:right; 
    right:50px; 
    display:inline-block; 
    border:solid 1px blue;
}
    .form-row-loading > .form-row-spinner .fa-spinner {
        position: absolute;
        top: 20px;
        right: 30px;
        display: inline-block;
    }

main > p {
    color:white;
}

main > h3 {
    color:silver;
}
 
.select2-container {
    width:100% !important;
}