:root {
	--text-color: #111111;
}
input:disabled+label {
	background-color: var(--gray);
}

input, textarea, select, select > option {
	font-weight: 300 !important;
	font-size: 14px;
}

.form-item > input, .form-item > textarea, .form-item > select {
	padding-top: 16px !important;
}

label {
	font-size: 16px !important;
}

#form_ajout_patient label {
	padding-left: 0 !important;
}

#liste_evals .button-sm {
	height: 32px;
	font-size: 15px;
	padding: 8px 13px;
	margin-top: 2px;
}

#liste_evals .button-circle-sm {
	width: 36px;
	height: 36px;
	font-size: 15px;
	line-height: 38px;
}

#liste_evals .fa-lg {
	font-size: 1.1em;
	line-height: 0.75em;
	vertical-align: 4%;
}

#liste_evals .fa-book-medical {
	margin-top: 2px;
}

#liste_evals .progress {
	border-radius: 1.25rem;
	position: relative;
	top: -4px;
	height: 0.5rem;
}

#liste_evals .progress-ae {
	background-color: #5b70f9;
}

#liste_evals .progress-ec {
	background-color: #00c9b7;
}

#liste_evals .button-secondary,
#liste_evals .button-primary {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.completion-value {
	position: relative;
	top: -5px;
}

.eval-table-container {
	overflow-x: scroll;
}

#auto_eval_page .form-item .input-select,
#eval_page .form-item .input-select {
	border: none !important;
}

/* #auto_eval_page .display-spacing,
#eval_page .display-spacing {
	padding-top: 0 !important;
} */

#auto_eval_page label,
#eval_page label {
	border-radius: 5px !important;
}

#formQuestionnaire input[type="text"]:read-only {
	color: #99a1ad;
}

#formQuestionnaire input[type="text"]:read-only:focus {
	border: 1px solid #e3e3e3;
	border-bottom: 3px solid #e3e3e3;
}

.apexcharts-legend-series {
	display: flex;
	justify-content: flex-start;
}

.apexcharts-legend {
	position: absolute !important;
	left: auto !important;
	right: 5px !important;
	display: flex !important;
	flex-flow: column !important;
	justify-content: space-around !important;
}

.categorie-graph-score .apexcharts-legend {
	top: 15px !important;
	height: 80% !important;
}

.total-graph-score .apexcharts-legend {
	top: 40px !important;
	height: 60% !important;
}

.apexcharts-legend-marker {
	margin-right: 10px;
}

.apexcharts-legend-text {
	font-size: 0.9rem !important;
	font-weight: bold !important;
	/* text-transform: uppercase; */
	float: right;
	margin-left: -5px !important;
}

.categorie-graph-score .apexcharts-legend-text {
	font-size: 0.8rem !important;
}

.total-graph-score .apexcharts-legend-text {
	font-size: 0.9rem !important;
}

.apexcharts-tooltip * {
	font-family: inherit;
	font-size: 14px;
}

.infos-icon {
	color: #007bff;
	font-size: 1rem;
	position: relative;
	top: 1px;
	left: 5px;
}

.tooltip-inner {
	max-width: 400px;
	background-color: #007bff;
	padding: 0.5rem 1rem;
	color: #fff;
	text-align: left;
	border-radius: 0.25rem;
	font-size: 0.9rem;
}

.tooltip .arrow::before {
	border-top-color: #007bff;
}

.tooltip.show {
	opacity: 1;
}
.intensite-frequence-list {
	margin: 0 -7.5px !important;
}

#auto_evaluation .active {
	display: inherit !important;
}

.checkbox-list li,
.intensite-frequence-list li {
	width: 100%;
	max-width: 100% !important;
}
.el-radio-option.el-radio-option-text li {
	min-height : inherit !important;
    padding: 0 7.5px !important;
}
.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary);
}
.el-radio-option.el-radio-option-text li label {
	border : 1px solid #d4deee !important;
	padding : 10px 5px !important;
	margin-bottom: 0 !important;
	font-size : 13px !important;
	line-height: 20px !important;
}
.el-radio-option li input:checked~label {
    border-color : var(--primary) !important;
	color : var(--primary);
	background-color : transparent;
}
.cotation-list li {
	max-width: 40px !important;
	height: 40px !important;
	margin: 0 4px !important;
}
.ques
#accordion-anamnese .commentaires a,
#accordion-parafonction .commentaires a,
.examen-complementaire .commentaires a {
	color: var(--primary);
	font-weight: 500;
	text-decoration: underline;
}

/* .protocole-grid#modules_protocole {
	grid-template-areas:
		"a a b c"
		"a a b c"
		"a a b c";
}

@media (min-width: 767.98px) {
	.protocole-grid#modules_protocole .tuile {
		min-height : 220px;
	}
}

@media (max-width: 767.98px) {
	.protocole-grid#modules_protocole {
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas:
			"a a"
			"b b"
			"c c"
		;
	}
} */

@media(min-width:768px) {

	.checkbox-list li,
	.intensite-frequence-list li {
		/* width: 135px;
		max-width: 135px !important; */
	}

	#sous_categorie_1 .checkbox-list li {
		width: 100% !important;
		max-width: 100% !important;
	}

	.cotation-list li {
		max-width: 40px !important;
		height: 40px !important;
		margin: 0 4px !important;
	}

	.col_user {
		border-right: 1px solid #f0f0f0;
	}

	.col_cabinet {
		border-left: 1px solid #f0f0f0;
	}
}

@media (min-width: 991px) {
	.eval-table-container {
		overflow-x: hidden;
	}
}
.text-accent, .text-orange {
	/* color : #ED7D31; */
	color: var(--orange);
}
.text-thin {
	font-weight : 400 !important;
}
.btn.light-grey {
	background: #eee;
}
.bg-orange {
	background-color: var(--orange);
	color : #fff;
}
.bg-orange:hover {
	background-color: var(--orange_hover);
	color : #fff;
}
/* .site-logo {
	max-height : 70px;
} */