/**
    CSS Class for Jstree Limit View, when member greater than X
 */

.no_checkbox>i.jstree-checkbox
{
    display:none
}

.js-tree-input-text-container{
    width: 115px;
    display: inline-block;
}
.js-tree-input-text-show-x{
    display: inline-block;
    font-size: 15px;
}

[placeholder], input[placeholder]{
   color: black !important;
}
::-ms-clear {
    width: 14px;
    height: 14px;
}