/* Minification failed. Returning unminified contents.
(2,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,29): run-time error CSS1039: Token not allowed after unary operator: '-bs-font-sans-serif'
(109,14): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(437,25): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-purple'
(438,21): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-purple'
(444,26): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-purple'
(445,22): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-purple'
(454,25): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(455,21): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(461,26): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(462,22): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(492,21): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-purple'
(536,25): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(754,26): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(844,14): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(848,25): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(852,25): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-purple'
(860,25): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-purple'
(1094,25): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(1095,21): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(1098,26): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(1099,22): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(1103,26): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(1104,22): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(1143,26): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(1156,25): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(1267,14): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(1402,14): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-purple'
(1425,25): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
(1434,26): run-time error CSS1039: Token not allowed after unary operator: '-ac--primary-blue'
 */
:root {
	--ac--primary-purple: #9C26C1;
	--ac--primary-blue: #0031A7;
}

body {
	font-family: 'aptos', var(--bs-font-sans-serif);
}


*,
*:before,
*:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
}

body.input-waiting {
	cursor: wait;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
	font-family: 'aptos', sans-serif;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1.32em;
}

h1,
h2,
h3 {
	margin-bottom: 12px;
}

p,
a {
	font-weight: 400;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.72em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.24em;
}

h6 {
	font-size: 1em;
}

.text-danger > p,
li {
	color: inherit !important;
}

p,
li {
	font-size: 0.92em;
	line-height: 1.5em;
	color: #4b4f54;
}

li {
	margin-bottom: 4px;
}

a {
	color: var(--ac--primary-blue);
	line-height: 1.5em;
}

.md-weight {
	font-weight: 500;
}

.secondary {
	color: #65675e;
	font-size: 0.88em;
}

.consent {
	font-size: 0.92em;
	max-width: 88%;
	margin: 16px 0 8px !important;
}

.small-text {
	font-size: 0.92em;
	max-width: 88%;
}

.modal-consent {
	font-size: 0.82em;
	max-width: 84%;
	margin: 24px 0 8px !important;
}

.modal-title {
	font-weight: 400;
}

.secondaryText {
	color: #65675e;
	font-style: italic;
	font-weight: 400;
}

.no-gutter > [class*="col-"],
.no-gutter-col {
	padding-right: 0;
	padding-left: 0;
}

::-webkit-scrollbar {
	height: 10px;
	width: 10px; /* width of the entire scrollbar */
}

::-webkit-scrollbar-track {
	background: #fff; /* color of the tracking area - prev #4b4f54 */
}

::-webkit-scrollbar-thumb {
	background-color: #b1b4b3;
	border: 3px solid #fff;
	border-radius: 20px;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #65675e;
	border: 2px solid #fff;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.main-content {
	position: relative;
	min-height: 100vh;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #b1b4b3;
}

footer img,
footer p,
footer a {
	display: inline-block;
	font-size: 0.82em;
}

footer img {
	margin-right: 16px;
	margin-top: -4px;
}

.slogan-image,
.account-confirmation,
.neutral-image {
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	position: relative;
	padding: 16px;
}

