body {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 10pt;
    margin-top: 0px;
    height: 100%;
}

#content td {
    padding: 2px 10px;
    white-space: pre-wrap;
    font-family: monospace;
    font-size: 10pt;
}

#config-panel {
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    position: absolute;
    background-color: #F5F6F7;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    z-index: 10;
}

.full-width {
    width: 100%;
}

#content-wrap {
    width: 100%;
    overflow: auto;
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
}

#content {
    white-space: pre-wrap;
    font-family: monospace;
    font-size: 10pt;
    width: 100%;
    padding-left: 10px;
}

#progress-info-panel {
    height: 24px;
    line-height: 24px;
    font-weight: 800;
    font-size: 8pt;
    color: #aaa;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.logs-loader, #show-more-panel:hover {
    background-color: #FFFFFF;
    color: #aaa;
}

#show-more-panel {
    background-color: #f2f2f2;
    color: #b8b8b8;
    width: 100%;
    cursor: pointer;
}

.entry { margin: 0; padding: 0; }

.entry::selection { background: rgba(180, 180, 180, 0.3) }
.entry::-moz-selection { background: rgba(180, 180, 180, 0.3) }

.entry.error { color: rgb(182, 57, 0); }
.entry.error:hover { background-color: rgb(255, 240, 233); }

.entry.warn { color: rgb(57, 0, 143); }
.entry.warn:hover { background-color: rgb(241, 234, 255); }

.entry.info { color: rgb(5, 74, 22); }
.entry.info:hover { background-color: rgb(233, 255, 238); }

.entry.security { color: #0F9794; }
.entry.security:hover { background-color: #EEFCFC; }

.entry.debug { color: rgb(0, 80, 164); }
.entry.debug:hover { background-color: rgb(226, 243, 255); }

.entry:hover { color: #000; }

.ace-editor {
    margin: 0;
    width: 100%;
    border: 1px solid #aaa;
    font-size: 16px;
    height: 26px;
}

.ace_scroller {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.ace_focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border: 1px solid #5897fb;
}

.syntax-error {
    position: absolute;
    z-index: 4;
    background: rgba(255, 100, 100, 0.25);
}

#data-sources-area {
    float: left;
    width: 195px;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#data-sources-area .select2-container,
#visible-columns-area .select2-container {
    width: 100%;
    height: 100%;
}

.data-sources-name {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 28px;
    color: #2B2B2B;
}

#visible-columns-area {
    float: left;
    width: 300px;
    margin-left: 5px;
}

#visible-columns .select2-container {
    width: 300px;
}

#fluid-area {
    float: right;
    width: 100%;
    margin-left: -510px;
}

#fluid-area-content {
    margin-left: 510px;
}

#filter-query-area {
    float: left;
    width: 100%;
    height: 28px;
}

#filter-query {
    margin-right: 245px;
}

#filter-query-editor {
    width: 100%;
    display: inline-block;
}

#config-area {
    float: right;
    margin-left: -245px;
    width: 245px;
    height: 28px;
}

.help-icon {
    display: block;
    float: left;
    background-image: url('../svg/help.svg');
    background-size: cover;
    width: 28px;
    height: 28px;
    margin-left: 5px;
}

#apply-filter {
    width: 72px;
}

#flush-buffer {
    width: 121px;
}

#config-area .alertify-button {
    padding: 0;
    height: 28px;
}

#visible-columns-area .ms-parent {
	width: 100%;
	height: 28px;
}

#visible-columns-area .ms-choice {
	width: 100%;
	height: 28px;
}

#visible-columns-area .ms-drop {
	width: 100%;
}

.folding-mark {
    color: #C3C3C3;
    border: 1px solid #C3C3C3;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
    line-height: 12px;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.folding-mark:hover {
    color: #757575;
    border-color: #757575;
}

.folding-mark.disabled {
    color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    cursor: default;
}
