.menu_years {
	width: 100%;
	border-bottom: 1px solid #b00a32;
	padding: 5px;
}
.menu_years span {
	font-weight: 700;
	font-size: 23px;
}
.menu_years_item {
	display: inline-block;
	margin: 0 10px;
	padding: 10px 0;
}
.menu_years_item a {
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	border-bottom: 1px dashed #8c8989;
	color: #8c8989;
	margin: 0 5px;
}
.menu_years_item a:hover {
	color: #b00a32;
	border-bottom-color: #b00a32;
}
.menu_eduLevel {
	margin-top: 20px;
	padding: 12px 10px;
	background-color: #fff;
	margin-bottom: 60px;
}
.menu_eduLevel a {
	margin-left: 13px;
	font-weight: 700;
	font-size: 17px;
	color: #8c8989;
	text-decoration: none;
}
.menu_eduLevel a:hover {
	color: #b00a32;
	border-bottom: 1px dashed #b00a32;
}
#eduLevels .active, #years .active {
	color: #b00a32 !important;
	border-color: #b00a32 !important;
}
.eduLevel_container {
	margin-top: 40px;
}
.eduLevel_container table {
	display: block;
	overflow-x: auto;
}
.eduLevel_container h3 {
	margin-top: 35px;
}
#branches .active {
	font-weight: bold;
}

.files_list_popup {
    display: none;
    position: absolute;
    max-height: 400px;
    width: 300px;
    overflow-y: auto;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #C5C1C1;
}

.show_popup {
	font-style: italic;
}
.tbl_font_size15 {
	font-size: 15px;
}