* {
    margin: 0px;
    padding: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

body {
    font-family: Arial, sans-serif, Verdana, Helvetica;
    background: #fff;
    font-size: 10pt;
}

div#formheader {
    border-bottom: 1px solid;
    padding-left: 10px;
    overflow: visible;
}

div#main-menu {
    width: auto;
    margin: 0;
}

.menu_item {
  height: 18px;
}

#publist_mi {
    width: 18px;
}


#gobk_mi {
    width: 18px;
}

#gofw_mi {
    width: 18px;
}

#cart_mi{
}

#options_mi a{
    /* width: 140px; */
}


div.menu_splitter {
    float: left;
    height: 100%;
    width: 1px;
    margin: 0 5px;
    border-right: 1px solid;
}

.hidden { display: none !important}

div#nav {
    overflow: hidden;
}

.interface {
    font: 8pt Verdana;
}

div#tree,div#search {
    overflow: auto;
    position: relative;
    height: 99%;
    font: 8pt Verdana;

}

div#search input{
    margin-bottom: 10pt;
}

.searchresults, .searchresults_loading{
    margin-top: 20pt;
}

div.navi {
  padding: 5px;
}

div.loading {
    position: absolute;
    background: url(/images/throbber.gif) left center no-repeat !important;
    height: 16px;
    padding: 2px 0 2px 20px;
    margin: 10px;
}

div#mainpanel {
    padding: 5px;
}

div#mainpanel.fullscreen {
    padding-left: 6%;
    padding-right: 6%;
}



div.no_float {
    height: 1px;
    clear: left;
}

#nav-container {
    overflow: auto;
    height: 100%;
}

/* for multiline */
#nav-tree a { 
    white-space:normal !important; 
    height: auto; 
    padding:1px 2px; 
    line-height: 18px;
    width: 90%;
} 


#nav-tree span.dm_code  span{
    color: navy;
    /* font-weight: bold; */
}

#nav-tree li > ins { vertical-align:top; }
#nav-tree .jstree-hovered, #nav-tree .jstree-clicked { border:0; }

#nav-tree .jstree-clicked  { 
    background-color: rgb(230,230,230); 
    border: 1px solid rgb(200,200,200); 

    background-color: rgba(230,230,230,.7); 
    border: 1px solid rgba(200,200,200,.7); 
    padding: 0 2px 0 1px;
    color: black;
    border-radius: 2px;
}

#nav-tree .jstree-hovered { 
    background:rgb(230,230,230); 
    border: 1px solid rgba(200,200,200, 0.5);

    background:rgba(230,230,230,.3); 
    border: 1px solid rgba(200,200,200,.7);
    padding:0 2px 0 1px; 
    border-radius: 2px;
}
.dropdown-menu li {
    cursor: pointer;
}

.fullscreen-btn {
    position: absolute;
    padding: 0px;
    z-index: 100;
    opacity: 0.2;
    transition: all 200ms ease-out;
}

.fullscreen-exit-btn {
    right: 5px;
    top: 5px;
}

.fullscreen-back-btn {
    left: 5px;
    top: 5px;
}


.fullscreen-btn:hover {
   opacity: 0.8;
}


/*pn-button - prev/next button*/

.fullscreen-pn-btn {
    cursor: pointer;
    position: absolute;
    top: 50px;
    bottom: 50px;
    width: 5%;
    min-width: 52px;
    opacity: 0.4;
    background: no-repeat center center;
    z-index: 100; !important;
    transition: all 100ms ease-out;
}

.fullscreen-pn-btn.disabled {
    opacity: 0.1;
    cursor: auto;
}

.fullscreen-pn-btn:hover:not(.disabled) {
    opacity: 0.8;
    background-color: rgba(230,230,230, 0.2);
}
.fullscreen-pn-btn:active:not(.disabled) {
    background-color: rgba(230,230,230, 0.5);
}

.prev-pn-btn {
    left: 0px;
    background-image: url(/images/prev.png)
}
.next-pn-btn {
    right: 0px;
    background-image: url(/images/next.png)
}

