@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
*{
font-family: 'Open Sans', sans-serif;
}

.b-tree__itemText {
    text-decoration: none;
    padding-left: 5px;
    padding-bottom: 2px;
    font-size: 14px;
    width: 100%;
    white-space: pre;
}

.m-tree__itemText__selected {
   font-weight: 600 !important;
   color: #0077ba;
}

.b-tree__itemText {
    
text-decoration: none;
    
padding-left: 5px;
    
padding-bottom: 2px;
   
 font-size: 14px;
    
width: 100%;
    
white-space: pre;

}

.b-tree__itemLink {
    text-decoration: none;
    border-bottom: none;
    color: #000000 !important;
    height: 1.6em;
    position: relative;
    font-weight: bold;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: bottom;
    display: block;
    cursor: pointer;
}




.m-workZone__content__nav {
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
}

.b-breadCrumbs__item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 0.8em;
    white-space: pre;
    font-weight: bold;
}

.m-article__headerSide__buttons {
    text-align: right;
    white-space: nowrap;
    padding-left: 40px;
    padding-right: 1px;
    font-weight: bold;
}