* {
  font-family: 'Open Sans', sans-serif;
  color: lightgray;
}

body, html {
    background-color: #282828;
    height: 100%;
    margin: 0;
}

.nav-bar {
    width: 50%;
    float: right;
}

.nav-bar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #444;
}

.nav-button {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.nav-tree-button {
    display: block;
    text-align: center;
    text-decoration: none;
}

/*.nav-button-li a:hover {
    border-bottom: solid 1px;
}*/

.nav-button-li {
    display:block;
    float: left;
    height: 50px;
    width: 150px;
    cursor: pointer;
    background-color: #404040;
    border-right: solid 1px #303030;
    border-left: solid 1px #303030;
}

.header {
    width: 100%;
    overflow: hidden;
}

.name-plate {
    padding: 10px 10px 0px 10px;
    float: left;
}

.name-plate-wrapper {
    width: 10%;
    min-width: 180px;
    float: left;
}

.dash-board-wrapper {
    overflow:hidden;
    height: 100%;
}

navigation-tree {
    display: flex;
}

.nav-tree {
    width: 10%;
    min-width: 180px;
    height: calc(100% - 40px);
    float: left;
    background-color: #303030;
    -webkit-box-shadow: 5px 0px 6px -5px #000000;
       -moz-box-shadow: 5px 0px 6px -5px #000000;
            box-shadow: 5px 0px 6px -5px #000000;
}

.nav-tree-inner {
    padding-left: 5px;
    width: 100%;
}

.tree {
    width: 100%;
}

.tab-container {
    overflow:hidden;
    width: 100%;
    height: 40px;
    -webkit-box-shadow: 0px 0px 6px 0px #000000;
       -moz-box-shadow: 0px 0px 6px 0px #000000;
            box-shadow: 0px 0px 6px 0px #000000;
}

@font-face {
    font-family: 'Icons';
    src: url('app/Fonts/octicons.ttf') format("truetype");
}

.x-button {
    font-family: "Icons";
    background: transparent;
    border: none;
    float: right;
    padding-top: 4px;
    cursor: pointer;
}

.tab-contents {
    padding-top: 9px;
    padding-left: 8px;
}

.active-tab {
    background-color: #303030;
}

.display-wrapper {
    padding: 5px;
    display: flex;
}

.node-content-wrapper:hover 
{
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
            background: none !important; 
}

.node-content-wrapper {
    width: 100%;
}

.tree-node-background {
    position: absolute;
    left: 0px;
    height: 28px;
    margin: -3px 0px;
    width: 10%;
    min-width: 180px;
}

.tree-node-background:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

treenodeexpander {
    z-index: 1;
}

.tree-node-foreground {
    z-index: 1;
}