


div.leftmenu {
    flex:1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    min-height:100px;
}

div.navmenu {
    padding-right:2px;
    display: flex;
    justify-content: flex-end;
    height: 22px;
    line-height:22px;
    align-items: center;
    background: #333;
}

div.project {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}
div.projectrow {
    flex:0 0 20px;
    margin-bottom:2px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-weight: bold;
    user-select: none;
    display:flex;
}

div.projecttitle {
    /*font-size:14px;*/
    display:flex;
    text-align: left;
    vertical-align: middle;
    font-family: "Tahoma";
    font-size: 12px;
    line-height: 20px;
    /*font-weight: bold;*/
    user-select: none;
    color: #999;
    padding-right: 5px;
    padding-top: 0px;
    white-space: nowrap;
    height: 20px;
    /*border-right: 5px solid #444;*/
    box-sizing: border-box;
    /*text-transform: uppercase;*/
}
div.projecttitleadd {
    flex: 0 0 110px;
    border:1px solid #555;
    height:20px;
    color:#bbb;
    font-family: Arial Black;
    font-size:10px;
    font-style:italic;
    text-align: center;
    vertical-align:middle;
    padding:2px 0px 0px 0px;
    box-sizing:border-box;
    margin-top:5px;
    background:#666;
    text-shadow:1px 1px 2px #000;
    margin-right:1px;
}
div.projectinputadd {
    margin-top: 5px;
}
div.projectinput {
    user-select: text;
    color: #ddd;
    background: #444;
    width: 100%;
    padding-left: 5px;
    padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    box-sizing: border-box;
    border-radius:5px;
}

div.leftmenucontent {
    display: flex;
    flex-direction: column;
    flex:1;
    background: #222;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    padding-right:3px;
    padding-top:3px;
    box-sizing:border-box;
}

div.leftmenuproject{
    padding: 0px 0px 3px 3px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

div.leftmenuitem {
    position: relative;
    display: flex;
    /*width:100%;*/
    margin: 0;
    height: 18px;
    line-height: 18px;
    font-size: 12pt;
    text-align: left;
    color: #ccc;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    user-select: none;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    background:transparent !important;
}

div.leftmenuarrow {
    display: flex;
    flex:0;
    width: 18px;
    padding-top: 1px;
    height: 18px;
    line-height: 18px;
    font-size: 14pt;
    text-align: center;
    color: #ccc;
    cursor: pointer;
    z-index: 101;
    user-select: none;
}

div.leftmenutitle {
    position: relative;
    display:table-cell;
    width:100%;
    z-index: 1;
    text-transform: uppercase;
    padding-top:1px;
    box-sizing:border-box;
    height:18px;
    padding-right:15px;
    user-select: none;
    text-overflow: ellipsis;
    overflow:hidden;    
    white-space: nowrap;
}

div.navsceneselected {
    display: flex;
    position: absolute;
    right:5px;
    top:3px;
    background: #56b4cc !important;
    width:12px;
    min-width:12px;
    z-index:700;
    height:12px;
    border-radius:6px;
}

div.leftsubmenuitem {
    display: block;
    padding-left:30px;
    margin-right:0px;
    padding-top:2px;
    height:12px;
    line-height: 12px;
    text-align:left;
    color: #ccc;
    font-size: 10pt;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    background:transparent !important;

}

div.leftmenuitemhover {
    background: #333 !important;
}

div.leftmenuitemselected {
    background: #444 !important;
}

div.leftmenuarrow:hover{
    color:#56b4cc;
}