@charset "utf-8";

@import url("baseStyle.css");

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 5px;
  padding: 0;
}

h1 {
  margin: 15px 0 5px;
  border-bottom: 4px solid #dddddd;
  padding-bottom: .2em;
  color: #6666aa;
  font-size: 1.6em;
  font-weight: 400;
  margin-left: 10px;
}

h2 {
  border-bottom: 4px solid #dddddd;
  padding-bottom: .2em;
  color: #6666aa;
  font-size: 1.4em;
  font-weight: 400;
}

.error {
  color: #ff0000;
}

.curved { 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius:5px;
  border-radius: 5px;
}
.curved-bottom {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.curved-top {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.icon-block {
  display: table;
}
.icon-block div {
  display: table-cell;
}
.icon-block div:first-child {
  white-space: nowrap;
  padding-right: 5px;
}
.icon-action {
  color: #d801f1;
  font-size: 20px;
  margin-top: -5px;
}
.icon-link {
  color: #0178f1;
  font-size: 20px;
}
.icon-display {
  color: #222222;
  font-size: 20px;
}

.tabs {
  font-size: 0.8em;
  height: 2.0em;
  margin: 0 0 5px 0;
  list-style-type: none;
  padding: 0 0 0 2.0em;
  xbackground: #ffcccc;
  border-color: #dedede;
  border-width: 0 0 1px 0;
  border-style: solid;
}
.tabs li {
  float: left;
  line-height: 2.0em;
  padding: 0 0 0 0;
  color: #707070;
  list-style-type: none;
  margin: 0 .5em 0 0;
  border-color: #dedede;
  border-width: 1px 1px 0 1px;
  border-style: solid;
}
.tabs li a {
  display: block;
  text-align: center;
  min-width: 80px;
  padding: 0 .75em 0 .75em;
}
.tabs li a:link, .tabs li a:visited {
  text-decoration: none;
  color: #707070;
}
.tabs li a:hover, .tabs li a:focus {
  text-decoration: none;
  color: #dd2c0d;
  background: #e0e0ff;
}
.tabs .tabon {
  font-weight: 800;
}
.tabs .taboff {
  background: #f0f0f0;
}

.busySpin, .busySpin:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.busySpin {            
  margin: 150px auto 20px auto;
  font-size: 10px;
  position: relative;
  xtext-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: busySpin8 1.1s infinite linear;
  animation: busySpin8 1.1s infinite linear;
}
@-webkit-keyframes busySpin8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes busySpin8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.busyMsg {
  font-size: 20px;
  width: fit-content;
  min-width: 300px;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(191, 216, 255, 0.8);
  border: 5px solid rgba(0, 98, 255, 0.8);
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
}
#busyDiv {
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  width:100%;
  height:100%;
  background-color: rgba(0, 98, 255, 0.2);
}
body.busyBody {
  overflow:hidden;
}
        
.breadCrumb {
  font-size: 0.8em;
  height: 2.0em;
  margin: 0 -5px 0 -5px;
  list-style-type: none;
  padding: 0 0 0 0;
  background: rgba(255, 255, 255, 0.3);
}
.breadCrumb li {
  float: left;
  line-height: 2.0em;
  padding: 0 15px 0 5px;
  color: #707070;
  list-style-type: none;
  margin: 0;
  background: url(../images/breadCrumb.gif) no-repeat right center;
}
.breadCrumb li:last-child {
  background: none;
}

.breadCrumb li a {
  display: block;
}
.breadCrumb li a:link, .breadCrumb li a:visited {
  text-decoration: none;
  color: #707070;
}
.breadCrumb li a:hover, .breadCrumb li a:focus {
  color: #dd2c0d;
}

.pageTabs {
  margin: 5px 0 5px;
  border-bottom: 4px solid #dddddd;
  padding-bottom: 5px;
  color: #6666aa;
  display: flex;
  width: 100%;
  align-items: stretch;
}
.pageTabs a {
  text-decoration: none;
}
.pageTabs .tabHead {
  border-style: solid;
  border-color: #888888;
  border-width: 0 0 2px 0;
  margin-top: 2px;
  width: 5px;
  flex-grow: 0;
}
.pageTabs .tabOn {
  background: #eeeeee;
  border-style: solid;
  border-color: #888888;
  border-width: 1px 1px 2px 1px;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 7px 10px 0 10px;
  margin-right: -1px;
}
.pageTabs .tabOff {
  background: #dddddd;
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 1px 1px 2px 1px;
  border-bottom-color: #888888;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 5px 10px 0 10px;
  margin-top: 2px;
  margin-right: -1px;
}
.pageTabs .tabTail {
  border-style: solid;
  border-color: #888888;
  border-width: 0 0 2px 0;
  margin-top: 2px;
  flex-grow: 1;
}

.buttons {
  _display: inline-block;
  padding: 5px 0 5px 0;
  _width: 100%;
}
.promptForm .buttons {
  margin: 0 10px 0 10px;
}
.buttons button {
  display: inline-block;
  min-width: 145px;
  margin: 0 5px 0 0;
  white-space: nowrap;
}
.buttons input {
  display: inline-block;
  min-width: 145px;
  margin: 0 5px 0 0;
}
.buttons div {
  display: inline-block;
}
.buttonsSmall {
  padding: 5px 0 5px 0;
}
.buttonsSmall button {
  min-width: 55px;
  margin: 0 2px 0 0;
}
.button {
  min-width: 145px;
  margin: 0 5px 0 0;
}
.buttonsRight {
  float: right;
}
.buttonsRight button {
  margin: 0 0 0 5px;
}

.promptForm {
  width: 500px;
  margin-left: auto; 
  margin-right: auto;
}
.t50 {
  margin-top: 50px;
}
.b10 {
  margin-bottom: 10px;
}
.l80 {
  margin-left: 80px;
}
.promptFormHeader {
  font-size: 1.4em;
  text-align: center;
}
.promptForm table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-width: 1px 0 1px 0;
  border-color: #404040;
  border-style: solid;
  border-spacing: 0;
  font-size: 1.0em;
}
.promptForm table tr:first-child th {
    padding-top:20px;
}
.promptForm table tr:first-child td {
    padding-top:20px;
}
.promptForm table tr:last-child th {
    padding-bottom:20px;
}
.promptForm table tr:last-child td {
    padding-bottom:20px;
}
.promptForm th {
  background: #f8f8f8;
  padding: 2px 10px 2px 10px;
  margin: 0;
  text-align: right;
  white-space:nowrap;
}
.promptForm td {
  background: #f8f8f8;
  padding: 2px 10px 2px 10px;
  margin: 0;
}

