.debug-container {
    background: #F0F0F0;
    border: 1px solid #646464;
    min-width: 100px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    padding: 2px 0px;
    font-family: Arial;
    font-size: 10px;
    z-index: 1000000;
    color: #000000 !important;
}

.debug-container, .debug-container * {
    box-sizing: content-box !important;
    line-height: normal !important;
}

.debug-panel {
    height: 30px;    
    float: left;
    /*min-width: 10px;*/
    padding: 0px 8px;
    border-right: 1px solid #999999;
    line-height: normal !important;
    color: #000000 !important;
}

.debug-panel-move {
    border-left: 3px dotted #444444 !important;
    width: 1px;
    height: 16px;
    margin: 4px 0px 4px 6px;  
    padding-right: 0px;  
    cursor: move;
}

.debug-panel-noseparator {
    border-right: 0px !important;
}

.debug-panel-icons > img {
    margin-right: 2px;
    cursor: pointer;
    opacity: 0.3;
    width: auto !important;
}

.debug-panel-icons img:hover {
    opacity: 0.7;
}

.debug-panel-float {
    display: none;
    /*visibility: hidden;*/
    
    position: fixed;
    border: 1px solid #000000;
    border-radius: 2px;
    
    background: #F0F0F0;
    padding: 2px;
    z-index: 10000000;
    overflow: hidden;
    font-family: Arial;
    font-size: 10px;
    
    min-width: 500px;
    width: 500px; /* IE7 hack */
    min-height: 200px;
    height: 200px; /* IE7 hack */

    line-height: normal !important;
    text-align: left;
    color: #000000 !important;
}

.debug-panel-float a {
    font-weight: normal !important;
    color: #000000 !important;
    text-decoration: none !important;
}

.debug-panel-float-title {
    background: #1D68CE;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
    /*height: 10px;*/
}

.debug-panel-float-title img {
    vertical-align: middle;
    width: auto !important;
}

.debug-panel-float-content {
    padding: 2px;
    overflow: auto;
    
}

div.debug-panel-float-item, table.debug-panel-float-item td {
    padding: 2px;
    margin: 2px;
    font-family: Arial;
    font-size: 10px;
    color: #000000 !important;
}

table.debug-panel-float-item td {
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
}


div.debug-panel-float-item div.debug-panel-float-item {
    border: 0px;
    margin-left: 10px;
}

table.debug-panel-float-item {
    width: 100%;
}

.debug-panel-float-item a {
    padding-left: 12px;
}

.debug-panel-float-item .expandable {
    background-image: url(img/plus.png); 
    background-repeat: no-repeat;
    background-position: 2px center;
    cursor: pointer;
    padding-left: 14px;
}

.debug-panel-float-item .expanded {
    background-image: url(img/minus.png); 
    background-repeat: no-repeat;
    background-position: 2px center;
}

.debug-panel-float-item .expand {
    border: 1px dotted #DDDDDD;
    margin-top: 2px;
    margin-left: 24px;
    padding: 2px;
}

.debug-panel-float-item-hidden
{
    display: none;
}

.debug-panel-float-item-php-dump
{
    background: #0000FF;
}

.debug-panel-float-item-php {
    background: #DDDDFF;
    border: 1px solid #BBBBFF;
    /*white-space: nowrap;*/
}

.debug-panel-float-item-javascript {
    background: #FFFFCC;  
    border: 1px solid #EEEE00;  
    /*white-space: nowrap;*/
}

.debug-panel-float-item-unknown {
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    /*white-space: nowrap;*/
}

.debug-panel-float-item-text {
    border: 0px; 
    background: #FFFFFF;
    margin: 0px;
    /*white-space: nowrap;*/
}

#PerformancePHPDebugPanelContent .debug-panel-float-item-javascript {
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
}

#PerformancePHPDebugPanelContent .debug-panel-float-row:hover td {
    background: #EEEEFF;
}

table.debug-panel-reload-hint {
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 0px;
}

table.debug-panel-reload-hint td {
    text-align: center;
    vertical-align: middle;
}

.tooltip-debug {
    background: #000000;
    color: #FFFFFF;
    padding: 4px;
    font-family: 'Lucida Sans Unicode','Lucida Grande',arial,helvetica,sans-serif;
    font-size: 12px;
    margin-top: 10px;
}

@media print 
{
    .debug-container, .debug-panel, .debug-panel-float {
        display:none !important;
    }
}


.debug-panel-float th {
    font-size: 10px;
    background: #BBBBBB;
    border: 1px solid #DDDDDD;
    padding: 2px;
    font-weight: bold;
    color: #000000;
}

/* nested table */
.debug-panel-float td th {
    font-weight: normal;
    background: #EEEEEE;
    color: #000000;
}

.debug-panel-float-item td {
    vertical-align: top;
}

.debug-panel-float-item-separator {
    height: 8px;    
}

.debug-panel-float-item-error {
    background: #FFBBBB;
    border: 1px solid #FF9999;
}

.debug-panel-float-item-warning {
    background: #FFEEEE;
    border: 1px solid #FFCCCC;
}

.debug-panel-float-item-icon {
    font-size: 7px;
    padding: 1px;
    display: inline-block;
    margin-right: 4px;
    border-radius: 2px;
    vertical-align: middle;
}

.debug-panel-float-item-icon-php {
    background: #4444FF;    
    color: #FFFFFF;
}

.debug-panel-float-item-icon-javascript {
    background: #FFFF66;    
    margin-right: 10px;
}

.debug-panel-float-item-icon-empty {
    margin-right: 20px;
}