
/*******************************************************************************************************************************************
NORMAL BEGINS 
*******************************************************************************************************************************************/

/**/

body {
    margin: 0px;
    padding: 0px;
    background-color: white;
}

#topdiv {
    padding: 12px;
    font-family: 'Segoe UI';
    background-color: white;
}

.boldcolor {
    color: saddlebrown;
}

.forecolor {
    color: #2f2f2f; 
}

.backcolor {
    background-color: #e9e9e9; 
}

.inputbackcolor {
    background-color: white;
}

.controlborder {
    border: 1px solid gainsboro;
}

.thinscroll {
    scrollbar-width: thin;
    scrollbar-color: #bbbbbb #efefef;
}

.controlborderthree {
    border: 1px solid gainsboro;
    border-radius: 3px;
}

.boxshadow {
    box-shadow: 4px 3px 7px 0px gray;
}

.defbackcolor {
    background-color: white;
}

.defforecolor {
    color: white;
}

.deftooltip {
    border: 1px solid gainsboro;
    border-radius: 4px;
    color: saddlebrown;
    background-color: ghostwhite;
    box-shadow: 4px 3px 7px 0px gray;
}

.roundedborder {
    border: 1px solid gainsboro;
    border-radius: 6px;
    padding: 12px;
}

.grayed{
    color: #b0b0b0;
}

.highlightcolor {
    color: saddlebrown;
}

.boxicon {
    color: white;
    background-color: darkslategray;
    border: 1px solid gainsboro;
    border-radius: 3px;
}

.gridtable {
    border: 1px solid gainsboro;
}

