
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */


article,
aside,
details,
figcaption,
figure,
footer,
header,hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.

 */
table {
    border-collapse: collapse;
  
}


/*
SWIECACY

body {
	font-family: 'Orbitron', sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	overflow: hidden;
	background: black;
	background-size: 300% 300%;
	animation: gradientMove 15s infinite alternate;
	position: relative;
}

.header {
	font-size: 3rem;
	text-transform: uppercase;
	text-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff, 0 0 30px #00ffff, 0 0 40px #00ffff;
	margin-bottom: 2rem;
	animation: glow 1.5s infinite alternate;
	z-index: 2;
}

.center p a,
.center a.btn,
.center div.btn {
	font-size: 1.5rem;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 20px;
	margin: 10px;
	display: inline-block;
	border: 2px solid #00ffff;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.center p a:hover,
.center a.btn:hover {
	color: #0b0c10;
	background: #00ffff;
	box-shadow: 0 0 15px #ffffff, 0 0 30px #ffffff, 0 0 45px #00ffff;
	transform: scale(1.1);
}

.stars, .planets, .shooting-stars {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.star {
	position: absolute;
	width: 2px;
	height: 2px;
	background: #ffffff;
	opacity: 0.8;
	border-radius: 50%;
	animation: twinkle 3s infinite;
}

.planet {
	position: absolute;
	width: 50px;
	height: 50px;
	background: radial-gradient(circle, #f7b733, #fc4a1a);
	border-radius: 50%;
	box-shadow: 0 0 20px #fc4a1a, 0 0 40px #f7b733;
}

.shooting-star {
	position: absolute;
	width: 2px;
	height: 2px;
	background: #ffffff;
	border-radius: 50%;
	animation: shoot 2s linear infinite;
	box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
}

@keyframes twinkle {
	0%, 100% {
		opacity: 0.8;
	}
	50% {
		opacity: 0.3;
	}
}

@keyframes gradientMove {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}

@keyframes shoot {
	0% {
		transform: translate(-50px, -50px);
		opacity: 1;
	}
	100% {
		transform: translate(200px, 200px);
		opacity: 0;
	}
}
*/

/* MINIMALISTYCZNY */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #eaeaea !important; /* Subtle gray background */

    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* ========================================================================== 
   Content Container
   ========================================================================== */

.center {
    max-width: 700px;
    text-align: center;
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for better visibility */
    display: flex;
    flex-direction: column; /* Ensure items stack vertically */
    gap: 0.5rem; /* Add spacing between items */
}

/* ========================================================================== 
   Typography
   ========================================================================== */

