﻿#treePage {
  /*.form-group {
        margin: 0 0;
    }*/ }
  #treePage .sidebar {
    display: flex;
    flex-direction: column; }
    #treePage .sidebar #naviTree {
      height: 100%;
      overflow-y: auto;
      margin: -20px; }
      #treePage .sidebar #naviTree .jstree-default .jstree-themeicon {
        display: none; }
  #treePage .main-content-wrapper.shrunk {
    height: calc(100% - 60%); }
  #treePage .main-content-wrapper #pac-input {
    width: 350px;
    margin-top: 10px;
    height: 30px; }
  #treePage .sub-page {
    width: calc(100% - 250px);
    height: 60%;
    bottom: 0;
    top: inherit;
    top: initial; }
    #treePage .sub-page.fullsize {
      height: 100%; }
    #treePage .sub-page .action-buttons {
      position: relative;
      display: inline-block; }
      #treePage .sub-page .action-buttons .dropdown-menu {
        left: initial;
        right: 0; }
        #treePage .sub-page .action-buttons .dropdown-menu .btn {
          width: 100%;
          background: none;
          border: 0px; }
          #treePage .sub-page .action-buttons .dropdown-menu .btn svg {
            float: left; }
  #treePage .history .default-color {
    color: #333; }
  #treePage .action-bar {
    height: auto;
    min-height: initial;
    padding: 0 0; }
    @media only screen and (min-width: 992px) {
      #treePage .action-bar .md-snap-back {
        flex-direction: row; }
      #treePage .action-bar .h3 input {
        max-width: 100px; } }
  #treePage .material-tabs {
    height: 25px;
    line-height: 20px; }
    #treePage .material-tabs .material-tabs li a {
      padding: 0 .35em; }
  @media (max-width: 1120px) {
    #treePage .pop-bottom {
      width: calc(100% - 250px) !important; }
      #treePage .pop-bottom.sub-page {
        height: 60%;
        bottom: 0%;
        top: inherit;
        top: initial; }
      #treePage .pop-bottom.main-content-wrapper {
        height: 40%; } }
  #treePage .contextmenu {
    font-size: 1.1em; }
    #treePage .contextmenu div {
      padding: 5px 5px; }
    #treePage .contextmenu .header {
      font-size: 0.6em;
      font-style: italic;
      padding: 0px 5px; }
    #treePage .contextmenu #contextMenuItem {
      text-align: center;
      cursor: pointer;
      background: #487694;
      color: white;
      border: 1px solid #487694; }
  #treePage .switch-container {
    display: flex;
    align-items: center;
    padding: 10px 5px 10px 5px; }
  #treePage div.filter-title {
    display: inline-block;
    font-size: 13px;
    color: #777;
    margin-left: 10px;
    padding-top: 2px; }
  #treePage .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-top: 8px; }
  #treePage .switch input {
    display: none; }
  #treePage .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #treePage .track {
    background-color: #e8e8e8;
    -webkit-transition: .4s;
    transition: .4s;
    display: block;
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0px;
    right: 0px;
    border-radius: 12px; }
  #treePage .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2); }
  #treePage input:checked + .track {
    background-color: #487694;
    opacity: 0.5; }
  #treePage input:focus + .slider {
    box-shadow: 0 0 1px #2196F3; }
  #treePage input:checked ~ .slider:before {
    background-color: #487694;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  #treePage .slider.round:before {
    border-radius: 50%; }
  #treePage .vertical-margin-default {
    margin: 5px 0px; }
  #treePage .updated, #treePage ~ .modal-shader .updated {
    color: #03A9F4;
    font-weight: bold; }
