@charset "UTF-8";
@import "fonts.css";
@import "global.css";

.transitions {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
::-webkit-input-placeholder { color:grey; font-size:15px; top:-15px; }
:-ms-input-placeholder { color:grey; font-size:14px; top:-15px; }
::-moz-placeholder { color:grey; opacity:1; font-size:15px; top:-15px; }
:-moz-placeholder { color:grey; opacity:1; font-size:15px; top:-15px; }
.no-padding {
	padding-left:0;
	padding-right:0;
}
body, html { 
	height:100%; 
	min-height:100vh; 
}
body::after {
	content:		 "";
	display: 		block;
	position: 		fixed;
	top: 			0px;
	bottom: 		0px;
	left: 			0;
	right: 			0;
	background:		url("../images/background.jpg") no-repeat top center;
	background-size: cover;
	z-index:		-2;
	transition: 	background-position 0.3s ease-out;
}
body.page-contents::after {
	background-position: top left;
}
.pageloader {
	content: 	"";
	left:		0;
	right:		0;
	top:		0;
	bottom:		0;
	background:	white;
	background: white url("../images/preloader.gif") center center no-repeat;
	z-index: 	999999;
	position:  	fixed;
}

.button {
	background: #283785;
	color:white;
	display: inline-block;
	padding:7px 20px;
	border-radius:20px;
	font-size:15px;
	margin: 2px 0;
	margin-top:10px;
}
.button:hover {
	text-decoration: none;
	color: #283785;
	background: white;

}
.button + .button {
	margin-top:2px;
}
.highlight2 {
	color:black;
	font-size: 20px !important;
	font-weight: 600;
	padding: 30px 50px !important;
	display: block;
	width:100%;
	text-align: center;
}
.highlight2:after,
.highlight2:before
{
	background:black;
	content:"";
	height:3px;
	width:50%;
	display: block;
	margin: 0 auto;
}
.highlight2:before {
	margin-bottom:25px;
}
.highlight2:after {
	margin-top:25px;
}
.image_logo {
	height: 170px;
}
.home_text {
	color: var(--primary-color);
	font-size: 20px;
	font-weight:600;
}
.home_text_title {
	margin-top: 30px;
	margin-bottom: 30px;
}
.home_text_button {
	display: inline-block;
	margin-bottom: 30px;
}
.home_text_button img {
	height: 55px;
	padding-right:15px;
	margin-right:15px;
	border-right:2px solid var(--primary-color);
}

.editor {
	display: block;
	font-size: 16px;
	margin-top: 5px;
}
.resources {
	color: white;
	padding: 30px 60px;
	background: rgb(40,55,133);
	background: linear-gradient(90deg, rgba(40,55,133,1) 0%, rgba(60,163,203,1) 100%);
}
/*.next-button,*/ 
.sa-button, .fullscreen-button, .download-button {
	color:white !important; 
	position:absolute; 
	bottom:15px; 
	right:10px; 
	border-radius:35px; 
	padding:7px 25px; 
	background:rgba(0, 0, 0, 0.7);
}
.reference-button {
	background:rgba(0, 0, 0, 0.5);
	border-radius:35px; 
	color:white !important; 
	display: inline-block;
	padding:7px 25px; 
}
.reference-button:hover {
	text-decoration: none;
	background:rgba(0, 0, 0, 0.7);
}
.pdf_is_relative .next-button,
.pdf_is_relative .sa-button {
	bottom:0;
	right:0;
	position: relative;
	float: left;
	margin-bottom:20px;
	margin-top: -60px;
	margin-left: 50px;
}
.sa-button, .download-button {
	display:none;
}
.next-button.lastarticle {
	display:none;
}
html:-webkit-full-screen-ancestor { background-color: inherit; }
html:-moz-full-screen-ancestor { background-color: inherit; }

.fullscreen-button {
	top: 10px;
	bottom: auto;
	color:black;
	padding: 5px 14px 7px 14px;
    background: rgba(0, 0, 0, 0.2);
}
.download-button {
	left: 10px;
	right:auto;
	padding-right:20px;
	background:rgba(0, 0, 0, 0.4);
}
/*.next-button:hover,*/ 
.sa-button:hover, .download-button:hover {
	background:rgba(0, 0, 0, 0.9);
	text-decoration: none;
}
.hide { display: none; }
a:link, a:visited { color:inherit; }
img { max-width: 100%; }
.inactive, .module_title.inactive li {
	cursor: default !important;
	opacity:0.5;
}
.noscroll { 
  overflow: hidden;
}
/* HEADER */ 
.header { 
	z-index: 1003;
	position: relative;
}
.page-contents .header,
.page-lecture .header,
.page-contents .nav-buttons-container,
.page-contents .nav-buttons-container
{
	display: none;
}

.organizedby {
	height: 90px;
	margin: 15px 0 15px 0;
}
.menu-container { 
	background: rgba(255, 255, 255, 0.8);
	margin-left: -15px;
	width: calc( 100% + 30px );
}
.menu-container .logo { /* Comment it if you want the logo to appear on the menu */
	display: none !important;
}
.page-login .menu-container .logo, 
.page-contents .menu-container .logo, 
.page-lecture .menu-container .logo {
	display: inline-flex !important;
}
.page-login .menu-container .logo br, 
.page-contents .menu-container .logo br, 
.page-lecture .menu-container .logo br {
	display: none;
}

.home_image {
	margin-top:30px;
}
.page-contents .home_image {
	display: none;
}
.logo {
	margin:			0;
	margin-top:  	20px;
}
.logo a:hover {
	text-decoration:	none;
}
.logo h1 {
	color: white;
	font-size:  	50pt;
	font-weight: 	600;
	margin-bottom:	10px;
	line-height:   	65px;
	transition: 	all 0.3s ease-out;
	text-align: 	left;
}
.logo h3 {
	color: var(--secondary-color);
	font-size:		36px;
	font-weight: 	300;
	margin-top:  	0px;
	transition: 	all 0.3s ease-out;
}
.logo h3 span {
	color:white;
	font-size: 48px;
}
.page- .logo {
	margin-top: 100px;
	margin-bottom:0px;
}
.page-guest h1 {
	font-size: 		54pt;
	margin: 		10px 0 15px 0;
	line-height: 	65px;
}
.page-guest h3 {
	font-size: 		36px;
}
.logo:hover { text-decoration:none; }
.page-contents .logo, 
.page-lecture .logo {
	padding-top:	0;
}
.page-contents .logo h2, 
.page-lecture .logo h2 {
	font-size: 		21px;
}
.page-contents .logo h1, 
.page-lecture .logo h1 {
	font-size: 		66px;
	margin-top: 	0;
	line-height:  	38px;
}
.page-contents .logo h3, 
.page-lecture .logo h3 {
	font-size:		36px;
	margin:			0;
}
.logo-bottom_container {
	padding-top: 	10vh;
	padding-bottom: 5vh;
}
.logo-bottom {
	color: 			#ffc526;
}
.logo-bottom a:hover { text-decoration:none; }
.logo-bottom h1 {
	font-size: 		60px;
	font-weight:	700;
	margin-bottom:0;
	line-height: 	50px;
}
.logo-bottom h2 {
	font-size:		35px;
	font-weight: 	400;
	margin-bottom:-5px;
}
.logo-bottom h3 {
	font-size:		34px;
	font-weight: 	500;
}
.usermenu-container {
	background:		var(--secondary-color);

	background: var(--secondary-color);
	background: linear-gradient(90deg, var(--secondary-color) 66%, white 100%);
}
.usermenu-container a {
	text-decoration: underline;
	line-height: 58px;
}
.usermenu { 
	position:		relative; 
	padding:		23px 30px 15px 10px; 
	color: 			var(--primary-color);
	font-weight: 	500;
	font-size: 		14px;
	vertical-align: middle;
}
.usermenu * {
	vertical-align: middle;
}

/* NAVIGATION */ 
.nav-button2, input[type=submit].nav-button2 {
	display: 		inline-block;
	cursor: 		pointer;
	width:			auto;
	color: 			var(--primary-color);
	background: var(--secondary-color);
	border-radius: 30px;
	font-size: 16px;
	font-weight: 	normal;
	padding: 		15px 40px;
	position: relative;
	margin:			0px 5px;
}
.nav-button2.nav-button-title {
	padding-left:15px;
}
.nav-button2:hover, input[type=submit].nav-button2:hover {
	text-decoration:none;
}
.mob_menu .nav-button2 {
	background:none;
	color:white;
	margin:0;
}
.page-contents .nav-buttons, 
.page-contents .home_text, 
.page-contents .footer-container {
	display: none;
}
/* Show the footer at the contents page */
/* .page-contents .footer-container {
	display: block;
	position: relative;
} */
.nav-buttons {
	margin-bottom: 100px;
}
.nav-buttons-container {
	padding-bottom:0px;
}
.nav-buttons .before {
	background: url(../images/roundarrow.png?id=1);
	content: "";
	display: inline-block;
	height: 41px;
	top: 0;
	left: 0;
	position: absolute;
	width: 43px;
}
.nav-buttons h2 {
	/*background: rgba(10,27,65,0.4);*/
	background: #bd1629;
	border-radius: 22px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	opacity: 0;
	padding: 11px 45px;
	position: relative;
	text-shadow: 4px 4px 7px rgba(0,0,0,0.2);
	margin: 0 auto;
	margin-bottom: 4px;
	z-index: 	999;
}
.nav-buttons h2 .break {
	display: block;
	height: 1px;
	width: 100%;
	content: "";
}
.nav-buttons .after {
	background: url(../images/roundarrow.png?id=1);
	content: "";
	display: inline-block;
	height: 41px;
	top: 0;
	right: 0;
	position: absolute;
	width: 43px;
}
.nav-buttons {
	position: 	relative; 
	z-index: 	999;
}
.nav-buttons-div {
	opacity: 				0;
	margin:					0 auto;
	display: 				inline-block;
}
.nav-buttons-div a:hover {
	text-decoration:none;
}
.nav-button {
	color: 					#001663;
	font-weight: 			400;
	font-size:				15px;
	z-index: 				1003;
	padding: 				15px;
	line-height: 			22px;
}
.nav-button strong {
	text-transform: uppercase;
}
.nav-button:hover, .nav-button.active { text-decoration: none; }
.nav-button .article_dot {
	display: none;
}
.nav-button p {
	margin-bottom:0;
	padding:24px 0px; 
	display: block;
}
.nav-button.active {
	font-weight: 700;
}

/* TOP Navigation, text */
.nav-container {
	padding: 	20px 10px;
	padding-left: 15px;
}
.header_module_title {
	display: block;
	margin-left:  -10px;
	margin-right: 10px;
	padding-left: calc( 10px + 10px);
	padding-right: calc( 10px + 10px);
}
.nav-title {
	position: relative;
}
.nav-container .nav-divider {
	padding:  	0 20px;
}
.nav-container a {
	text-decoration: none;
}
.nav-container .nav-submenu a:hover {
	text-decoration: underline;
}

.nav-title .nav-submenu {
	color: 		white;
	display: 	none;
	font-size: 	16px;
	background: var(--background-color);
	border-radius: 0 0 10px 20px;
	padding: 	10px 25px 15px 25px;
	position: 	absolute;
	top: 		100%;
	left: 		0;
	min-width: 	100%;
	width: 		auto;
	z-index: 	1001;
}
.nav-title:hover .nav-submenu {
	display:  	inline-block;
}
.nav-title .nav-submenu a {
	margin:  2px 0;
	display: inline-block;
}
.nav-title .nav-submenu .article_dot, 
.nav-button2 .article_dot, 
.submenuMod .article_dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: white;
	/*border: 	1px solid green;*/
	border-radius: 3px;
	margin-left: -13px;
	float: left;
	margin-top: 10px;
	position: relative;
}
.submenuMod .article_dot {
	width: 		12px;
	height: 	12px;
	border-radius: 6px;
	margin-right: 10px;
	margin-left: 	0;
	margin-top: 6px;
}
.nav-title .nav-submenu .article_dot span, 
.nav-title .article_dot span,
.submenuMod .article_dot span, 
.submenuMod .article_dot span
 {
	display: none;
}
.nav-title .nav-submenu .article_dot_read, 
.nav-button2 .article_dot_read,
.nav-title .nav-submenu .article_dot_read 
{
	background:green;
}
.nav-title .nav-submenu .article_dot_read:after, 
.nav-title .submenuMod .article_dot_read:after,
.nav-button2 .article_dot_read:after 
{
	position: 	absolute;
	left:		0;
	top:		0;
	width: 		16px;
	height: 	16px;
	content: 	"<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-check-circle-fill' viewBox='0 0 16 16'><path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/></svg>';
}

