/* new file */

#hex-editor {
        margin-top: 20px;
        padding:1px;
        position: relative;
}

/*#hex-editor.highlighted {
        padding:0px;
        border: 1px solid lightgray;
}*/


#hex-editor .hex-editor-status {
        color: #8C9292;
}

#hex-editor .hex-table-container > tbody > tr > td {
        vertical-align: top;
}

#hex-editor .hex-view-container {
        min-width: 300px;
        padding-left: 10px;
}

#hex-editor td {
        height: 20px;
        line-height: 20px;
        padding: 1px;
}

#hex-editor td.empty {
        width:auto;
}

#hex-editor .hex-view-container td{
        width: 23px;
        text-align: center;
        cursor: pointer;
}

#hex-editor .plaintext-view-container td{
        cursor: pointer;
        width: 13px;
        text-align: center;
}


#hex-editor table {
        border-spacing: 0px;
        width: 100%;
}

#hex-editor td {
        font-family: monospace;
}

#hex-editor .linesNo td {
        width: 60px;
        background: lightgray;
        text-align: right;
        padding-right: 5px;
}

#hex-editor .r {
        border-right: 1px solid dimGray;
}

#hex-editor ::-moz-selection{
        background: #0065CB;
        color:white;
}

#hex-editor ::-webkit-selection{
        background: #0079F3;
        color:white;
}

#hex-editor ::selection{
        background: #0079F3;
        color:white;
}

#hex-editor .selected {
        background: #0065CB;
        color: white;
}

#hex-editor td.selected-row {
        color: black;
        font-weight: bold;
}

/* Toolbar */


#hex-editor .hex-editor-status {
        position: absolute;
        right: 0px;
        bottom: 0px;
}

#hex-editor #hex-editor-help-text {
        display: none;
}


.hex-editor-help-window {
        font-size: 14px;
        width: 500px;
}

.hex-editor-help-window h4 {
        margin: 10px 0;
        font-weight:bold;
}

.hex-editor-help-window p {
        text-align:justify;
        margin-bottom: 10px;
}

.hex-editor-help-window kbd {
        padding: 2px 4px;
        white-space: nowrap;
        color: black;
        background: #EEE;
        border-width: 1px 3px 3px 1px;
        border-style: solid;
        border-color: #CCC #AAA #888 #BBB;
}

/* new file */


div.textarea-iframe-wrapper {
        position: relative;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: 250px;
        margin-bottom: 9px;
}

.textarea-iframe-wrapper .iframe-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0);
        display: none;
}

.textarea-iframe-wrapper .ui-resizable-s {
        position: absolute;
        bottom: -9px;
        left: -1px;
        width: 100%;
        cursor: s-resize;
        border: 1px solid #a0a0a0;
        border-top: 1px solid #ddd;
        height: 9px;
        overflow: hidden;
        background: #EEEEEE url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAFCAMAAACD1meMAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURbu7u////3iwjPUAAAACdFJOU/8A5bcwSgAAABRJREFUeNpiYMADGHEDBhroAwgwAA9QADeT0qnSAAAAAElFTkSuQmCC) no-repeat scroll center 2px;
}


