html,body {
	margin: 0px;
	padding: 0px;
}
body {
	FONT-SIZE: 13px;
	COLOR: #3E3E3E;
	LINE-HEIGHT: 1.6;
	FONT-FAMILY: "Arial";
}
a { outline:none; }

/*********************/
.tableStyle01 {
	width: 100%;
	border-collapse: collapse;
}
.tableStyle02 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #BBB;
}
.tableStyle02 td {
	padding-left: 4px;
	border: 1px solid #BBB;
	FONT-SIZE: 13px;
	LINE-HEIGHT: 1.6;
	FONT-FAMILY: "Arial", "Helvetica", "sans-serif";
	text-align: center;
}
.tableStyle03 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #BBB;
	/*background-color: #f0f0f0;*/
	background-color: #FFF;
}
.tableStyle03 td {
	padding: 4px;
	FONT-SIZE: 13px;
	LINE-HEIGHT: 1.6;
	FONT-FAMILY: "Arial", "Helvetica", "sans-serif";
}
.tbHead,.tbHead2 {
	font-weight:bold;
	COLOR: #235397;
}
.tbHead td {
	background: url(/images/blue/tab_bg.jpg) repeat-x;
	white-space: nowrap;
}
.tbHead2 td {
	background-color: #f2f8fb;
}
.tbMark01 {	background-color: #FFFFFF; }
.tbMark02 {	background-color: #F0F0F0; }
.tbMark03 {	background-color: #E1E1E1; }
.tbMark04 {	background-color: #F4D4D4; }
.tbMark05 {	background-color: #f0f7ff; }
.tbMark06 {	background-color: #daebff; }

.tbSortNone {
	font-weight:bold;
	COLOR: #235397;
	background: url(/images/blue/tab_bg.jpg) repeat-x;
}
.tbSortMarkColor {
	font-weight:bold;
	background-color: #ebebeb;
	cursor: pointer;
}
.tbSortMarkNone {
	cursor: pointer;
}
.tbSortMarkNonee {
	font-weight:bold;
	COLOR: #235397;
	background: url(/images/blue/tab_bg.jpg) repeat-x;
	cursor: pointer;
}

.border4px {
	border: 4px solid #FFF;
}

/*****************************/
label[for],
label:has(input),
label:has(select),
label:has(textarea) {
  cursor: pointer;
}
.Wdate {
	height: 26px !important;
	border-radius: 6px;
}

:where(select) {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 5px 32px 5px 12px;
	font-size: 14px;
	font-family: sans-serif;
	color: #333;
	border: 1.5px solid #d1d1d1;
	border-radius: 7px;
	background-color: #ffffff;
	outline: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 6px center;
	background-size: 14px;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
:where(select):not(:disabled):hover {
  border-color: #4A90E2;
	cursor: pointer;
}

:where(input[type="text"]),
:where(input[type="password"]) {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 2px;
	padding: 6px 8px;
	font-size: 14px;
	font-family: sans-serif;
	color: #4b4b4b;
	border: 1px solid #bbb;
	border-radius: 8px;
	outline: none;
}
:where(input[type="text"]):focus,
:where(input[type="password"]):focus {
	border: 1px solid #4A90E2;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;
	transform: translateY(1px);
}
input[type="checkbox"]:not(:disabled):hover {
	cursor: pointer;
}
input[type="radio"]:not(:disabled):hover {
	cursor: pointer;
}

:where(textarea) {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 10px;
	font-size: 15px;
	font-family: sans-serif;
	color: #4b4b4b;
	border: 1px solid #bbb;
	border-radius: 6px;
	outline: none;
}
:where(textarea):focus {
	border: 1px solid #4A90E2;
}


.nu-table__head > td:not(.tbSortMarkColor) {
	background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	border-bottom: 1px solid #bbb;
	color: #333;
	font-weight:bold;
	padding: 8px;
}
.nu-table__head > td:not(.tbSortMarkColor):hover {
  background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
}

.nu-table-list {
	font-size: 14px;
	width: 100%;
	border-collapse: separate;
	border: 1px solid #BBB;
	border-radius: 6px;
	border-spacing: 0;
	overflow: hidden;
}
.nu-table-list table {
    font-size: 14px;
}
.nu-table-list > thead > tr > td,
.nu-table-list > tbody > tr > td,
.nu-table-list > tr > td {
	padding: 8px 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nu-table-list:not(.no-stripe) > tbody > tr:not(.nu-table__head):nth-child(odd),
.nu-table-list:not(.no-stripe) > tr:not(.nu-table__head):nth-child(odd) {
	background-color: #f0f7ff;
}
.nu-table-list:not(.no-stripe) > tbody > tr:not(.nu-table__head):hover,
.nu-table-list:not(.no-stripe) > tr:not(.nu-table__head):hover {
	background-color: #daebff;
}

.nu-table-list.nu-text-left td,
.nu-table-list tr.nu-text-left td,
.nu-table-list td.nu-text-left {
    text-align: left;
}

.nu-table-settings {
	font-size: 15px;
	width: 100%;
	border-collapse: collapse;
}
.nu-table-settings table {
    font-size: 15px;
}
.nu-table-settings > tbody > tr > td,
.nu-table-settings > tr > td {
	padding: 8px;
}
.nu-table-settings > tbody > tr:not(.is-span) > td:nth-child(1),
.nu-table-settings > tr:not(.is-span) > td:nth-child(1) {
	padding-left: 32px;
	padding-right: 32px;
	width: 14%;
	white-space: nowrap;
}

.nu-table-bordered {
	font-size: 14px;
	width: 100%;
	border-collapse: separate;
	border: 1px solid #BBB;
	border-radius: 6px;
	border-spacing: 0;
	overflow: hidden;
}
.nu-table-bordered table {
    font-size: 14px;
}
.nu-table-bordered > tbody > tr > td,
.nu-table-bordered > tr > td  {
	padding: 6px;
	text-align: center;
	border: 1px solid #BBB;
	border-top: none;
	border-left: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nu-table-bordered > tbody > tr > td:last-child,
.nu-table-bordered > tr > td:last-child  {
  border-right: none;
}
.nu-table-bordered > tbody > tr:last-child td,
.nu-table-bordered > tr:last-child td  {
  border-bottom: none;
}

.nu-table-bordered.nu-text-left td,
.nu-table-bordered tr.nu-text-left td,
.nu-table-bordered td.nu-text-left {
    text-align: left;
}

.nu-table-info {
	font-size: 14px;
	width: 100%;
	border-collapse: collapse;
}
.nu-table-info table {
    font-size: 14px;
}
.nu-table-info > tbody > tr > td,
.nu-table-info > tr > td {
	padding: 8px;
}
.nu-table-info > tbody > tr > td:nth-child(1),
.nu-table-info > tr > td:nth-child(1) {
	width: 35%;
	padding-left: 11%;
	white-space: nowrap;
}
.nu-table-info > tbody > tr:nth-child(even),
.nu-table-info > tr:nth-child(even) {
	background-color: #f4f8fe;
}

.error-tooltip {
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 14px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	z-index: 9999;
	align-items: center;
	pointer-events: none;
}
.error-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	background-color: #ff2f33;
	color: #ffffff;
	border-radius: 50%;
	font-size: 12px;
	font-weight:bold;
	margin-right: 8px;
}
.error-tooltip::after, .error-tooltip::before {
	content: "";
	position: absolute;
	left: 15px;
	border: 6px solid transparent;
}
.error-tooltip::after {
	top: 100%;
	border-top-color: #cfcfcf;
}
.error-tooltip::before {
	top: calc(100% - 1px);
	border-top-color: #ffffff;
	z-index: 1;
}
.error-tooltip.is-bottom::after {
	top: auto;
	bottom: 100%;
	border-top-color: transparent;
	border-bottom-color: #cfcfcf;
}
.error-tooltip.is-bottom::before {
	top: auto;
	bottom: calc(100% - 1px);
	border-top-color: transparent;
	border-bottom-color: #ffffff;
}

.simple-link {
	color: #007BFF;
	text-decoration: none;
	transition: color 0.2s ease;
}
.simple-link:hover {
	color: #0056b3;
	text-decoration: underline;
	cursor: pointer;
}

.simple-title-font {
	font-size: 15px;
}


/*********************************/
/***********  btn-page ***********/
.btn-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 20px;
  border-radius: 5px;
  position: relative;
}
.bg-blue {
  border: none;
  background-color: #0c82ff;
  color: #fff;
	cursor: pointer;
}
.btn-color-on {
	border: 1px solid #c0c0c0;
	color: #0c82ff;
	background-color: #fff;
	cursor: pointer;
}
.btn-color-off {
	border: 1px solid #c0c0c0;
	color: #c0c0c0;
	background-color: #fff;
}

.arrow-left::before,
.arrow-right::before,
.arrow-check::before,
.two-arrow-left::before,
.two-arrow-left::after,
.two-arrow-right::before,
.two-arrow-right::after {
	content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-left-color: currentColor;
  top: 50%;
  left: 50%;
}
.arrow-left::before {
	transform: translate(-50%, -50%) rotate(-45deg);
	margin-left: 1px;
}
.arrow-right::before {
	transform: translate(-50%, -50%) rotate(135deg);
	margin-left: -1px;
}
.arrow-check::before {
	transform: translate(-50%, -70%) rotate(225deg);
	margin-left: 1px;
  width: 3px;
  height: 7px;
}
.two-arrow-left::before {
	transform: translateY(-50%) rotate(-45deg);
	left: 35%;
}
.two-arrow-left::after {
	transform: translateY(-50%) rotate(-45deg);
	left: 55%;
}
.two-arrow-right::before {
	transform: translateY(-50%) rotate(135deg);
	left: 25%;
}
.two-arrow-right::after {
	transform: translateY(-50%) rotate(135deg);
	left: 45%;
}

.two-triangle-right::before,
.two-triangle-right::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 0px 4px 6px;
  border-color: transparent transparent transparent currentColor;
}
.two-triangle-right::before {
  left: 30%;
}
.two-triangle-right::after {
  left: 55%;
}

/*********************************/

.dbg1 {
border: 1px solid #2f0bf7;
}
.dbg2 {
border: 1px solid #e90b30;
}
/*********************/
#tabs10 {
	float: left;
	font-size: 12px;
	font-weight:bold;
	line-height:2.0;
}
#tabs10 ul {
	margin: 0px;
	padding: 10px 10px 0 45px;
	list-style: none;
}
#tabs10 li {
  display: inline;
  margin: 0px;
  padding: 0px;
}
#tabs10 a {
  float: left;
  background: url(/images/blue/tableft10.gif) no-repeat left top;
  margin: 0px;
  padding: 0px 1px 0px 4px;
  text-decoration: none;
}
#tabs10 a span {
  float: left;
  display: block;
  background: url(/images/blue/tabright10.gif) no-repeat right top;
  padding: 4px 13px 3px 9px;
  color: #FFF;
}
#tabs10 a span {float:none;}
#tabs10 a:hover {  background-position:0% -42px;  }
#tabs10 a:hover span {  background-position:100% -42px;  }
#tabs10 #current a {  background-position:0% -42px;  }
#tabs10 #current a span {  background-position:100% -42px;  }

.tabberBoder {
	border: 1px solid #2763a5;
}

#tabs11 {
	float: left;
	font-size: 14px;
	font-weight:bold;
	line-height:2.0;


}
#tabs11 ul {
	margin: 0px;
	padding: 10px 10px 0 0;
	list-style: none;


}
#tabs11 li {
  display: inline;
  margin: 0px;
  padding: 0px;

}
#tabs11 a {
  float: left;
  margin-right: 5px;
  text-decoration: none;


}
#tabs11 a span {
  float: left;
  display: block;
  padding: 5px 15px 5px 15px;
  color : #6d6d6d;


}
#tabs11 #current a {
	border: 2px solid #ccd5de;
	border-radius: 10px 10px 0 0;
	border-bottom: 2px solid #ffffff;
	margin-top: -3px;
}
#tabs11 #current a span {
	color : #3E3E3E;
}

