#figurePanel img {display:unset; }

#searchButton{
	display:none;
}
.tabulator-group-level-0{
	     background: var(--primary_color) !important;
}
.tabulator-row.tabulator-group.tabulator-group-level-1 {
    padding-left: 12px;
}   
      .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
    margin-right: 4px;
    }
      .tabulator-group{
	      width:100%;
	      text-wrap:wrap;
      }


.front-page-toc-group > .tabulator-group-toggle > .tabulator-arrow {
	border-left: 6px solid white;
}
.tabulator-row.tabulator-group {
    padding: 4px;
    padding-left: 4px;
    }
.front-page-toc-group.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
	border-top: 6px solid white;
}
.tabulator-row.tabulator-group .tabulator-group-toggle {
    display: none;
}
.front-page-row{
	background: white  !important;
	
}
.tabulator-group{
	background: var(--primary_color) ;
}
.tabulator-row.tabulator-group:hover {
    
    background-color: var(--primary_color);
}
.tabulator-row.tabulator-group.tabulator-group-level-1 {
	background: var(--secondary_color);  !important;
}
.tabulator-row.tabulator-group {
      
}
.tabulator-row.tabulator-group span {
    margin-left: 0px; 
    color: #d00;
}

.doc-menu-toc-group{

		border-bottom: unset !important;
     border-right: unset !important;
      border-top: unset !important;
}

.doc-menu-toc-group > .tabulator-group-toggle > .tabulator-arrow {
	border-left: 6px solid white;
}

.doc-menu-toc-group.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
	border-top: 6px solid white;
}

.doc-menu-row{
	background: var(--secondary_color)  !important;
	border-bottom: unset;
}
.tabulator{
	background: var(--secondary_color) 
	}
.tabulator-table{
	width:100%
}
.tabulator-row .tabulator-cell {
	white-space: normal;
	padding: 0px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title
.tabulator-row .tabulator-cell 
{
    white-space: normal;
}


    
    #figurePanel > table.rps-table-hide {
    display: block;
}

    .ab-fb-bottom-left{
        display: none !important;
    }
    
        #menu img {
            transition: all 0.3s ease-in-out;
        }
        
        #contentsPane {
            transition: all 2s ease-in-out;
        }
        
        #gapRemain {
            height: calc(100% - 4rem);
        }