.header {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.center p {
    margin-bottom: 1rem;
}

/* ========================================================================== 
   Buttons and Links
   ========================================================================== */

.center p a,
.center a.btn,
.center div.btn {
    font-size: 1rem;
    color: #0056b3;
    text-decoration: none;
    padding: 5px 5px;
    border: 1px solid #0056b3;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.center p a:hover,
.center a.btn:hover {
    background-color: #0056b3;
    color: #fff;
}

/* ========================================================================== 
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 0.5rem;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
	background-color: white;
}

table th {
    background-color: #f4f4f4;
    font-weight: bold;
}



/* 
 PS
*/

:root {

  --_blue: #06669A; 		/* 8069 */
  --_dark_blue: #0E2364; 	/* 8070 */
  --_dark_orange: #D6430A;  /* 8071 */
  --_green: #3C8712; 		/* 8072 */
  --_red: #EB1808; 			/* 8073 */
  --_purple: #5F1A7F; 		/* 8074 */
  --_pink: #C02466; 		/* 8075 */
  
  --primary_color: var(--_ALL, #0056b3);
}



/* *************************** 8069 ************************* */

div.KPO .btn,
div.LO .btn {
	color: white !important;
	background-color: var(--_blue) !important;
	border: 1px solid var(--_blue) !important;
}
div.KPO .btn:hover,
div.LO .btn:hover,
div.KPO .btn-disabled,
div.LO .btn-disabled {
	color: var(--_blue) !important;
	background: white !important;
	border: 1px solid var(--_blue) !important;
}

/* *************************** 8070 ************************* */

div.POU .btn,
div.PU  .btn,
div WMU .btn {
	color: white !important;
	background-color: var(--_dark_blue) !important;
	border: 1px solid var(--_dark_blue) !important;
}
div.POU .btn:hover,
div.PU  .btn:hover,
div WMU .btn:hover,
div.POU .btn-disabled,
div.PU  .btn-disabled,
div WMU .btn-disabled {
	color: var(--_dark_blue) !important;
	background: white !important;
	border: 1px solid var(--_dark_blue) !important;
}

/* *************************** 8071 ************************* */

div.WU .btn,
div.ZU .btn {
	color: white !important;
	background-color: var(--_dark_orange) !important;
	border: 1px solid var(--_dark_orange) !important;
}
div.WU .btn:hover,
div.ZU .btn:hover,
div.WU .btn-disabled,
div.ZU .btn-disabled {
	color: var(--_dark_orange) !important;
	background: white !important;
	border: 1px solid var(--_dark_orange) !important;
}

/* *************************** 8072 ************************* */

div.DU .btn,
div.LU .btn {
	color: white !important;
	background-color: var(--_green) !important;
	border: 1px solid var(--_green) !important;
}
div.DU .btn:hover,
div.LU .btn:hover,
div.DU .btn-disabled,
div.LU .btn-disabled {
	color: var(--_green) !important;
	background: white !important;
	border: 1px solid var(--_green) !important;
}

/* *************************** 8073 ************************* */

div.DW .btn,
div.LW .btn {
	color: white !important;
	background-color: var(--_red) !important;
	border: 1px solid var(--_red) !important;
}
div.DW .btn:hover,
div.LW .btn:hover,
div.DW .btn-disabled,
div.LW .btn-disabled {
	color: var(--_red) !important;
	background: white !important;
	border: 1px solid var(--_red) !important;
}

/* *************************** 8074 ************************* */

div.OW .btn,
div.WW .btn {
	color: white !important;
	background-color: var(--_purple) !important;
	border: 1px solid var(--_purple) !important;
}
div.OW .btn:hover,
div.WW .btn:hover,
div.OW .btn-disabled,
div.WW .btn-disabled {
	color: var(--_purple) !important;
	background: white !important;
	border: 1px solid var(--_purple) !important;
}

/* *************************** 8075 ************************* */

div.PW .btn,
div.ZW .btn {
	color: white !important;
	background-color: var(--_pink) !important;
	border: 1px solid var(--_pink) !important;
}
div.PW .btn:hover,
div.ZW .btn:hover,
div.PW .btn-disabled,
div.ZW .btn-disabled {
	color: var(--_pink) !important;
	background: white !important;
	border: 1px solid var(--_pink) !important;
}

/* *********************************************************************************************** */

.btn.visited {
	position: relative;
}

.btn.visited::after {
	content: '\f058';
	font-family: FontAwesome;
	position: absolute;
	right: 1em;
}



.center {
	margin: 0 auto;
}

.center p {
	text-align: center;
}

.back-button {
    padding: 0.5em 1em;
    font-size: 1em;
	background-color: green;
	font-weight: bold;
	color: white;
}

.header {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}

.report_container {
	overflow: auto;
	width: 80%;
    margin: 0 auto;
	height: 600px;
	overflow-y: scroll;
}

.report_container table td ul {
	margin-block: 0.25em;
}
 
table thead {
	position: sticky;
    top: 0;
    bottom: auto;
}

.tac {
	margin-block:1em;
	text-align: center;
}

table td {
	border: 1px solid grey; !important
	border-spacing: 0;
	padding: 5px
}

header,
footer {
	background: white;
}

.page_header img {
	max-width: 100%;
}

.page_header,
.page_footer {
	text-align: center;
}

.page_footer {
    padding: 2em;
}

.report {
	margin-top: 1em;
}

.report_btn {
	color: white !important;
    background-color: #0056b3;
}

.report_btn:hover {
    background-color: white !important;
    color: #0056b3 !important;
}

footer {
	margin-top: 1em;
}

.filters {
	background-color: white;
	padding: 1em;
}

.filters p {
	margin-top: 0;
}

.filters {
    display: flex;
    flex-direction: row;
    margin: 0 -0.5em 1em;
	align-items: center;
    justify-content: center;
}

.filters > .filter {
    flex: 0 1 auto;
	padding-left: 0.5em;
    padding-right: 0.5em
	max-width: 200px;
}

.filters > .filter > select {
	max-width: 150px;
}

.filters .filter > label {
    display: block;
    margin: 0 0 0.25rem 0;
    font-size: 1em;
    font-weight: bold;
    text-transform: none;
}



/* QUIZY TESTY */

.quiz_container {
    max-width: 700px;
	margin: 0 auto;
    text-align: center;
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for better visibility */
    flex-direction: column; /* Ensure items stack vertically */
    gap: 0.5rem; /* Add spacing between items */
}

.question {
    border: 1px solid lightgrey;
    border-radius: 0.5em;
    padding: 1em;
}

.question_content {
	padding-bottom:0.5em;
}

.question_inquiry_error {
	background-color: #ffd9d9;
}

.question_iterator,
.question_text,
.question_hint {
	font-weight: bold;
}

.question.question_inquiry_error .question_hint {
	color: red;
}

.answer {
	margin-block: 0.25em;
}

.answer:hover {
	background-color: #f0f0f0;
}

.answer,
.answer label:hover,
.answer input:hover {
	cursor: pointer;
}

.answer_selected {
	background-color: #dbf4ff;
}

.answer label {
	margin-left: 0.25em;
}


.not_attempted {
	color: lightgrey;
}

.incresed {
	color: green;
	font-weight: bold;
}
.decresed {
	color: red;
	font-weight: bold;
}
.not_changed {
	color: blue;
	font-weight: bold;
}
.questions_section_header {
    font-size: 1.5em;
	font-weight: bold;
    color: red;
    padding: 0.25em 1em;
}

table.compare_report_table td {
	text-align:center;
}

.user_info,
.gallery_info {
	background: white;
    width: 80%;
    margin: 0 auto;
    padding: 0.5em 4em;
    margin-bottom: 1em;
    border-radius: 0.5em;
}

.gallery_info p {
	margin-bottom: 0.25rem;
	font-weight: bold;
	text-align: center;
}

.gallery_info p span {
	color: blue;
}

.btn[type="q_pre"],
.btn[type="q_post"]
{
	outline: 2px solid var(--primary_color)!important;
    outline-offset: 3px;
}

.download-report-button {
	background-color: #fcfff5;
    color: #2c662d;
	box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
	margin: 1em 0;
    padding: 1em 1.5em;
    line-height: 1.5em;
    transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
    border-radius: 0.25rem;
}

.course_player_frame {
	width: 95%;
	max-width: initial;
}

.course_player_frame iframe {
	height: 900px;
}

dialog {
	background-color: white;
	padding: 1em 4em;
    font-size: 2.5em;
}

dialog::backdrop {
	background: rgba(0,0,0, 0.5);
}

#helloDialog {
	max-width: 50%;
	padding: 1em 2em;
}
#helloDialog p {
	color: red;
	text-align: center;
	font-size: 0.75em;
}
#helloDialog button {
	display: block;
	width: 25%;
	text-align: center;
	margin: 0 auto;
	font-size: 0.75em;
}


