.configurationHead {
    margin: -10px -10px 20px;
    padding: 10px 15px 15px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    border-bottom: 1px solid #E5E5E5
}
.configurationHead .header {
    font-family: Roboto, sans-serif
}
.configuration .configuration-title {
    font-size: 20px;
    font-weight: 700;
    color: #3071a9;
    float: left;
    margin-top: 0
}
.configuration ul {
    margin: 0;
    padding: 0
}
.configuration .configurationInfo {
    list-style-type: none
}
.configuration table {
    table-layout: fixed;
    word-break: break-all
}
.configuration table tr .configurationPropertyKey {
    padding: 5px
}
.configuration table tr .configurationPropertyValue {
    padding: 5px;
    display: block;
    max-height: 100px;
    overflow-y: auto
}
.configuration h5 {
    font-weight: 700
}
.new_h3 {
    margin-top: 1px;
    padding-top: 7px;
    float: left
}
.hiding_overflow {
    overflow: auto
}
.interpreterHead {
    margin: -10px -10px 20px;
    padding: 10px 15px 15px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    border-bottom: 1px solid #E5E5E5
}
.interpreterHead .header {
    font-family: Roboto, sans-serif
}
.interpreter textarea,
.interpreterHead textarea {
    width: 100%;
    display: block;
    height: 20px;
    resize: none;
    border: 1px solid #CCC;
    font-size: 12px
}
.interpreter .interpreter-title {
    font-size: 20px;
    font-weight: 700;
    color: #3071a9;
    float: left;
    margin-top: 0
}
.interpreter ul {
    margin: 0;
    padding: 0
}
.interpreter .interpreterInfo {
    list-style-type: none
}
.interpreter table tr .interpreterPropertyKey {
    padding: 5px
}
.interpreter table tr .interpreterPropertyValue {
    padding: 5px;
    display: block;
    max-height: 100px;
    overflow-y: auto
}
.interpreterSettingAdd {
    margin: 5px;
    padding: 10px
}
.editable-wrap {
    width: 100%
}
.interpreter h5 {
    font-weight: 700
}
.new_h3 {
    margin-top: 1px;
    padding-top: 7px;
    float: left
}
.empty-properties-message {
    color: #666
}
@font-face {
    font-family: CustomFont;
    src: url(../fonts/custom-font.eot) format('embedded-opentype'), url(../fonts/custom-font.woff) format('woff'), url(../fonts/custom-font.ttf) format('truetype'), url(../fonts/custom-font.svg) format('svg');
    font-weight: 400;
    font-style: normal
}
.cf {
    display: inline-block;
    font: normal normal normal 14px/1 CustomFont;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.cf-scatter-chart:before {
    content: "\e800"
}
.expandable {
    display: none
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.2.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    animation: fa-spin 2s infinite linear
}
@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    transform: scale(1, -1)
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}
.fa-krw:before,
.fa-won:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
@font-face {
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/patua-one-400-normal.eot);
    src: local('Patua One'), local('PatuaOne-Regular'), url(../fonts/patua-one-400-normal.woff) format('woff'), url(../fonts/patua-one-400-normal.ttf) format('truetype'), url(../fonts/patua-one-400-normal.svg#PatuaOne) format('svg')
}
@font-face {
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/source-code-pro-300-normal.eot);
    src: local('Source Code Pro Light'), local('SourceCodePro-Light'), url(../fonts/source-code-pro-300-normal.woff) format('woff'), url(../fonts/source-code-pro-300-normal.ttf) format('truetype'), url(../fonts/source-code-pro-300-normal.svg#SourceCodePro) format('svg')
}
@font-face {
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/source-code-pro-400-normal.eot);
    src: local('Source Code Pro'), local('SourceCodePro-Regular'), url(../fonts/source-code-pro-400-normal.woff) format('woff'), url(../fonts/source-code-pro-400-normal.ttf) format('truetype'), url(../fonts/source-code-pro-400-normal.svg#SourceCodePro) format('svg')
}
@font-face {
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/source-code-pro-500-normal.eot);
    src: local('Source Code Pro Medium'), local('SourceCodePro-Medium'), url(../fonts/source-code-pro-500-normal.woff) format('woff'), url(../fonts/source-code-pro-500-normal.ttf) format('truetype'), url(../fonts/source-code-pro-500-normal.svg#SourceCodePro) format('svg')
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/roboto-300-normal.eot);
    src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/roboto-300-normal.woff) format('woff'), url(../fonts/roboto-300-normal.ttf) format('truetype'), url(../fonts/roboto-300-normal.svg#Roboto) format('svg')
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/roboto-400-normal.eot);
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto-400-normal.woff) format('woff'), url(../fonts/roboto-400-normal.ttf) format('truetype'), url(../fonts/roboto-400-normal.svg#Roboto) format('svg')
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/roboto-500-normal.eot);
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/roboto-500-normal.woff) format('woff'), url(../fonts/roboto-500-normal.ttf) format('truetype'), url(../fonts/roboto-500-normal.svg#Roboto) format('svg')
}
.heliumPackageContainer {
    padding-bottom: 0;
    margin-bottom: 0
}
.heliumPackageList {
    min-height: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 13px
}
.heliumPackageList:last-child {
    border-bottom: none
}
.heliumPackageList .heliumPackageHead {
    height: 30px
}
.heliumPackageList .heliumPackageHead .btn {
    margin-top: 5px
}
.heliumPackageList .heliumPackageIcon {
    float: left;
    width: 28px;
    height: 22px;
    padding: 5px 2px 0
}
.heliumPackageList .heliumPackageName {
    font-size: 20px;
    font-weight: 700;
    color: #3071a9;
    float: left;
    margin-top: 0
}
.heliumPackageList .heliumPackageName span {
    font-size: 10px;
    color: #AAA
}
.heliumPackageList .heliumPackageDisabledArtifact {
    color: gray
}
.heliumPackageList .heliumPackageEnabledArtifact {
    color: #444
}
.heliumPackageList .heliumPackageDisabledArtifact span,
.heliumPackageList .heliumPackageEnabledArtifact span {
    margin-left: 3px;
    cursor: pointer;
    text-decoration: underline;
    color: #3071a9
}
.heliumPackageList .heliumPackageDescription {
    margin-top: 10px
}
.heliumVisualizationOrder {
    display: inline-block
}
.heliumVisualizationOrder .as-sortable-item,
.heliumVisualizationOrder .as-sortable-placeholder {
    display: inline-block;
    float: left
}
.sortable-row .as-sortable-item-handle {
    width: 35px;
    height: 30px
}
.sortable-row .as-sortable-item svg {
    width: 100%;
    height: 100%
}
.heliumVisualizationOrder .saveLink {
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: underline;
    color: #3071a9;
    display: inline-block
}
body {
    padding-top: 50px;
    color: #212121
}
body,
html {
    height: 100%;
    -ms-overflow-style: scrollbar
}
.home {
    margin-bottom: 0!important
}
.bodyAsIframe {
    padding-top: 20px;
    background: #fff
}
.displayNavBar {
    display: inline!important
}
body.asIframe {
    padding-top: 0
}
body .navbar {
    margin-bottom: 0
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: auto
}
.notebook-list-btn {
    font-size: 13px;
    margin-left: 2px;
    cursor: pointer;
    text-decoration: none
}
.navbar-inverse {
    background: #3071a9;
    color: #fff;
    border-color: #3071a9;
    font-size: 18px
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background: #3071a9
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background: #3071a9
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background: rgba(0, 0, 0, .2)
}
.navbar-inverse .navbar-toggle {
    border-color: #FFF
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background: #080808
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFF
}
.navbar-inverse .navbar-brand {
    color: #fff;
    text-decoration: none;
    font-family: 'Patua One', cursive;
    font-size: 32px
}
a.navbar-brand:hover {
    color: #fff!important
}
.expandable ul {
    padding-left: 10px!important
}
.expandable li {
    list-style-type: none
}
.dropdown-menu .notebook-list-item {
    text-decoration: none
}
.dropdown-menu .notebook-list-item:hover {
    background: #f5f5f5
}
.dropdown-menu .notebook-list-item,
.dropdown-menu>.scrollbar-container>li>a {
    display: block;
    padding: 1px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
.dropdown-menu>.scrollbar-container>li>a:focus,
.dropdown-menu>.scrollbar-container>li>a:hover {
    color: #262626;
    text-decoration: none;
    background: #f5f5f5
}
#notebook-list li.active>a,
#notebook-list li.active>a:focus,
#notebook-list li.active>a:hover {
    color: #fff;
    text-decoration: none;
    background: #428bca;
    outline: 0
}
#notebook-list>.filter-names {
    margin: 5px;
    padding: 0 10px
}
#notebook-list .note-name-query {
    width: 100%
}
#notebook-names {
    list-style: none
}
#notebook-names>.filter-names {
    margin: 5px 0
}
.note-name-query {
    padding: 6px;
    color: #000;
    height: 28px;
    width: 200px;
    font-size: 14px;
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif
}
.dropdown-submenu {
    position: relative
}
.dropdown-submenu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none
}
.dropdown-submenu a:hover {
    background-color: #f5f5f5
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block
}
.dropdown-submenu:hover>.dropdown-menu>li:first-child>a:hover {
    color: #262626;
    text-decoration: none;
    background: #f5f5f5
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}
.dropdown-submenu.pull-left {
    float: none
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px
}
@media (max-width: 767px) {
    #notebook-list li a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #D3D3D3
    }
    #notebook-list li a,
    .navbar-nav .open .dropdown-menu>.scrollbar-container>li>a {
        padding: 5px 15px 5px 25px;
        line-height: 20px
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.scrollbar-container>li>a {
        color: #D3D3D3
    }
    #notebook-list li a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.scrollbar-container>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.scrollbar-container>li>a:hover {
        color: #fff;
        background: 0 0
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.scrollbar-container>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.scrollbar-container>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.scrollbar-container>.active>a:hover {
        color: #fff;
        background: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background: #3071A9
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #3071A9
    }
}
#main {
    padding: 10px;
    height: 100%
}
#notebook-list {
    position: relative;
    overflow: hidden;
    display: inline
}
@media (min-width: 768px) {
    .navbar-fixed-top .dropdown-menu {
        max-height: calc(100vh - 60px);
        overflow: auto
    }
    #actionbar .dropdown-menu {
        max-height: calc(100vh - 110px);
        overflow: auto
    }
}
@media (max-width: 767px) {
    #actionbar .dropdown-menu {
        max-height: calc(100vh - 160px);
        overflow: auto
    }
}
.nav-component {
    margin-top: 8px
}
.nav-btn {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    font-size: 14px
}
.nav-login-btn,
.nav-login-btn:focus,
.nav-login-btn:hover {
    color: #fff;
    background-color: #E1B873;
    border-color: #e08d02
}
.username {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    display: inline-block
}
.server-connected {
    padding-top: 12px;
    color: #0C0;
    font-size: 12px!important
}
.server-disconnected {
    padding-top: 12px;
    color: rgba(240, 48, 0, 1);
    font-size: 12px!important
}
.box {
    border-style: solid;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px
}
.box,
.well {
    background: #fff;
    border-color: #e5e5e5;
    border-width: 1px 1px 2px;
    border-radius: 3px;
    box-shadow: none
}
.box-heading {
    position: relative;
    max-width: 100%;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin: 0 0 15px;
    padding-bottom: 2px
}
.box-heading>.btn,
.box-heading>.btn-group {
    margin-top: -3px
}
.icheck-label {
    position: relative;
    top: 0
}
.zeppelin {
    background: url(../assets/images/zepLogo.png) no-repeat right;
    height: 380px;
    opacity: .2
}
.zeppelin2 {
    background: url(../assets/images/zepLogo.png) no-repeat right;
    background-position-y: 12px;
    height: 380px;
    opacity: .2
}
.keys {
    padding-right: 10px;
    color: #999;
    text-align: right;
    white-space: nowrap
}
.kbd-dark {
    color: #eee;
    background: #222 none;
    border: 0
}
kbd {
    background: #e7e7e7;
    background-image: linear-gradient(#fefefe, #e7e7e7);
    background-repeat: repeat-x;
    display: inline-block;
    padding: 4px 5px;
    font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
    line-height: 10px;
    color: #000;
    border: 1px solid #cfcfcf;
    border-radius: 2px
}
.btn-group>.popover+.btn,
.btn-group>.tooltip+.btn {
    margin-left: -1px
}
.display-inline {
    display: inline;
    float: left
}
.modal-backdrop {
    z-index: 10002!important
}
.modal,
.modal-dialog {
    z-index: 10003!important
}
#noteImportModal .modal-body {
    min-height: 420px;
    overflow: hidden
}
#noteImportModal .modal-footer {
    min-height: 65px
}
#noteImportModal .display-inline a {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #999;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 98px;
    height: 240px;
    margin: 0 10px 16px;
    padding-top: 60px;
    text-align: center;
    text-decoration: none;
    width: 264px
}
#noteImportModal .display-inline a:hover {
    background: #eee
}
#noteImportModal .display-inline a p {
    font-size: 14px
}
.slide-top {
    transition: all 0 cubic-bezier(0.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(0.25, .46, .45, .94)
}
.slide-top.ng-enter {
    transform: translateY(60px);
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}
.slide-top.ng-enter-active {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}
.slide-top.ng-leave {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}
.slide-top.ng-leave-active {
    transform: translateY(60px);
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    opacity: 0
}
.slide-top.ng-hide-add {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}
.slide-top.ng-hide-add.ng-hide-add-active {
    transform: translateY(60px);
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    opacity: 0
}
.slide-top.ng-hide-remove {
    transform: translateY(60px);
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}
.slide-top.ng-hide-remove.ng-hide-remove-active {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}
.slide-right {
    transition: all 0 cubic-bezier(0.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(0.25, .46, .45, .94)
}
.slide-right.ng-enter {
    transform: translateX(60px);
    -ms-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}
.slide-right.ng-enter-active {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}
.slide-right.ng-leave {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}
.slide-right.ng-leave-active {
    transform: translateX(60px);
    -ms-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    opacity: 0
}
.slide-right.ng-hide-add {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}
.slide-right.ng-hide-add.ng-hide-add-active {
    transform: translateX(60px);
    -ms-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    opacity: 0
}
.slide-right.ng-hide-remove {
    transform: translateX(60px);
    -ms-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}
.slide-right.ng-hide-remove.ng-hide-remove-active {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}
.slide-left {
    transition: all 0 cubic-bezier(0.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(0.25, .46, .45, .94)
}
.slide-left.ng-enter {
    transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}
.slide-left.ng-enter-active {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}
.slide-left.ng-leave {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}
.slide-left.ng-leave-active {
    transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    opacity: 0
}
.slide-left.ng-hide-add {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}
.slide-left.ng-hide-add.ng-hide-add-active {
    transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    opacity: 0
}
.slide-left.ng-hide-remove {
    transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}
.slide-left.ng-hide-remove.ng-hide-remove-active {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}
.slide-down {
    transition: all 0 cubic-bezier(0.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(0.25, .46, .45, .94)
}
.slide-down.ng-enter {
    transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}
.slide-down.ng-enter-active {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}
.slide-down.ng-leave {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}
.slide-down.ng-leave-active {
    transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    opacity: 0
}
.slide-down.ng-hide-add {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}
.slide-down.ng-hide-add.ng-hide-add-active {
    transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    opacity: 0
}
.slide-down.ng-hide-remove {
    transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}
.slide-down.ng-hide-remove.ng-hide-remove-active {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}
.bootstrap-dialog.type-primary .modal-header {
    background: #3071a9
}
.about {
    height: 200px;
    padding: 25px
}
.about .logo {
    padding-top: 30px
}
.about .logo img {
    width: 95%
}
.about .content {
    text-align: center
}
.about .content h3 {
    font-family: 'Patua One';
    color: #3071A9;
    font-size: 30px;
    margin: 0 auto
}
.interpreterHead {
    margin: -10px -10px 20px;
    padding: 10px 15px 15px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    border-bottom: 1px solid #E5E5E5
}
.interpreterHead .header {
    font-family: Roboto, sans-serif
}
.interpreter textarea,
.interpreterHead textarea {
    width: 100%;
    display: block;
    height: 20px;
    resize: none;
    border: 1px solid #CCC;
    font-size: 12px
}
.interpreter input {
    width: 100%;
    display: block;
    height: 23px;
    border: 1px solid #CCC;
    border-radius: 3px;
    vertical-align: middle;
    font-size: 12px
}
.interpreter textarea {
    min-height: 23px;
    border-radius: 3px;
    vertical-align: middle
}
.interpreter .interpreter-title {
    font-size: 20px;
    font-weight: 700;
    color: #3071a9;
    float: left;
    margin-top: 0
}
.interpreter ul {
    margin: 0;
    padding: 0
}
.interpreter .interpreterInfo {
    list-style-type: none
}
.interpreter table {
    table-layout: fixed;
    word-break: break-all
}
.interpreter table tr .interpreterPropertyKey {
    padding: 5px
}
.interpreter table tr .interpreterPropertyValue {
    padding: 5px;
    display: block;
    max-height: 100px;
    overflow-y: auto
}
.permissionsForm {
    list-style-type: none;
    background: #EFEFEF;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    border: 1px solid #E5E5E5
}
.interpreterSettingAdd {
    margin: 5px;
    padding: 10px
}
.editable-wrap {
    width: 100%
}
.interpreter h5 {
    font-weight: 700
}
.new_h3 {
    margin-top: 1px;
    padding-top: 7px;
    float: left
}
.gray40-message {
    color: #666
}
.blackOpc:hover {
    color: #000;
    opacity: .5
}
.remove-margin-top-bottom {
    margin-top: 0!important;
    margin-bottom: 0!important
}
.job-space {
    margin-bottom: 5px!important;
    padding: 10px!important;
    min-height: 30px
}
.job-margin {
    margin-right: 2px;
    margin-left: 2px
}
.job-types i {
    font-weight: 700;
    font-size: 10px
}
.job .runControl {
    font-size: 1px;
    color: #AAA;
    height: 4px;
    margin: 0
}
.job .runControl .progress {
    position: relative;
    width: 100%;
    height: 4px;
    z-index: 100;
    border-radius: 0
}
.job .control span {
    margin-left: 4px
}
.job .control {
    background: rgba(255, 255, 255, .85);
    float: right;
    color: #999;
    margin-top: 1px;
    margin-right: 5px;
    position: absolute;
    clear: both;
    right: 15px;
    text-align: right;
    font-size: 12px;
    padding: 4px
}
.job .control li {
    font-size: 12px;
    margin-bottom: 4px;
    color: #333
}
.job .control .tooltip {
    z-index: 10003
}
@keyframes spinnerRotateAnimation {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}
.spinAnimation {
    -webkit-animation-name: spinnerRotateAnimation;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotateAnimation;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotateAnimation;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear
}
.job-col {
    margin: 0;
    padding: 0
}
.job {
    padding: 2px 8px 4px;
    min-height: 32px
}
.jobManagerHead {
    margin: -10px -10px 20px;
    padding: 10px 15px 15px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    border-bottom: 1px solid #E5E5E5
}
.jobManagerHead .header {
    font-family: Roboto, sans-serif
}
.job-note-name-query {
    padding: 6px;
    height: 25px;
    width: 200px
}
.job-note-name-font-family {
    font: inherit;
    font-size: 14px;
    font-weight: 400
}
#searchTermId {
    min-width: 200px
}
@media (min-width: 795px) and (max-width: 830px) {
    input#searchTermId {
        width: 170px;
        min-width: 170px
    }
}
@media (min-width: 768px) and (max-width: 794px) {
    input#searchTermId {
        width: 140px;
        min-width: 140px
    }
}
.notebookContent {
    padding-top: 36px
}
.revision {
    max-width: 250px;
    margin-bottom: 0!important
}
.revision a {
    padding: 2px 10px!important
}
.revision a span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.revisionName {
    cursor: default;
    padding: 1px 10px!important;
    max-width: 150px
}
.revisionDate {
    font-size: 8px;
    color: DarkGrey;
    display: block
}
.revisionName:active,
.revisionName:focus,
.revisionName:hover {
    background: 0 0;
    border-color: #ccc
}
.caretSeparator {
    height: 22px;
    line-height: 9px;
    width: 16px;
    padding-left: 3px!important
}
.paragraph-col {
    margin: 0;
    padding: 0
}
.paragraph {
    padding: 2px 8px 4px;
    min-height: 32px
}
.labelBtn {
    padding: .8em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em
}
.note-jump {
    margin-top: 20px
}
.new-paragraph {
    text-align: center;
    height: 7px;
    margin: -7px 2px 0 2px;
    cursor: pointer
}
.new-paragraph:hover {
    background: #d3e5ea
}
.new-paragraph:hover .plus-sign {
    display: block
}
.plus-sign {
    display: none;
    height: 7px;
    margin: 0;
    color: #3071a9;
    line-height: 5px;
    font-size: 11.5px
}
.noteBtnfa {
    margin-left: 3px
}
.disable {
    opacity: .6!important;
    pointer-events: none
}
.navbar-fixed-top,
.navbar-fixed-top .dropdown-menu {
    z-index: 10002
}
.noteAction {
    margin-left: -10px;
    margin-right: -10px;
    font-family: Roboto, sans-serif;
    background: #fff;
    position: fixed;
    top: 50px;
    width: 100%;
    min-height: 54px;
    z-index: 10001
}
.noteAction h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px
}
.noteAction li {
    font-size: 12px;
    margin-bottom: 4px;
    color: #333
}
.form-control2 {
    height: 40px;
    font-size: 29px;
    line-height: 1.2;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    padding: 7px 0;
    margin: 2px 20px 0 14px
}
.form-control-static2 {
    padding-top: 7px;
    margin-right: 15px;
    font-size: 29px;
    margin-left: 15px;
    padding-bottom: 7px;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    max-width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.noOverflow {
    overflow: hidden!important
}
.permissions {
    background: #fff;
    padding: 10px 15px 15px;
    margin-left: -10px;
    margin-right: -10px;
    font-family: Roboto, sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    border-bottom: 1px solid #E5E5E5
}
.permissions .permissionsForm {
    list-style-type: none;
    background: #EFEFEF;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    border: 1px solid #E5E5E5
}
.permissions .owners,
.permissions .readers,
.permissions .writers {
    width: 60px;
    display: inline-block
}
.setting {
    background: #fff;
    padding: 10px 15px 15px;
    margin-left: -10px;
    margin-right: -10px;
    font-family: Roboto, sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    border-bottom: 1px solid #E5E5E5
}
.setting .interpreterSettings {
    list-style-type: none;
    background: #EFEFEF;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    border: 1px solid #E5E5E5
}
.setting .interpreterSettings div div {
    margin: 2px 0;
    cursor: pointer
}
.setting .modal-body,
.setting .modal-footer,
.setting .modal-header {
    border: 0
}
.commit-container {
    padding: 10px 20px 6px;
    font-weight: 400;
    word-wrap: break-word;
    white-space: initial
}
.btn-group>.btn+.dropdown-toggle {
    padding-right: 5px;
    padding-left: 5px
}
.setting-btn {
    position: relative;
    top: 2px;
    margin-right: 4px;
    cursor: pointer
}
.cron-preset-container {
    padding: 10px 20px 0;
    font-weight: 400;
    word-wrap: break-word;
    white-space: initial
}
.cron-preset-container>div {
    margin: 10px 0
}
.cron-preset {
    margin: 0 2px;
    cursor: pointer
}
.cron-info {
    margin: 5px;
    font-size: 11px
}
.cron-preset.selected {
    color: #000;
    text-decoration: none;
    cursor: default
}
.select2-container--default {
    min-width: 150px;
    max-width: 50%
}
.inactivelink {
    color: darkgrey;
    cursor: default;
    pointer-events: none
}
.paragraph-space {
    margin-bottom: 5px!important;
    padding: 10px!important;
    min-height: 30px
}
.paragraph-margin {
    margin-right: 2px;
    margin-left: 2px
}
.paragraph .text {
    display: block!important;
    font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace;
    font-size: 12px!important;
    line-height: 1.42857143!important;
    margin: 0 0 5px!important;
    padding-top: 2px;
    unicode-bidi: embed;
    white-space: pre-wrap;
    word-break: break-all!important;
    word-wrap: break-word!important
}
.paragraph table {
    margin-bottom: 0
}
.paragraph div svg {
    width: 100%
}
table.dataTable {
    margin-top: 0!important;
    margin-bottom: 6px!important
}
table.dataTable.table-condensed>thead>tr>th {
    padding-right: 28px
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
    right: 12px
}
.plainTextContainer {
    font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace;
    font-size: 12px!important
}
.plainTextContent {
    white-space: pre-wrap
}
.graphContainer {
    position: relative;
    margin-bottom: 5px;
    overflow: visible
}
.graphContainer .table {
    overflow: hidden;
    margin-bottom: 5px!important
}
.resizable-helper {
    border: 3px solid #DDD
}
.paragraph .elapsedTime,
.paragraph .executionTime {
    color: #999;
    font-size: 10px;
    font-family: Roboto, sans-serif
}
.paragraph .resultContained {
    overflow: auto
}
.paragraphAsIframe {
    padding: 0;
    margin-top: -79px;
    margin-left: 0;
    margin-right: -10px
}
.paragraphAsIframe .control {
    background: rgba(255, 255, 255, .9);
    border-top: 1px solid #EFEFEF;
    display: none;
    float: right;
    color: #999;
    margin-top: -9px;
    margin-right: 0;
    position: absolute;
    clear: both;
    right: 25px
}
.paragraphAsIframe table {
    margin-bottom: 0
}
.paragraphAsIframe .editor {
    width: 100%;
    border-left: 4px solid #EEE;
    background: rgba(255, 255, 255, .9)
}
.paragraphAsIframe .text {
    white-space: pre;
    unicode-bidi: embed;
    display: block!important;
    margin-top: 0;
    margin-left: 10px;
    font-size: 12px!important;
    line-height: 1.42857143!important;
    word-break: break-all!important;
    word-wrap: break-word!important;
    font-family: Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace
}
.paragraphAsIframe .title {
    width: 80%;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    font-size: 17px!important;
    margin: 0 10px!important
}
.paragraph .runControl {
    font-size: 1px;
    color: #AAA;
    height: 4px;
    margin: 0
}
.paragraph .runControl .progress {
    position: relative;
    width: 100%;
    height: 4px;
    z-index: 100;
    border-radius: 0
}
.paragraph .control span {
    margin-left: 4px
}
.paragraph .control {
    background: rgba(255, 255, 255, .85);
    float: right;
    color: #999;
    margin-top: 1px;
    margin-right: 5px;
    position: absolute;
    clear: both;
    right: 15px;
    top: 16px;
    text-align: right;
    font-size: 12px;
    padding: 4px
}
.paragraph .control li {
    font-size: 12px;
    margin-bottom: 4px;
    color: #333
}
.paragraph .control .tooltip {
    z-index: 10003
}
.dropdown-menu>li>a {
    cursor: pointer
}
.dropdown-menu .shortcut-icon {
    padding-right: 7px;
    float: left
}
.dropdown-menu .shortcut-keys {
    float: right;
    color: #999
}
.paragraph .title {
    margin: 0;
    font-size: 12px
}
.paragraph .title div {
    width: 80%;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    font-size: 17px!important
}
.paragraph .title input {
    width: 80%;
    height: 24px;
    line-height: 1.42857143;
    color: #555;
    background: #fff none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    font-family: Roboto, sans-serif;
    font-size: 17px!important;
    font-weight: 700;
    padding: 0 2px;
    margin-left: -3px
}
.paragraphForm.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}
.paragraphForm.form-horizontal .form-group label {
    padding-left: 0
}
.paragraphForm.form-horizontal .form-group .checkbox-item {
    padding-left: 0;
    padding-right: 10px
}
.paragraphForm.form-horizontal .form-group .checkbox-item input {
    margin-right: 2px
}
.paragraph .editor {
    width: 100%;
    border-left: 4px solid #DDD;
    background: rgba(255, 255, 255, 0);
    margin: 7px 0 2px
}
.paragraph-text--dirty {
    border-left: 4px solid #E67E22!important
}
.paragraph .ace_print-margin {
    background: none!important
}
.paragraph-disable {
    opacity: .6!important
}
.ace_marker-layer .ace_selected-word,
.ace_marker-layer .ace_selection {
    z-index: 0!important
}
.ace-tm {
    background: #FFF;
    color: #000
}
.ace_editor {
    position: relative;
    overflow: hidden;
    font-family: Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace;
    font-size: 12px;
    line-height: normal;
    direction: ltr
}
.ace_hidden-cursors {
    opacity: 0
}
.ace_cursor,
.ace_cursor-layer,
.ace_gutter,
.ace_layer,
.ace_scrollbar,
.ace_text-input,
.ace_text-layer,
.emacs-mode {
    z-index: auto!important
}
.ace_text-input.ace_composition {
    opacity: 0!important
}
#main .emacs-mode .ace_cursor {
    background: silver!important;
    border: none!important
}
.tableDisplay {
    margin-top: 2px
}
.tableDisplay img {
    display: block;
    max-width: 100%;
    height: auto
}
.tableDisplay .btn-group span {
    margin: 10px 0 0 10px;
    font-size: 12px
}
.tableDisplay .btn-group span a {
    cursor: pointer
}
.tableDisplay .option {
    padding: 5px;
    font-size: 12px;
    height: auto;
    overflow: auto;
    border-top: 1px solid #ecf0f1
}
.tableDisplay .option .columns {
    height: 100%
}
.tableDisplay .option .columns ul {
    background: #fff;
    overflow: auto;
    width: auto;
    padding: 3px;
    height: 150px;
    border: 1px solid #CCC;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.tableDisplay .option .columns ul li {
    margin: 3px
}
.tableDisplay .option .columns ul li span {
    cursor: pointer;
    margin-left: 3px;
    margin-top: 3px
}
.tableDisplay .option .columns ul li div ul {
    width: auto;
    height: auto
}
.tableDisplay .option .columns ul li div ul li a {
    padding: 0;
    margin: 0;
    cursor: pointer
}
.tableDisplay .option .columns a:focus,
.tableDisplay .option .columns a:hover {
    text-decoration: none;
    outline: 0;
    outline-offset: 0
}
.paragraph .tableDisplay .hljs {
    background: 0 0
}
.handsontable th {
    font-weight: 700
}
.handsontable td,
.handsontable th {
    border-right: 0;
    border-left: 0!important;
    padding: 4px
}
.handsontable tr:first-child th {
    text-align: left;
    border-top: 0;
    padding: 4px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #CCC
}
.handsontable .columnSorting.ascending::after {
    content: '\f160';
    margin-left: 3px;
    font-size: 12px;
    font-family: FontAwesome;
    line-height: 2
}
.handsontable .columnSorting.descending::after {
    content: '\f161';
    font-size: 12px;
    margin-left: 3px;
    font-family: FontAwesome;
    line-height: 2
}
.allFields {
    margin-bottom: 10px
}
.noDot {
    list-style-type: none;
    padding-left: 5px
}
.liVertical {
    display: block;
    float: left;
    padding: 5px
}
.lightBold {
    font-weight: 500
}
table.table-striped {
    border-top: 1px solid #ddd
}
.scroll-paragraph-down {
    position: absolute;
    right: 10px;
    cursor: pointer
}
.scroll-paragraph-up {
    bottom: 5px;
    cursor: pointer;
    position: absolute;
    right: 15px
}
.appSuggestion {
    width: 200px;
    padding: 5px 10px
}
.caretBtn {
    padding-right: 4px!important;
    padding-left: 4px!important;
    width: 20px
}
.changeType {
    border: 1px solid #bbb;
    color: #bbb;
    background: #eee;
    border-radius: 2px;
    padding: 2px;
    font-size: 9px;
    float: right;
    line-height: 9px;
    margin: 3px 3px 0 0
}
.changeType:hover {
    border: 1px solid #777;
    color: #777;
    cursor: pointer
}
.changeType.pressed {
    background-color: #999
}
.changeTypeMenu {
    position: absolute;
    border: 1px solid #ccc;
    margin-top: 22px;
    box-shadow: 0 1px 3px -1px #323232;
    background: #fff;
    padding: 0;
    font-size: 13px;
    display: none;
    z-index: 10
}
.changeTypeMenu li {
    text-align: left;
    list-style: none;
    padding: 2px 20px;
    cursor: pointer;
    margin-bottom: 0
}
.changeTypeMenu li.active:before {
    font-size: 12px;
    content: "\2714";
    margin-left: -15px;
    margin-right: 3px
}
.changeTypeMenu li:hover {
    background: #eee
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
    margin-top: 16px;
    margin-bottom: 16px
}
.markdown-body {
    font-size: 14px
}
.markdown-body h2 {
    font-size: 26px
}
.markdown-body h3 {
    font-size: 20px
}
.markdown-body h4 {
    font-size: 16px
}
.result-chart-selector {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.result-chart-selector button {
    width: 35px;
    height: 30px
}
.result-chart-selector button svg {
    width: 100%;
    height: 100%
}
.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}
.rotate90flipX {
    -webkit-transform: rotate(90deg) scaleX(-1);
    -moz-transform: rotate(90deg) scaleX(-1);
    -ms-transform: rotate(90deg) scaleX(-1)
}
.search-results {
    list-style-type: none;
    margin: 10% auto 0;
    padding: 0
}
.search-result {
    height: 200px
}
.search-results-header {
    text-decoration: none
}
.search-results-highlight {
    background-color: #ff0;
    position: absolute
}
.search-results-highlight-header {
    background-color: #e6f2ff;
    position: absolute
}
.search-results .ace_invalid {
    background: none!important
}
.search-no-result-found {
    border: 1px solid;
    margin: 150px;
    padding: 15px 10px 15px 0;
    color: #00529B;
    text-align: center;
    background-color: #f4f6f8
}
@font-face {
    font-family: Simple-Line-Icons;
    src: url(fonts/Simple-Line-Icons.eot);
    src: url(fonts/Simple-Line-Icons.eot?#iefix) format('embedded-opentype'), url(../fonts/Simple-Line-Icons.woff) format('woff'), url(../fonts/Simple-Line-Icons.ttf) format('truetype'), url(../fonts/Simple-Line-Icons.svg#Simple-Line-Icons) format('svg');
    font-weight: 400;
    font-style: normal
}
[data-icon]:before {
    font-family: Simple-Line-Icons;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-action-redo,
.icon-action-undo,
.icon-anchor,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-badge,
.icon-bag,
.icon-ban,
.icon-bar-chart,
.icon-basket,
.icon-basket-loaded,
.icon-bell,
.icon-book-open,
.icon-briefcase,
.icon-bubble,
.icon-bubbles,
.icon-bulb,
.icon-calculator,
.icon-calendar,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-camcorder,
.icon-camera,
.icon-check,
.icon-chemistry,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-compass,
.icon-control-end,
.icon-control-forward,
.icon-control-pause,
.icon-control-play,
.icon-control-rewind,
.icon-control-start,
.icon-credit-card,
.icon-crop,
.icon-cup,
.icon-cursor,
.icon-cursor-move,
.icon-diamond,
.icon-direction,
.icon-directions,
.icon-disc,
.icon-dislike,
.icon-doc,
.icon-docs,
.icon-drawer,
.icon-drop,
.icon-earphones,
.icon-earphones-alt,
.icon-emoticon-smile,
.icon-energy,
.icon-envelope,
.icon-envelope-letter,
.icon-envelope-open,
.icon-equalizer,
.icon-eye,
.icon-eyeglasses,
.icon-feed,
.icon-film,
.icon-fire,
.icon-flag,
.icon-folder,
.icon-folder-alt,
.icon-frame,
.icon-game-controller,
.icon-ghost,
.icon-globe,
.icon-globe-alt,
.icon-graduation,
.icon-graph,
.icon-grid,
.icon-handbag,
.icon-heart,
.icon-home,
.icon-hourglass,
.icon-info,
.icon-key,
.icon-layers,
.icon-like,
.icon-link,
.icon-list,
.icon-lock,
.icon-lock-open,
.icon-login,
.icon-logout,
.icon-loop,
.icon-magic-wand,
.icon-magnet,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-map,
.icon-microphone,
.icon-mouse,
.icon-moustache,
.icon-music-tone,
.icon-music-tone-alt,
.icon-note,
.icon-notebook,
.icon-paper-clip,
.icon-paper-plane,
.icon-pencil,
.icon-picture,
.icon-pie-chart,
.icon-pin,
.icon-plane,
.icon-playlist,
.icon-plus,
.icon-pointer,
.icon-power,
.icon-present,
.icon-printer,
.icon-puzzle,
.icon-question,
.icon-refresh,
.icon-reload,
.icon-rocket,
.icon-screen-desktop,
.icon-screen-smartphone,
.icon-screen-tablet,
.icon-settings,
.icon-share,
.icon-share-alt,
.icon-shield,
.icon-shuffle,
.icon-size-actual,
.icon-size-fullscreen,
.icon-social-dribbble,
.icon-social-dropbox,
.icon-social-facebook,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-youtube,
.icon-speech,
.icon-speedometer,
.icon-star,
.icon-support,
.icon-symbol-female,
.icon-symbol-male,
.icon-tag,
.icon-target,
.icon-trash,
.icon-trophy,
.icon-umbrella,
.icon-user,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-users,
.icon-vector,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-wallet,
.icon-wrench {
    font-family: Simple-Line-Icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}
.icon-user-female:before {
    content: "\e000"
}
.icon-user-follow:before {
    content: "\e002"
}
.icon-user-following:before {
    content: "\e003"
}
.icon-user-unfollow:before {
    content: "\e004"
}
.icon-trophy:before {
    content: "\e006"
}
.icon-screen-smartphone:before {
    content: "\e010"
}
.icon-screen-desktop:before {
    content: "\e011"
}
.icon-plane:before {
    content: "\e012"
}
.icon-notebook:before {
    content: "\e013"
}
.icon-moustache:before {
    content: "\e014"
}
.icon-mouse:before {
    content: "\e015"
}
.icon-magnet:before {
    content: "\e016"
}
.icon-energy:before {
    content: "\e020"
}
.icon-emoticon-smile:before {
    content: "\e021"
}
.icon-disc:before {
    content: "\e022"
}
.icon-cursor-move:before {
    content: "\e023"
}
.icon-crop:before {
    content: "\e024"
}
.icon-credit-card:before {
    content: "\e025"
}
.icon-chemistry:before {
    content: "\e026"
}
.icon-user:before {
    content: "\e005"
}
.icon-speedometer:before {
    content: "\e007"
}
.icon-social-youtube:before {
    content: "\e008"
}
.icon-social-twitter:before {
    content: "\e009"
}
.icon-social-tumblr:before {
    content: "\e00a"
}
.icon-social-facebook:before {
    content: "\e00b"
}
.icon-social-dropbox:before {
    content: "\e00c"
}
.icon-social-dribbble:before {
    content: "\e00d"
}
.icon-shield:before {
    content: "\e00e"
}
.icon-screen-tablet:before {
    content: "\e00f"
}
.icon-magic-wand:before {
    content: "\e017"
}
.icon-hourglass:before {
    content: "\e018"
}
.icon-graduation:before {
    content: "\e019"
}
.icon-ghost:before {
    content: "\e01a"
}
.icon-game-controller:before {
    content: "\e01b"
}
.icon-fire:before {
    content: "\e01c"
}
.icon-eyeglasses:before {
    content: "\e01d"
}
.icon-envelope-open:before {
    content: "\e01e"
}
.icon-envelope-letter:before {
    content: "\e01f"
}
.icon-bell:before {
    content: "\e027"
}
.icon-badge:before {
    content: "\e028"
}
.icon-anchor:before {
    content: "\e029"
}
.icon-wallet:before {
    content: "\e02a"
}
.icon-vector:before {
    content: "\e02b"
}
.icon-speech:before {
    content: "\e02c"
}
.icon-puzzle:before {
    content: "\e02d"
}
.icon-printer:before {
    content: "\e02e"
}
.icon-present:before {
    content: "\e02f"
}
.icon-playlist:before {
    content: "\e030"
}
.icon-pin:before {
    content: "\e031"
}
.icon-picture:before {
    content: "\e032"
}
.icon-map:before {
    content: "\e033"
}
.icon-layers:before {
    content: "\e034"
}
.icon-handbag:before {
    content: "\e035"
}
.icon-globe-alt:before {
    content: "\e036"
}
.icon-globe:before {
    content: "\e037"
}
.icon-frame:before {
    content: "\e038"
}
.icon-folder-alt:before {
    content: "\e039"
}
.icon-film:before {
    content: "\e03a"
}
.icon-feed:before {
    content: "\e03b"
}
.icon-earphones-alt:before {
    content: "\e03c"
}
.icon-earphones:before {
    content: "\e03d"
}
.icon-drop:before {
    content: "\e03e"
}
.icon-drawer:before {
    content: "\e03f"
}
.icon-docs:before {
    content: "\e040"
}
.icon-directions:before {
    content: "\e041"
}
.icon-direction:before {
    content: "\e042"
}
.icon-diamond:before {
    content: "\e043"
}
.icon-cup:before {
    content: "\e044"
}
.icon-compass:before {
    content: "\e045"
}
.icon-call-out:before {
    content: "\e046"
}
.icon-call-in:before {
    content: "\e047"
}
.icon-call-end:before {
    content: "\e048"
}
.icon-calculator:before {
    content: "\e049"
}
.icon-bubbles:before {
    content: "\e04a"
}
.icon-briefcase:before {
    content: "\e04b"
}
.icon-book-open:before {
    content: "\e04c"
}
.icon-basket-loaded:before {
    content: "\e04d"
}
.icon-basket:before {
    content: "\e04e"
}
.icon-bag:before {
    content: "\e04f"
}
.icon-action-undo:before {
    content: "\e050"
}
.icon-action-redo:before {
    content: "\e051"
}
.icon-wrench:before {
    content: "\e052"
}
.icon-umbrella:before {
    content: "\e053"
}
.icon-trash:before {
    content: "\e054"
}
.icon-tag:before {
    content: "\e055"
}
.icon-support:before {
    content: "\e056"
}
.icon-size-fullscreen:before {
    content: "\e057"
}
.icon-size-actual:before {
    content: "\e058"
}
.icon-shuffle:before {
    content: "\e059"
}
.icon-share-alt:before {
    content: "\e05a"
}
.icon-share:before {
    content: "\e05b"
}
.icon-rocket:before {
    content: "\e05c"
}
.icon-question:before {
    content: "\e05d"
}
.icon-pie-chart:before {
    content: "\e05e"
}
.icon-pencil:before {
    content: "\e05f"
}
.icon-note:before {
    content: "\e060"
}
.icon-music-tone-alt:before {
    content: "\e061"
}
.icon-music-tone:before {
    content: "\e062"
}
.icon-microphone:before {
    content: "\e063"
}
.icon-loop:before {
    content: "\e064"
}
.icon-logout:before {
    content: "\e065"
}
.icon-login:before {
    content: "\e066"
}
.icon-list:before {
    content: "\e067"
}
.icon-like:before {
    content: "\e068"
}
.icon-home:before {
    content: "\e069"
}
.icon-grid:before {
    content: "\e06a"
}
.icon-graph:before {
    content: "\e06b"
}
.icon-equalizer:before {
    content: "\e06c"
}
.icon-dislike:before {
    content: "\e06d"
}
.icon-cursor:before {
    content: "\e06e"
}
.icon-control-start:before {
    content: "\e06f"
}
.icon-control-rewind:before {
    content: "\e070"
}
.icon-control-play:before {
    content: "\e071"
}
.icon-control-pause:before {
    content: "\e072"
}
.icon-control-forward:before {
    content: "\e073"
}
.icon-control-end:before {
    content: "\e074"
}
.icon-calendar:before {
    content: "\e075"
}
.icon-bulb:before {
    content: "\e076"
}
.icon-bar-chart:before {
    content: "\e077"
}
.icon-arrow-up:before {
    content: "\e078"
}
.icon-arrow-right:before {
    content: "\e079"
}
.icon-arrow-left:before {
    content: "\e07a"
}
.icon-arrow-down:before {
    content: "\e07b"
}
.icon-ban:before {
    content: "\e07c"
}
.icon-bubble:before {
    content: "\e07d"
}
.icon-camcorder:before {
    content: "\e07e"
}
.icon-camera:before {
    content: "\e07f"
}
.icon-check:before {
    content: "\e080"
}
.icon-clock:before {
    content: "\e081"
}
.icon-close:before {
    content: "\e082"
}
.icon-cloud-download:before {
    content: "\e083"
}
.icon-cloud-upload:before {
    content: "\e084"
}
.icon-doc:before {
    content: "\e085"
}
.icon-envelope:before {
    content: "\e086"
}
.icon-eye:before {
    content: "\e087"
}
.icon-flag:before {
    content: "\e088"
}
.icon-folder:before {
    content: "\e089"
}
.icon-heart:before {
    content: "\e08a"
}
.icon-info:before {
    content: "\e08b"
}
.icon-key:before {
    content: "\e08c"
}
.icon-link:before {
    content: "\e08d"
}
.icon-lock:before {
    content: "\e08e"
}
.icon-lock-open:before {
    content: "\e08f"
}
.icon-magnifier:before {
    content: "\e090"
}
.icon-magnifier-add:before {
    content: "\e091"
}
.icon-magnifier-remove:before {
    content: "\e092"
}
.icon-paper-clip:before {
    content: "\e093"
}
.icon-paper-plane:before {
    content: "\e094"
}
.icon-plus:before {
    content: "\e095"
}
.icon-pointer:before {
    content: "\e096"
}
.icon-power:before {
    content: "\e097"
}
.icon-refresh:before {
    content: "\e098"
}
.icon-reload:before {
    content: "\e099"
}
.icon-settings:before {
    content: "\e09a"
}
.icon-star:before {
    content: "\e09b"
}
.icon-symbol-female:before {
    content: "\e09c"
}
.icon-symbol-male:before {
    content: "\e09d"
}
.icon-target:before {
    content: "\e09e"
}
.icon-volume-1:before {
    content: "\e09f"
}
.icon-volume-2:before {
    content: "\e0a0"
}
.icon-volume-off:before {
    content: "\e0a1"
}
.icon-users:before {
    content: "\e001"
}
