#bottom_sidebar_button {
  position: absolute;
  display: inline-block;
  bottom: 20px;
  left: 50%;
  margin-left: -18px;
}

.sidebar-sticky {
  position: -webkit-sticky;
	position: sticky;
	top: 0;
  padding: 0;
}

.notification:hover {
    text-decoration: none;
}

#accordionSidebar  {
    z-index:1040;
}

.btn-static {
  background-color: white;
  border: 1px solid lightgrey;
  cursor: default;
  pointer-events: none;
}

.btn-static:active {
  -moz-box-shadow:    inset 0 0 0px white;
  -webkit-box-shadow: inset 0 0 0px white;
  box-shadow:         inset 0 0 0px white;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.card-columns {
    column-count: 2;
}

@media only screen and (max-width: 768px) {
  .card-columns {
    column-count: 1;
  }
}

.multiselect-form-control {
  color:#6e707e;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid #d1d3e2;
  border-radius:.35rem;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#flash-alert-container {
  z-index: 2000;
  position:fixed; 
  top: 15px;
  left: 50%;
  transform: translate(-50%);
}

.sidebar-logo {
  max-width: 20px;
}

.header{
  display: flex;
  margin-bottom: 0;
  align-items:center;
  color: var(--theme-color2);
}

.header a:not(.btn){
  border-radius: 15px;
  padding:0.25rem 0.5rem;
  text-decoration: none;
  align-items:center;
  color: var(--theme-color2);
}
.header span{
  padding:0.25rem 0.5rem;
  align-items:center;
}

.header a:not(.btn):hover{
  background-color: var(--theme-color2);
  color: white!important;
  opacity: 0.5;
}

.card-header h6{
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}

.clickable{
  cursor: pointer;
}

.bootstrap-select.disabled {
  background-color: #e9ecef;
  opacity: 1;
  color: #495057;
  cursor: default;
}

.selectpicker:disabled {
  background-color: black;
}

.multiselect-form-control.disabled {
  background-color: #e9ecef;
  opacity: 1;
  color: #495057;
  cursor: default;
}

a.anchor {
  display: block;
  position: relative;
  top: -4.375rem;
  visibility: hidden;
}

.invisible-link {
  text-decoration: none;
}

.invisible-link:hover {
  text-decoration: none;
}