.tabberLine {
	border: 0;
	height: 2px;
	background-color: #ccd5de;
	margin: -2px 0 30px;
}

/*********************/
.block_title {
	font-weight: bold;
	FONT-SIZE: 13px;
	COLOR: #235397;
	text-align: left;
	padding-left: 24px;
	background: url(/images/blue/template_31.jpg) no-repeat left bottom;
}
/*********************/
.font01 {
	font-weight: bold;
	FONT-SIZE: 13px;
	COLOR: #235397;
}
.font02 {
	FONT-SIZE: 12px;
	COLOR: #235397;
}

.input01 {
	border: #cccccc 1px solid;
	WIDTH: 45px;
	HEIGHT: 19px;
	BACKGROUND-COLOR: #ffffff
}
/*********************/
.button {
	border: none;
	padding: 0px;
	background-color:  transparent;
	cursor: pointer;
}
.txtButton {
	font-size: 12px;
	padding: 0px;
}
.verifyTip {
	margin-left: 4px;
	padding-left: 4px;
	padding-right: 4px;
	/*
	color: #000;
	border: 1px solid #BBBBBB;
	background-color: #FFD9D9;
	*/
}

/*********************/
.lockWidth {
	width: 800px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align:middle;
}
/*********************/
.toggleBlock {
	position: absolute;
	border-right: 2px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
	background-color: #dae6da;
}
.toggleBlockShadow {
	border: 1px solid #8f8f8f;
	background-color: #dae6da;
	padding: 4px;
}
.toggleBlock * {
	font-size: 12px;
}
/*********************/
.outer {
border: solid 1px #C3D9FF;
}
.inner {
background-color: #e8eefa;
}

