html {
	font-family: Verdana, sans-serif;
	scroll-behavior: smooth;
	height: 100%;
}

body {
	font-family: Verdana, sans-serif;
	height: 100%;
	margin: 0;
	overflow-y: hidden;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

body::-webkit-scrollbar {
	display: none;
}

.skip-to-content {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -3em;
}

.skip-to-content:focus {
	top: 0;
}

a.skip-to-content:link {
	color: black;
}

a.skip-to-content:visited {
	color: black;
}

a.skip-to-content:hover {
	color: black;
}

.footer {
	padding: 0px;
}

.main.container-fluid {
	height: 100%;
	clear: both;
	overflow-y: hidden;
	border-top: 1px solid #d6d6d6;
}

.header {
	display: absolute table;
	clear: both;
	font-weight: 600;
	height: 70px;
	padding-bottom: 15px;
	background-color: #ffffff;
}

.footer {
	height: 40px;
	background-color: whiteSmoke;
	border-top: 1px solid #DDD;
}

#header1 {
	float: left;
	font-size: 14px;
	color: #034ea2;
	padding: 25px 18px;
	width: 33.33%;
}

#header1>a {
	color: #034ea2;
	text-decoration: none;
}

#header1>a:hover {
	color: #f4872a;
}

#header2 {
	float: left;
	text-align: center;
	font-size: 20px;
	padding-top: 20px;
	width: 33.33%;
}

#header3 {
	float: left;
	width: 33.33%;
	padding: 10px 5px 0 0;
}

#logo {
	width: 160px;
	float: right;
	margin-right: 13px;
	padding: 5px;
}

.div-scroll-down {
	display: flex;
	height: 50px;
	z-index: 9999;
	position: absolute;
	bottom: 3%;
	left: 16.66%;
}

.div-scroll-up {
	display: none;
	height: 50px;
	z-index: 9999;
	position: absolute;
	top: 22%;
	left: 16.66%;
}

.fa-angles-up,
.fa-angles-down {
	color: rgba(0, 132, 115, 0.2);
	font-size: 50px;
	align-self: flex-end;
	text-align: center;
	margin: 0 auto 0 auto;
	transform-origin: bottom;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.bounce {
	animation-name: bounce;
	animation-timing-function: ease;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-100px);
	}

	100% {
		transform: translateY(0);
	}
}

#loader {
	position: absolute;
	left: 70% !important;
	top: 50%;
	z-index: 1;
	width: 50px;
	height: 50px;
	margin: -76px 0 0 -76px;
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #3498db;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#divVector {
	display: none;
	width: 100%;
	height: calc(100% - 85px) !important;
}

iframe {
	width: 100%;
	height: calc(100% - 85px) !important;
	border: none;
}

div.update {
	font-size: 12px;
	float: right;
	color: #727272;
	padding: 20px;
}

span.cnt {
	color: #306ed2;
	font-weight: bold;
	font-size: 20px;
}

#txt {
	font-size: 16px;
	padding: 20px;
}

img {
	max-width: 100%;
	padding: 50px;
	height: auto;
}

p {
	text-align: justify;
	text-justify: inter-word;
}

.row.flex-nowrap {
	height: 100%;
}

.col-left {
	z-index: 0;
	padding: 0;
	height: 100%;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.col-left::-webkit-scrollbar {
	display: none;
}

.col-right {
	height: 100%;
	padding: 0;
}

.col-auto {
	background-color: #888;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-item {
	text-align: center;
}

.nav-item .fa-house {
	font-size: 12px;
}

.nav-item .fa-circle {
	font-size: 9px;
	vertical-align: middle;
}

.nav a {
	color: #444444;
	text-decoration: none;
	font-size: 10px;
	cursor: pointer;
}

.nav a:hover {
	color: #fff;
}

.nav-item.active a {
	color: #fff;
}

.nav-item.active .fa-house {
	font-size: 13px;
}

.nav-item.active .fa-circle {
	font-size: 13px;
	padding-right: 1.6px;
}

#menu {
	margin-top: -20vh;
}

.tooltip-inner {
	border-radius: 3px !important;
	padding: 3px 6px;
}

.tooltip {
	margin: 0 8px !important;
	font-size: 14px !important;
}

.left-tab {
	min-height: 50vh;
	padding: 15px 15px 300px 15px;
}

.left-tab p {
	padding-top: 5px;
}

a {
	color: #192995;
	text-decoration: none;
}

a:hover {
	color: #ff4815;
}

a:visited {
	text-decoration: none;
}

