@media print {

    .no-print,
    .no-print * {
        display: none !important
    }
}

@media print {

    .no-print,
    .no-print * {
        display: none !important
    }
}

.highed-box-size {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-transition {
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-transition-opacity {
    transition: .2s ease opacity;
    -moz-transition: .2s ease opacity;
    -webkit-transition: .2s ease opacity
}

.highed-nosel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default !important
}

.highed-fill {
    width: 100%;
    height: 100%
}

.highed-vsplitter a {
    color: #afafaf;
    text-decoration: underline
}

.highed-vsplitter a:hover {
    color: #dd470c
}

.highed-vsplitter a:active {
    color: #242424
}

.highed-scrollbar::-webkit-scrollbar-track {
    background-color: #333
}

.highed-scrollbar::-webkit-scrollbar-thumb {
    background-color: #afafaf
}

.highed-scrollbar::-webkit-scrollbar {
    width: 12px;
    background-color: #222
}

.highed-attention {
    position: absolute;
    background-color: #61BC7B;
    transition: .3s ease all
}

.highed-header {
    background: #333 !important;
    color: #afafaf !important
}

.highed-logo {
    background-repeat: no-repeat;
    background-size: 90% auto;
    height: 40px;
    width: 180px;
    background-position: left -5px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-inline-blocks {
    display: inline-block;
    float: left
}

.highed-credits {
    font-size: 10px;
    padding: 4px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif
}

.highcharts-container {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-done-button {
    padding: 5px 7px;
    border: none;
    background: #707070;
    color: #fafafa;
    font-size: 12px;
    font-weight: bold;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 5px;
    height: 100%;
    cursor: pointer;
    outline: none;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-done-button:hover {
    background: #616161
}

.highed-stretch {
    width: 100%
}

.highed-ok-button {
    border: none;
    outline: none;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    background: #61BC7B;
    color: #fafafa;
    border-radius: 3px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default !important
}

.highed-done-pane {
    padding: 0 20px;
    position: relative
}

.highed-step-body.highed-done-pane .highed-ok-button {
    font-size: 15px;
    padding: 10px
}

.highed-step-body.highed-done-pane .highed-ok-button:before {
    content: "\f00c";
    font-family: fontAwesome;
    font-size: 17px;
    margin-right: 5px
}

.highed-ok-button:hover {
    background: #4cb369
}

.highed-background-normal {
    background: #e5e5e5;
    color: #242424
}

.highed-titlebar {
    text-align: center;
    font-weight: 200
}

.highed-container {
    font-family: 'Roboto', sans-serif;
    color: #242424;
    background: #e5e5e5;
    border: 1px solid #444;
    height: 100%;
    width: 100%;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-chart-container {
    position: relative;
    margin: 0
}

.highed-chart-container-icon {
    float: left;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF;
    padding: 4px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

@media (max-width: 700px) {
    .highed-hsplitter .panel.highed-chart-preview-bar {
        display: none !important
    }
}

@media (min-width: 700px) {
    .highed-hsplitter .panel.highed-chart-preview-bar {
        background: #e0e0e0;
        border-left: 1px solid #444;
        padding: 10px
    }
}

.highed-container .titlebar {
    color: #242424;
    background: #e5e5e5;
    height: 48px;
    width: 100%;
    font-weight: 100;
    position: relative;
    padding: 5px;
    line-height: 40px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default !important
}

.highed-container .icons {
    position: absolute;
    right: 10px;
    top: 5px;
    height: 100%
}

.highed-expand-container {
    position: absolute;
    z-index: 2;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    display: none;
    background-color: #fff
}

.highed-errorbar {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 140px;
    background: #aa5555;
    color: #fafafa;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0
}

.highed-errorbar-headline {
    font-size: 28px;
    text-align: center;
    padding-bottom: 5px
}

.highed-errorbar-body {
    overflow-y: auto;
    height: 90px;
    padding: 5px;
    background: #b36666
}

.highed-errorbar a {
    color: #fafafa !important
}

.highed-errorbar-more {
    margin-top: 10px
}

.highed-icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-icon:hover {
    color: #111
}

.highed-dimmer {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #000;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-overlay-modal {
    width: 0;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    color: #afafaf;
    background: #222;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: -20000px;
    transform: translate(-50%, -50%);
    padding: 5px;
    opacity: 0;
    pointer-events: none;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-hsplitter {
    height: 100%;
    width: 100%;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    overflow: hidden
}

.highed-hsplitter .panel {
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    background: #222;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-hsplitter .left {
    width: 30%
}

.highed-hsplitter .right {
    width: 70%
}

.highed-hsplitter-body {
    color: #afafaf;
    width: 100%;
    height: 100%;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-step-body .highed-hsplitter .panel.right .highed-hsplitter-body {
    color: #Fafafa;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    height: auto
}

.highed-hsplitter-resize-bar {
    position: absolute;
    width: 5px;
    height: 100%;
    cursor: ew-resize;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

@media (max-width: 550px) {
    .highed-hsplitter-body-responsive {
        float: none !important;
        max-height: 42px;
        width: 100% !important
    }
}

.highed-vsplitter {
    height: 100%;
    width: 100%;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-vsplitter .panel {
    overflow-y: auto;
    width: 100%;
    background: #222;
    border: none !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-vsplitter .top {
    height: 30%;
    position: relative
}

.highed-vsplitter .bottom {
    height: 70%;
    position: relative
}

.highed-vsplitter-body {
    background: #e5e5e5;
    color: #242424;
    width: 100%;
    height: 100%;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-tab-control {
    width: 100%;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-tab-control .tabs {
    background: #222;
    color: #afafaf;
    height: 48px;
    position: relative;
    font-weight: 300;
    font-size: 14px;
    line-height: 40px;
    padding: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default !important
}

.highed-tab-control-more {
    position: absolute;
    right: 0;
    top: 0;
    background: #111;
    color: #afafaf;
    width: 30px;
    padding: 5px;
    height: 100%;
    text-align: center;
    line-height: 40px !important;
    display: none;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-tab-control-more:hover {
    background: #8888aa
}

.highed-tab-control .tab {
    float: left;
    font-weight: 300;
    padding-left: 24px;
    padding-right: 24px;
    cursor: pointer;
    text-align: center
}

.highed-tab-control .tab-body {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: auto;
    display: none;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-tab-control .tab-body-padded {
    padding: 10px
}

.highed-tab-control .tab-selected {
    font-weight: 600
}

.highed-tab-control .body {
    position: relative;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-tab-control .indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 5px;
    background: #dd470c;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-list {
    color: #afafaf;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default !important;
    overflow: hidden
}

.highed-list .item {
    text-align: left !important;
    color: #Fafafa !important;
    font-size: 14px !important;
    cursor: pointer;
    display: block;
    background-image: none !important;
    border-radius: 3px;
    padding: 5px;
    margin: 10px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-list .item:hover {
    color: #Fafafa !important;
    font-weight: bold
}

.highed-list .item:first-child {
    border-top: none !important
}

.highed-list .item-selected,
.highed-list .item-selected:hover {
    background-color: #dd470c !important;
    color: #fff !important;
    font-weight: bold;
    cursor: default
}

.highed-list-compact {
    position: relative;
    display: none;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    background: #111;
    color: #afafaf;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-list-compact .icon {
    margin-right: 30px;
    margin-left: 30px
}

.highed-step-body .highed-chart-templates .highed-hsplitter .panel.right .highed-hsplitter-body {
    padding-top: 10px
}

.highed-chart-template-frame {
    padding-left: 5px;
    padding-right: 5px
}

.highed-chart-template-title {
    width: 100%;
    line-height: 2em;
    font-size: 1.2em
}

.highed-chart-template-cat-desc {
    font-size: .9em;
    margin-bottom: 10px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-chart-template-description {
    font-size: .9em;
    padding-bottom: 5px;
    padding-top: 5px
}

.highed-chart-template-container {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 5px;
    background: #333;
    color: #fafafa;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-chart-template-body {
    padding-left: 130px;
    min-height: 100px
}

.highed-chart-template-thumbnail {
    position: absolute;
    background-repeat: no-repeat;
    width: 120px;
    height: 80px;
    background-size: 90% auto;
    background-position: middle middle;
    top: 50%;
    transform: translate(0, -50%);
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-chart-template-preview {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30%;
    height: 140px;
    display: inline-block;
    border: 1px solid rgba(66, 66, 100, 0);
    margin: 0 3% 3% 0;
    box-shadow: 0 2px 5px #555;
    cursor: pointer;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default !important
}

.highed-chart-template-preview-selected {
    border: 5px solid #61BC7B !important
}

.highed-chart-template-preview:hover {
    border: 5px solid rgba(66, 66, 100, 0.4)
}

.highed-customizer-adv-loader {
    z-index: 100;
    position: absolute;
    width: 200px;
    height: 30px;
    border-radius: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #222;
    color: #afafaf;
    text-align: center;
    font-size: 24px;
    padding: 20px;
    opacity: 0;
    pointer-events: none
}

.highed-simple-customizer {
    margin: 0 15px 40px 15px !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-customize-group {
    margin: 15px 15px 40px 15px
}

.highed-customize-master-dropdown {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none
}

.highed-customizer-table-heading {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #999;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-bottom: 5px
}

.highed-customize-group .highed-customizer-table-heading {
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left
}

.highed-customizer-body {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    height: auto
}

.highed-custom-code {
    width: 100%;
    height: 100%
}

.highed-custom-debug {
    padding: 10px;
    font-family: monospace;
    font-size: 14px
}

.highed-customizer-table {
    padding: 0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #FFF;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-customize-type {
    padding: 2px 4px;
    margin-left: 5px;
    font-size: 10px;
    color: #Fafafa;
    border-radius: 4px
}

.highed-customize-type-number {
    background: #52a440
}

.highed-customize-type-number:before {
    content: '123'
}

.highed-customize-type-string {
    float: right;
    background: #814a73
}

.highed-customize-type-string:before {
    content: 'abc'
}

.highed-customize-field-label {
    font-weight: bold
}

.highed-customize-group .highed-customizer-table {
    margin-bottom: 0;
    margin-top: 0
}

.highed-customizer-table td {
    padding: 10px
}

.highed-customizer-table tr:last-child td {
    border: none
}

.highed-customizer-table tr {
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px
}

.highed-customizer-table tr:hover {
    background: #1d1d1d
}

.highed-customizer-table td:first-child {
    font-family: 'Source Sans', sans-serif;
    min-width: 30%;
    width: 30%;
    font-weight: 100;
    font-size: 14px
}

.highed-customizer-table td:last-child {
    position: relative;
    min-width: 40px;
    padding-left: 0 !important
}

.highed-customizer-table td.highed-customizer-table-help {
    max-width: 35px;
    padding-right: 0;
    text-align: center
}

.highed-customizer-table td.highed-customizer-table-help .highed-icon {
    margin: 0
}

.highed-customizer-table tr:nth-child(even) {
    background: #2a2a2a
}

.highed-customizer-table tr:nth-child(odd) {
    background: #2a2a2a
}

.highed-field-table-widget-column table,
.highed-customizer-table .highed-field-table-widget-column table tr {
    background: transparent
}

.highed-customizer-field-highlighter {
    position: fixed;
    pointer-events: none;
    background: #111;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 1;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-wizstepper-item {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    line-height: 50px;
    font-weight: 100;
    font-family: 'Source Sans', sans-serif;
    float: left;
    cursor: pointer
}

.highed-wizstepper-item #label {
    color: #c4c4d5;
    font-size: 15px;
    transition: .2s ease opacity;
    -moz-transition: .2s ease opacity;
    -webkit-transition: .2s ease opacity
}

.highed-wizstepper-item:hover #label {
    color: #FFF
}

.highed-wizstepper-item .label-active {
    color: #FFF !important
}

.highed-wizstepper-item .bubble {
    line-height: 25px;
    position: absolute;
    left: 50%;
    text-align: center;
    border-radius: 50%;
    transform: translate(-50%, 0);
    background-color: #111;
    color: #afafaf;
    width: 15px;
    height: 15px;
    border-top: 1px solid #222;
    z-index: 2;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-wizstepper-item .bubble-bottom {
    bottom: -8px
}

.highed-wizstepper-item .bubble-top {
    top: -6px
}

.highed-wizstepper-item .bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #111;
    border-top: 1px solid #222
}

.highed-step-body {
    pointer-events: none;
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-wizstepper-body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-wizstepper-item .bar-top {
    top: 0
}

.highed-wizstepper-item .bar-bottom {
    bottom: 5px
}

.highed-wizstepper-item .bar-first {
    width: 51% !important;
    left: 51% !important
}

.highed-wizstepper-item .bar-last {
    width: 51% !important;
    left: -1%
}

.highed-wizstepper-item .label {
    padding: 5px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-wizstepper-item .label-selected {
    font-weight: bold
}

.highed-wizstepper-bar {
    background: #8888aa !important;
    color: #FFF !important;
    height: 60px !important
}

.highed-wizstpper-current-bubble {
    line-height: 25px;
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0);
    background-color: #dd470c;
    color: #fff;
    width: 25px;
    height: 25px;
    padding-left: 4px;
    padding-right: 4px;
    z-index: 2;
    top: -12px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

@media (min-width: 952px) {
    .highed-wizstepper-current {
        display: none
    }
}

@media (max-width: 952px) {
    .highed-wizstepper-indicators {
        display: none
    }

    .highed-wizstepper-current {
        position: relative;
        line-height: 60px;
        height: 100%;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: default !important
    }
}

.highed-wizstepper-next-prev {
    font-size: 30px;
    line-height: 60px !important;
    width: 60px;
    height: 60px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2) !important;
    color: #afafaf !important;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    cursor: pointer
}

.highed-wizstepper-next-prev:hover {
    background: #111 !important
}

.highed-toolbar {
    position: relative;
    height: 60px;
    width: 100%;
    background-color: #111;
    line-height: 100%;
    font-family: 'Source Sans', sans-serif;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-toolbar-center {
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-toolbar-left {
    position: absolute;
    left: 0
}

.highed-toolbar-right {
    position: absolute;
    right: 0
}

.highed-toolbar .icon {
    font-size: 20px !important;
    line-height: 60px;
    margin-right: 10px;
    color: #afafaf
}

.highed-toolbar .separator {
    border: 1px solid #afafaf;
    margin-left: 10px;
    margin-right: 10px
}

.highed-toolbar .icon:hover {
    color: #FFF !important
}

.highed-toolbar-button {
    margin-right: 10px;
    margin-top: 15px;
    display: inline-block;
    cursor: pointer !important
}

.highed-colorpicker {
    position: fixed;
    background: #222;
    color: #afafaf;
    border: 1px solid #444;
    z-index: 10010;
    width: 200px;
    height: 280px;
    opacity: 0;
    left: -20000px;
    padding: 5px;
    pointer-events: none;
    transition: .2s ease opacity;
    -moz-transition: .2s ease opacity;
    -webkit-transition: .2s ease opacity;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-colorpicker .picker {
    width: 100%;
    height: 180px;
    border: 1px solid #444;
    cursor: crosshair;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-colorpicker .manual {
    width: 100%;
    outline: none;
    height: 32px;
    font-size: 14px;
    border: 1px solid #555;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

@media (max-width: 600px) {
    .highed-colorpicker .picker {
        height: 75%
    }

    .highed-colorpicker .manual {
        height: 10%;
        max-height: 30px
    }

    .highed-colorpicker .highed-ok-button {
        height: 10%;
        max-height: 30px
    }

    .highed-colorpicker-responsive {
        left: 0 !important;
        top: 40px !important;
        width: 100% !important;
        height: 100% !important
    }
}

.highed-field-colorpicker {
    width: 100%;
    border: 1px solid #aaa;
    padding: 5px;
    min-height: 30px;
    font-size: 13px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-field-container {
    padding-right: 36px;
    width: 100%;
    position: relative;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-field-reset {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -7px;
    text-align: center;
    line-height: 32px !important;
    cursor: pointer;
    color: #8888aa;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-field-code {
    outline: none;
    resize: none;
    width: 100%;
    height: 250px;
    font-family: monospace
}

.highed-field-reset:hover {
    color: #111
}

.highed-field-colorpicker-reset:hover {
    color: #111
}

.highed-field-input {
    width: 100%;
    outline: none;
    border: 1px solid #aaa;
    color: #242424 !important;
    padding: 7px;
    font-size: 13px;
    min-height: 30px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-field-range {
    width: 100%;
    padding: 5px;
    outline: none;
    height: 30px;
    border: 1px solid #aaa;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-field-range-indicator {
    line-height: 10px;
    min-height: 15px;
    text-align: center;
    font-size: 12px
}

.highed-field-range-null {
    bottom: 0;
    left: 0;
    position: absolute;
    font-size: 12px
}

.highed-field-select {
    width: 100%;
    min-height: 30px;
    border: 1px solid #aaa;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-field-tooltip {
    font-size: 12px;
    font-family: 'Source Sans', sans-serif
}

.highed-field-colorpicker-compact {
    position: relative;
    display: inline-block;
    padding: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    border: 1px solid #aaa;
    width: 30px;
    height: 30px
}

.highed-field-array-add {
    background: #111;
    color: #afafaf;
    float: right;
    width: 30px;
    height: 30px;
    padding: 4px;
    font-size: 14px;
    line-height: 30px !important;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #444;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-field-table {
    width: 100%;
    padding: 0;
    border-collapse: collapse;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-field-table td:first-child {
    min-width: auto !important;
    width: auto !important
}

.highed-field-table td:last-child {
    max-width: 30px
}

.highed-field-table-widget-column {
    width: 100%;
    position: relative
}

.highed-field-array-add:hover {
    background: #8888aa;
    color: #FFF
}

.highed-field-array-remove {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e5e5e5;
    color: #242424;
    font-size: 12px;
    border-left: 1px solid #444;
    border-top: 1px solid #444;
    padding: 2px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-field-error {
    opacity: 0;
    display: none;
    background: #aa5555;
    color: #fafafa;
    left: 0;
    bottom: -10px;
    pointer-events: none;
    padding: 4px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-pushbutton {
    background: #e5e5e5;
    color: #242424;
    border: 1px solid #444;
    padding: 5px;
    min-width: 32px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin-right: 4px;
    min-height: 32px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-pushbutton-active {
    background: #111;
    color: #afafaf
}

.highed-font-picker {
    position: relative;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-font-picker .font-color {
    border: 1px solid #444;
    padding: 8px;
    min-width: 32px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    min-height: 32px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-font-picker .font-family {
    max-width: 100px;
    margin-right: 4px
}

.highed-font-picker .font-size {
    margin-right: 4px
}

.highed-font-picker-buttons {
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-font-picker-button-container {
    padding-right: 110px;
    position: relative;
    margin-top: 4px
}

.highed-tooltip-fixed {
    position: fixed;
    z-index: 10011;
    pointer-events: none;
    opacity: 0
}

.highed-tooltip {
    margin-top: 10px;
    margin-right: 10px;
    padding: 20px;
    font-size: 20px;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 15px;
    background: #333;
    color: #fafafa;
    border: 1px solid #444;
    transition: .2s ease opacity;
    -moz-transition: .2s ease opacity;
    -webkit-transition: .2s ease opacity
}

@media (max-width: 400px) {
    .highed-tooltip {
        font-size: 20px
    }
}

.highed-snackbar {
    position: fixed;
    bottom: -58px;
    left: 10px;
    height: 58px;
    z-index: 10090;
    border: 1px solid #444;
    background: #222;
    color: #afafaf;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 15px;
    line-height: 58px;
    cursor: default;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-snackbar .snackbar-title {
    padding-right: 24px;
    text-transform: capitalize
}

.highed-snackbar .snackbar-action {
    color: #111;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-snackbar .snackbar-action:hover {
    color: #000
}

.highed-snackbar-close {
    position: absolute;
    top: 5px;
    right: 5px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-snackbar-close:hover {
    color: #111 !important
}

.highed-imp-pastearea {
    width: 100%;
    height: 200px;
    border: none;
    color: #afafaf;
    background: #333;
    outline: none;
    font-family: monospace;
    resize: none;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-imp-pastearea-small {
    width: 100%;
    height: 100px;
    border: 1px solid #aaa;
    outline: none;
    font-family: monospace;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-imp-spacer {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-imp-headline {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #111;
    color: #afafaf;
    font-weight: 100;
    font-family: 'Source Sans', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px
}

.highed-imp-help {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 20px
}

.highed-imp-button {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    background: #8888aa;
    color: #FFF;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    margin: 10px 15px 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 30px;
    outline: none;
    cursor: pointer;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-imp-button-right {
    margin-right: 0 !important;
    float: right
}

.highed-imp-input {
    font-size: 13px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #aaa
}

.highed-imp-input-stretch {
    font-size: 13px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #aaa;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%
}

.highed-imp-button a {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    text-decoration: none;
    width: 100%;
    height: 100%
}

.highed-imp-button:hover {
    background: #111;
    color: #afafaf
}

.highed-imp-label {
    padding: 4px;
    font-size: 11px
}

.highed-imp-label {
    width: 150px;
    display: inline-block
}

.highed-tree .node {
    position: relative;
    padding-right: 10px
}

.highed-tree .parent-title {
    font-family: 'Source Sans', sans-serif;
    padding: 4px;
    padding-left: 30px;
    font-size: 12px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default !important
}

.highed-tree .parent-title-selected {
    font-weight: normal;
    background: #111 !important;
    color: #afafaf !important
}

.highed-tree .parent-body {
    padding-left: 20px
}

.highed-tree .exp-col-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    top: -2px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-tree .right-icons {
    position: absolute;
    right: 0;
    top: 0
}

.highed-chart-preview-expand {
    width: 20px;
    height: 20px;
    padding: 4px;
    position: absolute;
    top: 2px;
    left: 2px;
    margin: 4px;
    font-size: 16px;
    text-align: center;
    transform: rotate(-90deg)
}

.highed-ctx-container-common {
    position: fixed;
    border: 1px solid #444;
    background: #e5e5e5;
    color: #242424;
    z-index: 10500;
    opacity: 0;
    pointer-events: none;
    left: -2000px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    transition: .2s ease opacity;
    -moz-transition: .2s ease opacity;
    -webkit-transition: .2s ease opacity
}

.highed-ctx-close-button {
    display: none
}

@media only screen and (max-device-width: 480px) {
    .highed-ctx-container {
        left: 0 !important;
        top: 40px !important;
        width: 100% !important;
        height: 100% !important;
        padding: 10px !important;
        overflow-y: auto !important;
        padding-bottom: 42px !important
    }

    .highed-ctx-close-button {
        border: none;
        outline: none;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
        background: #61BC7B;
        color: #fafafa;
        border-radius: 3px;
        padding: 7px 10px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        transition: .2s ease all;
        -moz-transition: .2s ease all;
        -webkit-transition: .2s ease all;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: default !important;
        display: block !important
    }

    .highed-ctx-item-responsive {
        font-size: 20px !important;
        height: 42px !important;
        line-height: 42px !important;
        padding-left: 55px !important;
        font-weight: 100 !important
    }

    .highed-ctx-child-licon-responsive {
        top: 10px !important;
        font-size: 22px !important
    }
}

.highed-ctx-item {
    position: relative;
    height: 20px;
    padding: 3px;
    padding-left: 30px;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Source Sans', sans-serif;
    min-width: 100px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default !important
}

.highed-ctx-item-selected {
    background: #111;
    color: #afafaf
}

.highed-ctx-item:hover {
    background: #111;
    color: #afafaf
}

.highed-ctx-sep {
    border-bottom: 1px solid #444;
    margin-bottom: 4px;
    margin-top: 4px
}

.highed-ctx-item .ctx-child-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px
}

.highed-ctx-item .ctx-child-licon {
    width: 30px;
    text-align: left;
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 12px
}

.highed-dropdown {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: 'Source Sans', sans-serif;
    font-size: 14px;
    min-height: 32px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    height: 32px;
    background: #FFF;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    border-left: 1px solid #555
}

.highed-dropdown-body {
    padding-right: 36px;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    text-overflow: ellipsis;
    height: 20px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #FFF;
    color: #111;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-dropdown-item {
    position: relative;
    height: 20px;
    padding: 5px 5px 5px 10px;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Source Sans', sans-serif;
    min-width: 100px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default !important
}

.highed-dropdown-item:hover {
    background: #dd470c;
    color: #fff
}

.highed-dropdown-arrow {
    background: #8888aa;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    text-align: center;
    padding: 4px;
    width: 32px;
    padding-top: 7px;
    font-size: 14px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-dropdown-arrow:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px
}

.highed-dropdown-arrow:hover {
    background: #dd470c;
    color: #fff
}

.highed-dropdown-item-selected,
.highed-dropdown-item-selected:hover {
    background: #dd470c;
    color: #fff
}

.highed-dropdown-items {
    border: 1px solid #555;
    background: #FFF;
    color: #111;
    left: -20000px;
    opacity: 0;
    pointer-events: none;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    z-index: 20000;
    transition: .2s ease opacity;
    -moz-transition: .2s ease opacity;
    -webkit-transition: .2s ease opacity
}

.highed-plugin-details {
    overflow: hidden;
    margin: 0 15px 40px 15px;
    padding: 0 10px;
    background: #2a2a2a;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-plugin-details .highed-customizer-table-heading {
    margin: 15px -15px 5px -15px
}

.highed-slider {
    position: relative;
    width: 100%;
    padding-right: 36px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-slider-indicator {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -15px;
    border-radius: 50%;
    background: #8888aa;
    line-height: 32px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default !important
}

.highed-slider-reset {
    height: 32px;
    width: 32px;
    position: absolute;
    top: -15px;
    right: -7px;
    text-align: center;
    line-height: 32px !important;
    cursor: pointer;
    color: #8888aa;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-slider-reset:hover {
    color: #111
}

.highed-slider-text-indicator {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-slider-text-indicator-popup {
    background: #8888aa;
    color: #FFF;
    padding: 4px;
    font-size: 16px;
    min-width: 80px;
    transform: translate(-28px, -42px)
}

.highed-slider-background {
    margin-top: 15px;
    height: 2px;
    margin-bottom: 15px;
    background: #8888aa;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-dtable-gsheet-frame {
    display: none;
    background: #333;
    color: #fafafa;
    width: 100%;
    height: 100%;
    overflow: auto
}

.highed-dtable-gsheet {
    width: 100%;
    padding: 50px;
    color: #999;
    border-radius: 30px;
    overflow-y: auto
}

.highed-dtable-weird-data {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    height: 130px;
    font-weight: 100;
    background: #aa5555;
    color: #fafafa;
    display: none
}

.highed-dtable-weird-data-body {
    margin-bottom: 10px
}

.highed-dtable-weird-data button {
    margin-right: 5px
}

.highed-dtable-gsheet-heading {
    text-align: center;
    font-size: 42px;
    margin-bottom: 20px
}

.highed-dtable-gsheet-desc {
    text-align: left;
    font-size: 22px
}

.highed-dtable-gsheet-label {
    font-size: 22px;
    margin-bottom: 5px
}

.highed-dtable-gsheet-inner {
    width: 80%;
    position: relative;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0)
}

.highed-dtable-gsheet-id {
    font-size: 15px;
    height: 30px;
    width: 100%;
    margin-bottom: 10px
}

.highed-dtable-gsheet-centered {
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px
}

.highed-dtable-gsheet-button {
    margin-right: 10px;
    width: 100%
}

.highed-dtable-gsheet-half {
    width: 50%
}

.highed-dtable-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-collapse: collapse;
    background: #333;
    color: #fafafa;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-dtable-drop-zone {
    pointer-events: none;
    position: absolute;
    width: 80%;
    height: 150px;
    border-radius: 30px;
    border: 8px dashed #444;
    color: #999;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    font-size: 30px
}

.highed-dtable-drop-zone-small {
    font-size: 20px
}

.highed-dtable-table-frame {
    width: 100%;
    height: 100%;
    margin-left: 40px;
    margin-top: 40px;
    overflow: auto;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-dtable-table {
    table-layout: fixed
}

.highed-dtable-row-select-box {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important
}

.highed-dtable-body tr {
    height: 40px;
    max-height: 40px
}

.highed-dtable-body col {
    min-width: 20px
}

.highed-dtable-toolbar {
    background: #222 !important;
    color: #afafaf !important;
    height: 60px
}

.highed-dtable-imp-button {
    margin-right: 10px
}

.highed-dtable-toolbar-label {
    float: left;
    padding-left: 40px;
    line-height: 60px;
    font-family: 'Source Sans', sans-serif;
    font-size: 14px;
    font-weight: 100;
    height: 100%;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-dtable-body td {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 20px;
    height: 40px;
    max-height: 40px;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    overflow: hidden
}

.highed-dtable-body-selected-row {
    background: #dd470c !important;
    color: #fff !important
}

.highed-dtable-col-val {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    height: 40px;
    max-height: 40px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-dtable-input {
    position: absolute;
    left: 0;
    top: 0;
    background: #f25010 !important;
    color: #fff;
    font-family: 'Source Sans', sans-serif;
    font-weight: 100;
    width: 100%;
    height: 100%;
    font-size: 24px;
    outline: none;
    border: none;
    resize: none;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-dtable-input-header {
    text-align: center;
    background: #222 !important;
    color: #afafaf !important
}

.highed-dtable-table td {
    overflow: hidden
}

.highed-dtable-body td input {
    background: none;
    font-family: 'Source Sans', sans-serif;
    font-weight: 100;
    width: 100%;
    height: 100%;
    font-size: 24px;
    outline: none;
    border: none;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-dtable-load-indicator {
    z-index: 100;
    position: absolute;
    width: 200px;
    height: 30px;
    border-radius: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #222;
    color: #afafaf;
    text-align: center;
    font-size: 24px;
    padding: 20px;
    opacity: 0;
    pointer-events: none
}

.highed-dtable-table-tail {
    text-align: center;
    font-size: 18px;
    display: none;
    padding: 20px
}

.highed-dtable-resize-handle {
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 40px;
    cursor: ew-resize;
    z-index: 100
}

.highed-dtable-resize-handle-moving {
    background: #ffc
}

.highed-dtable-top-bar {
    padding-left: 40px;
    position: absolute;
    height: 40px;
    width: 10000px;
    left: 0;
    top: 0;
    background: #222
}

.highed-dtable-top-bar-col {
    position: relative;
    border-right: 1px solid #444;
    display: inline-block;
    width: 80px;
    min-width: 20px;
    height: 100%;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-dtable-top-bar-col-options {
    padding: 5px;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translate(0, -50%);
    color: #fafafa;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.highed-dtable-top-bar-col-options:hover {
    color: #dd470c !important
}

.highed-dtable-top-left-panel {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    width: 20px;
    height: 20px;
    background: #222
}

.highed-dtable-left-bar {
    width: 40px;
    top: 0;
    bottom: 0;
    padding-top: 40px;
    position: absolute;
    background: #222
}

.highed-dtable-left-bar-row {
    height: 41px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-cloud-chart {
    width: 300px;
    height: 230px;
    margin: 10px;
    float: left;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-cloud-chart-title {
    text-align: center;
    height: 30px;
    line-height: 30px
}

.highed-cloud-thumbnail {
    width: 300px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 400px;
    text-align: center;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-cloud-thumbnail:hover {
    border: 5px solid #61BC7B
}

.highed-cloud-login-container {
    padding: 5px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-cloud-input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    margin-bottom: 10px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-cloud-login-notice {
    text-align: center;
    font-size: 9px;
    font-style: italic
}

.highed-cloud-login-error {
    display: none;
    text-align: center;
    background: #aa5555;
    color: #fafafa;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 10px;
    width: 100%;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-cloud-paging {
    position: absolute;
    right: 0;
    bottom: 10px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.highed-cloud-paging-item {
    margin-right: 5px;
    cursor: pointer;
    padding: 5px;
    background: #fff;
    color: #dd470c
}

.highed-toolbox {
    height: 100%;
    position: relative
}

.highed-toolbox-bar {
    height: 100%;
    width: 50px;
    float: left;
    background: #111;
    color: #afafaf
}

.highed-toolbox-body {
    height: 100%;
    width: 0;
    float: left;
    opacity: 0;
    overflow: auto;
    color: #afafaf;
    background: #222
}

.highed-toolbox-inner-body {
    padding: 10px
}

.highed-toolbox-bar-icon {
    width: 100%;
    padding: 4px;
    text-align: center;
    line-height: 40px !important;
    font-size: 24px !important;
    margin-bottom: 5px;
    height: 50px
}

.highed-toolbox-live {
    border: 2px solid;
    padding: 3px 10px;
    float: left;
    display: none;
    margin-top: -5px;
    font-size: 15px
}

.highed-toolbox-bar-icon:hover {
    color: #FFF
}

.highed-toolbox-bar-icon-sel {
    color: #fff !important;
    background: #dd470c !important
}

.highed-toolbox-user-contents {
    width: 100%;
    height: 100%
}

.highed-toolbox-body-title {
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    font-size: 24px;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden
}

.highed-toolbox-help {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 40px !important;
    padding-top: 10px;
    display: none
}

.highed-chart-frame {
    position: absolute;
    left: 40px;
    top: 0;
    height: 100%;
    padding: 50px;
    overflow-x: auto
}

.highed-chart-frame-body {
    background: #FFF;
    width: 100%;
    height: 100%;
    box-shadow: 13px 10px 23px -14px #000
}

.highed-res-preview {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 30px;
    padding: 4px;
    width: 400px
}

.highed-res-quicksel {
    width: 150px;
    display: inline-block;
    float: left
}

.highed-res-number {
    width: 40px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 22px
}

.highed-res-headline {
    float: left;
    padding-top: 6px;
    padding-right: 4px
}

.highed-help-gif {
    background-size: 100% auto;
    height: 300px;
    background-repeat: no-repeat;
    width: 100%
}

.highed-help-desc {
    margin-top: 10px;
    padding: 5px;
    font-size: 22px;
    max-height: 200px;
    overflow-y: auto
}

.highed-help-nav {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 25px
}

.highed-help-counter {
    position: absolute;
    right: 10px;
    bottom: 20px;
    font-size: 12px
}

.highed-toolbox-help.highed-icon.fa-question-circle {
    display: none !important;
}

.highed-ctx-container-common.highed-ctx-container {
    top: 85% !important;
}