/* ----------
jQuery.plugins CSS file
---------- */
.sb-custom {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width:  100%;
}
.sparkbox-custom {
  display: none;
}
.no-js .sparkbox-custom {
  display: block;
}

.sb-select:focus {
  -webkit-box-shadow: 0 0 4px 2px #79aed7;
     -moz-box-shadow: 0 0 4px 2px #79aed7;
          box-shadow: 0 0 4px 2px #79aed7;
}
.sb-select {
  background: #fff 100% 50%;
  background-size:24px 10px;
  cursor:pointer;
  border: none;
  color: #444;
  left: 0;
  text-indent:8px;
  position: relative;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sb-dropdown {
  background: white;
  display: none;
  font-size: 15px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2;
  overflow:hidden;
}
.sb-dropdown a {
  color: #444;
  display: block;
  padding: 5px;
  font-size:16px;
  text-decoration: none !important;
  font-family:Helvetica, Arial, sans-serif;
}
.sb-dropdown li.selected a {
  color:#fff;
}
.sb-dropdown a:hover,
.sb-dropdown .selected {
  background: #1FB3D8;
  color:#fff;
}