/*
 * synchronized debug-outfit style
 * ---------------------------------------
 * Copyright(c) 1995-2021, @Edtronix-LABs
 * SheetUpdate : 01.mai.2021
 * Author      : E.Q.
 *****************************************
*/



/* externals[php] */


.edtronix-debug{
   color: #202030;
}
.edtronix-evtOut{
   color: #202030;
}
.edtronix-stdOut{
   color: #202030;
}
.edtronix-xmlResponse{
   color: #202030;
}


.edtronix-exception{
   color: #A00000F0 !important;
   background-color: #F0808030;
   margin: 2px 0px;
   padding: 2px 1px;
}
.edtronix-error{
   color: #800000F0 !important;
   background-color: #F0808028;
   margin: 2px 0px;
   padding: 2px 1px;
}


/*-- debug:styles --*/

.dbg_simulation{
   background-color: rgba( 210, 220, 240, 0.300);
   color: rgba( 00, 10, 50, 0.700);
   font-size: 1.120em;
   margin: auto;
   line-height: 1.500em;
   text-align: left;
   width: 70%;
}   



.dbg_link{
   font-weight: 600;
   text-decoration: none;
   text-shadow: 1em 1em 2em rgba( 130, 130, 180, 0.80);
}
.dbg_link:link{
   color: rgba( 10, 10, 50, 0.700);
}
.dbg_link:visited{
   color: rgba( 80, 80, 80, 0.700);
}
.dbg_link:active{
   color: rgba( 0, 0, 0, 0.700);
}
.dbg_link:hover{
   background-color: rgba( 80, 160, 80, 0.200);
}

.dbg_title{
   color: rgba( 10, 20, 30, 0.700);
   background-color: rgba( 10, 20, 30, 0.500);
   font-size: 1.080em;
}

.dbg_entrypoints{
   background-color: rgba( 210, 220, 240, 0.300);
   color: rgba( 00, 10, 50, 0.700);
   font-size: 1.120em;
   margin: 2.01em;
   line-height: 1.700em;
}
.dbg_urlitems{
   color: rgba( 00, 07, 10, 0.700);
   font-weight: 600;
}

/* internals */

.dbg_view{
   display: block;
   position: absolute;
   background-color: rgba( 80, 160, 80, 0.200);
   left: 10;
   top: 10;
   z-Index: 100;
   box-shadow: 1px 1px 4px rgba( 60, 60, 60, 0.500);
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border: 1px solid #60d060;
}
.dbg_body{
   background-color: rgba( 80, 115, 100, 0.200);
   margin: 8px 5px;
   padding: 0px 0px;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border: 1px solid #60d060;
}
.dbg_tbl{
   margin: 0px 0px;
   padding: 0px 0px;
}

.dbg_bar{
   background-color: rgba( 110, 120, 130, 0.300);
   font-size: 1.20em;
   color: #202030;
   margin: 3px 3px;
   padding: 0px 0px;
   cursor: move;
}
.dbg_icon_X{
   font-size: 1.20em;
   color: #202030;
   font-weight: 800;
   text-align: right;
   margin: 0px 0px;
   padding: 0px 0px;
   cursor: pointer;
}
.dbg_icon_B{
   font-size: 1.20em;
   color: #202030;
   font-weight: 800;
   text-align: right;
   margin: 0px 0px;
   padding: 0px 0px;
   cursor: pointer;
}
.dbg_content{
   color: #101040; 
   background-color: rgba( 240, 240, 250, 0.500);
   margin: 0px;
   padding: 0.303em;
   cursor: text;
}
.dbg_quote{
   margin: 3px;
   padding: 1px;
   background-color: rgba( 80, 110, 108, 0.350);
   font-style: italic;
}
.dbg_frame{
   color: #101040; 
   background-color: rgba( 240, 240, 250, 0.500);
   margin: 0px;
   padding: 0.303em;
   cursor: text;
}



