#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,
.btn.btn-filtered:active,
.btn.btn-filtered:focus {
  background-color: #efefef !important;
  color: #4c4c4c !important;
  border-color: #e3e3e3!important;
}

.btn.btn-filtered:hover {
  color: #fff !important;
}
  
#btnFilter.btn:hover,#btnFilter.btn:active,#btnFilter.btn:focus {
  color: #000;
}
  
#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;
}
  
@media only screen and (max-width: 768px) {
      
    #frmFilter select {
        margin-bottom: .25em;
    }

}
  
#frmFilter input {
  max-width: 300px;
  display: inline-block !important;
}