body {
    margin : 0;
    /*    background-image: url('../images/bild_031_busch.gif'); */
    /*    background-size:cover; */
    /*     background-repeat: no-repeat; */
    background : rgba(255,255,255,1.0);
}
input, select, textarea, button {
    /* erbe vom body */
    font-size: inherit;
    font-family: inherit;
}
input {
    box-sizing: border-box;
    /*    width:100%; */
    width: auto;
    font-size:80% !important;
}
/* Start Box */
/* ab hier die bisherigen einstellungen  */

/* zentraler Button für Control Panel */
div.func_bar {
    resize: both;
    position:absolute;
    height:auto;
    width:auto;
    top:2px;
    right:2px;
    background : rgba(200,255,200,0.5);
    padding: 2px;
    border: green 4px outset;
    z-index: 20 ;
}

.panel {
    z-index: 10 ;
}

/* Informationen Dokumentation */
.open_info:after {
    content: 'Documentation';
}
.info_panel .light_green {
    background: rgba(190,255,190,1.0) !important;
}
iframe.docu_frame {
    /* diese iframe passt sich ganz brauchbar an den rahmen an */
    display:block;
    position:relative;
    overflow:auto;
    resize: both;
    background-color: #eef0f3;
/*    width: 100%; */
/*    height: 87%; */
    border: yellow 2px solid;
}
h3.docu_title {
    font-size:90%;
    font-variant: small-caps;
    font-weight: bold;
    margin : 2px;
    padding: 2px;
/*    border: green 5px inset; */
}
/* Module Panel */
.module_panel .dark_blue
{
    background: rgba(100,190,190,0.3) !important;
}
.open_module:after {
    content: '3-D Modules';
}


/* Control Panel */
.open_control:after {
    content: 'Studio';
}
.control_panel {
    background: rgba(190,190,255,0.3) !important;
}
.control_panel td {
    font-size: 80%;
}
.control_panel .right,
input.right
{
    text-align:right;
}
.control_panel .showonly {
/*    disabled:true;*/
    pointer-events:none; /* abschalten des zugriffs */
/*    resize:horizontal; erzeugt etwas zum anfassen */
/* */    width:auto;
    width:100%;
    box-sizing:border-box;
    border-width:2px;
    border-style:none;
    padding:2px;
}

/* Datendialog */
.open_file:after {
    content: 'Data Browser';
}
.file_panel {
    background: rgba(0,250,250,0.5) !important;
}

/* modArray Info Panel */
.minfo_panel {
    background: rgba(190,190,255,0.8) !important;
}


/* generell */
.menu_button {
    width: auto !important;
    padding: 2px 8px 2px 8px;
    margin: 2px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: rgba(190, 255, 143, 0.6);
    border: 3px outset rgb(47, 146, 47);
}

button,
.doc_item
{
    text-shadow: 2px 2px 3px rgba(100,0,0,0.5);
    color: rgb(0, 90, 30);
}

.control_button:after {
    content: 'Action';
}
.control_button {
    padding: 2px;
    margin: 2px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: rgba(255, 190, 143, 0.6) !important;
    border: 3px outset rgb(146, 47, 47);
}

.inpbox {
    width:60%;
}

input.expand
{
    background-color : rgba(0,0,255,0.1);
}
table.expand,
input.expand,
div.expand
{
    width:100%;
}

.ui-dialog-titlebar {
    color: rgb(158, 255, 158);
    /*
        color: rgb(190, 255, 143) !important;
        font-color: rgb(0, 90, 30) !important;
        font-color: rgb(190, 255, 143) !important;
        background: #b0deff !important;
    */
    border: 3px outset rgb(190, 255, 143);
    background: rgba(190, 255, 143, 0.4);
    height:18px;
}

.ui-dialog-titlebar:hover {
    color: rgb(0, 90, 30);
    /*    font-color: rgb(158, 255, 158) !important;
          color:      rgb(158, 255, 158) !important; */
}
.ui-widget-content {
/*    background: rgba(158, 255, 158, 0.05) !important; */
}

.ui-widget-content:hover {
    /*    background: rgba(158, 255, 158, 0.5) !important;*/
    /*    background: rgba(225, 225, 255, 0.35) !important;*/
    background: rgba(255, 255, 160, 0.9);
}

/* -- Control Panel -- */
td.title, .title
{
    font-size:90%;
    font-variant: small-caps;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.2);
}
/* Einstellungen fuer den KlappContainer */
.cont_outer { 
    border-color: green;
    border-style: ridge;
    border-width: 3px;
    background-color: #f5ffff;
    padding: 2px;
    /*    height: 100%;*/
    overflow:auto;
}
.cont_inner {
}
.cont_button {
    text-align: right;
}
.cont_line {
    color: blue;
}
.cont_head {
    font-variant: small-caps;
    font-weight: bold;
    display: inline-grid;
    /* width:60%; */
}

