@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto+Condensed");
*,
::after,
::before {
  box-sizing: border-box;
}

body, html{
  webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "kern" on, "liga" on, "calt" on, "onum", "pnum";
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  padding: 0;

}
a {
  color: #1e85c9;
}
.vertical-nav {
  position: fixed;
  background:white;
  box-shadow: 0 0 40px #00000021;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 70px;
}
.vertical-nav li {
  list-style: none;
  display: block;
  width: 100%;
  border-bottom: solid 1px #f2f5ff;
  text-align: center;
  position: relative;
  flex-grow: 1;
  align-items: stretch;
  display: flex;
}
.vertical-nav li:last-child {
  border: none;
}
.vertical-nav li a {
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  transition: all 0.2s ease;
}
.vertical-nav li:hover > a {
  background: #fafafa;
  transition: all 0.2s ease;
}
.vertical-nav li:hover > a .feather {
  transform: scale(1.1);
  transition: all 0.2s ease;
}
.vertical-nav li:hover > .hover-menu,
.vertical-nav li:focus-within > .hover-menu {
  visibility: visible;
  opacity: 1;
  -webkit-animation: slide-down 0.2s ease-out;
  -moz-animation: slide-down 0.2s ease-out;
  transition: all 0.5s ease;
  display: block;
}
.vertical-nav li .hover-menu {
  background: white;
  visibility: hidden;
  transition: all 0.5s ease;
  opacity: 0;
  display: none;
  position: absolute;
  left: 70px;
  min-width: 200px;
  margin: 0;
  padding: 0;
  top: 0;
  box-shadow: 0 0 40px #00000021;
}
.vertical-nav li .hover-menu:after {
  right: 100%;
  top: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
.vertical-nav li .hover-menu ul {
  margin: 0;
  padding: 0;
}
.vertical-nav li .hover-menu ul li {
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
}
.vertical-nav li .hover-menu ul li a {
  width: 100%;
  display: block !important;
  text-decoration: none;
  padding: 15px 20px;
  text-align: left;
  height: auto !important;
  font-weight: 400;
}
.vertical-nav li .hover-menu ul li a:hover {
  background: #fafafa;
  transition: 0.3s ease;
}

.menu-header {
  font-family: "Roboto Condensed", sans-serif;
  color: #929292;
  font-size: 13px;
  text-align: left !important;
  padding: 12px 20px 5px 20px;
  font-weight: 600;
  border-bottom: none !important;
}

.log-out a {
  background: #1e85c9;
  color: white;
}
.log-out a:hover {
  color: #1e85c9;
  background: white;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  0{
    opacity:0;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

.content {
  padding: 40px;
  color: #464646;
  width:1170px;
  margin:0 auto;

}
h1,
h2 {
  color:#343535;
  font-weight: 400;
}
p,
.content li {
  color: black;
  line-height: 29px;
  font-size: 16px;
  font-weight: 300;
}
.header-image {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.mt-0{
  margin-top:0;
}

.mb-0{
  margin-bottom:0;
}

/* Zui table (modified) - https://jsfiddle.net/zinoui/dB93J/ */
.zui-table {
  border: solid 1px #ddeeee;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  box-shadow: 0 0 40px #00000021;
  margin: 50px 0;
}
.zui-table thead th {
  background-color: #fff;
  border: solid 1px #dee;
  color: #343535;
  border: solid 1px #f5f9f9;
  padding: 20px;

  text-align: left;
}
.zui-table tbody td {
  border: solid 1px #edf1f1;
  color: #949494;
  font-size:16px;
  padding: 20px;
}
footer{
  padding:20px 0;
  text-align:center;
}
footer p{
  color:gray;
  font-size:12px;
}

nav {
	float: left;
	width: 260px;
	height: 800px;
	background-color: #637BAD;
	top: 0;
	
	min-height: 1400px;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #637BAD;
	font-size: 20px;
}
nav ul li {
  /* Sub Menu */
}
nav ul li a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
nav ul li a:hover {
	background: #1d4f71;
	color: #fff;
}
nav ul li.no-hover a:hover {
    background: none; /* Disable hover background */
    color: inherit; /* Keep text color unchanged */
}

/* Disable clicking for the last <li> */
nav ul li.no-click a {
    pointer-events: none; /* Disable click */
    cursor: default; /* Change cursor to default (no hand icon) */
}
nav ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 5px;
	float:right;
}
nav ul ul {
	background: rgba(0, 0, 0, 0.2);
}
nav ul li ul li a {
	
	border-left: 4px solid transparent;
	padding: 10px 20px;
}
nav ul li ul li a:hover {
	border-left: 4px solid #3498db;
}
nav .logo img {
  display: block;
   /* Centers the image and adds some space around it */
  max-width: 260px; /* Adjust the width so it fits the nav */
  height: 100px; /* Keeps the image's aspect ratio */
}
/* Style for the top-middle image */
.top-middle-img {
  display: block; /* Makes it part of the document flow */
  margin: 0 auto; /* Centers the image */
  width: 400px; /* Adjusted width; ensure this matches your image's width for proper alignment */
  padding-top: 20px; /* Adds some space at the top */
}

/* Ensures link around top-middle image has no visible effects */
.top-middle-img a {
  display: inline-block; /* Allows the link to fit the image size */
  background-color: transparent;
}

.top-middle-img img {
  display: block; /* Ensures the image is block level */
  max-width: 400px; /* Example size, adjust as needed */
  height: auto; /* Keeps aspect ratio */
  margin-top: 5px; /* Space from the top of the page */
}
.auto-style22 {
	font-size: 25px;
	font-family: "MV Boli";
	margin-left: 5px; /* Adjusted to ensure main content does not overlap with the navbar */

}
/* Adjusting the main content to flow alongside the navbar */
.main-content {
  margin-left: 280px; /* Adjusted to ensure main content does not overlap with the navbar */
  padding: 20px;
  font-size: 20px
}

.analysis-summary {
  display: flex;
  flex-wrap: wrap;
  margin-left: 280px; /* Adjust to align with your layout */
  padding: 20px;
  gap: 20px; /* Adds space between the modules */
}

.analysis-summary .module {
  flex: 1;
  min-width: 450px; /* Minimum width before wrapping */
  max-width: 500px; /* Maximum width of each module */
}

.analysis-summary h2 {
  color: #637BAD; /* Color to match your navbar */
}

.analysis-summary p {
  margin: 10px 0;
}

.analysis-summary img {
  width: 100%; /* Adjust based on your preference */
  max-width: 400px; /* Example size, adjust as needed */
  height: auto;
  margin-bottom: 10px;
}

.auto-style15{
	border-style: solid;
	border-color: #637BAD;
	border-width: 1px;
	text-align: left;
	vertical-align: top;
	border-bottom:none;
}

.auto-style11 {
	font-size: 36px;
	margin-left: 2px;
	padding-left: 2px; /* Adjust padding if needed */
}
.auto-style20 {
	font-size: small;
	margin-left: 10px;
	padding-left: 10px; /* Adjust padding if needed */
}
.auto-style9 {
	font-size: medium;
}


.boxhead_style {
	border: 1px solid #637BAD;
	background-color: #637BAD;
	text-align: center;
	font-size: large;
	color: #FAFAFA;
	font-size:18px;
}
.gobutton_cellstyle{
	border-style: solid;
	border-color: #637BAD;
	border-width: 1px;
	border-top:none;
}
.imageborder {
	border-style: solid;
	border-color: #637BAD;
	border-width: 1px;
	vertical-align: top;
	border-top:none;
	border-bottom:none;
	margin-top: 20px;
}
.myButton {
	box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	background: linear-gradient(to bottom, #6699FF5%, #CEDCFF100%);
	background-color: #CEDCFF;
	border-radius: 6px;
	border: 1px solid #84bbf3;
	display: inline-block;
	cursor: pointer;
	color: black;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528ecc;
	white-space: normal;
    width: 200px;
	margin-left: 40px;
}

.myButton:hover {
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	background-color:#378de5;
	color:white;
}
.myButton:active {
	position:relative;
	top:1px;
}

.form-section {
 /* Adjusted to ensure main content does not overlap with the navbar */
  padding: 20px;
  font-size: 20px;
  background-color: #ffffff; /* White background */
  border: 1px solid #ccc; /* Light grey border */
  border-radius: 10px; /* Optional: rounded corners */
  width: 34%;
  
}
.form-input {
  width: 35%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form-input-small {
  width: 8%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form-select{
  width: 25%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.submit-button {
  background-color: #6699FF;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-button:hover {
  background-color: #5577EE;
}

h1 {
    font-weight: 700;
    color: #4455CC;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 2px solid #637BAD;
    border-top: 2px solid #637BAD;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}

.cancer-selection {
  margin: 20px 0;
  font-size: 16px;
  margin-bottom: 40px;
}

.cancer-list {
  max-height: 150px; /* Adjust the height as needed */
  overflow-y: auto; /* Makes the list scrollable */
  border: 1px solid #ccc; /* Adds a border around the list */
  background-color: #f4f4f4; /* Light grey background */
}

.cancer-item {
  padding: 8px;
  cursor: pointer; /* Makes the whole item clickable */
  transition: background-color 0.3s; /* Smooth transition for hover effect */
}

.cancer-item:hover {
  background-color: #e0e0e0; /* Light grey on hover */
}

.cancer-item.selected {
  background-color: #637BAD; /* A darker color when selected */
  color: white;
}
.navbar a.selected {
  background-color: #4455CC; /* Example color for the selected item */
  font-weight: bold; /* Make the text bold */
}
.threshold-input {
  width: 60px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.radio-font
{
	font-size: 16px;
}

.threshold-entry {
  margin: 10px 0;
  font-size: 16px;

}
.hiden
{
	display:none;
}

.adjust-bullet {
  position: relative;
  left: -5px;       /* Adjust the left margin to decrease the space between bullet and text */
}