.welcome-slogan {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding: 20px;
	color: white;
	background-image: linear-gradient(to right, #9C26C1, #0031A7), url("../Content/Images/welcome-background.jpg");
	background-blend-mode: multiply;
}

.welcome-slogan h1,
.welcome-slogan h2,
.welcome-slogan h3,
.welcome-slogan h4,
.welcome-slogan h5,
.welcome-slogan h6,
.welcome-slogan p,
.welcome-slogan a {
	color: #fff;
}

.slogan-image {
	background-image: linear-gradient(to right, #9C26C1, #0031A7), url("../Content/Images/login-background.jpg");
}

.account-confirmation {
	background: linear-gradient(to right, #9C26C1, #0031A7);
}

.neutral-image {
	background: linear-gradient(to right, #9C26C1, #0031A7);
}

.arrows-graphic {
	position: absolute;
	bottom: 4vh;
	right: 4vh;
}

.welcome-slogan .arrows-graphic {
	bottom: 2vh;
	right: 2vh;
	width: auto;
}

.sign-in-form,
.contact-form,
.reset-form,
.confirmation-form {
	margin: 12vh auto 24vh;
	max-width: 456px;
}

.sign-in-form p {
	color: #65675e;
}

.confirmation-form {
	text-align: center;
}

.terms-form {
	margin: 8vh auto 16vh;
	max-width: 800px;
}

.form-row {
	margin-top: 16px;
	margin-bottom: 16px;
}

.modal-header,
.modal-body,
.modal-footer {
	padding-left: 32px;
	padding-right: 32px;
}

label {
	font-size: 0.82em;
	font-weight: 500;
	margin-bottom: 8px;
}

.password-reminder {
	font-size: 0.76em;
	text-decoration: none;
	color: #65675e;
	margin-bottom: 4px;
	margin-top: 4px;
	float: right;
}

.password-reminder:hover {
	text-decoration: underline;
}

.input-group-addon {
	position: absolute;
	right: 12px;
	top: 4px;
	z-index: 222;
}

.input-group {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
}

input {
	font-size: 0.92em;
}

.input-group-addon svg {
	color: #000;
}

input::-webkit-input-placeholder,
.dropdownPlaceholder {
	color: #b3b5b7 !important;
	font-size: 0.88em !important;
}

.form-check-input:checked {
	background-color: #2ECDDC;
	border-color: #2ECDDC;
}

.form-check-input {
	height: 1.06em;
	width: 1.06em;
}

.form-check label {
	font-size: 0.92em;
	font-weight: 400;
	margin: auto;
}

.btn {
	padding-top: 9px;
	padding-bottom: 9px;
}

.btn:focus,
.btn:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
.accordion-button:focus,
.accordion-button:active,
select:active,
select:focus,
.btn-close:active,
.btn-close:focus,
.btn-dummy:active,
.btn-dummy:focus {
	outline: none !important;
	box-shadow: none !important;
}

.btn-block {
	width: 100%;
	position: relative;
}

.btn-block .microsoft {
	position: absolute;
	left: 8px;
	top: 7px;
}

.btn-dummy {
	position: absolute;
	background-color: #4b4f54;
	bottom: 74px;
	right: 35px;
	padding: 6px 12px;
	z-index: 666;
	width: 40px;
	height: 38px;
	overflow: hidden;
	transition: 0.32s all ease-in-out;
	-webkit-transition: 0.32s all ease-in-out;
	-moz-transition: 0.32s all ease-in-out;
	-ms-transition: 0.32s all ease-in-out;
	-o-transition: 0.32s all ease-in-out;
}

.btn-dummy:hover {
	width: 124px;
}

.reset-data {
	width: 102px;
}

#refresh {
	margin-right: 12px;
	margin-top: -4px;
}

.btn-primary {
	background-color: var(--ac--primary-purple);
	border-color: var(--ac--primary-purple);
}

	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active {
		background-color: var(--ac--primary-purple);
		border-color: var(--ac--primary-purple);
	}

.btn-secondary {
	background-color: #333F4C;
	border-color: #333F4C;
}

.btn-accept {
	background-color: var(--ac--primary-blue);
	border-color: var(--ac--primary-blue);
	color: #fff;
}

	.btn-accept:hover,
	.btn-accept:focus {
		background-color: var(--ac--primary-blue);
		border-color: var(--ac--primary-blue);
		color: #fff;
	}

.btn-group-toggle {
	width: 100%;
}

.btn-group-toggle .btn {
	background-color: #fff;
	box-shadow: 0px 1px 4px rgba(50, 52, 56, 0.12);
}

.btn-group-toggle .btn input {
	display: none;
}

.btn-group-toggle .active,
.btn-group-toggle .active:hover {
	color: #fff;
	background-color: #333F4C;
	cursor: default;
	font-weight: 400;
}

#parameters .form-check .active,
#parameters .form-check .active:hover,
#generate .form-check .active,
#generate .form-check .active:hover {
	background-color: rgba(0, 151, 206, 0.08);
	border-color: var(--ac--primary-purple) !important;
	cursor: default;
}

#step-three .form-check,
#step-nine .form-check,
#diseaseMortality.form-check,
#uncertaintyAnalysis.form-check,
.BIM .form-check,
#generate .form-check {
	width: 100%;
	padding-left: 0 !important;
}

.BIM {
	margin-left: 24px !important;
}

#parameters .form-check .btn,
#generate .form-check .btn {
	border: 1px solid #ced4da;
	width: 100%;
	margin-top: -0.5px;
}

