@charset "utf-8";

:root {
  --footer-height: 42px;
}

html {
  height: 100%;
}

body {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #eeeeee;
  margin: 0;
  padding: 0;
  color: #000;
  height: 100%;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  vertical-align: middle;
  min-height: 100vh;
  background: url("../images/bodyBg.png") no-repeat 0 0 #ffffff;
}

.headerBlock {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 1000;
  border-bottom: 1px solid #bbbbdd;
  background: url("../images/headerBg.png") no-repeat top left #c2d3f2;
  width: 100%;
  height: 128px;
}
.headerBlock.shrunk {
  top: -100px;
}
.headerBlock.shrunk + .mainBlock {
  top: 28px;
}
.headerBlock div.headerLeft {
  float: left;
  margin: 10px 12px;
}
.headerBlock div.headerLogin {
  float: right;
  margin: 12px 10px;
  width: 300px;
}
.headerBlock div.headerLogin table {
  margin: auto;
}
.headerBlock div.headerLanguage {
  float: right;
  margin: 12px 10px;
}

/* Menu */
.menuBlock {
  display: inline-block;
  text-align: left;
  width: 100%;
  background: url("../images/menubar-bg.png") repeat 0 0 #9ac1ff;
  vertical-align: middle;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1001;
}
.menubar {
  float: left;
  min-height: 27px;
}
ul.menu ul{display:none}
ul.menu li:hover>ul{display:block}
ul.menu ul{position: absolute;left:-1px;top:98%;}
ul.menu ul ul{position: absolute;left:98%;top:-2px;}
ul.menu,ul.menu ul {
  margin:0px;
  list-style:none;
  padding:0;
  background-color:#ffffff;
  background-repeat:repeat;
  border-color:#669eff;
  border-width:1px;
  border-style:solid; 
}
ul.menu table {border-collapse:collapse}
ul.menu {
  display:block;
  zoom:1;
  float: left;
  border: 0px;
}
ul.menu ul{
  width:220px; /* submenu width */
}
ul.menu li{
  display:block;
  margin:0px;
  font-size:0px;
  border: 0 solid #3F69B3;
  border-right-width: 2px;
}
ul.menu a:active, ul.menu a:focus {
  outline-style:none;
}
ul.menu a, ul.menu li.dis a:hover, ul.menu li.sep a:hover {
  display:block;
  vertical-align:middle;
  border-width:0px;
  border-color:#6655ff;
  border-style:solid;
  text-align:left;
  text-decoration:none;
  padding:5px 10px;
  font:normal 14px Verdana;
  color: #000;
  text-decoration:none;
  cursor:pointer;
  background: #669eff url("../images/menubar-bg.png") repeat 0 0;
}
ul.menu span{
  overflow:hidden;
}
ul.menu li {
  float:left;
}
ul.menu ul li {
  float:none;
  border: 0 solid #3F69B3;
  border-bottom-width: 2px;
}
ul.menu ul a {
  text-align:left;
  white-space:nowrap;
  background: #A1C5FF none repeat 0 0;
}
ul.menu li.sep{
  text-align:center;
  padding:0px;
  line-height:0;
  height:100%;
}
ul.menu li.sep span{
  float:none;	padding-right:0;
  width:5;
  height:16;
  display:inline-block;
  background-color:#AAAAAA;	background-image:none;}
ul.menu ul li.sep span{
  width:80%;
  height:3;
}
ul.menu li:hover{
  position:relative;
  z-index: 500;
}
ul.menu li:hover>a{
  background: #669eff none repeat 0 0;
  border-color:#3F69B3;
  border-style:solid;
  font:normal 14px Verdana;
  color: #000;
  text-decoration:none;
}
ul.menu li a:hover{
  position:relative;
  background: #669eff none repeat 0 0;
  border-color:#3F69B3;
  border-style:solid;
  font:normal 14px Verdana;
  color: #000;
  text-decoration:none;
  z-index: 500;
}
ul.menu li.dis a {
  color: #AAAAAA !important;
}
ul.menu img {border: none;float:left;_float:none;margin-right:4px;width:16px;
  height:16px;
}
ul.menu ul img {width:16px;
  height:16px;
}
ul.menu img.over{display:none}
ul.menu li.dis a:hover img.over{display:none !important}
ul.menu li.dis a:hover img.def {display:inline !important}
ul.menu li:hover > a img.def  {display:none}
ul.menu li:hover > a img.over {display:inline}
ul.menu a:hover img.over,ul.menu a:hover ul img.def,ul.menu a:hover a:hover ul img.def,ul.menu a:hover a:hover a:hover ul img.def,ul.menu a:hover a:hover img.over,ul.menu a:hover a:hover a:hover img.over,ul.menu a:hover a:hover a:hover a:hover img.over{display:inline}
ul.menu a:hover img.def,ul.menu a:hover ul img.over,ul.menu a:hover a:hover ul img.over,ul.menu a:hover a:hover a:hover ul img.over,ul.menu a:hover a:hover img.def,ul.menu a:hover a:hover a:hover img.def,ul.menu a:hover a:hover a:hover a:hover img.def{display:none}
ul.menu a:hover ul,ul.menu a:hover a:hover ul,ul.menu a:hover a:hover a:hover ul{display:block}
ul.menu a:hover ul ul,ul.menu a:hover a:hover ul ul{display:none}
ul.menu span{
  display:block;
  background-image:url(../images/menuSub.png);
  background-position:right center;
  background-repeat: no-repeat;
  padding-right:14px;}

ul.menu li a.active {
  background: #4c7fd9 none repeat 0 0;
}
ul.menu li a.active:hover {
  background: #669eff none repeat 0 0;
}
ul.menu li.active:hover>a {
  background: #669eff none repeat 0 0;
}

ul.menu li a.subActive {
  background: #5a96ff none repeat 0 0;
}
ul.menu li a.subActive:hover {
  background: #669eff none repeat 0 0;
}
ul.menu li.subActive:hover>a {
  background: #669eff none repeat 0 0;
}
/* end menu */

.mainBlock {
  position: absolute;
  top: 128px;
  left: 0;
  right: 0;
  bottom: var(--footer-height);
  overflow: auto;
  transition: top 0.3s ease;
  z-index: 1;
}
.mainContent {
  padding: 5px;
}

.footerBlock {
  display: inline-block;
  border-top: 1px solid #bbbbdd;
  border-bottom: 1px solid #bbbbdd;
  text-align: left;
  background: #eeeeff;
  width: 100%;
  vertical-align: middle;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  height: var(--footer-height);
  z-index: 1000;
}
.footerBlock.shrunk {
}
.footerHead {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 26px;
  z-index: 1001;
}
.footerDetails {
  position: absolute;
  width: 100%;
  font-style: italic;
  font-size: 80%;
  text-align: center;
  top: 26px;
  left: 0;
  height: 16px;
  z-index: 1001;
}
.languages {
  float: left;
  padding: 5px;
}
.languages ul {
  margin: 0 0 0 0px;
  padding: 0;
  list-style: none;
  border-width: 1px;
  border-color: #ff0000;
}
.languages ul li {
  border-right: 1px solid #000000;
  display: inline;
  padding: 0 10px 0 5px;
}
.languages ul li:last-child {
  border-right-width: 0;
}
.copyright {
  float: right;
  padding: 5px;
}

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+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(n+2) {
  padding: 1px 5px 1px 4px;
  background: #ededed;
}
//.subAttributes tr td:nth-child(n+3) {
//  padding: 1px 5px 1px 4px;
//  background: #ededed;
//}
.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;
}

.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;
}

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

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

.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;
}

.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;
}

.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;
}
.colDate {
  min-width: 140px;
  white-space: nowrap;
}
.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;
}
.colOrder {
  min-width: 50px;
  text-align: right;
  white-space: nowrap;
}
.colCache {
  min-width: 150px;
}
.colCache .cls {
  border-bottom: 1px solid #444;
  color: #666;
  font-style: italic;
}
.colCache .val {
  white-space: pre;
}
.hScroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: auto;
  scrollbar-width: thin;
}
.hScroll400 {
  flex: 1 1 auto;
  min-height: 0;
  max-width: 400px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.hScroll600 {
  flex: 1 1 auto;
  min-height: 0;
  max-width: 600px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.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;
}

.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");
}

.colSample {
  max-width: 500px;
}