.itemList {
  border-width: 0 0 1px 0;
  border-color: #404040;
  border-style: solid;
  border-spacing: 0;
  font-size: 1.0em;
  margin: 0;
}
.itemList tr:first-child {
  background: #ffffff;
}
.itemList tr:nth-child(2n+3) {
  background: #f8f8f8;
}
.itemList tr:nth-child(2n+2) {
  background: #efefef;
}
.itemList tr:first-child th {
  border-width: 0 0 1px 0;
  border-color: #404040;
  border-style: solid;
}
.itemList tr:nth-child(n+3) td {
  border-width: 1px 0 0 0;
  border-color: #c0c0c0;
  border-style: solid;
}
.itemList tr:nth-child(n+2):hover {
  background: #d8d8f8;
}
.itemList tr th {
  text-align: left;
  font-weight: 800;
  padding: 2px 15px 2px 4px;
  margin: 0;
}
.itemList tr td {
  padding: 2px 15px 2px 4px;
  margin: 0;
}

.instList {
  border-width: 1px 0 1px 0;
  border-color: #404040;
  border-style: solid;
  border-spacing: 0;
  font-size: 1.0em;
  margin: 0;
}
.instList tr td {
  background: #f8f8f8;
  padding: 2px 10px 2px 10px;
  margin: 0;
}
.instList tr:nth-child(n+2) td {
  border-width: 1px 0 0 0;
  border-color: #a0a0a0;
  border-style: solid;
}
.instList tr td {
  text-align: left;
  vertical-align: top;
}
.templateLabelCell {
  font-size: 1.2em;
  font-weight: 800;
}

.selectedRow td {
  font-weight: 600 !important;
}