#parameters .form-check .btn:first-child,
#generate .form-check .btn:first-child {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
}

#parameters .form-check .btn:last-child,
#generate #parameters .form-check .btn:last-child {
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
}

.btn-add-user {
	background-color: var(--ac--primary-blue);
	width: 100%;
	font-size: 0.92em;
	line-height: 1.72em;
	color: #fff;
}

.btn-add-user:hover {
	color: #fff;
}

.add-user {
	padding-right: 0;
}

.btn-add-user svg {
	margin-right: 12px;
}

.copyright {
	color: #4b4f54;
	font-size: 0.82em;
	margin-bottom: 0;
}

.footer-modal-right {
	float: right;
}

.colour-indicator {
	width: 12px;
	height: 12px;
	border-radius: 666px;
	-webkit-border-radius: 666px;
	-moz-border-radius: 666px;
	-ms-border-radius: 666px;
	-o-border-radius: 666px;
	background-color: #fef3df;
	border: 1px #f8b237 solid;
	display: inline-block;
	margin-right: 8px;
}

.legend p {
	font-size: 0.82em;
	display: inline-block;
}

.nav-link {
	padding: 0.2rem 16px;
	color: #4b4f54;
}

.bd-panel {
	max-width: 380px;
	margin: 8vh auto;
}

.bd-panel h3,
.bd-panel p,
.bd-panel a {
	color: #fff;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {
	background-image: none;
}

.hidden-line-break {
	display: none;
}

.confirmation-image {
	margin-bottom: 32px;
}

.hide-element {
	display: none !important;
}

.dashboard {
	background-color: #F7FAFB;
}

hr {
	background-color: #b3b5b7;
	height: 1px !important;
}

.hr-strong {
	background-color: #4b4f54;
	margin-top: 3.96em;
}

.modal hr {
	background-color: #b3b5b7;
	margin: 32px 0;
}

.side-nav hr {
	background-color: #f4f6f8;
	margin: 2px 32px;
	opacity: 1;
}

.side-nav li {
	margin-bottom: 0;
}

.mobile-menu {
	color: #4b4f54;
	float: right;
	display: none;
}

.mobile-menu svg {
	margin-right: 32px !important;
	margin-top: 4px;
}

.side-nav {
	min-width: 200px;
	max-width: 256px;
	width: 14%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	box-shadow: 0px 1px 4px rgba(50, 52, 56, 0.12);
	padding: 32px 0 16px;
	display: block;
	background-color: #fff;
	transition: 0.48s ease-in-out;
	-webkit-transition: 0.48s ease-in-out;
	-moz-transition: 0.48s ease-in-out;
	-ms-transition: 0.48s ease-in-out;
	-o-transition: 0.48s ease-in-out;
	z-index: 666;
}

.side-nav a:hover {
	color: #4b4f54;
}

.side-nav .nav-item {
	position: relative;
	padding: 0 32px;
	font-size: 0.88em;
}
.logo-header {
	margin-left: 24px;
	margin-bottom: 20px;
	display: inline-block;
}

	.logo-header img {
		height: 42px;
	}

/*.logo-header.acumetis {
	margin-left: 0px;
}*/

/*.side-nav {
	padding-left: 32px;
}*/

.side-nav .nav-item:hover {
	background-color: #f8fafc;
}

.top-nav .nav-link {
	padding: 12px 0;
}

.bottom-nav .nav-link {
	padding: 10px 0;
}

.top-nav,
.bottom-nav {
	width: 100%;
	position: relative;
}

.top-nav svg {
	margin-right: 12px;
	color: #4b4f54;
}

.bottom-nav .nav-item {
	font-size: 0.82em;
}

.bottom-nav svg {
	margin-right: 20px;
	color: #4b4f54;
}

.selected-section {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 2px;
	height: 100%;
}

