body {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 56px;
  FONT-FAMILY: Tahoma, Arial, serif, "Times New Roman";
}

*{
	background-color: #EEE;
}
a{
	text-decoration: none;
	color: #FF6600;
}
a:hover{
	color: orange;
}
ul{
	list-style-type: circle;
}
li{
	margin-bottom: 10px;
}
p{
	line-height: 180%;
	font-size: 16px;
}
img{
	width: 100%;
	max-width: 600px;
}
.imgContainer div{
	font-style: italic;
}
.imgContainer img{
	margin-bottom: 0px;
}
nav a{
	padding-right: 10px;
}
.line{
	display: flex;
}
.line div{
	margin-right: 40px;
	width: 400px;
}
.line>div{
	margin-bottom: 20px;
}
.line div:first-child{
	font-weight: bold;
}
#quick-menu_manage{
	display: none;
}
#quick-menu {
	position: fixed;
	top: 56px;
	right: -300px;
	height: calc(100vh - 56px);
	width: 300px;
	transition: right 0.3s ease;
	background-color: #fff;
	box-shadow: -4px 0 16px rgba(0,0,0,0.15);
	z-index: 198;
}
#quick-menu_manage:checked + #quick-menu{
	right: 0px;
}

.quick-menu_close {
	display: none;
}

.quick-menu_open {
	margin-left: auto;
	flex-shrink: 0;
}

.quick-menu_open > a {
	display: flex;
	align-items: center;
	gap: 0.4em;
	background-color: transparent !important;
	color: rgba(255,255,255,0.75) !important;
	font-size: 0.8125rem;
	font-weight: 500;
	white-space: nowrap;
	padding: 0.3em 0.7em;
	border: 1px solid rgba(255,255,255,0.3);
	transition: color 0.2s, border-color 0.2s;
	user-select: none;
}

.quick-menu_open > a::before {
	content: "≡";
	font-size: 1.2em;
	line-height: 1;
}

.quick-menu_open.is-active > a {
	color: #fff !important;
	border-color: rgba(255,255,255,0.6);
}

@media (hover: hover) {
	.quick-menu_open > a:hover {
		color: #fff !important;
		border-color: rgba(255,255,255,0.7);
	}
}

.docs-no-header .quick-menu_open {
	position: fixed;
	top: 6px;
	right: 10px;
	margin-left: 0;
	opacity: 0.8;
}

.docs-no-header .quick-menu_open > a {
	display: inline !important;
	background-color: antiquewhite !important;
	color: #FF6600 !important;
	border: none !important;
	padding: 0 !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	cursor: pointer;
}

.docs-no-header .quick-menu_open > a::before {
	content: none !important;
}

.docs-no-header #quick-menu {
	top: 0;
	height: 100vh;
}

.docs-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #2C2C2C !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	z-index: 200;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	padding: 0 20px;
	min-height: 56px;
}

.docs-header * {
	background-color: transparent !important;
}

.docs-header__logo {
	color: #fff !important;
	font-size: 1.2rem;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.02em;
	flex-shrink: 0;
}

.docs-header__logo .c-orange {
	color: rgb(255, 137, 10) !important;
}

.docs-header__logo:hover {
	color: #fff !important;
	text-decoration: none;
}

.docs-header__links {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.docs-header__link {
	color: rgba(255,255,255,0.8) !important;
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s;
}

.docs-header__link:hover {
	color: rgb(255, 137, 10) !important;
}


table{
  width_: 100%;
  background:#888;
}

table th{
  background-color:#ccc;
  FONT-SIZE: 12px;
  padding-left: 4px;
  padding-right: 4px; 
}

table td{
  color: #000;
  background-color:#eee;
  padding-left: 4px;
  padding-right: 4px;
}

.box{
  padding: 3px;
  background: #dddddd;
  border: 1px solid #bbbbbb;
  margin-bottom: 5px;
}

.proc{
  color: #0000FF;
  font-weight: bold;
  background: #dddddd;
}

.box i{
  background: #dddddd;
}

@media screen and (max-width: 790px) {
  nav a{
    display: block;
  }
}

.qm-body {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.qm-body::-webkit-scrollbar {
	width: 3px;
}
.qm-body::-webkit-scrollbar-track {
	background: transparent;
}
.qm-body::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.12);
}

