// $Id: bmstyle.css,v 4.2 2025/03/27 16:53:02 kieber Exp $

.profile-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 10px 0 0 0;
  padding: 10px 15px;
}

.profile-btn:hover {
  text-decoration: none;
  background-color: #2868c7;
  color: #fff;
}

// Navbar buttons
#nb {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
  border-radius: 0.2rem;
  // color: #909090; // grey
  color: #fff;
  // background-color: #28a745;
  // border-color: #28a745;
  background-color: transparent;
  border-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#nb:hover {
  color: #fff;
  // background-color: #218838;
  background-color: OrangeRed;
  // border-color: #1e7e34;
  border-color: OrangeRed;
}

#nb:focus {
  color: #fff;
  background-color: OrangeRed;
  // border-color: #1e7e34;
  border-color: #fc3a00;
  box-shadow: 0 0 0 0.2rem rgba(72, 10, 10, 0.5);
}

#cdbutton {
  text-decoration: none;
  border: 0;
  color: #ffffff;
  background-color: #ff0000;
  margin: 15px 5px 0 0;
  padding: 10px 15px;
}

#cdbutton:hover, #cdbutton:focus {
  background-color: #e60000;
}

.fa-play {
  padding: 0.25em;
  color: #909090;
  border: 0;
  font-size: .75em;
  background-color: transparent;
}

.fa-forward, .fa-fast-forward {
  padding: 0.2em;
  // padding: 0;
  color: #909090;
  border: 0;
  background-color: transparent;
}

.fa-play:hover, .fa-forward:hover, .fa-fast-forward:hover,
.fa-play:focus, .fa-forward:focus, .fa-fast-forward:focus {
  color: black;
}

.fa-times {
  padding: 0.25em;
  color: #ff9090;
  border: 0;
  background-color: transparent;
}

.fa-times:hover, .fa-times:focus {
  color: red;
}

#recat {
  border: 0 !important;
  color: #007bff !important; // DodgerBlue
  // height: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.125rem + 2px) !important;
  // padding: 0.375rem 0.75rem;
  padding: 0.0rem 0.0rem 0.125rem !important;
  // line-height: 1.5;
  min-width: 12ch;
}

#recat:hover, #recat:focus {
  color: #0056b3 !important;
  text-decoration: underline;
}

a {
  text-decoration: none;
}

optgroup {
  color: black;
  padding: 0;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* 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 !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 60px;
}
#footer {
  background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
/* verursacht so wie es hier steht einen horizontalen Scrollbar */
//@media (max-width: 767px) {
//  #footer {
//    margin-left: -20px;
//    margin-right: -20px;
//    padding-left: 20px;
//    padding-right: 20px;
//  }
//}
