﻿.hightlightButtonActive {
    background-color: rgba(255, 237, 0, 0.5) !important;
}

.searchword {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.searchwordMarkiert {
    padding-left: 2px;
    padding-right: 2px;
    border-color: Black;
    border-width: 3px;
    border-style: groove;
}

#debuggoutputWindow {
    font-size: 12px;
    position: absolute;
    z-index: 9000;
    background-color: white;
    border: 1px solid gray;
    left: 10px;
    top: 10px;
    padding: 0;
    margin: 0;
    box-shadow: 10px 10px 15px silver;
    min-width: 230px;
  
}

#debuggoutput, #debugsieheauch {
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    padding: 10px;
    margin: 0;
    white-space: normal;
    max-width: 250px;
}

#debugsieheauch {
    font-size: 10px;
}

#closeDebugNProfiling {
    display: block;
    text-align: right;
    cursor: pointer;
}

.debugFormularLink {
    margin: 10px;
    display: block;
    color: darkblue;
}

#debuggoutputTitle {
    display: block;
    text-align: left;
    float: left;
}

#debuggoutputTitleBar {
    padding: 3px;
    margin: 1px 2px 1px 1px;
    background-color: #ffee00;
    border-bottom: lightgray;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#jump-to-differences {
    cursor: pointer;
}
