﻿/* Hide spinners for Webkit browsers (like Chrome and Safari) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide spinners for Firefox */
input[type="number"]::-moz-outer-spin-button,
input[type="number"]::-moz-inner-spin-button {
    -moz-appearance: none;
    margin: 0;
}

/* Hide clear button for IE and Edge */
input[type="number"]::-ms-clear {
    display: none;
}

/* General styling to remove spinners and ensure consistent appearance */
input[type="number"] {
    -moz-appearance: textfield; /* For Firefox */
    appearance: textfield; /* Modern general approach */
}

option {
    text-align: left;
}



textarea:focus, input:focus {
    outline: none;
}

input {
    border: 1px solid steelblue;
}



.UpperTitleThin {
    position: relative;
    text-align: center;
    background-color: steelblue;
    font-weight: bold;
    color: white;
    height: 30px;
}


.UpperTitle img {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 3;
}

.content {
    position: relative;
    margin: 30px auto 30px;
    max-width: 1000px;
    width: 95%;
}


body {
    background-color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    overflow: auto;
}

hr {
    position: relative;
    display: block;
    margin-left: 3px;
    margin-right: 9px;
    border-top: 1px solid steelblue;
}

#ActiveJavaMenu ul li ul {
    display: none;
}

#ActiveJavaMenu ul li {
    position: relative;
    float: left;
    list-style: none;
}

.menu {
    clear: both;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    float: left;
    position: absolute;
    top: 99px;
    left: 10px;
    color: steelblue;
    text-align: left;
}

.dynamicHoverMenuItem {
    background-color: black;
    width: 200px;
    text-align: left;
    border-radius: 5px;
}

.copyright {
    clear: both;
    padding-top: 2em;
    text-align: center;
    font-size: smaller;
    position: relative;
    bottom: 0;
    width: 100%;
}

.headingContent {
    font-size: xx-large;
    font-weight: bold;
    color: white;
    clear: right;
}

.companyActive {
    color: gold;
}

.companyJava {
    color: black;
}

.subheadingContent {
    font-size: large;
    font-weight: bold;
    color: white;
}



.rightSide {
    float: right;
    width: 30%;
}

.hoverable {
}

    .hoverable:hover {
        cursor: pointer;
        color: lightgray;
        fill: lightgray;
        background-color: slategray;
    }

    .hoverable:active {
        color: red;
        fill: red;
    }

.cog {
    position: absolute;
    font-size: 18px;
    width: 18px;
    right: 20px;
    height: 18px;
    color: darkslategray;
    fill: darkslategray;
    border: 1px solid transparent;
    vertical-align: middle;
}

    .cog:hover {
        cursor: pointer;
        color: lightgray;
        fill: lightgray;
        background-color: slategray;
    }

    .cog:active {
        color: red;
        fill: red;
    }

.mainContent {
    overflow: auto;
    border-right: 1px;
    border-right-color: black;
    padding-right: 4px;
    padding-left: 20px;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop10 {
    margin-top: 5px;
}

.column {
    float: left;
    width: 600px;
    padding-bottom: 16000px;
    margin-bottom: -16000px;
}

#left {
    background: #e6f7ff;
}

#right {
    background: #e00;
}

h1 {
    margin-top: 10px;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 6px;
    color: #1149a3;
}


h2 {
    font-size: 20px;
    text-align: left;
    color: #1149a3;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 4px;
}


h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #1149a3;
    margin-top: 12px;
    margin-bottom: 8px;
}

h4 {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #1149a3;
    margin-top: 12px;
    margin-bottom: 8px;
    margin-left: 20px;
}


.title {
    padding-top: 1em;
    font-size: larger;
    text-align: center;
    font-weight: bold;
    color: red;
    text-shadow: 0 1px 0 #999, 0 2px 0 #888;
    clear: right;
    align-self: center;
}

.subtitle {
    padding-top: 1em;
    font-size: large;
    text-align: left;
    color: red;
    text-shadow: 0 1px 0 #999, 0 2px 0 #888;
    clear: right;
}

.button {
    text-decoration: none;
    border: 1px solid #000;
    background-color: steelblue;
    background-color: white;
}


.newRow {
    height: 1px;
    clear: both;
}


.harveyBall {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20pt;
}

