.CookieDeclaration {
	display:none;
}

/* ### Breakpoint definitions */
@media screen and (max-width: 400px) {
	@viewport {
		width: 320px;
	}
}
@font-face {
	font-family: "Helvetica Neue";
	src: url("../fonts/HelveticaNeue.ttf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "Helvetica Neue Bold";
	src: url("../fonts/HelveticaNeue-Bold.ttf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "Helvetica Neue Italic";
	src: url("../fonts/HelveticaNeue-Italic.ttf") format("truetype");
	font-style: normal;
}

/* ### Global redefinitions */
textarea {
	resize: none;
}

p {
	font-size: 1.5rem;
	line-height: 1.375;
}

@media screen and (max-width: 450px) {
	p {
		font-size: 1.25rem;
	}
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	color: #4a4a4a;
	line-height: 1.2;
	margin: 0;
}

h1 {
	font-size: 2.25rem;
}

h2 {
	font-size: 1.875rem;
}

h3 {
	font-size: 1.125rem;
}

* {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


html {
	font-size: 100%;
	height: 100%;
}

body {
	font-size: 16px; 
	font-family: "Helvetica Neue";
	background-color: #f7f7f7;
	margin: 0.5rem;
	margin-left: 17rem;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	padding-top: 2.5rem;
	color: #4a4a4a;
}

.highlightColour {
	color: #fa6332
}

.email-buttons object {
	overflow: hidden;
	height: 40px;
	display: inline-block;
}

a,
a:link,
a:active {
	color: #43acff;
}

a:hover {
	color: #340261;
}

a:visited {
	color: #340261;
}

a img {
	border: none;
	float: left;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: none;
}

.container {
	margin: auto;
	width: 100%;
	max-width: 90.9375rem;
	float: none !important;
}

.summary_section_cont {
	display: inline-block;
	width: 100%;
}

.summary_section {
	position: relative;
	width: 100%;
	display: inline-block;
}

.report_switch_box {
	width: 40%;
	height: 160px;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.AlterationSelect {
	float: left;
	height: 50%;
	width: 100%;
	border: 2px solid #43acff;
	font-size: 30px;
	text-align: center;
	padding-top: 15px;
}

.BiomarkerSelect {
	float: right;
	height: 50%;
	width: 100%;
	border: 2px solid #43acff;
	font-size: 30px;
	text-align: center;
	padding-top: 15px;
}

.ActiveBox {
	background-color: #43acff;
	color: white;
	cursor: default;
}

.InactiveBox {
	background-color: white;
	color: #43acff;
	cursor: pointer;
}

.box {
	background: #ffffff;
	border-radius: 0.5rem;
}

.box.shadow {
	-ms-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
}

.accessibly-hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 0.0625rem;
	height: 0.0625rem;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

main {
	overflow: hidden;
}

.row {
	float: left;
	width: 100%;
	margin-bottom: 1.25rem;
}

nav .box.row {
	margin-bottom: 0px;
}

.col {
	float: left;
	clear: none;
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

.col > .col.span100 {
	width: 100%;
}

.col:last-child {
	float: right;
}

.col:last-child.last,
.col:only-child,
nav .menu-controls,
.page--summary-report header.page-header .left,
.gene-arm {
	float: left;
	display: flex;
	gap: 5px;
	flex-direction: row;
}

/* Global button styling */
button {
	height: auto;
	width: auto;
	border: 0.0625rem solid #d2d2d2;
	-ms-border-radius: 0.25rem;
	-o-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	background-color: #ffffff;
	font-size: 1.0625rem;
	padding: 0.625rem;
}

button .icon {
	margin-left: 0.625rem;
	float: right;
	height: 0.8125rem;
}

button .icon.pdf {
	width: 0.9375rem;
	height: 1.25rem;
	background: url("../img/icons/icon-pdf-dark.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 100%;
}

button:hover {
	cursor: pointer;
}

button.toggle--details {
	position: absolute;
	margin-right: 0;
	border: none;
	background: transparent;
	line-height: 1.4375rem;
	right: 50px;
	padding: 0;
}

button.toggle--details .circle {
	float: right;
	width: 3rem;
	height: 3rem;
	margin-left: 0rem;
	background: url(../img/white_plus.svg),
		linear-gradient(transparent, transparent);
	background-size: 85%;
	background-position: 50% 50%;
	background-color: #43acff;
	background-repeat: no-repeat;
	-ms-border-radius: 6.25rem;
	-o-border-radius: 6.25rem;
	-moz-border-radius: 6.25rem;
	-webkit-border-radius: 6.25rem;
	border-radius: 6.25rem;
	transition: 0.5s rotate ease;
}

button.toggle--details.open .circle {
	background: url(../img/white_minus.svg);
	background-size: 85%;
	background-position: 50% 50%;
	background-color: #43acff;
	background-repeat: no-repeat;
	-ms-border-radius: 6.25rem;
	-o-border-radius: 6.25rem;
	-moz-border-radius: 6.25rem;
	-webkit-border-radius: 6.25rem;
	border-radius: 6.25rem;
}

button.toggle--details.open .circle:hover,
button.toggle--details .circle:hover {
	background-color: #340261;
}

.transcript-infobox {
	position: relative;
	cursor: default;
}

/* Question marks */
.title-questionmark {
	position: absolute;
	display: inline-block;
}

.othertitle-questionmark {
	position: relative;
	display: inline-block;
}

.pipeline-version-infobox {
	position: relative;
}

.questionmark {
	width: 24px;
	height: 24px;
	margin-left: 5px;
	background: url("../img/icons/png/mtbp_question_mark_white.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	transition: 0.5s rotate ease;
	cursor: pointer;
}

.questionmark:hover {
	width: 24px;
	height: 24px;
	margin-left: 5px;
	background: url("../img/icons/png/mtbp_question_mark_purple.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	transition: 0.5s rotate ease;
	cursor: pointer;
}

.questionmarkBlack {
	width: 1.6rem;
	height: 1.6rem;
	margin-left: 0.3125rem;
	background: url("../img/icons/png/questions-circular-button.png");
	background-position: 50% 50%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-ms-border-radius: 6.25rem;
	-o-border-radius: 6.25rem;
	-moz-border-radius: 6.25rem;
	-webkit-border-radius: 6.25rem;
	border-radius: 6.25rem;
	transition: 0.5s rotate ease;
	cursor: pointer;
}

.infomarkBlack {
	width: 1.6rem;
	height: 1.6rem;
	margin-left: 0.3125rem;
	background: url("../img/icons/png/questions-info-button.png");
	background-position: 50% 50%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-ms-border-radius: 6.25rem;
	-o-border-radius: 6.25rem;
	-moz-border-radius: 6.25rem;
	-webkit-border-radius: 6.25rem;
	border-radius: 6.25rem;
	transition: 0.5s rotate ease;
	margin-right: 5px;
	cursor: pointer;
}

/* Status with circle and text used on Summary page, Menu, and Patient list (listing and pop-over) */
.status {
	font-family: "Helvetica Neue Bold";
	line-height: 1.1875;
}

nav .undefined{
	margin-bottom: -10px;
}

.status .circle {
	float: left;
	-ms-border-radius: 3.125rem;
	-o-border-radius: 3.125rem;
	-moz-border-radius: 3.125rem;
	-webkit-border-radius: 3.125rem;
	border-radius: 3.125rem;
	height: 1.0625rem;
	width: 1.0625rem;
	background-color: transparent;
	-ms-box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.2);
	margin-right: 0.625rem;
}

.status.rejected .circle {
	background-color: #ff2700;
}

.status.approved .circle {
	background-color: #60b800;
}

.status.pending .circle {
	background-color: #ffec00;
}

.status.undefined .circle {
	background-color: #d2d2d2;
}

.status.others .circle {
	background-color: #ccccff;
}

/* Current status: used on Summary page and in pop-over on Patient list page */
.current-status {
	float: left;
	font-size: 1.5rem;
	padding-top: 0.625rem;
}

.current-status span {
	color: #9ba0a5;
}

.current-status .status {
	float: left;
	margin-right: 1.25rem;
}

.mutation-status {
	-ms-border-radius: 0.25rem;
	-o-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	font-family: "Helvetica Neue Bold";
}

.mutation-status.high {
	background: #ff2700;
	color: #ffffff;
}

.mutation-status.intermediate {
	background: #ffbc02;
	color: #ffffff;
}

.mutation-status.low {
	background: #aeaeae;
	color: #ffffff;
}

.info-box {
	width: 100%;
}

.info-box .info-row {
	float: left;
	width: 100%;
	margin-bottom: 0.3125rem;
}

.info-box .info-label,
.info-box .info-data {
	float: left;
	font-size: 1.125rem;
}

.info-box .info-label {
	width: 30%;
}

.info-box .info-data {
	width: 70%;
}

.info-box .info-label.info-important,
.info-box .info-data.info-important {
	font-size: 1.375rem;
	font-family: "Helvetica Neue Bold";
}

.info-box h3 {
	font-size: 1.375rem;
	line-height: 1.3;
	font-family: "Helvetica Neue Bold";
	margin-bottom: 0.625rem;
}

div.id-box {
	margin-bottom: 1rem;
}

div.id-box a,
div.id-box .blue-box,
a.id-box {
	background-color: #43acff;
	color: white;
	padding: 0.3125rem;
	text-transform: uppercase;
	-ms-border-radius: 0.1875rem;
	-o-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	-webkit-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
	text-decoration: none;
	transition: 0.2s all ease;
	position: relative;
}

div.id-box .blue-box {
	margin-right: 10px;
	cursor: auto !important;
}

div.id-box a:hover,
a.id-box:hover {
	background-color: #340261;
	color: white;
	padding: 0.3125rem;
	text-transform: uppercase;
	-ms-border-radius: 0.1875rem;
	-o-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	-webkit-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
	transition: 0.2s all ease;
	position: relative;
}

.summary-report--details--cell .id-box a,
.summary-report--details--cell .id-box a:hover,
.summary-report--details--cell .id-box .blue-box {
	border: 0.1rem solid #43acff;
	background-color: #43acff;
	font-weight: bold;
	color: white;
	cursor: pointer;
	transition: 0.2s all ease;
	position: relative;
	margin-left: 5px;
}

.summary-report--details--cell .id-box a:hover {
	background-color: #340261;
	border: 0.1rem solid black;
	top: -0.0625rem;
	left: -0.0625rem;
	-ms-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
}

a.id-box:hover {
	top: -0.0625rem;
	left: -0.0625rem;
	-ms-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
}

.bg-light {
	background: rgba(67, 172, 255, 0.1);
}

.arrow-box {
	z-index: 1000;
	width: 28.125rem;
	position: absolute;
	background: #ffffff;
	border: 0.0625rem solid #d2d2d2;
	bottom: 3.75rem;
	left: -12.8125rem;
	font-family: "Helvetica Neue";
}

.arrow-box:after,
.arrow-box:before,
.arrow-box-low:after,
.arrow-box-low:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-box:after,
.arrow-box-low:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 0.9375rem;
	margin-left: -0.9375rem;
}

.arrow-box:before,
.arrow-box-low:before {
	border-color: rgba(255, 0, 255, 0);
	border-top-color: #d2d2d2;
	border-width: 1rem;
	margin-left: -1rem;
}

.arrow-box p,
.arrow-box-low p {
	font-size: 1.125rem;
	margin-top: 0;
}

.datatable.arrow-box {
	left: -24rem;
	bottom: unset;
	width: 35.125rem;
	overflow-y: auto;
}

.datatable.arrow-box.rightside-box{
	left: -400px;
}

.datatable.arrow-box:before,
.datatable.arrow-box:after,
.vartable.arrow-box:before,
.vartable.arrow-box:after {
	top: -1.8rem;
	border-color: rgba(255, 255, 255, 0);
}

.datatable.arrow-box:after,
.vartable.arrow-box:after {
	border-bottom-color: #ffffff;
}

.vartable.arrow-box {
	bottom: 2rem;
}

.effect-title p {
	font-size: 1rem;
	text-decoration: underline dashed blue;
}

.repr-transcript .arrow-box {
	width: 50rem;
}

.population-af .arrow-box {
	width: 50rem;
}

.pipeline-version-infobox .arrow-box {
	position: absolute;
	text-align: left;
	color: black;
	width: 30.125rem;
	top: 2rem;
	bottom: unset;
	left: -10rem;
}

.reported-effect--source {
	position: relative;
}

.reported-effect--source .arrow-box {
	display: none;
	position: absolute;
	top: -20rem;
	left: -10rem;
}

.datapopup-box {
	padding: 2.5rem!important;
}

.multi_gene_button_cont {
	height: 40px;
	position: relative;
	padding-right: 3px;
	cursor: pointer;
}

.multi_gene_button {
	height: 30px;
	width: 30px;
	position: center;
	background-image: url("../img/mtbp_flags_EXCL.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.multi_gene_button:hover {
	background-image: url("../img/mtbp_flags_EXCL_hover.png");
}

.TS_button_cont,
.TSES_button_cont,
.OG_button_cont,
.SF_button_cont,
.Am_button_cont,
.multi_gene_button_cont {
	height: 30px;
	position: relative;
	cursor: pointer;
	width: 30px;
	border-radius: 100%;
	background-color: #43acff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-decoration: none;
	font-weight: bold;
	transition: 0.3s all ease;
}

.multi_gene_button_cont,
.Am_button_cont {
	font-size: 24px;
	font-weight: 400 !important;
}

.OG_button_cont:hover,
.TS_button_cont:hover,
.TSES_button_cont:hover,
.SF_button_cont:hover,
.Am_button_cont:hover,
.multi_gene_button_cont:hover {
	background-color: #340261;
}

.OG_button:hover {
	background-image: url("../img/mtbp_flags_OG_hover.png");
}

.evid_c_caution {
	height: 20px;
	width: 20px;
	background-image: url("../img/mtbp_hazard_icon.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	cursor: pointer;
	margin-left: 10px;
}

.evid_c_caution_contrad {
	height: 20px;
	width: 20px;
	background-image: url("../img/mtbp_hazard_icon.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-left: 10px;
	padding-top: -2px;
	cursor: pointer;
}

.inconfsts_caution {
	height: 20px;
	width: 20px;
	background-image: url("../img/mtbp_hazard_icon.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-left: 10px;
	padding-top: -2px;
	cursor: pointer;
}

.notcontemp_caution {
	height: 20px;
	width: 20px;
	background-image: url("../img/mtbp_hazard_icon.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	float: left;
	margin-left: 5px;
	padding-top: -2px;
	cursor: pointer;
}

.diagnoscaut_caution,
.sensbaskcaut_caution {
	height: 18px;
	width: 18px;
	background-image: url("../img/mtbp_hazard_icon.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	float: left;
	margin-left: 5px;
	cursor: pointer;
}


.dh_caution{
	height: 18px;
	width: 18px;
	background-image: url("../img/mtbp_hazard_icon.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	float: left;
	top: 3px;
	position: relative;
	cursor: pointer;
}

.infomarked {
	height: 40px;
	width: 40px;
	background-image: url("../img/mtbp_info_mark.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	cursor: pointer;
	margin-right: 5px;
}

.diagnoscaut_caution:hover,
.sensbaskcaut_caution:hover,
.notcontemp_caution:hover,
.inconfsts_caution:hover,
.evid_c_caution_contrad:hover,
.evid_c_caution:hover,
.dh_caution:hover {
	background-image: url("../img/mtbp_hazard_icon_hover.png");
}

.infomarked:hover {
	background-image: url("../img/mtbp_info_mark_hover.png");
}

.arrow-box-low {
	z-index: 1000;
	width: 28.125rem;
	position: absolute;
	background: #ffffff;
	border: 0.0625rem solid #d2d2d2;
	bottom: 2.6rem;
	left: -12.8125rem;
	padding: 2.5rem;
	font-family: "Helvetica Neue";
}

/* HTML-report flag styling */
.sensres_icon_cont,
.sensitivity_icon_cont,
.resistance_icon_cont,
.prodia_icon_cont,
.pro_icon_cont,
.dia_icon_cont {
	float: left;
	width: 25px;
	height: 25px;
	position: relative;
}

.icon_shift {
	margin-top: -4px;
}

.sensres_icon {
	width: 100%;
	height: 100%;
	position: center;
	background-image: url("../img/mtbp_drugability_plusminus.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120% auto;
}

.sensitivity_icon {
	width: 100%;
	height: 100%;
	position: center;
	background-image: url("../img/mtbp_drugability_plus.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120% auto;
}

.resistance_icon {
	width: 100%;
	height: 100%;
	position: center;
	background-image: url("../img/mtbp_drugability_minus.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120% auto;
}

.prodia_icon {
	width: 100%;
	height: 100%;
	position: center;
	background-image: url("../img/mtbp_flags_DIAGPROG.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% auto;
}

.pro_icon {
	width: 100%;
	height: 100%;
	position: center;
	background-image: url("../img/mtbp_flags_PROG_cropped.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% auto;
}

.dia_icon {
	width: 100%;
	height: 100%;
	position: center;
	background-image: url("../img/mtbp_flags_DIAG_cropped.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% auto;
}

.arrow-box-low {
	z-index: 1000;
	width: 28.125rem;
	position: absolute;
	background: #ffffff;
	border: 0.0625rem solid #d2d2d2;
	bottom: 2.6rem;
	left: -12.8125rem;
	padding: 2.5rem;
	font-family: "Helvetica Neue";
}

/* CUSTOM SELECT:
   * Container used for styling the custom select in Patient list, the buttom class below adds the
   * bg gradient, corners, etc. Using accessible styling https://github.com/filamentgroup/select-css */
.custom-select {
	width: calc(100% - 0.4rem);
	display: block;
	border: 0.0625rem solid #e9e9e9;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	-ms-box-shadow: 0 0.0625rem 0 0.0625rem rgba(0, 0, 0, 0.04);
	-o-box-shadow: 0 0.0625rem 0 0.0625rem rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 0.0625rem 0 0.0625rem rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 0.0625rem 0 0.0625rem rgba(0, 0, 0, 0.04);
	box-shadow: 0 0.0625rem 0 0.0625rem rgba(0, 0, 0, 0.04);
	left: 0.625rem;
}

.custom-select:hover {
	border-color: #888;
}

.custom-select select {
	width: 100%;
	height: 2.5rem;
	margin: 0;
	outline: none;
	padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 2;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
}

.custom-select:focus {
	box-shadow: 0 0 0.0625rem 0.1875rem rgba(59, 153, 252, 0.7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
}

.custom-select option {
	font-weight: normal;
	font-size: 1.125rem;
}

/* Firefox <= 34 has a false positive on @supports( -moz-appearance: none )
  * @supports ( mask-type: alpha ) is Firefox 35+
  */
@supports (-webkit-appearance: none) or (appearance: none) or
	((-moz-appearance: none) and (mask-type: alpha)) {
	/* Show custom arrow */

	.custom-select:after {
		display: block;
	}

	.custom-select select {
		padding-right: 1.25rem;
		background: none;
		border: 0.0625rem solid transparent;
		border: 0.0625rem solid transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
}

@supports (box-shadow: none) {
	.custom-select select:focus {
		outline: none;
	}
}

nav {
	position: fixed;
	max-width: 16.25rem;
	width: 16.25rem;
	left: 0;
	top: 0;
	background: #fa6332;
	padding: 1.25rem 0.625rem 0rem 0.625rem;
	min-height: 0.0625rem;
	transition: 0.3s min-height ease;
	z-index: 101;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	scrollbar-width: thin;
}

nav .menu-controls .logo {
	float: left;
	width: 9.375rem;
	height: 2.5rem;
	background: url("../img/logo/mtbp_menu_logo.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 9.375rem 2.5rem;
	transition: 0.5s all ease;
}

nav .menu-controls button {
	width: 1.875rem;
	color: #ffffff;
	font-size: 0.8125rem;
}

nav #menu-content {
	float: left;
	display: block;
	color: #ffffff;
	opacity: 1;
	transition: 0.7s opacity ease;
}

nav .user {
	border-top: 0.125rem solid rgba(255, 255, 255, 0.5);
	border-bottom: 0.125rem solid rgba(255, 255, 255, 0.5);
	padding: 1.25rem;
}

nav .user .user-icon {
	float: left;
	width: 1.875rem;
	height: 1.875rem;
	background: url("../img/icons/icon-user.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
}

nav .user .user-info {
	float: right;
	width: calc(100% - 3.125rem);
}

nav .user .user-info .user-name {
	font-size: 1.125rem;
}

nav .user .user-info .user-title {
	font-size: 0.8125rem;
}

nav .box {
	display: flex;
    float: left;
    color: #4a4a4a;
    padding: 1.25rem;
    min-height: fit-content;
    max-height: 30rem;
    overflow-y: auto;
    flex-direction: column;
}

nav .box.patient-info .patient-id-header,
nav .box.patient-info .status,
nav .box.patient-info .patient-id {
	float: left;
	clear: both;
	width: 100%;
	font-size: 1.15rem;
    overflow: hidden;
}

nav .status .circle {
	margin: unset;
}

nav .status-text {
	display: grid;
    grid-template-columns: 1fr 10fr;
	justify-content: space-evenly;
	align-items: center;
	gap: 5px;
}

nav .box.patient-info .status {
	font-size: 0.7rem;
	float: unset;
	overflow: unset;
	width: unset;
	height: 35px;
	padding-bottom: 8px;
}

nav .box.patient-info .patient-id {
	font-family: "Helvetica Neue Bold";
}

nav a[role="menuitem"] {
	float: left;
	clear: both;
	color: #ffffff;
	text-decoration: none;
	padding: 0 1.25rem;
	font-family: "Helvetica Neue Bold";
}

nav a[role="menufiles"] {
	float: left;
	clear: both;
	color: #000000;
	text-decoration: none;
	padding: 0 1rem;
	font-family: "Helvetica Neue Bold";
	font-size: 13px;
	margin-bottom: 0.5rem;
}

nav a[role="menuitem"].sample {
	padding: 0;
	color: #4a4a4a;
}

nav .sample-encasing {
	display: grid;
	gap: 5px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
	justify-items: center;
}

nav .reports-list{
	margin-top: -0.5rem;
	margin-bottom: 0.5rem;
    max-height: 120px;
	width: 180px;
    overflow-y: auto;
    scrollbar-width: thin;
}

/* for the selected report under a patient  */
.selected-report {
	background-color: blanchedalmond;
	border-radius: 10px;
}

.sample {
	font-weight: bold;
}

nav div.patient-id-header.samples {
	padding: 1.5rem 0 0.5rem 0;
}

nav div.circle {
	margin: 0 0 1.5rem;
}

nav a[role="menuitem"]:hover {
	text-decoration: underline;
}

nav a[role="menuitem"].icon.is-active, nav a[role="menufiles"].icon.is-active {
	background: #ffffff;
	color: #4a4a4a;
	border-radius: 1.25rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

nav a[role="menuitem"].icon:before, nav a[role="menufiles"].icon:before {
	float: left;
	content: "";
	width: 1.125rem;
	min-height: 1.125rem;
	margin-right: 0.625rem;
}

nav a[role="menuitem"].icon.padlock:before,
nav a[role="menuitem"].icon.padlock.is-active:before,
nav a[role="menufiles"].icon.padlock:before,
nav a[role="menufiles"].icon.padlock.is-active:before  {
	background: url("../img/icons/padlock.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 1.125rem 1.25rem;
}

nav a[role="menuitem"].icon.login:before,
nav a[role="menuitem"].icon.login.is-active:before,
nav a[role="menufiles"].icon.login:before,
nav a[role="menufiles"].icon.login.is-active:before {
	background: url("../img/icons/login.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 1.125rem 1.25rem;
}

nav a[role="menuitem"].icon.register:before,
nav a[role="menuitem"].icon.register.is-active:before,
nav a[role="menufiles"].icon.register:before,
nav a[role="menufiles"].icon.register.is-active:before {
	background: url("../img/icons/register.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 1.125rem 1.25rem;
}

nav a[role="menuitem"].icon.home:before,
nav a[role="menuitem"].icon.home.is-active:before,
nav a[role="menufiles"].icon.home:before,
nav a[role="menufiles"].icon.home.is-active:before {
	background: url("../img/icons/home.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 1.125rem 1.25rem;
}

nav a[role="menuitem"].icon.upload:before,
nav a[role="menuitem"].icon.upload.is-active:before,
nav a[role="menufiles"].icon.upload:before,
nav a[role="menufiles"].icon.upload.is-active:before {
	background: url("../img/icons/share-arrow.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 1.125rem 1.25rem;
}

nav a[role="menuitem"].icon.variant:before,
nav a[role="menuitem"].icon.variant.is-active:before,
nav a[role="menufiles"].icon.variant:before,
nav a[role="menufiles"].icon.variant.is-active:before {
	background: url("../img/icons/variant.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 1.125rem 1.25rem;
}

nav a[role="menuitem"].icon.about:before,
nav a[role="menuitem"].icon.about.is-active:before,
nav a[role="menufiles"].icon.about:before,
nav a[role="menufiles"].icon.about.is-active:before {
	background: url("../img/icons/about-us_white.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 1.125rem 1.25rem;
}

nav a[role="menuitem"].icon.News:before,
nav a[role="menuitem"].icon.News.is-active:before,
nav a[role="menufiles"].icon.News:before,
nav a[role="menufiles"].icon.News.is-active:before {
	background: url("../img/icons/mtbp_news.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 1.125rem 1.25rem;
}

nav a[role="menuitem"].icon.faq.is-active:before,
nav a[role="menuitem"].icon.faq:before,
nav a[role="menufiles"].icon.faq.is-active:before,
nav a[role="menufiles"].icon.faq:before {
	background: url("../img/icons/question-mark.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 1.125rem 1.25rem;
}

nav a[role="menuitem"].icon.cbp.is-active:before,
nav a[role="menuitem"].icon.cbp:before,
nav a[role="menufiles"].icon.cbp.is-active:before,
nav a[role="menufiles"].icon.cbp:before {
	background: url("../img/icons/png/cbp_logo_small.png");
	background-repeat: no-repeat;
	background-size: 1.125rem 1.25rem;
}

nav a[role="menuitem"].icon.patient-list.is-active:before, 
nav a[role="menufiles"].icon.patient-list.is-active:before {
	background: url("../img/icons/icon-patient-list-dark.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 1.125rem 1.25rem;
}

nav a[role="menuitem"].icon.patient-list:before, nav a[role="menufiles"].icon.patient-list:before {
	height: 1.3125rem;
	background: url("../img/icons/icon-patient-list-white.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 1.125rem 1.25rem;
}

nav a[role="menuitem"].icon.folder.is-active:before, nav a[role="menufiles"].icon.folder.is-active:before {
	background: url("../img/icons/icon-summary-folder-dark.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 1.125rem 1.25rem;
}

nav a[role="menuitem"].icon.folder:before, nav a[role="menufiles"].icon.folder:before {
	width: unset;
	margin-right: unset;
}

nav a[role="menuitem"].icon.pdf span, nav a[role="menufiles"].icon.pdf span {
	opacity: 0.4;
}

nav a[role="menuitem"].icon.pdf.is-active:before, nav a[role="menufiles"].icon.pdf.is-active:before {
	background: url("../img/icons/icon-pdf-dark.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 1.125rem 1.25rem;
}

nav a[role="menuitem"].icon.pdf:before, nav a[role="menufiles"].icon.pdf:before {
	height: 1.4rem;
    width: 1.4rem;
    background: url(../img/icons/icon-pdf-download-black.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1.4rem 1.4rem;
    float: right;
    margin-right: .9rem;
}



.page--login .login .box {
	min-height: 45rem;
}

.page--login .login .box .left {
	float: left;
	width: 40%;
	padding: 10rem 3.75rem 0rem 3.75rem;
	position: relative;
}

.page--login .login .box .left .logo {
	position: absolute;
	top: 1.25rem;
	left: 1.25rem;
	width: 12.5rem;
	height: 3.4375rem;
	background: url("../img/logo/public/logo-landscape-karolinska-mtb-tone.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 100%;
}

.page--login .login .box .left h1 {
	margin-bottom: 1.25rem;
}

.page--login .login .box .left h2 {
	color: #9ba0a5;
}

.page--login .login .box .left form {
	margin-top: 2.5rem;
}

.page--login .login .box .left form .error-message {
	font-size: 0.8125rem;
	color: #d0021b;
	margin-bottom: 0.625rem;
}

.page--login .login .box .left form label {
	float: left;
	width: auto;
	position: relative;
	margin-top: -1.5625rem;
	top: 1.875rem;
	left: 1.25rem;
	font-size: 0.6875rem;
	color: #9ba0a5;
	transition: 0.4s font-size ease, 0.4s font-family ease;
}

.page--login .login .box .left form label:hover,
.page--login .login .box .left form label:focus {
	font-size: 1rem;
	color: #4a4a4a;
	font-family: "Helvetica Neue Bold";
}

.page--login .login .box .left form input[type="username"] {
	-ms-border-radius: 0.3125rem 0.3125rem 0 0;
	-o-border-radius: 0.3125rem 0.3125rem 0 0;
	-moz-border-radius: 0.3125rem 0.3125rem 0 0;
	-webkit-border-radius: 0.3125rem 0.3125rem 0 0;
	border-radius: 0.3125rem 0.3125rem 0 0;
}

.page--login .login .box .left form input[type="password"] {
	-ms-border-radius: 0 0 0.3125rem 0.3125rem;
	-o-border-radius: 0 0 0.3125rem 0.3125rem;
	-moz-border-radius: 0 0 0.3125rem 0.3125rem;
	-webkit-border-radius: 0 0 0.3125rem 0.3125rem;
	border-radius: 0 0 0.3125rem 0.3125rem;
}

.page--login .login .box .left form input[type="username"],
.page--login .login .box .left form input[type="password"] {
	float: left;
	width: 100%;
	border: 0.0625rem solid #e9e9e9;
	font-size: 1.125rem;
	line-height: 2;
	padding: 1.25rem 1.25rem 0.625rem 1.25rem;
	font-family: "Helvetica Neue Bold";
	border-left: 0.625rem solid #60b800;
}

.page--login .login .box .left form button {
	width: 60%;
	margin: 5rem 20% 1.25rem 20%;
	color: #ffffff;
	background: #d2d2d2;
	border-color: #d2d2d2;
}

.page--login .login .box .left form button.login_button {
	width: 60%;
	margin: 5rem 20% 1.25rem 20%;
	background-color: #43acff;
	color: white;
}

.page--login .login .box .left form .forgot-link {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 0.6875rem;
	line-height: 1.125rem;
	color: #4a4a4a;
	text-decoration: none;
	transition: 0.4s font-size ease;
}

.page--login .login .box .left form .forgot-link:hover,
.page--login .login .box .left form .forgot-link:focus {
	text-decoration: underline;
	font-size: 1rem;
}

.page--login .login .box .right {
	float: right;
	width: 50%;
	padding: 10rem 3.75rem 0rem 3.75rem;
	position: relative;
	min-height: 43.75rem;
	display: flex;
	flex-direction: column;
}

.page--login .login .box .right p {
	font-size: 1.125rem;
	line-height: 1.4;
	width: 70%;
}

.page--login .login .box .right .logo-board .logo-square {
	float: left;
	width: 12;
	height: auto;
	background: #d2d2d2;
	color: #ffffff;
	text-align: center;
	padding-top: 2.5rem;
	margin-right: 1.25rem;
	margin-bottom: 1.25rem;
}

.page--login .login .box .right .logo-board .ki-square {
	float: left;
	width: 12rem;
	height: 5rem;
	background-image: url("../img/ki_logo.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #ffffff;
	text-align: center;
	padding-top: 2.5rem;
	margin-right: 1.25rem;
	margin-bottom: 1.25rem;
}

.page--login .login .box .right .logo-board .scilifelab-square {
	float: left;
	width: 12rem;
	height: 5rem;
	background-image: url("../img/sll_logo.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #ffffff;
	text-align: center;
	padding-top: 2.5rem;
	margin-right: 1.25rem;
	margin-bottom: 1.25rem;
}

.page--login .login .box .right .logo-board .lehtio-square {
	float: left;
	width: 12rem;
	height: auto;
	background-image: url("../img/lethio_lab_logo.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #ffffff;
	text-align: center;
	padding-top: 2.5rem;
	margin-right: 1.25rem;
	margin-bottom: 1.25rem;
}

.page--login .login .box .right .logo-board .cce-square {
	float: left;
	width: 9.0625rem;
	height: 7.0625rem;
	background-image: url("../img/CCE.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
	text-align: center;
	padding-top: 2.5rem;
	margin-right: 1.25rem;
	margin-bottom: 1.25rem;
}

.page--login .login .box .right .logo-board .Cam-square {
	float: left;
	width: 11.0625rem;
	height: 7.0625rem;
	background-image: url("../img/Cambridge.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
	text-align: center;
	padding-top: 2.5rem;
	margin-right: 1.25rem;
	margin-bottom: 1.25rem;
}

.page--login .login .box .right .logo-board .VHIO-square {
	float: left;
	width: 8.0625rem;
	height: 7.0625rem;
	background-image: url("../img/VHIO.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
	text-align: center;
	padding-top: 2.5rem;
	margin-right: 1.25rem;
	margin-bottom: 1.25rem;
}

.page--login .login .box .right .logo-board .GR-square {
	float: left;
	width: 11.0625rem;
	height: 7.0625rem;
	background-image: url("../img/GR.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
	text-align: center;
	padding-top: 2.5rem;
	margin-right: 1.25rem;
	margin-bottom: 1.25rem;
}

.page--login .login .box .right .logo-board .NKI-square {
	float: left;
	width: 10.0625rem;
	height: 7.0625rem;
	background-image: url("../img/NKI.bmp");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
	text-align: center;
	padding-top: 2.5rem;
	margin-right: 1.25rem;
	margin-bottom: 1.25rem;
}

.page--login .login .box .right .logo-board .DKFZ-square {
	float: left;
	width: 10.0625rem;
	height: 7.0625rem;
	background-image: url("../img/DKFZ.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
	text-align: center;
	padding-top: 2.5rem;
	margin-right: 1.25rem;
	margin-bottom: 1.25rem;
}

.page--login .login .box .right .terms-link {
	color: #fa6332;
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	text-decoration: none;
	font-size: 0.6875rem;
	transition: 0.4s font-size ease;
}

.page--login .login .box .right .terms-link:hover,
.page--login .login .box .right .terms-link:focus {
	text-decoration: underline;
	font-size: 1rem;
}

.page--patient-list .box {
	padding: 0px;
}

.page--patient-list header .table-container {
	display: table;
}

.page--patient-list header .left,
.page--patient-list header .right {
	display: table-cell;
	width: 50%;
	vertical-align: bottom;
}

.page--patient-list header .right .logo {
	position: relative;
	bottom: 0;
	right: 0;
	float: right;
	width: 12.5rem;
	height: 3.4375rem;
	background: url("../img/logo/public/logo-landscape-karolinska-mtb-tone.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 100%;
}

.page--patient-list #patient-list {
	position: relative;
}

.page--patient-list #patient-list .pop-over {
	width: 100%;
	position: absolute;
	z-index: 201;
	display: none;
	padding: 0;
}

.page--patient-list #patient-list .pop-over header {
	margin-bottom: 0;
	padding: 1.25rem;
	background: rgba(67, 172, 255, 0.1);
}

.page--patient-list #patient-list .pop-over header h1 {
	font-size: 1.875rem;
}

.page--patient-list #patient-list .pop-over header button.close-pop-over {
	padding-right: 1.875rem;
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	line-height: 1.25rem;
	border: none;
	background: transparent;
	color: #43acff;
}

.page--patient-list #patient-list .pop-over header button.close-pop-over:after {
	position: absolute;
	right: 0;
	top: 0.75rem;
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	background: url("../img/icons/icon-close.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
}

.page--patient-list #patient-list .pop-over #pop-over--table {
	float: left;
	width: 100%;
}

.page--patient-list #patient-list .pop-over #pop-over--table .pop-over--row {
	float: left;
	width: 100%;
	border-top: 0.0625rem solid #d2d2d2;
	border-bottom: 0.0625rem solid #d2d2d2;
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row.open {
	font-family: "Helvetica Neue Bold";
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row.header {
	font-family: "Helvetica Neue Bold";
	text-align: left;
	font-size: 1.0625rem;
	line-height: 1.3125rem;
	background: rgba(67, 172, 255, 0.1);
	border-top: none;
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row.header
	.pop-over--cell {
	padding-bottom: 1.25rem;
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row:hover:not(.header),
.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row:focus:not(.header) {
	border-top: 0.0625rem solid #43acff;
	border-bottom: 0.0625rem solid #43acff;
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row
	.pop-over--cell {
	float: left;
	position: relative;
	padding: 1.25rem 0;
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row
	.pop-over--cell:first-child {
	padding-left: 2.5rem;
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row
	.pop-over--cell:last-child {
	padding-right: 2.5rem;
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row
	.pop-over--cell.status-id {
	width: 10%;
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row
	.pop-over--cell.status-description {
	width: 40%;
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row
	.pop-over--cell.status-date {
	width: 20%;
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row
	.pop-over--cell.status-user {
	width: 20%;
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row
	.pop-over--cell.status-action {
	width: 10%;
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row
	.pop-over--cell.status-info {
	display: none;
	float: left;
	width: 80%;
	margin-left: 10%;
	font-family: "Helvetica Neue Italic";
	font-size: 1.0625rem;
	line-height: 1.4;
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row
	.pop-over--cell.status-action
	button {
	padding: 0;
	border: none;
	background: transparent;
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row
	.pop-over--cell.status-action
	button
	.chevron {
	float: right;
	width: 1.4375rem;
	height: 1.4375rem;
	background: url("../img/icons/icon-chevron-black-down.svg"),
		linear-gradient(transparent, transparent);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transition: 0.5s rotate ease;
}

.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row
	.pop-over--cell.status-action
	button
	.chevron.open {
	transform: rotate(-180deg);
}

.page--patient-list #patient-list #patient-list--controls {
	padding: 2.5rem 2.5rem 2.5rem 2.5rem;
	padding-bottom: 0rem;
}

.page--patient-list #patient-list #patient-list--controls input {
	padding: 0.625rem;
	border: 0.0625rem solid #e9e9e9;
	box-shadow: inset 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.5),
		0 0.125rem 0 0 rgba(211, 211, 211, 0.5);
	-ms-border-radius: 0.25rem;
	-o-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	float: left;
	height: 42px;
	font-size: 1.0625rem;
}

.page--patient-list #patient-list #patient-list--controls input[type="search"] {
	width: 100%;
	max-width: 27.5rem;
	padding-left: 0.5rem;
	cursor: pointer;
	background-position: 25.625rem;
	background: linear-gradient(transparent, transparent) no-repeat 55.625rem,
		url("../img/icons/icon-search-black.svg") no-repeat calc(100% - 15px)
			center;
	-webkit-appearance: textfield;
}

.page--patient-list
	#patient-list
	#patient-list--controls
	input[type="search"]:focus {
	background: linear-gradient(transparent, transparent) no-repeat 55.625rem,
		none;
}

.page--patient-list #patient-list #patient-list--controls input[type="file"] {
	height: 6%;
}

.page--patient-list #patient-list #patient-list--controls input[type="date"] {
	width: 12rem;
	max-width: 12rem;
}

.page--patient-list #patient-list #patient-list--controls .clear-field {
	float: left;
	border: none;
	background: transparent;
	position: relative;
	left: -1.9375rem;
	top: 0.8125rem;
	width: 1rem;
	height: 1rem;
	background-position: 50% 50%;
	background: url("../img/icons/icon-empty-feeld.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	margin-right: -1rem;
	padding: 0;
}

.page--patient-list #patient-list #patient-list--controls .date-picker {
	float: left;
	margin-left: 2.5rem;
}

.page--patient-list #patient-list #patient-list--controls .date-picker .icon {
	float: left;
	margin: 0.3125rem 0 0 0.5625rem;
	width: 1.6875rem;
	height: 2rem;
	background: url("../img/icons/icon-calendar.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 100%;
}

.page--patient-list
	#patient-list
	#patient-list--controls
	.date-picker
	.date-picker--divider {
	float: left;
	height: 2.8125rem;
	line-height: 2.8125rem;
	margin: 0 1.25rem;
}

#date-from,
#date-to {
	cursor: pointer;
}

#Filter,
.show-all,
#HideScreens {
	background-color: #43acff;
	color: white;
}

#Filter:hover,
.show-all:hover,
#HideScreens:hover,
.page--login .login .box .left form .login_button:hover {
	background-color: #340261;
	/*background-color: #43ACFF;*/
	text-decoration: none;
	transition: 0.2s all ease;
	position: relative;
}

.page--patient-list
	#patient-list
	#patient-list--controls
	.patient-list--buttons {
	padding-right: 150px;
	float: right;
}

.page--patient-list
	#patient-list
	#patient-list--controls
	.patient-list--buttons
	button:first-child {
	margin-right: 1.25rem;
}

.page--patient-list #patient-list #patient-list--controls .patient-list--count {
	float: left;
	width: 100%;
}

.page--patient-list #patient-list #patient-list--table {
	float: left;
	width: 100%;
	display: table;
	border-collapse: collapse;
}

.page--patient-list #patient-list #patient-list--table .patient-list--row {
	display: table-row;
	border-top: 0.0625rem solid #d2d2d2;
	border-bottom: 0.0625rem solid #d2d2d2;
}

.page--patient-list
	#patient-list
	#patient-list--table
	.patient-list--row.header {
	font-family: "Helvetica Neue Bold";
	text-align: left;
	font-size: 1.0625rem;
	line-height: 1.3125rem;
	background: transparent;
	border-top: none;
}

.page--patient-list
	#patient-list
	#patient-list--table
	.patient-list--row.header
	.patient-list--cell {
	padding-bottom: 1.25rem;
}

.page--patient-list
	#patient-list
	#patient-list--table
	.patient-list--row.header
	.patient-list--cell
	span {
	float: left;
	position: relative;
	padding-right: 0.625rem;
}

.page--patient-list
	#patient-list
	#patient-list--table
	.patient-list--row.header
	.patient-list--cell
	span:after {
	content: " ";
	position: absolute;
	top: 50%;
}

.page--patient-list
	#patient-list
	#patient-list--table
	.patient-list--row:nth-child(even) {
	background: #fafafa;
}

.page--patient-list
	#patient-list
	#patient-list--table
	.patient-list--row:hover:not(.header),
.page--patient-list
	#patient-list
	#patient-list--table
	.patient-list--row:focus:not(.header) {
	background: rgba(67, 172, 255, 0.1);
	border-top: 0.0625rem solid #43acff;
	border-bottom: 0.0625rem solid #43acff;
}

.page--patient-list
	#patient-list
	#patient-list--table
	.patient-list--row
	.patient-list--cell {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 0.3125rem 0;
}

.page--patient-list
	#patient-list
	#patient-list--table
	.patient-list--row
	.patient-list--cell:first-child,
.page--patient-list
	#patient-list
	#patient-list--table
	.patient-list--row
	.patient-list--cell:last-child {
	padding-left: 2.5rem;
}

.page--patient-list
	#patient-list
	#patient-list--table
	.patient-list--row
	.patient-list--cell.action
	button {
	color: #d2d2d2;
	line-height: 1.4375rem;
	border: none;
	background: transparent;
}

.page--patient-list
	#patient-list
	#patient-list--table
	.patient-list--row
	.patient-list--cell.action
	button
	.circle {
	float: right;
	width: 1.4375rem;
	height: 1.4375rem;
	margin-left: 0.3125rem;
	background: url("../img/icons/icon-chevron-white-down.svg"),
		linear-gradient(transparent, transparent);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #43acff;
	-ms-border-radius: 6.25rem;
	-o-border-radius: 6.25rem;
	-moz-border-radius: 6.25rem;
	-webkit-border-radius: 6.25rem;
	border-radius: 6.25rem;
}

.page--summary-report header.page-header .left,
.page--summary-report header.page-header .right {
	width: 50%;
}

.page--summary-report header.page-header .left h2 {
	margin-bottom: 1.25rem;
}

.page--summary-report header.page-header .right {
	float: right;
}

.page--summary-report header.page-header .right button {
	float: right;
	margin-bottom: 0.625rem;
}

.page--summary-report header.page-header .right .report-output--date,
.page--summary-report header.page-header .right .report-output--version {
	text-align: right;
	float: right;
	clear: both;
	font-size: 1.125rem;
	line-height: 1.3;
}

.page--summary-report header.page-header .right .report-output--version {
	color: #d2d2d2;
}

.page--summary-report .summary-report--info {
	padding: 2.5rem 2.5rem;
}

.page--summary-report .summary-report--info .left,
.page--summary-report .summary-report--info .right {
	float: left;
	width: 50%;
	padding: 1.25rem;
}

.page--summary-report .summary-report--diagram .left,
.page--summary-report .summary-report--diagram .right {
	float: left;
	width: 50%;
}

.page--summary-report {
	padding: 0rem;
}

.page--summary-report,
.page--summary-report .summary-report--details-outer.open {
	padding: 2.5rem;
}

.welcomepage.page--summary-report{
	padding: 0 2.5rem;
	margin-top: -2rem;
}

.page--summary-report .summary-report--details-outer {
	position: relative;
	padding: 2.5rem 2.5rem 0 2.5rem;
	border-top: 0.125rem solid #d2d2d2;
}

.page--summary-report .summary-report--details-outer .summary-report--details {
	float: left;
	width: 100%;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row {
	float: left;
	width: 100%;
	border-top: 0.0625rem solid #d2d2d2;
	border-bottom: 0.0625rem solid #d2d2d2;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row.header {
	font-family: "Helvetica Neue Bold";
	text-align: left;
	font-size: 1.0625rem;
	line-height: 1.3125rem;
	border-top: none;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row.header
	.summary-report--details--cell {
	padding-bottom: 1.25rem;
	cursor: default;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row.header
	.summary-report--details--cell
	.arrow-box,
.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row.header
	.summary-report--details--cell
	.arrow-box-low,
.questionmark .arrow-box,
.questionmark .arrow-box-low,
.arrow-box,
.arrow-box-low,
.effect-title .arrow-box,
.effect-title .arrow-box-low,
.pipeline-version-infobox .arrow-box,
.pipeline-version-infobox .arrow-box-low,
.multi_gene_button .arrow-box-low,
.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row.header
	.action:after,
.page--patient-list
	#patient-list
	.pop-over
	#pop-over--table
	.pop-over--row.header
	.action:after,
.InactiveEntry,
.page--patient-list,
.page--login,
.hide_feature,
.hidden,
nav .menu-controls button#menu-toggle span,
.page--patient-list
	#patient-list
	#patient-list--table
	.patient-list--row.header
	.action:after {
	display: none;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row.header
	.summary-report--details--cell:hover
	.arrow-box,
.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row.header
	.summary-report--details--cell:hover
	.arrow-box-low,
.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row.header
	.summary-report--details--cell:focus
	.arrow-box,
.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row.header
	.summary-report--details--cell:focus
	.arrow-box-low,
.arrow-box,
.arrow-box-low,
.effect-title:hover .arrow-box,
.effect-title:hover .arrow-box-low,
.effect-title:focus .arrow-box,
.effect-title:focus .arrow-box-low,
.pipeline-version-infobox:hover .arrow-box,
.pipeline-version-infobox:hover .arrow-box-low,
.multi_gene_button:hover .arrow-box-low,
.questionmark:hover div,
.show,
.reported-effect--source:hover .arrow-box,
.ActiveEntry {
	display: block;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row:hover:not(.header),
.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row:focus:not(.header) {
	background: rgba(67, 172, 255, 0.1);
	border-top: 0.0625rem solid #43acff;
	border-bottom: 0.0625rem solid #43acff;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row
	.summary-report--details--cell {
	float: left;
	position: relative;
	padding: 1.25rem 0;
	margin-right: 1%;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row
	.summary-report--details--cell.status-xsmall {
	width: 6%;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row
	.summary-report--details--cell.status-vaf {
	width: 8%;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row
	.summary-report--details--cell.status-medium {
	width: 10%;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row
	.summary-report--details--cell.status-impact {
	width: 11%;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row
	.summary-report--details--cell.status-maf {
	width: 13%;
	padding-right: 2.5rem;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row
	.summary-report--details--cell.status-id {
	padding-left: 2.5rem;
	width: 14%;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row
	.summary-report--details--cell.status-large {
	width: 16%;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row
	.summary-report--details--cell.status-wide {
	width: 20%;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row
	.summary-report--details--cell.status-effect {
	width: 20%;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row
	.summary-report--details--cell
	.details--row {
	float: left;
	width: 100%;
	line-height: 1.5;
}

.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row
	.summary-report--details--cell
	.details--row
	.details--data,
.page--summary-report
	.summary-report--details-outer
	.summary-report--details
	.summary-report--details--row
	.summary-report--details--cell
	.details--row
	.details--label {
	float: left;
	width: 50%;
}

.page--summary-report .summary-report--gene-view {
	float: left;
	width: 100%;
	padding: 0;
	margin-right: 0;
}

.page--summary-report .summary-report--gene-view header {
	float: left;
	width: 100%;
	padding: 2.5rem;
}

.page--summary-report .summary-report--gene-view header h2 span {
	color: #9ba0a5;
}

.page--summary-report .summary-report--gene-view .summary-report--details p {
	font-size: 1.125rem;
	padding: 2.5rem;
	width: 70%;
	margin: 0;
}

.page--summary-report
	.summary-report--gene-view
	.summary-report--details
	.summary-report--diagram
	p {
	font-size: 1.125rem;
	padding: 0.5rem;
	width: 70%;
	margin: 0;
}

.page--summary-report
	.summary-report--gene-view
	.summary-report--details
	.summary-report--diagram {
	padding: 2.5rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
}

.page--summary-report
	.summary-report--gene-view
	.summary-report--details
	.variants {
	padding: 2.5rem;
}

.page--summary-report
	.summary-report--gene-view
	.summary-report--details
	.variants
	.summary-report--info {
	padding: 0;
}

.page--summary-report
	.summary-report--gene-view
	.summary-report--details
	.variants
	.summary-report--info
	h3
	span {
	font-weight: normal;
}

.page--summary-report
	.summary-report--gene-view
	.summary-report--details
	.variants
	.summary-report--info
	h2 {
	margin-top: 1.25rem;
	padding-left: 1.25rem;
}

.page--summary-report
	.summary-report--gene-view
	.summary-report--details
	.variants
	.summary-report--info
	.mutation-status {
	font-size: 1.125rem;
}

.page--summary-report
	.summary-report--gene-view
	.summary-report--details
	.variants
	.summary-report--info
	.right
	.info-data {
	font-family: "Helvetica Neue";
}

.summary-report--info.box .row.reportswitch {
	padding-top: 1rem;
}

.pagination {
	display: inline-block;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}

.pagination a.active {
	background-color: #4caf50;
	color: white;
	border-radius: 5px;
}

.pagination a:hover:not(.active) {
	background-color: #ddd;
	border-radius: 5px;
}

.TreeFixedHeightContainer {
	height: 305px;
	width: 432px;
	padding: 3px;
	background: grey;
}

.TreeContent {
	height: 300px;
	overflow: auto;
	background: #fff;
}

.inputfile {
	width: 0.1px;
	height: 0.3px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	font-size: 10px;
}

.page--summary-report header .left .logoPublic,
.page--patient-list header .left .logoPublic {
	bottom: 0;
	right: 0;
	float: left;
	width: 12.5rem;
	height: 3.4375rem;
	background: url("../img/logo/public/logo-landscape-karolinska-mtb-tone.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 100%;
}

.page--summary-report footer .ki {
	bottom: 0;
	right: 0;
	width: 12.5rem;
	height: 6.4375rem;
	background: url("../img/ki.png"), linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 100%;
}

.page--summary-report footer .scilifelab {
	bottom: 0;
	right: 0;
	width: 12.5rem;
	height: 6.4375rem;
	background: url("../img/sll_green_bg_white.jpg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 100%;
}

.page--summary-report footer .lehtio {
	bottom: 0;
	right: 0;
	width: 12.5rem;
	height: 6.4375rem;
	background: url("../img/lehtio.png"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 100%;
}

.page--summary-report footer .cce {
	bottom: 0;
	right: 0;
	width: 12.5rem;
	height: 6.4375rem;
	background: url("../img/CCE.png"), linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 100%;
}

.welcome-popup .arrow-box,
.welcome-popup .arrow-box-low {
	position: absolute;
	text-align: left;
	color: black;
	width: 56.125rem;
	top: 2rem;
	bottom: unset;
	left: -23rem;
}

.welcome-popup {
	position: relative;
}

.gene_name_box {
	background-color: #43acff;
	font-weight: bold;
	color: white;
	border: none;
	background-color: transparent;
	transition: 0.2s all ease;
}

.gene_name_box:hover {
	text-decoration: underline;
}

.gene_box_popup {
	width: 60%;
	min-height: fit-content;
    max-height: 80%;
	position: fixed;
	overflow-y: auto;
	top: 10%;
	right: 1%;
	text-align: left;
	color: black;
	z-index: 1000;
	background: #ffffff;
	border: 0.0625rem solid #d2d2d2;
	border-radius: 0.5rem;
}

.gene_box_popup p {
	font-size: 1.0625rem;
}

.Otherpage .arrow-box,
.Otherpage .arrow-box-low {
	position: absolute;
	text-align: left;
	color: black;
	width: 40rem;
	top: 2rem;
	bottom: unset;
	left: -18rem;
	max-height: 30rem;
	overflow-y: auto;
}

.Otherpage .arrow-box.widepopup,
.Otherpage .arrow-box-low.widepopup {
	width: 60rem;
	left: -28rem;
}

.Otherpage {
	position: relative;
	display: inline-block;
}

.Sequencing .arrow-box,
.Sequencing .arrow-box-low {
	position: absolute;
	text-align: left;
	color: black;
	width: 38.125rem;
	top: 2rem;
	bottom: unset;
	left: -20rem;
}

.Sequencing {
	position: relative;
}

.page--summary-report .container .container .summary-report--info input {
	padding: 0.625rem;
	border: 0.0625rem solid #e9e9e9;
	box-shadow: inset 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.5),
		0 0.125rem 0 0 rgba(211, 211, 211, 0.5);
	-ms-border-radius: 0.25rem;
	-o-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	float: left;
	height: 42px;
	font-size: 1.0625rem;
}

nav .menu-controls .logoPublic {
	float: left;
	width: 2.5rem;
	height: 2.5rem;
	background: url("../img/logo/mtbp_menu_logo.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 9.375rem 2.5rem;
	transition: 0.5s all ease;
}

nav .menu-controls .logoPublic {
	float: left;
	width: 9.375rem;
	height: 2.5rem;
}

nav .userPublic {
	padding: 1.25rem;
}

nav .userPublic .user-icon {
	float: left;
	width: 1.875rem;
	height: 1.875rem;
	background: url("../img/icons/icon-user.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
}

nav .userPublic .user-info {
	float: right;
	width: calc(100% - 3.125rem);
}

nav .userPublic .user-info .user-name {
	font-size: 1.125rem;
}

nav .userPublic .user-info .user-title {
	font-size: 0.8125rem;
}

.page--login .login .box .left .logoPublic {
	position: absolute;
	top: 1.25rem;
	left: 1.25rem;
	width: 20.5rem;
	height: 6.4375rem;
	background: url("../img/logo/public/logo-landscape-karolinska-mtb-tone.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 100%;
}

.page--patient-list header .right .logoPublic {
	position: relative;
	bottom: 0;
	right: 0;
	float: right;
	width: 12.5rem;
	height: 3.4375rem;
	background: url("../img/logo/public/logo-landscape-karolinska-mtb-dark.svg"),
		linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 100%;
}

.page--summary-report .container .summary-report--info input {
	padding: 0.625rem;
	border: 1px solid black;
	-ms-border-radius: 0.25rem;
	-o-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	float: left;
	height: 35px;
	font-size: 1.0625rem;
}

.page--summary-report .container .summary-report--info input[type="file"] {
	height: 30%;
}

.welcomepage .summary-report--info {
	padding-bottom: 0rem;
}

.page--summary-report.welcomepage header .right {
	float: right;
	width: 14rem;
	height: 3.4375rem;
}

.page--summary-report.welcomepage .info-box {
	width: 70%;
	margin: auto;
}

.welcomepage .summary-report--info h1 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.welcomepage .summary-report--info h2 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.welcomepage .summary-report--info a {
	font-weight: bold;
	color: #43acff;
}

.welcomepage .summary-report--info a:hover {
	cursor: pointer;
	color: #340261
}

.welcomepage .summary-report--info .info {
	font-size: 18px;
	text-align: center;
	width: 70%;
	margin: 40px auto 10px auto;
}

.page--summary-report.welcomepage .links {
	text-align: center;
	width: 100%;
}

.page--summary-report .links .linkPublicBold {
	background: #f96334;
	color: #fff;
	padding: 10px 20px;
	border: 2px #f96334 solid;
	margin-right: 20px;
	text-decoration: none;
}

.page--summary-report .links .linkPublic {
	background: #fff;
	color: #f96334;
	padding: 10px 20px;
	border: 2px #f96334 solid;
	text-decoration: none;
}

.page--summary-report .links .linkPublic:hover {
	position: relative;
	background: #340261;
	border: 2px #340261 solid;
	font-weight: bold;
	color: white;
}

.page--summary-report .links .linkPublicBold:hover {
	background: #340261;
	border: 2px #340261 solid;
	font-weight: bold;
	color: white;
}

.welcomepage .summary-report--info.col-2 {
	width: 49%;
	float: left;
	margin-right: 2%;
	min-height: 350px;
}

.welcomepage .summary-report--info.col-2:last-child {
	margin-right: 0;
}

.welcomepage .summary-report--info.col-2 .info,
.page--summary-report.welcomepage .col-2 .info-box {
	width: 100%;
}

.icon-1 {
	background: url(../img/icons/png/icon1.png) no-repeat center;
	width: 50px;
	height: 50px;
	margin: auto;
	margin-bottom: 20px;
}

.icon-2 {
	background: url(../img/icons/png/icon2.png) no-repeat center;
	width: 50px;
	height: 50px;
	margin: auto;
	margin-bottom: 20px;
}

.welcomepage .summary-report--info .btn-link {
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}

.welcomepage .summary-report--info p {
	line-height: 1.5rem;
	clear: both;
}

.datatable.arrow-box .datapopup-button,
.vartable.arrow-box .datapopup-button,
.datatable.arrow-box-low .datapopup-button,
.vartable.arrow-box-low .datapopup-button {
	float: right;
	text-align: right;
	width: 30px;
	height: 30px;
	margin-bottom: 20px;
	position: sticky
}

.datatable.arrow-box .datapopup-button, .datapopup-button {
	position: sticky;
    top: 8px;
    right: 7px;
}

.summary-report--info .btn-close {
	background: url(../img/icons/icon-close-popupnew.svg) no-repeat center;
	width: 30px;
	height: 30px;
	display: block;
	font-size: 0;
	overflow: hidden;
	border: none;
}

footer {
	margin-top: 20px;
	float: left;
	width: 100%;
}

footer p {
	font-size: 14px;
	width: 100%;
	clear: both;
	text-align: center;
}

footer .logos {
	width: 100%;
	margin: 40px auto;
	text-align: center;
}

footer .logos div {
	display: inline-block;
	margin-right: 20px;
}

.toggle_trx {
	cursor: pointer;
}

.datatable.arrow-box .datapopup-button .toggle_trx:last-child,
.vartable.arrow-box .datapopup-button .toggle_trx:last-child,
.datatable.arrow-box-low .datapopup-button .toggle_trx:last-child,
.vartable.arrow-box-low .datapopup-button .toggle_trx:last-child,
.gene_box_popup .datapopup-button .toggle_trx:last-child {
	background: url(../img/icons/icon-close-popupnew.svg) no-repeat center;
	width: 30px;
	height: 30px;
	display: block;
	font-size: 0;
	overflow: hidden;
	border: none;
	cursor: pointer;
	float: right;
}

.report-output--version .gene_box_popup .datapopup-button .toggle_trx {
	top: 10px;
	left: -10px;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: none;
}

.btn {
	cursor: pointer;
	background-color: #43acff;
	color: white;
	transition: 0.2s all ease;
}

.btn:hover {
	background-color: #340261;
	-ms-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
}

.btn-close {
	cursor: pointer;
	border: none;
}

.btn-close:hover {
	filter: invert(1);
}

/* a (hacky) fix for old reports, offsets the padding from .datapopup-box */
.btn-margin-fix {
	margin-top: -2.3rem;
	margin-right: -2.3rem;
}

.stand_vari_c1 {
	width: 12%;
}

.stand_vari_c2 {
	width: 11%;
	display: inline-block;
	gap: 5px;
}

.stand_vari_c3 {
	width: 10%;
}

.stand_vari_c4 {
	width: 20%;
}

.stand_vari_c5 {
	width: 14%;
}

.stand_vari_c6 {
	width: 26%;
}

.stand_vari_c1_ni {
	width: 12%;
}

.stand_vari_c2_ni {
	width: 16%;
}

.stand_vari_c3_ni {
	width: 22%;
}

.stand_biom_c1 {
	width: 12%;
}

.stand_biom_c2 {
	width: 12%;
	display: inline-block;
	gap: 5px;
}

.stand_biom_c3 {
	width: 19%;
}

.stand_biom_c4 {
	width: 24%;
}

.stand_biom_c5 {
	width: 28%;
}

.stand_biom_l_c1 {
	width: 12%;
}

.stand_biom_l_c2 {
	width: 12%;
	display: inline-block;
	gap: 5px;
}

.stand_biom_l_c3 {
	width: 10%;
}

.stand_biom_l_c4 {
	width: 17%;
}

.stand_biom_l_c5 {
	width: 22%;
}

.stand_biom_l_c6 {
	width: 21%;
}

.dropin_vari_c1 {
	width: 12%;
}

.dropin_vari_c2 {
	width: 12%;
	display: flex;
	gap: 5px;
}

.dropin_vari_c3 {
	width: 21%;
}

.dropin_vari_c4 {
	width: 20%;
}

.dropin_vari_c5 {
	width: 26%;
}

.dropin_vari_c5_alt {
	width: 14%;
}

.dropin_vari_c6_alt {
	width: 26%;
}

.dropin_biom_c1 {
	width: 12%;
}

.dropin_biom_c2 {
	width: 12%;
	display: flex;
	gap: 5px;
}

.dropin_biom_c3 {
	width: 11%;
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.dropin_biom_c4 {
	width: 26%;
}

.dropin_biom_c5 {
	width: 27%;
}

.dropin_biom_l_c1 {
	width: 12%;
}

.dropin_biom_l_c2 {
	width: 12%;
	display: flex;
	gap: 5px;
}

.dropin_biom_l_c3 {
	width: 13%;
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.dropin_biom_l_c4 {
	width: 13%;
}

.dropin_biom_l_c5 {
	width: 20%;
}

.dropin_biom_l_c6 {
	width: 23%;
}

.pub_vari_c1 {
	width: 12%;
}

.pub_biom_c1 {
	width: 12%;
}

.pub_vari_c2 {
	width: 10%;
	display: flex;
	gap: 5px;
}

.pub_biom_c2 {
	width: 10%;
	display: flex;
	gap: 5px;
}

.pub_vari_c3 {
	width: 14%;
	line-height: 25px;
}

.pub_biom_c3 {
	width: 14%;
}

.pub_vari_c4 {
	width: 28%;
}

.pub_biom_c4 {
	width: 26%;
}

.pub_vari_c5 {
	width: 28%;
}

.pub_biom_c5 {
	width: 33%;
}

.pub_biom_l_c1 {
	width: 12%;
}

.pub_biom_l_c2 {
	width: 9%;
	display: flex;
	gap: 5px;
}

.pub_biom_l_c3 {
	width: 14%;
}

.pub_biom_l_c4 {
	width: 17%;
}

.pub_biom_l_c5 {
	width: 21%;
}

.pub_biom_l_c6 {
	width: 20%;
}

/* For the CMS.php page */

.news_container {
	display: inline-flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.misc_container {
	display: inline-flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}

.news_create,
.news_edit,
.faq_create {
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.query_box {
	width: 100%;
}

.old_news_title,
.faq_question_query {
	width: 75%;
}

.query_button {
	background-color: blue;
	color: white;
	width: 25%;
}

.news_add_title,
.news_edit_title {
	width: 100%;
}

.news_add_authour,
.news_add_img,
.news_edit_authour,
.news_edit_image {
	width: 45%;
}

.news_edit {
	width: 45%;
}

.submit_section,
.faq_section_cont,
.faq_submit_section {
	display: inline-block;
	width: 100%;
}

.delete_section,
.faq_delete_section {
	padding-top: 10px;
	width: 100%;
}

.news_del_title,
.faq_del {
	width: 60%;
}

/* For the FAQ page */
.title_cont {
	width: 80%;
	height: 100%;
	display: inline-block;
	padding: 3px 3px 3px 3px;
}

.collapsible p {
	color: black;
	font-size: 1.5em;
	transition: color 0.2s ease-out;
}

.faq_headers {
	padding-left: 10%;
	margin-bottom: -15px;
	font-size: 18px;
	font-weight: 600;
}

.container .note_text {
	padding-bottom: 20px;
	font-size: 1.2em;
	padding-left: 10px;
	margin-left: 5%;
}

/* For the News page */
.news_authour {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

.news_title {
	color: black;
	font-size: 1.5em;
	transition: color 0.2s ease-out;
}

.post_details {
	font-size: 1.1em;
	color: black;
	transition: color 0.2s ease-out;
	margin-top: -25px;
}

.title_cont {
	width: 80%;
	height: 100%;
	display: inline-block;
	padding: 3px 3px 3px 3px;
}

.content {
	padding: 0 18px;
	width: 90%;
	margin-left: 5%;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #f1f1f1;
	margin-bottom: 10px;
	position: relative;
}

.content_text {
	font-size: 1em;
	padding-left: 10%;
	padding-right: 10%;
}

.news_image {
	text-align: center;
	width: 80%;
	height: auto;
	position: relative;
	display: block;
	margin-top: -10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.sec_title {
	font-size: 3em;
	text-decoration: underline;
	color: #fa6332;
	padding-bottom: 3px;
	text-align: center;
}

.note_text {
	padding-bottom: 20px;
	font-size: 1.2em;
	padding-left: 10px;
	display: inline;
}

/* For News & FAQ expandable buttons */
.collapsible {
	background-color: #f1f1f1;
	cursor: pointer;
	width: 90%;
	max-height: 200px;
	margin-left: 5%;
	outline: none;
	transition: background-color 0.3s ease-out;
	display: inline-block;
}

.collapsible.active {
	background-color: #fa6332;
}

.expander_cont {
	width: 10%;
	height: 100%;
	max-height: 7%;
	float: right;
	display: inline-black;
	position: relative;
	background-color: transparent;
}

.expander_button {
	float: right;
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 50px;
	cursor: pointer;
	border: 0;
	outline: 0;
	padding-right: 50px;
	display: inline-black;
}

.expander_button.active {
	background-color: transparent;
}

.expander_cont.active {
	background-color: transparent;
}

.plus {
	color: black;
	width: 80px;
	height: 80px;
	line-height: 50px;
	position: absolute;
	padding: 20px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	transition: 0.3s all ease-out;
	opacity: 1;
	transform: rotate(0deg);
}

.minus {
	color: white;
	width: 80px;
	height: 80px;
	line-height: 50px;
	position: absolute;
	padding: 20px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	transition: 0.3s all ease-out;
	opacity: 0;
	transform: rotate(-90deg);
}

button.active .plus {
	opacity: 0;
	transform: rotate(90deg);
	color: white;
}

button.active .minus {
	opacity: 1;
	transform: rotate(0deg);
	color: white;
}

.active,
.collapsible:hover {
	background-color: #fa6332;
	color: white;
}

.collapsible:hover p {
	color: white;
}

.collapsible:hover .plus {
	color: white;
}

button.active .title_cont p {
	color: white;
}

/* For the About page */
.about_content_box {
	display: flex;
	height: 100%;
}

.staff_list {
	flex-grow: 1;
	position: relative;
}

.staff_email {
	font-size: 0.7em;
	margin-bottom: -20px;
	margin-top: -4px;
}

.institution_list {
	float: right;
	padding-right: 10%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.instit_logo {
	width: 400px;
	height: auto;
}

/* For the Welcome page */
.cbp_button {
	width: 150px;
	float: left;
	position: relative;
	border-radius: 20px;
	background: #fa6332;
	cursor: pointer;
	text-decoration: none;
	display: block;
	padding: 15px 20px 15px 20px;
	text-align: center;
	font-size: 22px;
}

.cbp_button:hover {
	background: #4caf50;
	text-decoration: none;
}

/* For the Report page */
header h1.row {
	width: 88%;
}

header h2.row {
	width: 88%;
}

#BoxVCFFile {
	width: 50%;
	float: right;
	text-align: center;
	font-size: 30px;
}

#BoxManual {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 30px;
}

.ActiveBox {
	background-color: #43acff;
	border: 4px solid #43acff;
	color: #fff;
	cursor: default;
}

.InactiveBox {
	background-color: #fff;
	border: 4px solid #43acff;
	color: #43acff;
	cursor: pointer;
	transition: 0.2s all ease;
}
.InactiveBox:hover {
	background-color: #fff;
	border: 4px solid #340261;
	color: #340261;
	cursor: pointer;
}

#hg37,
#hg38,
#fileToUpload {
	cursor: pointer;
}

#ExampleLoad {
	color: #43acff;
	cursor: pointer;
	text-decoration: none;
}

#ExampleLoad:hover {
	text-decoration: underline;
	color: #340261;
}

#AnalyseSubmit {
	background-color: #43acff;
	color: white;
	font-size: 40px;
	height: 70px;
	cursor: pointer;
	position: relative;
	left: 20%;
	top: 30px;
	transition: 0.2s all ease;
	margin-bottom: 30px;
}

#AnalyseSubmit:hover {
	background-color: #340261;
	border: none;
	-ms-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
	box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
}

.VCFupload {
	background-color: #43acff;
	color: white;
	font-weight: bold;
}

/* BEGIN Things for the ipcm-version on Cloud */
.dropbtn {
	background-color: #fa6332;
	color: white;
	padding: 16px;
	font-size: 20px;
	border: none;
	cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
	background-color: #43acff;
}

.dropdown {
	float: right;
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	/* background-color: #f1f1f1; */
	background-color: #d3d3d3;
	min-width: 100%;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	right: 0;
	z-index: 1;
	padding: 5px 10px 10px 5px;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {
	background-color: #ddd;
}

.dropdown_header {
	color: white;
	background-color: #fa6332;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: 3%;
}

.first_dropdown_header {
	color: white;
	background-color: #fa6332;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: 0%;
}

.dropdown_header_notes {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: 3%;
}

.filter_table {
	width: 600px;
}
.filter_table tr {
	width: 100%;
	display: inline-block;
}

.filter_table .var_headers {
	align-items: center;
	width: 100%;
}

.filter_table .var_headers .var_check {
	display: inline-block;
	width: 12%;
}

.filter_table .var_headers .var_gene {
	margin-left: -5px;
	display: inline-block;
	width: 20%;
}

.filter_table .var_headers .var_mut {
	margin-left: -5px;
	display: inline-block;
	width: 38%;
}

.filter_table .var_headers .var_orig {
	margin-left: -5px;
	display: inline-block;
	width: 30%;
}

.filter_table tr .var_check {
	width: 12%;
	display: inline-block;
	text-align: left;
}

.filter_table tr .var_gene {
	margin-left: -5px;
	width: 20%;
	display: inline-block;
	text-align: center;
}

.filter_table tr .var_mut {
	margin-left: -5px;
	width: 38%;
	display: inline-block;
	text-align: center;
}

.filter_table tr td.var_orig {
	margin-left: -5px;
	width: 30%;
	display: inline-block;
	text-align: center;
}

.variant_notes {
	align-items: center;
	margin: 0% 5% 0% 5%;
	width: 90%;
	max-width: 550px;
	height: 200px;
}

.variant_submit_section {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 2px;
}

.variant_submit {
	font-size: 20px;
	background-color: #fa6332;
	color: white;
	position: relative;
	border: none;
	cursor: pointer;
	padding: 12px 16px;
}

/* Scrollable list of checkboxes. */
.checkboxbox {
	border: 2px solid black;
	max-height: 200px;
	overflow-y: scroll;
}

.multi-gene-hit {
	display: flex;
	padding-left: 0.3125rem;
	gap: 5px;
}

.report-output--version .Otherpage {
	display: inline-block;
}

.changepassbutton {
	font-size: 24px;
	margin-bottom: 0px;
	padding: 8px;
	cursor: pointer;
}

.cloudWarning {
	text-align: left;
	width: 70%;
	font-weight: bold;
}

/* History popup */

.historyHeader {
	font-size: 30px;
}

.patienrGridHistory {
	color: #43acff !important
}

.patienrGridHistory:hover {
	color: #340261 !important;
}

.historyEntry {
	padding-bottom: 10px;
	padding-top:10px;
	border-top: 0.0625rem solid #d2d2d2;
	border-bottom: 0.0625rem solid #d2d2d2;
}

.historyEntry:hover {
	background-color: #f1f1f1;
}	

.historyEntryMain {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.historyId {
	text-align: center;
	width: 5%;
}

.historyEvent {
	width: 50%
}

.historyDate {
	width: 30%
}

.historyUser {
	width: 15%;
}

.historyNotes {
	padding-left: 5%;
	width: 100%;
	font-style: italic;
	padding-top:5px;
	line-height: 20px;
}

.omics-selector-box {
    max-width: 90.9375rem;
    float: none !important;
	width: 80%;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
}

.genomics-selection {
	border-left: 4px solid #43acff;
	border-bottom: 4px solid #43acff;
	border-top: 4px solid #43acff;
}

.proteomics-selection {
	width: 50%;
	height: 100%;
	justify-content: space-between;
	text-align: center;
	font-size: 70px;
	border-right: 4px solid #43acff;
	border-bottom: 4px solid #43acff;
	border-top: 4px solid #43acff;
}

.proteomics-subtype-box {
	font-size: 50px;
}

.proteomics-cancer-selection {
	font-size: 24px;
}

.omics-selector-box>.active {
	background-color: #43acff;
	color: white;
}

.omics-selector-box>.inactive {
	background-color: white;
	color: #43acff;
}

.omics-selection {
	width: 50%;
	height: 100%;
	justify-content: space-between;
	text-align: center;
	font-size: 70px;
	cursor: pointer;
}


.cancer-selected {
	background-color: #f0f0f0;
}
.cancer-unselected {
	background-color: #fff;
}

.cancer-selector-items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.cancer-selector-items>div {
	display: flex;
	align-items: center;
}

.selection-box {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.selection-box .checkmark {
    font-size: 20px;
    color: #43acff;
    display: none; /* Hidden by default */
}

.selection-box.selected .checkmark {
    display: block; /* Show checkmark when selected */
}

.ac-selection-box {
    width: 25px;
	height: 25px;
    border: 2px solid #BF00FF;
	margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.ac-selection-box > .checkmark {
    font-size: 20px;
    color: #BF00FF;
    display: none; /* Hidden by default */
}

.ac-selection {
	cursor: pointer;
}

.sqcc-selection-box {
    width: 25px;
	height: 25px;
    border: 2px solid #FF0004;
	margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.sqcc-selection-box > .checkmark {
    font-size: 20px;
    color: #FF0004;
    display: none; /* Hidden by default */
}

.sqcc-selection {
	cursor: pointer;
}

.lcc-selection-box {
    width: 25px;
	height: 25px;
    border: 2px solid #009520;
	margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.lcc-selection-box > .checkmark {
    font-size: 20px;
    color: #009520;
    display: none; /* Hidden by default */
}

.lcc-selection {
	cursor: pointer;
}

.lcnec-selection-box {
    width: 25px;
	height: 25px;
    border: 2px solid #0086BF;
	margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.lcnec-selection-box > .checkmark {
    font-size: 20px;
    color: #0086BF;
    display: none; /* Hidden by default */
}

.lcnec-selection {
	cursor: pointer;
}

.sclc-selection-box {
    width: 25px;
	height: 25px;
    border: 2px solid #C7003F;
	margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.sclc-selection-box > .checkmark {
    font-size: 20px;
    color: #C7003F;
    display: none; /* Hidden by default */
}

.sclc-selection {
	cursor: pointer;
}

.report-active {
	display: block;
}

.report-inactive {
	display: none;
}

.signatureText {
	font-size: 24px;
	display: inline-block;
	align-items: center;
	cursor: pointer;
}

.sample-selected-holder {
    background-color: #fa6332;
    transition: 0.2s all ease;
    padding: 0.3rem;
    border-radius: 10px;
    height: inherit;
}

.selected-sample {
	color:white !important;
	cursor: default;
	font-family: "Helvetica Neue Bold";
}

.selected-sample:hover {
	cursor: pointer;
	text-decoration: underline;
}

.selected-sample.disabled-sample:hover {
	cursor: unset;
	text-decoration: unset;
}

pre {
	border: 1px dotted #0d3349;
	padding: 10px;
	font-family: monospace;
}

.gene_tab_list {
	margin-bottom: 30px;
	border-bottom: 1px solid #c5c5c5;
}

.gene_tab_list a {
	position: relative;
	border: 0.1rem solid;
	border-color: #c5c5c5 !important;
	background-color: #ffffff !important;
	color: #c5c5c5 !important;
	font-size: 22px;
	line-height: 45px;
	font-weight: normal !important;
	transition: none !important;
	border-radius: 0.1875rem 0.1875rem 0 0 !important;
	padding: 10px 20px !important;
	margin-left: 5px;
	text-decoration: none;
	top: 1px !important;
}

.gene_tab_list a:hover {
	box-shadow: none !important;
	top: 1px !important;
	left: auto !important;
	color: #000000 !important;
}

.gene_tab_list a.active {
	background-color: #ffffff !important;
	border-bottom: 1px solid #ffffff !important;
	color: #000000 !important;
}

.gene_tab_content {
	display: none;
}

.gene_tab_content.show {
	display: block;
}

.popup-rearrangement-table {
	width: 100%;
	border-spacing: 0;
}

.popup-rearrangement-table th {
	text-align: left;
	background-color: #f1f1f1;
	padding: 5px 10px;
}

.popup-rearrangement-table td {
	text-align: left;
	padding: 5px 10px;
}

.popup-rearrangement-table tr:hover td {
	background-color: #FFE9CA;
}

.popup-rearrangement-table td.popup-rearrangement-table-gene {
	white-space: nowrap;
}

.withDot {
	padding-left: 20px;
}

.withDot:before {
	position: absolute;
	content: '\25A0';
	margin-top: -2px;
	margin-left: -20px;
}

.hide {
	display: none;
}

.toggleContent {
	padding: 10px;
	background-color: #f1f1f1;
	line-height: 22px;
}

.link:visited {
	color: #43acff;
}

.ajaxLoader {
	display: block;
	width: 50px;
	height: 50px;
	margin: 100px auto;
}

.genomic-report-filters {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 10px;
	font-size: 20px;
}

.genomic-report-filters>div {
	display: flex;
	align-items: center;
}

.remove-noncancergenes-selection {
	cursor: pointer;
}

.remove-noncancergenes-selection-box {
	width: 25px;
	height: 25px;
	border: 2px solid #43acff;
	margin-right: 10px;
	cursor: pointer;
}

.row-visible {
	display: flex;
}

.row-invisible {
	display: none;
}

.violin-plot {
	flex: 1 1 45%; /* Allow each item to grow and shrink, with a base width of 45% */
		max-width: 45%; /* Ensure the maximum width is 45% */
		box-sizing: border-box; /* Include padding and border in the element's total width and height */
		margin: 5px; /* Add some margin between items */
}

.axis path,
.axis line {
	fill: none;
	shape-rendering: crispEdges;
}

@page {
size: A3 landscape;
margin: 0;
}

.gene-button {
	display: inline-block;
	margin: 5px;
	padding: 5px 10px;
	border-radius: 15px;
	background-color: #007bff;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	position: relative;
}

.gene-button:hover {
	background-color: #0056b3;
}

.remove-cross {
	margin-left: 10px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.remove-cross:hover {
	color: red;
}

.dropdown-container {
margin-top: 20px;
text-align: left;
}

.dropdown-proteomics {
	position: relative;
	display: inline-block;
	width: 100%;
}

.dropdown-button-container {
	display: flex;
	align-items: center;
	position: relative;
	width: 30%;
}


.dropdown-button {
	background-color: #f1f1f1;
	color: black;
	padding: 10px;
	width: 100%;
	border: 1px solid #ccc;
	cursor: pointer;
	text-align: left;
	box-sizing: border-box;
	border-radius: 4px;
}

.dropdown-button:focus {
	outline: none;
	border-color: #007bff;
}

.dropdown-arrow {
	position: absolute;
	right: 10px;
	pointer-events: none;
	font-size: 20px;
}

.protein-dropdown-content {
	position: absolute;
	background-color: #f9f9f9;
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 1;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.dropdown-item {
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}

.dropdown-item:last-child {
	border-bottom: none;
}

.dropdown-item:hover {
	background-color: #ddd;
}

#selected-genes-container {
	margin-top: 50px;
}

#selected-genes {
	display: flex;
	flex-wrap: wrap;
}

.gene-button {
	display: inline-block;
	margin: 5px;
	padding: 5px 10px;
	border-radius: 15px;
	background-color: #007bff;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	position: relative;
}