#content > .left{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #333;
}

.on .left{
	color: #65aa30;
}

.close_button{
	position: absolute;
	right: -0.4rem;
	top: -0.6rem;
	color: #333;
	background-color: white;
    font-size: 1.5rem;
}

#customset{
	margin-left: 20px;
}

#customsets_select{
	max-width: 200px
}

#compounds_view{
	display: flex;
	font-weight: bold;
	align-items: center;
	height: 100%;
	padding: 3 0 3 5;
}

#compounds_view .view{
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.3;
	padding: 0px 10px;
}

#compounds_view .fa{
	opacity: 0.3;
}

#compounds_view .view.on{
	opacity: 1;
}

#compounds_view .view:hover{
	opacity: 1;
}

#compounds_view .view a{
	border-bottom: none;
	display: flex;
	align-items: center;
	color: #444444;
}

#compounds_view img{
	height: 30px;
}

#filters{
	margin: 10px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#show_filter_switches.on{
	color: #65aa30;
}

#on_page{
	margin-right: 10px;
}

#on_page_input{
	width: 40px;
	text-align: center;
	border: solid #aaa 1px;
    border-radius: 3px;
    height: 30px;
}

#on_page .fa{
	font-size: 1.5rem;
	color: #444;
}

#pagination_div{
	display: flex;
	align-items: center;
}

#pagination_div a{
	border-bottom: none;
	padding: 0px 7px;
	font-size: 0.8rem;
}


#pagination_div li{
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	font-family: "Quicksand", sans-serif;
}

#pagination_div .paginationjs-page.active a{
	background-color: #666;
	font-weight: bold;
}

#total{
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	color: white;
	margin-left: 5px;
	font-weight: bold;
}

#graph_buttons{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.25rem;
}

.graph_button{
	padding: 0.25rem 0.25rem 0.5rem 0.25rem;
	border-radius: 2px;
}

.graph_button.active{
	background-color: var(--pd-black);
}

.graph_button.active img{
	filter: brightness(0) invert(1);
}

#graph_buttons img{
	height: 26px;
}

#graph_buttons > .graph_button{
	opacity: 0.4;
}

#graph_buttons > .graph_button.on{
	opacity: 1;
}

.graph{
	position: relative;
	border: solid #C2C2C2 2px;
	box-shadow: 0px 2px 5px #D2D2D2;
}

.graph .heading{
	padding-left: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: large;
	display: flex;
	align-items: center;
}

#pie_charts{
	display: flex;
	justify-content: space-around;
}

.piechart_select{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: small;
	font-weight: bold;
}

.piechart_select select{
	height: 40px;
}

#scaffolds_summary{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#graph .heading img{
	height: 30px;
	margin-right: 10px;
}

.scaffold-index{
	z-index: 10;
	border-radius: 2px;
	padding: 3px;
	background-color: #333;
	font-weight: bold;
	font-size: 0.8rem;
	top: 5px;
	right: 5px;
	color: white;
	min-width: 24px;
	text-align: center;
}

#scaffolds_summary .scaffold{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: solid #c2c2c2 1px;
	padding: 5px;
	border-radius: 2px;
	box-shadow: 0px 2px 5px #D2D2D2;
}

#scaffolds_summary .scaffold img{
	height: 130px;
}

#scaffolds_summary .scaffold .bottom{
	margin-top: 3px;
	font-weight: bold;
	font-size: small;
	padding: 3px 10px;
	border-top: solid #D2D2D2 1px;
	width: 100%;
	display: flex;
	justify-content: center;
}

/*#summary_parameters > *{
	display: none;
	max-width: 250px;
}*/

#compound_stats_button{
	font-size: 25px;
}

.inputs .count{
	font-size: medium;
	font-weight: bold;
}

#properties_tab .property + .property{
	border-top: solid gray 1px;
}

.activity_range{
	padding: 5px 10px 10px 10px;
	border-bottom: solid gray 1px;
	font-size: smaller;
	margin-bottom: 10px;
}

#properties_tab .arrow, #search_tab .arrow{
	color: #B2B2B2;
}

#properties_tab .arrow.on, #search_tab .arrow.on{
	color: black;
	font-weight: bold;
}

#properties_tab .name{
	font-weight: bold;
}

#properties_tab .slider{
	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#property_filters{
	display: flex;
	padding-bottom: 10px;
	border-bottom: solid #D2D2D2 1px;
	font-weight: bold;
}

