.next-checkbox.indeterminate .next-checkbox-inner:hover {
  border-color: #15AD9D;
}

.next-checkbox.indeterminate .next-checkbox-inner>.next-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-checkbox.disabled input[type="checkbox"] {
  cursor: not-allowed;
}

.next-checkbox.disabled .next-checkbox-inner {
  border-color: #DCDEE3;
  background: #F7F8FA;
}

.next-checkbox.disabled .next-checkbox-inner:hover {
  border-color: #DCDEE3;
}

.next-checkbox.disabled.checked .next-checkbox-inner>.next-icon {
  color: #CCCCCC;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-checkbox.hovered .next-checkbox-inner, .next-checkbox.focused .next-checkbox-inner {
  border-color: #15AD9D;
  background-color: #F3FBFA;
}

.next-checkbox.indeterminate.hovered .next-checkbox-inner, .next-checkbox.indeterminate.focused .next-checkbox-inner, .next-checkbox.checked.hovered .next-checkbox-inner, .next-checkbox.checked.focused .next-checkbox-inner {
  border-color: #02A493;
  background-color: #F3FBFA;
}

.next-checkbox.indeterminate.hovered .next-checkbox-inner>.next-icon, .next-checkbox.indeterminate.focused .next-checkbox-inner>.next-icon, .next-checkbox.checked.hovered .next-checkbox-inner>.next-icon, .next-checkbox.checked.focused .next-checkbox-inner>.next-icon {
  color: #02A493;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-checkbox-label {
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
  vertical-align: middle;
  margin: 0 5px;
}

.next-menu {
  box-sizing: border-box;
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
  border: 1px solid #E6E7EB;
  border-radius: 0px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  color: #333333;
  font-size: 14px;
  line-height: 28px;
  padding: 12px 0;
  min-width: 100px;
  background: #FFFFFF;
  position: relative;
}

.next-menu *, .next-menu *:before, .next-menu *:after {
  box-sizing: border-box;
}

.next-menu ul, .next-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.next-menu.multiple-col {
  display: inline-block;
  width: 506px;
  padding-left: 12px;
  padding-right: 12px;
}

.next-menu.multiple-col ul {
  overflow: hidden;
}

.next-menu.multiple-col .next-menu-item {
  float: left;
  width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.next-menu:focus {
  outline: 0;
}

.next-menu .next-checkbox, .next-menu .next-radio {
  margin-right: 4px;
}

.next-menu .next-menu-item {
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.next-menu .next-menu-item-helper {
  color: #999;
  font-style: normal;
  float: right;
}

.next-menu .next-menu-item.selected {
  color: #333333;
  background: #FFFFFF;
}

.next-menu .next-menu-item.selected>.next-icon-select {
  position: absolute;
  left: 4px;
  top: 0;
  color: #15AD9D;
}

.next-menu .next-menu-item:hover {
  color: #333333;
  background: #F2F3F7;
}

.next-menu .next-menu-item.focused {
  color: #333333;
  background: #F2F3F7;
  outline: 0;
}

.next-menu .next-menu-item:focus {
  outline: 0;
}

.next-menu .next-menu-item.disabled {
  color: #999999;
  cursor: not-allowed;
  background: #FFFFFF;
}

.next-menu .next-menu-item.opened>.next-menu-submenu-title .next-icon-arrow-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.next-menu .next-menu-item a {
  display: block;
}

.next-menu .next-menu-divider {
  margin: 8px 20px;
  border-bottom: 1px solid #E6E7EB;
}

.next-menu.hoz {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.next-menu.hoz .next-menu-item {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  vertical-align: top;
}

.next-menu .next-menu-popup-item.opened {
  background: #F2F3F7;
}

.next-menu-popup-item .next-icon-arrow-right {
  position: absolute;
  right: 5px;
  top: 0;
  color: #CCCCCC;
}

.next-menu-popup-item .next-icon-arrow-right:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-menu-popup-item .next-icon-arrow-down {
  color: #CCCCCC;
  font-size: 12px;
  margin-left: 5px;
}

.next-menu .next-menu-submenu-item {
  position: relative;
  z-index: 2;
  padding: 0;
}

.next-menu .next-menu-submenu-item.focused {
  background: transparent;
}

.next-menu .next-menu-submenu-item .next-menu {
  border: 0;
  box-shadow: none;
  padding: 0;
}

.next-menu .next-menu-submenu-item .next-menu .selected .next-icon-select {
  left: 24px;
}