/***
KRONIKA GALERIA
*/
div.gallery_container {
	margin: 0 auto;
    width: 80%;
    /* max-width: 700px; */
	margin-top: 1em;
    text-align: center;
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
}
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
display: inline-block;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
  max-height: 100px
}

div.desc {
  padding: 15px;
  text-align: center;
  text-overflow: ellipsis;
}

.btn-choose-file-input,
.btn-upload-submit {
	background-color: #0d6efd;
	color: white;
	border: 1px solid #0d6efd;
}

.btn-upload-submit:hover {
	background-color: white;
	color: #0d6efd;
}


.report-cell-visited {
	background-color: #339833;
}
.report-cell-not-visited {
	background-color: #f65353;
}
.report-cell-visited,
.report-cell-not-visited {
	color:white;
	font-weight: bold;
	text-align: center;
}

table button.button {
	
}

.filters.group-buttons a {
	margin-inline: 0.5em;
}

.filters.group-buttons a:hover {
	background-color: white;
	color: grey;
	outline: 2px solid grey;
}

.trng-group-button {
    padding: 0.5em 1em;
    font-size: 1em;
	font-weight: bold;
	background-color: grey;
	color: white;
	text-decoration: none;
}

.trng-group-button.current {
	background-color: white;
	color: grey;
	outline: 2px solid grey;
}

.red {
	color: red;
}
.rainbow {
	background: -webkit-linear-gradient(45deg, rgba(255, 0, 0, 1) 0%, rgba(255, 154, 0, 1) 10%, rgba(208, 222, 33, 1) 20%, rgba(79, 220, 74, 1) 30%, rgba(63, 218, 216, 1) 40%, rgba(47, 201, 226, 1) 50%, rgba(28, 127, 238, 1) 60%, rgba(95, 21, 242, 1) 70%, rgba(186, 12, 248, 1) 80%, rgba(251, 7, 217, 1) 90%, rgba(255, 0, 0, 1) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.btn.btn-disabled {
	position: relative;
}

.post-quiz-blocked,
.conditions-header,
.condition-met,
.condition-not-met {
	font-weight: bold;
}

.conditions-header {
	color: black;
}

.condition-met {
	color: green;
}
.condition-met::after {
	content: '\f00c';
	font-family: FontAwesome;
	position: absolute;
	right: 1em;
	color: green;
}


.condition-not-met {
	color:red;
}
.condition-not-met::after {
	content: '\f00d';
	font-family: FontAwesome;
	position: absolute;
	right: 1em;
	color: red;
}


.post-quiz-blocked,
.learning-element-blocked {
	color: rgba(128,128,128);
}
.post-quiz-blocked::after {
	content: '\f023';
	font-family: FontAwesome;
	position: absolute;
	right: 1em;
	color: grey;
}


.daily_stats {
	width: 80%;
    margin: 0 auto;
}

.active_users_ul {
	overflow: auto;
	max-height: 200px;
	overflow-y: scroll;
}

.daily_stats div span.name,
.daily_stats div span.value  {
	font-size: 2em;
	font-weight: bold;
}
.daily_stats div span.name {
	color: blue;
}
.daily_stats div span.value {
	padding: 1em;
	color: red;
}



.pulse-button {
  animation: pulse 3s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}