.dp-minitoolbar {
    background-color: #222;
    border-top-left-radius: 4px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    padding: 6px;
    position: fixed;
    right: 0;
    z-index: 99999;
}

.dp-minitoolbar a {
    display: block;
}
.dp-minitoolbar svg,
.dp-minitoolbar img {
    max-height: 24px;
    max-width: 24px;
    display: inline;
}

.dp-clearer {
    clear: both;
    height: 36px;
}

.dp-display-none {
    display: none;
}

.dpreset * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: baseline;
}

.dpreset {
    background-color: #222;
    bottom: 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #EEE;
    font: 11px Arial, sans-serif;
    left: 0;
    margin: 0;
    padding: 0 36px 0 0;
    position: fixed;
    right: 0;
    text-align: left;
    text-transform: none;
    z-index: 99999;

    /* neutralize the aliasing defined by external CSS styles */
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.dpreset abbr {
    border: dashed #777;
    border-width: 0 0 1px;
}
.dpreset svg,
.dpreset img {
    height: 20px;
    display: inline-block;
}

.dpreset .hide-button {
    background: #444;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    text-align: center;
}
.dpreset .hide-button svg {
    max-height: 18px;
    margin-top: 10px;
}
.dpreset table td {
    border-width: 0;
}

.dp-block {
    cursor: default;
    display: block;
    float: left;
    height: 36px;
    margin-right: 0;
    white-space: nowrap;
}
.dp-block > a,
.dp-block > a:hover {
    display: block;
    text-decoration: none;
}

.dp-block span {
    display: inline-block;
}
.dp-block .dp-value {
    color: #F5F5F5;
    font-size: 13px;
    line-height: 36px;
    padding: 0;
}
.dp-block .dp-label,
.dp-block .dp-class-separator {
    color: #AAA;
    font-size: 12px;
}

.dp-block .dp-info {
    border-collapse: collapse;
    display: table;
    z-index: 100000;
}
.dp-block hr {
    border-top: 1px solid #777;
    margin: 4px 0;
    padding-top: 4px;
}
.dp-block .dp-info-piece {
    /* this 'border-bottom' trick is needed because 'margin-bottom' doesn't work for table rows */
    border-bottom: solid transparent 3px;
    display: table-row;
}
.dp-block .dp-info-piece-additional {
    display: none;
}
.dp-block .dp-info-group {
    margin-bottom: 4px;
    padding-bottom: 2px;
    border-bottom: 1px solid #333333;
}
.dp-block .dp-info-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.dp-block .dp-info-piece .dp-status {
    padding: 2px 5px;
    margin-bottom: 0;
}
.dp-block .dp-info-piece .dp-status + .dp-status {
    margin-left: 4px;
}

.dp-block .dp-info-piece:last-child {
    margin-bottom: 0;
}

.dp-block .dp-info-piece a {
    color: #99CDD8;
    text-decoration: underline;
}
.dp-block .dp-info-piece a:hover {
    text-decoration: none;
}

.dp-block .dp-info-piece b {
    color: #AAA;
    display: table-cell;
    font-size: 11px;
    padding: 4px 8px 4px 0;
}
.dp-block .dp-info-piece span {

}
.dp-block .dp-info-piece span {
    color: #F5F5F5;
    font-size: 12px;
}

.dp-block .dp-info {
    background-color: #444;
    bottom: 36px;
    color: #F5F5F5;
    display: none;
    padding: 9px 0;
    position: absolute;
}

.dp-block .dp-info:empty {
    visibility: hidden;
}

.dp-block .dp-status {
    display: inline-block;
    color: #FFF;
    background-color: #666;
    padding: 3px 6px;
    margin-bottom: 2px;
    vertical-align: middle;
    min-width: 15px;
    min-height: 13px;
    text-align: center;
}

.dp-block .dp-status-green {
    background-color: #4F805D;
}
.dp-block .dp-status-red {
    background-color: #B0413E;
}
.dp-block .dp-status-yellow {
    background-color: #A46A1F;
}

.dp-block.dp-status-green {
    background-color: #4F805D;
    color: #FFF;
}
.dp-block.dp-status-red {
    background-color: #B0413E;
    color: #FFF;
}
.dp-block.dp-status-yellow {
    background-color: #A46A1F;
    color: #FFF;
}

.dp-block-request .dp-status {
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}
.dp-block-request .dp-info-piece a {
    text-decoration: none;
}
.dp-block-request .dp-info-piece a:hover {
    text-decoration: underline;
}
.dp-block-request .dp-redirection-status {
    font-weight: normal;
    padding: 2px 4px;
    line-height: 18px;
}
.dp-block-request .dp-info-piece span.dp-redirection-method {
    font-size: 12px;
    height: 17px;
    line-height: 17px;
}

.dp-status-green .dp-label,
.dp-status-yellow .dp-label,
.dp-status-red .dp-label {
    color: #FFF;
}
.dp-status-green svg path,
.dp-status-red svg path,
.dp-status-yellow svg path {
    fill: #FFF;
}
.dp-block-config svg path {
    fill: #FFF;
}

.dp-block .dp-icon {
    display: block;
    height: 36px;
    padding: 0 7px;
}
.dp-block-request .dp-icon {
    padding-left: 0;
    padding-right: 0;
}

.dp-block .dp-icon img,
.dp-block .dp-icon svg {
    border-width: 0;
    position: relative;
    top: 8px;
}

.dp-block .dp-icon img + span,
.dp-block .dp-icon svg + span {
    margin-left: 4px;
}
.dp-block-config .dp-icon .dp-value {
    margin-left: 4px;
}

.dp-block:hover {
    position: relative;
}
.dp-block:hover .dp-icon {
    background-color: #444;
    position: relative;
    z-index: 10002;
}
.dp-block:hover .dp-info {
    display: block;
    padding: 10px;
    max-width: 880px;
    max-height: 480px;
    word-wrap: break-word;
    overflow: hidden;
    overflow-y: auto;
}
.dp-info-piece b.dp-ajax-info {
    color: #F5F5F5;
}
.dp-ajax-requests {
    table-layout: auto;
    width: 100%;
}
.dp-ajax-requests td {
    background-color: #444;
    border-bottom: 1px solid #777;
    color: #F5F5F5;
    font-size: 12px;
    padding: 4px;
}
.dp-ajax-requests tr:last-child td {
    border-bottom: 0;
}
.dp-ajax-requests th {
    background-color: #222;
    border-bottom: 0;
    color: #AAA;
    font-size: 11px;
    padding: 4px;
}
.dp-ajax-request-url {
    max-width: 250px;
    line-height: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dp-ajax-requests .dp-ajax-request-url a {
    text-decoration: none;
}
.dp-ajax-requests .dp-ajax-request-url a:hover {
    text-decoration: underline;
}
.dp-ajax-request-duration {
    text-align: right;
}
.dp-ajax-request-loading {
    -webkit-animation: dp-blink .5s ease-in-out infinite;
    -o-animation: dp-blink .5s ease-in-out infinite;
    -moz-animation: dp-blink .5s ease-in-out infinite;
    animation: dp-blink .5s ease-in-out infinite;
}
.dp-ajax-requests .dp-ajax-request-response textarea {
    background-color: #222;
    color: #AAA;
    width: 200px;
}
@-webkit-keyframes dp-blink {
    0% { background: #222; }
    50% { background: #444; }
    100% { background: #222; }
}
@-moz-keyframes dp-blink {
    0% { background: #222; }
    50% { background: #444; }
    100% { background: #222; }
}
@keyframes dp-blink {
    0% { background: #222; }
    50% { background: #444; }
    100% { background: #222; }
}

.dp-block-dump pre.dp-dump {
    background-color: #222;
    border-color: #777;
    border-radius: 0;
    margin: 6px 0 12px 0;
    width: 200px;
}
.dp-block-dump pre.dp-dump:last-child {
    margin-bottom: 0;
}
.dp-block-dump .dp-info-piece .dp-file-line {
    color: #AAA;
    margin-left: 4px;
}
.dp-block-dump .dp-info img {
    display: none;
}

/* Override the setting when the toolbar is on the top */


/* Responsive Design */
.dp-icon .dp-label,
.dp-icon .dp-value {
    display: none;
}
.dp-block-config .dp-icon .dp-label {
    display: inline-block;
}

@media (min-width: 768px) {

    .dp-icon .dp-label,
    .dp-icon .dp-value {
        display: inline;
    }

    .dp-block .dp-icon img,
    .dp-block .dp-icon svg {
        top: 6px;
    }
    .dp-block-time .dp-icon svg + span,
    .dp-block-memory .dp-icon svg + span {
        margin-left: 0;
    }

    .dp-block .dp-icon {
        padding: 0 10px;
    }
    .dp-block-time .dp-icon {
        padding-right: 5px;
    }
    .dp-block-memory .dp-icon {
        padding-left: 5px;
    }
    .dp-block-request .dp-icon {
        padding-left: 0;
        padding-right: 0;
    }
    .dp-block-request .dp-label {
        margin-left: 5px;
    }
    .dp-block-request .dp-status + svg {
        margin-left: 5px;
    }
    .dp-block-request .dp-icon svg + .dp-label {
        margin-left: 0;
    }
    .dp-block-request .dp-label + .dp-value {
        margin-right: 10px;
    }

    .dp-block-request:hover .dp-info {
        max-width: none;
    }

    .dp-block .dp-info-piece b {
        font-size: 12px;
    }
    .dp-block .dp-info-piece span {
        font-size: 13px;
    }

    .dp-block-right {
        float: right;
        margin-left: 0;
        margin-right: 0;
    }

    .dp-block-right .dp-info {
        left: -100px;
    }
}