/* BOXES at home */
.box-container {
	display: flex;
	justify-content: center;
}
.box-group-video {
	border-radius: 30px;
	color:var(--primary-color);
	display: inline-block;
	font-weight:500; 
	font-size:18px; 
	padding:2px 15px 2px 2px;
}
.box-group-video:hover {
	background: rgba(218, 7, 42, 0.2);
	text-decoration: none;
}
.box-title {
	color: var(--primary-color);
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top: 4px solid var(--primary-color);
	font-size: 24px;
	font-weight: 500;
}
.box {
	display: 		block;
	font-size:      18px;
	padding:		15px 0px;
	transition: 	all .3s cubic-bezier(0,0,.5,1);
	position: 		relative;
	text-align: 	left;
	margin-left:	0px;
}
.box:hover {
	text-decoration: none;
}
.box img {
	height: 110px;
	float:left;
	margin-right:26px;
	margin-bottom:20px;
}
.box .title {
	background: 	var(--secondary-color);
	color:			white;
	display: 		inline-block;
	font-weight:  	600;
	text-transform: uppercase;
	margin: 		0px 0px 5px -11px;
	padding:		7px 10px;
	line-height: 	20px;
	text-align: 	left;
}
.box p {
	font-size: 		18px;
	font-weight: 	500;
	line-height: 	22px;
}
.box .author {
	display: 		block;
	font-weight: 	700;
	margin-top:		10px;
}
.box .author span {
	font-size: 		14px;
	font-weight: 	500;
}
.box:hover strong .box:hover p {
	text-decoration: none !important;
}
html:not(.touch) .box:not(.inactive):hover {
	transform: scale3d(1.05,1.05,1.05);
}

