/*!
	jQuery easySelect 1.1.1 - http://tameraydin.github.com/jquery-easyselect/
*/

/*
	Base Styles
*/


.easyselect-field-wrapper {
z-index: 1;
WIDTH: 100%;
/* MARGIN: AUTO; */
/* DISPLAY: BLOCK; */
}

<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>


@media screen and (max-width: 1099px) and (min-width: 768px) {
.easyselect-field-wrapper {
position: relative;
margin-right: 20px;
/* width: 200px; */
}
}





@media screen and (max-width: 767px) {
.easyselect-field-wrapper {
position: relative;
display: inline-block;
}
}

.easyselect-field {
  margin: 0;
}
.easyselect-list-wrapper {
  /* IE7 fixÃƒâ€š */
  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 {
  background: #999;
  padding: 10px;
}

.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;
}
}

.ez-click-remove {
 width: 200px;
 float: left;
 margin-top: 34px;
 margin-left: 20px;
 color: #be605c;
 text-decoration: underline;
 font-style: italic;
 cursor: pointer;
}

}


@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 {
  font-family: sans-serif;
  position: relative;
}

.easyselect-field-wrapper {
  z-index:1;
}

.easyselect-field {
  border: 1px solid #45758b;
  /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); */
  /* -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); */
  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;
  margin-bottom:25px;
  /* padding: 0 8px 8px 0; */
  padding:0;
  position: relative;
    width:100%; /* new */
  *zoom: 1;
  float:left; /* new */
}
.easyselect-box.empty {
  display: none;
}

.easyselect-box:before,
.easyselect-box:after {
  content: "";
  display: table;
}

.easyselect-box:after {
  clear: both;
}

/*
.easyselect-box-item-bob {
  background: #7A9BBD;
  background: linear-gradient(to bottom, #7a9bbd 0%, #7a9bbd 50%, #336699 50%, #336699 100%);
  background: -o-linear-gradient(top, #7a9bbd 0%, #7a9bbd 50%, #336699 50%, #336699 100%);
  background: -ms-linear-gradient(top, #7a9bbd 0%, #7a9bbd 50%, #336699 50%, #336699 100%);
  background: -webkit-linear-gradient(top, #7a9bbd 0%, #7a9bbd 50%, #336699 50%, #336699 100%);
  border: 1px solid #7A9BBD;
  border-radius: 4px;
  color: #FFF;
  float: left;
  line-height: 1em;
  margin: 8px 0 0 8px;
  text-shadow: 0 -1px 0 #336699;
  text-decoration: none;
}
*/


.easyselect-box-item-bob {
    clear: both;
    display: block !important;
    background: #eee !important;
    color: #333 !important ;
    font-size: 16px !important;
    text-decoration: none !important;
    margin-top: 20px !important;
    padding: 10px 28px !important;
    border-radius: 10px !important;
    text-align: center !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
	width: 200px!important;
	float:left;
}


.easyselect-box-item-bob:after {
    content: '\f00c' !important;
    padding-left: 10px !important;
    color: #ed4898 !important;
    font-size: 23px !important;
    vertical-align: middle !important;
    cursor: default !important;
    font-family: 'fontAwesome' !important;
}