.btnFileUpload {
	padding: 1px;
	background-color: transparent;
	border: 1px solid #17a2b8;
	border-radius: 6px;
	color: #17a2b8;
	transition: all 0.2s ease;
}
.btnFileUpload:hover {
	background-color: #17a2b8;
	color: #ffffff;
}

.btnFileUpload label {
	padding: 1px 6px;
	display: block;

}

.divUploadFilename {
	display: inline-block;
	width: 180px;
	font-size: 13px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}

/*********************/
:root {
	--panel-bg: #ffffff;
	--panel-border: #cccccc;
	--panel-shadow: 0 0 5px 2px #e6e5e5;
	/* --panel-header-bg: #f8f9fa; */
	--panel-header-bg: #fffffff6;
	--panel-header-text: #333333;
}

.nu-action-bar {
	display: flex;
	align-items: center;
	padding: 0 12px 24px 12px;
	gap: 12px;
}


.nu-panel {
	border: 1px solid var(--panel-border);
	border-radius: 15px;
	background-color: var(--panel-bg);
	box-shadow: var(--panel-shadow);
	overflow: hidden;
	margin-bottom: 24px;
}
.nu-panel__header {
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 12px 18px;
	border-bottom: 1px solid var(--panel-border);
	background-color: var(--panel-header-bg);
}
.nu-panel .nu-panel__header.nu-panel__header--dev {
	justify-content: center;
	padding: 6px 10px 4px 10px;
}
.nu-panel__title {
	margin: 0;
	color: var(--panel-header-text);
	font-size: 15px;
	font-weight: bold;
}
.nu-panel .nu-panel__title.nu-panel__title--dev {
	font-size: 14px;
}
.nu-panel__body {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 18px 24px;
}
.nu-panel__row {
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 40px;
	width: 100%;
	flex-wrap: wrap;
}
.nu-panel__group {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-left: 2px;
  	padding-right: 2px;
	flex-shrink: 0;
}

