.fa-star {
	color: #d4d400;
}

.background_skill_block {
	border-radius: 8px 8px 0 0;
}

/** title_test */
#Text_skill_title_block {
	margin-top: 30px;
}
#Text_skill_title_block strong {
	font-size: 26px;
	font-weight: bold;
}
#Text_skill_title_block  p {
	font-size: 18px;
	color: #23233c;
	line-height: 28px;
	padding-top: 15px;
}
/** end_title */
/** cards */
#card_skill_test {
	margin-top: 30px;
}

.tab-pane.active {
	animation: slide-down 0.8s ease-out;
}

@keyframes slide-down {
	/*0% { opacity: 0; transform: translateY(100%); }*/
	/*100% { opacity: 1; transform: translateY(0); }*/
	0% { opacity: 0;  }
	100% { opacity: 1;  }
}

.row.divider {
	border-top: 1px #eee solid;
	width: 91%;
	margin: -7px auto;
}
.nav_sidebar .nav {
	justify-content: inherit;
}


.nav-link.active {
	border-bottom: 2px solid #107fea;
}



.nav>li>a:focus {
	text-decoration: none;
	background-color: inherit;
}




.card_test_skill {
  border-radius: 8px;
  background: var(--secondary-card);
  border: var(--light-border);
  box-shadow: var(--light-blue-shadow);
  padding-right: 0;
  padding-left: 0;
}
.title_block_skill {
	color: var(--dark-font);
	padding: 20px 20px 10px 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.title_block_skill a {
	font-size: 16px;
}

.nav-link.active {
	padding-bottom: 0;
	margin-left:0;
	color:#107fea;
}

.background_skill_block {
	/*background: url(../images/dashboard_target_img.png) no-repeat;*/
    background-size: cover;
    width: 100%;
    height: 200px;
}
.content_skill_block {
	padding: 0px 20px 10px 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.content_skill_block p {
	padding-top: 10px;
	font-size: 16px;
}
.content_skill_block p span {
	font-size: 20px;
	color:#107fea;
	font-weight: bold;
}
.button_skill_block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 10px;
}
.button_skill_block a {
  width:100%;
  text-align: center;
  max-width: 176px;
  line-height: 34px;
}
/** end_cards */
/** table_start */
.table_skill_test {
	margin-top: 30px;
}
.card_table_test_skill {
	padding-right: 0;
	padding-left: 0;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(158, 158, 169, 0.48);
  padding-bottom: 15px;
}
.title_table_skill_test {
	padding: 20px 20px 10px 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title_table_skill_test span {
	font-size: 20px;
	color: var(--dark-font);
}
.star_table_title img {
	width: 15px;
	margin-right: 5px;
}
.card_table_test_skill > table {
	font-size: 18px;
	width: 100%;
	color: #23233c;

}
.card_table_test_skill > table > thead > tr th {
	padding-left: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.card_table_test_skill > table > tbody > tr td  {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.card_table_test_skill > table > tbody > tr:nth-child(odd) {
	background: #fbfbfb;
	border-top: 1px solid #eeeff4;
	border-bottom: 1px solid #eeeff4;
}
/*.right_nav_tiitle {*/
	/*padding-left: 15px;*/
/*}*/

.area-description p, .program-description p{
	font-size: 15px;
	line-height: 2em;
}


@media all and (max-width: 1200px) {
	.title_table_skill_test span {
		font-size: 16px;
	}

}
@media all and (max-width: 992px) {
	.card_test_skill, .card_table_test_skill {
		margin-bottom: 20px;
	}
	.title_table_skill_test span {
		font-size: 18px;
	}
	.background_skill_block {
		height: 200px;
	}
}
@media all and (max-width: 575px ) {
	#Text_skill_title_block strong, .title_block_skill span {
		font-size: 18px;
	}
	.content_skill_block strong {
		font-size: 16px;
	}
	.title_block_skill a, #Text_skill_title_block p {
		font-size: 14px;
	}
	.card_table_test_skill > table {
		font-size: 16px;
	}
	.background_skill_block {
		height: 200px;
	}
	.button_skill_block a {
		line-height: 30px;
		font-size: 16px;
	}

}
@media all and (max-width: 400px ) {
	.button_skill_block, .title_table_skill_test {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.title_table_skill_test span {
		margin-bottom: 10px;
	}
	.button_view {
		margin-right: 0;
		margin-bottom: 20px;
	}
}