/*
	Base Styles
*/

.easyselect-field-wrapper {
  z-index: 1;
  WIDTH: 100%;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
  .easyselect-field-wrapper {
    position: relative;
    margin-right: 20px;
  }
}


@media screen and (max-width: 767px) {
  .easyselect-field-wrapper {
    position: relative;
    display: inline-block;
  }
}

.easyselect-field {
  margin: 0;
}

.easyselect-list-wrapper {
  /* IE7  */
  clear: left;
}

.easyselect-list {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.easyselect-list li {
  background: #FFF;
  cursor: pointer;
  display: none;
}

.easyselect-list li.filtered {
  display: block;
}

.easyselect-list li.active {
  background: #333;
  color: #FFF;
}


.easyselect-box-item-bob {
  background: none;
  cursor: default;
  margin-right: 10px;
  margin-top: 10px;
  padding: 3px 5px;
}

@media screen and (max-width: 558px) {
  .ez-click-remove {
    margin-top: 18px !important;
  }
}

@media screen and (min-width: 1100px) {
  .easyselect-box-item-bob {
    background: none;
    cursor: default;
    margin-right: 10px;
    padding: 3px 5px;
  }
}


@media screen and (min-width: 768px) and (max-width: 1099px) {
  .easyselect-box-item-bob {
    background: none;
    cursor: default;
    margin-right: 10px;
    padding: 3px 5px;
  }
}


/*
	Extras
*/
.easyselect-container {
  position: relative;
}

.easyselect-field-wrapper {
  z-index: 1;
}

.easyselect-field {
  border: 1px solid #45758b;
  width: 100%;
}

.easyselect-list {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin-left: 0px;
  width: 50%;
  z-index: 800;
}

.easyselect-list li {
  border-bottom: 1px solid #EAEFFA;
  padding: 3px 5px;
  width: 100%;
}

.easyselect-list li.active {
  background: #336699;
}

.easyselect-box {
  background: none;
  padding: 0;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: var(--space-base);
}

.easyselect-box.empty {
  display: none;
}

.easyselect-box:before,
.easyselect-box:after {
  content: "";
  display: table;
}

.easyselect-box:after {
  clear: both;
}