.status {
    text-align: right;
    padding: 0;
}

span.circle {
    background: #0078e7;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

ul.fancytree-container {
  border: none;
  height: 80vh;
  overflow: auto;
}

.fancytree-container, span.fancytree-focused span.fancytree-title {
    outline: 0 !important;
}

#menu .home-link-a { padding: 0px;}
.home-link-img { padding: 7px 0 3px 0; }
body {
  min-height: 100%;
  background: url('/static/dash/img/qms-watermark.gif') no-repeat center fixed;
  background-size: cover;
}

.legal { background: inherit;}

#search-form .align-right { text-align: right;}

#search-form #id_search_button {
  margin: 24px 4.2% 2px; /* 4.2% is roughly equivelant to 1/24th */
}

#search-form #id_free_text { margin-top: 24px; }

#navijax-status {
  background-color: #ffffff;
  padding: 3px 10px;
  position: fixed;
  width: 100%;
  bottom: 0
}
#navijax-status.status-red {
  background-color: red;
  color: white;
}

/* jquery-resizable */
.panel-container {
  display: flex;
  flex-direction: row;
  border: 1px solid silver;
  overflow: hidden;
  /* avoid browser level touch actions */
  xtouch-action: none;
}

.panel-left {
  flex: 0 0 auto;
  /* only manually resize */
  width: 300px;
  min-height: 200px;
  min-width: 150px;
  white-space: nowrap;
  color: white;
}

.splitter {
  flex: 0 0 auto;
  width: 5px;
  background: url('/static/dash/img/vsizegrip.png') center center no-repeat #c0c0c0;
  min-height: 200px;
  cursor: col-resize;
}

.panel-right {
  flex: 1 1 auto;
  /* resizable */
  width: 100%;
  min-height: 200px;
  min-width: 200px;
}
