﻿
.highlight {
    background-color: #e9c46a;
}

    .highlight.orange {
        background-color: #f4a261;
    }

    .highlight.red {
        background-color: #ff7f7f;
    }

    .highlight.blue {
        background-color: #90d9e8;
    }

    .highlight.green {
        background-color: #93dbaf;
    }

.button-wrapper {
    top: 50%;
    cursor: pointer;
    position: fixed;
    right: 25px;
    z-index: 100;
}

.highlight-button {
    position: relative;
}

    .highlight-button .clr-field {
        width: 40px;
        height: 40px;
    }

        .highlight-button .clr-field button {
            width: 100%;
            height: 100%;
            border-radius: 12.5px;
        }

            .highlight-button .clr-field button:after {
                box-shadow: none;
                border-radius: initial;
            }

    .highlight-button input {
        width: 40px;
        height: 40px;
        border-radius: 12.5px;
        cursor: pointer;
        border: none;
    }

        .highlight-button input:focus,
        .highlight-button input:focus-visible {
            border: solid 1px #000;
        }

    .highlight-button #btnSaveAll {
        margin-top: 5px;
        border: none;
        outline: none;
        background-color: #d3d3d3;
    }

.clear-button,
.save-button {
    display: none;
}

/* cop & paste */
/*body:not(.highlighting) *:not(input, textarea, .wysibb-text-editor),
body:not(.highlighting) *:focus:not(input, textarea, .wysibb-text-editor) {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wysibb-text-editor {
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

body:not(.highlighting) *::selection {
    background: none;
}

body:not(.highlighting) *::-moz-selection {
    background: none;
}

.fa-highlighter {
    position: absolute;
    left: 7px;
    top: 50%;
}

.fa-save {
    position: absolute;
    left: 10px;
    top: 25px;
}*/
