.boxChilds {
	//padding-left: 30px;
	padding-bottom: 10px;
	//border-bottom: 2px solid lightgrey;
	//margin-right: -20px;
}
.menu {
	width: 300px;
	min-width: 300px;
	margin-right: 40px;
	//border-right: 1px solid lightgrey;
	padding-right: 20px;
	
	
}
.menu > div{
	//background: #f3fbff;
	background: #f6f6f6;
	padding: 10px;
}
.menu_item div:first-child {
	
	
}
/*
.line_item {
	height: 14px;
	margin-top: 4px;
	border-left: 3px solid #007ab3;
	padding-left: 5px;
}
.menu_item_child {
	padding-left: 9px;
}
*/
.menu_item a:hover, .menu_item_child a:hover {
	background: #007ab3 !important;
	color: white  !important;
	text-decoration: none;
	box-decoration-break: clone;
}

.menu_item a,.menu_item_child a{
	box-decoration-break: clone;
	font-family: "Arial Narrow", Arial, sans-serif;
}
.menu_item.active a {
	font-weight: bold;
}
.activeNormal a {
	font-weight: normal !important;
}
.activeChild a {
	font-weight: bold;
}
.menu_item ,.menu_item_child{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	
	line-height: 1.2;
	
	//border-bottom: 1px solid lightgrey;
}
.menu_item_child a {
	color: #666 !important;
	font-size: 16px;
}
.menu a{
	color: #007ab3;
	padding: 3px 5px;
}
.arrow_menu {
	padding: 0px 10px;
	user-select: none;
}
.arrow_menu:hover {
	opacity: .7;
	cursor: pointer;
}

.arrowUp {
	transform: rotate(180deg);
}

.title_categories {
	font-size: 26px;
	color: #666;
	margin-bottom: 20px;
}
.box_list_categories {
	margin-bottom: 26px;
	column-count: 2;
	column-width: 300px;
	margin-top: 30px;
}
.box_list_articles {
	border-top: 1px solid lightgrey;
	padding-top: 15px;
}
.title_articles {
	font-size: 26px;
	color: #a2a2a2;
	//margin-bottom: 20px;
}
.item_category {
	display: flex;
}
.line_item_category {
	border-left: 3px solid #007ab3;
	height: 12px;
	margin-top:4px;
}
.item_category a {
    padding-left: 5px;
	margin-bottom: 15px;
    font-size: 14px;
    //background: url("/images/style/arrowblue.png") no-repeat left center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #016CB0;
    //line-height: 1.2;
}
.item_article a {
    padding-left: 12px;
    font-size: 14px;
    background: url("/images/style/arrowblue.png") no-repeat left center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #016CB0;
    line-height: 2;
}

.mce-toc li {
	background: url("/images/style/arrowblue.png") no-repeat left center !important;
}
.mce-toc {
	margin-bottom: 30px;
}
.dateArticle {
	color: grey;
	font-size: 12px;
	font-style: italic;
	font-family: "Arial Narrow", Arial, sans-serif;
}
.article_content img {
	max-width: 100% !important;
}
.article_content p {
	text-align: justify !important;
}
.article_content table {
	width: 100%;
	border-collapse: collapse;
}
.article_content table td {
	border: 1px solid lightgrey;
	padding: 5px;
}
@media (max-width: 1000px) {
	.menu {
		display: none;
	}
}