/* Slider konfiguration */
input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.big-text {
    font-size:300%;
    font-variant: small-caps;
    font-weight: bold;
}
.tx_bigger {
    font-size: 120% !important;
}
.small-text, .cont_head, div.mod_cont
{
    font-size: 80% !important;
}
/* setze verschiedene Textgrößen explizit mit einer Klasse */
.tiny {
    font-size: 7pt;
}
.small {
    font-size: 10pt;
}
div.content {
    padding : 15px;
    margin: 5px;
    background-color: rgba(200,255,255,0.7);
}
form.mod_head {
    width : auto;
    padding : 20px;
}
form.plain,
div.plain {
    display:block;
    width : auto;
    height: auto;
    border-color: blue;
    border-style: ridge;
    border-width: 2px;
}
div.frame {
    width : auto;
    height: auto;
    border-color: blue;
    border-style: ridge;
    border-width: 2px;
}
div.small {
    display:block;
    width : auto;
    height: auto;
}
div.mod_cont {
    border-color: blue;
    border-style: ridge;
    border-width: 2px;
    padding : 5px;
    margin : 2px;
}
.hidden {
    display : none !important; 
}
.submit:hover,
.menu_button:hover,
.img_button,
.button {
    cursor:pointer;
    background: rgba(250, 245, 130, 0.6);
    border: 3px outset rgb(135, 250, 80);
    color: rgba(147, 6, 132,1.0);
}
.submit {
    background: rgba(225, 0, 255, 0.2) ;
}
.mod_table {
    width : 98%;
    margin: 5px;
    padding: 5px 5% 5px 5%;
}
table.flat {
    width : 100%;
}
.active3d {
/*    background: rgba(0, 90, 30,0.5);*/
    background: rgba(225, 0, 255, 0.3) ;
}
div #metaform {
    font-size: 70%;
}
div.topbox,
div.topbox-max,
div.topbox60,
div.topbox80 {
    position : absolute;
    width : auto;
    height : auto;
    right : 50px;
    bottom : 50px;
    top : 10px;
    padding: 5px;
    background: rgba(255, 255, 255,0.9);
    border-color: yellow;
    border-style: ridge;
    border-width: 5px;
/*    overflow : scroll; */
    overflow : auto;
}
div.topbox-max {
    width : 95%;
    height : 90%;
    right : 2%;
    bottom : 4%;
    padding: 10px;
}
div.topbox60 {
    width : 60%;
    height : 90%;
    right : 2%;
    bottom : 4%;
    padding: 10px;
}
div.topbox80 {
    width : 80%;
    height : 90%;
    right : 2%;
    bottom : 4%;
    padding: 10px;
}
div.mouselayer,
div.maximized,
div.start_box {
    position : absolute;
    width: 100%;
    height:100%;
    top: 0;
    left:0;
}
#ml_close {
    display:inline-block;
}
div.maximized,
div.start_box {
    background: rgba(100,100,100,0.2);
}
div.mouselayer {
    background: rgba(255,255,255,0.0);
    z-Index: 20000;
    /*    cursor: url('../images/icLampeOn.ico');*/
    cursor : crosshair;
}
div.docbox {
    position : absolute;
    width: 98%;
    height:72%;
    top: 26%;
    left:1%;
    background: rgba(0, 0, 0,0.5);
}
div.bigger {
    position : absolute;
    width: 80%;
    height:80%;
    top: 10%;
    left:10%;
}
div.start_box {
    background : rgba(100,255,100,1.0);
    z-Index : 500;
}
div.border,
div.preview {
    display : inline-block;
    border-color: darkgreen;
    border-style: solid;
    border-width: 3px;
    margin      : 1px;
    padding     : 2px;
}
div.cont_box {
    display : inline-block;
    position: relative;
    top:0;
    right:0;
    float: right;
}
.colortab {
    color: rgba(0, 0, 0,1.0);
    text-shadow: 3px 3px 2px rgba(255,255,255,1.0);
}
.icolortab {
    color: rgba(255, 255, 255,1.0);
    text-shadow: 3px 3px 2px rgba(0,0,0,1.0);
}
.weak {
    background-color: rgba(255, 255, 255,1.0) !important;
    color: rgba(255, 0, 0,0.5) !important;
}
.color {
    background-color: rgba(255, 255, 255,1.0);
    color: rgba(255, 0, 0,1.0);
    text-shadow: 3px 3px 2px rgba(120,200,120,1.0);
}
div.preview {
    width  : 100px;
    height : 100px;
}
/* neu mit webgl */
/* Styles für die WebGL Komponenten */
canvas.webgl
{
    z-index: 5 ;
    cursor: pointer;
    /* das ist die Hintergrundfarbe des Canvas, der WebGL Framebuffer ist darüber */
    background-color: rgba(255,255,0,0.5);
    border: none;
    width: 100%;
    height:auto;
    image-rendering: optimizequality; /*smooth;*/
}
/* für Annotation elements  */
canvas.annote
{
    z-index: 7 ;
    cursor: pointer;
    /* das ist die Hintergrundfarbe des Canvas, der WebGL Framebuffer ist darüber */
    background-color: rgba(255,255,255,0.0);
    border: none;
    width: 100%;
    height:auto;
    image-rendering: optimizequality; /*smooth;*/
}
/* für die Anzeige des Previews auch im DataProxy */
canvas.preview
{
    /* das ist die Hintergrundfarbe des Canvas, der WebGL Framebuffer ist darüber */
    /*background-color: rgba(255,255,0,0.5); */
    background-color: rgba(255,255,255,1.0);
    border: none;
    width: auto;
    height:50vh;
    image-rendering: optimizequality; /*smooth;*/
}

