#frmFilter {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  
  @media only screen and (max-width: 767px) {
  
    #frmFilter {
      display: none;
      margin-bottom: 0;
    }
  
  }
  
  .btn-group {
    display: block;
    margin-bottom: 1em;
  }
    
  @media only screen and (max-width: 768px) {
  
    div[class^="col"] {
      padding-bottom: 20px;
    }
  
    .btn-group {
      margin-bottom: .25em;
    }
  
  }
    
  .btn-group button {
    margin-right: 1em;
    min-width: 90px;
  }
    
  .btn-group button[disabled="disabled"] {
    min-width: 12em;
    text-align: left;
  }
    
  .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;
}

.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;
}
    
  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;
  }
   
  select {
    width: auto;
    display: inline-block !important;
    border: none;
    width: 300px !important;
    border: 1px solid #ccc;
  }
    
  @media only screen and (max-width: 768px) {
        
      select {
          margin-bottom: .25em;
      }
  
  }
    
  input {
    max-width: 300px;
    display: inline-block !important;
  }