.attributes {
  border-width: 1px 0 1px 0;
  border-color: #404040;
  border-style: solid;
  border-spacing: 0;
  font-size: 1.0em;
  margin: 0;
}
.attributes tr td {
  background: #f8f8f8;
  padding: 2px 10px 2px 10px;
  margin: 0;
}
.attributes tr:nth-child(n+2) td {
  border-width: 1px 0 0 0;
  border-color: #a0a0a0;
  border-style: solid;
}
.attributes tr td:first-child {
  font-weight: 600;
  text-align: right;
  vertical-align: top;
}
.attributes tr td:nth-child(n+2) {
  xtext-align: left;
  vertical-align: top;
}
.attributes tr.activeRow td {
  -font-weight: 600;
  background: #e8e8f8;
}

.stickyLeft {
  position:sticky;
  left:0;
  z-index:1;
}

.subAttributes {
  border-collapse:separate;
  border-spacing: 0;
  table-layout: auto;
  __width: 100%;
  font-size: 1.0em;
  margin: 0 0 10px 0;
}
.subAttributes tr th {
  border-bottom: 1px solid #9797b2;
  position:sticky;
  top:0;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
  padding: 1px 5px 1px 4px;
  vertical-align: bottom;
  background: #c8c8e6;
}
.subAttributes tr th:nth-child(1) {
  background: #c8c8e6;
}
.subAttributes tr th:nth-child(2) {
  background: #c8c8e6;
}
.subAttributes tr td {
  border-right: 1px dotted #c2c2e6;
  border-bottom: 1px solid #9797b2;
  vertical-align: top;
  background: #ededed;
}
.subAttributes tr td:nth-child(1) {
  font-weight: 600;
  padding: 1px 5px 1px 4px;
  text-align: right;
  background: #ededed;
}
.subAttributes tr td:nth-child(2) {
  padding: 1px 5px 1px 4px;
  background: #ededed;
}
.subAttributes tr td:nth-child(n+3) {
  font-weight: 100;
  padding: 1px 5px 1px 4px;
}
.subAttributes tr:hover td {
  background: #d8d8f8;
}

.attrValueOverflow {
  overflow-x: auto;
}
.attrValueOverflow .subAttributes tr th:nth-child(1) {
  position:sticky;
  left:0;
  z-index:1;
}
.attrValueOverflow .subAttributes tr th:nth-child(2) {
  position:sticky;
  left:51px;
  z-index:1;
}
.attrValueOverflow .subAttributes tr td:nth-child(1) {
  position:sticky;
  left:0;
  z-index:1;
}
.attrValueOverflow .subAttributes tr td:nth-child(2) {
  position:sticky;
  left:51px;
  z-index:1;
}

.alarmsTable {
  border-collapse:collapse;
  font-size: 0.8em;
}
.alarmsTable tr td {
  border-width: 0;
  padding: 1px 5px 1px 5px;
  font-weight: 100;
}
.alarmsTable tr td:first-child {
  font-weight: 100;
}
.alarmsTable tr td:nth-child(n+2) {
  border-style: none none none dotted;
  border-width: 0 0 0 1px;
}

.subTable {
  border-collapse:collapse;
  font-size: 1.0em;
}
.subTable th {
  vertical-align: bottom;
  white-space:nowrap;
}
.subTable th div {
  border-bottom: 1px solid #bbbbdd;
  margin-right: 10px;
}
.subTable tr td {
  margin: 0;
}
.subTable tr td:nth-child(n) {
  border-width: 0;
  font-weight: 100;
  padding: 0px 10px 0px 0;
}
.subTable tr td:first-child {
  text-align: left;
  vertical-align: top;
}
.subTable tr:hover td {
  background: #d8d8f8;
}
.subTable .sg td {
  white-space:nowrap;
}

.subBlock {
  border-width: 1px;
  border-style: solid;
  border-color: #808080;
  font-size: 1.0em;
}
.subBlock tr td {
  margin: 0;
}
.subBlock tr td:nth-child(n) {
  border-width: 0;
  font-weight: 100;
  padding: 0px 10px 0px 0;
}
.subBlock tr td:first-child {
  text-align: left;
  vertical-align: top;
}

.attributeList {
  list-style-type: none;
  padding: 0 0 2px 0;
  margin: 0;
}

.right {
  text-align: right;
}
.left {
  text-align: left;
}
.nowrap {
  white-space:nowrap;
}
.strikeout {
    text-decoration: line-through;
}

