.oe-fill {
    min-height:100% !important;
    height:100% !important;
}
.oe-hidden {
    display: none!important;
}
/*expandable patient search button in main.php*/
.oe-expandable-search {
  float: left;
  margin: 0;
  position: relative;
  width: 100%;
}

.oe-expandable-search input {
  border-radius: 15px;
  transition: all .8s ease-in-out !important;
  width: 30px;
  height: 31px;
  background: transparent;
  outline: none;
}
.oe-expandable-search input:focus {
  width: 275px;
  height: 31px;
  outline: none;

}
.oe-expandable-search input:focus ~ button.btn-search1 {
  left: 245px;
  outline: none;
}
.oe-expandable-search button {
  transition: all .8s ease-in-out;
}
.oe-expandable-search button.btn-search1 {
  border: 1px solid #ccc;
  border-radius: 50%;
  height: 31px;
  left: 0;
  width: 30px;
  margin: 3px;
  padding: 4px;
  padding-left: 8px;
  position: absolute;
  outline: none!important
}
.oe-expandable-search .any-search-legacy {
    width: 140px;
}
.oe-expandable-search button.btn-globals-legacy {
    left: 110px;
}
.oe-expandable-search .any-search-modern {
    width: 30px;
}
.oe-expandable-search button.btn-globals-modern {
    left: 0;
}
.oe-expandable-search .any-search-fixed {
    width: 250px !important;
    border-radius: 7px;
}
.oe-expandable-search button.btn-globals-fixed {
    position: inherit;
    display: inline;
}

.oe-expandable-search .any-search-none {
    display: none;
}
.oe-expandable-search button.btn-globals-none {
    display: none;
}
