.container {
	text-align: center;
	color: #333333;
	display: block;
}

.header_row {
	display: table;
	float: none;
	padding-bottom: 60px;
	width: 100%;
}

.register_header {
	font-weight: 700;
	font-size: 50px;
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.row {
	border-bottom: 3px solid #cccccc;
	display: table;
	float: none;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	vertical-align: middle;
}

.input_row {
	display: table;
	float: none;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	vertical-align: middle;
	padding: 10px 0px;
}

.account_data_subtitle {
	border-right: 1px solid #cccccc;
	display: table-cell;
	float: none;
	text-align: right;
	font-weight: 600;
	vertical-align: top;
	padding-right: 15px;
	font-size: 18px;
	padding-top: 25px;
}

.teacher_consent {
	text-align: -webkit-center;
}

.form_field_name {
	display: table-cell;
	float: none;
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
	font-weight: 600;
}

.form_input_field {
	display: table-cell;
	float: none;
	vertical-align: middle;
	font-size: 20px;
}

.form-control {
	display: inline-block;
	height: initial;
	font-size: 20px;
}

.account_data_inputs {
	padding: 15px 0px 20px;
	display: table-cell;
	float: none;
}

.select_input {
	height: 42px;
}

.button_row {
	display: table;
	float: none;
	width: 100%;
}

.button_row_confirm_register{
	display: inline-grid;
	grid-template-columns: auto auto;
	float: none;
	width: 60%;
	padding-top: 20px;
}

.register_buttons {
	display: table-cell;
	float: none;
	vertical-align: middle;
	padding-top: 20px;
}

.input_school_row {
	border-bottom: 1px solid #cccccc;
	padding: 0px;
}

.input_school_header_row {
	border-bottom: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	padding: 0px;
}

.school_field {
	text-align: left;
	border-right: 1px solid #cccccc;
	padding: 25px 10px 10px 15px;
}

.school_data {
	padding: 0px;
}

.school_input {
	padding: 10px 15px;
	border-right: 1px solid #cccccc;
}

.school_data_field {
	text-align: left;
	font-weight: 500;
	padding: 10px 10px 10px 15px;
	border-right: 1px solid #cccccc;
}

.school_data_button {
	text-align: center;
	padding: 10px 10px 10px 15px;
	border-right: 1px solid #cccccc;
}

.school_data .school_data_field:last-child {
	border-right: none;
}

.input_school_header_row .school_field:last-child {
	border-right: none;
}

.school_data_row {
	padding: 0px;
	display: table;
	float: none;
}

.school_data:nth-child(even) {
	background-color: #ececec;
}

.school_data_title {
	display: table-cell;
	float: none;
	font-size: 20px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 15px;
}

.modal-dialog {
	background-color: #ffffff;
	min-height: 80%;
	min-width: 80%;
}

.modal-header {
	background-color: #5bc0de;
	color: #ffffff;
}

.modal-title {
	font-weight: 700;
	font-size: 20px;
	text-align: left;
}

#school_name:hover {
	cursor: pointer;
}

#school_name_text {
	padding: 0;
}

#school_name_text:empty {
	display: none;
}

.form_label {
	padding-top: 10px;
	text-align: left;
}

.save_button {
	width: 76px;
}

.data_review {
	text-align: left;
	font-weight: 700;
}

.confirm_button_span {
	padding: 30px;
}

.back_button,
.confirm_button {
	width: 200px;
}

.hidden_form {
	display: contents;
}

.form_input_field textarea {
	resize: none;
}

.review_button {
	text-align: left;
	padding-left: 15px; 
}

.task_order_header {
	margin-top: 0px;
	white-space: initial;
}

.task {
	height: auto;
	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;
	display: block;
	width: 100%;
	line-height: 1.333333;
	margin-bottom: 5px;
}

.solved_task {
	color: #000000;
	background-color: transparent;
	border: none;
}

.unsolved_task {
	color: #CD0000;
	background-color: transparent;
	border: none;
}

input[name="service_accepted"] {
	margin: -2px 2px 0px 10px;
	vertical-align: middle;
}

.filter_schools_tip {
	font-size: 24px;
	min-height: 200px;
	padding-top: 24px;
	font-style: italic;
}

#too_wide_criteria_warning {
	color: red;
	font-style: italic;
}

.students_table td, .students_table th {
	border: solid 1px black;
	padding: 4px 8px;
}

.students_table th {
	font-weight: 700;
	padding: 4px 8px;
}

.students_table {
	margin: 30px auto;
}

.students_table_summary {
	color: #CD0000;
}

.student_info, .class_info, .school_info {
	border: 1px solid #eee;
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.class_info {
	background-color: #f0fcee;
}

.school_info {
	background-color: #e7e7f8;
}

.student_info {
	background-color: white;
}

.text-secondary {
	color: grey;
}

.assembly_solution_preview {
	padding: 10px 10px 10px 10px;
	border: 3px solid #ccc;
	border-radius: 1em;
}

.assembly_solution_preview h4, .school_name_text {
	margin-bottom: 0;
}

#terms_checkbox_div {
	text-align: right;
}

#terms_text {
	text-align: left;
}

@media (max-width: 767px ) {
	.account_data_subtitle {
		width: 100%;
		text-align: center;
		border: none;
	}

	.account_data {
		display: flex;
		flex-direction: column;
	}

	.mobile-table {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.input_row > .form_input_field, .input_row > .form_field_name {
		padding-left: 0;
	}

	.modal-dialog {
		margin: 0;
		width: 100%;
		min-height: 100%;
	}

	.scrolled_table {
		display: block;
		overflow-x: scroll;
	}

	#list_of_schools {
		width: 100%;
	}

	.confirm_button_span > #school_name_button {
		margin-top: 10px;
	}

	.confirm_button_span {
		padding: 0px;
	}

	.school_field, .school_input {
		border-right: none;
	}
	
	.school_field {
		max-width: 10%;
	}

	.school_input {
		width: 100%;
	}

	.button_row_confirm_register{
		grid-template-columns: auto;
	}
}
