﻿.debug {
    position: fixed;
    right: 20px;
    top: 250px;
    width: 190px;
    z-index: 12000;
}

.debug-style {
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 0 3px 1px #999;
    -moz-opacity: .7;
    -webkit-box-shadow: 0 0 3px 1px #999;
    background-color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 3px 1px #999;
    filter: alpha(opacity = 70);
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
}

.debug div.console {
    display: none;
    white-space: normal;
    width: 20px;
}

.debug .tab {
    display: block;
    height: 60px;
}

.debug .tab.console {
    background-image: url(/images/debug/console-lbl.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    left: -20px;
    position: absolute;
    top: 20px;
    width: 20px;
}

.debug .c .bg {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}

.debug .c { position: relative; }

.debug .c .inner {
    position: relative;
    z-index: 200;
}

.debug .c .inner * {
    color: #fff !important;
    font-size: 95%;
    margin: 0;
    padding: 0;
}

.debug .c .close {
    cursor: default;
    position: absolute;
    right: 2px;
    top: 2px;
}

.debug .c a:hover { text-decoration: underline; }

.debug .c h1 {
    border-bottom: 1px solid #ccc;
    cursor: move;
    font-size: 14px !important;
    margin: 0 0 5px 0 !important;
    padding: 5px 0 5px 10px !important;
}

.debug .c .inner h2 {
    cursor: default;
    padding: 0 0 4px 0;
}

.debug .c .inner h2 span { display: none }

.debug .c .inner h2:hover span { display: inline }

.debug .c .inner li {
    list-style-type: circle;
    margin: 0 0 0 15px !important;
}

.debug .c .inner input {
    background: #222;
    border: 1px solid #ccc;
    color: #fff;
    padding: 2px;
}

.debug .c .inner .section { padding: 3px 5px 5px; }

.debug .c .inner .w {
    border: 1px dotted #ccc;
    padding: 5px;
}

.debug .c .inner button {
    color: #222 !important;
    padding: 0px 5px;
}

#debug-console {
    color: #fff;
    display: none;
    height: 300px;
    left: 0px;
    position: fixed;
    text-align: left;
    top: 0px;
    width: 100%;
    z-index: 999;
}

#debug-console .window {
    border: 3px solid orange;
    color: #fff;
    font-family: courier;
    font-size: 9pt;
    height: 240px;
    overflow: auto;
    padding: 8px;
    position: relative;
    z-index: 1500;
}

#debug-console .input {
    bottom: 0;
    position: absolute;
    z-index: 1500;
}

#debug-console .input input { background: none; }