/* 設定連結變色 */
#go_custom_category{
  color: gray; !important;
  display: none;
}

/* 外觀做成與select相似 */
.comboTreeInputWrapper, .comboTreeInputBox, .comboTreeArrowBtnImg, #custom_category_div .bootstrap-tagsinput{
  cursor: zoom-in;
}
.comboTreeArrowBtn{
  padding-top: 5px;
  background-color: transparent;
  border: none;
}
.comboTreeArrowBtn:hover {
  background-color: transparent;
  font-size: 0.1em;
}
.comboTreeInputBox:focus, .comboTreeArrowBtn{
  border: none !important;
}
.comboTreeDropDownContainer{
  width: 102%;
  margin-top: 5px;
  right: -7px;
}
#custom_category_div .bootstrap-tagsinput input{
  caret-color: transparent;
}
#department-text{
  caret-color: transparent;
}
.fa-chevron-down{
  font-size: 0.1em;
}
#department .comboTreeArrowBtn{
  margin-top: 9px;
  margin-right: 3px;
}
#goRoleModal, #department .goDept{
  color: gray; !important;
}