#property_filters > .filter{
	border: solid #D2D2D2 2px;
	padding: 10px;
	margin-left: 10px;
	background-color: #f5f5f5;
}

#property_filters > .filter > div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.filter .bottom{
	padding-top: 5px;
}

#property_filters .range{
	color: gray;
	font-size: smaller;
}

#compounds{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}

.standard_siblings{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
}

#venn{
	width: 100%;
}

#venn_button{
	width: 50px;
}

#venn_button.on, #inchlib_button.on{
	opacity: 1;
}

.tab, .tab_like{
	background-color: #F5F5F5;
	border: none;
	font-family: 'Quicksand', sans-serif;
	margin-top: 5px;
}

.tab{
	height: calc(100% - 220px);
    overflow: auto;
}

#search_tab.tab, #targets_tab.tab, #pathways_tab.tab{
	height: calc(100% - 3rem); 
	padding-right: 2px;
}

#search_tab_button{
	position: relative;
}

#filter_count{
	position: absolute;
	font-size: small;
	font-weight: bold;
	color: white;
	top: 5px;
	right: 5px;
}

#search_tab_button.filters_on{
	background-color: #7db616;
}

#tab_buttons .fa{
	color: white;
}

#tab_buttons, #properties_tab_buttons, #sets_tab_buttons{
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 25px;
	border: solid gray 1px;
	border-radius: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 40px;
}

#search_tab_buttons{
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 1rem;
	border: solid gray 1px;
	border-radius: 0px;
	height: 30px;
}

#search_tab_buttons > *{
	padding: 3px 5px;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    background-color: #999;
}

#tab_buttons > li, #properties_tab_buttons > *, #sets_tab_buttons > *{
	width: 25%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	color: white;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-right: 0px;
	border-radius: 0px;
}

#properties_tab_buttons > *, #sets_tab_buttons > *{
	width: 50%;
}

#tab_buttons a, #search_tab_buttons a, #properties_tab_buttons a, #sets_tab_buttons a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab_button{
	background: #c2c2c2;
	border: none;
	color: white;
	border-left: solid gray 1px;
}

.tab_button:first-child{
	border-left: none;
}

.tab_button.on{
	background: #999999;
}

#properties_tab_button, #compoundsets_tab_button, #targets_tab_button, #pathways_tab_button, #structure_filters_tab_button{
	border-left: solid gray 1px;
}

#properties_tab_button img{
	height: 30px;
}

#probes_tab_button img{
	height: 30px;
}

#pathways_tab_button img, #targets_tab_button img{
	height: 30px;
}

#properties_tab_button img, #targets_tab_button{
	font-size: 35px;
}

#compoundsets_tab_button img{
	width: 40px;
}

#sets_tab .filter_type_list.scrollable .list {
    max-height: none;
    border: none;
}

.tab .left{
	display: flex;
	align-items: center;
}

.tab .left .name{
	margin-left: 5px;
}

#text_search_tab_button{
	color: white;
	background-color: #999999;
}

#structure_search_tab_button{
	border-left: solid white 1px;
}

#structure_search_tab_button img{
	width: 30px;	
}

#structure_search_tab_button.on, #list_filters_tab_button.on{
	background-color: #7db616;
}

#properties_tab, #sets_tab{
	border-top: solid gray 1px;
	padding-top: 5px;
}

#compound_properties_tab_button img, #structure_filters_tab_button img, #sets_tab img{
	height: 30px;	
}

#sets_tab, #probes_tab{
	font-size: 0.8rem;
	font-weight: bold;
}

#left_nav .compoundset{
	padding: 10px 5px 10px 5px;
	border-top: solid #D2D2D2 1px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#sets_tab .compoundset >.name{
	margin-left: 10px;
}

.tab .count{
	color: white;
    background-color: gray;
    border-radius: 3px;
    margin-left: 8px;
    padding: 1px 4px;
    white-space: nowrap;
}

.tab .left > .fa{
	margin-right: 5px;
}

.pathwaytype{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
}

.remove_filter.fa-close{
	color: gray;
	font-size: smaller;
}

#right_buttons{
	margin-right: 0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem;
}

#right_buttons form{
	margin-bottom: 0px;
}

#right_buttons > *{
	font-size: 1.5rem;
	color: #666666;
}

#help_button{
	color: #7db616;
	font-size: 30px;
}

