/* CSS for bootstrap theme */

html,
body {
  height: 100%;
  background: repeating-linear-gradient(-45deg, #ed8796, #ed8796 100px, #f5a97f 100px, #f5a97f 200px, #eed49f 100px, #eed49f 300px, #a6da95 100px, #a6da95 400px, #7dc4e4 100px, #7dc4e4 500px, #c6a0f6 100px, #c6a0f6 600px) no-repeat fixed;
}

/* 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(202, 211, 245);
  text-align: center;
  padding-top: 10px;
  overflow: hidden;
}

#header img {
  margin-bottom: 20px;
}

.card, .navbar-light {
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.9);
  background-image: none;
}

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

div.actions button {
  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(250,250,250);
  background-color: rgba(250,250,250,0.9);
}

#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;
}

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

.notif .h2, h2 {
  font-size: 1.6rem;
  font-weght: bold;
  text-align: center;
}

.notif .h3, h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.notif .card-title {
  font-size: 1.7rem;
}

img.langicon {
  cursor: pointer;
}

span#languages {
  padding: 5px;
  display: block;
  overflow: auto;
  max-height: 80px;
}

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);
}

.info.table caption {
  color: black;
  text-align: center;
  caption-side: bottom;
}

/* Allow full height for check box label */
div.input-group > p.form-control {
  height: auto;
}
div.input-group > p.form-control > label {
  display: revert;
  user-select: none;
  cursor: pointer;
}

#btn-back-to-top {
  position: fixed;
  bottom: 70px;
  right: 20px;
  display: none;
}

/* Hide "remember my authentication choice" timer */
#remembertimercontainer {
  display: none;
}

/* Hide "remember my authentication choice" box by default */
#globalrememberauthchoicecontainer {
  display: none;
}

.renewcaptchaclick {
    cursor: pointer;
}

.btn-success {
    border-color: #ca9ee6;
    background-color: #c6a0f6;
}

.btn-success:hover {
    border-color: #f4b8e4;
    background-color: #f5bde6;
}

.btn-success:focus, .btn-success.focus {
    border-color: #ca9ee6;
    background-color: #c6a0f6;
    box-shadow: 0 0 0 0.2rem rgba(202, 158, 230, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  border-color: #28a745;
  background-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    border-color: #f4b8e4;
    background-color: #f5bde6;
    box-shadow: 0 0 0 0.2rem rgba(244,184,228, 0.5);
}

.btn-primary {
    border-color: #585b70;
    background-color: #5b6078;
}

.btn-primary:hover {
    border-color: #7f849c;
    background-color: #8087a2;
}

.btn-primary:focus, .btn-primary.focus {
    border-color: #585b70;
    background-color: #5b6078;
    box-shadow: 0 0 0 0.2rem rgba(98, 104, 128, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  border-color: #28a745;
  background-color: #28a745;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    border-color: #7f849c;
    background-color: #8087a2;
    box-shadow: 0 0 0 0.2rem rgba(131,139,167, 0.5);
}

.card {
    border: none;
    background-color: rgba(128, 135, 162, 0.8);
}

.application.card h5 {
    color: #eed49f;
    font-weight: 600;
}

.application.card .appdesc{
    color: #eed49f !important;
}