/* End */
.submenuMod {
	display: none;
	background:var(--primary-color);
	border-radius: 20px;
}
.submenu2 {
	display: none;
	border-top:1px white solid; 
	border-bottom: 1px white solid; 
	background:		rgba(255,255,255,0.1);
}
.submenu2 a {
	border-bottom:1px solid rgba(0,0,0,0.2);
	text-transform: none; 
	line-height: 22px;
	padding: 15px;
}
.mobile_menu_list .submenu2 {
	padding: 0 20px;
}

/* MODULE SECTION */
.module-section {
	display:none;
	margin: 0;
}
.module-section.current {
	display: flex;
}
.module-section .text {
	background: #eefce4;
	color:				#010101;
	padding: 			20px 8% 20px 40px;
}
.module-section .text .group {
	display: block;
	font-size:			20px; 
	font-weight:		500;
}
.module-section .text .title {
	color:white;
	display: 			inline-block;
	background: 		var(--secondary-color);
	padding: 			5px 20px;
	text-transform: 	uppercase;
	font-size:			24px; 
	font-weight:		500;
	margin-left: 		-20px;
	margin-top:10px;
}
.module-section .text .details {
	font-size:30px; 
	font-weight:400; 
	display:block; 
}
.module-section .text .author {
	font-size: 24px;
	font-weight: 500;
}
.module-section .text .author span {
	font-size: 18px;
	font-weight: 200;
}

