
/*Шаблон learning_2018*/

.course-content-bd .tab-panel-cnr{
	border: 1px solid #01b8ae;
	padding: 15px;
	border-radius: 5px;
	background: #daf5f3;
	box-sizing: border-box;
	position: relative;
}

.course-content-bd .tab-panel-cnr .tab-panel-toggle{
	position: absolute;
	right: 25px;
	top: -12px;
	border: 1px solid #01b8ae;
	background-color: #daf5f3;
	color: #01b8ae;
	padding: 3px 0;
	border-radius: 18px;
	cursor: pointer;
	width: 140px;
	text-align: center;
	font-size: 12px;
}

.course-content-bd .tab-panel-cnr .tab-panel-toggle.minimize{
	top: 0;
	right: 0;
	width: auto;
	padding: 4px;
	border: none;
	border-radius: 3px;
}

.course-content-bd .tab-panel-cnr.hide{
	padding: 0;
}

.course-content-bd .tab-panel-cnr.hide #tab-panel-title{
	display: none;
}

.course-content-bd .tab-panel-cnr.hide .tab-btn-cnr{
	display: none;
}

.course-content-bd .tab-panel-cnr .tab-panel-toggle:hover{
	box-shadow: inset 0px 0px 0px 1px rgba(1,184,174,1);
}

.course-content-bd .tab-panel-cnr.fixed{
	position: fixed;
	top: 0;
	z-index: 99;
}

.course-content-bd .tab {
	display: none;
}

.course-content-bd .tab.tab-visible{
	display: block;
}

.course-content-bd .tab-panel-cnr #tab-panel-title{
	padding: 0;
	margin: 0;
}

.course-content-bd .tab-panel-cnr .tab-btn-cnr{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
}

.course-content-bd .tab-panel-cnr .tab-btn{
	padding: 10px;
	border: 1px solid #01b8ae;
	border-radius: 5px;
	background: white;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 10px;
	flex: 1;
	white-space: nowrap;
}

.course-content-bd .tab-panel-cnr .tab-btn.tab-active,
.course-content-bd .tab-panel-cnr .tab-btn:hover{
	background-color: #01b8ae;
	color: white;
}

@media (max-width: 1000px) {
	.course-content-bd .tab-panel-cnr.fixed{
		position: unset;
	}
}

@media (max-width: 700px) {
	.course-content-bd .tab-panel-cnr .tab-btn-cnr{
		flex-direction: column;
	}
	.course-content-bd .tab-panel-cnr .tab-btn{
		white-space: unset;
	}
}

/*Шаблон learning_new*/
/*Шаблон learning_new_2014*/

.learn-right-data-content .tab-panel-cnr{
	border: 1px solid #dfe3e7;
	padding: 15px;
	background: #C0C0C0;
	box-sizing: border-box;
	position: relative;
	border-radius: 6px;
}

.learn-right-data-content .tab-panel-cnr .tab-panel-toggle.minimize{
	top: 0;
	right: 0;
	width: auto;
	padding: 1px 3px;
	font-size: 10px;
}

.learn-right-data-content .tab-panel-cnr .tab-panel-toggle{
	position: absolute;
	right: 25px;
	top: -13px;
	border: 1px solid #dfe3e7;
	border-radius: 6px;
	background-color: white;
	padding: 3px 0;
	cursor: pointer;
	text-align: center;
	width: 140px;
}

.learn-right-data-content .tab-panel-cnr.hide {
	padding: 0;
}

.learn-right-data-content .tab-panel-cnr.hide .tab-btn-cnr {
	display: none;
}

.learn-right-data-content .tab-panel-cnr.hide #tab-panel-title{
	display: none;
}

.learn-right-data-content .tab-panel-cnr.fixed{
	position: fixed;
	top: 0;
	z-index: 99;
}

.learn-right-data-content .tab {
	display: none;
}

.learn-right-data-content .tab.tab-visible{
	display: block;
}

.learn-right-data-content .tab-panel-cnr #tab-panel-title{
	padding: 0;
	margin: 0;
}

.learn-right-data-content .tab-panel-cnr .tab-btn-cnr{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
}

.learn-right-data-content .tab-panel-cnr .tab-btn{
	border-radius: 6px;
	font-weight: bold;
	padding: 10px;
	background: white;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 10px;
	flex: 1;
	white-space: nowrap;
}

.learn-right-data-content .tab-panel-cnr .tab-btn.tab-active,
.learn-right-data-content .tab-panel-cnr .tab-btn:hover,
.learn-right-data-content .tab-panel-cnr .tab-panel-toggle:hover{
	background-color: #d8d9da;
}


/*Шаблон доки help_2017*/

.contentDiv .tab-panel-cnr{
	padding: 15px;
	background: #dddddd;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
}

.contentDiv .tab-panel-cnr .tab-panel-toggle.minimize{
	top: 0;
	right: 0;
	width: auto;
	padding: 1px 3px;
	font-size: 10px;
}

.contentDiv .tab-panel-cnr .tab-panel-toggle{
	position: absolute;
	right: 25px;
	top: -13px;
	border: 1px solid #777;
	padding: 3px 0;
	cursor: pointer;
	text-align: center;
	width: 140px;
	background-color: #6b737f;;
	color: white;
}

.contentDiv .tab-panel-cnr.hide {
	padding: 0;
}

.contentDiv .tab-panel-cnr.hide .tab-btn-cnr {
	display: none;
}

.contentDiv .tab-panel-cnr.hide #tab-panel-title{
	display: none;
}

.contentDiv .tab-panel-cnr.fixed{
	position: fixed;
	top: 0;
	z-index: 99;
}

.contentDiv .tab {
	display: none;
}

.contentDiv .tab-title {
	padding-top: 15px;
}

.contentDiv .tab.tab-visible{
	display: block;
}

.contentDiv .tab-panel-cnr #tab-panel-title{
	padding: 0;
	margin: 0;
}

.contentDiv .tab-panel-cnr .tab-btn-cnr{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
}

.contentDiv .tab-panel-cnr .tab-btn{
	padding: 10px;
	background: white;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 10px;
	flex: 1;
	white-space: nowrap;
}

.contentDiv .tab-panel-cnr .tab-btn.tab-active,
.contentDiv .tab-panel-cnr .tab-btn:hover{
	background-color: #6b737f;;
	color: white;
}