#filters .bracket{
	padding: 3px 5px;
	margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    font-size: 90%;
}

#filters .bracket > div{
	transition: .2s;
}

#filters .bracket .fa{
	font-size: 80%;
	color: gray;
}

#filters .bracket.on .fa{
	color: white;
}

#filters .bracket.on{
    background-color: #666;
}

#filters .bracket.off > .bracket_line{
    width: 90%;
    height: 2px;
    background-color: #c2c2c2;
}

#filters .bracket_switch:hover{
	color: black;
	font-size: 100%;
	cursor: pointer;
}

#probes_tab .row.checked{
	background-color: rgba(91,177,47, 0.25);
}


#probes_tab .row, #list_filters .row{
	padding-left: 10px;
}

#sets_tab .row{
	justify-content: space-between;
	padding: 5px;
	flex-wrap: nowrap;
}

.filter_group{
	width: 100%;
	position: relative;
	margin-top: 5px;
	transition: .2s;
}

#search_tab .filter_group:hover{
	cursor: move;
}

.filter_group.customset:hover{
	cursor: default;
}

.filter{
	margin-top: 3px;
	border: solid #A6A6A6 2px;
	padding: 8px;
	background-color: white;
	box-shadow: 0px 2px 5px #D2D2D2;
	border-radius: 2px;
}

.filter_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 2px;
	font-size: 90%;
}

#final_count .count, .intercount, .filter_header .count{
	padding: 1px 5px 0px 5px;
	border-radius: 3px;
	color: white;
	font-weight: bold;
}

 .intercount .fa{
 	padding: 2px;
 }

.filter_operators > .operator{
	padding: 2px 4px;
	border-radius: 3px;
	font-weight: bold;
	color: gray;
	height: 18px;
}

.filter_operators > .operator.on, .bracket > .filter_operators > .operator.on{
	color: white;
}

.bracket > .filter_operators > .operator{
	color: #F5F5F5;
}

#final_count .count{
	padding-top: 0px;
	background-color: #65aa30;
}

#final_count{
	display: flex;
	justify-content: center;
	font-size: large;
	margin-top: 5px;
	margin-left: 5px;
}

.filter_header .count{
	background-color: gray;
	margin-left: 10px;
}

.intercount.some{
	background-color: #65aa30;
}

.intercount.none{
	background-color: #ea261b;
}

.filter_header{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	border-bottom: solid #D2D2D2 2px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.filter_header .subheading{
	display: flex;
	align-items: center;
	font-size: small;
}

.filter_header .subheading .group_index{
    background-color: #333;
    color: white;
    border-radius: 8px;
    margin-right: 5px;
    text-align: center;
    font-family: monospace;
    padding: 1px 0px;
    width: 16px;
    min-width: 16px;
    font-size: 12px;
}

.filter_operators{
	display: flex;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	font-size: 0.8rem;
}

.filter_operators > .spacer{
	color: gray;
	margin: 0px 2px;
}

.filter_operators > .operator.on, .pathwaytype.on{
	font-weight: bold;
	/*color: #65aa30;*/
}

.operator.on[data-value='AND']{
	background-color: #65aa30;
}

.operator.on[data-value='OR']{
	background-color: #f38630;
}

.operator.on[data-value='NOT']{
	background-color: #e21b22;
}

.operator.on[data-value='XOR']{
	background-color: #e06666;
}

.filter_term{
	display: flex;
	justify-content: space-between;
}

.filter_label{
	font-size: smaller;
	font-weight: bold;
	margin-left: 0.25rem;
}

.bottom .top{
	display: flex;
	justify-content: space-between;
}

.slider{
	margin-left: 10px;
	margin-right: 10px;
}

.smiles{
	display: flex;
	justify-content: center;
}

/*Compound selection*/

#show{
	display: flex;
	justify-content: space-around;
	border-top: solid #a6a6a6 1px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#show > .selection{
	color: black;
}

#autocomplete{
	border-bottom: solid #a6a6a6 1px;
	border-top: solid #a6a6a6 1px;
}

.ui-menu-item .filter_icon{
	max-width: 30px;
	min-width: 30px;
	display: flex;
	justify-content: center;
}

#autocomplete > input{
	width: 100%;
	padding: 3px 5px;
}

#autocomplete_options_button{
	padding-left: 5px;
}

