﻿/* Date: 250120 Version: 10.7A */

* { margin: 0; padding: 0 }

:root {
	--plb-bgcolor: #f0f0f0;	 
	--plb-fgcolor: #000000;
	--plb-bdrcolor: #adb5bd; 
	--plb-cbgcolor: #ffffff; 
	--plb-focolor: #18F;
	--plb-fntsize: 10pt;
	--plb-fonts: "MS Sans Serif", "Helvetica", sans-serif;
}

body 
{
	 background-color: ButtonFace;
	 font-size: 10pt;
	 font-family: "MS Sans Serif", "Helvetica", sans-serif;
}

input, select, textarea, button,
.ui-widget input, .ui-widget select, 
.ui-widget textarea, .ui-widget button
{
	 /* Set controls to default */
	 font-size: 10pt;
	 font-family: "MS Sans Serif", "Helvetica", sans-serif;
}

button 
{
    overflow:hidden;
}

button img
{
    height: 100%;
}

/*MPI*/
.plbmpi {
}

.plbmpic {
	left: 0px;
	width: 100%;
	top: 0px;
}

.plbmpib {
	padding: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: ActiveBorder;
	background-color: darkgrey;
}

.plbdt {
	padding-left: 2px;
}

.plbdtd {
	background-color: var(--plb-cbgcolor);
	color: var(--plb-fgcolor);
}

.plbdti {
	padding-left: 2px;
	border-style: none;
	vertical-align: middle;
}

.plbdtc {
	vertical-align: middle;
	margin-left: 2px !important;
}

.md0 
{
	 /* Allow Modal & Modeless Dialogs to use same default font family as primary Window */
	 font-size: 10pt;
	 font-family: "MS Sans Serif", "Helvetica", sans-serif;
}

