/* debug panel css */
.holograph-debug-panel {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
}
.holograph-debug-panel * {
    font-size: 11px !important;
    line-height: 12px !important;
    font-family: courier !important;
    color: black;
}
.holograph-debug-inner-layer,
.holograph-debug-button {
    -webkit-opacity: 0.7;
    opacity: 0.7;
}
.holograph-debug-inner-layer {
    position: relative;
    z-index: 2;
    width: 440px;
    height: 600px;
    visibility: visible;
    margin-top: 5px;
    background-color: #ffffff;
    padding: 5px;
    resize: both;
    overflow: auto;
}
.holograph-debug-button {
    float: left;
    background-color: #ffffff;
    color: #000000;
    width: 45px;
    padding: 5px;
    text-align: center;
    line-height: 12px;
    font-weight: bold;
    cursor: pointer;
}
.holograph-debug-close-button {
    width: 22px;
    margin-left: 5px;
}
.holograph-debug-heading {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #ad3d36;
}
.holograph-debug-panel b {
    font-weight: bold;
}
.holograph-debug-panel i {
    font-style: italic;
}

.holograph-debug-panel * {
    font-size: 11px !important;
    line-height: 12px !important;
    font-family: courier !important;
    color: black;
}
.holograph-debug-inner-layer {
    -webkit-opacity: 0.85;
    opacity: 0.85;
}
.holograph-debug-button {
    box-shadow: 0px -1px 0px rgba(30, 30, 30, 0.3);
    background-color: #67717a;
    z-index: 99;
    -webkit-opacity: 0.25;
    opacity: 0.25;
    transition: all 0.2s ease 0.1s;
    -webkit-transition: all 0.2s ease 0.1s;
    background-size: 16px 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url('/infxdms/images/white-drop.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.holograph-debug-button:hover {
    -webkit-opacity: 1;
    opacity: 1;
}
.holograph-debug-inner-layer {
    position: relative;
    z-index: 99;
    width: 440px;
    height: 600px;
    visibility: visible;
    margin-top: 5px;
    background-color: #ffffff;
    padding: 5px;
    resize: both;
    overflow: hidden;
    overflow-y: auto;
}
.holograph-debug-close-button {
    background-image: url('/infxdms/images/white-cross.png');
    width: 22px;
    margin-left: 5px;
    float: right;
    -webkit-opacity: 1;
    opacity: 1;
}
.holograph-debug-heading {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #ad3d36;
}
.holograph-debug-panel b {
    font-weight: bold;
}
.holograph-debug-panel i {
    font-style: italic;
}

/* additional styling for the button within the dms */
.manager-dms .holograph-debug-button {
    background-color: rgba(31, 133, 0, 1);
}