.active {
	color: #000;
	font-weight: 500;
}

	.active .selected-section {
		background-color: var(--ac--primary-blue);
	}

.dashboard-container {
	margin-left: 200px;
	position: relative;
	min-height: 100vh;
	padding: 48px 64px 164px;
}

.dashboard-container .row {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.row-align-left {
	margin-left: 0 !important;
}

.support-container {
	margin: 0 auto;
	width: 80%;
	max-width: 256px;
}

.no-border {
	border: none;
}

.card {
	position: relative;
	box-shadow: 0px 1px 4px rgba(50, 52, 56, 0.12);
	padding: 16px;
	border: none;
	overflow: hidden;
	transition: 0.16s ease-in-out;
	-webkit-transition: 0.24s ease-in-out;
	-moz-transition: 0.16s ease-in-out;
	-ms-transition: 0.16s ease-in-out;
	-o-transition: 0.16s ease-in-out;
}

.need-help {
	margin-bottom: 48px;
}

.need-help,
.need-support {
	width: 100%;
	display: block;
}

.support-link {
	text-decoration: none;
	font-size: 0.88em;
}

.support-link svg {
	margin-right: 8px;
}

.text-width-limiter {
	max-width: 480px;
}

.width-limiter-md {
	max-width: 840px;
}

.width-limiter-sm {
	max-width: 640px;
}

.stats p {
	margin-bottom: 0;
}

.stats h4 {
	margin-bottom: 0.2rem;
}

.section-link a {
	text-decoration: none;
}

.card.sales {
	background-color: #D1E2E4 !important;
}
a.sales h6, a.sales svg {
	color: var(--ac--primary-blue);
}

.section-link:nth-child(1) .card {
	background-color: var(--ac--primary-blue);
}

.section-link:nth-child(2) .card {
	background-color: var(--ac--primary-purple);
}

.section-link:nth-child(3) .card {
	background-color: #333F4C;
}

.section-link:nth-child(4) .card {
	background-color: var(--ac--primary-purple);
}

.section-link .card:hover {
	box-shadow: 0px 2px 8px rgba(50, 52, 56, 0.32);
}

.section-link svg,
.section-link h6 {
	color: #fff;
	font-weight: 400;
}

.section-link svg {
	margin-bottom: 8px;
}

.section-link h6 {
	line-height: 1.5em;
	margin-bottom: 0;
}

.coming-soon {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #333F4C;
	padding: 4px 12px;
	border-bottom-left-radius: 4px;
}

.coming-soon p {
	color: #fff;
	margin-bottom: 0;
	font-size: 0.76em;
}

.small-link {
	font-size: 0.82em;
	text-decoration: none;
}

table {
	min-width: 620px;
}

.sort-columns {
	margin: 0 0 4px 8px;
}

thead th {
	color: #b1b4b3;
	font-size: 0.82em;
	font-weight: 400;
}

tbody th {
	font-weight: 500;
	font-size: 0.92em;
}

tbody tr {
	margin: 2px 0;
}

thead tr {
	margin: 2px 0;
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border: none;
}

tbody tr {
	border-bottom: 0.5px dashed #b1b4b3;
}

thead tr {
	border-bottom: 1px solid #65675e;
}

tbody tr:hover {
	background-color: #f8fafc;
}

tbody td {
	font-size: 0.82em;
	padding: 0.8rem 0.5rem !important;
	color: #65675e;
}

td svg {
	color: #000;
	margin: 4px;
}

.popover,
.bs-popover-start > .popover-arrow::before {
	border: none;
	box-shadow: 0px 1px 4px rgba(50, 52, 56, 0.12);
}

#additionalMenu,
#additionalMenuArchive,
#editUser,
#deleteUser,
#addAE,
#popover-content a {
	cursor: pointer;
}

.popover-body {
	padding: 0;
}

.popover-body hr {
	margin: 0;
}

.list-group-item {
	border: none;
	padding: 0.8rem 1.2rem;
	font-size: 0.92em;
}

.list-group-item:hover {
	background-color: #f8fafc;
	color: #4b4f54;
}

.list-group-item img {
	margin-right: 12px;
}

.sortable th {
	cursor: pointer;
}