/* setzt die Größe des Malfeldes */
.box-inner
{
    border: 3px ridge green;
    width: auto;
    height:auto;
    padding:0;
    margin:0;
}
.box-inner-rel
{
    height:51vh;
    /* height:auto; */
    padding:0;
    margin:0;
}
.box-outer
{
    position: absolute;
    width:  100%;
    height: 100%;
   text-align: center;
}
.box-outer-rel
{
/*    position: absolute;*/
    width:  50vw;
    /* height: 100%; */
    /* text-align: center; */
}
/* wurde in UI abgeschaltet siehe jquery-ui.js@zeile 8819 ff. */
.ui-widget-content {
/*    min-height : 90%;  */
/*  max-height : 95%;  */
}
ul.plain {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display:inline-flex;
}
ul.plain li {
    display:block;
}
ul.flat {
    list-style-type: none;
}
ul.wide {
    display:grid;
    gap: 15px;
}
.with_border {
    padding: 1px;
    box-sizing:border-box;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-width:1px;
    border-style:outset;
    border-color: rgb(47, 146, 47);
}
/* mittig plazierte box, klappt noch nicht wirklich */
.center_box {
    position: absolute;
    width : 60%;
    height: 60%;
    left  : 20%;
    top   : 20%;
}
.center_box2 {
    position: absolute;
    width : 80%;
    height: 80%;
    left  : 10%;
    top   : 10%;
}
.cbar_config {
    position : relative;
    overflow : auto;
    min-width: 1000px;
    min-height:600px;
}
.loader {
    height : 16px;
    width  : 16px;
    margin : 1px;
}
.fixedfont {
    font-size:16px !important;
}
.img_button {
    height:20px;
    margin: 0px 5px -5px 5px;
}
input.flat {
    border:0;
    outline:none;
    width:4em;
    text-align:center;
    vertical-align:middle;
}
input.readonly {
    background-color : rgba(220,250,220,0.5);
    color : rgba(120,20,120,0.8);
    border: none;
}
.more_spacing {
    line-height:1.5em;
}
div.hb_left {
    position:relative;
    height:80%;
    width:30%;
    left:0;
    top:5%;
    overflow:auto;
}
div.hb_right {
    position:fixed;
    height:90%;
    width:65%;
    right:1%;
    top:5%;
    overflow:auto;
    border-radius: 6px;
    border-width:1px;
    border-style:outset;
    border-color: rgb(47, 20, 47);
    background: rgba(147, 236, 147,0.8);
    padding:10px;
}
.small_box
{
    width:5em;
    margin:-6pt;
    text-align:center;
    vertical-align:middle;
}
li.center,
div.center {
    display: flex  !important;
    justify-content: center; /* Horizontale Zentrierung */
    align-items: center; /* Vertikale Zentrierung */
    padding: 3pt;
}
.source_code
{
    background : rgba(255,255,160,0.7);
    color      : rgba(0,30,0,1.0);
    border-radius:  6px;
    border-width :  2px;
    border-style :  outset;
    padding : 5px;
}
.pictstream {
/*    overflow:scroll;*/
}
.pe_image {
    object-fit:contain;
    /* width:80%; */
    /* width:  55vw; */
    /* width:  40vw; */
    /* height: 70vh;*/
    height: 50vh;
}
#pp_image {
    /* weiches einblenden ??*/
    transition: opacity 0.3s ease-in-out;
}
.pe_outer {
    width: 80%;
    height: auto;
}
/* aktiv geschalteter Button */
.button_active {
    color:rgba(250,0,0,1.0);
    font-weight: bold;
    background:rgba(100,200,200,0.2);
    border-color: rgb(250, 0, 0);
}
.white {
    background:rgba(255,255,255,0.8);
}
.zoombox {
    position: fixed;
    background:rgba(255,255,255,0.6);
    width: 100vw !important;
    height: 100vh !important;
    top : 0;
    left: 0;
    overflow : scroll;
}
.top_button {
    z-Index : 5000;
    position: absolute;
    left:1%;
    top:1%;
}
