.filter-Help {
	display: inline-block;
	background-color: #ddd;
	border-radius: 9px;
	margin-right: 40px;
	font-size: smaller;
	font-variant: none;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	width: 18px;
	padding: 3px 0;
	font-size: 12px;
	margin-left: 5px;
}

.filter-Help:hover {
	cursor: help;
}

.filter-Keywords {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	font-size: 0.85em;
}

.filter-Keyword {
	margin-bottom: 5px;
	padding-right: 5px;
}

.filter-Label {
	font-weight: normal;
	color: #1b1818;
	display: inline;
}

.filter-Label.filter-NeverChecked {
	color: #aaa;
}

.filter-Viewport {
	height: 300px;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-right: 10px;
}


/*****************************************
 * .filter-lang-
 ****************************************/

.filter-lang-Box {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.filter-lang-Label {
	color: #1b1818;
	font-weight: normal;
	font-size: 1.2em;
}

.filter-lang-Select {
	border-radius: 0;
	border-color: #1b1818;
	color: #1b1818;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	margin-left: 5px;
}


/*****************************************
 * .filter-scrutari-
 ****************************************/

.filter-scrutari-Motcle {
	font-size: 0.85em;
}

.filter-scrutari-fiche-Motcle {
	margin-top: 0;
	margin-bottom: 0;
}

.filter-scrutari-fiche-Label {
	font-size: 0.8em;
}


/*****************************************
 * .filter-search-
 ****************************************/

.filter-search-Box {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.filter-search-Button {
	border-radius: 0;
	border: none;
	background-color: #d76c16;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 700;
}

.filter-search-Button:disabled {
	color: #ffcfa8;
}

.filter-search-Button:hover {
	cursor: pointer;
}

.filter-search-Button:disabled:hover {
	cursor: default;
}


/*****************************************
 * .filter-selection-
 ****************************************/

.filter-selection-Box {
	display: flex;
	justify-content: center;
}

.filter-selection-List {
	margin-bottom: 15px;
}

.filter-selection-List:empty {
	display: none;
}

.filter-selection-Title {
	color: #d76c16;
	font-weight: 700;
	font-size: 1.4em;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	flex-shrink: 0;
}


/*****************************************
 * .filter-section-
 ****************************************/

.filter-section-Details {
	margin-bottom: 10px;
}

.filter-section-Details[open] .fa-caret-down:before {
	content:"\f0d8";
}

.filter-section-Entry {
	margin-bottom: 5px;
	padding-left: 5px;
}

.filter-section-Flat {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	font-size: 0.85em;
	margin-top: 10px;
}

.filter-section-Summary {
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	padding: 5px;
	color: #1b1818;
	font-size: 1.1em;
	display: flex;
	justify-content: space-between;
	top: 0;
	position: sticky;
	background-color: #fff;
}

.filter-section-Summary:hover {
	cursor: pointer;
}

.filter-section-OnlyLeaves {
	display: grid;
	list-style: none;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(3, 1fr);
}

.filter-section-Tree {
	margin-top: 10px;
	padding-left: 0;
	margin-left: 5px;
	font-size: 0.85em;
}

.filter-section-Tree li {
	list-style: none;
}


/*****************************************
 * .filter-tag-
 ****************************************/

.filter-tag-Box {
	display: inline-block;
	position: relative;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 10px;
}

.filter-tag-Close {
	border: none;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	color: #1b1818;
	font-size: 14px;
	background-color: #dddddd;
	text-align: center;
	line-height: 1em;
	position: absolute;
	top: -8px;
	left: -8px;
}

.filter-tag-Close:hover {
	cursor: pointer;
}

.filter-tag-Text {
	background-color: #5c5c5c;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 0.9em;
	padding: 8px 14px;
	border-radius: 5px;
}


/*****************************************************
* .scrutari-
******************************************************/

.scrutari-fiche-Body.scrutari-fiche-ThumbnailBody {
    margin-left: 110px!important;
}


/*****************************************************
* .none-modal
******************************************************/

.none-modal-Content {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.2);
}

.none-modal-Footer {
    border-top-color: #e9ecef;
}

.none-modal-Header {
    border-bottom-color: #e9ecef;
}


/*****************************************************
* .none-panel
******************************************************/

.none-panel-Header {
    border-bottom-color: #ddd;
    background-color: #f5f5f5;
}

.none-panel-Section {
    border-color: #ddd;
}


/*****************************************************
* .overlay
******************************************************/

.overlay-Blocker {
    background-color: rgba(0,0,0, 0.75);
}

.overlay-Dialog {
    background-color: #fff;
    box-shadow: 0 0 10px #000;
}


/*****************************************************
* .overlay-panel
******************************************************/

.overlay-panel-Header > div {
    color: #fff;
    background-color: #007bff;
    border-bottom-color: #007bff;
}

.overlay-panel-Content > div {
    background-color: #fff;
}

.overlay-panel-Footer > div {
    background-color: #fff;
}

.overlay-panel-Footer > div > div {
    border-color: #007bff;
}

.overlay-panel-Footer button {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.overlay-Waiting .overlay-panel-Footer button[type="submit"]:hover:disabled {
    background-color: #61adff;
}


/*****************************************************
* .overlay-button
******************************************************/

.overlay-button-Close {
    background-color: #000;
    color: #fff;
}

.overlay-button-Close:hover {
    background-color: #61adff;
}
