.mh-search{
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
}
.mh-search > div:last-of-type{
  flex: 0 0 auto;
  margin: 0px 5px;
  white-space: nowrap;
}
.mh-searchbox{
  white-space: nowrap;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.mh-searchbox > *{
  display: block;
}

.mh-select-category{
  flex: 1 1 150px;
  position: relative;
  width: 100%;
  max-width: 150px;
  height: 30px;
  margin-right: 2px;
}
.mh-select-category::after{
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  z-index: 6;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../commonfiles/images/mh-select-arrow.svg);
  background-size: 50% 50%;
  pointer-events: none;
}
.mh-select-category select{
  cursor: pointer;
  display: block;
  width: 100%;
  height: 30px;
  z-index: 5;

  border: 1px solid #999;
  padding: 1px;
  box-sizing: border-box;

  color: #7b7b7b;
  font-size: 12px;

  outline: none;
  text-transform: none;
  -webkit-appearance: menulist-button;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.mh-input-keyword{
  flex: 1.5 1 auto;
  border-radius: 0px 4px 4px 0px;
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-right: 2px;
  background: #fff;
  border: 1px solid #999;
}
.mh-input-submit{
  cursor: pointer;
  white-space: nowrap;
  border-radius: 4px;
  align-items: center;
  position: absolute;
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0px 5px;
  margin: -1px -1px 0px 0px;
  top: 0;
  right: 0;
  z-index: 6;
  color: #222 !important;
  border: 1px solid #999;
  background: #fff;
  background-position: 0 0;
}
.mh-input-keyword input{
  display: block;
  width: calc(100% - 40px);
  height: 28px;
  z-index: 5;

  border: none;
  box-sizing: border-box;

  color: #7b7b7b;
  font-size: 12px;

  outline: none;
  text-transform: none;
  -webkit-appearance: menulist-button;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.mh-switch-main.mh-switch-on .mh-switch-text:nth-of-type(1){
  display: none;
}
.mh-switch-main.mh-switch-on .mh-switch-text:nth-of-type(2){
  display: block;
}

@media(max-width: 766px){
  .mh-search {
    padding: 54px 4px 6px 4px;
    background: #f80;
    box-sizing: border-box;
  }
  .mh-search a{
    color: #fff;
  }
}

.mhLoginTrue{
  display: none;
}

.ui-widget-overlay {
  background-color: black;
  transition: all .2s ease-out;
  -moz-opacity: 0.30;
  opacity: .30;
  filter: Alpha(Opacity=30);
}

.ui-dialog .ui-dialog-title {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}

.ui-dialog-buttonset {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  text-align: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.dialog-btn-yes {
  background-color: #f80 !important;
  color: #fff !important;
}

.dialog-btn-confirm-yes {
  background-color: #f80 !important;
  color: #fff !important;
  padding-left: 35px;
  padding-right: 35px;
}

.dialog-btn-no {
  background-color: #fff !important;
  color: #f80 !important;
}

.ui-widget-header {
  background: #f80 !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: large !important;
}

.ui-dialog .ui-dialog-content {
  min-width: 320px;
}

.SideBySide p {
  display: inline-block;
  vertical-align: top;
}

#orderAlertCommodityMessage {
  display: flow;
  margin-top: 0;
}
