@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?6oogaa');
  src:  url('ficomoon.eot?6oogaa#iefix') format('embedded-opentype'),
    url('icomoon.ttf?6oogaa') format('truetype'),
    url('icomoon.woff?6oogaa') format('woff'),
    url('icomoon.svg?6oogaa#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e900";
}
.icon-chevrondown:before {
  content: "\e901";
}
.icon-chevronup:before {
  content: "\e902";
}




.slds-hide{display:none;}


.sw-picklist {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  /*border: 0 none !important;*/
  padding: 0 !important;
  box-shadow: 0 none !important;

}

.sw-picklist-hide {
  display: none;
}

.sw-picklist-field {
  position: relative;
  display: block;
  /*border: 1px solid #d8dde6;*/
  padding: 0 !important;
  cursor: pointer;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sw-picklist-field-text {
  display: inline-flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
  height: 100%;
  min-height: 34px;
  padding: 3px 22px 3px 8px;
  border: 0 none;
  background: none;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}

.sw-picklist-field-text:after {
  content: "\e901";
  position: absolute;
  font-family: icomoon;
  right: 6px;
  top: 50%;
  transform: translate(0, -50%);
}

.sw-picklist-field-text.inverse:after {
  content: "\e902";
}

.sw-picklist-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
}

.sw-picklist-options {
  border: 1px solid #999999;
  display: none;
  position: absolute;
  left: -1px;
  top: 100%;
  margin: 0;
  /*width: auto;*/
  list-style: none;
  min-width: 100%;
  z-index: 10;
  overflow: auto;
  max-height: 210px;
  padding: 0;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 240px;
  border-radius: 6px;
}

.sw-picklist-options.expanded {
  display: block;
}

.sw-picklist-option {
  overflow: hidden;
  padding: 6px 16px;
  text-align: left;
  color: #444;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.sw-picklist-option.hover {
  background-color: #eeeeee;
}

.sw-picklist-option.selected {
  background-color: #dddddd;
}

.sw-picklist-option.selected:before {
  content: "\e900";
  position: absolute;
  font-family: icomoon;
  left: 2px;
  font-size: 10px;
}
