﻿#debug_console {
    width: 500px;
    height: 300px;
    width: 700px;
    position: absolute;
    top: 0px;
    left: 720px;
    background: rgba(100,100,100,0.5);
    padding-left: 10px;
    padding-top: 5px;
    overflow: hidden;
    visibility: hidden;
    border: solid white 1px;

}

#debug_display {
    width: 40%;
    min-width: 720px;
    max-width: 900px;
    height: 100%;
    position: absolute;
    visibility: hidden;
    top: 0px;
    left: 0px;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.0);
    padding: 0px;
}

.debug_graph_label_text {
    font: 8pt "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 2px;
	margin-bottom: 0px;
    margin-left: 0px;
	height: inherit;
    color: #ffffff;
}

.debug_text {
    font: 12pt "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 2px;
	margin-bottom: 0px;
    margin-left: 5px;
	height: inherit;
    color: #ffffff;
}

.debug_value_text {
    font: 12pt "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 2px;
	margin-bottom: 0px;
    margin-right: 5px;
	height: inherit;
    color: #ffffff;
}

.debug_console_text {
    font: 10pt "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 2px;
	margin-bottom: 0px;
    margin-right: 5px;
	height: inherit;
    color: #ffffff;
}

.debug_text_title {
    font: 16pt "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 30px;
	margin-bottom: 0px;
    margin-left: 5px;
	height: inherit;
    color: #ffffff;
}

#debug_window_container {
    background: rgba(0,0,0,0.0);
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 0px;
    position: relative;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

#debug_window_content_container {
    background: rgba(0,0,0,0.0); 
    width: 60%; 
    height: 100%; 
    padding: 0px; 
    border: 0px; 
    position: relative;
}

#debug_top_container {
    background: rgba(0,0,0,0.0); 
    width: 100%; 
    height: 300px; 
    padding: 0px; 
    position: relative;
}

#debug_left_column {
    width: 50%;
    height: 100%; 
    position: relative; 
    background: rgba(0, 0, 0, 0.0); 
    padding: 0px; 
}

#debug_right_column {
    width: 50%;
    height: 100%; 
    top: 300px; 
    left: 50%; 
    position: absolute; 
    background: rgba(0, 0, 0, 0.0); 
    padding: 0px;
}

#debug_far_right_column {
    width: 60%;
    height: 110%; 
    top: -32px; 
    left: 100%; 
    position: absolute; 
    background: rgba(0, 0, 0, 0.0); 
    margin-left: 22px;
    padding-right: 22px;
    
}

.debug_row {
    width: 100%;
    height: 22px; 
    position: relative; 
    background: rgba(0, 0, 0); 
    top: -1px;
}

.debug_label {
    width: 65%; 
    height: 21px; 
    background: rgba(100,100,100,0.5); 
    border: solid 1px white; 
    position: absolute; 
    top: 0px; 
    left: 0px;
}

.debug_label2 {
    width: 65%; 
    height: 21px; 
    background: rgba(150,150,150,0.5); 
    border: solid 1px white; 
    position: absolute; 
    top: 0px; 
    left: 0px;
}

.debug_value {
    width: 35%; 
    height: 21px; 
    background: rgba(100,100,100, 0.5); 
    border: solid 1px white; 
    position: absolute; 
    top: 0px; 
    left: 65%; 
    text-align: right;
}

.debug_graph_label {
    position: absolute;
    left: 5px; 
    width: 300px; 
    height: 20px; 
    margin: 0px; 
    padding: 0px;
}

.debug_title {
    width: 100%;
    height: 50px; 
    position: relative; 
    background: rgba(0, 0, 0); 
    top: -1px;
}

.debug_slice_tile {
    width: 9px;
    height: 9px;
    position: absolute;
    background: rgba(255,255,255,1.0);
    left: 10px;
    border: solid 1px white;
}