﻿@media (max-width: 768px) {

  .jstree-default-responsive .jstree-wholerow {
    border-top: none !important;
    border-bottom: none !important;
    background: transparent !important;
    line-height: 2em !important;
    height: 3.15em !important;
  }

  .jstree-default-responsive .jstree-anchor {
    background-color: transparent !important;
    font-weight: 600 !important;
    line-height: 2.65em !important;
    font-size: 1.15em !important;
    text-shadow: none !important;
  }

  .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:after, .jstree-default .jstree-checked > .jstree-checkbox:after {
    content: '\f00c' !important;
    font-family: FontAwesome !important;
    position: absolute !important;
    left: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    display: block !important;
    line-height: 1.5em !important;
    font-size: 1.3em !important;
    font-style: initial !important;
    color: #fff !important;
  }

  .jstree-default.jstree-checkbox-selection .jstree-clicked, .jstree-default .jstree-checked {
    color: #009494 !important;
    font-weight: 700 !important;
  }

  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: none !important;
  }

  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: none !important;
    border-top: 0;
  }

  .jstree-default .jstree-clicked, .jstree-default .jstree-wholerow-clicked {
    background: #c0ebeb !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:after, .jstree-default .jstree-checked > .jstree-checkbox:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    display: block;
    background: #00acac !important;
  }

  .jstree-default .jstree-search {
    color: #ff5b57 !important;
    border: 1px solid #ff5b57 !important;
    font-weight: 700 !important;
    border-radius: 3px !important;
    padding-right: 9px !important;
    font-style: normal !important;
    line-height: 2.75em !important;
    font-size: 1.15em !important;
    height: 2.75em !important;
    text-shadow: none !important;
  }
}