.tableheader {
    background-image: linear-gradient(#eaeaea, white);
    color: darkslategrey;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid gainsboro;
    border-collapse: collapse;
}

    .tableheader.plain {
        background-image: linear-gradient(ghostwhite, ghostwhite);
    }

.tablefooter {
    background-image: linear-gradient(white, #eaeaea);
    color: darkslategrey;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid gainsboro;
    border-collapse: collapse;
}

    .tablefooter.plain {
        background-image: linear-gradient(ghostwhite, ghostwhite);
    }

.gridbackcolor {
    background-color: ghostwhite;
}

.linecolor {
    background-color: white;
}

.altlinecolor {
    background-color: #f3f3f3;
}

.texthighlightcolor {
    color: saddlebrown;
}

.gridbottom {
    border-left: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
}

.gridpanel{
    background-color: ghostwhite;
}

.textbox {
    display: inline-block;
    padding: 2.5px 6px 2.5px 6px;
    text-decoration: none;
    width: 100%;
    white-space: nowrap;
    outline: none;
}

    .textbox.left {
        text-align: left;
    }

    .textbox.right {
        text-align: right;
    }

    .textbox.disabled {
        color: #999999;
        background-color: ghostwhite;
    }

    .textbox.inerror {
        border: 1px solid red;
    }


.enabledcontrol {
    color: #2f2f2f;
    background-color: #f3f3f3;
}

.disabledcontrol {
    color: #484848;
    background-color: gray;
}

/**/

/*******************************************************************************************************************************************
NORMAL ENDS 
*******************************************************************************************************************************************/


/*******************************************************************************************************************************************
DARK BEGINS 
*******************************************************************************************************************************************/

/*

body {
    margin: 0px;
    padding: 0px;
    background-color: black; 
}

#topdiv {
    padding: 12px;
    font-family: 'Segoe UI';
    background-color: black; 
}

.boldcolor {
    color: #bbbbbb;
}

.forecolor {
    color: ghostwhite;
}

.backcolor {
    background-color: #2f2f2f;
}

.inputbackcolor {
    background-color: #2f2f2f;
}

.controlborder {
    border: 1px solid #4f4f4f;
}

.thinscroll {
    scrollbar-width: thin;
    scrollbar-color: gray #2f2f2f;
}

.controlborderthree {
    border: 1px solid #4f4f4f;
    border-radius: 3px;
}

.boxshadow {
    box-shadow: 4px 3px 7px 0px transparent;
}

.defbackcolor {
    background-color: black;
}

.defforecolor {
    color: black;
}

.deftooltip {
    border: 1px solid #4f4f4f;
    border-radius: 4px;
    color: white;
    background-color: black;
    box-shadow: 4px 3px 7px 0px transparent;
}

.roundedborder {
    border: 1px solid #4f4f4f;
    border-radius: 6px;
    padding: 12px;
}

.grayed {
    color: #909090;
}

.highlightcolor {
    color: lightskyblue;
}

.boxicon {
    background-color: darkslategray;
    border: 1px solid #4f4f4f;
    border-radius: 3px;
}

.gridtable {
    border: 1px solid darkslategray;
}

.tableheader {
    background-image: linear-gradient(black, black);
    color: white;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid darkslategray;
    border-collapse: collapse;
}

    .tableheader.plain {
        background-image: linear-gradient(black, black);
    }

.tablefooter {
    background-image: linear-gradient(black, black);
    color: white;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid darkslategray;
    border-collapse: collapse;
}

    .tablefooter.plain {
        background-image: linear-gradient(black, black);
    }

.linecolor {
    background-color: black;
}

.altlinecolor {
    background-color: #181818;
}

.texthighlightcolor {
    color: lightskyblue;
}

.gridbottom {
    border-left: 1px solid darkslategray;
    border-bottom: 1px solid darkslategray;
    border-right: 1px solid darkslategray;
}

.gridpanel {
    background-color: #181818;
}

.textbox {
    display: inline-block;
    padding: 2.5px 6px 2.5px 6px;
    text-decoration: none;
    width: 100%;
    white-space: nowrap;
    outline: none;
}

    .textbox.left {
        text-align: left;
    }

    .textbox.right {
        text-align: right;
    }

    .textbox.disabled {
        color: lightgray;
        background-color: darkslategray;
    }

    .textbox.inerror {
        border: 1px solid red;
    }

.enabledcontrol {
    color: ghostwhite;
    background-color: #2f2f2f;
}

.disabledcontrol {
    color: gray;
    background-color: #484848;
}

*/

/*******************************************************************************************************************************************
DARK ENDS 
*******************************************************************************************************************************************/

.nooutline {
    outline: none;
}

.rowhighlight {
    background-color: darkslategray;
}

.cellhighlight {
    background-color: dodgerblue;
}

.white {
    color: white;
}

.defboxicon {
    border: none;
    background-color: transparent;
}

.transparent {
    background-color: transparent;
}

/* Control CSS */

.nofancy {
    border: none;
    background-color: transparent;
    white-space: nowrap;
    text-align: left;
    padding: 0px;
    margin: 0px;
    outline: none;
    text-decoration: none;
}


/*
    Browser
*/

.left {
    float: left;
}

.center {
    text-align: center;
}

.floatdiv {
    position: absolute;
    display: inline;
    background-color: white;
    z-index: 111;
}

.overlay {
    position: absolute;
    display: inline;
    background-color: white;
}

.colgrid {
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.control {
    position: relative;
    display: inline-block;
}
    .control.inerror {
        border: 1px solid red;
    }

.nocellspace {
    border-collapse: collapse;
}

.iconbox {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    padding: 0px 3px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

    .iconbox.bordered {
        background-color: ghostwhite;
        border: 1px solid gainsboro;
        border-radius: 3px;
    }

    .iconbox.button {
    }

    .iconbox:focus {
        color: orangered;
        outline: none;
    }

    .iconbox .tooltiptext {
        bottom: 145%; /* box bottom = tooltip bottom + 145 % box size */
        left: 0%;
        visibility: hidden;
        min-width: 60px;
        white-space: nowrap;
        text-align: center;
        padding: 3px 12px 4px 12px;
        position: absolute;
        z-index: 11;
    }

/* Show the tooltip text when you mouse over the tooltip container */
    .iconbox:hover .tooltiptext {
        visibility: visible;
    }

    .iconbox .lefttooltiptext {
        bottom: 145%;
        right: 0%;
        visibility: hidden;
        min-width: 60px;
        white-space: nowrap;
        text-align: center;
        padding: 3px 12px 4px 12px;
        position: absolute;
        z-index: 11;
    }

/* Show the tooltip text when you mouse over the tooltip container */
    .iconbox:hover .lefttooltiptext {
        visibility: visible;
    }

    .iconbox .bottomtooltiptext {
        top: 125%;
        left: 100%;
        visibility: hidden;
        min-width: 60px;
        white-space: nowrap;
        text-align: center;
        padding: 3px 12px 4px 12px;
        position: absolute;
        z-index: 11;
    }

/* Show the tooltip text when you mouse over the tooltip container */
    .iconbox:hover .bottomtooltiptext {
        visibility: visible;
    }

    .iconbox .righttooltiptext {
        bottom: 145%;
        right: 0%;
        visibility: hidden;
        min-width: 60px;
        white-space: nowrap;
        text-align: center;
        padding: 3px 12px 4px 12px;
        position: absolute;
        z-index: 11;
    }

/* Show the tooltip text when you mouse over the tooltip container */
    .iconbox:hover .righttooltiptext {
        visibility: visible;
    }

    .iconbox .rbtooltiptext {
        top: 125%;
        right: 100%;
        visibility: hidden;
        min-width: 60px;
        white-space: nowrap;
        text-align: center;
        padding: 3px 12px 4px 12px;
        position: absolute;
        z-index: 11;
    }

/* Show the tooltip text when you mouse over the tooltip container */
    .iconbox:hover .rbtooltiptext {
        visibility: visible;
    }

.wait {
    display: none;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid darkcyan;
    border-radius: 50%;
    animation: waitspin 2s linear infinite;
}

.globalwait {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 5px solid darkcyan;
    border-radius: 50%;
    animation: waitspin 2s linear infinite;
}

@keyframes waitspin {
    to {
        -webkit-transform: rotate(360deg);
    }

    0% {
        clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)
    }

    25% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)
    }

    50% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)
    }

    100% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)
    }
}

