/* This is a function for icons position*/
html,
body {
    height: 100%;
    font-family: "Segoe UI", Helvetica, Verdana, sans-serif;
    font-size: small;
}

body {
    margin: 0;
    overflow: hidden;
}

body .borderBottom-borderpicker,
body .borderLeft-borderpicker,
body .borderRight-borderpicker,
body .borderTop-borderpicker,
body .diagonalUp-borderpicker,
body .diagonalDown-borderpicker{
    padding: 10px;
    border: 1px solid lightgray;
}

:focus {
    outline: none;
}

.container {
    height: 100%;
    width: 1100px;
    margin: 0;
    /* overflow: hidden; */
}

.header,
.footer,
.content {
    display: block;
    
}

.header {
    height: 191px;
}

.content > .fill-spread-content {
    /* position: absolute; */
    top: 211px;
    bottom: 22px;
    left: 0px;
    right: 0px;
}

.footer {
    overflow: hidden;
    height: 22px;
    position: absolute;
    bottom: 0px;
}

.context-menu {
    width: 300px;
}

.function-popup {
    background-color: white;
    border: 1px solid black;
}

.function-popup .function-name,
.function-popup .function-leftbracket,
.function-popup .function-para1,
.function-popup .function-para3,
.function-popup .function-rightbracket {
    display: inline;
}

.function-popup .function-para2 {
    display: inline;
    font-weight: bold;
}

.vertical-splitter {
    height: 10px;
    width: 100%;
    border: none;
    margin: 0px;
    overflow: hidden;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAADCAYAAAB4bZQtAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAAAGElEQVQoU2MAgv8ggoY07QCxLiCRZvgPAOTbF+njN5lkAAAAAElFTkSuQmCC) no-repeat center center transparent;
    cursor: n-resize;
    border-bottom: 1px solid #ccc;
}

/* Override button inner pseudo-elements border & padding of FF, http://ovms.co/2010/06/fix-firefox-button-padding/ */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
}

#chartPreviewer {
    width: 600px;
    height: 400px;
    position: absolute;
    left: -700px;
    overflow: hidden;
    z-index: 1200;
}