@charset "UTF-8";
@import "global.css";
@import "boxes.css";
@import "pie.css";
@font-face {
    font-family: '2651font';
    src: url('fonts/2651font.eot');
    src: url('fonts/2651font.eot') format('embedded-opentype'),
         url('fonts/2651font.woff2') format('woff2'),
         url('fonts/2651font.woff') format('woff'),
         url('fonts/2651font.ttf') format('truetype'),
         url('fonts/2651font.svg#2651font') format('svg');
}

.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; }

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?id=1") no-repeat top right, white;
	background-size: 50%;
	z-index:-2;
	transition: 	background-position 0.3s ease-out;
}
body.page-login::after, body.page-register::after {
	background-size: cover;
}
body.page-module::after {
	background-position: top right;
	background-size: 50%;
}
.page-module .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;
}
/* Certificates on home page */
.certificates {
	color:white;
	background:#99c037;
	display: flex;
	font-size: 16px;
	padding:15px;
	text-transform: uppercase;
	font-weight: bold;
	justify-content: space-between;
}
.certificates span {
	font-size: 13px;
}
.certificates p {
	margin-bottom:0;
}
.certificates img {
	height:40px;
}
.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 {
	color:white !important; 
	position:absolute; 
	top:5px; 
	right:20px; 
	border-radius:35px; 
	padding:7px 25px; 
	background:rgba(0, 0, 0, 0.7);
}
.sa-button {
	display:none;
}
.next-button:hover, .sa-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.7;
}
.noscroll { 
  overflow: hidden;
}
/* HEADER */ 
.header { 
	z-index: 1003;
	position: relative;
}
.page-contents .header {
	margin-top: -8px;
}
.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;
}
/* Brought from CBL */
.contents iframe { display:none; }
.page-module .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;
}
.page-module .sidebar .volume-container.active { display: block; }
.page-contents .pdf {
	position: relative;
	top:0;
	left:0;
	right:0;
}

.logo {
	color: 			white;
	padding:		0px 15px 10px 15px;
	margin:			0;
	margin-bottom:	4px;
}
.logo a:hover {
	text-decoration:	none;
}
.logo h1 {
	color: 			var(--secondary-color);
	display: 		inline-block;
	font-weight:	bold;
	font-size:  	34pt;
	margin-bottom:	2px;
	margin-left:	10px;
	line-height:   	40px;
	transition: 	all 0.3s ease-out;
}
.logo h2 {
	display: inline-block;
	font-size:		32px;
	font-weight: 	400;
	font-family:	'2651font';
	margin-bottom: 	0px;
	transition: 	all 0.3s ease-out;
	padding:		10px 10px 6px 10px;
	background:  	var(--secondary-color);
	position:		relative;
	margin: 		0;
}
.logo h2:first-child:after {
	content: 		'';
	display: 		inline-block;
	position: 		absolute;
	top: 			0;
	height: 		100%;
	background: 	black;
	right: 			0;
	margin-right: 	100%;
	width: 			100vh;
}
.logo h2.blackbg {
	background:	black;
}
.page-guest h1 {
	font-size: 		74px;
	margin: 		24px 0 20px 0;
	line-height: 	70px;
}
.page-guest h2 {
	font-size: 		37px;
	padding:		13px 10px 8px 10px;
}
.logo:hover { text-decoration:none; }
.page-contents .logo {
	padding-top:	0;
}
.page-contents .logo h2 {
	font-size: 		21px;
}
.page-contents .logo h1 {
	font-size: 		34px;
	margin-top: 	0;
	line-height:  	34px;
}
.page-contents .logo h3 {
	font-size:		21px;
	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 { 
	background:		none;
	position:		relative; 
	padding:		36px 16px 34px 16px; 
	color: 			#acabab;
	font-weight: 	500;
	font-size: 		16px;
	vertical-align: bottom;
	text-transform: uppercase;
}

/* NAVIGATION */ 
.nav-button2, input[type=submit].nav-button2 {
	display: 		inline-block;
	cursor: 		pointer;
	width:			auto;

	color: white !important;
	background: var(--secondary-color);
	border-radius: 30px;
	font-size: 16px;
	font-weight: 	normal;
	padding: 		15px 26px;
	margin:			0px 5px;
}
.nav-button2:hover, input[type=submit].nav-button2:hover {
	text-decoration:none;
}
.mob_menu .nav-button2 {
	background:none;
	margin:0;
}
/*.page-contents .nav-buttons, 
.page-contents .home_text, 
.page-contents .footer-container {
	display: none;
}*/
.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;
	margin-bottom:10px;
}
.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, .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;
}
.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-title .submenuMod .article_dot_read {
	background:green; 
}
/* BOXES at home */
.box-container {
	display: flex;
}
.box {
	color:  		#010101;
	background:   	#e6d4bc;
	border: 		4px solid #faf5f5;
	border-radius:  0;
	box-shadow: 	0px 4px 11px 0px rgba(0, 0, 0, 0.36);
	display: 		block;
	flex:			1;
	font-size:	 	12px;
	padding:		15px;
	transition: all .3s cubic-bezier(0,0,.5,1);
}
.box strong {
	color:   		var(--primary-color);
	display: 		block;
	font-size:  	15px;
	margin: 		15px;
	margin-top:   	10px;
	line-height: 	18px;
}
.box img {
	border: 		4px solid #faf5f5;
	box-shadow: 	0px 4px 11px 0px rgba(0, 0, 0, 0.36);
}
.box p {
	color:			#010101;
	line-height: 	15px;
}
.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; 
}
.mobile_menu_list .submenu2 {
	padding-left:46px;
	background:none;
}
.submenu2 a {
	border-bottom:1px solid rgba(0,0,0,0.2);
	text-transform: none; 
	line-height: 22px;
	padding: 15px;
}
.mobile_menu_list .submenu2 .nav-button2 {
	border-radius: 0;
}
/* PDF popup */
.pdf {
	display:none;
	position:fixed; 
	z-index:1003;
	top:173px; 
	bottom:0px;
	left:0; 
	right:0; 
	margin:0 auto; 
	overflow:hidden;
}
.touch .pdf { -webkit-overflow-scrolling:touch; overflow-y: scroll; }

