#logout_button {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100px;
}

.task_button {
	height: 80px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	color: #353535;
	padding: 14px;
	font-size: 15px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stage_button {
	text-align: center;
	min-height: 80px;
	height: auto;
}

.task_button li {
	margin-left: 10px;
}

.container {
	text-align: center;
}

.task_content_div {
	font-size: 16px;
	width: 100%;
	padding-bottom: 15px;
}

.task_content {
	display: table-cell;
	vertical-align: middle;
}

.task_content.question {
	display: block;
	width: 100%;
	margin-bottom: 10px;

}

.button_group {
	margin-top: 7%;
}

.solve_button_group {
	display: table;
	width: 100%;
	padding-top: 20px;
	bottom: 0;
	margin-left: -15px;
}

.solve_task_button {
	width: 300px;
	margin-bottom: 2%;
}

.solve_task_span {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.navigate_task_button {
	width: 200px;
	margin-bottom: 2%;
}

#solved_task {
	background-color: #e7ffd4;
}

#previous_button {
	width: 150px;
	margin-bottom: 2%;
	margin-top: 2%;
}

#navigate_buttons_group {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.task_header_div {
	display: table;
	float: none;
	width: 100%;
	margin-bottom: 2%;
}

#task_header {
	color: #333333;
	display: table-cell;
	float: none;
	vertical-align: middle;
}

#navigate_buttons_div {
	margin-bottom: 4%;
	margin-top: 2%;
}

.form-control {
	width: 60%;
	display: inline-block;
}

#login_form {
	margin-top: 30px;
}

#login_button {
	margin-top: 60px;
}

#send_pass_button {
	margin-top: 40px;
}

#login_div, #container_div {
	padding-top: 0px;
	padding-bottom: 30px;
}

#border_div {
	border: 2px solid #c7c7c7;
	border-radius: 20px;
	position: relative;
	margin-top: 20px;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;
	width: 100%;
}

.main_div {
	display: block;
}

.header {
	font-size: 55px;
	font-weight: 700;
}

@media (min-width: 768px) {
	#border_div {
		min-height: 500px;
	}
}

@media (min-width: 1200px) {
	#border_div {
		min-height: 550px;
	}
}


#answers_div, #answers_form {
}

.answer {
	display: inline-block;
	text-align: left;
	margin-left: 36px;
}

.answers_content {
	margin-left: 18px;
	margin-right: 18px;
}

.task_order_header {
	margin-top: 0px;
}

.task_content ol {
	padding-left: inherit;
}

.task_content li {
}

.main_content {
	text-align: left;
	font-size: 17px;
	padding-top: 20px;
}

.main_content_header {
	font-size: 23px;
	color: #05086F;
	margin-bottom: 0;
	font-weight: 600;
}

.content_paragraph {
	margin-top: 25px;
}

.main_content_buttons {
	margin-top: 40px;
}

#solved_task_alert {
	margin-top: -35px;
}

.tresc_zadania {
	font-size: x-large;
	text-align: left;
}


.tresc_zadania .tresc, .tresc_zadania .przyklad, .zadanie_w_lekcji .komentarze, .zadanie_w_tescie .komentarze {
	margin: 20px auto 0px auto;
	padding: 10px;
	border-radius: 15px;
	border: 1px solid #007abb;
	background-color: #fbfbfb;
}
.tresc_zadania .tresc {
	text-align: justify;
}
@media screen and (min-width: 992px) {
	.tresc_zadania .przyklad {
		width: calc(33% - 10px);
		float: left;
	}
	.tresc_zadania .przyklad:nth-child(3n+2) {
		margin-right: 5px;
		margin-left: 5px;
	}
}
.tresc_zadania .przyklad h3 {
	margin-top: 0;
	text-align: center;
	color: #007abb;
}

.tresc_zadania .przyklad pre,
.tresc_zadania .tresc pre,
.chat {
	margin-top: 20px;
	border: solid;
	border-width: 1px;
	border-radius: 15px;
	border-color: #007abb;
	background: #ffff;
	max-width: 500px;
	padding: 0px 10px 10px 10px;
	overflow: hidden;
}

.tresc_zadania .przyklad pre:before,
.tresc_zadania .tresc pre:before,
.chat:before {
	content: "Konsola";
	display: block;
	border: solid;
	color: #ffff;
	background-color: #007abb;
	border-color: #007abb;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	max-width: 510px;
	height: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: sans-serif;
}

.answers_content, .examples {
	padding-bottom: 30px;
}

.user_answer h5 {
	text-align: left;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
}

.task_answer {
	height: 100px;
	display: block;
	width: 100%;
	line-height: 1.333333;
	margin-bottom: 10px;
}

.module_img {
	clear: both;
	display: block;
	margin: 10px auto;
}

#solve_button_div, .solve_button_group {
	text-align: center;
}

.answer_row {
	height: 22px;
	line-height: 22px;
}

ol, ul {
	margin-bottom: 0px;
}

.answers_content#answers_form {
	margin-bottom: 0px;
}


/* tki */
pre {
	margin: 1em 0;

	font-size: .9em;

	background: none;
	border-width: 3px;
	border-radius: 1em;

	counter-reset: line;
}

pre>br {
	display: none;
}

pre>br:first-child {
	margin: -9px;
	padding: 0;
	display: block;
}

code {
	counter-increment: line;
}

code:before {
	margin: .2em;
	padding: .2em;
	border-right: 3px solid rgba(32, 32, 32, 0.1);

	-webkit-user-select: none;
}

.task_content_div {
	width: calc(100% - 38px);
}

.step-list {
	margin: 18px;
}

pre code {
	padding: 8px;
}
/* tki */

.task_questions_list, .task_closed_answers {
	counter-reset: task;
	list-style: none;
}

.task_questions_list > li:before {
	counter-increment: task;
	content: attr(task) "." counter(task, upper-alpha) ". ";
	font-weight: 700;
}

.task_questions_list > li > .readonly,
.task_closed_answers > li > .readonly {
	background-color: #eaeaea;
}

.collapse_optional_tasks {
	margin-top: 1em;
	font-size: 1.3em;
}

.collapsed_optional_tasks {
	display: none;
}

#collapse_optional_tasks2 {
	max-width: 96%;
}

.stage_score {
	font-size: 16px;
	font-weight: 700;
	float: left;
	margin-bottom: 10px;
	font-style: italic;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.vcent {
	margin-top: 20%;
}

#stage_end_info {
	margin-top: 220px;
	text-align: center;
}

#counter_fixed_task {
	position: fixed;
	left: 50%;
	top: 5%;
	bottom: unset;
	pointer-events: none;
	background-color: #FFCCCC;
	border: 1px solid #FF9999;
	color: #FF6666;
	border-radius: 10px;
	font-size: 20px;
	padding: 10px;
	width: 30%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 20px;
	z-index: 999;
}

.btn > label {
	cursor: pointer;
}