@charset "UTF-8";
    
#debug {
    z-index: 9999;
    font-size: 11px;
    line-height: normal;
    color: #000000;
    font-family: Arial;
    position: absolute;
    opacity: 0.75;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 2px solid #DDDDDD;
    background: #FFFFFF;
}

#debug * {
    margin: 0;
    padding: 0;
    color: #000000;
    background: transparent;
    font-size: 11px;
    line-height: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0;
    list-style: none;
}

#debug:hover {
    opacity: 1;
}

#debug-anchor {
    text-decoration: none;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    display: block;
    height: 22px;
    color: #000000;
    background: #FFFFFF;
    text-align: center;
    outline: none;
    margin: -2px 0 0 20px;
    left: 0;
    color: #000000;
    padding: 4px 8px;
    white-space: nowrap;
    border: 2px solid #DDDDDD;
    border-top: 0;
    position: absolute;
    opacity: 0.75;
}

#debug:hover #debug-anchor {
    opacity: 1;
}

#debug-anchor span {
    background: red;
    border:1px solid red;
    border-radius: 5px;
    line-height: 10px;
    width: 10px;
    display:inline-block;
    margin: 0 auto;
    color: white;
}

#debug-anchor:active {
    outline: 1px dotted #000000;
}

#debug-inner {
    display: block;
    padding: 2px 10px;
    background: #FFFFFF;
    border-bottom: 2px solid #DDDDDD;
}

#debug-inner ul {
    
}

#debug-inner li {
    float: left;
    padding: 4px 10px;
    margin: 0 0 5px 0;
    border-right: 2px solid #DDDDDD;
    height: 30px;
}

#debug-inner li:last-child {
    border-right: 0;
}

#debug-inner a {
    color: #0000AA;
    text-decoration: none;
    border-radius: 3px;
    border: 1px dotted;
    padding: 0 3px;
    margin: 2px -3px;
}

#debug-inner a:hover {
    color: #000000;
}

#debug-inner a.active {
    color: #FFFFFF;
    background-color: #337AB7;
    border: 1px solid #337AB7;
}

#debug-inner a.active:hover {
    color: #0000AA;
    color: #FFFFFF;
}

#debug-inner table {
    clear: both;
    width: 100%;
    border: 1px solid #DDDDDD;
    margin: 25px 0;
}

#debug-inner table td {
    border: 1px solid #DDDDDD;
    padding: 4px;
}
#debug-inner table td table {
    margin: 0;
}
#debug-inner table td table td {
    font-size: 80%;
    padding: 2px;
}

#debug-inner table th {
    padding: 4px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #DDDDDD;
}

#debug-inner table tr:nth-child(odd) td, #debug-inner table tr:hover td {
    background: #f5f5f5;
}

#debug-inner table tr td table tr td {
    background: #FFFFFF !important;
}

#debug-inner table tr td:first-child {
    font-weight: bold;
}

#debug-inner table caption {
    font-size: 9px;
    padding: 2px;
    color: #c7254e;
    background-color: #f9f2f4;
}

#debug-inner div.clear {
    clear: both;
}

#debug-inner pre {
    font-family: monospace, monospace !important;
    height: 20px;
    min-height: 20px;
    line-height: 14px;
    overflow: hidden;
    color: #c7254e;
    background-color: #f9f2f4;
    border: 1px solid #cccccc;
    display: block;
    padding: 4px;
    margin: 4px 0;
    word-break: break-all;
    word-wrap: break-word;
    border-radius: 4px;
    position:relative;
}

#debug-inner pre:before {
    text-align: right;
    content: "...";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    height: 16px;
    background: linear-gradient(rgba(0,0,0,0), #f9f2f4);
}

#debug-inner.jquery pre {
    cursor: pointer;
}

#debug-inner:not(.jquery) pre:hover, #debug-inner pre.hover {
    height: auto;
}

#debug-inner:not(.jquery) pre:hover:before, #debug-inner pre.hover:before {
    display: none;
}

#debug-inner .warning {
    background: red;
}

#debug-redirect-enable {
    float:left;
}

#debug-inner .debug-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eeeeee;
    -webkit-overflow-scrolling: touch;
}