#sorttable_sortrevind,
#sorttable_sortfwdind {
	display: none !important;
}

.items-list p {
	margin-bottom: 2px;
}

.address {
	position: relative;
}

.address svg {
	width: 20px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	color: #65675e;
}

.address p {
	padding: 0;
	margin-left: 28px;
	margin-top: 4px;
	width: 80%;
}

.accordion-item {
	border: none;
	overflow: hidden;
	box-shadow: 0px 1px 4px rgba(50, 52, 56, 0.12);
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	-o-border-radius: 4px !important;
}

.accordion-header,
.accordion-body {
	border: none;
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #333F4C;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.search-card {
	border: 1px solid #b3b5b7;
	position: relative;
	box-shadow: none;
}

.search-card .input-group-addon {
	width: 20px;
	right: 24px;
	top: 6px;
}

.search-input {
	font-size: 1em;
	line-height: 1.72em;
	border: none;
}

.visible {
	display: block;
}

.invisible {
	display: none;
}

/* Wizard */

.btn-next,
.btn-comparator,
.btn-generate,
.last-button {
	max-width: 256px;
	width: 100%;
}

.btn-generate {
	background-color: var(--ac--primary-blue);
	border-color: var(--ac--primary-blue);
}
	.btn-generate:disabled {
		background-color: var(--ac--primary-blue);
		border-color: var(--ac--primary-blue);
	}

	.btn-generate:hover {
		background-color: var(--ac--primary-blue);
		border-color: var(--ac--primary-blue);
	}

.steps {
	position: relative;
}

.step-disabled {
	cursor: default !important;
}

.step-disabled .header {
	color: #b1b4b3;
	font-weight: 400;
}

.step-disabled::before {
	background-color: #d7dce1 !important;
}

.step {
	padding: 0 24px 4px 64px;
	position: relative;
	transition: all 0.48s ease-in-out;
	-webkit-transition: all 0.48s ease-in-out;
	-moz-transition: all 0.48s ease-in-out;
	-ms-transition: all 0.48s ease-in-out;
	-o-transition: all 0.48s ease-in-out;
}

	.step::before {
		content: attr(data-content);
		text-align: center;
		font-size: 1.12em;
		padding-top: 3px;
		color: #fff;
		position: absolute;
		height: 36px;
		width: 36px;
		background-color: var(--ac--primary-blue);
		left: calc(50px / 2);
		transform: translateX(-45%);
		z-index: 2;
		border-radius: 18px;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		-ms-border-radius: 18px;
		-o-border-radius: 18px;
	}

.step-done::before {
	content: "✓" !important;
	background-color: var(--ac--primary-blue) !important;
}

.step::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #b1b4b3;
	left: calc(50px / 2);
	top: 0;
	z-index: 1;
}

.step:last-child:after {
	width: 0px;
}

.step.minimized {
	cursor: pointer;
}

.step.minimized::before {
	background-color: #b1b4b3;
}

.step-header {
	padding-top: 6px;
}

.header {
	user-select: none;
	font-size: 1.08em;
	font-weight: 600;
	color: #000;
}

.step-content {
	transition: all 0.64s ease-in-out;
	-webkit-transition: all 0.64s ease-in-out;
	-moz-transition: all 0.64s ease-in-out;
	-ms-transition: all 0.64s ease-in-out;
	-o-transition: all 0.64s ease-in-out;
	overflow: hidden;
	position: relative;
	max-height: 1600px;
	height: auto;
	width: 100%;
	margin-top: 24px;
}

	.step-content.two {
		max-height: 3000px;
	}

	.step-content.one {
		max-height: 3000px;
	}
	.step-content.three {
		max-height: 3000px;
	}

	.step-content.seven {
		max-height: 3000px;
	}

	.step-content.eight {
		max-height: 3000px;
	}

	.step-content.nine {
		max-height: 3000px;
	}

.step.minimized > .step-content {
	max-height: 0px;
}

.step-content > form {
	padding: 16px 32px 32px;
	max-width: 840px;
	margin-bottom: 32px;
}

.tooltip-inner {
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #000000;
	width: 100% !important;
	max-width: 296px;
}

