input[type="text"]:disabled,
input[type="checkbox"]:disabled,
.disabled {
  cursor: not-allowed!important;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}