.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.form-group {
  margin-bottom: 1rem;
}
.align-items-center {
  align-items: center !important;
}
.icms-svg-icon {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  fill: currentColor;
  width: 1em;
}

.pagebar_notice {
  display: inline-block;
  font-size: 12px;
  color: #bdc3c7;
  margin-left: 20px;
}

.hide {
  display: none !important;
}

.header_navs {
  width: 860px;
}

.header_navs li::before {
  display: none;
}

.menu-main .dropdown-menu.show {
  display: flex;
  flex-direction: column;
}
.menu-main .dropdown-menu .nav-item:first-child {
  padding-left: 15px;
}

.dropdown-more .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