.ontology_form{
	font-size: smaller;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	border-bottom: solid gray 1px;
	font-size: smaller;
	margin-bottom: 10px;
}

.ontology_form select{
	height: 40px;
}

#targets_tab #pathways_tab{
	padding: 5px 5px 5px 0px;
	margin-top: 5px;
	border-top: solid gray 1px;
}

/*.ontology_branch{
	margin-left: 8px;
}

.ontology_node{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: smaller;
	font-weight: bold;
	margin-top: 5px;
}

.ontology_node.on{
	color: #65aa30;
}

.ontology_node .name{
	margin-left: 5px;
	font-weight: bold;
}

.ontology_node .left > .fa{
	font-size: 130%;
}*/

.autocomplete_input{
	font-size: 12px;
	margin-top: 5px;
	width: 95%;
	font-family: 'Quicksand', sans-serif;
}

#autocomplete_options_button{
	color: black;
}

#autocomplete_options{
	margin-top: 5px;
	color: #565656;
	font-size: smaller;
}

#autocomplete_options_menu{
	margin-top: 10px;
	padding: 10px 10px 0px 10px;
	border-top: solid gray 1px;
}

.autocomplete_option{
	margin-bottom: 5px;
	color: black;
}

.ui-helper-hidden-accessible{
	display: none;
}

#similarity .count{
	display: none;
}

.graph_settings{
	font-size: 0.8rem;
	font-weight: bold;
	color: white;
	padding: 0.5rem 1rem 1rem 1rem;
	border-radius: 2px;
	background-color: #666;
}

.graph_settings > div{
	margin-top: 0.5rem;
	padding-bottom: 0.25rem;
}

.graph_settings select, .graph_settings input{
	height: 2rem;
	color: #333;
	width: 100%;
}

.graph_settings label{
	padding: 0.25rem;
	font-size: 0.8rem;
}



/* ARTICLES */

.articles .article{
	border-bottom: solid #D2D2D2 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.articles .header, .articles .footer{
	display: flex;
	justify-content: flex-start;
	margin-top: 5px;
}

.articles .footer{
	font-size: smaller;
	color: gray;
	font-weight: bold;
}

.articles .header > *, .articles .footer > *{
	margin-right: 10px;
}

.articles .abstract{
	text-align: justify;
	margin-top: 5px;
}

.articles .title{
	font-size: larger;
	font-weight: bold;
}

.articles .authors{
	color: gray;
	font-style: italic;
}

/* END ARTICLES */
#visualization-buttons *[type="button"]{
	width: min-content;
	background-color: gray;
	border-radius: 2px;
	color: white;
	padding: 0.25rem 0.4rem;
}

#visualization-settings-top{
	border-bottom: solid white 1px;
}

#matrix_settings input{
	max-width: 70px;
}

#visualization-buttons *[type="button"]{
	width: min-content;
	background-color: gray;
	border-radius: 2px;
	color: white;
	padding: 0.25rem 0.4rem;
}

#visualization-settings-top{
	border-bottom: solid white 1px;
}

#matrix_settings input{
	max-width: 70px;
}

.visualization-header{
	border-bottom: solid #D2D2D2 2px;
	font-size: 1.2rem;
	font-weight: bold;
	background-color: #F5F5F5;
	width: 100%;
	padding: 0.5rem 0.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.visualization-header .buttons{
	display: flex;
	align-items: center;
	font-size: 1.2rem;
}

.visualization-header img{
	height: 25px;
}

#inchlib-wrapper{
	padding: 1.5rem;
}

.graph .visualization-top{
	padding: 1rem;
	width: 100%;
	border-bottom: solid #D2D2D2 2px;
	font-size: 0.9rem;
}

.graph .visualization-top .range{
	font-style: italic;
	margin-left: 5px;
}

.graph .visualization-top .operator{
	font-weight: bold;
	margin: 0px 5px;
}

.graph .visualization-top .count{
	font-weight: bold;
	margin-right: 10px;
	padding: 3px 8px 1px 8px;
	border-radius: 3px;
	color: white;
	width: 60px;
	text-align: center;
}

#export_button{
	color:  #666;
}

#export_button.dropdown-toggle::after{
	display: none;
}

#search_wrapper .fa, #search_wrapper img {
    height: 1.5rem;
    font-size: 1.5rem;
    color: #222;
}

.vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner{
	background-color: var(--pd-green);
}