/* PDF popup */
.pdf-container {
	background:white;
}
/*.page-contents .pdf-container,
.page-lecture .pdf-container {
	height: calc( 100vh - 330px );
}*/
.pdf {
	display:none;
	position:fixed; 
	z-index:1003;
	top:325px; 
	bottom:0px;
	left:0; 
	right:0; 
	margin:0 auto; 
	overflow:hidden;
}
.pdf_is_relative .pdf {
	position:relative;
	top:0;
	overflow: visible;
}
.touch .pdf { 
	-webkit-overflow-scrolling:touch; 
	overflow-y: scroll; 
}

.pdf .iframe { 
	height:100%; 
	overflow: hidden;
}
.pdf_is_relative .pdf .iframe {
	height:auto;
	padding:0;
}
.pdf .iframe iframe { 
	background:none; 
	border:none; 
	border: 1px solid #33373a; 
	padding-top:0px; 
	padding-bottom:0px;
	overflow: visible;
}
.pdf_is_relative .pdf .iframe iframe,
.pdf_is_relative .pdf .iframe .pdfobject {
	background:white;
	padding-bottom:65px;
	padding-top: 20px;
}

/* SIDEBAR */
.sidebar { 
	background: #e5e5e5;
	color: var(--primary-color);
	padding:0;
	position: relative;
	overflow-y:hidden; 
	height: 100%;
	/*box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.14); */
}
.acreditation {
	font-size: 14px;
	background: white;
	padding-bottom: 100px;
	text-align: center;
	padding-top:0px;
	/* border-top: 2px solid var(--primary-color); */
}
/* Below, if the assesslink unlocks after the user has seen all the chapters comment the first one */
/* .sidebar .volume-container .subtitle a.assesslink { display: none; }
.assesslink_placeholder { display: block; } */
.sidebar .volume-container .subtitle a.assesslink { display: block; }
.assesslink_placeholder { display: none !important; }