.handlecss {
    width: 25px;
    height: 25px;
    border-right-color: black;
    border-bottom-color: black;
    border-style: double;
    border-left-style: none;
    border-top-style: none;
    border-right-style: solid;
    border-right-width: 3px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

.resizablecss {
    padding: 0;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    cursor: se-resize;
}

.fullWidth {
    position: relative;
    /*position: absolute;*/
    display: inline-block;
    width: 100%;
}

.dialog {
    display: table;
    border-spacing: 5px;
}

.entry {
    display: table-row;
    vertical-align: top;
}

.leftColumn {
    display: table-cell;
    max-width: 300px;
    text-align: right;
    vertical-align: top;
}

.rightColumn {
    display: table-cell;
    max-width: 600px;
}

.link {
    text-decoration: underline;
    cursor: pointer;
}

    .link:hover {
        color: blue;
    }

.linkOnBlue {
    text-decoration: underline;
    cursor: pointer;
    color: yellow;
}

    .linkOnBlue:hover {
        color: lightblue;
    }

.fullRow {
    display: table-cell;
    column-span: all;
}


.Cloud {
    position: relative;
    top: 5px;
    left: 5px;
    opacity: .0;
    filter: alpha(opacity=0);
}



.currencyCell {
    display: table-cell;
    text-align: right;
    width: 72px;
    min-width: 72px;
}

.quantityCell {
    display: table-cell;
    text-align: right;
    width: 72px;
}

.descriptionCell {
    display: table-cell;
    min-width: 400px;
}





.BottomLineMessage {
    padding-top: 50px;
    font-size: x-large;
    text-align: center;
}



.instructions {
    margin-left: 10px;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

.moreInstructions {
    display: inline;
    padding-top: 20px;
    margin-right: 10px;
    max-width: 250px;
    color: steelblue;
}

.settings {
    position: relative;
}

.setting {
    display: inline;
}



.toolbarCaption {
    font-family: Arial;
    font-size: 14px;
    color: darkblue;
    padding-left: 5px;
}

.toolbarEdit {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border: 1px solid steelblue;
    background-color: white;
    width: 100px;
    cursor: text;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    height: 20px;
    user-select: text;
    box-sizing: border-box;
    border-radius: 3px;
}






















.toolbarFont {
    font-family: Arial;
    font-size: 14px;
    color: steelblue;
}

.formCont {
    position: absolute;
    border: 1px solid steelblue;
    box-shadow: 0 0 0 1px #fff;
    border-radius: 6px;
    background-color: #fcfce8;
    /*z-index: 450;*/
}

.modalMask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    opacity: .6;
    z-index: 499;
}




.tool {
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    min-height: 20px;
    min-width: 50px;
    padding: 1px;
    color: steelblue;
    background-color: white;
    border: 1px solid steelblue;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 18px;
}




.tbb {
    position: relative;
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    color: darkslategray;
    fill: darkslategray;
    min-height: 20px;
    min-width: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
}

    .tbb:hover {
        cursor: pointer;
        color: lightgray;
        fill: lightgray;
        background-color: slategray;
    }

    .tbb:active {
        color: red;
        fill: red;
    }




.svgwide {
    width: 30px;
}


.mysmallbutton {
    position: relative;
    font-family: Arial;
    font-size: 14px;
    height: 19px;
    min-width: 19px;
    color: steelblue;
    fill: steelblue;
    background-color: white;
    border: 1px solid steelblue;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 1px;
    text-align: center;
    margin-left: 3px;
    margin-top: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-duration: .2s;
    transition-property: color,background-color;
}

.mytinybutton {
    position: relative;
    display: inline-block;
    font-family: Arial;
    font-size: 10px;
    height: 12px;
    min-width: 12px;
    color: steelblue;
    background-color: white;
    border: 1px solid steelblue;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    margin-left: 2px;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 10px;
    user-select: none;
    transition-duration: .2s;
    transition-property: color,background-color;
}

    .mytinybutton:hover {
        background-color: lightsteelblue;
        color: black;
        border-color: black;
        cursor: pointer;
    }

    .mytinybutton:active {
        background-color: lightgoldenrodyellow;
    }








.mysmallbutton:hover {
    background-color: lightsteelblue;
    color: black;
    fill: black;
    border-color: black;
    cursor: pointer;
}

.mysmallbutton:active {
    background-color: lightgoldenrodyellow;
}

.myborder {
    border: 1px solid steelblue;
    border-radius: 3px;
}

.myform {
    position: absolute;
    box-shadow: 0 0 0 1px #fff;
    border: 1px solid steelblue;
    border-radius: 5px;
    background-color: whitesmoke;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.myToolButton {
    display: inline-block;
    padding: 3px;
    font-size: 14px;
    min-height: 18px;
    min-width: 24px;
    padding: 2px;
    color: steelblue;
    background-color: white;
    border: 1px solid steelblue;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    margin-left: 5px;
    line-height: 18px;
    transition-duration: .2s;
    transition-property: color,background-color;
    outline: none;
}

    .myToolButton:hover {
        background-color: lightsteelblue;
        color: black;
        border-color: black;
        cursor: pointer;
    }

    .myToolButton:active {
        color: red;
        border-color: red;
        background-color: white;
    }



.mybutton {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    vertical-align: central;
    font-family: Arial;
    font-size: 14px;
    min-height: 18px;
    padding: 1px;
    color: steelblue;
    fill: steelblue;
    background-color: white;
    border: 1px solid steelblue;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    line-height: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-duration: .2s;
    transition-property: color,background-color;
    outline: none;
}

    .mybutton:hover {
        background-color: lightsteelblue;
        color: black;
        fill: black;
        border-color: black;
        cursor: pointer;
    }

    .mybutton:active {
        color: red;
        fill: red;
        border-color: red;
        background-color: white;
    }

.myrectbutton {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    vertical-align: central;
    font-family: Arial;
    font-size: 14px;
    min-height: 18px;
    padding: 1px;
    color: steelblue;
    fill: steelblue;
    background-color: white;
    border: 1px solid steelblue;
    box-sizing: border-box;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    line-height: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-duration: .2s;
    transition-property: color,background-color;
    outline: none;
}

    .myrectbutton:hover {
        background-color: lightsteelblue;
        color: black;
        fill: black;
        border-color: black;
        cursor: pointer;
    }

    .myrectbutton:active {
        color: red;
        fill: red;
        border-color: red;
        background-color: white;
    }









.bigger {
    font-size: 16px;
}

.fileinput {
    border: 1px solid steelblue;
    font-family: Arial;
    font-size: 14px;
    min-height: 18px;
    max-height: 20px;
    background-color: white;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

    .fileinput::-webkit-file-upload-button {
        visibility: hidden;
    }

    .fileinput::before {
        content: 'Choose file';
        display: inline-block;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
    }

    .fileinput:hover {
        background-color: lightsteelblue;
        color: black;
        fill: black;
        border-color: black;
        cursor: pointer;
    }

    .fileinput:active {
        color: red;
        fill: red;
        border-color: red;
        background-color: white;
    }

.myDD {
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    min-width: 50px;
    padding: 1px;
    color: steelblue;
    background-color: white;
    border: 1px solid steelblue;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    line-height: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-duration: .2s;
    transition-property: color,background-color;
}

    .myDD:hover {
        background-color: lightsteelblue;
        color: black;
        border-color: black;
        cursor: pointer;
    }

    .myDD:active {
        background-color: lightgoldenrodyellow;
    }


.myminibutton {
    position: relative;
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    min-height: 14px;
    min-width: 20px;
    padding: 1px;
    color: steelblue;
    background-color: white;
    border: 1px solid steelblue;
    border-radius: 3px;
    margin-left: 2px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    line-height: 14px;
}

    .myminibutton:hover {
        background-color: lightsteelblue;
        color: black;
        border-color: black;
        cursor: pointer;
    }

    .myminibutton:active {
        background-color: lightgoldenrodyellow;
    }

.smallFont {
    font-family: Arial;
    font-size: 12px;
}

















.decorated {
    padding-left: 5px;
    padding-right: 5px;
}

.myBigButton {
    color: steelblue;
    background-color: white;
    border: solid;
    border-width: 1px;
    border-color: steelblue;
    border-radius: 5px;
    font-size: large;
    transition-duration: .2s;
    transition-property: color,background-color;
}

    .myBigButton:hover {
        background-color: lightsteelblue;
        color: black;
        border-color: black;
        cursor: pointer;
    }


.myBigButton {
    color: steelblue;
    background-color: white;
    border: 1px solid steelblue;
    border-radius: 5px;
    font-size: large;
}

    .myBigButton:hover {
        background-color: lightsteelblue;
        color: black;
        border-color: black;
        cursor: pointer;
    }


.myBigBoldButton {
    color: steelblue;
    background-color: white;
    border: solid;
    border-width: 2px;
    border-color: steelblue;
    border-radius: 5px;
    font-size: larger;
    font-weight: bolder;
    padding: 2px;
    transition-duration: .2s;
    transition-property: color,background-color;
}

    .myBigBoldButton:hover {
        background-color: lightgoldenrodyellow;
        color: black;
        border-color: black;
        cursor: pointer;
    }

    .myBigBoldButton:active {
        background-color: lightsteelblue;
    }










.activeStyle {
    background-color: steelblue;
    color: white;
    border-color: white;
    border-radius: 5px;
    border-width: 1px;
}




.pageFrame {
    position: absolute;
    display: block;
    left: 1px;
    right: 1px;
    top: 32px;
    bottom: 32px;
    font: 14px arial;
}


.widgetToolStrip {
    position: relative;
    display: inline-block;
    background-color: #edf2f7;
    color: steelblue;
    height: 20px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid steelblue;
}

.appletToolStrip {
    position: relative;
    display: inline-block;
    /*background-color: #edf2f7;*/
    background-color: lightsteelblue;
    color: steelblue;
    height: 26px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid steelblue;
}

.appletPageFrame {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: Arial;
    font-size: 14px;
}

.rich {
    position: absolute;
    left: 0;
    top: 0;
    /*visibility: hidden;*/
    font-size: 10px;
    opacity: 0;
    max-width: 1000px;
    max-height: 300px;
    z-index: -30000;
}



.step {
    display: none;
    margin-top: 0;
    margin-right: 10px;
}


.selectable {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: text;
}

.notSelectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.NavButtons {
    margin-left: 50px;
    display: inline-block;
}

.PageButtons {
    margin-right: 50px;
    display: inline-block;
}

.PageButtons1 {
    float: right;
}

.modalBackground {
    background-color: black;
    filter: alpha(opacity=80);
    opacity: .8;
}

.modelessPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    min-width: 200px;
    max-width: 400px;
    min-height: 100px;
    background-color: lightgoldenrodyellow;
    color: midnightblue;
    border-radius: 6px;
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid steelblue;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}



.modalPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: steelblue;
    color: white;
    min-width: 200px;
    max-width: 800px;
    min-height: 60px;
    max-height: 600px;
    border-radius: 6px;
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid lightsteelblue;
    padding: 3px;
    z-index: 50;
    box-sizing: border-box;
}

.modalButton {
    margin: 0 auto;
    display: block;
    color: steelblue;
    min-width: 70px;
}

    .modalButton:active {
        color: darkslategrey;
    }

    .modalButton:hover {
        color: lightsteelblue;
    }



.tooltip {
    cursor: help;
}


    .tooltip + .tooltiptext {
        position: absolute;
        display: none;
        opacity: 0.0;
        margin: 5px;
        padding: 5px;
        min-width: 100px;
        max-width: 600px;
        background-color: steelblue;
        color: #fff;
        text-align: left;
        border: 1px solid black;
        border-radius: 6px;
        font-weight: normal;
        font-size: small;
        z-index: 10000;
        text-wrap: normal;
        overflow: visible;
        box-sizing: border-box;
    }

    .tooltip:hover + .tooltiptext {
        display: inline;
        opacity: 1.0;
        transition: all .10s ease-in;
        -moz-transition: all .10s ease-in;
        -webkit-transition: all .1s ease-in;
        transition-delay: .3s;
    }

    .tooltip + .texttip {
        /*visibility:hidden;*/
        position: absolute;
        display: none;
        margin: 5px;
        padding: 5px;
        min-width: 200px;
        max-width: 400px;
        border: 1px solid red;
        background-color: steelblue;
        color: #fff;
        text-align: left;
        font-weight: normal;
        font-size: small;
        z-index: 10000;
    }



/*    .tooltip:hover + .texttip {
        display: inline;
    }*/



.lefttooltip {
    /*color: darkslategray;*/
    /*text-decoration: underline;*/
    cursor: help;
}


    .lefttooltip + .lefttooltiptext {
        position: fixed;
        visibility: hidden;
        padding: 5px;
        margin-right: auto;
        min-width: 200px;
        max-width: 400px;
        background-color: steelblue;
        color: white;
        text-align: left;
        border: 1px solid black;
        border-radius: 6px;
        right: 205px;
        overflow: visible;
        z-index: 10000;
        font-size: small;
    }

    .lefttooltip:hover + .lefttooltiptext {
        visibility: visible;
        overflow: visible;
        opacity: 1.0;
        transition: all .45s ease-in;
        -moz-transition: all .45s ease-in;
        -webkit-transition: all .45s ease-in;
        transition-delay: .3s;
    }

















.tool1 {
    color: darkslategray;
}

    .tool1:hover {
        cursor: pointer;
        color: slategray;
    }



.docbutton {
    position: relative;
    font-size: 13px;
    padding-left: 3px;
    padding-right: 3px;
}







.tooltiplight {
    cursor: help;
}


    .tooltiplight + .tooltiplighttext {
        position: absolute;
        display: none;
        margin: 5px;
        padding: 5px;
        min-width: 100px;
        max-width: 400px;
        background-color: lightgoldenrodyellow;
        color: black;
        border: 1px solid black;
        border-radius: 6px;
        font-weight: normal;
        font-size: small;
        text-align: left;
        opacity: .9;
        z-index: 10000;
        box-sizing: border-box;
        width: auto;
        height: auto;
    }

    .tooltiplight:hover + .tooltiplighttext {
        display: inline-block;
        transition: all .45s ease-in;
        -moz-transition: all .45s ease-in;
        -webkit-transition: all .45s ease-in;
        transition-delay: .3s;
    }








.inputFile {
    width: 500px;
    padding-right: 10px;
    color: red;
}

.inputButton {
    color: steelblue;
    min-width: 70px;
}

    .inputButton:active {
        color: darkslategrey;
    }

    .inputButton:disabled {
        opacity: .3;
    }

    .inputButton:hover {
        color: lightsteelblue;
    }

.nextButton {
    color: steelblue;
    min-width: 70px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

    .nextButton:active {
        color: darkslategrey;
    }

    .nextButton:disabled {
        opacity: .3;
    }

    .nextButton:hover {
        color: lightsteelblue;
    }

.edit {
    border: 1px solid steelblue;
    cursor: text;
    overflow: hidden;
    outline: none;
    font-family: Arial;
    font-size: 14px;
    height: 20px;
    box-sizing: border-box;
    background-color: white;
}

.editable {
    border: 1px solid steelblue;
    background-color: white;
    cursor: text;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    box-sizing: border-box;
}

.epair {
    position: relative;
    min-width: 100px;
}

.half {
    position: relative;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    white-space: nowrap;
    vertical-align: middle;
}

.half1 {
    position: relative;
    display: inline-block;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
}

.x2 {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}

.y1 {
    background-color: aqua;
}

.y2 {
    background-color: aquamarine;
}

[placeholder]:empty::before {
    content: attr(placeholder);
    color: #555;
    opacity: .5;
}

.right {
    text-align: right;
}

.number {
    text-align: right;
    vertical-align: top;
}

.number10 {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    width: 20px;
}

.number100 {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    width: 40px;
}

.number1000 {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    width: 60px;
}

.maxFill {
    left: 5px;
    right: 5px;
}

.editableMulti {
    position: absolute;
    border: 1px solid steelblue;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
    cursor: text;
    display: inline-block;
    white-space: normal;
    overflow-y: auto;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 3px;
    -webkit-user-select: text;
    user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    box-sizing: border-box;
}

.textArea {
    position: absolute;
    background-color: transparent;
    cursor: text;
    display: inline-block;
    white-space: normal;
    overflow-y: auto;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 3px;
    -webkit-user-select: text;
    user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    box-sizing: border-box;
}


.popToolbar {
    position: absolute;
    display: flex;
    flex-direction: row;
    border: 1px solid steelblue;
    border-radius: 5px;
    background-color: lightgoldenrodyellow;
    z-index: 3000;
    cursor: pointer;
}

.popTool {
    font-family: Arial;
    font-size: 14px;
    padding: 1px;
    color: steelblue;
    background-color: white;
    border: 1px solid steelblue;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    margin: 5px;
    line-height: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    user-select: none;
}

.popMultiTool {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.popupMenu {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 200px;
    background-color: steelblue;
    border-color: steelblue;
    color: black;
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    z-index: 10;
    padding-bottom: 5px;
}

.popupMenuText {
    display: block;
    position: absolute;
    width: 180px;
    overflow: hidden;
    border-bottom: dotted;
    border-bottom-width: 1px;
    font-weight: bold;
    padding-left: 2px;
}

.popupMenuButton {
    float: right;
    border: solid;
    border-width: 1px;
    cursor: pointer;
    background-color: yellow;
    font-size: 14px;
    font-weight: bold;
    border-color: red;
    border-radius: 10px;
    color: red;
}

    .popupMenuButton:before {
        content: 'X';
    }

.popupOption {
    clear: both;
    display: block;
    color: yellow;
    margin-left: 5px;
    margin-right: 5px;
}

    .popupOption:hover {
        color: steelblue;
        background-color: white;
        cursor: pointer;
    }

.popForm {
    position: absolute;
    display: none;
    border: 1px solid steelblue;
    box-shadow: 0 0 0 1px #fff;
    border-radius: 5px;
    background-color: beige;
    z-index: 100;
}

.picker {
    font: 16px solid arial;
    margin: 5px;
    padding: 5px;
}

.pickerContent {
    display: flex;
    flex-direction: column;
    margin: 5px;
    padding: 5px;
}

.colDefItem {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 5px;
    gap: 5px;
}

.colHead {
    max-width: 2000px;
    overflow: hidden;
    white-space: nowrap;
}

.colCell {
    max-width: 2000px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.colDef {
    max-width: 2000px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 5px;
    vertical-align: top;
}

.form {
    box-shadow: 0 0 0 1px #fff;
    border: 1px solid steelblue;
    border-radius: 5px;
    background-color: whitesmoke;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.popFormRightSide {
    position: absolute;
    display: none;
    top: 5px;
    right: 20px;
    width: 700px;
    height: 400px;
    border: solid;
    border-width: 1px;
    border-color: steelblue;
    border-radius: 5px;
    background-color: lightgoldenrodyellow;
}


.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centeredFixed {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.vertAligned {
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.hotZoneTop {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: 30px;
    right: 30px;
    height: 4px;
    background-color: transparent;
    z-Index: 10;
}

.hotZoneBottom {
    position: absolute;
    display: inline-block;
    bottom: -2px;
    left: 30px;
    right: 30px;
    height: 4px;
    background-color: transparent;
    z-Index: 10;
}

.hozAligned {
    position: absolute;
    left: 50%;
    /*    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    -webkit-transform: translate(-50%);
*/
    transform: translate(-50%);
}


.caption {
    display: block;
    text-align: center;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: steelblue;
}

.treeview {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    top: -1px;
    left: -1px;
    width: 700px;
    height: 350px;
    border: solid;
    border-width: 1px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-color: steelblue;
    background-color: lightgoldenrodyellow;
}

.treeviewBranch {
    display: none;
    list-style-type: none;
    padding-left: 0;
}




.treeviewCheckbox {
    padding: 0;
    border: solid;
    border-width: 1px;
}

.listContainer {
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid white;
}

.listview {
    width: 100%;
    margin: auto;
    background-color: lightgoldenrodyellow;
    cursor: pointer;
    vertical-align: top;
}


.notSelected {
    background-color: white;
    cursor: pointer;
}






.header {
    background-color: lightsteelblue;
    text-align: center;
}

.rowHeader {
    background-color: lightsteelblue;
    vertical-align: central;
}

p {
    padding-left: 20px;
}

.tocItem {
    list-style-type: none;
    font-weight: 400;
}

.product {
    position: center;
    display: table;
    margin: auto;
    width: 90%;
    height: 300px;
    vertical-align: middle;
}

.productDescription {
    position: relative;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    height: 100%;
    font-size: x-large;
    text-align: justify;
    padding-right: 50px;
}

.productImageCol {
    max-width: 50%;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.productImage {
    /*margin: auto;*/
    /*max-width: 100%;*/
    border: solid;
    border-width: 1px;
    border-color: lightsteelblue;
}



.qty {
    text-align: right;
    width: 50px;
    margin-right: 1px;
}

.price {
    text-align: right;
    width: 50px;
}

.deleteButton {
    font-family: 'Comic Sans MS';
    font-weight: bold;
    color: red;
    width: 20px;
    vertical-align: text-top;
    padding: 0;
    border-radius: 3px;
}

.scrollContainer {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.scrollableTable {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*width:100%;*/
    cursor: pointer;
}

.toolbar {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    vertical-align: central;
    text-align: center;
    grid-gap: 3px;
    margin: auto;
    height: 25px;
    background-color: lightsteelblue;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
}

.th {
    background-color: lightsteelblue;
}



.alpWidget {
    position: relative;
    border: 1px solid steelblue;
    border-radius: 6px;
    margin: 10px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    min-width: 200px;
    min-height: 50px;
    max-width: 400px;
    background-color: lightgoldenrodyellow;
}


.widgetEntryPair {
    position: unset;
    display: flex;
    flex-direction: row;
}



.widgetEntryCaption {
    position: unset;
    display: unset;
    width: 50%;
    margin: 3px;
    text-align: right;
    /*width: 100px;*/
}

.widgetEntryItem {
    position: unset;
    display: unset;
    width: 50%;
    margin: 3px;
    /*width: 100px;*/
}

.widgetCaption {
    margin-bottom: 5px;
    background-color: lightblue;
    text-align: center;
}



.caution {
    color: red;
    font-weight: bold;
    background-color: yellow;
    text-align: center;
}







.table {
    position: absolute;
    display: block;
    margin-right: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
    user-select: none;
}

.tableHeader {
    position: relative;
    height: 25px;
    max-height: 25px;
    background-color: #93aed2;
    display: table-header-group;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    white-space: nowrap;
}


.tableBody {
    position: relative;
    /*margin-right: 10px;*/
    border: none;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}


.row {
    width: 100%;
    border: 1px solid transparent;
    outline: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

    .row:hover {
        /*background-color: #edf2f7;*/
        background-color: #edf4f7;
        cursor: pointer;
        border: 1px dotted steelblue;
    }

    .row:active {
        background-color: lightsteelblue;
    }


.tableRow {
    overflow: hidden;
    height: 21px;
    padding-top: 1px;
    white-space: nowrap;
    border: 1px solid transparent;
    outline: none;
}

    .tableRow:hover {
        background-color: #edf2f7;
        cursor: pointer;
    }

.table td:last-child {
    padding-right: 40px;
}

.tableMultiRow {
    position: relative;
    padding-top: 1px;
    border: 1px solid transparent;
    outline: none;
}

.dotBorder {
    background-color: lightgoldenrodyellow;
}




.limitedText {
    overflow: hidden;
    white-space: nowrap;
}

.variCellHead {
    position: relative;
    width: 99%;
    /*max-width: 150px;  6-2-2023 MaskedWord wasn't using available space*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    /*text-align: center; 6-2-2023 MaskedWord wasn't using available space*/
}

.variCell {
    position: relative;
    width: 99%;
    max-width: 150px; /*7-4-2023 this was commented out before, causing text in Coding view to display too wide.*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    padding: 1px;
}

.variCellMulti {
    position: relative;
    width: 99%;
    max-width: 150px;
    white-space: normal;
    padding: 1px;
    padding-bottom: 3px;
    vertical-align: top;
}

.variCellText {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.variCellMultiText {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    word-wrap: break-word;
    text-wrap: normal;
    text-overflow: ellipsis;
}





.numberCell {
    position: relative;
    display: inline-block;
    width: 80px;
    min-width: 80px;
    text-align: right;
    vertical-align: top;
    background-color: white;
    border: 1px solid steelblue;
}


.numericUpDn {
    position: relative;
    display: inline-block;
    height: 18px;
    width: 60px;
    border: 1px solid steelblue;
}

.rvTableRow {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-top: 1px;
    max-width: 1200px;
    outline: none;
}

    .rvTableRow:hover {
        background-color: #edf2f7;
    }

.topSizer {
    margin-top: 5px;
}

.leftSizer {
    margin-left: 5px;
}

.rightScroll {
    margin-right: 10px;
}


.flexContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contentFont {
    font-size: 14px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: black;
}









.noData {
    font-size: 16px;
    opacity: .6;
}


.decorator {
    color: red;
    padding-left: 3px;
}




.selected {
    background-color: #81a1ca;
    color: black;
}

    .selected:hover {
        background-color: #81a1ca;
    }

    .selected .decorator {
        color: yellow;
    }

.focused .decorator {
    color: yellow;
}

.highlight {
    color: green;
}


.headline {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: larger;
    color: steelblue;
    display: block;
}

.focused {
    background-color: #396a93;
    color: white;
    border: 1px solid transparent;
}

    .focused:hover {
        background-color: steelblue;
        color: white;
    }

.dragOver {
    cursor: pointer;
    background-color: #ffe6e6;
    color: black;
}

    .dragOver:hover {
        background-color: #ffe6e6;
        color: black;
    }



.innerDiv {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 22px;
    overflow-y: scroll;
    border-top: solid;
    border-top-width: 1px;
    border-top-color: lightsteelblue;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightsteelblue;
}

.basicTableDiv {
    position: absolute;
    border-collapse: collapse;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
}

.tableContainer {
    position: absolute;
    border-collapse: collapse;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: smaller;
    overflow: hidden;
}

.top {
    top: 0;
}

.ssIcon {
    position: relative;
    height: 20px;
    width: 20px;
    color: steelblue;
    fill: steelblue;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
}

    .ssIcon:hover {
        color: lightgray;
        fill: lightgray;
    }

    .ssIcon:active {
        color: red;
        fill: red;
    }

.ssOnStyle {
    background-color: lightgoldenrodyellow;
    border-color: steelblue;
}


.filter {
    background-color: coral;
    border-radius: 2px;
}



.lsbBack {
    background-color: lightsteelblue;
}












.watermark {
    opacity: .7;
}


.popCaption {
    position: relative;
    display: inline-block;
    width: 100%;
    text-indent: 3px;
    height: 22px;
    background-color: steelblue;
    color: white;
    font-family: Arial;
    font-size: 14px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .popCaption:hover {
        cursor: move;
    }

.popContentArea {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    bottom: 22px;
}

.lowerRight {
    position: absolute;
    right: 3px;
    bottom: 3px;
}

.popFooter {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 3px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    height: 24px;
    gap: 3px;
    border-top: 1px solid lightsteelblue;
}


.propertiesForm {
    position: absolute;
    display: none;
    border: solid;
    border-width: 1px;
    border-color: steelblue;
    border-radius: 5px;
    width: 600px;
    height: 200px;
    z-index: 100;
    background-color: lightgoldenrodyellow;
}

.widget {
    position: absolute;
    border: 1px solid steelblue;
    box-shadow: 0 0 0 1px #fff;
    border-radius: 5px;
    width: 600px;
    height: 200px;
    z-index: 100;
    background-color: white;
}

.anchor {
    color: steelblue;
    text-decoration: underline;
    cursor: pointer;
}

textarea {
    resize: none;
    border: none;
}

.hozCenter {
    text-align: center;
}

.hozLine {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid lightsteelblue;
}

.hozSplitter {
    position: absolute;
    display: block;
    color: steelblue;
    background-color: steelblue;
    width: 100%;
    height: 5px;
    top: -3px;
    z-index: 10;
}

    .hozSplitter:hover {
        cursor: n-resize;
    }

    .hozSplitter:active {
        background-color: red;
    }

.vertSplitter {
    position: absolute;
    display: block;
    color: steelblue;
    background-color: steelblue;
    left: 0;
    width: 5px;
    height: 100%;
    z-index: 10;
}

    .vertSplitter:hover {
        cursor: e-resize;
    }

    .vertSplitter:active {
        background-color: red;
    }

.skinny {
    width: 1px;
}

.noborder {
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .noborder:active {
        outline: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }


.checkbox {
    position: relative;
    display: inline-block;
    width: 22px;
    min-width: 22px;
    cursor: pointer;
}

    .checkbox:hover {
        color: green;
        font-weight: bolder;
    }

    .checkbox:active {
        color: red;
        font-weight: bolder;
    }



.popDoc {
    cursor: pointer;
    border-bottom: solid 3px steelblue;
    display: inline-block;
    line-height: 0.90;
}


.underlined {
    text-decoration: underline;
}











.buttonFont {
    font-family: Arial;
    font-size: 14px;
}




.comboButton {
    border: solid;
    border-width: 1px;
    border-color: steelblue;
    border-radius: 6px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 3px;
    margin-right: 3px;
    min-height: 18px;
    font-size: 14px;
    background-color: white;
}

    .comboButton:hover {
        background-color: lightsteelblue;
        border-color: black;
        color: black;
    }

    .comboButton:active {
        background-color: lightgoldenrodyellow;
    }


.starburst {
    position: relative;
    left: -10px;
    top: -7px;
}



.borderlite {
    border: 1px solid transparent;
    /*border: solid;
    border-width: 1px;
    border-color: lightsteelblue;*/
}



.captionIcon {
    font-size: 18px;
    color: white;
}


.sortInd {
    font-size: 18px;
    height: 18px;
    width: 18px;
    margin-left: 2px;
    /*color: black;*/
}

    .sortInd:hover {
        color: lightgoldenrodyellow;
    }

    .sortInd:active::after {
        color: red;
    }

.clickable {
    cursor: pointer;
}

    .clickable:hover {
        color: black;
        fill: black;
        stroke: black;
    }

    .clickable:active {
        color: red;
        fill: red;
        stroke: red;
    }

.closeButton {
    font-size: 15px;
    color: white;
    z-index: 3000;
    border-radius: 2px;
    position: absolute;
    right: 3px;
    top: 3px;
}

    .closeButton:hover {
        cursor: pointer;
        color: black;
    }

    .closeButton:active {
        color: red;
    }

.closeButtonAlt {
    font-size: 18px;
    color: steelblue;
    z-index: 3000;
    border-radius: 2px;
    position: absolute;
    right: 3px;
}

    .closeButtonAlt:hover {
        cursor: pointer;
        color: black;
    }

    .closeButtonAlt:active {
        color: red;
    }





.captionCloseButton {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 18px;
    color: white;
    z-index: 3000;
}

    .captionCloseButton:hover {
        cursor: pointer;
        color: black;
    }

    .captionCloseButton:active {
        background-color: red;
    }


.captionHelpButton {
    position: absolute;
    right: 27px;
    font-size: 18px;
    color: yellow;
    z-index: 3000;
}

    .captionHelpButton:hover {
        cursor: pointer;
        color: black;
    }

    .captionHelpButton:active {
        background-color: red;
    }







.menuButton {
    font-size: 25px;
    color: white;
    padding-left: 5px;
    transition-duration: .9s;
    transition-property: color;
}

    .menuButton:hover {
        cursor: pointer;
        color: black;
    }

    .menuButton:active {
        color: red;
    }

.smallMenuButton {
    font-size: 25px;
    color: white;
}

    .smallMenuButton:hover {
        cursor: pointer;
        color: black;
    }

    .smallMenuButton:active {
        color: red;
    }


.screencenter {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.centerText {
    text-align: center;
}

.middlecenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.scrollbar {
    position: absolute;
    /*top: 0;*/
    right: 0;
    width: 14px;
    bottom: 0;
    background-color: #e6e6e6;
}

    .scrollbar:hover {
        cursor: default;
    }


.scrollarrow {
    position: absolute;
    font-size: 14px;
    left: 0;
    right: 0;
    height: 18px;
    text-align: center;
    color: #b3b3b3;
}

    .scrollarrow:hover {
        background-color: #737373;
    }

    .scrollarrow:active {
        background-color: red;
    }

.slider {
    position: absolute;
    left: 0;
    right: 0;
    height: 16px;
    top: 50px;
    background-color: steelblue;
    /*display: none;*/
}

    .slider:hover {
        cursor: default;
        background-color: lightsteelblue;
    }

    .slider:active {
        background-color: red;
    }

.sliderTrack {
    position: absolute;
    top: 19px;
    bottom: 19px;
    left: 0;
    right: 0;
}


.mask {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 0;
}

    .mask:active {
        top: -100px;
        left: -100px;
        right: -100px;
        bottom: -100px;
        z-index: 6000;
    }


.sizerMask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    font-size: 10px;
    color: transparent;
    z-index: 5001;
}

    .sizerMask:active {
        top: -100px;
        left: -100px;
        right: -100px;
        bottom: -100px;
        color: red;
        z-index: 5001;
    }





.indCell {
    position: relative;
    display: inline-block;
    width: 22px;
    min-width: 22px;
    text-align: right;
    padding-right: 2px;
}

    .indCell:hover {
        color: green;
        font-weight: bolder;
    }

    .indCell:active {
        color: red;
        font-weight: bolder;
    }


.outlineCell {
    position: relative;
    display: inline-block;
    padding-left: 2px;
}

.ci {
    color: steelblue;
    fill: steelblue;
    stroke: steelblue;
    background-color: white;
}

    .ci:hover {
        color: green;
        fill: green;
        font-weight: bolder;
        cursor: pointer;
    }

    .ci:active {
        color: red;
        fill: red;
        font-weight: bolder;
    }


.sCBCell {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    /*    margin-left:3px;
    margin-right:3px;*/
}

    .sCBCell:hover {
        color: green;
        fill: green;
        font-weight: bolder;
        cursor: pointer;
    }

    .sCBCell:active {
        color: red;
        fill: red;
        font-weight: bolder;
    }




.cbCell {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    min-width: 22px;
    max-width: 22px;
    max-height: 22px;
    text-align: center;
    padding-top: 3px;
}

    .cbCell:hover {
        color: green;
        fill: green;
        font-weight: bolder;
        cursor: pointer;
    }

    .cbCell:active {
        color: red;
        fill: red;
        font-weight: bolder;
    }


.fillerCell {
    position: relative;
    display: table-cell;
    width: 22px;
}
/*table{
    table-layout:fixed;
}
*/

.iconCell {
    position: relative;
    width: 22px;
    min-width: 22px;
    text-align: center;
}

.orderHeader {
    position: relative;
    vertical-align: middle;
    width: 65px;
    min-width: 65px;
    padding-left: 2px;
    padding-right: 2px;
}

.orderCell {
    position: relative;
    text-align: right;
    vertical-align: top;
    width: 65px;
    min-width: 65px;
    padding-right: 2px;
}

    .orderCell:hover {
        cursor: pointer;
    }

.textCell {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 3px;
}

.codeTextCell {
    position: absolute;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    height: 22px;
    padding-left: 5px;
    padding-right: 1px;
    margin-left: 1px;
}

.decorCell {
    position: relative;
    font-size: smaller;
}

.decorTip {
    color: yellow;
}

.decorLiteCell {
    position: relative;
    color: red;
    font-size: smaller;
    padding-left: 3px;
    opacity: .9;
    font-weight: lighter;
}

.outline0 {
    position: relative;
    display: inline-block;
    width: 0;
}

.outline1 {
    position: relative;
    display: inline-block;
    width: 20px;
    min-width: 20px;
}

.outline2 {
    position: relative;
    display: inline-block;
    width: 40px;
    min-width: 40px;
}

.outline3 {
    position: relative;
    display: inline-block;
    width: 60px;
    min-width: 60px;
}

.outline4 {
    display: inline-block;
    width: 80px;
    min-width: 80px;
}

.outline5 {
    display: inline-block;
    width: 100px;
    min-width: 100px;
}

.outline6 {
    display: inline-block;
    width: 120px;
    min-width: 120px;
}

.outline7 {
    display: inline-block;
    width: 140px;
    min-width: 140px;
}

.outline8 {
    display: inline-block;
    width: 160px;
    min-width: 160px;
}

.outline9 {
    display: inline-block;
    width: 180px;
    min-width: 180px;
}

.outline10 {
    display: inline-block;
    width: 200px;
    min-width: 200px;
}

.nu {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    width: 14px;
    height: 50%;
    font-weight: lighter;
    font-size: 20px;
}

    .nu:hover {
        color: white;
        font-weight: bolder;
        background-color: steelblue;
        cursor: default;
    }

    .nu:active {
        color: red;
        background-color: transparent;
    }

.nd {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 50%;
    font-weight: lighter;
    font-size: 20px;
}

    .nd:hover {
        color: white;
        font-weight: bolder;
        background-color: steelblue;
        cursor: default;
    }

    .nd:active {
        color: red;
        background-color: transparent;
    }

.xC {
    position: absolute;
    display: inline-block;
    text-align: right;
    border: none;
    bottom: 1px;
    top: 0;
    background-color: white;
}


.arrow-up {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid;
}

.mE {
    color: white;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.fill {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.important {
    color: red;
    font-weight: bolder;
    font-style: italic;
}

/*.rad {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
*/
.htmo {
    /*position: relative;*/
    text-decoration: underline;
    color: steelblue;
}

    .htmo:hover {
        color: black;
        cursor: pointer;
    }


    .htmo:active {
        color: red;
    }



.fadeIn {
    animation: fadeIn .1s;
}

    .fadeIn::after {
        z-index: 10;
    }

@keyframes fadeIn {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.fadeOut {
    animation: fadeOut .1s;
}

    .fadeOut::after {
        z-index: 0;
    }

@keyframes fadeOut {
    from {
        opacity: 0.0;
    }

    to {
        opacity: 1.0;
    }
}



.baton {
    animation: spin 1.5s ease-in-out infinite;
    transform-origin: bottom left;
}

@keyframes spin {
    10% {
        transform: rotate(30deg);
    }

    20% {
        transform: rotate(20deg);
    }

    30% {
        transform: rotate(30deg);
    }

    40% {
        transform: rotate(0deg);
    }
}


.miniToolbar {
    position: absolute;
    display: inline-block;
    left: 5px;
    top: 0;
    bottom: 0;
    right: 30px;
    z-index: 1;
    font-size: 18px;
    background-color: transparent;
    text-align: left;
}

.miniToolbarButton {
    cursor: pointer;
}

    .miniToolbarButton:hover {
        color: white;
    }

    .miniToolbarButton:active {
        color: red;
    }







.sizerT {
    position: absolute;
    top: -2px;
    left: 10px;
    right: 10px;
    height: 5px;
    cursor: ns-resize;
    z-index: 5000;
}

.sizerB {
    position: absolute;
    bottom: -2px;
    left: 10px;
    right: 10px;
    height: 5px;
    cursor: ns-resize;
    z-index: 5000;
}


.sizerL {
    position: absolute;
    top: 10px;
    left: -2px;
    bottom: 10px;
    width: 5px;
    cursor: ew-resize;
    z-index: 5000;
}

.sizerR {
    position: absolute;
    top: 10px;
    right: -2px;
    bottom: 10px;
    width: 5px;
    cursor: ew-resize;
    z-index: 5000;
}


.sizerTR {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 10px;
    height: 10px;
    cursor: nesw-resize;
    z-index: 5000;
}

.sizerTL {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 10px;
    height: 10px;
    cursor: nwse-resize;
    z-index: 5000;
}


.sizerBL {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 10px;
    height: 10px;
    cursor: nesw-resize;
    z-index: 5000;
}

.sizer {
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 3px solid steelblue;
    border-right: 3px solid steelblue;
    border-bottom-right-radius: 3px;
    width: 20px;
    height: 20px;
    /*z-index: 5000;*/
}

    .sizer:hover {
        cursor: se-resize;
    }

.sizerSmall {
    width: 10px;
    height: 10px;
    border: none;
}

.buttonOn {
    background-color: lightgoldenrodyellow;
    color: black;
}



.fTLC {
    position: relative;
    display: table-cell;
    width: 100px;
    text-align: right;
    height: 20px;
}

.fTLCW {
    position: relative;
    display: table-cell;
    width: 150px;
    text-align: right;
    height: 20px;
}

.fTRC {
    position: absolute;
    display: table-cell;
    left: 103px;
    right: 0;
    text-align: left;
    height: 20px;
}

.fTRCW {
    position: absolute;
    display: table-cell;
    left: 153px;
    right: 0;
    text-align: left;
    height: 20px;
}

.fMW {
    position: absolute;
    left: 3px;
    right: 5px;
    top: 0;
}

.fTable {
    position: absolute;
    display: inline-block;
    top: 30px;
    left: 10px;
    right: 10px;
}

.redOnBlue {
    color: red;
    background-color: steelblue;
}

.popSuperContainer {
    padding: 30px;
    background-color: transparent;
    position: absolute;
    z-index: 3002;
}

.popContainer {
    background-color: lightgoldenrodyellow;
    border-radius: 3px;
    border: 1px solid black;
    padding: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}

.popItem {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
}

    .popItem:hover {
        color: white;
        /*stroke:steelblue;*/
        fill: white;
        background-color: steelblue;
    }

    .popItem:active {
        color: red;
        fill: red;
    }

.svgPopIcon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.popIcon {
    width: 22px;
    height: 22px;
}

.popRow {
    border: 1px dotted black;
}

.popIndent {
    margin-left: 30px;
    font-size: smaller;
}

.minimizeButton {
    position: absolute;
    right: 27px;
    font-size: 18px;
    z-index: 3000;
}

    .minimizeButton:hover {
        cursor: pointer;
        color: black;
    }

    .minimizeButton:active {
        background-color: red;
    }




.su {
    position: absolute;
    display: inline-block;
    bottom: 12px;
    width: 100%;
    left: 0;
    color: black;
}

.sd {
    position: absolute;
    display: inline-block;
    top: 12px;
    width: 100%;
    left: 0;
    color: black;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

.attn {
    background-color: lightcoral;
}

.csHigh {
    background-color: lightcoral;
}

.drilldown {
    position: absolute;
    display: inline-block;
    width: 12px;
    right: 20px;
    padding: 2px;
    color: black;
    font-size: 10px;
    text-align: center;
    border: 1px solid black;
    border-radius: 3px;
    background-color: transparent;
}

    .drilldown:hover {
        background-color: lightgoldenrodyellow;
    }

    .drilldown:active {
        background-color: red;
    }

.notAvailable {
    border: 1px solid transparent;
    visibility: hidden;
}

    .notAvailable:hover {
        background-color: transparent;
    }

.rotate90 {
    transform: rotate(90deg);
}

.popMenu {
    position: absolute;
    display: inline-block;
    max-width: 300px;
    z-index: 40000;
    background-color: lightgoldenrodyellow;
    border: 1px solid steelblue;
    border-radius: 3px;
    cursor: pointer;
}

.popHead {
    position: relative;
    display: block;
    width: 100%;
    height: 22px;
    background-color: steelblue;
    color: white;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /*padding: 0;*/
    margin-bottom: 3px;
}

.popHeadAlt {
    position: relative;
    display: block;
    width: 100%;
    height: 22px;
    margin-bottom: 3px;
}

.popOption {
    position: relative;
    display: block;
    /*width:100%;*/
    /*text-wrap:none;*/
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 5px;
    margin-left: 5px;
}

    .popOption:hover {
        cursor: pointer;
        background-color: steelblue;
        color: white;
    }

.popCM {
    position: relative;
    display: inline-block;
    width: 22px;
}

.cscTCell {
    position: absolute;
    left: 24px;
    right: 42px;
    overflow: hidden;
    white-space: nowrap;
}

.cscICell {
    position: absolute;
    left: 0px;
    width: 20px;
    text-align: right;
    line-height: 18px;
}

.cscSCell {
    position: absolute;
    width: 40px;
    right: 0;
    text-align: right;
}

.cscR {
    position: relative;
    width: 100%;
    height: 18px;
    margin: 1px;
    display: block;
    line-height: 18px;
    font-size: 14px;
    font-family: Arial;
}

    .cscR:hover {
        background-color: lightgray;
    }

.cscContent {
    position: relative;
    padding-right: 3px;
    /*    top: 26px;
    left: 1px;
    right: 5px;
*/
}

.cscContainer {
    cursor: pointer;
    z-index: 3000;
    padding: 0;
}

.noHighlight {
    outline: none;
}

.fRLC {
    position: relative;
    display: inline-block;
    width: 150px;
    text-align: right;
    height: 20px;
}

.fRRC {
    position: absolute;
    display: inline-block;
    left: 153px;
    right: 0;
    text-align: left;
    height: 20px;
}


.blinking {
    color: yellow;
    animation: blinkingText .8s infinite;
}

@keyframes blinkingText {
    0% {
        color: yellow;
    }

    50% {
        color: red;
    }

    99% {
        color: yellow;
    }
}

.page {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pageContent {
    flex-grow: 1;
    overflow-y: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
}

.pageToolbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid steelblue;
}

.pageNavbar {
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    min-height: 30px;
    border-top: 1px solid steelblue;
}

.flexed {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 5px;
}



.noExpand {
    display: inline-block;
    width: 11px;
}

.topmost {
    z-index: 10000;
    background-color: yellow;
}



.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
}

.inlineSVG {
    position: relative;
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

.svgtbb {
    color: darkslategray;
    fill: darkslategray;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    margin-left: 3px;
    line-height: 18px;
}

    .svgtbb:hover {
        cursor: pointer;
        color: lightgray;
        fill: lightgray;
        background-color: slategray;
    }

    .svgtbb:active {
        color: red;
        fill: red;
    }

.steelblue {
    color: steelblue;
    fill: steelblue;
}

.black {
    color: black;
    fill: black;
}

.blue {
    color: blue;
    fill: blue;
}

.gold {
    color: gold;
    fill: gold;
}

.gray {
    color: gray;
    fill: gray;
}

.green {
    color: green;
    fill: green;
}

.sentiment {
    opacity: .6;
}

.lightgray {
    color: lightgray;
    fill: lightgray;
}

.lightsteelblue {
    color: lightsteelblue;
    fill: lightsteelblue;
}

.purple {
    color: purple;
    fill: purple;
}

.red {
    color: red;
    fill: red;
}

.silver {
    color: silver;
    fill: silver;
}

.yellow {
    color: yellow;
    fill: yellow;
}


.dim {
    opacity: .7;
}

.dimmer {
    opacity: .5;
}

.bold {
    font-weight: bold;
}


.backYellow {
    background-color: yellow;
}

.burgundy {
    color: #800020;
}

.transparent {
    color: transparent;
}



.focused .blue {
    color: lightskyblue;
    fill: lightskyblue;
}

.focused .gray {
    color: black;
    fill: black;
}

.focused .green {
    color: chartreuse;
    fill: chartreuse;
}

.focused .purple {
    color: violet;
    fill: violet;
}

.focused .red {
    color: deeppink;
    fill: deeppink;
}


.focused .yellow {
    color: lightyellow;
    fill: lightyellow;
}

.toolbarColumn {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: left;
    vertical-align: baseline;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.plFilterContent {
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.plfItem {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.plfCap {
    font-weight: bold;
    border-top: 1px solid steelblue;
    text-align: center;
    margin-top: 9px;
    width: 100%;
}

.plTableLastUpdate {
    display: inline-block;
    width: 120px;
}

.eItem {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 3px;
    margin: 3px;
}

.eItem2 {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr 2fr;
    grid-column-gap: 3px;
    margin: 3px;
}

.eCaption {
    text-align: right;
    padding-right: 2px;
}

    .eCaption::after {
        content: ":";
    }

.eValue {
    text-align: left;
}

.eNumValue {
    text-align: right;
}

.projectSummary {
    display: inline-block;
}

.svgCenter {
    display: inline-block;
}

.tdCenter {
    text-align: center;
}


.ce {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    height: 100%;
}



.ceLeft {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.accordionExpanded {
    width: 50%;
}

.ceRight {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
}

.contentEditor {
    background-color: transparent;
    font-size: 14px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: black;
    text-align: left;
    overflow-y: auto;
    margin-top: 24px;
    padding: 8px;
    outline: none;
    user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    flex-grow: 1;
    box-sizing: border-box;
}

    .contentEditor:hover {
        cursor: text;
    }

.contentArea {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}

.contentEditorDiv {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    bottom: 0;
    right: 0px;
}

.accordionIndicator {
    color: gray;
    font-size: 36px;
}

    .accordionIndicator:hover {
        color: black;
        cursor: pointer;
    }

    .accordionIndicator:active {
        color: red;
    }

.accordionLeft {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.accordionSep {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    border-left: 1px solid lightsteelblue;
    border-right: 1px solid lightsteelblue;
    background-color: transparent;
}

.accordionRight {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}


.moveLeft1 {
    color: gray;
    position: absolute;
    display: inline-block;
    top: 30px;
    font-size: 36px;
    left: 0;
    right: 0;
    height: 20px;
    z-index: 3000;
}

    .moveLeft1:hover {
        color: black;
        cursor: pointer;
    }

.word {
    /*marker*/
}

    .word:hover {
        background-color: steelblue;
        color: white;
    }

.redacted {
    color: transparent;
    background-color: #111111;
    box-sizing: border-box;
}

    .redacted:hover {
        color: white;
    }


.hidden {
    display: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    cursor: none;
}

.disabled {
    background-color: white;
    opacity: .7;
    pointer-events: none;
}

    .disabled:hover {
        background-color: white;
        cursor: default;
    }

.disabledAlt {
    opacity: .7;
    pointer-events: none;
}

    .disabledAlt:hover {
        cursor: default;
    }

.fileLabel {
    background-color: lightsteelblue;
    color: black;
    text-align: left;
    padding-left: 5px;
    font-size: 14px;
    width: 260px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
}

.acsInd {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: red;
    opacity: .4;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

.alert::before {
    content: "\f06a";
    font-family: "Font Awesome 6 Pro";
    padding-right: 5px;
    color: red;
    font-weight: 900;
    font-size: larger;
}

.alertonblue::before {
    content: "\f06a";
    font-family: "Font Awesome 6 Pro";
    padding-right: 5px;
    color: yellow;
    font-weight: 900;
    font-size: larger;
}