.littlebox {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0px;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: central;
    position: relative;
    width: 16px;
    height: 20px;
}

.leftcell {
    padding: 2px 6px 2px 4px;
    text-align: left;
}

.rightcell {
    padding: 2px 6px 2px 6px;
    text-align: right;
}

.centercell {
    padding: 2px 3px 2px 3px;
    text-align: center;
}

.eleftcell {
    padding: 0px 6px 0px 4px;
    text-align: left;
}

.erightcell {
    padding: 0px 6px 0px 6px;
    text-align: right;
}

.ecentercell {
    padding: 0px 3px 0px 3px;
    text-align: center;
}

.tablecell {
    display: inline-block;
    position: relative;
    border: none;
    text-decoration: none;
    width: 100%;
    white-space: nowrap;
    background-color: transparent; /*transparent;*/
    outline: none;
}

    .tablecell .tooltiptext {
        bottom: 145%; /* box bottom = tooltip bottom + 145 % box size */
        left: 0%;
        visibility: hidden;
        min-width: 60px;
        white-space: nowrap;
        text-align: center;
        padding: 3px 12px 4px 12px;
        position: absolute;
        z-index: 11;
    }

/* Show the tooltip text when you mouse over the tooltip container */
    .tablecell:hover .tooltiptext {
        visibility: visible;
    }

    .tablecell .lefttooltiptext {
        bottom: 145%;
        right: 0%;
        visibility: hidden;
        min-width: 60px;
        white-space: nowrap;
        text-align: center;
        padding: 3px 12px 4px 12px;
        position: absolute;
        z-index: 11;
    }

/* Show the tooltip text when you mouse over the tooltip container */
    .tablecell:hover .lefttooltiptext {
        visibility: visible;
    }

    .tablecell .bottomtooltiptext {
        top: 125%;
        left: 100%;
        visibility: hidden;
        min-width: 60px;
        white-space: nowrap;
        text-align: center;
        padding: 3px 12px 4px 12px;
        position: absolute;
        z-index: 11;
    }

/* Show the tooltip text when you mouse over the tooltip container */
    .tablecell:hover .bottomtooltiptext {
        visibility: visible;
    }

    .tablecell .righttooltiptext {
        bottom: 145%;
        right: 0%;
        visibility: hidden;
        min-width: 60px;
        white-space: nowrap;
        text-align: center;
        padding: 3px 12px 4px 12px;
        position: absolute;
        z-index: 11;
    }