#parameters .form-row,
#generate .form-row {
	max-width: 480px;
	margin: 12px 0;
}

#parameters label,
#generate label {
	font-size: 0.88em;
	text-align: left;
}

label input {
	margin-right: 4px;
}

#info {
	margin: -3px 0 0 4px;
	color: var(--ac--primary-blue);
}

#addComparator,
#addHealthState,
#addInterventionUnits,
#addComparatorUnits,
#addResource,
#addAE {
	font-size: 0.88em;
}

.circular-button {
	background-color: #333F4C;
	padding: 10px;
	padding-top: 4.34px;
	border-radius: 666px;
	-webkit-border-radius: 666px;
	-moz-border-radius: 666px;
	-ms-border-radius: 666px;
	-o-border-radius: 666px;
	margin-right: 8px;
}

	.circular-button svg {
		background-color: #333F4C;
		color: #fff;
	}

.input-group-text {
	font-size: 0.88em;
}

.active svg {
	color: auto;
}

#removeComparator,
#removeHealthState,
#removeUnit,
#removeResource,
#removeAE,
#checkAll {
	cursor: pointer;
}

#costSelector .form-check, #modifierSelector .form-check {
	margin-top: 12px;
}

#costSelector .form-check-label, #modifierSelector .form-check-label {
	margin-top: -22px;
}

#step-ten > .checks > label {
	margin-bottom: -22px;
}

.input-group-append {
	position: relative;
}

.input-group-append select {
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
}

select {
	padding-right: 32px !important;
}

select option {
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	-o-border-radius: 4px !important;
}

.chevron {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	pointer-events: none;
}

.chevron-white {
	color: #fff;
}

.chevron-dark {
	color: #4b4f54;
}

.carousel-indicators {
	margin: 0 !important;
	right: auto !important;
}

.carousel-item .form-row {
	margin: 16px 0 !important;
}

.carousel-item h4 {
	margin-bottom: 1.64rem;
}

#appliesFormModal .form-check,
.checks .form-check {
	margin: 12px 0;
	font-size: 1.08em;
}

.generate-progress {
	height: 24px;
}

.progress-bar {
	background-color: #2ECDDC;
}

#existingDocument .secondary a {
	color: #4b4f54;
}

#selectAll,
#readMore {
	color: var(--ac--primary-purple);
	text-decoration: underline;
	cursor: pointer;
}

#readMode {
	margin-top: -24px;
}

.container-fluid .row {
	margin: 0;
}

.data-input-row {
	margin-top: 8px !important;
}

.data-input-description {
	font-size: 0.88em;
	max-width: 88%;
}

.upload-button {
	background-color: var(--ac--primary-blue);
	width: 100%;
	max-width: 224px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: none;
}

	.upload-button:hover {
		background-color: var(--ac--primary-blue);
	}

#more {
	display: none;
}

.dashboard tr {
	cursor: pointer;
}

.btn-submit-data {
	max-width: 256px;
	width: 100%;
	margin-left: 12px;
}

.btn-submit-data:disabled {
	background-color: #b1b4b3;
	border-color: #b1b4b3;
}

#data h5 {
	font-size: 1.12em;
}

#clinicalData h5 {
	font-size: 1em;
}

#clinicalData > div,
#clinicalData > hr {
	margin-left: 12px;
}

.form-check-input {
	cursor: pointer;
}

.x-spreadsheet-sheet {
	width: 100% !important;
}

.x-spreadsheet-menu {
	margin-left: 32px;
}

.x-spreadsheet-menu li:nth-child(1) {
	display: none;
}

#errors {
	position: absolute;
	top: 44px;
	right: 24px;
	width: 33.33%;
	min-width: 256px;
	z-index: 12;
	font-size: 0.92em;
}

#errors .alert {
	padding: 0.84rem 1rem;
	margin-bottom: 0.48rem;
}

#errors .btn-close {
	width: 0.64rem;
	height: 0.64rem;
}

.x-spreadsheet-contextmenu {
	padding: 0.32rem;
}

.x-spreadsheet-contextmenu .x-spreadsheet-item {
	display: none;
}

