.filterBox-flyout { display: block; text-align: left; font-weight: 100; .filterBox-flyout-facet { background-color: white; text-align: left; display: inline-block; position: relative; width: 100%; .filterBox-flyout-facet-check { margin-right: 6px; } } } .filter-bookmark { //display: flex; .filter-bookmark-icon { float: right; margin-right: 10px; margin-top: 7px; } } // .filterBox-bottom { // // position: fixed; // // bottom: 0px; // // width: 100%; // } .filterBox-select { display: flex; width: 100%; margin-top: 5px; background: white; } .filterBox-saveBookmark { background-color: #e9e9e9; border-radius: 11px; padding-left: 8px; padding-right: 8px; padding-top: 5px; padding-bottom: 5px; margin: 8px; display: flex; font-size: 11px; cursor: pointer; &:hover { background-color: white; } .filterBox-saveBookmark-icon { margin-right: 6px; margin-top: 4px; margin-left: 2px; } } .filterBox-select-scope, .filterBox-select-bool, .filterBox-addWrapper, .filterBox-select-matched, .filterBox-saveWrapper { font-size: 10px; justify-content: center; justify-items: center; padding-bottom: 10px; display: flex; } .filterBox-addWrapper { font-size: 11px; width: 100%; } .filterBox-saveWrapper { width: 100%; } // .filterBox-top { // padding-bottom: 20px; // border-bottom: 2px solid black; // position: fixed; // top: 0px; // width: 100%; // } .filterBox-select-scope { padding-bottom: 20px; border-bottom: 2px solid black; } .filterBox-title { font-size: 15; // border: 2px solid black; width: 100%; align-self: center; text-align: center; background-color: #d3d3d3; } .filterBox-select-bool { margin-top: 6px; } .filterBox-select-text { margin-right: 8px; margin-left: 8px; margin-top: 3px; } .filterBox-select-box { margin-right: 2px; font-size: 30px; border: 0; background: transparent; } .filterBox-selection { border-radius: 6px; border: none; background-color: #e9e9e9; padding: 2px; &:hover { background-color: white; } } .filterBox-addFilter { width: 120px; backgroundcolor: #e9e9e9; border-radius: 12px; padding: 5px; margin: 5px; display: flex; text-align: center; justify-content: center; &:hover { background-color: white; } } .filterBox-treeView { display: flex; flex-direction: column; width: 100%; position: relative; right: 0px; top: 0px; z-index: 1; // background-color: #9f9f9f; .filterBox-tree { z-index: 0; } .filterBox-addfacet { display: inline-block; width: 200px; height: 30px; text-align: left; .filterBox-addFacetButton { display: flex; margin: auto; cursor: pointer; } > div, > div > div { width: 100%; height: 100%; } } .filterBox-tree { padding-top: 8px; display: inline-block; width: 100%; margin-bottom: 10px; margin-left: 5px; overflow: auto; } } .filterBox-facetHeader { display: flex; align-items: center; // float:right; .filterBox-facetHeader-collapse { // float: right; // justify-items: right; // align-items: flex-end; margin-left: auto; // margin-right: 9px; float: right; font-size: 16; } .filterBox-facetHeader-remove { // margin-left: auto; float: right; font-size: 16; font-weight: bold; } } .filterbox-collpasedAndActive { // left:100px; text-indent: 18px; // background-color: pink; font-size: 12px; font-weight: bold; } .sliderBox-outerDiv { display: inline-block; vertical-align: middle; } .filterHotKey-button { pointer-events: auto; width: 100%; //width: 25px; border-radius: 5px; margin-top: 8px; border-color: #d3d3d3; border-style: solid; border-width: thin; transition: all 0.3s ease-out; display: flex; flex-direction: row; padding: 5px; &:hover { border-color: #e9e9e9; background-color: #6d6c6c; } .hotKey-icon, .hotKey-close { background-color: transparent; border-radius: 10%; padding: 5px; &:hover { background-color: #616060; } } .hotKey-close { right: 30px; position: fixed; padding-top: 10px; } .hotkey-title { top: 6px; position: relative; cursor: text; } .hotkey-title-input { background-color: transparent; border: none; border-color: transparent; outline: none; cursor: text; } } .hotKeyButtons { position: relative; width: 100%; } .hotKey-icon-button { background-color: transparent; } .icon-panel { position: absolute; z-index: 10000; border-color: black; border-style: solid; border-width: medium; border-radius: 10%; background-color: #323232; .icon-panel-button { background-color: #323232; border-radius: 10%; &:hover { background-color: #7a7878; } } } // .sliderBox-outerDiv { // width: 30%;// width: calc(100% - 14px); // 14px accounts for handles that are at the max value of the slider that would extend outside the box // height: 40px; // height: 100%; // border-radius: inherit; // display: flex; // flex-direction: column; // position: relative; // // background-color: yellow; // .slider-tracks { // top: 7px; // position: relative; // } // .slider-ticks { // position: relative; // } // .slider-handles { // top: 7px; // position: relative; // } // }