/* Show the tooltip text when you mouse over the tooltip container */
    .tablecell:hover .righttooltiptext {
        visibility: visible;
    }

    .tablecell .rbtooltiptext {
        top: 125%;
        right: 100%;
        visibility: hidden;
        min-width: 60px;
        white-space: nowrap;
        text-align: center;
        padding: 3px 12px 4px 12px;
        position: absolute;
        z-index: 11;
    }

/* Show the tooltip text when you mouse over the tooltip container */
    .tablecell:hover .rbtooltiptext {
        visibility: visible;
    }

.vcenter {
    vertical-align: middle;
}

.ycenter {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.hcenter {
    text-align: center;
}

.hleft {
    text-align: left;
}

.hright {
    text-align: right;
}

.valign {
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
}

.highlight {
    color: darkolivegreen;
}

.red {
    color: red;
}

.yaxis {
    position: absolute;
}

.floatbox {
    bottom: 100%;
    left: 100%;
    visibility: hidden;
    padding: 12px 12px 12px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: absolute;
    z-index: 11;
    box-shadow: 4px 3px 7px 0px gray;
}

.popup {
    top: 100%;
    left: 0%;
    visibility: hidden;
    padding: 12px 12px 12px 12px;
    border: none;
    outline: none;
    border-radius: 4px;
    position: absolute;
    box-shadow: 4px 3px 7px 0px gray;
}


/* Slider Begin */

.switch {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 14px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        top: 2px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch input:checked + .slider {
    background-color: #2196F3;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 12px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* Slider End */

.daybox {
    width: 100%;
    background-color: transparent;
    text-decoration: none;
    white-space: nowrap;
    padding: 2px 3px;
    text-align: center;
    vertical-align: central;
    border: 1px solid transparent;
    border-radius: 3px;
}

/* ListBox*/

.listbox {
    background-color: white; /*rgba(0, 0, 0, 0.5);*/
    position: relative;
    display: inline-block;
    border: 1px solid gainsboro;
    border-radius: 3px;
    padding: 0px 0px 1px 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.listitem {
    display: block;
    padding: 2px 12px 3px 6px;
    border: none;
    outline: none;
    text-decoration: none;
    width: 100%;
    white-space: nowrap;
    text-align: left;
}

    .listitem.selected {
        color: white;
        background-color: darkslategray;
    }
    .listitem.compact {
        padding: 2px 0px 3px 6px;
    }
    .listitem.center {
        padding: 2px 12px 3px 12px;
        text-align: center;
    }

 /* Combobox */

.cbdropdown {
    top: 100%;
    left: 0%;
    display: none;
    padding: 0px 0px 1px 0px;
    overflow: auto;
    position: absolute;
    z-index: 11;
}


.dropdown {
    top: 100%;
    left: 0%;
    display: none;
    background-color: white; /*rgba(0, 0, 0, 0.5);*/
    border: 1px solid gainsboro;
    border-radius: 3px;
    padding: 0px 0px 1px 0px;
    overflow: auto;
    position: absolute;
    z-index: 11;
}

.xydropdown {
    top: 100%;
    left: 0%;
    visibility: hidden;
    padding: 0px 0px 1px 0px;
    overflow: auto;
    position: absolute;
}

.boxitem {
    display: block;
    margin: 1px 1px 0px 1px;
    padding: 2px 12px 2px 6px;
    border: 1px solid ghostwhite;
    border-radius: 2px;
    text-decoration: none;
    width: 100%;
    background-color: white;
    white-space: nowrap;
    text-align: center;
}

.longbox {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .longbox.noborder {
        border: none;
    }

.buttonlink {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 2px 18px 3px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    outline: none;
    min-width: 60px;
    text-align: center;
    color: #2f2f2f;
    background-color: #e9e9e9;
}

    .buttonlink.ok {
        color: white;
        background-color: green;
    }

    .buttonlink.delete {
        color: white;
        background-color: orangered;
    }

    .buttonlink.special {
        color: white;
        background-color: darkcyan;
    }

    .buttonlink:hover {
        background-color: #2f2f2f;
        color: white;
    }

.genbutton {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 2px 18px 3px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    outline: none;
    min-width: 60px;
}

    .genbutton.regular {
        border-color: #d0d0d0;
    }

    .genbutton.ok {
        color: white;
        background-color: green;
    }

    .genbutton.delete {
        color: white;
        background-color: orangered;
    }

    .genbutton.special {
        color: white;
        background-color: darkcyan;
    }

    .genbutton:hover {
        background-color: darkslategray;
        color: white;
        border-color: transparent;
    }

    .genbutton.disabled {
        color: ghostwhite;
        background-color: gray;
        border-color: #d0d0d0;
    }

    .genbutton.html {
        padding: 2.0px 15px 2.0px 9px;
    }

.closebox {
    padding: 0px 0px 0px 0px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    background-color: #f8f8f8;
    white-space: nowrap;
    outline: none;
}

    .closebox:focus {
        color: white;
        background-color: orangered;
    }

    .closebox:hover {
        color: white;
        background-color: orangered;
    }

.uileft {
    vertical-align: middle;
}

.uiright {
    padding: 1px 0px 1px 12px;
    vertical-align: middle;
}

.rbutton {
    margin: 0px 0px 0px 6px;
}

.lbutton {
    margin: 0px 6px 0px 0px;
}

.modalbox {
    position: absolute;
}

.snug {
    position: relative;
    display: inline-block;
    padding: 12px;
    outline: none;
}
    .snug.bordered {
        border: 1px solid gainsboro;
    }

.frame {
    position: relative;
    display: inline-block;
}

.scrollx {
    overflow-x: auto;
}

.scrolly {
    overflow-y: auto;
}

.hanging {
    padding: 0px 0px 1px 0px;
    overflow-y: hidden;
    overflow-x: hidden;
    position: absolute;
    z-index: 11;
}

.centerdiv {
    position: absolute;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.centeralign {
    text-align: center;
}

.tabheader {
    border: 1px solid gainsboro;
    border-radius: 4px 12px 4px 4px;
    padding: 3px 18px 4px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    outline: none;
    min-width: 60px;
}

    .tabheader.active {
        border-bottom: none;
        background-color: white;
    }

    .tabheader.inactive {
        color: #999999;
        background-color: ghostwhite;
    }


.plainbox {
    position: relative;
    display: inline-block;
    border: none;
}

    .plainbox.scroll {
        overflow: auto;
    }

.overlapping {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    background-color: white; /*rgba(0, 0, 0, 0.5);*/
    border: none;
}

.buttonicon {
    background-color: transparent;
    border: none;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    outline: none;
    position: relative;
}

    .buttonicon.vpadded {
        padding: 3px 0px 3px 0px;
    }

.buttontext {
    padding: 2px 0px;
    border: none;
    text-decoration: none;
    white-space: nowrap;
    text-align: left;
}

.uibox {
    background-color: white; /*rgba(0, 0, 0, 0.5);*/
    position: relative;
    display: inline-block;
    border: none;
}

.barcolor {
    background-color: darkgreen; /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom, darkcyan 0%, dodgerblue 50%, darkcyan 100%);
}

/* for contents to be placed vertically center */
.vcontents {
    position: relative;
}

/* for content to be placed vertically center */
.vcontent {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

input:invalid {
    border: 1px solid red;
}

.minlinespace {
    line-height: 93%;
}

.mediumlinespace {
    line-height: 96%;
}

.divtable {
    display: table;
}

.centerelem {
    display: table-cell;
    vertical-align: middle;
}

.compact {
    border-collapse: collapse;
}

.limit {
    overflow: hidden;
}

.compactdiv {
    margin: 0px;
    padding: 0px;
}

.recycle {
}

.xaxis {
    position: absolute;
}

.yaxis {
    position: absolute;
}

/* Equal to CommonObjects.bold */

.bold {
    font-weight: 700;
}

.heavy {
    font-weight: 900;
}

.simpleborder {
    border-radius: 3px;
    border: 1px solid gainsboro;
}

.hfit {
    width: fit-content;
}

.vfit {
    height: fit-content;
}

.hvfit {
    width: fit-content;
    height: fit-content;
}

.nodisplay{
    display: none;
}

.inlinetextbox {
    border: none;
    display: inline-block;
    padding: 0px;
    text-decoration: none;
    background-color: transparent;
    white-space: nowrap;
    outline: none;
    text-align: left;
}

.small{
    font-size: 11px;
}

.fullwidth {
    position: absolute;
    left: 0px;
    right: 0px;
}

.fullheight {
    position: absolute;
    top: 0px;
    bottom: 0px;
}

.box {
    background-color: transparent;
    border: none;
    padding: 0px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    position: relative;
    outline: none;
}


.inlinebox {
    height: 100%;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    padding: 0px 5px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

    .inlinebox:focus {
        color: orangered;
        outline: none;
    }

    .inlinebox .tooltiptext {
        bottom: 145%; /* box bottom = tooltip bottom + 145 % box size */
        left: 0%;
        visibility: hidden;
        min-width: 60px;
        white-space: nowrap;
        text-align: center;
        padding: 3px 12px 4px 12px;
        position: absolute;
        z-index: 11;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .inlinebox:hover .tooltiptext {
        visibility: visible;
    }

    .inlinebox .lefttooltiptext {
        bottom: 145%;
        right: 0%;
        visibility: hidden;
        min-width: 60px;
        white-space: nowrap;
        text-align: center;
        padding: 3px 12px 4px 12px;
        position: absolute;
        z-index: 11;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .inlinebox:hover .lefttooltiptext {
        visibility: visible;
    }

    .inlinebox .bottomtooltiptext {
        top: 125%;
        left: 100%;
        visibility: hidden;
        min-width: 60px;
        white-space: nowrap;
        text-align: center;
        padding: 3px 12px 4px 12px;
        position: absolute;
        z-index: 11;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .inlinebox:hover .bottomtooltiptext {
        visibility: visible;
    }

    .inlinebox .righttooltiptext {
        bottom: 145%;
        right: 0%;
        visibility: hidden;
        min-width: 60px;
        white-space: nowrap;
        text-align: center;
        padding: 3px 12px 4px 12px;
        position: absolute;
        z-index: 11;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .inlinebox:hover .righttooltiptext {
        visibility: visible;
    }

    .inlinebox .rbtooltiptext {
        top: 125%;
        right: 100%;
        visibility: hidden;
        min-width: 60px;
        white-space: nowrap;
        text-align: center;
        padding: 3px 12px 4px 12px;
        position: absolute;
        z-index: 11;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .inlinebox:hover .rbtooltiptext {
        visibility: visible;
    }

.printpanel {
    background-color: white; /*rgba(0, 0, 0, 0.5);*/
    position: relative;
    display: inline-block;
    border: none;
    overflow: auto;
    padding: 0px;
    margin: 0px;
}

.nowrap {
    white-space: nowrap;
}

.lpad{
    padding: 0px 0px 0px 6px;
}

.rpad {
    padding: 0px 6px 0px 0px;
}

.compacttable {
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    border-spacing: 0;
}

/* Combobox */

.griddropdown {
    top: 100%;
    left: 0%;
    display: none;
    background-color: white;
    padding: 0px;
    position: absolute;
}

.controlpanel {
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.topbox {
    display: inline;
    padding: 0px;
    margin: 0px;
    position: absolute;
    border-radius: 4px;
    z-index: 1001;
}

.autodiv {
    border: none;
    display: inline-table;
}

.glass {
    display: inline;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.05);
}

.positioned {
    position: absolute;
    display: inline-table;
    padding: 20px 18px 12px 18px;
}

.propbox {
    position: relative;
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
}

.propinnerbox {
    position: relative;
    display: inline-block;
    border: none;
    padding: 0px 6px 0px 0px;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    height: auto;
}

.caption {
    padding: 2px 12px 2px 0px;
    text-align: left;
}

.backbox {
    background-color: transparent;
    border-radius: 4px;
}

.midcell {
    vertical-align: baseline;
}

.topcell {
    vertical-align: top;
}

.container {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
}