.x-spreadsheet-contextmenu .x-spreadsheet-item:nth-child(3),
.x-spreadsheet-contextmenu .x-spreadsheet-item:nth-child(4) {
	display: block !important;
}

#clearData .btn-secondary {
	background-color: #fff;
	border: 1px solid #333F4C;
	color: #333F4C;
	min-width: 196px;
}

#clearData .btn-secondary:hover {
	background-color: #333F4C;
	color: #fff;
}

.side-label {
	margin-left: 8px;
}

.beta {
	color: white;
	font-family: 'aptos', sans-serif;
	font-weight: 500;
	font-size: 11px;
	background-color: #9C26C1;
	border-radius: 0px 0px 2px 2px;
	padding: 6px 8px 4px;
	width: 62px;
	height: 23px;
	margin-left: 106px;
	margin-top:-33px;
	position:absolute;
}

.beta > svg {
	margin:0px 0px 3px 3px;
	border:1px;
	stroke-width: 2.5px;
}

.dev {
	color: white;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 11px;
	background-color: orangered;
	border-radius: 0px 0px 2px 2px;
	padding: 6px 8px 4px;
	width: 62px;
	height: 23px;
	margin-left: 106px;
	margin-top: -33px;
	position: absolute;
}

	.dev > svg {
		margin: 0px 0px 3px 3px;
		border: 1px;
		stroke-width: 2.5px;
	}

#supportPanel svg {
	margin-bottom: 0;
}

#supportPanel h6 {
	font-size: 0.92em;
	margin-top: 2px;
}

#supportPanel .card {
	padding: 12px 16px;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.side-nav {
		min-width: none;
		max-width: none;
		width: 100%;
		height: 80px;
		padding: 24px 0 16px;
	}

	.mobile-menu {
		display: block;
	}

	.dashboard-container {
		margin-left: 0 !important;
	}

	.dashboard-container {
		padding: 128px 16px 112px;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.need-help,
	.need-support {
		width: 49%;
		display: inline-block;
		padding: 32px;
	}

	.support-container {
		max-width: none;
		position: relative;
		width: 100%;
		margin-top: 64px;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.slogan-image,
	.account-confirmation,
	.neutral-image {
		display: none !important;
	}

	.modal-header,
	.modal-body,
	.modal-footer {
		padding-left: 24px;
		padding-right: 24px;
	}

	footer .nav {
		justify-content: flex-start !important;
		margin-bottom: 16px;
	}

	.nav-link:first-child {
		padding-left: 0;
	}

	.form-row .btn:nth-child(2) {
		margin-top: 12px;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.hidden-line-break {
		display: block;
	}

	.mobile-columns .col-md-6 {
		width: 50%;
	}

	.sign-in-form,
	.contact-form,
	.reset-form,
	.confirmation-form {
		margin: 8vh auto 32vh;
	}

	.need-help,
	.need-support {
		width: 100% !important;
		display: block;
		padding: 0;
	}

	.add-user {
		padding-left: 0;
		margin-top: 8px;
	}

	.steps {
		padding: 0;
	}

	.step {
		padding: 0 24px 4px 52px;
		position: relative;
		transition: all 0.4s ease-in-out;
	}

	.step::before {
		left: calc(32px / 2);
	}

	.step::after {
		left: calc(32px / 2);
	}

	.step-content > form {
		padding: 8px 16px 24px;
	}

	.tooltip-inner {
		text-align: center;
	}

	.tooltip-arrow::before {
		border-top-color: rgba(75, 79, 84, 0.96) !important;
		border-right-color: transparent !important;
	}
}

@media (min-width: 1439.98px) {
	.dashboard-container {
		margin-left: 14%;
	}
}

@media (min-width: 1779.98px) {
	.dashboard-container {
		margin-left: 256px;
	}
}

@media (min-width: 767.98px) {
	#generateForm {
		padding-left: 32px;
		padding-right: 32px;
	}
}

/*mvc validation*/
.input-validation-error {
    border: 1px solid #dc3545;
}

.field-validation-error {
    font-size: .875em;
    color: #dc3545;
}

div.choices__inner.input-validation-error {
    border: 1px solid #dc3545 !important;
}

.choices {
    margin-bottom :0px !important;
}
