.maindebug{
	width: 100%; 
	height: 0px;
	z-index:10000;
	position:fixed;
	top:auto;
	bottom:0px;
	left:0px;
	right:0px;
		
}
.maindebug #resizable {
	width: 100%; 
	height:40px; 
	padding: 0px; 
	position:relative;
	top:-40px;
	bottom:0px;
	left:0px;
	right:0px;
    font-family: Arial;	
}
.maindebug .ui-widget-content{
	border:none;
	background: transparent;
}
.maindebug .ui-resizable-n {
    height: 5px;
    top: -1px;
    border-top: solid 4px rgba(255,255,255,0);
}



.dbg {
	background: #fff;
	width: 100%;
	text-align: left;
    font-size: 14px;
    line-height:20px;
    border-top: solid 1px #000;
}
.debug-infos{
	height:40px;
	width:100%;
	border-top:solid 0px #000000;
	border-bottom: solid 0px #000000;
	background: transparent;
	position:relative;
}
.debug-infos > div{
	background: #1864a2;
    border-top: solid 0px #000000;
    border-bottom: solid 0px #000000;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    border-radius: 2px 2px 0 0;
    overflow: hidden;
}


.variabletabs > li > span:hover{
    background: #da5700;
    color: #fff;
}
.debug-buttons > span:hover{
    background: #da5700;
    color: #fff;
}
.dbginfobox:hover{
    background: #da5700;
    color: #fff;
}
.debug-buttons{
	position:absolute;
	bottom:0px;
	right:0px;
}
.debug-buttons > span {
	position: relative;
    top: 0px;
    font-size: 11px;
    line-height: 15px;
    padding: 6px 8px 3px 8px;
    margin: 0;
    float: right;
    color: #ffffff;
    border-radius: 0px;
    box-shadow: none;
    cursor: pointer;
}
.debug-buttonsx span:first-child {
    border: none;
    padding: 2px 5px 1px 5px;
    margin: 7px 0 7px 30px;
}
.debug-buttonsx span:last-child{
	border-left: dotted 1px #000;
}
.dbginfobox {
    display: inline-block;
    padding: 6px 10px 4px 10px;
    margin: 10px 0px 0px 0px;
    border-right: solid 1px rgba(0,0,0,0);
    color: #ffffff;
    font-size: 11px;
    line-height: 20px;
    cursor: pointer;
}
.dbginfobox.current{
	background:#222222;
	color:#ffffff;
}
.maindebug .label {
    display: inline;
    padding: 2px 6px;
    margin: 0 0 0 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
}
.dbg-tab{
	display:none;
}
.dbg-tab.current{
	display:block;
}
.debug-content {
    overflow-y: auto;
    height: 100%;
    margin: 0px 0 0 0;
    
    
    z-index: 2;
}
.variabletabs{
	margin: -1px 0 0 0;
	padding:0;
	color: #bb0000;
	border-bottom: solid 1px #000;
	border-collapse: collapse;

}
.variabletabs > li {
    font-size: 11px;
    line-height: 15px;
    color: #000;
    display: inline-block;
    padding: 0px;
    margin: 0;
    border-right: dotted 1px #000;
    cursor: pointer;
}
.variabletabs > li > span{
    font-size: 11px;
    line-height: 15px;
    color: #000;
    display: inline-block;
    padding: 9px 10px 7px 10px;
    margin: 0px 0 -1px 0;

    cursor: pointer;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.variabletabs > li.current > span{
	background:#222222;
	color:#ffffff;
}
.variabletabs > li > div.dbgdiv,
.dbgdivlight{
	background: #fff;
	color: #000;
	padding: 15px 20px 20px 20px;
	margin: 0px;
	position:absolute;
	top:105px;
	left:0px;
	right:0px;
	bottom:0px;
	overflow-y:auto;
	overflow-x:hidden;
    font-family: Consolas,monaco,monospace; 
    cursor: default;
    font-size: 13px;
    line-height:15px;
}
.variabletabs > li > div.dbgdiv p,
.dbgdivlight p{
	padding: 0px;
	margin: 2px 0px;
}
.variabletabs > li > div.dbgdiv b,
.variabletabs > li > div.dbgdiv strong,
.dbgdivlight b,
.dbgdivlight strong{
    font-family: Consolas,monaco,monospace; 
    font-weight:bold;
}
.dbgdivlight{
	top:40px;
	border-top: solid 1px #000;
}
.variabletabs > li > div.dbgdiv{
	display: none !important;	
	border-top: solid 1px #000;	
}
.variabletabs > li.current > div{
	display:block !important;
}
.dbgdiv > div,
.dbgdivlight > div {
    padding: 0 0 0px 0;
    margin: 0 0 5px 0;
    border-bottom: dotted 1px #333;
}
.timertree li{
    padding: 0 0 5px 0;
    margin: 0 0 5px 0 !important;
    border-bottom: dotted 1px #333;
}
.dbg-p,
.dbgdiv > div.dbg-p,
.dbgdivlight > div.dbg-p{
	padding: 0 0 5px 0 !important;
	word-wrap:break-word;
}
.dbgdiv ul,
.dbgdivlight ul,
.dbgdiv ol,
.dbgdivlight ol{
	margin:0;
	padding:0 0 0 0px;	
	list-style-position: inside;
}
.dbgdiv ul ul,
.dbgdivlight ul ul,
.dbgdiv ol ol,
.dbgdivlight ol ol{
	padding:0 0 0 20px;	
}
.dbgdiv li,.dbgdivlight li{
	margin: 0px 0 0px 0;
}
.dbg h3 {
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0 2px 10px;
    color: #000;
    border-bottom: solid 1px #bbbbbb;
}
.dbg .dbgtoggle {
    float: left;
    position: relative;
    top: 2px;
    margin: 0 6px 0px 0px;
    background: #000;
    color: #ffffff !important;
    display: inline-block;
    cursor: pointer;
    font-size: 7px;
    line-height: 6px;
    padding: 2px 3px;
}
.dbg pre {
	padding: 2px;
	display: none;
	margin: 0px 0px 0px 20px;
}
.dbg h4 {
	font: bold 13px Arial;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
.dbg .item {color: #000; }
.dbg .thin {
    margin: 5px 0 5px 20px;
    background: rgba(0,0,0,0.04);
    border-left: solid 1px #000;
    color: #000;
    padding: 10px;
    word-wrap:break-word;
}
.dbg .thin .thin {
    background: rgba(255,255,255,1);
}
.sqldbg {
	margin:0;
	padding:0 0 0 30px !important;
	list-style-position: outside !important;
}
.sqldbg li {
    margin: 0px 0 7px 0;
    padding: 5px 8px;
    line-height: 15px;
    background: #efefef;
    color:rgba(199, 37, 78, 1);
    word-wrap:break-word;
}
.sqldbg li span{
	color:#000000;
}
.dbg .trace {
    margin: 0px 0 0 6px;
    font-size: 11px;
    color: brown;
}
.dbg .em0 {color: rgba(199, 37, 78, 1);}
.dbg .em1 {color: rgba(0, 189, 0, 1); }
.dbg .em2 {color: rgba(255, 159, 15, 1);}
.dbg .em3 {color: rgba(51, 85, 255, 1);}
.dbg .em4 {color: rgba(0, 107, 46, 1);}
