﻿/* ACE */
.ace_editor {
    border: solid 1px #e5e5e5;
    display: inline-block;
    width: 100% !important;
}

    .ace_editor.ace_focus {
        border: solid 1px #cccccc;
    }

    .ace_editor.ace_fullscreen {
        height: auto !important;
        width: auto !important;
        border: 0;
        margin: 0;
        position: fixed !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        box-sizing: border-box;
    }

@media (min-width: 992px) {
    /* Page container in fixed footer */
    .ace_editor.ace_fullscreen {
        top: 46px;
    }
}

.ace_buttons {
    z-index: 100;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
body.ace_fullscreen
{
    overflow:hidden;
}