<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.patch-ad-spot {
 display:;
}
.patch-ad-spot a {
	display: block;
	cursor: pointer;
}
.container {
	max-width: 1200px;
}
.lhs-tree {
	border-right: 1px solid #eee;
}
#lhsTree {
	max-width: 300px;
}
#lhsTree li {
	border: 0;
}
#lhsTree li a {
	padding: 15px 17px;
	margin: 1px 0;
	display: block;
	text-align: right;
	font-size: 15px;
}
#lhsTree li a.active, #lhsTree li a:hover {
	background-color: #eee;
	border-left: 3px #7bbb2a solid;
	font-weight: bold;
	color: #000;
}
.rhs-cont a {
	color: #0779b7;
}
ul.content-tab {
	padding: 0 !important;
	border-bottom: 1px solid #ccc;
}
ul.content-tab li {
	display: inline-block;
	vertical-align: top;
	padding: 0 !important;
	margin: 0;
}
ul.content-tab li a {
	display: block;
	text-align: center;
	line-height: normal;
	color: #000;
	height: 110px;
	text-decoration: none !important;
	width: 120px;
	font-size: 14px;
	padding: 10px;
	border-bottom: 3px solid transparent;
}
ul.content-tab.large li a {
	width: 100px;
}
ul.content-tab li a.active, ul.content-tab li a:hover {
	background-color: #eee;
	color: #5e901e;
	border-bottom: 3px #7bba2c solid;
}
ul.content-tab li a img {
	width: 50px;
	display: block;
	margin: 0 auto 20px auto;
}
.patch-table-top {
	display: flex;
	width: 100%;
}
.patch-table-top div {
	width: 50%;
	padding: 15px 0;
	align-self: center;
}
.patch-table-top div img {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.patch-table-top div:last-child {
	text-align: right;
}
table.patch-table {
	width: 100%;
	border-collapse: separate;
}
table.patch-table.two-col tr th:nth-child(2) {
	width: 90%;
}
table.patch-table.two-col tr th:nth-child(1) {
	width: 10%;
}
table.patch-table tr:nth-child(odd) {
	background-color: #f6f6f6;
}
table.patch-table td {
	border: 1px solid #eee;
	padding: 10px 15px;
}
table.patch-table tr th {
	padding: 10px 15px;
	background-color: #eee;
	text-align: left;
	font-weight: bold;
}
table.patch-table-spl {
	border: 1px solid #ccc;
	min-width: 100%;
}
table.patch-table-spl tr td {
	padding: 5px 15px;
	min-width: 250px;
}
table.patch-table-spl tr td:first-child {
	font-weight: bold;
}
table.patch-table-spl tr td:first-child:after {
	content: ':';
	float: right;
}
table.patch-table-spl tr td:last-child:after, table.spl-inner-table tr td:after {
	content: '' !important;
}
table.spl-inner-table {
	width: 100%;
	margin: 0 0 25px 0;
}
table.spl-inner-table tr th {
	text-align: left;
	padding: 10px 15px;
	background-color: #eee;
}
table.spl-inner-table tr td {
	padding: 15px;
	border: 1px solid #eee;
	min-width: auto;
}
table.patch-table-spl tr td h4 {
	margin: 15px 0 10px;
}
.spl-note {
	color: #666;
}
table.patch-table tr th.res_title {
	width: 60%;
}
table.patch-table tr th.res_sno {
	width: 5%;
}
table.patch-table tr th.res_bulletin {
	width: 15%;
}
table.patch-table tr th.res_title {
	width: 60%;
}
table.patch-table tr th.res_pub_date {
	width: 20%;
}
table.spl-inner-table tr th.res_prd_name {
	width: 60%;
}
table.spl-inner-table tr th.res_spack_name {
	width: 30%;
}
table.patch-table-spl tr:first-child td {
	padding-top: 15px;
}
table.patch-table-spl tr:last-child td {
	padding-bottom: 15px;
}
table.patch-table-spl tr td code {
	background-color: #eee;
	display: block;
	padding: 15px;
	font-family: monospace;
	border-radius: 10px;
}
table.patch-table-spl .script-aside {
	text-align: right;
	margin-right: 3px;
}
table.patch-table-spl .script-aside a {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	padding: 10px 0;
	font-size: 13px;
	text-decoration: none;
}
table.patch-table-spl .script-aside a img {
	width: 15px;
	height: 15px;
}
table.patch-table tr th.res_pub_date {
	width: 14% !important;
}
.pt-db-filter {
	background-image: url(../images/drop.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-appearance: none;
	background-size: 8px auto;
	border: none;
	background-color: #d2d2d2;
	padding: 8px 0px;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
	font-family: open sans;
	border-radius: 0;
	width: 19px;
	height: 10px;
	margin: 4px 0px;
	display: inline-block;
	float: right;
	vertical-align: middle;
	-moz-appearance: none;
}
.pt-db-filter:focus {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}
.cat-filter-name {
	display: inline-block;
	font-size: 12px;
	color: #b93341;
	font-weight: bold;
	padding: 4px;
	line-height: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 114px;
	vertical-align: top;
	position: absolute;
}
table.patch-table-spl {
	border: 1px solid #ccc;
	min-width: 100%;
}
.script-sno {
	width: 4%;
	padding: 1px 5px !important;
	text-align: center !important;
}
.script-name {
	width: 20%;
}
.script-desc {
	width: 45%;
}
.script-cat {
	width: 25%;
}
.script-platform {
	width: 10% !important;
}
table.patch-table-spl tr td code iframe {
	width: 100%;
}
table.patch-table td a {
	word-break: break-all;
}
.dropdown-bg {
	display: inline-block;
	font-size: 13px;
	text-align: left;
	padding: 0 !important;
	cursor: pointer;
	border: 1px solid #e7e7e7;
	font-family: open sans;
	border-radius: 0;
	margin-left: 14px;
	width: auto !important;
}
.dropdown-modules {
	background-image: url(../images/drop.png) !important;
	background-repeat: no-repeat;
	background-position: right 10px center;
	-webkit-appearance: none;
	border: none;
	padding: 10px;
	padding: 9px 30px 11px 20px;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
	font-family: open sans;
	border-radius: 0;
	width: 100%;
	-moz-appearance: none;
}
.dc-res-lib {
	display: block;
	text-align: center;
}
.dc-res-lib a {
	display: inline-block;
	box-shadow: 0 0px 1px #ccc;
	margin: 10px;
	width: 120px;
	height: 120px;
	padding: 15px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	text-decoration: none !important;
	line-height: normal;
}
.dc-res-lib a:hover {
	color: #7bba2a;
	box-shadow: 0 0 2px;
}
.dc-res-lib a img {
	display: block;
	height: auto;
	width: 40px;
	margin: 15px auto;
}
.resource-lib .doc-sec a.ext-link {
	background-color: #eee;
	display: inline-block;
	padding: 3px 14px 3px 5px;
	margin-left: 5px;
	line-height: 30px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
}
.resource-lib .doc-sec a.ext-link:hover {
	border-color: #7bba2a;
}
.resource-lib .doc-sec a.ext-link img {
	height: 30px;
	vertical-align: top;
	margin-right: 5px;
}
.resource-lib .res-prd-sec {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 15px 20px;
	margin: 20px;
	text-align: center;
	min-width: 300px;
}
.resource-lib .res-prd-sec h3 {
	padding: 15px 0px;
	max-width: 170px;
	margin: auto !important;
	display: block;
}
.patch-ad-spot {
	margin-bottom: 50px;
}
.rhs-contsc {
	width: 70%;
	height: 100%;
	overflow: auto;
}
.knwn-iss-header {
	font-size: 17px;
	font-weight: bold;
	color: #000;
}
.knwn-iss-hCon {
	font-size: 15px;
	color: #777;
	padding: 5px 0px 15px 0px;
}
.knwn-iss-bar {
	height: 1px;
	background-color: #6f6363;
	width: 300px;
	margin: 5px 0px
}
.knwn-iss-box {
	border: 1px solid #ddd;
	position: relative;
	margin-bottom: 20px;
	position: relative;
}
.knwn-box-head {
	padding: 10px;
	background-color: #f5f3f3;
}
.knwn-iss-gr {
	color: #129d53;
	font-size: 12px;
	padding-right: 10px;
	display: block;
	margin: 0;
	margin-top: -8px;
	max-width: 44px;
	line-height: 24px;
}
.knwn-iss-sub {
	color: #382f2f;
	font-size: 16px;
}
.knwn-iss-inCon {
	color: #8a8a8a;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 100px;
}
.knwn-iss-date {
	position: absolute;
	right: 8px;
	top: 3px;
	color: #b1b1b1;
	font-size: 12px;
}
.knwn-iss-wrkbut {
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	background-color: #1777a5;
	right: 0px;
	color: #ddd;
	padding: 2px 10px;
	border-radius: 20px 0px 0px 0px;
	cursor: pointer;
}
.knwn-iss-wrkgr {
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	background-color: #e0e0e0;
	right: 0px;
	color: #777;
	padding: 2px 10px;
	border-radius: 20px 0px 0px 0px;
	cursor: pointer;
}
.knwn-iss-bl {
	font-size: 14px;
	color: #1777a5;
	padding-bottom: 2px;
}
.knwn-iss-sh {
	padding: 10px;
	display: block !important;
}
.knwn-iss-hide {
	display: none;
}
.kwn-iss-rsld {
	color: #000;
	font-size: 13px;
}
.knwn-iss-main {
	float: left;
	width: 75%;
	padding: 30px;
	box-sizing: border-box;
}
.knwn-box-head.empty {
	display: none;
	justify-content: center;
	align-items: center;
	color: #888;
}
.knwn-box-head.empty img {
	width: auto;
	height: 100px;
	margin: 20px 40px -11px 0;
}
.knwn-box-head .empty-msg {
	font-size: 30px;
	font-weight: 100;
}
.knwn-search {
	position: absolute;
	right: 0;
	padding: 5px 30px;
	display: flex;
}
.knwn-search input {
	padding: 8px 14px;
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 15px;
	font-style: italic;
	color: #000;
	-webkit-appearance: none;
	border: 1px solid #ccc;
}
.knwn-search input:focus {
	outline: none;
}
.knwn-search input[type="text"] {
	border-radius: 15px 0 0 15px;
	border-right: 0;
	width: 200px;
}
.knwn-search input[type="button"] {
	border-radius: 0 15px 15px 0;
	background-color: #2d9fde;
	border-color: #2d9fde;
	border-left: 0;
	color: #fff;
	cursor: pointer;
	background-image: url(../images/known-search.svg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px 20px;
}
 .knwn-search input[type="text"]::placeholder {
 color: #bbb;
}</pre></body></html>