<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cp_toolbar .back .item { background: url("icons/back.png") no-repeat left center; }

.datagrid .actions a.connect { background-image: url("icons/chain.png"); }

.datagrid, #cp_body .pills-menu{ font-size:12px;}
#cp_body .pills-menu ul li a{ padding:3px 8px 3px 8px;}



.customtabs #comments_widget { padding:5px; }


/* Р‘Р°Р·РѕРІС‹Р№ РєРѕРЅС‚РµР№РЅРµСЂ С‚Р°Р±РѕРІ */
.customtabs {
	min-width: 320px;
	padding: 0px;
	margin: 0 auto;
}
/* РЎС‚РёР»Рё СЃРµРєС†РёР№ СЃ СЃРѕРґРµСЂР¶Р°РЅРёРµРј */
.customtabs&gt;tab {
	display: none;
	padding: 15px;
	background: #fff;
	/*border: 1px solid #ddd;*/
}
.customtabs&gt;tab&gt;p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* РїСЂРёРєСЂСѓС‚РёРј Р°РЅРёРјР°С†РёСЋ */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* РћРїРёСЃС‹РІР°РµРј Р°РЅРёРјР°С†РёСЋ СЃРІРѕР№СЃС‚РІР° opacity */
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* РџСЂСЏС‡РµРј С‡РµРєР±РѕРєСЃС‹ */
.customtabs&gt;input {
	display: none;
	position: absolute;
}
/* РЎС‚РёР»Рё РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє (С‚Р°Р±РѕРІ) */
.customtabs&gt;label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 10px 20px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}
/* РЁСЂРёС„С‚-РёРєРѕРЅРєРё РѕС‚ Font Awesome РІ С„РѕСЂРјР°С‚Рµ Unicode */
.customtabs&gt;label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}

/* РР·РјРµРЅРµРЅРёСЏ СЃС‚РёР»СЏ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє РїСЂРё РЅР°РІРµРґРµРЅРёРё */
 
.customtabs&gt;label:hover {
	color: #888;
	cursor: pointer;
}
/* РЎС‚РёР»Рё РґР»СЏ Р°РєС‚РёРІРЅРѕР№ РІРєР»Р°РґРєРё */
.customtabs&gt;input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
/* Р°РєС‚РёРІР°С†РёСЏ СЃРµРєС†РёР№ СЃ РїРѕРјРѕС‰СЊСЋ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»СЏ :checked */
#tab0:checked ~ #content0,
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4, 
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8,
#tab9:checked ~ #content9 
{
  display: block;
}
/* РЈР±РёСЂР°РµРј С‚РµРєСЃС‚ СЃ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ 
* Рё РѕСЃС‚Р°РІР»СЏРµРј РёРєРѕРЅРєРё РЅР° РјР°Р»С‹С… СЌРєСЂР°РЅР°С…
*/
 
@media screen and (max-width: 480px) {
	.customtabs&gt;label {
		/*font-size: 0;*/
	}
	.customtabs&gt;label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* РР·РјРµРЅСЏРµРј РІРЅСѓС‚СЂРµРЅРЅРёРµ РѕС‚СЃС‚СѓРїС‹ 
*  РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РґР»СЏ РјР°Р»С‹С… СЌРєСЂР°РЅРѕРІ
*/
@media screen and (max-width: 320px) {
	.customtabs&gt;label {
		padding: 15px;
	}
}
.customtabs_catspanel{ margin-bottom:15px;}
.customtabs_cats{ margin:0px; padding:0px;}
.customtabs_cats li{display:inline; padding:5px; margin-right:5px; color:#539B2D;}
.customtabs_cats li a{ text-decoration:none; color:#2C7329;}
.customtabs_cats .current{ border-bottom:solid 2px #478196;}
.customtabs_cats .current a{ color:#478196;}









</pre></body></html>