@charset "UTF-8";

body {
	padding: 0.8em;
}

.header-logo {
	width : 20%;
}

.about-euro-flag {
	height: 4em;
	padding-right: 1em;
	float: left;
}

@media ( min-width : 576px) {
	.dj-container-bd {
		padding: 1.5rem;
		border-width: 1px;
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem;
	}
}

.dj-container-bd {
	width: auto;
	padding: 2em;
	border: solid #dee2e6;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 1px;
}

.header {
	background-color: WhiteSmoke;
	margin-bottom: 2em;
	padding: 1.5em;
}

.review-buttons, .object-navigation {
	padding: 0.5em;
}

#popupVScale {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

#popupVScale-body {
	display: block;
	margin: 20px auto 0 auto;
	border: solid black 1px;
	background-color: white;
	padding: 20px;
	width: 600px;
}

#histo-tgle-btn {
	position: absolute;
	top: 5px;
	right: 0px;
	display: inline-block;
	width: 50px;
	height: 35px;
}

#source-review-card .form-check {
	
}

#openpopupVScale-btn {
	position: absolute;
	top: 45px;
	right: 0px;
	display: inline-block;
	width: 50px;
	height: 35px;
}

#f_nu_f_lambda-btn {
	position: absolute;
	top: 85px;
	right: 0px;
	display: inline-block;
	width: 50px;
	height: 35px;
}

#notes {
	width: 100%;
	height: 65px;
	margin-top: 5px;
}

.nemesis-filters {
	margin-bottom: 1em;
}

.nemesis-btn-export {
	margin-right: 1em;
}

#nemesis-spectrum {
	display: none;
}

form.source-review .delete-btn {
	margin-left: 1em;
}

#source-review-card {
	margin-bottom: 1em;
}

.modal-lg {
	max-width: 80%;
}

.nemesis-params {
	margin-top: 1em;
	margin-bottom: 1em; font-size : 18;
	font-weight: bold;
	font-size: 18;
}
.nemesis-filters {
	margin-top: 1em;
	margin-bottom: 2em;
	
}

.tooltip-inner {
	text-align: left;
}
.tooltip-inner ol, .tooltip-inner ul {
  padding-left: 1rem;
}

.nemesis-bi-info {
	padding-left: 0.3em;
}

.dj-main-menu {
	margin-top: 0.6em;
}

/*** Remove number spinners + and - ***/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*** ***************************** ***/

.nemesis-unit {
  font-size: 80%;
  font-style: italic;
}

.card-header i.bi-chevron-down, .card-header a i.bi-chevron-down  {
  transition: .3s transform ease-in-out;
  padding: 0;
}

.card-header.collapsed i.bi-chevron-down, .card-header .collapsed i.bi-chevron-down {
  transform: rotate(180deg);
}

#loadingModal .modal-dialog {
  pointer-events: none;
}