pre
{
	font: 12px/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

progress
{
	border-style: inset;
	border-width: thin;
	border-color: ActiveBorder;
	padding: 1px;
}

.progress-label {
    position: absolute;
    left: 50%;
    font-size: 8pt;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  }

/* LABELTEXT base class! */
.lt {
    overflow: hidden;
}

.lth {
    background-color: #ccc;
    background: linear-gradient(#ccc, #999); 
    border-color: #666;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.lth h1 {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ltp 
{
    position: absolute;
    border-radius: 10px;
    background-color: rgba(0,0,0,.7);
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    left: 60px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    top: 120px;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ltl {
    overflow: auto;
}


.ltl ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

.ltl ul li {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

.ltl ul li:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.ltl ul li:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.ltl ul li a:active, .lt ul li a:hover {
    background-color: blue;
    color: white;
}

/* STATTEXT base class! */
.st {
    overflow: hidden;
    white-space: pre;
}

select.sch {
	overflow: auto;
}

select.scs {
	overflow: auto;
}

select.scn {
	overflow: hidden;
}

select.scn::-webkit-scrollbar{width:1px;background-color:transparent}

label {
	margin-left: 5px;
}

legend {
	margin-left: 5px;
	float: none;
}

select 
{
	padding: 2px;
	border-style: inset;
	border-width: thin;
	border-color: ActiveBorder;
}

input[type='checkbox'] 
{
	border-style: inset;
	border-width: thin;
	border-color: ActiveBorder;
	margin: 1px;
}

input[type='radio'] 
{
	margin: 1px;
}

input:focus 
{
  outline:#18F dotted 1px; 
}

select:focus
{
  outline:#18F solid 1px; 
} 

.lv:focus
{
  outline:#18F solid 1px; 
} 

textarea 
{
	padding-left: 2px;
	overflow: auto;
}

.slbs0 { border-style: none; }

.slbs1 { border: 1px solid black }

.slv { padding-top: 10px; padding-bottom: 10px; }

.slh { padding-left: 10px; padding-right: 10px;}

.ui-front{z-index:1000000}

.ui-menu { position: absolute; width: 250px; }

.ui-resizable-helper { border: 1px dotted gray; }

.no-close .ui-dialog-titlebar-close { display: none; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor{padding: 2px 1em 1px 1em }

.ui-dialog .ui-dialog-content { padding: 15px 10px 0px 10px }

#commErr, #errDet, #progErr
{
	font: 12px/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: hidden;
	text-align:left;
}

#commErr p, #errDet p, #progErr p
{
	margin: 5px;
}

#progErr
{
	overflow: auto;
	text-align:center;
}

#errDet
{
	white-space: nowrap;
}

/* Basic window positioning (WINPOS) */
.wp0
{
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 10px;
	overflow: hidden;
}

.wp1
{
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 10px;
	overflow: hidden;
}

.wp2
{
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 10px;
	overflow: hidden;
}

.wp3
{
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 10px;
	overflow: hidden;
}

.wp4
{
	margin-left: 0; 
	margin-right: 0; 
	margin-top: 0;
	overflow: hidden;
}

.wp5
{
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 10px;
	overflow: hidden;
}

.wp6
{
	margin-left: 0; 
	margin-right: 0; 
	margin-top: 0;
	overflow: hidden;
}

/* Setup for basic window borders (WINBORDER) */
.wb0
{
	border-style:none;
	border-width: medium;
	border-color: #000;
}

.wb1
{
	border-style:solid;
	border-width: thin;
	border-color: #000;
}

.wb2
{
	border-style: double;
	border-width: medium;
	border-color: #000;
}

.wb3
{
	border-style: double;
	border-width: medium;
	border-color: #000;
}

.wb4
{
	border-style: double;
	border-width: medium;
	border-color: #000;
}

.wb5
{
	border-style: double;
	border-width: medium;
	border-color: #000;
}

.wb6
{
	border-style: double;
	border-width: medium;
	border-color: #000;
}

.wb7
{
	border-style: double;
	border-width: medium;
	border-color: #000;
}

/* This is the border style for panels */
.pp
{
}

.pb2
{
	border-style: solid;
	border-width: thin;
	border-color: #000;
}

.pb3
{
	border-style: inset;
	border-width: thin;
	border-color: ActiveBorder;
}

/* This is the scrollbars */

.sb1
{
    overflow: auto;
}

.sb2
{
    overflow: auto;
}

.sb3
{
    overflow: hidden;
}

.sb4
{
    overflow-y: auto;
    overflow-x: hidden;
}

/* This is for word wrap */

.ww0 
{
    white-space: nowrap;
}

.ww1
{
    white-space: pre-wrap;
}

/* white-space: nowrap does not work on firefox with a textarea */
textarea.ww0 
{
    white-space: pre-wrap;
}


/* This is for no border */
.bs0
{
	border-style: none;
}

/* This is the border style for 3D Sunken */
.bs1
{
	border-style: inset;
	border-width: thin;
	border-color: ActiveBorder;
}

/* This is the border style for Basic */
.bs2
{
	border-style: solid;
	border-width: 1px;
}

/* This is the border style for 3D Flat */
.bs3
{
	border-style: double;
	border-width: thin;
	border-color: ActiveBorder;
}

/* This is the border style for 3D Raised */
.bs4
{
	border-style: ridge;
	border-width: thin;
	border-color: ActiveBorder;
}

.fmenu {
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 24px;
	position: absolute;
	display: none;
}

.fmenu ul {
	background-color: var(--plb-bgcolor);
}

.fmenui {
	margin: 0px;
	padding: 0px;
	border: none;
}

.fmenui li {	
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	border: none !important;
}

.fmenui li a {	
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	width: 70px;
	white-space: nowrap;
}

 .ui-selecting 
 {
      background: #EEEEEE; 
 }

 .ui-selected-Original  
 {
     background: #AAAAAA; 
     color: white; 
     border: 2px dotted #AAAAAA;
 }

 .ui-selected  
 {
     background: #1188FF; 
     color: white; 
     border-color: #1188FF;
     border-style: dashed;
     border-left-width: 0px;
     border-right-width: 0px;
     border-top-width: 2px;
     border-bottom-width: 2px;
 }
 
  .ui-selectednf  
 {
     background: #DDDDDD; 
     color: #555555; 
     border-color: #DDDDDD;
     border-style: dashed;
     border-left-width: 0px;
     border-right-width: 0px;
     border-top-width: 2px;
     border-bottom-width: 2px;
 }
 
 .plbtab {
	 padding: 0px !important;
 }
 
 .plbtab ul {
	 padding: 0px !important;
 }
 
  .plbtab li {
	margin: 0px !important;
 }

.plbtabi {
	display: inline-block;
	margin-right: 4px;
	left: -4px;
	position: relative;
	vertical-align: middle;
}

.plblvg
{
    height: 100%; 
    width: 100%;
    overflow: auto; 
}

.plblvg table
{
    width: 100%;
    border-collapse: collapse;
}

.plblvg th {
	padding: 5px;
	border: thin solid #000000;
}


.plblvg td {
	padding: 5px;
	border: thin solid #000000;
}

.plblv
{
    height: 100%; 
    width: 100%;
    overflow: auto; 
}

.plblv table
{
    width: 100%;
    border-collapse: collapse;
}

.plblv th {
	padding: 5px;
}


.plblv td {
	padding: 5px;
}

.plblvc 
{
	border: hidden;
	font-size: inherit;
}

.plblvh
{
	top: -1px; 
	position: sticky; 
	background-color: #ffffff;
}

.plblvf
{
	background-color: white;
	position: sticky; 
	inset-block-end: 0;
	margin: 0px;
}

.plblvf ul
{
	background-color: white;
	margin: 0px;
}

.plblvf td
{
	border: none;
}

.plblvi {
    display: inline-block;
    margin-right: 2px;
    vertical-align:middle;
}

.plblvhi {
    display: inline-block;
    margin-right: 2px;
    vertical-align:middle;
}

.plblvhri {
    display: inline-block;
    margin-left: 2px;
    vertical-align:middle;
}

.plbdl
{
    height: 100%; 
    width: 100%;
    overflow: auto; 
    border-style: inset;
	border-width: thin;
	border-color: ActiveBorder;
    white-space: pre;
}

div:focus .plbdl
{
  outline:#18F solid 1px; 
} 

.plbdl table .ui-selected  
 {
     background: #1188FF; 
     color: white; 
     border-color: #1188FF;
     border-style:solid;
     border-left-width: 0px;
     border-right-width: 0px;
     border-top-width: 2px;
     border-bottom-width: 2px;
 }
 
 .plbdl table .ui-focused  
 {
      border-color: #1188FF;
     border-style:dotted;
     border-left-width: 2px;
     border-right-width: 2px;
     border-top-width: 2px;
     border-bottom-width: 2px;
 }
 
 .plbdl table .ui-focusednf  
 {
 }
 
 .plbdl table .ui-selectednf  
 {
     background: #DDDDDD; 
     color: #555555; 
     border-color: #DDDDDD;
     border-style: solid;
     border-left-width: 0px;
     border-right-width: 0px;
     border-top-width: 2px;
     border-bottom-width: 2px;
 }

.plbdl table
{
    width: 100%;
    border-collapse: collapse;
}

.plbdl td {
	padding-left: 2px;
}

.mobwin
{
    width: 100%;
    height:100%;
    overflow:hidden;
}

.mobhdr 
{ 
	color: orange;
}

.ui-mobile .ui-page-active
{
    overflow:hidden;
}

.treev {
    overflow: auto;
    white-space: nowrap;
    background-color: White;
}

.treev input[type='checkbox'] 
{
	margin-left: 2px;
	margin-right: 2px;
}

.treevp 
{
    border: 1px solid black;
    vertical-align: middle;
    z-index: 100;
    background-color: white;
    height: 18px;
    width: 18px;
    /* Using 'ui-icon-triangle-1-e{background-position:-32px -16px};'.*/    
    background-position:-32px -16px; /* See 'plbcssinfo.txt' for alternative settings! */
}

.treevm 
{
    border: 1px solid black;
    vertical-align: middle;
    z-index: 100;
    background-color: white;
    height: 18px;
    width: 18px;
    /* Using 'ui-icon-triangle-1-s{background-position:-64px -16px};'.*/ 
    background-position:-64px -16px; /* See 'plbcssinfo.txt' for alternative settings! */
}

.treev ul li ul p 
{
    position:absolute;
	left: -28px;
	z-index: 100;
}

.treev span {
    margin-left: 2px;
}

.plbtv {
	margin: 0px;
	padding: 0px;
}

.plbtvi 
{
    display: inline-block;
    margin-left: 2px;
    vertical-align:middle;
}

.plbtv ul {
    margin-left: 12px;
    padding: 0px;
}

.plbtv li {
    list-style-type: none;
    margin:10px;
    position: relative;
}

.plbtv li::before {
    content: "";
    position: absolute;
    top:-7px;
    left:-20px;
    border-left: 1px dotted #888;
    border-bottom:1px dotted #888;
    border-radius:0 0 0 0px;
    width:20px;
    height:15px;
}

ul.plbtvr>li:first-child::before {
   border-left-width: 0px;
   border-radius: 0 0 0 0px;
}

.plbtv li::after {
    position:absolute;
    content:"";
    top:8px;
    left:-20px;
    border-left: 1px dotted #888;
    border-top:1px dotted #888;
    border-radius:0px 0 0 0;
    width:20px;
    height:100%;
}

.plbtv li:last-child::after  {
    display:none;
}

.plbtv li:last-child:before{
    border-radius: 0 0 0 5px;
}

ul.plbtv>li:first-child::before {
    display:none;
}

ul.plbtv>li:first-child::after {
    border-radius:5px 0 0 0;
}

.plbtv li a {
    border: 1px #888 dotted;
    border-radius: 5px;
    padding:2px 5px;
}

.plbtv li input[type='checkbox'] {
    margin-right:5px;
}

.plbtv li p {
    margin-right:5px;
}

.plbtvc > ul {
    display: none;
}

ul.plbtvnr li::before {
   border-left-width: 0px;
   border-bottom-width: 0px;
   width:0px;
   border-radius: 0 0 0 0px;
}

ul.plbtvnr li::after {
   border-left-width: 0px;
   border-top-width: 0px;
   border-radius: 0 0 0 0px;
}

.plbflexv {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.plbflexh {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.plbbkt {
	background-color:transparent;
	border: none;
}

.plbbkts {
	border: none;
}

.plbtb {
	padding: 4px;
	overflow:hidden;
}

.plbtbg {
	overflow: hidden;
	display: inline-block;
	float: left;
}

.plbtbs1.tb-sb-sel {
	width: 20px;
	border: none;
	padding: 2px 0px 0px 0px;
 }
 
 .plbtbs2.tb-sb-sel2 {
	width: 20px;
	border: none;
	padding: 2px 0px 0px 0px;
 }
 
.plbtbs2 .ui-selectmenu-text {
	display: none;
 }
  
.plbtbs1 {
	vertical-align: top;
	float: left;
}

.plbtbs2 {
	vertical-align: top;
	float: left;
}

.plbtbs3 {
	border: none;
	padding: 0px;
	vertical-align: top;
	float: left;
}

.plbtbs3d {
	border: none;
	padding: 0px;
	vertical-align: top;
	float: left;
}
 
.plbtbs4 {
	width: 10px;
	display: inline;
	background-color: transparent;
}

.plbtbs4v {
	height: 10px;
	width: 100%;
	display: inline;
	background-color: transparent;
	float: left;
}

.plbtbs4dv {
	width: 9px;
	display: inline;
	background-color: transparent;
	border-left: thin ridge black;
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
}

.plbtbs4dvv {
	height: 10px;
	display: inline;
	background-color: transparent;
	border-top: thin ridge black;
	margin-left: 4px;
	margin-right: 4px;
	float: left;
}

.plbtbs5 {
	border: none;
	padding: 0px;
	box-shadow: none;
	vertical-align: top;
	float: left;
}

.plbtbs6 {
	border: none;
	padding: 0px;
	box-shadow: none;
	vertical-align: top;
	float: left;
}

.plbif  {
	border: none;
	padding: 0px;
}

.plbho  {
	padding: 0px;
}

.plbsb {
	padding-left: 2px;
	overflow: hidden;
	border-top: 1px solid #D3D3D3;
}

.plbsbp {
	padding-left: 2px;
	padding-right: 2px;
	overflow: hidden;
	float:left;
}

.plbsbo {
	padding-left: 2px;
	padding-right: 2px;
	overflow: hidden;
	float:left;
	border-right: 1px solid #D3D3D3;
}

.plbsbi {
	padding-left: 2px;
	padding-right: 2px;
	overflow: hidden;
	float:left;
	border-right: 1px solid #D3D3D3;
}

.plbsbz {
	padding-left: 2px;
	overflow: hidden;
}

.ce8
{
}

.ce9
{
}

.ce10
{
	margin: 0;
	top: 0px;
	left: 0px;
	position: absolute !important;
}

.ce11
{
	margin: 0;
	top: 0px;
	left: 0px;
	position: absolute !important;
}