@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
.e-dropdownbase .e-list-item .e-list-icon {
  padding: 0 16px 0 0;
}

.e-small .e-dropdownbase .e-list-item .e-list-icon {
  padding: 0 12px 0 0;
}

.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
  padding: 0 16px 0 0;
}

.e-listbox-tool .e-moveup::before {
  content: '\e651';
}

.e-listbox-tool .e-movedown::before {
  content: '\e652';
}

.e-listbox-tool .e-moveto::before {
  content: '\e653';
}

.e-listbox-tool .e-movefrom::before {
  content: '\e654';
}

.e-listbox-tool .e-moveallto::before {
  content: '\e655';
}

.e-listbox-tool .e-moveallfrom::before {
  content: '\e656';
}

.e-listbox-wrapper {
  -webkit-overflow-scrolling: touch;
  border: 0 solid;
  cursor: pointer;
  display: block;
  overflow: auto;
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.e-listbox-wrapper * {
  box-sizing: border-box;
}

.e-listbox-wrapper:focus {
  outline: none;
}

.e-listbox-wrapper.e-disabled {
  cursor: default;
  pointer-events: none;
}

.e-listbox-wrapper:not(.e-list-template) .e-list-item,
.e-listbox-wrapper .e-selectall-parent {
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  position: relative;
}

.e-listbox-wrapper .e-list-parent {
  height: 100%;
}

.e-listbox-wrapper .e-list-item {
  border-bottom: 0 solid;
  outline: none;
}

.e-listbox-wrapper .e-list-item.e-disabled {
  pointer-events: none;
}

.e-listbox-wrapper .e-disable {
  opacity: .7;
}

.e-listbox-wrapper .e-list-parent {
  margin: 0;
  padding: 0;
}

.e-listbox-wrapper .e-list-header .e-text.header {
  display: none;
}

.e-listbox-wrapper .e-icon-back {
  margin-top: 2px;
}

.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header {
  display: none;
}

.e-listbox-wrapper .e-list-header {
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 48px;
  padding: 0 16px;
}

.e-listbox-wrapper .e-has-header > .e-view {
  top: 45px;
}

.e-listbox-wrapper .e-but-back {
  cursor: pointer;
  padding-right: 30px;
}

.e-listbox-wrapper .e-list-group-item:first-child {
  border: 0;
  border-bottom: 0 solid transparent;
}

.e-listbox-wrapper .e-list-group-item {
  border-bottom: 0 solid transparent;
  border-top: 1px solid;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
}

.e-listbox-wrapper .e-icon-collapsible {
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
}

.e-listbox-wrapper .e-text-content {
  height: 100%;
  position: relative;
  vertical-align: middle;
}

.e-listbox-wrapper .e-text-content * {
  display: inline-block;
  vertical-align: middle;
}

.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text {
  width: calc(100% - 40px);
}

.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
  width: calc(100% - 90px);
}

.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
  width: calc(100% - 80px);
}

.e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
  width: calc(100% - 92px);
}

.e-listbox-wrapper .e-checkbox .e-checkbox-left {
  margin: -2px 10px 0 0;
}

.e-listbox-wrapper .e-checkbox .e-checkbox-right {
  margin: -2px 0 0 10px;
}

.e-listbox-wrapper .e-list-text {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
}

.e-listbox-wrapper .e-list-icon + .e-list-text {
  width: calc(100% - 60px);
}

.e-listbox-wrapper .e-icon-wrapper .e-list-text {
  width: calc(100% - 60px);
}

.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
  width: calc(100% - 60px);
}

.e-listbox-wrapper .e-list-icon {
  height: 30px;
  margin-right: 16px;
  width: 30px;
}

.e-listbox-wrapper .e-content {
  overflow: hidden;
  position: relative;
}

.e-listbox-wrapper .e-list-header .e-text {
  cursor: pointer;
  text-indent: 0;
}

.e-listbox-wrapper .e-text .e-headertext {
  display: inline-block;
  line-height: 15px;
}

.e-listbox-wrapper.e-rtl {
  direction: rtl;
}

.e-listbox-wrapper.e-rtl .e-list-icon {
  margin-left: 16px;
  margin-right: 0;
}

