/* **** */
.dd{
  background-color: #ffffff;
  background-image: linear-gradient(0deg,#e8e8e8,#fdfdfd),linear-gradient(#f7f7f7,#f7f7f7);
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  box-sizing: border-box;
  color: #173653;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 15px;
  height: 37px;
  padding: 5px 15px 5px 14px;
  position: relative;
  vertical-align: middle;
}

.dd .ddTitle{
  position: relative;
}

.dd .ddTitleText{
  display: block;
  margin-top: 4px;
  padding: 0;
  white-space: nowrap;
}

.dd .ddTitle .ddTitleText img{
  float: left;
  height: 24px;
  margin-right: 13px;
  margin-top: -4px;
}

.ddcommon ul{
  margin: 0;
  padding: 0;
}

.dd .ddChild{
  border: 1px solid #8ac1f0;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
  height: auto !important;
  left: 0;
  max-height: 235px;
  overflow-y: auto;
  right: 0;
  top: 106%!important;
}

.dd .ddChild li{
  background-color: #ffffff;
  border-bottom: 1px solid #ededed;
  clear: both;
  padding: 8px 5px;
}

.ddcommon .ddChild li img{
  border: 0 none;
  float: left;
  height: 24px;
  margin: 0 13px 0 11px;
  margin-top: 3px;
  position: relative;
  vertical-align: top;
}

.dd .ddChild li .ddlabel{
  color: #333333;
  display: block;
  float: left;
  font-size: 14px;
  margin-top: 6px;
}

.ddcommon .clear{
  clear: both;
}

.dd .ddArrow{
  background: url(../images/angle-arrow-down.svg) no-repeat;
  background-size: 10px 10px;
  display: inline-block;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: rotate(0deg);
  transition: all .15s ease-in-out;
  width: 10px;
}


.dd.borderRadiusBtm .ddArrow{
  transform: rotate(-180deg);
}

#TypeCurr_msdd{
  box-sizing: border-box;
  display: inline-block;
  height: 37px;
  vertical-align: middle;
  /* width: 235px !important; */
  width: calc(100% - 93px) !important;
}

.sort_by #TypeCurr_msdd span.ddlabel{
  float: left;
  height: 24px;
max-width: calc(100% - 55px);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

#TypeCurr_msdd.dd .ddArrow{
  margin-top: 3px;
}

#TypeCurrAdd_msdd{
  width: 80px !important;
}

.dd#TypeCurr_msdd .ddTitle span.ddTitleText{
  margin-top: 4px !important;
}

#TypeCurrAdd_msdd.dd .ddTitle span.ddTitleText{
  margin-top: 4px !important;
}

.dd .ddChild::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.dd .ddChild::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.dd .ddChild::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.dd .ddChild::-webkit-scrollbar-thumb:hover {
  background: #555;
}
