.chart-container {
	position: relative;
	width: inherit;
}

.input-text-label-align {
	color: #00bcd4;
	text-transform: none;
	font-size: 1.8rem;
	float: left;
	text-align: left;
}

.nurse-text {
	font-size: 1.8rem !important;
}

td.nurse-text {
	font-size: 1.8rem !important;
}

.answers {
	font-size: 1.8rem !important;
	font-weight: 500;
	border-radius: 10px;
	transition: 0.3s;
}

.answers-choices {
	background-color: #c0c0c0;
}

.answers-choices:hover {
	background-color: #a6a6a6;
}

.answers-choices.radio {
	background-color: rgb(255, 255, 255);
}

.answers-choices.radio:hover {
	background-color: rgb(255, 255, 255);
}

.answers-choices.line-1 {
	background-color: rgb(255, 255, 255);
}

.answers-choices.line-1:hover {
	background-color: #a6a6a6;
}

.breadcrumb {
	padding: 10px 10px;
	margin: 10px;
	margin-bottom: 60px;
	padding-bottom: 10px;
	list-style: none;
	background-color: #eeeeee;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.5),
		0 1px 0 hsla(0, 0%, 100%, 0.5);
	border: 1px solid rgba(14, 41, 57, 0.1);
}

.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.shadow:hover {
	box-shadow: rgba(0, 0, 0, 0.25) 1px 4px 11px, rgba(0, 0, 0, 0.22) 0px 6px 11px;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.shadow {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

#page-container {
	position: relative;
	min-height: 100vh;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	bottom: 0px;
	background-color: '#d9e5d6' !important;
}

.content-wrap {
	padding-bottom: 2.5rem;
	min-height: 100%;
}

#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	margin: auto;
	height: 2.5rem;
}

.navbar a {
	color: #000 !important;
	float: none;
	display: block;
	font-size: 16px !important;
	border-radius: '5px' !important;
}

.nav > li > a:hover {
	background-color: #f3fbff;
	color: black;
	cursor: pointer;
	border-radius: 20px;
}

.dropdown-menu > li > a:focus {
	background-color: rgb(31, 67, 134);
}

.dropdown-menu > li > a {
	background-color: #ffffff;
	color: #333333;
	float: none;
	display: block;
}

.dropdown-menu {
	background-color: #ffffff;
}

.nav .open > a:hover {
	/* background-color: rgb(31, 67, 104); */
	background-color: 'red';
}

.nav .open > a {
	/* background-color: rgb(31, 67, 134); */
	background-color: 'blue';
}

.nav .open > a:focus {
	/* background-color: rgb(31, 67, 134); */
	background-color: 'green';
}

.nav > li.active a:after {
	content: '';
	margin-top: 5px;
	display: block;
	height: 3px;
	width: 100%;
	background: #f0aa00;
}

.nav > li.active a {
	background-color: transparent !important;
	color: black;
	cursor: pointer;
	border-radius: 20px;
}

.navbar-nav > li > a:hover:after {
	content: '';
	margin-top: 5px;
	display: block;
	height: 3px;
	width: 100%;
	background: #f0aa00;
}

.username {
	background-color: #ffaa00;
	color: black;
	cursor: pointer;
	border-radius: 20px;
}

.nav > li > a:focus:after {
	content: '';
	margin-top: 5px;
	display: block;
	height: 3px;
	width: 100%;
	background: #f0aa00;
}

.nav > li > a:focus {
	background-color: #f0a327;
	/* border: #dfeaec; */
	color: black;
	cursor: pointer;
	border-radius: 20px;
}

.dropdown-menu > li > a:hover {
	background-color: #ffffff;
	background-image: #ffffff;
}

.navbar {
	height: 70px;
	/* background-color: rgb(172, 200, 32); */
}

/*Galaxy S7 and S8 */
@media only screen and (min-device-width: 1px) and (max-device-width: 720px) {
	.greetings {
		display: none;
	}

	#dataviz {
		display: none;
	}

	#refresh-nurse {
		float: 'none';
	}

	#footer {
		display: none;
	}

	.container {
		width: 100% !important;
		margin-right: 10px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.my-title {
		padding-right: 16px;
		line-height: 56px;
		font-size: 14px;
		font-family: Roboto, sans-serif;
		position: relative;
		text-align: center;
		white-space: normal;
		color: rgba(0, 0, 0, 0.4);
	}

	.breadcrumb {
		display: flow-root;
		flex-direction: row;
		place-content: center space-between;
		align-items: center;
	}

	.nurse-text {
		font-size: 1.9rem;
	}

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.input-text-label-align {
		color: #00bcd4;
		text-transform: none;
		font-size: 1.9rem !important;
		float: left;
		text-align: left;
	}

	.nurse-text {
		font-size: 1.9rem;
	}

	td.nurse-text {
		font-size: 1.5m;
	}

	.answers {
		font-size: 1.9rem;
		font-weight: 500;
	}
}

@page {
	size: A4;
	margin: 0;
}

@media print {
	.page {
		margin: 0;
		border: initial;
		border-radius: initial;
		width: initial;
		min-height: initial;
		box-shadow: initial;
		background: initial;
		page-break-after: always;
	}
}

body {
	background-color: #d9e5d6 !important;
}

/* apet-patients - accroche recrutement */

#patient-creator-container h3 {
	text-align: center;
	width: 60%;
	margin: auto;
	font-weight: bold;
	padding: 20px 0;
}

.patient-consent-wrapper {
	padding: 10px 30px;
}

.patient-consent-wrapper .patient-consent-text {
	font-size: 1.8rem;
}

.patient-consent-wrapper .patient-consent-button {
	padding: 10px 0;
}
