#frmFilter {
  margin-top: 0;
  margin-bottom: 3rem;
  padding: 1rem;
  border: 1px solid #e3e3e3;
}


@media only screen and (min-width: 992px) {

  #frmFilter {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0;
    border: none;
  } 
}

@media only screen and (max-width: 767px) {

  #frmFilter {
    display: none;
  }

}

.btn-group {
  display: block;
  margin-bottom: 1em;
}
   
.btn-group button {
  margin-right: 1em;
  margin-bottom: 1em !important;
  min-width: 90px;
  text-align: center !important;
}
  
.btn-group button[disabled="disabled"] {
  min-width: 12em;
  text-align: left;
}

@media only screen and (min-width: 992px) {

  .btn-group-grid {
    display: grid;
    grid-template-columns: 13.3rem auto;
  }
}
  
.btn.btn-filtered {
  background-color: #efefef !important;
  color: #4c4c4c !important;
  border-color: #e3e3e3!important;
}

.btn.btn-filtered:hover {
  color: #fff !important;
}
  
#btnFilter.btn:hover {
  color: #000;
}

.btn.btn-uibk-blue {
    color: #fff;
    background-color: #355c8e;
    border-color: #355c8e;
    box-shadow: inherit !important;
}

.btn.btn-uibk-blue:visited {
    color: #fff;
    background-color: #355c8e;
    border-color: #355c8e;
    box-shadow: inherit !important;
}

.btn.btn-uibk-blue:hover,.btn.btn-uibk-blue:focus,.btn.btn-uibk-blue:active,.btn.btn-uibk-blue.active {
    color: #fff;
    background-color: #4272b0 !important;
    border-color: #4272b0;
    box-shadow: none !important;
}

.btn.btn-uibk-orange {
    color: #fff;
    background-color: #f39200;
    border-color: #f39200;
    box-shadow: inherit !important;
}

.btn.btn-uibk-orange:visited {
    color: #fff;
    background-color: #f39200;
    border-color: #f39200;
    box-shadow: inherit !important;
}

.btn.btn-uibk-orange:hover,.btn.btn-uibk-orange:focus,.btn.btn-uibk-orange:active,.btn.btn-uibk-orange.active {
    color: #fff;
    background-color: #ffa41c !important;
    border-color: inherit;
    box-shadow: none !important;
}

.uibk-main-content .btn.btn-filtered:active,
.uibk-main-content .btn.btn-filtered:focus,
.uibk-main-content .btn.btn-filtered:visited {
  background-color: #efefef !important;
  color: #4c4c4c !important;
  border-color: #e3e3e3!important;
}


#frmFilter label, .label {
  display: inline-block;
  position: relative;
  background-color: #fff;
  color: #000;
  min-width: 12em;
  padding: 6px 12px 6px 0;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  margin-right: 1em;
}
 
#frmFilter select {
  width: auto;
  display: inline-block !important;
  border: none;
  width: 300px !important;
  border: 1px solid #ccc;
}
    
#frmFilter input {
  max-width: 300px;
  display: inline-block !important;
}

@media only screen and (max-width: 768px) {

  div[class^="col"] {
    padding-bottom: 20px;
  }

  .btn-group {
    margin-bottom: .25em;
  }

  #frmFilter label, .label {
  	display: block; 
  }  
  
     #frmFilter select {
        margin-bottom: .25em;
    }

}