﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*@import "tailwindcss" source("../..");*/

.ag-row-even {
    background-color: #ffffff; /* white */
}

.ag-row-odd {
    background-color: #f9f9f9; /* light grey like Excel */
}

.btn-disabled {
    pointer-events: none;
    opacity: 0.65;
}

/* Fix for the z-index of options */
div.el-popper {
    z-index: 13300 !important;
}

/* Fix for the flex of card body */
div.el-card__body {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

/*Set wrapper to take full width of parent */
div.el-input__wrapper {
    width: 100% !important;
}

/* Fix for the height of carousel container */
div.el-carousel__container {
    height: 100% !important;
}

.deleted-entity {
    pointer-events: none;
    opacity: 0.4;
}

.far.fa-times.icon-stack-1x.opacity-100.color-fusion-400::before {
    position: relative;
    top: 5px;
    left: 10px;
    background-color: white;
    z-index: 1;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.activeNavItem {
    color: white !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.activeNavItem::after {
    border-color: transparent !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*  margin-bottom: 60px;*/
    overflow: hidden;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


#js-page-content {
    background-color: white;
}

.tabs-main .nav-item.tab-item {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

    .tabs-main .nav-item.tab-item .nav-link {
        padding-right: 40px;
        padding-left: 40px;
        border: 1px solid transparent;
    }

        .tabs-main .nav-item.tab-item .nav-link.active {
            border-bottom: 2px solid #b57d6a;
        }

.tabs-main .tab-item .close-link {
    /*    display: none;*/
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 18px;
    cursor: pointer;
}

.tabs-main-content, .tabs-paging-content {
    padding-left: 2px;
    padding-top: 2px;
    position: absolute;
    top: 46px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}


.tabs-editor {
    margin-bottom: 10px;
}

.cell-selection {
    border-right-color: silver;
    border-right-style: solid;
    background: #f5f5f5;
    color: gray;
    text-align: right;
    font-size: 10px;
}

.slick-row.selected .cell-selection {
    background-color: transparent; /* show default selected row background */
}

/*.modal-editor-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
    background-color: #0000002e;
}*/

.modaleditor .modal-body {
    max-height: calc(100vh - 265px);
    overflow-x: hidden;
    overflow-y: scroll;
}


.cell-selection {
    border-right-color: silver;
    border-right-style: solid;
    background: #f5f5f5;
    color: gray;
    text-align: right;
    font-size: 10px;
}

.slick-row.selected .cell-selection {
    background-color: transparent; /* show default selected row background */
}

/*.modal-editor-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
    background-color: #0000002e;
}*/

.modaleditor .modal-body {
    max-height: calc(100vh - 265px);
    overflow-x: hidden;
    overflow-y: auto;
}

.date-input {
    background-color: white !important;
}

.text-danger {
    color: #8B0000 !important;
}

.pointer:hover {
    cursor: pointer;
}

.modaleditor .modal-dialog.doubleSizedForm {
    max-width: 1000px;
    margin: 1.75rem auto;
}

.modaleditor .modal-header {
    border-bottom: 1px solid #dee2e6;
}

.modaleditor .modal-dialog .form-group {
    margin-bottom: 6px;
}

    .modaleditor .modal-dialog .form-group label {
        padding: 0px;
        line-height: 14px;
        display: flex;
        align-items: center;
        flex-direction: row;
        align-content: space-around;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

.modaleditor .accordion-outline {
    margin-top: 5px;
}


.input-group-text {
    font-size: 1.2rem;
}

@media only screen and (max-width: 992px) {
    .modaleditor .modal-dialog .form-group label {
        padding-top: calc(0.5rem + 1px);
        padding-bottom: calc(0.5rem + 1px);
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        justify-content: start;
    }
}


.ActionButton {
    font-size: 24px;
    height: 26px;
    line-height: 24px;
    cursor: pointer;
    margin-right: 10px;
}

.modal.in {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    -o-perspective: 2000px;
    perspective: 2000px;
}

    .modal.in .modal-dialog.aside {
        -webkit-transform: scale(0.8) rotateY(45deg) translateZ(-340px);
        -ms-transform: scale(0.8) rotateY(45deg) translateZ(-340px);
        -o-transform: scale(0.8) rotateY(45deg) translateZ(-340px);
        transform: scale(0.8) rotateY(45deg) translateZ(-340px);
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

.slick-header-column {
    background: #345b90;
    color: white;
}

.slick-group-header-column { 
    background: #345b90;
    color: white;
    text-align: center;
}

.slick-group-header-column > .slick-column-name {
    width: 100%;
}

.slick-header-column:hover {
    background: #244471;
}

.gridMenuBar {
    height: 35px;
    margin-top: 10px;
    min-width: 520px;
}

.slick-cell-gray {
    background-color: gray;
}

.slick-cell.copied {
    background: blue;
    background: rgba(0, 0, 255, 0.2);
    -webkit-transition: 0.5s background;
}

.spinnerContainer {
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.grid-loading {
    width: 6rem;
    height: 6rem;
}


.overlay, .editorOverlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 9000;
    color: #FFF;
    text-align: center;
}

.gridFilterBox {
    width: 100%;
    border: 1px solid silver;
    line-height: 20px;
    height: 24px;
}

.slick-cell {
    text-align: left;
}

.grid-title-row {
    margin: 5px;
    color: black;
}

.slick-footerrow-columns {
    text-align: right;
    height: 26px !important;
}

.slick-footerrow-column.ui-state-default {
    padding: 4px !important;
}

.slick-header-column {
    text-align: center;
}

.input-validation-error {
    border-color: maroon;
}

.required::after {
    content: "*";
    font-weight: bold;
    color: red;
}

.pageContainer {
    height: 100%;
    position: relative;
}

.timeSeriesSearch .col-form-label {
    padding-bottom: 2px;
    color: white;
}

.timeSeriesSearchTitle {
    background-color: #e5ebf4;
    border-color: #c2cddf;
    position: relative;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 2px;
    position: relative;
}


    .timeSeriesSearchTitle .dropdown {
        position: absolute;
        right: 0px;
        top: 0px;
        /*z-index: 1000;*/
    }

.balancingMarketSearchTitle {
    background-color: #e5ebf4;
    border-color: #c2cddf;
    position: relative;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 2px;
    position: relative;
}


    .balancingMarketSearchTitle .dropdown {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 1000;
    }

.bar_style {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    transition: width 200ms linear;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-Index: 3;
}

.spn_style {
    position: relative;
    border: 3.5px solid rgba(255,255,255,0.5);
    border-right-color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 1.33em;
    height: 1.33em;
    z-Index: 2;
    margin-Left: 6px;
    vertical-Align: text-top;
    top: -1px;
    animation: spin 0.75s linear;
    animation-iteration-count: infinite;
}

.datepicker {
    z-index: 2060 !important;
}

.search .form-control {
    height: calc(1.47em + 1rem + -7px);
    padding: 0.1rem 0.2rem;
    width: 100px;
}

.search .input-group-text {
    padding: 0px 6px;
    border-radius: 0px 2px 2px 0px;
}

option:disabled {
    background: #dddddd;
}

.reset-zoom {
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 10000;
    border: none;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* Chart.js */
@keyframes chartjs-render-animation {
    from {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1
}

    .chartjs-size-monitor-expand > div {
        position: absolute;
        width: 1000000px;
        height: 1000000px;
        left: 0;
        top: 0
    }

    .chartjs-size-monitor-shrink > div {
        position: absolute;
        width: 200%;
        height: 200%;
        left: 0;
        top: 0
    }

.canDateSearch .qs-datepicker-container {
    left: -50px !important;
    font-size: 0.95em !important;
}


.statusGreen {
    background-color: #aaffaa;
}

.statusRed {
    background-color: #f9d1d1;
}

.statusOrange {
    background-color: #ffbb66;
}

.statusBlue {
    background-color: #a1d4ea;
}

.dateSelect .qs-datepicker-container {
    font-size: 1.15em !important;
}

/*.slick-cell-checkboxsel caused the group column to shift to center, so this styles all checkboxes */
/*except slick-group*/
.slick-cell-checkboxsel:not(.slick-group > div) {
    background: #f0f0f0;
    border-right-color: silver;
    border-right-style: solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.slick-column-name input[type='checkbox']{
    position: relative;
    top: 2px;
}

.select2-dropdown {
    z-index: 10000 !important;
}

.select2-search__field {
    width: 100% !important;
}

input[type='checkbox'].form-control {
    width: 30px;
}

.ui-widget input[type='checkbox']{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.cron-size {
    min-height: 300px;
}

ul.select2-selection__rendered {
    overflow-x: auto !important;
}

.editableGrid .slick-cell.active.editable {
    padding: 0px;
}

.editableGrid .editor-text {
    border: none;
    width: 100%;
}

.editableGrid .editor-text {
    border: none;
    width: 100%;
    height: 100%;
}

.slick-subtotals {
    background: #DEDEDE;
}

.slick-primary-totals {
    background: #0a6ebd;
    color: white;
}

.slick-totals {
    background: #0a6ebd;
    color: white;
}

.slick-cell.selected.slick-totals {
    background: #0a6ebd !important;
    color: white !important;
}

.slick-cell.copied {
    background: blue;
    background: rgba(0, 0, 255, 0.2);
    -webkit-transition: 0.5s background;
}

.slick-footerrow-column.ui-state-default {
    background: #0a6ebd;
    color: white;
}


.slick-pane {
    top: 0px !important;
}


#context-menu-bms {
    display: none;
    position: fixed;
    border-style: solid;
    z-index: 10000;
    width: 150px;
    padding: 0;
    background-color: white;
    border-radius: 5px;
}

    #context-menu-bms.visible {
        display: block;
    }

.context-menu__item {
    padding: 8px 10px;
    font-size: 1.1em;
    cursor: pointer;
    border-radius: inherit;
}

    .context-menu__item:hover {
        background-color: lightblue;
    }

.balancing-market-item-container {
    float: left;
    display: block;
    margin: 10px;
}

.balancing-market-item {
    max-width: 250px;
    padding: 10px;
    background: rgb(2,40,64);
    background: linear-gradient( 90deg, rgb(42 74 126) 0%, rgb(44 88 145) 70%, rgb(102 144 213) 100%);
    display: block;
    border-radius: 25px;
    border: 2px solid black;
    color: white;
    cursor: pointer;
}

.atlasi-input-label {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    font-weight: bold;
}

.select2-selection__rendered {
    padding-right: 25px !important;
}

.reset-zoom {
    position: relative !important;
}

.fwm-totals-red {
    color: red;
    font-weight: bold;
}

.fwm-totals-green {
    color: green;
    font-weight: bold;
}

.SystemTimeSeries .select2-container {
    z-index: 100 !important;
}


.compaireOne.sideBySide {
    float: left;
    width: 50%;
    padding-right: 5px;
    position: relative;
    overflow: hidden;
}

.compaireTwo.sideBySide {
    float: right;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.ControlRoomMap {
    height: 100%;
}

.ControlRoom .leaflet-tooltip {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-weight: bold;
    font-size: 10px;
}

    .ControlRoom .leaflet-tooltip:before {
        display: none;
    }

.ControlRoom .leaflet-tooltip-left {
    margin-left: -2px;
}

.ControlRoom .leaflet-tooltip-right {
    margin-right: -2px;
}


.bulletRed {
    text-align: center;
}

    .bulletRed::before {
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        background-color: red;
        margin-top: 3px;
    }

.bulletGreen {
    text-align: center;
}

    .bulletGreen::before {
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        background-color: green;
        margin-top: 3px;
    }

.bulletSilver {
    text-align: center;
}

    .bulletSilver::before {
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        background-color: silver;
        margin-top: 3px;
    }

.bulletRedSmall, .bulletSilverSmall, .bulletGreenSmall, .bulletBlackSmall {
    width: 12px;
}

    .bulletRedSmall::before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        background-color: red;
        margin-top: 3px;
        margin-right: 5px;
    }

    .bulletSilverSmall::before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        background-color: silver;
        margin-top: 3px;
        margin-right: 5px;
    }

    .bulletGreenSmall::before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        background-color: green;
        margin-top: 3px;
        margin-right: 5px;
    }

    .bulletBlackSmall::before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        background-color: black;
        margin-top: 3px;
        margin-right: 5px;
    }

.ControlRoomTable {
    color: white;
    text-align: left;
    width: 100%;
}

    .ControlRoomTable tr {
        border-bottom: 1px solid #607d8b;
    }

    .ControlRoomTable td {
        text-align: left;
        padding-right: 4px;
        padding-bottom: 2px;
        padding-top: 2px;
    }

.panel-fullscreen .boxGrid {
    padding-top: 0px !important;
    height: 100%;
}

.panel-fullscreen .boxGridContainer {
    height: 100%;
}

.slick-group .slick-cell {
    text-align: left;
}

.homeDashboard {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.dashBoxChartContainer {
    position: absolute;
    top: 0px;
    left: 2px;
    right: 5px;
    bottom: 5px;
}

.dashBoxGridContainer {
    position: absolute;
    top: 0px;
    left: 1px;
    right: 1px;
    bottom: 5px;
}

.chartContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.dashBoxPanel {
    position: relative;
}

.dashBox {
    height: 300px;
}

.dashBoxPanel.panel-fullscreen .dashBoxChartContainer {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

/*.dashBoxPanel.panel-fullscreen .dashBoxGridContainer {
    top: 16px;
}*/


@media only screen and (max-width: 992px) {
    .homeDashboard {
    
    top : 25px;
    }
}

.card-holder-format {
    box-shadow: 1.5px 1.5px 3px #ddd;
    max-width: 250px;
    min-height: 74px;
    background-color: #fefefe;
}

.card-holder-format:first-child {
    border-radius: 15px;
}

.blink-warn {
    color: white !important;
    -webkit-animation: warning-blink 2s infinite !important; /* Safari 4+ */
    -moz-animation: warning-blink 2s infinite !important; /* Fx 5+ */
    -o-animation: warning-blink 2s infinite !important; /* Opera 12+ */
    animation: warning-blink 2s infinite !important; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes warning-blink {
    0%, 49% {
        background-color: rgba(255, 140, 0, 1);
    }

    50%, 100% {
        background-color: rgba(255, 140, 0, 0.5);
    }
}

.blink-danger {
    color: white !important;
    -webkit-animation: danger-blink 1s infinite !important; /* Safari 4+ */
    -moz-animation: danger-blink 1s infinite !important; /* Fx 5+ */
    -o-animation: danger-blink 1s infinite !important; /* Opera 12+ */
    animation: danger-blink 1s infinite !important; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes danger-blink {
    0%, 49% {
        background-color: rgba(255, 0, 0, 1);
    }

    50%, 100% {
        background-color: rgba(255, 0, 0, 0.5);
    }
}

[v-cloak] {
    display: none !important;
}

.el-upload-list__item-name {
    max-width: 320px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    word-break: break-word;
    white-space: normal;
}

.left-panel {
     background-color: #fff;
     height: 100vh;
     box-shadow: rgba(74, 53, 107, 0.08) 3px 0px 5px 0px;
     z-index: 1;
 }

/*Element UI prefix styles*/
.link-info-icon {
    font-size: large;
    cursor: pointer;
    color: #4a5568;
}

.link-info-icon:hover {
    color: #2d3748;
    font-weight: bold;
}

/*el-date-picker highlight dates (DAM Orders) */
.highlight-date span {
    text-decoration: underline !important;
    text-decoration-color: #ffa500 !important;
    text-decoration-thickness: 3px !important;
    text-underline-offset: 3px !important;
    background-color: transparent !important;
}

/* Math editor tooltip styles */
.ace-function-tooltip {
    position: fixed;
    z-index: 9999;
    max-width: 420px;
    background: rgba(32,32,32,0.98);
    color: #f1f1f1;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.3;
    box-shadow: 0 6px 18px rgba(0,0,0,0.5);
    pointer-events: auto;
    display: none;
    border: 1px solid rgba(255,255,255, 0.35); /* subtle border to separate from editor */
}
.ace-function-tooltip .ft-close-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 14px;
    line-height: 1;
    transition: all 0.2s;
    pointer-events: auto;
}
.ace-function-tooltip .ft-close-btn:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
}
.ace-function-tooltip .ft-title { font-weight: 600; margin-bottom: 6px; padding-right: 24px; }
.ace-function-tooltip .ft-desc { color: #cfcfcf; font-size: 12px; margin-bottom: 8px; max-height: 120px; overflow: auto; }
.ace-function-tooltip .ft-examples { font-weight: 600; margin-top: 6px; font-size: 12px; }
.ace-function-tooltip .ft-example { margin-top:6px; padding:6px; border-radius:4px; background: rgba(24,24,24,0.6); border: 1px solid rgba(255,255,255,0.03); }
.ace-function-tooltip .ft-example-desc { color: #d0d0d0; font-size: 11px; margin-bottom: 6px; }
.ace-function-tooltip .ft-example-syntax { background: #0f0f0f; padding:6px; border-radius:4px; font-family: monospace; font-size: 11px; color: #e8e8e8; white-space: pre-wrap; overflow: auto; border: 1px solid rgba(255,255,255,0.3); }

.ace-parameter-hint {
    position: fixed;
    z-index: 10000;
    max-width: 500px;
    background: rgba(40,40,40,0.98);
    color: #f1f1f1;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.4;
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
    pointer-events: auto;
    display: none;
    border: 1px solid rgba(100,150,255, 0.4);
}
.ace-parameter-hint .ph-close-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 12px;
    line-height: 1;
    transition: all 0.2s;
    pointer-events: auto;
}
.ace-parameter-hint .ph-close-btn:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
}
.ace-parameter-hint .ph-signature {
    font-family: monospace;
    font-size: 12px;
    color: #9cdcfe;
    margin-bottom: 4px;
    padding: 4px 6px 4px 6px;
    padding-right: 24px;
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
}
.ace-parameter-hint .ph-output {
    color: #4ec9b0;
    font-weight: 600;
}
.ace-parameter-hint .ph-description {
    color: #d4d4d4;
    font-size: 11px;
    margin-top: 4px;
    padding-left: 6px;
    border-left: 2px solid rgba(100,150,255, 0.3);
}
.ace-parameter-hint .ph-separator {
    color: #666;
    margin: 6px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}