.nu-panel--small {
	border-radius: 8px;
	box-shadow: none;
	margin-bottom: 0;
	border-color: rgba(0,0,0,0.1);
}
.nu-panel--small .nu-panel__header {
	padding: 6px 12px;
	gap: 12px;
}
.nu-panel--small .nu-panel__title {
	font-size: 14px;
}
.nu-panel--small .nu-panel__body {
	padding: 6px 24px;
	gap: 4px;
}

.nu-panel__row--large-gap {
	gap: 40px;
}

.nu-justify-center {
  justify-content: center;
}
.nu-justify-between {
	justify-content: space-between;
}
.nu-justify-end {
	justify-content: flex-end;
}
.nu-ml-auto {
	margin-left: auto;
}


/*********************/
:root {
	--clr-primary: #007bff;
	--clr-success: #28a745;
	--clr-danger: #dc3545;
	--clr-warning: #ff8c19;
	--clr-info: #17a2b8;
	--clr-dark: #0f172a;
	--clr-gray: #7a828a;
}

.nu-btn {
	--btn-clr: var(--clr-primary);
	--btn-px: 9px;
	--btn-py: 6px;
	--btn-fz: 13px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: var(--btn-py) var(--btn-px);
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: var(--btn-fz);
	white-space: nowrap;
	cursor: pointer;
	transition: all 0.2s ease;
}
.nu-btn i {
	margin-top: 2px;
}

