

/* dark theme */
@media screen and (prefers-color-scheme: dark) {
	.hp-boxes .hp-box-item,#left{background-color:#333}
	#main{background-color:#222}
	.hummingbird-treeview label span em,.hp-boxes .hp-box-item{color:#BBB}
	body.grey{background-color:#333}

	.first-filter-item .description,
	.text-detail,.cloud,.text-detail-target,.text-detail-target span,.text font,.text p, .text div,.row-content .text-list-target p,#navi, .paginator a,.first-level span,.first-filter-item label:not(.h2) span{color:#FFF}
	#bottomlinks, #bottomlinks a,.row-content .text-list-target,.paginator{color:#AAA}
	.text-detail-target,.row-content .text-list-target{background-color:#333}
	.related-standards,#snippet--content{background-color:#222}
	#bottomlinks{background-color:#333}
	.selected-filter-dropdown-wrapper,.hp-boxes .hp-box-item,.row-content .text-list-target{box-shadow:8px 3px 16px 0px #151515}
	.text a{background-color:transparent}
	a{color:#28abe1}
	.slider{background-color:#666}
	.topics-table .cell:last-child,.topics-table .cell,#editor-content table td, #editor-content table th{border-color:#FFF !important}
	.topics-table .cell{color:#000}
	.text-detail-target{box-shadow:none}
/*	.results-count,.selected-filter-dropdown .selected-filter,.topics-table .cell strong{color:#000}
	.selected-filter.link{color:#000;border-color:#000}*/
	.selected-filters .selected-filter-dropdown .dropdown-item:hover{background-color:#333;color:#FFF}
	#main-menu{background:#0071bb}
	#header-bar{background:rgb(0,105,164)}
	.selected-filters .selected-filter-dropdown .dropdown-item{background-color:#333;color:#FFF}
	#editor-content h1,#editor-content .h1,
	#editor-content h2,#editor-content .h2,
	#editor-content h3,#editor-content .h3,
	#editor-content h4,#editor-content .h4,
	#editor-content h5,#editor-content .h5,
	#editor-content h6,#editor-content .h6{color:#FFF}
	.row-content .text-list-target h2,#snippet--content .text-detail .text-detail-close:after{color:#FFF}
	#editor-content table{border-color:#FFF}
	.row-content .text-list-target.summary{background-color:#31373f}

	.topics-table .cell.disabled{border:1px solid #999 !important}
	.topics-table .cell.disabled strong{background-color:#333;color:#999;}

	.row-content .text-list-target a,
	.checkboxes h2,
	.text a,
	.first-filter-item .h2 span,
	.text-detail-target h1,
	.text-detail-target h1 span,
	.text-detail-target h2,
	.text-detail-target h3,
	.text-detail-target h4{
		color: #80b8dd;
	}

	h1 a, h2 a, h3 a{
		color: #80b8dd !important;
	}

}

@media (prefers-color-scheme: dark) and (max-width: 1000px) {
	.responsive-button{background-color:#333}
}
/* /dark theme */