.thumbsBlock {
  display: inline-block;
}
.thumbBlock {
  display: inline-block;
  border: 1px;
  margin: 0 5px 10px 0;
  xpadding: 5px;
  background: #dddddd;
  border-color:#a0a0a0;
  border-width:1px;
  border-style:solid; 
}
.thumbImage {
}
.thumbImage a {
  display: block;
  min-width: 200px;
  min-height: 150px;
  text-align: center;
  line-height: 150px;
  margin: 3px;
}
.thumbImage img {
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  text-align: center;
}
.thumbFooter {
  text-align: center;
  font-size: 0.6em;
}

.logTable {
  border-spacing: 0;
  font-size: 1.0em;
  margin: 0;
  padding: 10px 0 5px;
}
.logTable tr:first-child {
  background: #d0d0d0;
}
.logTable tr:nth-child(2n+2) {
  background: #f0f0f0;
}
.logTable tr:nth-child(2n+3) {
  background: #e0e0e0;
}
.logTable tr:first-child th {
  border-width: 0 0 1px 0;
  border-color: #404040;
  border-style: solid;
  padding: 0 18px 0 2px;
}
.logTable tr td {
  vertical-align: top;
  padding: 0 8px 0 2px;
}
.logTable tr:nth-child(n+2) td {
  border-width: 0 0 1px;
  border-color: #a0a0a0;
  border-style: solid;
}
.cellRight {
  text-align: right;
}

.errorMessage {
  background: #ffb8b8 !important;
  border-width: 1px;
  border-color: #ff6666;
  border-style: solid;
  color: #dd0000 !important;
}
.errors .errorMessage {
  font-size: 14px;
  font-weight: normal;
  margin: 0 5px 20px;
  padding: 10px 10px 10px 50px;
}
.errors li {
  list-style-type:circle;
}

.warningMessage {
  background: #fff0b8 !important;
  border-width: 1px;
  border-color: #dcff66;
  border-style: solid;
  color: #ab6f00 !important;
}
.warnings .warningMessage {
  font-size: 14px;
  font-weight: normal;
  margin: 0 5px 20px;
  padding: 10px 10px 10px 50px;
}
.warnings li {
  list-style-type:circle;
}

.actionMessage {
  background: #9ac1ff !important;
  border-width: 1px;
  border-color: #ffde66;
  border-style: solid;
  color: #0062ff !important;
}
.messages .actionMessage {
  font-size: 14px;
  font-weight: normal;
  margin: 0 5px 20px;
  padding: 10px 10px 10px 50px;
}
.messages li {
  list-style-type:circle;
}

.json {
  border-spacing: 0px;
}
.json tr th {
  font-weight: bold;
  font-size: 8pt;
  text-align: left;
  vertical-align: top;
  border: 0px;
  padding: 2px 10px 1px 2px;
  border-right: 1px dotted #c0c0c0;
  border-top: 1px solid #a0a0a0;
  xborder-bottom: 1px solid #a0a0a0;
}
.json tr td {
  font-size: 8pt;
  vertical-align: top;
  border: 0px;
  padding: 2px 10px 1px 5px;
  border-top: 1px solid #a0a0a0;
  xborder-bottom: 1px solid #a0a0a0;
}
.json .json_internalErrors {
  background: red;
}
.json .json_errors {
  background: red;
}
.json .json_warnings {
  background: yellow;
}

.inlineError {
  background: #ffb8b8;
  color: #dd0000;
  padding: 1px;
}
.inlineWarning {
  background: #9ac1ff;
  color: #0062ff;
  padding: 1px;
}

.trace {
  overflow: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #606060;
  margin: 0px;
  padding:5px;
}

.tooltip {
  _border-bottom: 1px dotted #333;
  position: relative;
  cursor: pointer;
  white-space: pre-line;
}
.tooltipTable th {
  vertical-align: top;
  white-space: nowrap;
  font-weight: 600;
  text-align: right;
}
.tooltipTable td {
  white-space: nowrap;
  max-width: 500px;
}
/* We don't seem to need our own tooltop style.
.tooltip:hover:after {
  content: attr(title);
  position: absolute;
  white-space: pre;
  background: rgba(0, 0, 0, 0.85);
  padding: 3px 7px;
  color: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 7px;
  margin-top: -3px;
}
*/