.pdf .iframe { height:100%; }
.pdf .iframe iframe { 
	background:none; 
	border:none; 
	border: 1px solid #33373a; 
	padding-top:0px; 
	padding-bottom:0px; 
}
.frame_footer {
	background:white;
	color:		darkgrey; 
	margin-top: 20px;
	padding: 	5px 10px 5px 10px; 
	font-size: 	13px; 
	border-top:	1px solid grey;
}
.sidebar h2 { font-weight:700; padding:30px 25px 10px 40px; margin-bottom:0px; color:white; font-size:17px; }
.sidebar .volume-container { display:none; list-style-type:none; padding-top:5px; }
.sidebar .volume-container .subtitle, 
.sidebar .selfassesment input[type=submit] { 
	background:     	rgba(85,126,162,0.4);
	color: 				var(--primary-color);
	display:  			block;
	font-size:			15px; 
	text-transform: 	uppercase;
	font-weight:		400; 
	padding: 			17px 20px;
	padding-right:		5px;
	margin-bottom: 		9px;
}
.sidebar .volume-container .subtitle.current {
	color:    			white;
	font-weight: 700;
	background: var(--primary-color);
}
.sidebar .volume-container .subtitle:hover:not(.current):not(.module_title) {
	color:white;
	background: var(--primary-color);
	-webkit-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	text-decoration: none;
}
.sidebar .selfassesment input[type=submit]:hover {
	text-decoration: none;
}
.sidebar .volume-container .subtitle.openmenu.current {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.sidebar .selfassesment { display: block !important; }
.sidebar .selfassesment.hide { display: none !important; }
/*.sidebar .volume-container .subtitle:hover { opacity:0.8; text-decoration:none; }*/
.sidebar .volume-container .subtitle:not(.module_title) a.current:not(.module_title) { 
	position:relative; 
	/*background:rgba(255,255,255,0.4); */
	margin-left: -25px;
	margin-right: -25px; 
	padding-left: 40px; 
}
.sidebar .volume-container .module_title {
	background: 		url('../images/icon_module.png') no-repeat 10px center, var(--primary-color);
	background-size: 	30px;
	color:				white;
	margin-top:			10px;
	font-weight:  		300;
	padding-left:		50px;
}
.sidebar .volume-container .module_title.home_title {
	background: 		url('../images/icon_home.png') no-repeat 10px center, var(--primary-color);
	background-size: 	30px;
}
.sidebar .volume-container .icon {
	padding-left:		50px;
	position:			relative;
}
.sidebar .volume-container .icon:after {
	display: 			block;
	position:			absolute;
	left:				0px;
	top:				10px;
	content:			'';
	background-size:	30px;
	width: 				50px;
	height: 			40px;
}
.sidebar .volume-container .icon:nth-of-type(1):after {
	background: 		url('../images/icon_screen_white.png') no-repeat 10px center;
	background-size:	30px;
}
.sidebar .volume-container .icon:nth-of-type(2):after {
	background: 		url('../images/icon_cases_white.png') no-repeat 10px center;
	background-size: 	30px;
}
.sidebar .volume-container .icon:nth-of-type(3):after {
	background: 		url('../images/icon_zigzag_white.png') no-repeat 10px center;
	background-size: 	30px;
}
/* Mobile submenu ICONS */
.mobile_menu_list .icon {
	padding-left:		50px;
	position:			relative;
}
.mobile_menu_list .icon:after {
	display: 			block;
	position:			absolute;
	left:				0px;
	top:				10px;
	content:			'';
	background-size:	30px;
	width: 				50px;
	height: 			40px;
}
.mobile_menu_list .icon:nth-of-type(1):after {
	background: 		url('../images/icon_home.png') no-repeat 10px center, var(--primary-color);
	background-size: 	30px;
}
.mobile_menu_list .icon:nth-of-type(2):after {
	background: 		url('../images/icon_presentation2.png') no-repeat 10px center;
	background-size:	30px;
}
.mobile_menu_list .icon:nth-of-type(3):after {
	background: 		url('../images/icon_screen_white.png') no-repeat 10px center;
	background-size:	30px;
}
.mobile_menu_list .icon:nth-of-type(4):after {
	background: 		url('../images/icon_cases_white.png') no-repeat 10px center;
	background-size: 	30px;
}
.mobile_menu_list .icon:nth-of-type(5):after {
	background: 		url('../images/icon_zigzag_white.png') no-repeat 10px center;
	background-size: 	30px;
}
.mobile_menu_list .icon:nth-of-type(6):after {
	background: 		url('../images/icon_score_white.png') no-repeat 10px center;
	background-size: 	30px;
}

/* Inside the submenus */
.sidebar .volume-container div {
	border-radius:		5px;
	padding:			0px;
	margin-bottom: 		5px;
	margin-top: 		10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.sidebar .volume-container div a.current {
	position: 			relative;
	font-weight:		bold;
}
.sidebar .volume-container div .subtitle {
	background:  		rgba(0, 0, 0, 0.11);
	margin-bottom: 		10px;
	border-radius:  	0;
	text-transform:  	none;
	margin-left: 		20px;
}
/*.sidebar ul div a.current li::after { content:""; display: block; position:absolute; left:0px; right:0px; top:-1px; bottom:0; background:rgba(255,255,255,1); z-index:1; }*/
/*.sidebar .openmenu.current { color:white; }*/
.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 .article_dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: white;
	border-radius: 3px;
	margin-left: -10px;
	margin-right:7px;
	float: left;
	margin-top: 7px;
}
.sidebar .article_dot span {
	display: none;
}
.sidebar .article_dot_read .article_dot, .sidebar .article_dot_read {
	background:#ffc526; 
}
.sidebar .article_dot.fail {
	display: inline-block;
	background: var(--fail-color);
}
.sidebar .article_dot.pass {
	display: inline-block;
	background: var(--pass-color);
}
.sidebar .article_dot.pending {
	display: inline-block;
	background: rgba(0,0,0,0.2);
}
.sidebar .article_dot.fail, .sidebar .article_dot.pass, .sidebar .article_dot.pending {
	width:			10px;
	height: 		10px;
	border-radius:	5px;
	margin-left: 	-10px;
	margin-top: 	6px;
}
.sidebar .progressbar {
	display:  		none;
	padding:		0px 20px;
}
.sidebar .progressbar-container {
	border: 						1px solid white;
}
.sidebar .progressbar-container div {
	height:							7px; 
	background:					#ffc526; 
	font-size:					10px; 
	-webkit-transition: width 2s; 
	transition: 				width 2s;
}
.subtitle.rules {
	text-align:center;
}
.sidebar .volume-container .rules.icon {
	padding-left:0;
}
.subtitle.rules.current {
	background: var(--primary-color) !important;
}
.subtitle.rules:hover {
	text-decoration: none;
}
.subtitle.rules ol {
	list-style-type: upper-alpha;
	padding-inline-start: 22px;
}
/* FORM */
input[type=email], input[type=text], input[type=number], input[type=password] {
	color:			black; 
	background:		white;
	border:    		2px solid #857e7e;
	border-radius:  0;
	font-size:		18px; 
	padding:		7px 12px; 
	margin:			5px 0px;
	width: 			100%;
	text-indent: 	23px;
	box-shadow: 	2px 2px 6px 0px rgba(0, 0, 0, 0.4) inset;
}
input[name=email] {
	background: white url(../images/icon_email.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[name=name], input[name=lastName] {
	background: white url(../images/icon_doctor.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], input[name=city] {
	background: white url(../images/icon_home.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[name=position] {
	background: white url(../images/icon_person.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[name=country] {
	background: white url(../images/icon_globe.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;

	/* User defined values */
	background: 	#557ea2;
	color: white;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:15px;
	padding: 15px 18px;

	z-index: 			6;
}
.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 h2 { 
	/* User defines values */
	color:			white; 
	font-weight:	700; 
	font-size:		19px; 
	margin-bottom:	5px; 
	text-align:		left; 
	padding:		0px; 

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

	/* User defined values */
	color:				white; 
	background:			var(--button-color); 
	border:   			1px solid var(--button-color);
	border-radius: 		0px;
	font-size:			20px;
	font-weight: 		700;
	padding:			10px 50px;
	text-transform:   	uppercase;
	margin-bottom:  	20px;

}
.theform .submitBtn {
	width: 			auto;
	min-width: 		50%;
}
.theform input[type=submit]:hover, 
button[type=submit]:hover,
.theform .submitBtn:hover 
{
	background:		white;
	border:   		1px solid var(--button-color);
	color:			var(--button-color); 
}
.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 { display:block; text-align:center; margin:0 auto; padding-bottom:15px; color:white; }
#register.theform .hdr h2 { text-align:center; margin-bottom:0px; }
#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: #fffefe;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	height:auto;
	z-index: 6;
	padding-bottom:20px;
}
.page-module .footer-container {
	display: none;
}
.page-certificate .footer-container, .page-profile .footer-container {
	position: relative;
}
footer {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	line-height: 17px;
	font-size: 14px;
	display: block;
	text-align: center;
	z-index: 998;
}
footer p {
	margin-top: 18px;
	font-weight: 500;
	/* width: 53%; */
	display: inline-block;
	padding: 0 36px;
}
footer *{
	vertical-align: bottom;
	display: inline-block;
}

.desktop .onlymobile { display: none; }

.touch .hideonmobile { display: none; }

@media (min-width:768px) {
	.set-size {
		/*max-width: 1100px;
		margin:0 auto;*/
		padding-left:		8%;
		padding-right:	8%;
	}
	.nav-buttons { margin-top:2vh; }
}
@media (max-height: 780px) {
	.page- .footer-container { position: relative; }
}
@media (max-height:800px ) {
	.footer-container {
		position: relative;
	}
}
@media (min-height: 821px) {
	.footer-container { height:auto; }
}
@media (min-height:778px ) {
	.nav-buttons { margin-top:2vh; }
}
@media (min-height:1000px ) {
	.nav-buttons { margin-top:200px; }
}
@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) {
	.certificates {
		margin-top:15px;
	}
	.container { min-width:auto; }
	.logo {
		padding-top:10px;
	}
	.logo h1 { 
		font-size: 30pt;
		line-height: 45px;
		margin: 5px 0 10px 0;
	}
	.logo h1 br {
		display: none;
	}
	.logo h2, .logo h3 {
		font-size:25px;
	}
	.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
	}
	.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: 20px;
	}
	#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;
	}
	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;
		margin-top: 0;
		margin-left:0;
	}
	#register.theform {
		padding: 15px 5px 5px 5px;
	}
	.nav-container {
		padding: 	0 20px;
	}
	.nav-buttons {
		display: none;
	}
	.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.5;
	}
	.progressbar {
		display: none;
	}
	.nav-button::after {
		display: none;
	}
	.usermenu-container img {
		height:auto;
	}
	/*.sidebar {
		display: none;
		background:white;
		position:fixed;
		left:0;
		top:0;
		z-index:9999;
		overflow: hidden;
	}*/
	.contents iframe {
		display: none;
	}
}
@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;
	}
}
.article_dot:not(.pass):not(.fail):not(.pending) {
	display: none !important;
}