@media only screen and (min-width: 1008px) {
  ul.tree, ul.tree ul
  {
    margin: 0px;
    padding: 0px;
    list-style: none;margin-top: -3px
  }
  ul.tree li
  {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 18px;
    text-indent: -18px;
    background-position: top left;
    background-repeat: repeat-y;
    background-image: url(../img/tree/tree-line-vertical.gif);
    line-height: 20px;
  }
  ul.tree li.last
  {
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url(../img/tree/tree-line-last.gif);
  }
  ul.tree li img
  {
    vertical-align: top;
    margin-top: 2px;
  }

  .tree img
  {
    border: 0px;
    vertical-align: middle;
  }

  .tree ul.treeBranchLoading li
  {
    text-indent: 3px;
    background-repeat: no-repeat;
    background-image: url(../img/tree/tree-loading.gif);
    background-position: center left;
    /* background-color: Blue; /* debug */
  }
  .tree ul.treeBranchLoading li img
  {
    display:none; /* skryva obrazek Tree-none.gif u listu "nahrávám" */
    
  }

  .treeItemTemplate
  {
    display: none;
  }

  .treeExpandCollapse
  {
    font-size: 12px;
    margin: 0px 0px 10px 0px;
  }

  .tree label
  {
    float: none !important;
    font-weight: normal;
  }

  input[type='checkbox'].disabled
  {
    background-color: #cccccc;
  }
}

@media only screen and (max-width: 1007px) {
  ul.tree
  {
    padding: 0 0 20px 0;
  }
  ul.tree, ul.tree ul
  {
    margin: 0px;
    list-style: none;
    margin-top: -3px;
  }
  ul.tree ul
  {
    padding: 0px;
  }
  ul.tree li
  {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 18px;
    text-indent: -18px;
    background-position: 8px 0px;
    background-repeat: repeat-y;
    background-image: url(../img/tree/tree-line-vertical.gif);
    line-height: 20px;
  }
  ul.tree li.last
  {
    background-repeat: no-repeat;
    background-position: 8px 0px;
    background-image: url(../img/tree/tree-line-last.gif);
  }
  ul.tree li img
  {
    vertical-align: middle;
    margin-top: 2px;
    padding: 8px;
  }
  ul.tree li input
  {
    vertical-align: middle;
  }
  
  .tree img
  {
    border: 0px;
    vertical-align: middle;
  }
  
  .tree ul.treeBranchLoading li
  {
    text-indent: 3px;
    background-repeat: no-repeat;
    background-image: url(../img/tree/tree-loading.gif);
    background-position: center left;
    /* background-color: Blue; /* debug */
  }
  .tree ul.treeBranchLoading li img
  {
    display:none; /* skryva obrazek Tree-none.gif u listu "nahrávám" */
    
  }
  
  .treeItemTemplate
  {
    display: none;
  }
  
  .treeExpandCollapse
  {
    font-size: 12px;
    margin: 0px 0px 10px 0px;
  }
  
  .tree label
  {
    float: none !important;
    font-weight: normal;
  }
  
  input[type='checkbox'].disabled
  {
    background-color: #cccccc;
  }
}