.main_div {
	width: 50%;
	left: 50%;
	transform: translate(50%);
}

.radio_option {
	text-align: left;
	padding-top: 20px;
}
.radio_option input {
	vertical-align: baseline;
}
.radio_option label {
	display: inline;
	vertical-align: baseline;
	font-size: 16px;
}

.menu_item {
	text-align: center;
}
.menu_item .btn {
	width: 200px;
}
.keyboard_button{
	cursor: pointer;
	background: #fff;
	color: #385487;
	border: 1px solid #ababab;
	border-radius: 8px;
	padding: 13px 15px;
	margin: 4px 4px;
	font-size: 20px;
}
.checkbox-button input {
    display: none;
}
.checked-bg {
    background-color: #dff0d8;
}
.checked-bg:hover > td {
    background-color: #d6e9c6 !important;
}

.instaling_short_input {
	font-size: 20px !important;
	width: 50% !important;
	height: 2em !important;
}

.instaling_long_input {
	font-size: 20px !important;
	width: 100% !important;
	height: 2em !important;
}

.instaling_input_label {
	font-size: 20px !important;
}

#block_words_list {
	margin: 20px 0;
}

#block_words_list label {
	display: flex;
	justify-content: space-between;
	font-size: 1em;
	padding: 10px;
	border-radius: 10px;
}

#block_words_list label:hover {
	background-color: #eee;
}

#block_words_list label input{
	width: 20px;
	height: 20px;
	margin-top: 0;
}

#block_submit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px;
	background: #f4f4f4;
	text-align: center;
}

#block_submit p {
	margin: 0;
	line-height: 1.9;
}

#reset {
	font-size: 13px;
}

.edit_button {
	float: right;
	padding: 10px;
	width: 20px;
	height: 15px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	cursor: move;
}

.edit_line {
	width: 100%;
	border: 1px solid #2e4a7e;
}

td {
	vertical-align: middle !important;;
}

.table tbody+tbody {
	border: none;
}

.inactive_child {
	background-color: #e0e0e0;
}

.inactive_child:hover {
	background-color: #d0d0d0;
}

.active_child:hover {
	background-color: #f6f6f6;
}

@media (max-width: 767px) {
	.main_div {
		width: 100%;
		transform: none;
	}
}