.qm-body ul {
	padding: 0.5rem 0 !important;
	list-style: none !important;
}

.qm-body ul li {
	margin: 0 !important;
	background-color: transparent !important;
	border-bottom: none !important;
}

.qm-body ul li a {
	display: block;
	padding: 0.5rem 1rem 0.5rem 1.1rem;
	color: #666 !important;
	font-size: 0.8125rem;
	line-height: 1.45;
	border-left: 2px solid transparent;
	transition: color 0.15s, border-color 0.15s, background 0.15s;
}

@media (hover: hover) {
	.qm-body ul li a:hover {
		color: #222 !important;
		border-left-color: #ccc;
		background-color: #f7f7f7 !important;
	}
}

.qm-body ul li a.qm-active {
	color: #1a1a1a !important;
	font-weight: 600;
	border-left-color: rgb(255, 137, 10);
	background-color: #fdf6ee !important;
}

.docs-dropdown {
	display: none;
}

.docs-nav__divider,
.docs-nav__toc-toggle,
.docs-nav__toc {
	display: none;
}

.docs-burger {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0.625rem;
	min-width: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	flex-shrink: 0;
}

.docs-burger span {
	display: block;
	width: 26px;
	height: 3px;
	background-color: #fff !important;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.docs-burger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 8px); }
.docs-burger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.docs-burger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -8px); }

@media screen and (max-width: 600px) {
	.docs-header { box-shadow: none; }
	.docs-header__links { display: none; }
	.docs-burger { display: flex; }
	.quick-menu_open { display: none; }
	#quick-menu { display: none !important; }

	.docs-dropdown {
		display: none;
		position: fixed;
		top: 56px;
		left: 0;
		width: 100%;
		max-height: calc(100dvh - 56px);
		background-color: #2C2C2C !important;
		flex-direction: column;
		box-shadow: 0 4px 12px rgba(0,0,0,0.25);
		z-index: 199;
		overflow: hidden;
	}
	.docs-dropdown * { background-color: transparent !important; }
	.docs-dropdown.active { display: flex; }

	.docs-tabs {
		display: flex;
		flex-shrink: 0;
		border-bottom: 1px solid rgba(255,255,255,0.12);
	}
	.docs-tab {
		flex: 1;
		padding: 0.875rem 0;
		background: transparent !important;
		border: none;
		color: rgba(255,255,255,0.55) !important;
		font-size: 0.9375rem;
		font-weight: 600;
		cursor: pointer;
		border-bottom: 2px solid transparent;
		transition: color 0.2s, border-color 0.2s;
		touch-action: manipulation;
	}
	.docs-tab.active {
		color: #fff !important;
		border-bottom-color: rgb(255, 137, 10);
	}

	.docs-tab-content {
		display: none;
		flex-direction: column;
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 0.5rem 1.5rem 1.25rem;
	}
	.docs-tab-content.active { display: flex; }

	.docs-dropdown__link {
		padding: 0.75rem 0;
		border-bottom: 1px solid rgba(255,255,255,0.08);
		color: rgba(255,255,255,0.85) !important;
		font-size: 1rem;
		font-weight: 500;
		width: 100%;
	}
	.docs-dropdown__link:last-child { border-bottom: none; }

	.docs-toc-list {
		list-style: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.docs-toc-list li {
		list-style: none !important;
		margin: 0 !important;
		border-bottom: 1px solid rgba(255,255,255,0.08);
		background: transparent !important;
	}
	.docs-toc-list li a {
		display: block;
		padding: 0.75rem 0;
		color: rgba(255,255,255,0.85) !important;
		font-size: 1rem;
		font-weight: 500;
		width: 100%;
	}
	.docs-toc-list li a.toc-active {
		color: #fff !important;
		font-weight: 700;
	}
}

@media screen and (max-width: 600px) and (hover: hover) {
	.docs-dropdown__link:hover { color: rgb(255, 137, 10) !important; }
	.docs-toc-list li a:hover { color: rgb(255, 137, 10) !important; }
}