.groupsOpen {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.groupsHover {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.groupsHeader {
}
.groupsBody {
}
.groupsHover .groupsHeader {
  display: inline-block;
}
.groupsHover .groupsBody {
  display: none;
}

.groupsHover:hover .groupsHeader {
  display: none;
}
.groupsHover:hover .groupsBody {
  display: inline-block;
}

/* Attribute Table */
/*  Standard table */
.attrTable .attrRow {
  display: flex;
  -flex-direction: column;
  background: #f8f8f8;
  padding: 2px 10px 2px 10px;
  margin: 0;
}
.attrTable .attrRow:nth-child(n+2) {
  border-width: 1px 0 0 0;
  border-color: #c0c0c0;
  border-style: solid;
}
.attrTable .attrRow:hover {
  -font-weight: 600;
  background: #e8e8f8;
}
.attrTable .attrRow .attrName {
  order: 1;
  width: 150px;
  min-width: 150px;
  font-weight: 600;
  text-align: right;
  vertical-align: top;
  padding: 0 10px 0 0;
}
.attrTable .attrRow .attrValue {
  order: 2;
  vertical-align: top;
  padding: 0 10px 0 0;
  min-width: auto;
  width: 100%;
}
.attrTable .attrRow .attrValue pre {
  margin-top: 0;
  margin-bottom: 0;
}
.attrTable .attrRow .attrValue ol {
  margin: 0;
  padding-inline-start: 20px;
}
.attrTable .attrRow .attrValue ul {
  margin: 0;
  padding-inline-start: 20px;
}
.attrRight {
  order: 3;
  vertical-align: top;
  padding: 0 0 0 20px;
  margin-left: auto;
  overflow-x: auto;
  min-width: 33%;
}

/*  Struts 2 Style */
.attrTable {
  border-width: 1px 0 1px 0;
  border-color: #404040;
  border-style: solid;
  border-spacing: 0;
  font-size: 1.0em;
  margin: 0;
}
.attrTable .wwgrp {
  display: flex;
  -flex-direction: column;
  background: #f8f8f8;
  padding: 2px 10px 2px 10px;
  margin: 0;
}
.attrTable .wwgrp:nth-child(n+2) {
  border-width: 1px 0 0 0;
  border-color: #a0a0a0;
  border-style: solid;
}
.attrTable .wwgrp:hover {
  background: #e8e8f8;
}
.attrTable .wwgrp .wwlbl {
  order: 1;
  width: 150px;
  font-weight: 600;
  text-align: right;
  vertical-align: top;
}
.attrTable .wwgrp .wwlbl .label {
  width: 100%;
}
.attrTable .wwgrp .wwctrl {
  order: 2;
  vertical-align: top;
  padding: 0 10px 0 10px;
  margin-right: auto;
}
.attrTable .wwgrp .wwctrl textarea {
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
}
.attrTable .wwgrp .wwerr {
  order: 3;
  vertical-align: top;
  font-weight: normal;
}
.attrTable .wwgrp .errorMessage {
  order: 4;
  vertical-align: top;
  font-weight: normal;
}
.attrTable .wwgrp br {
  display: none;
}

.sampleJson {
  display: block;
  unicode-bidi: embed;
  font-family: monospace;
  white-space: pre;
  overflow: hidden;
}
.sampleJson div {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 500px;
}

.sampleStr {
  display: block;
  unicode-bidi: embed;
  font-family: monospace;
  white-space: pre;
  overflow: hidden;
}
.sampleStr div {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 250px;
}

.defnBlock {
  overflow-x: auto;
  overflow-y: auto;
  //_height: 400px;
  //_defHeight: 400px;
  width: 100%;
}

.diffBlock .diffIns {
  background: #88ff88;
}
.diffBlock .diffDel {
  background: #ff8888;
  text-decoration: line-through;
}

.attrNVal {
  position: relative;
  border-right: 5px solid #b7b700 !important;
  cursor: pointer;
}
.attrNQuan {
  position: relative;
  border-right: 5px solid #feb700 !important;
  cursor: pointer;
}
.attrTState {
  position: relative;
  border-right: 5px solid #2fed2f !important;
  cursor: pointer;
}
.attrTCount {
  position: relative;
  border-right: 5px solid #4f2fed !important;
  cursor: pointer;
}
.attrTFlow{
  position: relative;
  border-right: 5px solid #2fd5ed !important;
  cursor: pointer;
}
.attrType {
  position: absolute;
  top: 0px;
  right: -5px;
  width: 5px;
  height: 19px;
}
.attrType____ {
  background: url("../images/attrType____.png");
}
.attrType___Y {
  background: url("../images/attrType___Y.png");
}
.attrType__M_ {
  background: url("../images/attrType__M_.png");
}
.attrType__MY {
  background: url("../images/attrType__MY.png");
}
.attrType_W__ {
  background: url("../images/attrType_W__.png");
}
.attrType_W_Y {
  background: url("../images/attrType_W_Y.png");
}
.attrType_WM_ {
  background: url("../images/attrType_WM_.png");
}
.attrType_WMY {
  background: url("../images/attrType_WMY.png");
}
.attrTypeS___ {
  background: url("../images/attrTypeS___.png");
}
.attrTypeS__Y {
  background: url("../images/attrTypeS__Y.png");
}
.attrTypeS_M_ {
  background: url("../images/attrTypeS_M_.png");
}
.attrTypeS_MY {
  background: url("../images/attrTypeS_MY.png");
}
.attrTypeSW__ {
  background: url("../images/attrTypeSW__.png");
}
.attrTypeSW_Y {
  background: url("../images/attrTypeSW_Y.png");
}
.attrTypeSWM_ {
  background: url("../images/attrTypeSWM_.png");
}
.attrTypeSWMY {
  background: url("../images/attrTypeSWMY.png");
}

.colRowNum {
  font-weight: 600;
  min-width: 40px;
  max-width: 40px;
  text-align: right;
}
.colNickname {
  min-width: 150px;
}
.colName {
  min-width: 250px;
}
.colFullName {
  min-width: 250px;
}
.colLabel {
  min-width: 120px;
  white-space: nowrap;
}
.colEmail {
  min-width: 300px;
}
.colDescription {
  min-width: 300px;
}
.colCode {
  max-width: 800px;
}
.colCode pre {
  white-space: pre-wrap;
}
.colType {
  min-width: 50px;
}
.colOwner {
  min-width: 150px;
}
.colStatus {
  min-width: 50px;
  white-space: nowrap;
}
.colDataUnit {
  min-width: 50px;
  white-space: nowrap;
}
.colFlag {
  min-width: 50px;
  text-align: center;
}
.colTime {
  min-width: 135px;
  white-space: nowrap;
}
.colTimeMs {
  min-width: 161px;
  white-space: nowrap;
}
.colTimeN {
  min-width: 84px;
  white-space: nowrap;
}
.colCount {
  min-width: 80px;
  text-align: right;
  white-space: nowrap;
}
.colNumber {
  min-width: 80px;
  text-align: right;
  white-space: nowrap;
}
.colNumber8 {
  min-width: 40px;
  text-align: right;
  white-space: nowrap;
}
.colNumber5 {
  min-width: 40px;
  text-align: right;
  white-space: nowrap;
}
.colNumber3 {
  min-width: 20px;
  text-align: right;
  white-space: nowrap;
}
.colSample {
  max-width: 500px;
}
.colOrder {
  min-width: 50px;
  text-align: right;
  white-space: nowrap;
}

.clippedStr {
  line-height: 16px;
}
.clippedStr::before, .clippedStr::after {
  display: inline-block;
  overflow: hidden;
  white-space: pre;
  xvertical-align: middle;
}
.clippedStr::before {
  content: attr(split-head);
  max-width: calc(var(--rHead));
  text-overflow: ellipsis;
}
.clippedStr::after {
  content: attr(split-tail);
  max-width: calc(var(--rTail));
  text-overflow: ellipsis;
  direction: rtl;
}

.c-red {
  color: #b23636;
}
.c-green {
  color: #36b246;
}
.c-blue {
  color: #3657b2;
}
.c-yellow {
  color: #aab236;
}
.c-orange {
  color: #ff8e36;
}
.c-grey {
  color: #888888;
}

.alert {
    color: #ff1919;
}
.notice {
    color: #ff8319;
}

/* Override jQuery-ui */
.ui-tooltip {
    max-width: 800px;
}

.initialCheck {
  outline: 2px solid #8a8;
}

.otp-input-section {
  display: none;
}
.otp-input-section.active {
  display: block;
}
.otp-container {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.otp-container span {
  line-height: 40px;
  font-size: 18px;
}
.otp-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #777;
  border-radius: 4px;
  outline: none;
}
.otp-input:focus {
  border-color: #007bff;
}
.otp-recovery-input {
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #777;
  border-radius: 4px;
  outline: none;
}
.otp-recovery-input:focus {
  border-color: #007bff;
}
.otp-center {
  text-align: center;
}

