.none {
  display: none;
}
.util-border-radius-none {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.util-text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.util-textHidden {
  text-indent: 99999px;
  overflow: hidden;
}
.modsSortGhost {
  float: left;
  width: 1px;
  height: 93px;
  margin: 5px 0px 5px 5px;
}
.userSelectBox {
  border: 1px solid #aaa;
  padding: 5px;
  border-radius: 4px;
  overflow: auto;
}
.userSelectBox .readyDrag {
  border: 1px solid #d4d4d4;
  background: #e8e8e8;
  background: -webkit-linear-gradient(#ffffff, #e8e8e8);
  /* For Safari */
  background: -o-linear-gradient(#ffffff, #e8e8e8);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff, #e8e8e8);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff, #e8e8e8);
  /* Standard syntax */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e8e8e8);
  /*For IE7-8-9*/
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e8e8e8);
  /*For IE7-8-9*/
  color: #444444;
  padding: 3px 5px;
  border-radius: 3px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  line-height: auto;
}
.userSelectBox .readyDrag div {
  height: 20px ! important;
  line-height: 20px ! important;
}
.userSelectBox .modsSortGhost {
  float: none;
  width: auto;
  height: 1px;
  margin: 5px 0px;
  border: 1px solid #d4d4d4;
  background: #e8e8e8;
  background: -webkit-linear-gradient(#ffffff, #e8e8e8);
  /* For Safari */
  background: -o-linear-gradient(#ffffff, #e8e8e8);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff, #e8e8e8);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff, #e8e8e8);
  /* Standard syntax */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e8e8e8);
  /*For IE7-8-9*/
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e8e8e8);
  /*For IE7-8-9*/
}
.userSelectBox .bedraged {
  border: 2px solid #ff3300 !important;
}
.userSelectBox .beSelected {
  border: 1px solid #565b61;
}
