/* CSS for bootstrap theme */

html,
body {
  height: 100%; 
  background: radial-gradient(circle at 50% 0% ,  #000 50%, #a00f0f 100%) no-repeat scroll 0% 0% #9b0f0f;
  background-attachment:fixed;
  color: #fff;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -80px;
  /* Pad bottom by footer height */
  padding: 20px 0 80px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 80px;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.9);
  text-align: center;
  padding-top: 10px;
  overflow: hidden;
}

#header img {
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0);
  margin-bottom: 20px;
}

h5 {
  color :#ffffff;
}

th {
  color:#ffffff;
 }

td {
  color:#ffffff;
}

.bg-light {
  background-color: #000000!important;
}

.text-muted {
  color: #d3d6d8 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  background-color: black;
  border-width: 2px;
  border-color: #fff;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgb(255, 255, 255);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255, 2, 2);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(250, 250, 250)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card, .navbar-light {
  background-color: rgb(255,255,255);
  background-color: rgba(0,0,0,0.9);
  background-image: none;
  border-color:white;
  border-width:2px;
}

.login, .password {
  text-align: center;
  padding: 20px;
}

div.form {
  margin: 0 auto;
  max-width: 330px;
}

div.actions {
  margin: 10px 0 0 0;
}

div.actions a {
  margin-top: 10px;
}

.buttons {
  text-align: center;
  margin: 10px 0 0 0;
  cursor: pointer;
}
/* Override bootstrap btn style */
.btn {
  white-space: normal;
}

.btn span.fa {
  padding-right: 8px;
}

/* Make active tab more visible */
li.ui-state-active {
  background-color: rgb(0,0,0);
}

#appslist, #password, #loginHistory, #logout, #oidcConsents  {
  margin-top: 20px;
}

div.category {
  margin: 10px 0;
  cursor: grab;
}

div.application {
  margin: 5px 0;
  overflow: hidden;
}

div.application a, div.application a:hover {
  text-decoration:none;
}

p.notifCheck label {
  margin-left: 5px;
  margin-top: 3px;
  display: inline-block;
}

img.langicon {
  cursor: pointer;
}

button.idploop {
  max-width: 300px;
}

button.idploop img {
  max-height: 30px;
}

div.oidc_consent_message > ul {
  text-align: left;
  list-style: circle;
}

/* Responsive styles */
@media (min-width: 768px) {
  div.application {
    height: 80px;
  }
  div.application h4.appname {
    margin:0;
  }
  #wrap {
    margin: 0 auto -60px;
  }
  #footer {
    height: 60px;
  }
}

.hiddenFrame {
  border: none;
  display: hidden;
  margin: 0
}

.noborder {
  border: none;
}

.max {
  width: 100%;
}

.link {
  cursor: pointer;
}

.nodecor:hover, .nodecor:active.nodecor:focus {
  text-decoration: none;
}

.fa.icon-blue {
    color: blue;
}

.progress-bar-animated {
  width: 100%;
}

input.key {
  font-family: 'password';
  width: 100px;  
}

@font-face {
  font-family: 'password';
  /*font-style: normal;*/
  /*font-weight: 400;*/
  src: url(/static/common/fonts/password.ttf);
}