.pdf_is_relative .pdf .sidebar {
	overflow-y: auto;
	height:auto;
}
.sidebar h2 { 
	font-weight:700; 
	padding:30px 25px 10px 40px; 
	margin-bottom:0px; 
	font-size:17px; 
}
.sidebar .volume-container { 
	font-size: 15px;
	list-style-type:none; 
}
.sidebar .volume-container:not(.show) { 
	display:none; 
}
.sidebar .volume-container .subtitle  { 
	display:  			block;
}
.subitems {
	background:		 	#ffffff;
}
.subitems .subitems {
	margin: 			0 0 0 15px;
	padding:  			5px 15px 5px 5px;
}
.sidebar .volume-container .subitems .subtitle a {
	padding: 10px 12px;
	padding-left:45px;
}
.sidebar .volume-container .subtitle.module_title {
	padding: 18px 25px 18px 25px;
	font-size: 16px;
	font-weight:600;
	border-bottom: 1px solid black;
	text-align: left;
}
.sidebar .volume-container .subtitle.module_title.current {
	background: 		#ffffff;
	color:				black;
}
.sidebar .volume-container .subtitle.section_title {
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	/*color: #b5cdd7;*/
	font-weight: bold;
	padding-bottom:8px;
	padding-top: 15px;
	padding-left:0px;
}
.sidebar .volume-container div a {
	font-size: 15px;
	font-weight: 300;
	text-transform: none;
    display: inline-block;
}
.sidebar .volume-container .subtitle a { 
	border-bottom:		1px solid black;
	display:  			block;
	font-weight:		400; 
	background:			none; 
	border-radius:		0; 
	cursor: 			pointer; 
	text-align: 		left; 
	padding: 			12px 0 12px 0;
	padding-right: 		25px;
	padding-left: 		25px;
	width: 				100%;
}

.sidebar .volume-container li:hover { opacity:0.8; }
.sidebar .volume-container a.current li { 
	color:white; 
	position:relative; 
	background:rgba(255,255,255,0.4); 
	margin-left: -25px;
	margin-right: -25px; 
	padding-left: 40px; 
}
.sidebar .volume-container a.current { font-weight: 700; }
.sidebar .volume-container div a.current { position: relative; font-weight:600; }
.sidebar .openmenu.opened .ospan { display:inline; }
.sidebar .openmenu.opened .cspan { display:none; }
.sidebar .openmenu.closed .ospan { display:none; }
.sidebar .openmenu.closed .cspan { display:inline; }
.sidebar .fixed { 
	position: absolute; 
	top:40px; 
	left:40px; 
	right:40px; 
}
.pdf_is_relative .pdf .sidebar .fixed {
	position:relative;
	top:0;
	left:0;
	right:0;
	padding:20px 25px 0px 25px;
}
.sidebar .menu { 
	overflow-y: auto;
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 0;
	top: 60px;
}
.pdf_is_relative .sidebar .menu {
	position: relative;
	left:0;
	right:0;
	top: 0;
	padding: 20px 0px 0 0px;
}
.sidebar .article_dot {
	display: inline-block;
	background: white;
	border-radius: 3px;
	margin-left: -13px;
	float: left;
}
.sidebar .article_dot span {
	display: none;
}
.sidebar .article_dot_read .article_dot, 
.sidebar .article_dot_read 
{
	background:green; 
	position:relative;
}
.sidebar .article_dot_read .article_dot:after, 
.sidebar .article_dot_read:after,
.mobile_menu_list .article_dot_read:after
{
	background: 	url("../images/tick.png");
	background-size: 12px;
	border-radius: 	6px;
	position: 		absolute;
	left:			-2px;
	width: 			12px;
	height: 		12px;
	content: 		"";
	margin-top:5px;
}
.mobile_menu_list .article_dot_read {
	background: none;
}
.mobile_menu_list .article_dot_read:after {
	margin-top:-5px;
}

