﻿.ace-clouds .ace_print-margin {
    background: #fff;
}

.action-container {
    width: 100%;
    background: #f5f0f0;
    padding: 5px;
}

.css-options {
    font-size: 12px;
}

.editor {
    width: 100%;
    min-height: 700px;
    height: 100%;
    position: relative;
}

.panel-body {
    min-height: 300px;
    max-height: 700px;
}

#flex-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 0px !important;
    left: 0px;
    /* these 3 lines are to prevents an unsightly scrolling bounce affect on Safari */
    height: 100%;
    width: 100%;
    overflow: auto;
}

    #flex-container > div {
        flex-grow: 1;
        -webkit-flex-grow: 1;
        position: relative;
    }

        #flex-container > div#acediff-gutter {
            flex: 0 0 60px;
            -webkit-flex: 0 0 60px;
            border-left: 1px solid #999999;
            border-right: 1px solid #999999;
            background-color: #efefef;
            overflow: hidden;
        }

#acediff-gutter svg {
    background-color: #efefef;
}

.acediff-class {
    position: absolute !important;
    top: 0;
    bottom: 0;
    width: 100%;
}

.acediff-diff {
    background-color: #d8f2ff;
    border-top: 1px solid #a2d7f2;
    border-bottom: 1px solid #a2d7f2;
    position: absolute;
    z-index: 4;
}

    .acediff-diff.targetOnly {
        height: 0px !important;
        border-top: 1px solid #a2d7f2;
        border-bottom: 0px;
        position: absolute;
    }

.acediff-connector {
    fill: #d8f2ff;
    stroke: #a2d7f2;
}

.acediff-copy-left {
    float: right;
}

.acediff-copy-right,
.acediff-copy-left {
    position: relative;
}

    .acediff-copy-right div {
        color: #000000;
        text-shadow: 1px 1px #333;
        position: absolute;
        margin: -5px 3px;
        cursor: pointer;
    }

        .acediff-copy-right div:hover {
            color: #004ea0;
        }

    .acediff-copy-left div {
        color: #000000;
        text-shadow: 1px 1px #333;
        position: absolute;
        right: 0px;
        margin: -5px 3px;
        cursor: pointer;
    }

        .acediff-copy-left div:hover {
            color: #c98100;
        }