.sq_inputselection {
  display: inline-block;
  width: 200px;
  height: auto;
}

.sq_inputselection label {

}

.sq_inputselection > div {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  border:none;
}

.sq_inputselection > div.dropdownlist {
  position: relative;
  display: none;
  max-height: 100px;
  overflow: auto;
  top: -1mm;
}

.sq_inputselection > div.dropdownlist.show {
  display: block;
}

.sq_inputselection > div > * { float: left; }

.sq_inputselection > div > li {
  display: block;
  width: 100%;
  padding: 1mm;
  border-bottom: 0.2px solid rgba(33,33,33,0.1);
  color:#515254;
}

.sq_inputselection > div > li:hover {
  background-color: #AE71FF;
  color:#222324;
}

.sq_inputselection > div > li.selected:hover,
.sq_inputselection > div > li.selected {
  background-color: #3D7DA1;
  color: white;
}

.sq_inputselection .sq_input {
  height: 100%;
  width: 100%;
}

.sq_inputselection input {
  padding: 1mm;
  width: 100%;
  height: 100%;
  border: none;
  cursor: default;
}

.sq_inputselection img,
.sq_inputselection .downc
{
  position: absolute;
  height: 100%;
  width: 25px;
  right: 0px;
  padding: 1mm;
  background-color:#dde1e6;
}



.sq_inputselection .down {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #674172;
}

.sq-defaultstyle .sq_inputselection > div,
.sq-defaultstyle.sq_inputselection > div {
  border:.5px solid rgba(221,225,230,.75);;
}

.sq-defaultstyle .sq_inputselection input,
.sq-defaultstyle.sq_inputselection input {
  background-color:rgba(221,225,230,.25);
    color:#674172;
  cursor:pointer;
}

.sq-defaultstyle .sq_inputselection img,
.sq-defaultstyle.sq_inputselection img {
  background-color:rgba(221,225,230);
}


.sq-defaultstyle .sq_inputselection > div > li:hover,
.sq-defaultstyle.sq_inputselection > div > li:hover {
  background-color: #D9ADF0;
  color:#222324;
}

.sq-defaultstyle .sq_inputselection > div > li.selected:hover,
.sq-defaultstyle.sq_inputselection > div > li.selected:hover,
.sq-defaultstyle.sq_inputselection > div > li.selected
.sq-defaultstyle .sq_inputselection > div > li.selected {
  background-color: #674172;
  color: white;
}