.left-tab input[type="radio"] {
	padding: 0 20px 30px 0 !important;
}

.left-last {
	padding-bottom: 50vh;
}

.left-title>h3 {
	display: none;
}

div.active-title {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #00A590;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	z-index: 99999;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding: 20px;
	border-radius: 1px;
	box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.3);
}

.left-section summary,
.left-section>h4,
#study-context>h4 {
	color: #00A590;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.left-section {
	padding-bottom: 40vh;
	opacity: 0.3;
}

.left-section.active {
	opacity: 1;
}

.left-subitem summary,
.left-subitem>h5 {
	font-weight: bold;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.left-subitem p {
	padding-left: 15px;
}

details summary::-webkit-details-marker {
	display: none;
}

details summary {
	width: 100%;
	position: relative;
	cursor: pointer;
	font-weight: 300;
	list-style: none;
}

details summary:hover {
	color: #005248;
}

details summary:after {
	content: "+";
	color: black;
	position: absolute;
	right: 0;
	font-weight: 200;
	transform-origin: center;
	transition: 200ms linear;
}

.detail-open:after {
	transform: rotate(45deg);
}

.p-caption {
	font-size: 12px;
	color: #727272;
}

.p-annotation {
	font-size: 12px;
	color: #727272;
	font-style: italic;
}

.radio-label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.radio-custom {
	position: absolute;
	top: 6px;
	left: 5px;
	height: 14px;
	width: 14px;
	background-color: #eee;
	border-radius: 50%;
	border: solid 1px #666666;
}

.radio-label:hover input~.radio-custom {
	background-color: #ccc;
}

.radio-label:hover {
	color: rgba(0, 132, 115);
}

.radio-label input:checked~.radio-custom {
	background-color: rgba(0, 132, 115, 0.7);
}

.radio-custom:after {
	content: "";
	position: absolute;
	display: none;
}

.radio-label input:checked~.radio-custom:after {
	display: block;
}

.radio-label .radio-custom:after {
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}

.left-section>ul li {
	margin-bottom: 6px;
}

.table-vector {
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.table-vector td {
	padding: 6px;
}

.table-vector tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.table-vector tr:hover {
	background-color: #ddd;
}

.table-vector th {
	padding: 6px;
	text-align: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.risk-list {
	padding: 0 30px;
	margin: 0 20px;
}

.reference {
	padding: 20px 30px;
}

.reference a {
	color: #192995;
	text-decoration: none;
}

.reference a:hover {
	color: #ff4815;
}

.reference a:visited {
	text-decoration: none;
}

.risk-img {
	padding: 20px;
	width: 30%;
}

.cover-textbox {
	color: #333333;
	background-color: #f5933f;
	padding: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
}

.tablink {
	cursor: pointer;
	font-weight: bold;
}

.checkbox-label {
	display: block;
	margin-bottom: 5px;
}

.checkbox-label input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: -2px 10px 0 0;
	vertical-align: middle;

}

.checkbox-label {
	position: relative;
	padding-top: -3px;
	cursor: pointer;
}

.checkbox-label input[type=checkbox] {
	visibility: hidden;
}

.chk-style {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: transparent;
}

.chk-context-Imported {
	border: 2px solid rgba(172, 93, 93);
}

.chk-context-Detection {
	border: 2px solid rgba(154, 106, 0);
}

.chk-context-Absence {
	border: 2px solid rgba(25, 132, 192);
}

.chk-context-Math {
	border: 2px solid rgba(0, 153, 76, 1);
}

.checkbox-label:hover input~.chk-context-Imported {
	background-color: rgba(246, 133, 133, 0.2);
}

.checkbox-label input:checked~.chk-context-Imported {
	background-color: rgba(246, 133, 133, 0.8);
}

.checkbox-label:hover input~.chk-context-Detection {
	background-color: rgb(230, 159, 0, 0.2);
}

.checkbox-label input:checked~.chk-context-Detection {
	background-color: rgb(230, 159, 0, 0.7);
}

.checkbox-label:hover input~.chk-context-Absence {
	background-color: rgba(86, 180, 233, 0.2);
}

.checkbox-label input:checked~.chk-context-Absence {
	background-color: rgba(86, 180, 233, 0.8);
}

.checkbox-label:hover input~.chk-context-Math {
	background-color: rgba(0, 153, 76, 0.2);
}

.checkbox-label input:checked~.chk-context-Math {
	background-color: rgba(0, 153, 76, 0.8);
}

.chk-style::after {
	content: "";
	position: absolute;
	display: none;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.checkbox-label input:checked~.chk-style::after {
	display: block;
}