/* PROGRESS BAR */
.sidebar .progressbar {
	display: 					flex;
	font-size:					12px; 
	font-weight:  				600;
}
.sidebar .progressbar .number {
	flex: 						0.1;
	margin-top: 				-3px;
}
.sidebar .progressbar-container {
	flex: 						0.9;
	height:						10px; 
	background:					var(--secondary-color);
	overflow: 					hidden;
}
.sidebar .progressbar-container div {
	height:						100%; 
	background:					var(--primary-color); 
	-webkit-transition: 		width 2s; 
	transition: 				width 2s;
}

/* FORM */
input[type=email], 
input[type=text], 
input[type=number], 
input[type=password] 
{
	background:		#edf8f7;
	border:			none;
	border-bottom:  1px solid #a1a1a1;
	font-size:		18px; 
	padding:		7px 12px; 
	margin:			5px 0px;
	width: 			100%;
	text-indent: 	23px;
}
input:disabled {
	color:grey;
}
input[name=email] {
	background: white url(../images/icon_email.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[name=name], 
input[name=lastName], 
input[name=lastName2], 
input[name=prefix] {
	background: white url(../images/icon_person.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[type=password] {
	background: white url(../images/icon_password.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[name=company] {
	background: white url(../images/icon_hospital.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[name=address], 
input[name=population] {
	background: white url(../images/icon_home.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[name=city] {
	background: white url(../images/icon_city.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[name=position] {
	background: white url(../images/icon_position.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[name=country] {
	background: white url(../images/icon_country.png) no-repeat 4px 4px;
	background-size: 30px;
}
select {
	font-size:		13px; 
	padding:		12px 18px; 
	margin:			5px 0px;
	background:		rgba(0,0,0,0.1); 
	border:			1px solid rgba(0,0,0,0.4);
	height:			50px; 
	width: 			100%;
	border-radius:	0;
	color: 	white;
}
select * {
	color:black; 
}
.text-red-600 {
	margin-left:0;
	padding-left:0;
	--tw-text-opacity: 1;
	color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-600 li {
	list-style: none;

}
/* LOGIN & REGISTER */ 
.theform {
	display: 		block;
	position: 		relative;
	width: 			auto;
	z-index: 		6; 

	/* User defined values */
	background: 	var(--background-color);
	margin-top: 	30px;
	margin-bottom: 	30px;
	/*margin-left:	15px;*/
	padding: 		20px 20px;
}
.theform.login-form,
.theform.forgot-password-form
{
	max-width: 700px;
}
.theform .details { 
	width:auto; 
	display:block; 
	text-align:left; 
	font-size:14px; 
	margin:7px 0px 12px 0;
	color:			white;
}
.theform form input:focus { outline:none; }
.theform .hdr { 
	display:block; 
	text-align:center; 
	margin:0 auto; 
	margin-bottom:15px;
}
.theform h2 { 
	/* User defines values */
	font-weight:	500; 
	font-size: 		22px;
	text-align:		left; 
	padding:		0px; 

}
.theform form h3 { 
	color:#373737; 
	font-size:20px; 
	font-weight:bold; 
	margin:5px 0; 
	display:block; 
}
.small_letters { 
	color: #010101;
	font-weight: 400;
	font-size:12px; 
	margin-top:5px; 
	margin-bottom:20px;
	display:block; 
}
.small_letters a { 
	font-weight: 600;
	text-decoration:underline; 
}
.theform input[type=submit], 
.theform button[type=submit], 
button[type=submit],
.button2 { 
	height:				auto !important; 
	display:			inline-block; 
	cursor:				pointer; 

	/* User defined values */
	color: 				white;
	background:			var(--button-color); 
	border:  			none;
	border-radius: 		30px;
	font-size:			15px;
	font-weight: 		400;
	padding:			10px 40px;
	/*box-shadow: 		rgba(0, 0, 0, 0) 0px 5px 10px 0px;*/
	transition: 		box-shadow 0.2s ease-in-out;
}
.theform input[type=submit]:hover, 
button[type=submit]:hover,
.button2:hover
{
	background:			var(--button-hover-color);
	text-decoration:none;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
}
.login-page .logo, .register-page .logo { margin-top:30px; }
.login-page .mt_logo, .register-page .mt_logo { margin-top:35px; vertical-align:bottom; }

/* REGISTER */ 
#register.theform { 
	margin:0; 
	text-align: center; 
	padding: 20px 20px; 
	margin-top:30px;
}
#register.theform .hdr p { font-size:20px; font-weight:300; margin-top:0px; margin-bottom:5px; }
#register.theform h3 { font-size:13px; margin-bottom:15px; margin-top:15px; position:relative; }
#register.theform input[type=submit] {
	width:		50%;
}
#register.theform form input:focus { outline:none; }

/* FOOTER */ 
.footer-container {
	background: white;
	border-top: 10px solid var(--tertiary-color);
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	height:auto;
	z-index: 999;
}
.page-certificate .footer-container, .page-profile .footer-container {
	position: relative;
}
footer {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 10px auto 15px auto;
	line-height: 17px;
	font-size: 14px;
	display: block;
	text-align: center;
	z-index: 998;
}
footer * {
	vertical-align: top;
}
footer p {
	margin-top: 5px;
	font-weight: 500;
	/* width: 53%; */
	display: inline-block;
	padding: 0 5px;
	margin-bottom:5px;
}
footer p a {
	text-decoration: underline;
}

.desktop .onlymobile { display: none; }

.touch .hideonmobile { display: none; }

.disclaimer {
	background: white;
	height: 20px;
	display: none;
	font-size: 13px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}
.pdf .iframe.has-disclaimer {
	padding-left:40px;
	padding-right:40px;
}
.pdf .iframe.has-disclaimer .disclaimer {
	display: block;
	position:relative;
	bottom:auto;
	height:auto;
	margin-top: 20px;
	margin-right: 20px;
}
.pdf .iframe.has-disclaimer iframe {
	padding-bottom:0;
	min-height: auto !important;
	aspect-ratio: 9/5.5 auto;
}
.pdf .iframe.iframe.has-disclaimer .next-button {
	margin-top:0;
	margin-left:0;
}

@media (min-width:768px) {
	.set-size {
		padding-left: 8%;
		padding-right:	8%;
	}
	.set-size-left,
	.module-section .text.set-size-left {
		padding-left: calc( 8% + 25px );
	}
	.set-size-right,
	.module-section .image.set-size-right {
		padding-right:	calc( 8% + 25px );
	}
	.nav-buttons { margin-top:2vh; }
}
@media (max-height: 940px) {
	.page- .footer-container, 
	.page-register .footer-container, 
	.page-guest .footer-container 
	{ position: relative; }
	.nav-buttons {
		margin-bottom: 10px;
	}
}

@media (min-height: 821px) {
	.footer-container { height:auto; }
}
@media (min-height:778px ) {
	.nav-buttons { margin-top:2vh; }
}
@media (max-width:1090px) {
	.logo-bottom {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.hideondesktop { display: none;  }
}
@media (orientation:landscape) and (max-height:420px) {

	.nav-buttons-div {
		margin-bottom:20px;
	}

	.header {
		margin-bottom:10px;
	}

	.logo-bottom {
		margin-top:10px;
		margin-bottom: 18px;
	}
	.credits {
		padding-top:0;
	}
	footer {
		line-height: 40px;
	}
	.intro-text img {
		display: none;
	}
	.login-container {
		margin-top:0;
	}
}
@media (min-width: 468px) {
	.xs-hidden { display:inline; }
	.xs-visible { display:none; }
}
@media (max-height:600px) and (orientation:landscape) {
	.credits { margin-bottom:20px !important; }
}
/*Bootstrap breakpoint */
@media (max-width:  992px) {
	.nav-button, .nav-container.nav-button {
		padding: 		10px;
		border-bottom: 1px solid #94b2d0;
	}
}
@media (max-width: 767px) {
	.container { min-width:auto; }
	.logo {
		padding-top:10px;
		margin-top:0px;
	}
	.page- .logo {
		margin-top: 2%;
		margin-bottom: 20px;
	}

	.logo h1 { 
		font-size: 32pt;
		line-height: 45px;
		margin: 5px 0 10px 0;
	}
	.logo h2, 
	.logo h3 {
		font-size:23px;
	}
	.logo h3 span {
		font-size:30px;
	}
	.image_logo {
		height: auto;
	}
	.box img {
		margin-bottom:60px;
	}
	.nav-button p {
		padding:9px 9px; 
	}
	.nav-button.active {
		padding-top:10px;
	}
	.nav-button.active::after, .nav-button:not(.inactive):hover::after {
		height: 1px;
	}
	.nav-buttons-div {
		display: block;
	}
	.nav-button2,input[type=submit].nav-button2 {
		display: block;
		width: 100%;
		margin-bottom:5px;
	}
	.submenuMod .nav-button2, .submenuMod input[type=submit].nav-button2 {
		color:white !important;
		background:none;
		border-radius: 0;
	}
	footer {
		position: relative;
		padding-bottom:10px;
	}
	footer p br {
		display: none;
	}

	.usermenu {
		font-weight: 500;
		padding: 10px 15px;
		line-height: 20px;
	}
	.xs-hidden { display:none; }
	.xs-visible { display:inline; }
	.hideonmobile { display: none; }
	/*
	Uncomment it if you want the title to appear on top
	.menu-container .logo {
		display: inline-block !important;
	}*/
	.home_text {
		margin-top: 18px;
	}
	.box-title {
		font-size: 21px;
	}
	#register.theform input[type=submit] { width:100%; }
	.header {
		background:none;
	}

	.page-, .page-videos, .page-login, .page-register, .page-recover {
		background:white;
	}
	.nav-buttons {
		margin-top: 15px;
		border-radius: 15px;
	}
	footer { 
		/*position: absolute;*/
		margin-bottom:0px;
		margin-top:0;
	}
	footer img { float: none !important; }
	.footer-container {
		position:relative;
		padding-top:15px;
		margin-top:0 !important;
	}
	.page- .footer-container {
		margin-top:20px;
	}
	.nav-buttons-div {
		border-radius: 0;
		border-radius: 15px;
		padding:0;
	}
	.login-container {
		margin-top:20px;
	}
	.login-page .intro-text, .register-page .intro-text {
		display: none;
	}
	.theform, #register.theform {
		padding: 25px;
		margin-bottom:25px;
	}
	#register.theform {
		padding: 15px 5px 5px 5px;
	}
	.nav-container {
		padding: 	0 20px;
	}
	.nav-title .nav-submenu {
		display: none !important;
		position: relative;
		display: block;
		width: 100;
		top: 0;
	}
	.nav-title .nav-title {
		width: 100% !important;
		display: block;
		color: white !important;
		background: var(--primary-color);
		border-radius: 30px;
		font-size: 17px;
		font-weight: bold;
		display: inline-block;
		font-weight: normal;
		cursor: pointer;
		padding: 10px 20px;
		width: auto;
		margin: 5px 0px;
		text-align: center;
		text-transform: uppercase;
	}
	.nav-container .nav-divider {
		display: none;
	}
	.logo-bottom h2 {
		display: none;
		font-size: 42px;
	}
	body::after {
		opacity: 0.8;
	}
	.progressbar {
		display: none;
	}
	.nav-button::after {
		display: none;
	}
	.usermenu-container a {
		line-height: 20px;
	}
	.usermenu-container .organizedby {
		height: 70px;
		margin-top:-20px;
	}
	.page-guest .usermenu-container .organizedby {
		margin-top:0;
	}
	
	.box {
		margin-top:	20px;
		margin-left: 0px;
		padding: 15px;
	}
	.module-section .text {
		padding: 20px;
	}
	.module-section .text .title {
		font-size:		30px; 
		max-width: 100%;
	}
	.module-section .text .details {
		font-size:18px; 
		margin-top:10px;
	}

}
@media (max-height: 420px) and (orientation:landscape) {
	.nav-container {
		padding: 0;
	}
}

@media (max-height:630px) and (orientation:landscape) {
	.page- .footer-container {
		position: relative;
		margin-top: 20px;
		padding-top:20px;
	}
	body::before {
		position: fixed;
	}
}