::-webkit-input-placeholder { /* Edge */
  color: grey!important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: grey!important;
}

::placeholder {
  color: grey!important;
}

body.modal-open {
    padding: 0 !important;
}

tr.category_checkboxes td {
    font-weight: normal !important;
}