.nu-btn--solid {
	background-color: var(--btn-clr);
	border-color: var(--btn-clr);
	color: #ffffff;
}
.nu-btn--solid:hover {
	filter: brightness(0.9);
}

.nu-btn--outline {
	background-color: transparent;
	border-color: var(--btn-clr);
	color: var(--btn-clr);
}
.nu-btn--outline:hover {
	background-color: var(--btn-clr);
	color: #ffffff;
}

.nu-btn--empty {
	background-color: transparent;
	border-color: var(--btn-clr);
	color: var(--btn-clr);
	opacity: 0.8;
}
.nu-btn--empty:hover {
	opacity: 1;
	box-shadow: inset 0 0 2px currentColor;
}


.nu-btn--primary { --btn-clr: var(--clr-primary); }
.nu-btn--addon { --btn-clr: var(--clr-primary); }
.nu-btn--success { --btn-clr: var(--clr-success); }
.nu-btn--danger  { --btn-clr: var(--clr-danger); }
.nu-btn--warning { --btn-clr: var(--clr-warning); }
.nu-btn--info { --btn-clr: var(--clr-info); }
.nu-btn--dark { --btn-clr: var(--clr-dark); }
.nu-btn--gray { --btn-clr: var(--clr-gray); }

.nu-btn--wide { --btn-px: 9px; --btn-py: 1px; --btn-fz: 12px; border-radius: 6px; min-width: 60px; }
.nu-btn--sm { --btn-px: 8px; --btn-py: 3px; --btn-fz: 12px; border-radius: 6px; }
.nu-btn--md { --btn-px: 9px; --btn-py: 6px; --btn-fz: 13px; border-radius: 9px; }
.nu-btn--lg { --btn-px: 24px; --btn-py: 10px; --btn-fz: 16px; border-radius: 8px; }

.nu-btn:disabled {
	opacity: 0.7;
	--btn-clr: var(--clr-gray);
	cursor: not-allowed;
	pointer-events: none;
}

.font_bold {
	color: var(--panel-header-text);
	font-weight: bold;
}

:root {
  --icon-size-xs: 12px;
  --icon-size-sm: 14px;
  --icon-size: 18px;
  --icon-size-lg: 21px;
  --icon-size-xl: 24px;
  --icon-width: auto;
  --comm-bg-color: #ecf2fb;
}

.comm-bg-color {
	background-color: var(--comm-bg-color);
}

img[src*="/images/icon/"],
img[src*="/images/blue/icon/"],
.nu-icon {
    height: var(--icon-size); 
    width: var(--icon-width);
    vertical-align: middle;
}

img[src*="/images/icon/"][src$="/add.png"],
img[src*="/images/icon/"][src$="/del.png"],
img[src*="/images/blue/icon/"][src$="/add.png"],
img[src*="/images/blue/icon/"][src$="/del.png"] {
    --icon-size: var(--icon-size-sm);
	margin-right: 4px;
}

.nu-icon-xs { 
	--icon-size: var(--icon-size-xs);
 }

.nu-icon-sm { 
	--icon-size: var(--icon-size-sm);
 }

.nu-icon-lg { 
	--icon-size: var(--icon-size-lg); 
}

.nu-icon-xl { 
	--icon-size: var(--icon-size-xl); 
}

img.no-resize {
    height: auto !important;
    width: auto !important;
}

img.help {
	margin-left: 4px;
    vertical-align: middle;
}

img.nudge-up {
	transform: translateY(-6px); 
}

img.download { 
	--icon-size: 16px;
 }

.sw-port-img {
	--icon-size: 21px;
	--icon-width: 28px;
}

.idx-port-img {
	--icon-size: 20px;
	--icon-width: 28px;
}

.idx-usb-img {
	--icon-size: 15px;
	--icon-width: 27px
}

.idx-ha-img { 
	--icon-size: 34px; 
	--icon-width: 34px;
}

.dev-list {
    display: flex;
    flex-wrap: wrap;
	gap: 10px 20px;
}

.dev-item {
    width: 22%; 
}