.e-listbox-wrapper.e-rtl .e-icon-collapsible {
  left: 0%;
  right: initial;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.e-listbox-wrapper.e-rtl .e-list-header .e-text {
  cursor: pointer;
}

.e-listbox-wrapper.e-rtl .e-but-back {
  transform: rotate(180deg);
}

.e-listbox-wrapper.e-rtl .e-icon-back {
  margin-top: -2px;
}

.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left {
  margin: -2px 0 0 10px;
}

.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right {
  margin: -2px 10px 0 0;
}

.e-listbox-wrapper.e-rtl .e-checkbox-wrapper {
  margin: -2px 0 0 10px;
}

.e-listbox-wrapper .e-list-item .e-list-badge {
  -ms-flex-align: center;
      align-items: center;
  background-color: #00b0ff;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 22px;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 22px;
}

.e-listbox-wrapper .e-checkbox-wrapper {
  margin: -2px 10px 0 0;
  text-indent: 0;
  vertical-align: middle;
}

.e-listbox-wrapper.e-right .e-checkbox-wrapper {
  position: absolute;
  right: 0;
  top: 30%;
}

.e-listbox-wrapper .e-input-group {
  padding: 4px 8px;
}

.e-listbox-wrapper .e-input-focus {
  padding: 4px 4px 4px 8px;
}

.e-listbox-wrapper .e-hidden-select {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.e-listbox-wrapper .e-placeholder {
  background-color: #00b0ff;
  display: block;
  height: 1px;
}

.e-listbox-wrapper .e-sortableclone {
  z-index: 10000;
}

.e-listbox-wrapper .e-sortableclone.e-ripple {
  overflow: visible;
}

ejs-listbox {
  display: block;
}

.e-listboxtool-wrapper {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
}

.e-listboxtool-wrapper * {
  box-sizing: border-box;
}

.e-listboxtool-wrapper.e-disabled {
  cursor: default;
  pointer-events: none;
}

.e-listboxtool-wrapper .e-listbox-wrapper {
  -ms-flex: 1;
      flex: 1;
}

.e-listboxtool-wrapper.e-right .e-listbox-tool {
  margin-left: 15px;
}

.e-listboxtool-wrapper.e-left .e-listbox-tool {
  margin-right: 15px;
}

.e-listboxtool-wrapper .e-listbox-tool {
  border: 1px solid #616161;
  overflow: auto;
  padding: 8px;
}

.e-listboxtool-wrapper .e-listbox-tool .e-btn {
  display: list-item;
  list-style-type: none;
  margin-bottom: 10px;
}

.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool {
  margin-right: 15px;
}

.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool {
  margin-left: 15px;
}

.e-bigger .e-listbox-wrapper .e-list-item,
.e-listbox-wrapper.e-bigger .e-list-item {
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
}

.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
.e-bigger .e-listbox-wrapper .e-selectall-parent,
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
.e-listbox-wrapper.e-bigger .e-selectall-parent {
  height: 48px;
  line-height: 45px;
  position: relative;
}

.e-bigger .e-listbox-wrapper .e-text-content,
.e-listbox-wrapper.e-bigger .e-text-content {
  font-size: 15px;
}

.e-bigger .e-listbox-wrapper .e-list-group-item,
.e-listbox-wrapper.e-bigger .e-list-group-item {
  height: 48px;
  line-height: 45px;
}

.e-bigger .e-listbox-wrapper .e-list-header,
.e-listbox-wrapper.e-bigger .e-list-header {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 64px;
}

.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header {
  display: none;
}

.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header {
  display: none;
}

.e-bigger .e-listbox-wrapper .e-list-header .e-text,
.e-listbox-wrapper.e-bigger .e-list-header .e-text {
  font-size: 20px;
}

.e-listbox-wrapper {
  border: 1px solid #616161;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 15px;
}

.e-listbox-wrapper .e-list-header {
  background-color: #424242;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
}

.e-listbox-wrapper .e-icons {
  color: #fff;
}

.e-listbox-wrapper .e-list-item {
  background-color: #303030;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  color: #fff;
}

.e-listbox-wrapper .e-list-item:hover:not(.e-disabled),
.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
  background-color: #424242;
  border-color: transparent;
  color: #fff;
}

.e-listbox-wrapper .e-list-item.e-selected {
  background-color: #616161;
  color: #fff;
}

.e-listbox-wrapper .e-list-item.e-selected.e-checklist {
  background-color: #303030;
  color: #fff;
}

.e-listbox-wrapper .e-list-item.e-focused,
.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist {
  background-color: #616161;
  color: #fff;
}

.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
.e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
  background-color: #00b0ff;
  border-color: transparent;
  color: #000;
}

.e-listbox-wrapper .e-list-group-item {
  background-color: #424242;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.e-listbox-wrapper .e-selectall-parent {
  background-color: #303030;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element {
  background-color: transparent;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper {
  height: inherit;
  position: relative;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
  padding: 0.2667em 1.0666em;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
  padding: 1.0666em;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
  padding: 0.115em 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
  color: rgba(0, 0, 0, 0.54);
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 0.115em 0;
  word-wrap: break-word;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
  height: 2.6667em;
  left: 1.0667em;
  position: absolute;
  top: 0.2666em;
  width: 2.6667em;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
  padding-left: 4.8em;
  padding-right: 1.0666em;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
  padding-left: 1.0666em;
  padding-right: 4.8em;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
  height: 2.6667em;
  position: absolute;
  right: 1.0667em;
  top: 0.2666em;
  width: 2.6667em;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
  top: 1.0666em;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
  top: 1.0666em;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
  font-size: 12px;
  height: 1.6666em;
  line-height: 1.8666em;
  padding: 0;
  position: absolute;
  right: 1.33em;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
  padding-left: 4.8em;
  padding-right: 4.1333em;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
  padding-left: 1.0666em;
  padding-right: 4.1333em;
}

.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0.72em 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header {
  color: #fff;
}

.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
  color: #fff;
}

.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header {
  color: #fff;
}

.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
  color: #fff;
}

.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
  left: inherit;
  right: 1.0667em;
}

.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
  padding-left: 1.0666em;
  padding-right: 4.8em;
}

.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
  padding-left: 4.8em;
  padding-right: 1.0666em;
}

.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
  left: 1.0667em;
  right: inherit;
}

.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
  left: 1.33em;
  right: inherit;
}

.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
  padding-left: 4.1333em;
  padding-right: 4.8em;
}

.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
  padding-left: 4.1333em;
  padding-right: 1.0666em;
}
