/*
 * Urungi palette
 *
 * Dark grey   #666666 rgb(102, 102, 102)
 * Green       #afe9c6 rgb(175, 233, 198)
 * Pink        #de87aa rgb(222, 135, 170)
 * Blue        #afe9dd rgb(175, 233, 221)
 * Yellow      #ffeeaa rgb(255, 238, 170)
 */

html {
    background-color: #f9f9f9;
}

body {
    color: #666;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 12px;
    background-color: #f9f9f9;
}

summary {
    display: list-item;
    cursor: pointer;
}

dialog:modal {
    border: 0;
    border-radius: 6px;
    width: 600px;
    margin: 30px auto;

    &::backdrop {
        background-color: rgb(0 0 0 / 50%);
    }
}

dialog:modal[open] {
    animation: fadein 0.2s ease-out forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.root-container {
    padding-top: 10px;
    height: 100%;
}

.form-control {
    font-size: inherit;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #3d3d3d;
    text-decoration: underline;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #666;
    background-color: #de87aa;
    border-color: #666;
    font-weight: bold;
}

.layerNewButtonDropdown {
    background-color: #666;
}

#layerButtonGroup > .dropdown-menu > li > a {
    background-color: #666;
    color: #fff;
}

#layerButtonGroup > .dropdown-menu > li > a:hover {
    background-color: #204d74;
    color: #fff;
}

.logo {
    width: 500px;
}

.btn-primary {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #666;
    border-color: #666;
}

.pagination > li > a,
.pagination > li > span {
    color: #666;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #666;
}

.fullscreen-modal {
    padding: 0 !important;
}

.fullscreen-modal .modal-dialog {
    margin: 0;
    width: 100%;
}

.fullscreen-modal .modal-body {
    overflow: overlay;
}

.new-collections .panel-heading,
.new-collection-element {
    background-color: beige;
}

.hand-cursor,
.handCursor {
    cursor: hand;
    cursor: pointer;
}

.no-padding {
    padding: 0 !important;
}

.data-source-tree .data-source-element {
    padding: 5px 0 5px 20px;
    font-size: 12px;
    font-weight: bold;
}

.data-source-tree .data-source-aggregation {
    padding: 4px 0 4px 30px;
    font-size: 10px;
}

.sidebar {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-right: 0 solid #eee;
}

.container-fluid.mainArea {
    padding-top: 80px;
}

.navbar {
    background-color: #666;
    border-color: #666;
}

.navbar-brand {
    padding: 15px;
}

.addNewRow {
    height: 25px;
    border: 1px dotted #00f;
    position: absolute;
    background-color: rgba(0, 0, 255, 0.5);
    bottom: 0;
    text-align: center;
}

.panel-body.dashboard {
    padding: 0;

    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);

    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);

    /* For IE 5.5 - 7 */
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#9000, endColorstr=#9000);

    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.info-bar {
    background-color: #666;
    min-height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.navbar .user-info-menu.left-links {
    float: left;
}

.user-info-navbar .user-info-menu {
    margin: 0;
}

.reportPageBlockDesktop {
    min-height: 400px;
}

.jumbotron {
    background-color: #888;
    color: #fff;
    border: none;
    text-align: center;
}

.featurette-divider {
    border-top: 3px solid #ccc;
}

.jumbotron p {
    color: #fff;
    text-align: center;
}

.ndContainer > h3 {
    background-color: #ccc;
    color: #444;
    border: none;
    text-align: center;
}

.ndContainer > p {
    color: #444;
    border: none;
}

#pageViewer {
    background-color: #ddd;
}

.page-container {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.page-container .main-content {
    display: table-cell;
    position: relative;
    z-index: 1;
    padding: 30px;
    padding-bottom: 0;
    vertical-align: top;
    word-break: break-word;
    width: 100%;
    -webkit-transition: opacity 100ms ease-in-out;
    -moz-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}

.page-container .main-content .page-title.full-width .title-env {
    width: 100%;
    padding-right: 30px;
}

.page-container .main-content .page-title .title-env {
    float: left;
    padding-left: 30px;
}

.page-container .main-content .page-title .title-env,
.page-container .main-content .page-title .breadcrumb-env {
    display: block;
}

.page-container .main-content .page-title .title-env .title {
    margin: 0;
    font-size: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
}

.page-container .main-content .page-title .title-env .title + p {
    margin: 0;
    margin-top: 5px;
    color: #979898;
}

p {
    color: #393a3a;
}

img.img-cirlce {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}

.btn {
    border-radius: 0;
}

.btn.text-left {
    text-align: left;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-success {
    color: #666;
    background-color: transparent;
    border-color: #666;
}

.btn-success:hover {
    color: #666;
    background-color: #fff;
    border-color: #ccc;

    /*    background-color: #afe9c6; */
}

.btn.btn-success:active {
    color: #666;
    background-color: transparent;
    border-color: #666;
}

.btn.btn-success:focus {
    color: #666;
    background-color: transparent;
    border-color: #de87aa;
}

.btn.btn-info {
    color: #666;
    background-color: #fff;
    border-color: #666;
}

.btn.btn-icon {
    line-height: 1;
}

.btn.btn-icon-standalone {
    padding: 0;
    border: 0;
    line-height: 1;
}

.btn.btn-single {
    margin-bottom: 0;
}

.btn.btn-info.pull-right {
    color: #666;
    background-color: #fff;
    border-color: #666;
}

.btn.btn-white {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
}

.btn.btn-orange {
    background-color: #f7aa47;
    color: #fff;
}

.btn-round {
    border-radius: 15px;
}

.btn-xs.btn-round {
    width: 23px;
    height: 23px;
    text-align: center;
}

.btn.btn-success-white {
    background-color: #fff;
    color: #666;
    border: 1px solid #666;
}

.btn.btn-danger-white {
    background-color: #fff;
    color: #de87aa;
    border: 1px solid #de87aa;
}

.btn-home {
    margin: 10px;
    font-size: 24px;
    color: #de87aa;
    border: none;
}

/* INDICATORS */

.xe-counter,
.xe-widget.xe-counter-block .xe-upper,
.xe-widget.xe-progress-counter .xe-upper {
    background-color: transparent;
    padding: 28px;
    line-height: 1;
    display: table;
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border: 0;
}

.xe-widget {
    position: relative;
}

.vspacer.v2 {
    height: 15px;
}

.vspacer {
    height: 80px;
}

/* INDICATOR REPORT STYLE1 */
.xe-widget.xe-counter,
.xe-widget.xe-counter-block .xe-upper,
.xe-widget.xe-progress-counter .xe-upper {
    background: transparent;
    padding: 0;
    line-height: 1;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.xe-widget.xe-counter .xe-icon,
.xe-widget.xe-counter-block .xe-upper .xe-icon,
.xe-widget.xe-progress-counter .xe-upper .xe-icon {
    width: 1%;
}

.xe-widget.xe-counter .xe-icon,
.xe-widget.xe-counter .xe-label,
.xe-widget.xe-counter-block .xe-upper .xe-icon,
.xe-widget.xe-counter-block .xe-upper .xe-label,
.xe-widget.xe-progress-counter .xe-upper .xe-icon,
.xe-widget.xe-progress-counter .xe-upper .xe-label {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    padding-top: 18px;
}

.xe-widget.xe-counter.xe-counter-info .xe-icon i,
.xe-widget.xe-counter-block .xe-upper.xe-counter-info .xe-icon i,
.xe-widget.xe-progress-counter .xe-upper.xe-counter-info .xe-icon i {
    background-color: #afe9dd;
    color: #fff;
}

.xe-widget.xe-counter .xe-icon i,
.xe-widget.xe-counter-block .xe-upper .xe-icon i,
.xe-widget.xe-progress-counter .xe-upper .xe-icon i {
    display: block;
    background: #afe9c6;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}

.xe-widget.xe-counter .xe-icon + .xe-label,
.xe-widget.xe-counter-block .xe-upper .xe-icon + .xe-label,
.xe-widget.xe-progress-counter .xe-upper .xe-icon + .xe-label {
    padding-left: 0;
}

.xe-widget.xe-counter .xe-label .num,
.xe-widget.xe-counter-block .xe-upper .xe-label .num,
.xe-widget.xe-progress-counter .xe-upper .xe-label .num {
    display: block;
}

.xe-widget.xe-counter .xe-label span,
.xe-widget.xe-counter-block .xe-upper .xe-label span,
.xe-widget.xe-progress-counter .xe-upper .xe-label span {
    display: block;
    font-style: normal;
    font-size: 10px;
    text-transform: uppercase;
    color: #979898;
    margin-top: 5px;
}

/************   */

/* INDICATOR REPORT STYLE2 */
.xe-widget.xe-counter-block,
.xe-widget.xe-progress-counter {
    color: #fff;
    background: #afe9c6;
    margin-bottom: 20px;
    height: 100%;
    width: 100%;
}

.xe-widget.xe-counter-block .xe-upper .xe-icon,
.xe-widget.xe-progress-counter .xe-upper .xe-icon {
    text-align: center;
}

.xe-widget.xe-counter-block .xe-upper .xe-icon,
.xe-widget.xe-counter-block .xe-upper .xe-label,
.xe-widget.xe-progress-counter .xe-upper .xe-icon,
.xe-widget.xe-progress-counter .xe-upper .xe-label {
    padding-bottom: 0;
}

.xe-widget.xe-counter-block .xe-upper .xe-icon i,
.xe-widget.xe-progress-counter .xe-upper .xe-icon i {
    background: #afe9c6;
    font-size: 32px;
}

.xe-widget.xe-counter-block .xe-upper .xe-label .num,
.xe-widget.xe-progress-counter .xe-upper .xe-label .num {
    color: #fff;
}

.xe-widget.xe-counter-block .xe-upper .xe-label span,
.xe-widget.xe-progress-counter .xe-upper .xe-label span {
    color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block .xe-lower,
.xe-widget.xe-progress-counter .xe-lower {
    padding: 15px 30px;
}

.xe-widget.xe-counter-block .xe-lower .border,
.xe-widget.xe-progress-counter .xe-lower .border {
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.xe-widget.xe-counter-block .xe-lower span,
.xe-widget.xe-progress-counter .xe-lower span {
    color: rgba(255, 255, 255, 0.7);
}

.xe-widget.xe-counter-block .xe-lower span,
.xe-widget.xe-counter-block .xe-lower strong,
.xe-widget.xe-progress-counter .xe-lower span,
.xe-widget.xe-progress-counter .xe-lower strong {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
}

.xe-widget.xe-counter-block .xe-lower strong,
.xe-widget.xe-progress-counter .xe-lower strong {
    font-weight: 400;
}

/************   */

/* STYLE 3 */

.chart-item-bg-2 {
    background: #fff;
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.chart-item-bg-2 > div {
    /* display: table-cell; */
    padding: 5px;
    padding-left: 20px;
    vertical-align: middle;
}

.chart-item-bg-2 .chart-item-num {
    padding-left: 5px;
    font-size: 90px;
    color: #434444;
    padding-right: 30px;
    white-space: nowrap;
}

/************   */

/* PIVOT */

.edit-pivot-grid {
    width: 350px;
    padding: 10px;
}

.edit-pivot-grid .first-row {
    width: 350px;
    min-height: 100px;
}

.edit-pivot-grid .second-row {
    width: 350px;
    min-height: 100px;
}

.edit-pivot-grid .first-row .no-drop-square {
    min-height: 100px;
    width: 175px;
}

.edit-pivot-grid .first-row .column-objects {
    background-color: #ccc;
    border: 1px solid #666;
    min-height: 100px;
    width: 175px;
    padding: 10px;
}

.edit-pivot-grid .second-row .row-objects {
    background-color: #ccc;
    min-height: 100px;
    border: 1px solid #666;
    padding: 10px;
    width: 175px;
}

.edit-pivot-grid .second-row .metric-objects {
    background-color: #fea;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    min-height: 100px;
    width: 175px;
    padding: 10px;
}

.lvl-over {
    /* applied to a drop target when a draggable object is over it */
    border: 2px dashed black !important;
}

.lvl-target {
    /*
    applied to all drop targets when a drag operation begins
    removed when the drag operation ends
    used to indicate drop targets on a page
    */
    background-color: #ddd;
    opacity: 0.5;
}

[draggable] {
    /* not applied by the directive, but useful to indicate a draggable element */
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: move;

    /* border:1px solid black; */
}

/*************   */

.page-title {
    background: #f8f8f8;
    margin: -30px;
    margin-bottom: 30px;
    padding: 20px 0;
    -webkit-box-shadow:
        0 1px 0 rgba(0, 1, 1, 0.08),
        inset 0 1px 0 #ededed;
    -moz-box-shadow:
        0 1px 0 rgba(0, 1, 1, 0.08),
        inset 0 1px 0 #ededed;
    box-shadow:
        0 1px 0 rgba(0, 1, 1, 0.08),
        inset 0 1px 0 #ededed;
}

/***********  ORB  ************/
.table .num {
    font-size: 0.8em;
    display: inline-block;
    padding: 7px;
    width: 29px;
    text-align: center;
    border-radius: 35px;
    color: #fff;
    font-weight: 700;
    background-color: #d3d3d3;
}

.breadcrumb {
    position: relative;
    font-weight: 700;
    height: 44px;
    border-radius: 3px;
    margin-bottom: 15px;
    margin-top: -5px;
    background-color: #dddddb;
}

.breadcrumb ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    float: left;
    font-family: "Open Sans", sans-serif;
    margin: 0 7px 0 14px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 1px;
}

.breadcrumb li a {
    background: #fff;
    display: block;
    height: 28px;
    padding: 5px 10px 8px;
    float: left;
    text-decoration: none;
    color: #666;
    position: relative;
}

.breadcrumb li:first-child a {
    border-radius: 5px 0 0 5px;
    padding-left: 15px;
    margin-left: -18px;
}

.breadcrumb .active {
    margin-top: 5px;
    margin-left: 9px;
    color: #777;
}

.breadcrumb li a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -14px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 9px solid #fff;
    right: -9px;
}

.breadcrumb li a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -14px;
    border-width: 14px 0 14px 9px;
    border-style: solid;
    border-color: #fff #fff #fff transparent;
    left: -9px;
}

.breadcrumb li:first-child a::before {
    border: 0;
}

.powerwidget::before,
.powerwidget::after,
.powerwidget > div::before,
.powerwidget > div::after,
.inner-spacer::before,
.inner-spacer::after,
.powerwidget-editbox::before,
.powerwidget-editbox::after,
.clearfix::before,
.clearfix::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    position: absolute;
    left: 10px;
    border-radius: 50%;
    font-size: 0;
    background: #969fa1;
    padding: 3px;
    color: #969fa1;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 0;
    text-align: center;
    transition: background 0.2s;
}

.jqvmap-zoomin {
    top: 10px;
}

.jqvmap-zoomout {
    top: 45px;
}

/* READ ONLY FORM */

.readOnlyFormFieldAlias {
    font-weight: bold;
}

.readOnlyFormFieldData {
    color: #999;
}

.tree-cube {
    width: 100%;
    padding: 2px;
}

.tree-cube-label {
    width: 100%;
    padding: 2px;
    border: solid 1px #999;
    height: 30px;
    overflow: hidden;
}

.tree-cube-label:hover {
    background-color: #fff;
    cursor: pointer;
}

.editor-panel {
    width: 100%;
    height: 100%;
    color: white;
}

.editor-panel .content-section {
    margin-left: 15px;
}

.editor-panel select {
    color: black;
}

.tree-cube-sublabel {
    /* width: 100%; */
    height: 30px;
    overflow: hidden;
    margin-left: 15px;
    font-weight: bold;
}

.tree-cube-object {
    /* width: 100%; */
    height: 15px;
    overflow: hidden;
    margin-left: 25px;
    margin-right: 5px;
    z-index: 999;
    position: relative;
    border: none;
}

.tree-cube-object:hover {
    border: dotted 1px #999;
    padding: 0;
    cursor: move;
    margin-right: 5px;
}

.filter-zone {
    width: 100%;
    margin: 5px;
    min-height: 45px;

    /* border: dotted 3px #999999; */
    position: relative;
    border-radius: 25px;
    background-color: gainsboro;
}

.filter-zone-label {
    font-size: 2em;
    color: #999;
    z-index: -1;
    margin-right: 10px;
    margin-left: 10px;
}

.filter-box {
    width: auto;
    min-height: 30px;
    border: solid 1px #999;
    margin: 5px;
    padding: 5px;
    z-index: 0;
    background-color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;

    /* float:left; */
}

.column-zone {
    width: 100%;
    margin: 2px;

    /* min-height: 45px; */

    /* border: dotted 3px #002a80; */
    position: relative;
    border-radius: 25px;
    background-color: gainsboro;
}

.ul-drop {
    list-style-type: none;
}

.column-box {
    width: auto;
    min-height: 30px;
    border: none;
    margin: 4px;
    padding: 2px;
    z-index: 0;
    background-color: #557fc2;
    font-weight: bold;
    float: left;
    cursor: move;
    border-radius: 25px;
    color: white;
    padding-left: 10px;
}

.chart-series-button {
    border-radius: 25px;
    width: 25px;
    padding: 3px;
    margin-left: 5px;
    background-color: #666;
    color: #94c255;
}

.order-box {
    background-color: #999;
    color: #666;
}

.column-box-close-btn {
    background-color: transparent;
    color: white;
    padding: 6px;
    border-radius: 25px;
    margin-left: 2px;
    width: 25px;
    text-align: center;
}

.column-box-agg-btn {
    background-color: transparent;
    color: white;
    padding: 6px;
    border-radius: 25px;
    margin-left: 2px;
    width: 25px;
    text-align: center;
}

.order-box-close-btn {
    background-color: #ccc;
    color: #999;
    padding: 5px;
    border-radius: 25px;
    margin-left: 5px;
}

.dropAlert {
    color: #de87aa;
    padding-left: 5px;
    padding-right: 5px;
}

.slider-selection {
    background: #de87aa;
}

.slider-handle {
    background: #de87aa;
}

.slider-track-high {
    background: #ccc;
}

.indicator-style1-icon {
    background: #afe9c6;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}

.schema-element {
    width: 100%;
    height: 20px;
    overflow: hidden;

    /* border: solid 1px #999999; */

    /* background-color: #CCC; */
    margin: 1px;
    padding-left: 5px;
    z-index: 0;
    cursor: move;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.schema-element-report {
    width: 95%;
    min-height: 20px;
    margin: 1px;
    padding-left: 5px;
    z-index: 0;
    cursor: move;
}

.schema-folder {
    width: 100%;
    height: 20px;
    overflow: hidden;

    /* border: solid 1px #999999; */

    /* background-color: #CCC; */
    margin: 1px;
    padding-left: 5px;
    z-index: 0;
    font-weight: bold;
    cursor: move;
    color: #999;
}

.schema-folder-report {
    width: 100%;
    height: 20px;
    overflow: hidden;
    margin: 1px;
    padding-left: 5px;
    z-index: 0;
    font-weight: bold;
    cursor: move;
    color: #999;
}

.schema-folder-report a {
    color: #999;
}

.schema-element-container-default {
    color: #666;
}

.schema-element-container-placeholder {
    border: 1px dashed #999;
    color: #666;
    padding-bottom: 30px;
}

.schema-element:hover .schema-element-btn {
    display: block;
}

.schema-folder:hover .schema-element-btn {
    display: block;
}

.schema-container .list-group-item {
    position: relative;
    display: block;
    padding: 0 0;
    padding-left: 10px;
    margin-bottom: -1px;
    background-color: #666;
    border: 0 solid #ddd;
}

.schema-container-report .list-group-item {
    position: relative;
    display: block;
    padding: 0 0;
    margin-bottom: -1px;
    border: 0 solid #ddd;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.schema-element-btn {
    padding-left: 2px;
    padding-right: 5px;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    height: 25px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}

.list-group-item.data-source-element {
    color: #666;
}

.delete-schema-element-btn {
    font-size: xx-small;
    color: #de87aa;
    border: 1px solid #de87aa;
    background-color: #fff;
    border-radius: 2px;
    margin-left: 3px;
    margin-top: 3px;
    min-width: 40px;
    height: 17px;
    text-transform: uppercase;
}

.delete-schema-element-btn-icon {
    /* background-color: #de87aa; */
    border-radius: 10px;
    padding: 3px;
    color: #de87aa;
    margin-left: 3px;
    cursor: pointer;
    border: 1px solid #de87aa;
}

.edit-schema-element-btn {
    font-size: xx-small;
    color: #999;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 2px;
    margin-left: 3px;
    margin-top: 3px;
    min-width: 40px;
    height: 17px;
    text-transform: uppercase;
}

.edit-schema-element-btn-icon {
    /* background-color: #fff; */
    border-radius: 10px;
    padding: 3px;
    color: #999;
    margin-left: 3px;
    cursor: pointer;
    border: 1px solid #999;
}

.save-folder-element-btn-icon {
    /* background-color: #fff; */
    border-radius: 10px;
    padding: 3px;
    color: #afe9dd;
    margin-left: 3px;
    cursor: pointer;
    border: 1px solid #afe9dd;
}

.schema-item-report {
    background: none;
}

.schema-aggregate-element-container {
    padding-left: 5px;
    font-style: italic;
}

.element-disabled {
    cursor: not-allowed;
    font-style: italic;
    color: #85878c;
}

.delete-schema-dataset-btn {
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}

.element-variable {
    color: #00f;
    padding-left: 2px;
    padding-right: 2px;
}

.filter-in-list {
    border: 1px solid #ccc;
    margin-right: 2px;
    padding: 5px;
}

.filter-in-list-remove {
    cursor: hand;
}

.columnLink {
    color: #de87aa;
}

.page-title.full-width {
    width: 100%;
}

.column-box .btn {
    margin-bottom: 0;
}

.angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.group-title {
    background-color: #687074 !important;
    color: #fff !important;
}

.tree-node {
    border: 1px solid #dae2ea;
    color: #7c9eb2;
}

.tree-node-content {
    margin: 5px;
    min-height: 35px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.tree-node-folder {
    min-height: 25px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    background: none;
    cursor: hand;
    border: none;
    font-size: 16px;
}

.panel-success .tree-node-folder {
    color: #de87aa;
}

.panel-blue .tree-node-folder {
    color: #0e62c7;
}

.tree-node-folder:hover {
    color: #666;
    background: none;
    border: none;
    cursor: inherit;
}

.tree-node-item {
    min-height: 25px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: none;
    border: none;
    color: #666;
    cursor: inherit;
}

.tree-node-item:hover {
    font-weight: bold;
}

.tree-node-item a {
    padding-left: 5px;
}

.user-objects {
    overflow: hidden;
    height: 250px;
}

@media (min-width: 768px) {
    .user-objects {
        height: 250px;
    }
}

@media (min-width: 992px) {
    .user-objects {
        height: 533px;
    }
}

.user-objects .angular-ui-tree {
    overflow-y: auto;
    overflow-x: hidden;
    height: 220px;
}

@media (min-width: 768px) {
    .user-objects .angular-ui-tree {
        height: 220px;
    }
}

@media (min-width: 992px) {
    .user-objects .angular-ui-tree {
        height: 500px;
    }
}

.alert-block {
    color: #de87aa;
}

.last-executions-objects {
    height: 200px;
}

.most-executions-objects {
    height: 200px;
}

.user-objects .angular-ui-tree-node,
.angular-ui-tree-placeholder {
    min-height: 0;
}

.report-repeater-column-header {
    padding: 2px;
    font-weight: bold;
    color: #666;

    /* background-color:#ccc; */
    height: 30px;
    vertical-align: middle;

    /* overflow: hidden; */
    display: table;
}

.report-repeater-column-header .btn {
    height: 27px;
}

.dropdownExport {
    background-color: #eee;
    padding: 5px;
}

.dropdownExport .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.details {
    background-color: #f5f5f5;
}

.details > summary {
    border-bottom: 1px solid #000;
    padding: 2px 5px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.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;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.scrollable-dropdown-menu > .dropdown-menu {
    max-height: 20rem;
    overflow-y: auto;
}

.repeater-data-column {
    height: 20px;
    overflow: hidden;
    padding: 2px;
    border-bottom: 1px solid #ccc;
}

.repeater-data .repeater-data-column:last-of-type {
    border-right: 5px;
}

.repeater {
    width: 100%;
    height: 100%;
    max-height: 500px;
    overflow-y: scroll;
    border: 1px solid #ccc;
}

.sortorder::after {
    content: "\25b2";
}

.sortorder.reverse::after {
    content: "\25bc";
}

.calculus-data-column {
    text-align: right;
}

.calculus-label {
    font-weight: bold;
}

.calculus-value {
    font-weight: bold;
    font-size: 16px;
}

.last-executed-item {
    margin-bottom: 2px;
}

.most-executed-item {
    margin-bottom: 2px;
}

.badge.badge-success {
    background-color: #666;
}

.badge.badge-danger {
    background-color: #de87aa;
}

.badge.badge-primary {
    background-color: #2c2e2f;
}

.badge.badge-secondary {
    background-color: #afe9c6;
}

.badge.badge-yellow,
.badge.badge-warning {
    background-color: #fea;
}

.badge.badge-blue,
.badge.badge-info {
    background-color: #afe9dd;
}

.badge.badge-purple {
    background-color: #7c38bc;
}

.badge.badge-blue {
    background-color: #0e62c7;
}

.badge.badge-red {
    background-color: #d5080f;
}

.badge.badge-black {
    background-color: #222;
}

.badge.badge-white {
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: 0 0 0 1px #ddd;
    -moz-box-shadow: 0 0 0 1px #ddd;
    box-shadow: 0 0 0 1px #ddd;
}

.prompts-block .panel {
    padding: 0;
}

.prompts-block .panel .panel-body {
    padding-top: 5px;
}

.find-input {
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    -o-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
}

.repeater-tool-container {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.incomplete-filter {
    border: 1px solid #de87aa;
    background-color: #f2dada;
}

div.callout {
    height: 60px;
    width: 200px;
    float: left;
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #444, #444);

    /* position: relative;
	color: #ccc; */
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 20px #999;
    margin: 10px;
    border: 1px solid #fff;
    z-index: 500;
    position: absolute;
    min-height: 100px;
    min-width: 200px;

    /* text-shadow: 0 0 1px #666666; */
    display: none;

    /* box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset; */
}

.callout::before {
    content: "";
    width: 0;
    height: 0;
    border: 0.8em solid transparent;
    position: absolute;
}

.callout.top::before {
    left: 45%;
    bottom: -20px;
    border-top: 10px solid #fff;
}

.callout.bottom::before {
    left: 45%;
    top: -20px;
    border-bottom: 10px solid #fff;
}

.callout.left::before {
    right: -20px;
    top: 40%;
    border-left: 10px solid #fff;
}

.callout.right::before {
    left: -20px;
    top: 40%;
    border-right: 10px solid #fff;
}

.callout.top-left::before {
    left: 7px;
    bottom: -20px;
    border-top: 10px solid #fff;
}

.callout.bottom-left::before {
    left: 7px;
    top: -20px;
    border-bottom: 10px solid #fff;
}

.callout.top-right::before {
    right: 7px;
    bottom: -20px;
    border-top: 10px solid #fff;
}

.callout.bottom-right::before {
    right: 7px;
    top: -20px;
    border-bottom: 10px solid #fff;
}

.introjs-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 300;
    display: none;

    /* opacity: 0; */
    background: -moz-radial-gradient(
        center,
        ellipse cover,
        rgba(0, 0, 0, 0.4) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    background: -webkit-gradient(
        radial,
        center center,
        0,
        center center,
        100%,
        color-stop(0%, rgba(0, 0, 0, 0.4)),
        color-stop(100%, rgba(0, 0, 0, 0.9))
    );
    background: -webkit-radial-gradient(
        center,
        ellipse cover,
        rgba(0, 0, 0, 0.4) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    background: -o-radial-gradient(
        center,
        ellipse cover,
        rgba(0, 0, 0, 0.4) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    background: -ms-radial-gradient(
        center,
        ellipse cover,
        rgba(0, 0, 0, 0.4) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    background: radial-gradient(
        center,
        ellipse cover,
        rgba(0, 0, 0, 0.4) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.jtk-node {
    background-color: #d5d5d5;
}

.isPK {
    /* background-color: #aaa;
    border: 1px solid #aaa;
    */
    font-weight: bolder;
}

.jtk-field-selected {
    width: 15px;
    height: 15px;
}

.selectedElement {
    background-color: #666;
}

.canvas-er-toolbar {
    position: absolute;
    top: 75px;
    left: 260px;
    height: 35px;
}

.canvas-parent {
    position: absolute;
    top: 50px;
    left: 260px;
    overflow: scroll;
    cursor: -webkit-grab;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.canvas-er {
    height: 2000px;
    width: 2000px;
    overflow: visible !important;
    border: 0;
    background-color: transparent;
}

._jsPlumb_connector {
    z-index: 100;
}

.business-object {
    padding: 16px;
    position: absolute;
    z-index: 4;
    border: 1px solid #2e6f9a;
    box-shadow: 2px 2px 19px #e0e0e0;
    -o-box-shadow: 2px 2px 19px #e0e0e0;
    -webkit-box-shadow: 2px 2px 19px #e0e0e0;
    -moz-box-shadow: 2px 2px 19px #e0e0e0;
    -moz-border-radius: 8px;
    border-radius: 8px;
    opacity: 0.8;
    cursor: move;
    background-color: white;
    font-size: 11px;
    -webkit-transition: background-color 0.25s ease-in;
    -moz-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in;
}

.business-object:hover {
    background-color: #afe9dd;
    color: white;
}

.btn.btn-gray:hover {
    background-color: #e1e1e1;
}

.btn.btn-gray {
    background-color: #eee;
    color: #333;
}

#dataObjects {
    position: absolute;
    top: 42px;
    right: -18px;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    z-index: 100;
    width: 300px;
    box-sizing: border-box;

    /* padding: 15px 30px 15px 100px; */
    color: #fff;
    background-color: #3f4652;

    /* background: linear-gradient(to right,#272c33 0,#272c33 71px,#ebeced 71px,#ebeced 100%); */
    -webkit-transform: translate3d(0, 0, 0);
}

#gauge-max {
    margin-left: 20px;
}

#dropZone {
    position: absolute;
    left: 300px;
    right: 0;
    top: 50px;
    bottom: 0;
    box-sizing: border-box;

    /* background-color: #CCCCCC; */
    padding: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    /* min-width: 660px; */
    overflow: auto;

    /* padding: 20px; */

    /* background: #fff; */
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.layer {
    position: absolute;
    left: 0;
    right: -18px;
    top: 0;
    bottom: 0;
    z-index: 10;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;

    /* padding: 20px 20px 20px 30px; */
    transition: all 0.3s linear;
}

.grid-cell-right {
    text-align: right;
}

/*************** GRID DEFAULT THEME ******************/

/*
Palette
464255
3F4652
172030
222730
58606D
777E69
3F4652
58606D
*/

.ui-grid-cell {
    /* grid boy cells */
    /* padding: 5px; */
    font-size: 16px;
    color: #3f4652;
}

.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #cccdd0; /* alternate colors par */
}

.ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: transparent; /* alternate colors impar */
}

.ui-grid-top-panel {
    /* header */
    font-weight: bold;
    color: #fff;
    background: #3f4652;
    height: 40px;
    padding: 5px;
}

/*************** ***************** ******************/

.report-type-button {
    border-radius: 40px;

    /* height: 80px;
    width: 80px;
    padding: 14px; */
    height: 45px;
    width: 45px;
    padding: 8px 9px;
    border: 1px solid #999;
}

.report-type-button img {
    /* from 50px */
    width: 25px;
    height: 25px;
}

.report-selected-btn {
    background-color: #ccc;
    border-color: #666;
    border-width: 2px;
}

.report-unselected-btn {
    background-color: transparent;
}

.query-edit-btn {
    background-color: #fea;
}

.query-edit-btn:hover {
    background-color: #ffa366;
}

.arrow_box {
    position: relative;
    background: #afe9dd;
    border: 4px solid #666;
}

.arrow_box::after,
.arrow_box::before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box::after {
    border-color: rgba(24, 168, 223, 0);
    border-left-color: #666;
    border-width: 14px;
    margin-top: -14px;
}

.arrow_box::before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #c2e1f5;
    border-width: 20px;
    margin-top: -20px;
}

.list-button {
    font-size: 14px;
    margin-right: 3px;
    margin-left: 3px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 3px;
    border-radius: 5px;
    color: white;
    background-color: silver;
    cursor: pointer;
}

.sort-button {
    padding: 2px 5px;
    margin: 0 5px;
    color: silver;
    cursor: pointer;
}

.sort-button.active {
    color: #666;
}

.paginated-list .btn {
    background-color: silver;
}

.btn-delete {
    color: #fff;
    font-size: 14px;
    margin-right: 3px;
    margin-left: 3px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 3px;
    border-radius: 5px;
    background-color: #de87aa;
}

.published-tag {
    font-size: 14px;
    margin-right: 3px;
    margin-left: 3px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 3px;
    border-radius: 5px;
}

.data-objects-layer {
    position: absolute;
    left: 0;
    right: -18px;
    top: 0;
    bottom: 0;
    z-index: 10;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    padding-right: 10px;
    padding-top: 10px;
    transition: all 0.3s linear;
}

/****** SELECT 2 *******/

html .chosen-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

html .chosen-container .chosen-choices {
    background: #fff !important;
    border-color: #e4e4e4 !important;
    padding: 0;
    height: 35px;
    -webkit-border-radius: 0 !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 0 !important;
    -moz-background-clip: padding !important;
    border-radius: 0 !important;
    background-clip: padding-box !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

html .chosen-container .chosen-choices .chosen-arrow,
html .chosen-container .chosen-choice .chosen-chosen,
html .chosen-container .chosen-choice .chosen-search-choice-close {
    padding: 0;
    line-height: 35px;
}

html .chosen-container .chosen-choices .chosen-chosen {
    margin: 0;
    padding-left: 15px;
    padding-right: 10px;
    margin-right: 35px;
}

html .chosen-container .chosen-choices .chosen-search-choice-close {
    margin-right: 20px;
    top: 11px;
}

html .chosen-container .chosen-choices .chosen-arrow {
    background: #f5f5f5;
    border-left-color: #e4e4e4;
    text-align: center;
    color: #717272;
    width: 35px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}

html .chosen-container .chosen-match .chosen-arrow b {
    background: 0 0 !important;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

label[for] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* select2 */

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #afe9c6;
    height: 25px;
}

@media (min-width: 1269px) {
    .input-in {
        min-width: 400px;
    }
}

@media (max-width: 1268px) {
    .input-in {
        min-width: 350px;
    }
}

@media (max-width: 1000px) {
    .input-in {
        min-width: 300px;
    }
}

@media (max-width: 900px) {
    .input-in {
        min-width: 250px;
    }
}

@media (max-width: 800px) {
    .input-in {
        min-width: 200px;
    }
}

@media (max-width: 750px) {
    .input-in {
        min-width: 150px;
    }
}

.ui-select-multiple.ui-select-bootstrap {
    width: 100%;
    min-height: 33px;
    margin-bottom: 8px;
}

.wst-main-color {
    color: #de87aa;
}

.filter-label-value {
    /* background-color: white; */
    height: 35px;
    padding: 9px;
    min-width: 95px;
}

.ui-grid-menu-button {
    background-color: #666;
    color: #fff;
    height: 40px;
}

.shorter-menu {
    height: 250px;
    overflow-y: auto;
}

.has-error {
    border-color: #de87aa;
    color: #de87aa;
}

.has-error-message {
    font-size: 12px;
    color: #de87aa;
}

.input-group-addon {
    padding: 3px 3px;
}

.input-group-addon .color-preview {
    width: 24px;
}

.branded-label {
    color: #666;
}

.main-menu-logo {
    background-color: transparent;
    color: #fff;
    text-align: center;
}

.bs-docs-footer {
    padding-top: 10px;
    padding-bottom: 10px;

    /* position: fixed;
    bottom: 0; */
    width: 100%;
    margin-top: 10px;
    color: #ccc;
    text-align: left;
    background-color: #2a2730;
}

.bs-docs-footer-links {
    padding-left: 0;
    margin-bottom: 20px;
}

.bs-docs-footer-links li {
    display: inline-block;
}

.bs-docs-footer a {
    color: #fff;
}

.bs-docs-featurette + .bs-docs-footer {
    margin-top: 0;
    border-top: 0;
}

.layer-tree-datasource {
    font-weight: normal;
}

.selected-datasource {
    font-weight: bolder;
    color: #de87aa;
}

.selected-datasource:hover {
    color: #666;
}

.layer-tree-datasource-collection {
    font-weight: normal;
    cursor: pointer;
    width: 220px;
    margin-bottom: 3px;
    overflow: hidden;
    color: white;
}

.layer-tree-datasource-collection:hover {
    color: #3f4652;
}

.add-to-layer-btn {
    font-size: 9px;
    width: 40px;
    background-color: white;
    color: #666;
}

.layer-tree-datasource-collection:hover .add-to-layer-btn {
    background-color: #666;
    color: white;
}

.layer-tree-datasource-field {
    width: 200px;
}

.layer-tree-td-name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    padding-left: 3px;
}

#fountainG {
    position: relative;
    width: 78px;
    height: 9px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgb(0, 0, 0);
    width: 9px;
    height: 9px;
    animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
}

#fountainG_2 {
    left: 10px;
    animation-delay: 0.75s;
}

#fountainG_3 {
    left: 19px;
    animation-delay: 0.9s;
}

#fountainG_4 {
    left: 29px;
    animation-delay: 1.05s;
}

#fountainG_5 {
    left: 39px;
    animation-delay: 1.2s;
}

#fountainG_6 {
    left: 49px;
    animation-delay: 1.35s;
}

#fountainG_7 {
    left: 58px;
    animation-delay: 1.5s;
}

#fountainG_8 {
    left: 68px;
    animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        transform: scale(0.3);
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -o-transform: scale(0.3);
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -ms-transform: scale(0.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -webkit-transform: scale(0.3);
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -moz-transform: scale(0.3);
        background-color: rgb(255, 255, 255);
    }
}

.rotate {
    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:dximagetransform.microsoft.basicimage(rotation=3);
}

#selectLayerContainer {
    padding: 5px;
    padding-right: 10px;
    margin-bottom: 5px;
}

#selectLayer {
    height: 27px;
    background-color: #ccc;
}

.object-panel-header {
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;

    /* padding: 5px; */
    right: 0;
    background-color: #272c33;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.object-panel-header-icon {
    width: 40px;
    height: 100%;
}

.object-panel-header-icon.active {
    background-color: #3f4652;
}

.object-panel-header-icon i {
    font-size: 22px;
    margin-left: 10px;
    margin-top: 8px;
    cursor: pointer;
}

.object-panel-header-inner {
    height: 40px;
    position: absolute;
    top: 0;
    left: 40px;
    right: 0;
    background-color: #3f4652;
    color: #fff;
    padding: 5px;
}

#objectPanel {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 300px;
    box-sizing: border-box;
    color: #666;
    background: linear-gradient(
        to right,
        #272c33 0,
        #272c33 71px,
        #ebeced 71px,
        #ebeced 100%
    );
}

#objectPanel > menu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    height: 40px;
    list-style: none;
    text-align: center;
    background: transparent;
    display: flex;
    align-items: stretch;
    transform: rotate(90deg) translateX(-40px);
    transform-origin: bottom left;
}

#objectPanel > menu li {
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
}

#objectPanel > menu a:hover,
#objectPanel > menu .on a {
    color: #de87aa;
    background-color: #3f4652;
}

#objectPanel > menu .on a {
    color: white;
}

#objectPanel > menu a {
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    transition:
        all 0.15s linear,
        opacity 0s linear;
    height: 100%;
    white-space: nowrap;
    transform: rotate(180deg);
    transform-origin: center;
    display: flex;
    align-items: center;
}

#objectPanel > menu a i {
    font-size: large;
    transform: rotate(90deg);
    transform-origin: center;
    padding: 0 12px;
}

.objectPanel-menu-label {
    font-size: 70%;
    padding-left: 12px;
}

#objectPanel > .content {
    position: absolute;
    left: 40px;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden auto;

    padding: 0 10px;
    text-align: left;
    background-color: #3f4652;
}

#objectPanel .vScrollTrack {
    top: -47px;
}

.scrollTrack {
    cursor: default;
    margin: 3px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vScrollTrack {
    bottom: 0;
    right: 9px;
    top: 0;
    width: 0;
    z-index: 2499;
}

.scrollThumb {
    background-color: #666;
    border-radius: 5px;
    border: 1px solid #ebeced;
    box-sizing: border-box;
    height: 9px;
    opacity: 0;
    transition: opacity 0.15s linear;
    width: 9px;
}

#objectPanel .scrollThumb,
.paletteToolbarWrapper .scrollThumb {
    background-color: #fff;
    border-width: 0;
    height: 7px;
    width: 7px;
}

.hScrollTrack {
    bottom: 9px;
    height: 0;
    left: 0;
    right: 0;
    z-index: 2498;
}

#elementsTab #dataObjectsInner {
    padding: 0 0 0 0;
    padding-top: 10px;
}

.explorer-main-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 530px;
}

.explorer-container {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    height: 100%;
}

.explorer-header {
    height: 50px;
    background: #f6f6f7;
    color: #3e3f40;
    font-size: 24px;
    font-weight: 100;
    padding: 0 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #666;
    position: fixed;
    z-index: 30;
}

.explorer-header-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.explorer-header-buttons {
    position: relative;
    z-index: 1004;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.explorer-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

#designArea {
    position: absolute;
    left: 300px;
    right: 0;
    top: 55px;
    bottom: 0;
    padding: 0 18px 18px 0;
    box-sizing: border-box;
    overflow-y: auto;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
    background-color: #ddd;
}

.scrollPane {
    outline: none;
}

.layer-elements {
    background-color: transparent;
}

.layer-elements-tree {
    position: absolute;
    top: 20px;
    bottom: 0;
    width: 95%;
}

.layer-elements-tree-tr {
    height: 20px;
    overflow: hidden;
    color: #fff;
}

.layer-elements-tree-label {
    height: 20px;
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 5px;
}

.list-group-item {
    background-color: #eee;
}

a.list-group-item {
    color: #666;
}

a.list-group-item:hover {
    background-color: #afe9dd;
}

.layer-add-new-folder-btn {
    margin-left: 5px;
    margin-right: 10px;
    background-color: transparent;
    border: 1px solid #666;
    color: #666;
}

.layer-inner {
    left: 20px;
    position: absolute;
    right: 0;
}

.layer-inner-reports {
    left: 10px;
    position: absolute;
    right: 10px;
}

.dashboard-filter-prompt-item {
    padding: 10px;
}

.dashboard-filter-prompt-item span {
    padding: 2px;
    margin-right: 5px;
    font-size: 16px;
    color: #ccc;
}

.vertical-grid-data-column {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
}

.vertical-grid-label-column {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    background-color: #eee;
    font-weight: bold;
}

.vertical-grid-record-container {
    padding: 0;
    border-bottom: 2px solid #ccc;
}

.vertical-grid-column-container {
    padding: 0;
    border-bottom: 1px solid #ccc;
}

#layerObjectProperties .control-label {
    color: #ccc;
    font-weight: normal;
    font-size: 10px;
}

#layerObjectProperties .tool-set {
    padding: 0;

    /* border: 1px solid #fff;
    border-radius: 5px; */
    margin: 5px;
    margin-bottom: 20px;
}

#layerObjectProperties .tool-set .container-fluid {
    background-color: #ccc;
    padding: 0;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    padding-left: 5px;
    color: #666;
}

#layerObjectProperties .main {
    padding: 0;

    /* border: 1px solid #fff; */
    margin: 5px;
    background-color: #272c33;
    padding-top: 0;

    /* border-radius: 5px; */
}

.leftJoinType {
    z-index: 100;
    font-size: 12px;

    /* background-color: #ccc; */
    padding: 2px;
}

#elementsTab .tool-set {
    background-color: #ccc;
    padding: 0;
    margin: 10px;
    margin-right: 10px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    padding-left: 5px;
    color: #666;
}

#elementsTab .tool-set .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#elementsTab .layer {
    top: 35px;
}

#layerObjectProperties input {
    height: 20px;
    font-size: 10px;
}

#layerObjectProperties .form-group {
    margin-bottom: 5px;
}

#layerObjectProperties textarea {
    overflow: hidden;
    word-wrap: break-word;
    resize: horizontal;
    height: 100px;
    font-size: 10px;
}

#layerObjectProperties .nav.nav-tabs + .tab-content {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

#layerObjectProperties .nav.nav-tabs > li > a {
    margin-right: 0;
    padding: 5px;
    cursor: pointer;
    background-color: #3f4652;
    color: #ccc;
    border-radius: 0;
    border-width: 0;
    outline: 0;
}

#layerObjectProperties .nav.nav-tabs > li.active > a {
    border: 0;
    background-color: #272c33;
    color: #fff;
}

#layerObjectProperties .tab-container {
    padding-bottom: 20px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 20px;
    min-height: 300px;
}

#layerObjectProperties .help-block {
    color: #fff;
    font-size: 10px;
}

#layerObjectProperties .help-block a {
    color: #ccc;
    cursor: pointer;
    text-align: right;
}

#elementModal .panel-body {
    background-color: #fff;
    padding: 10px;
    min-height: 250px;
}

#elementModal .modal-body {
    background-color: #eee;
}

#layerObjectProperties .main-properties-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

#objectPanel input {
    background-color: #272c33;
    border: 0;
    color: white;
}

/* Files */
.files-modal-dialog {
    width: 100%;
}

.files-modal-body {
    height: 510px;
}

.files-modal-list {
    height: 475px;
    overflow-y: scroll;
    overflow-x: hidden;
    list-style: none;
    padding: 0;
}

.files-modal-list li {
    display: inline;
}

.files-modal-list > li > a > img {
    width: 150px;
    height: 150px;
    padding: 5px;
    border: 1px solid #eee;
    margin: 5px;
}

.files-modal-list > li > a > img:hover {
    background-color: #afe9dd;
}

.files-gallery {
    margin: -20px;
}

.files-gallery .nav.nav-tabs + .tab-content {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}

.files-gallery .close {
    margin-bottom: 10px;
}

.files-modal-window .modal-dialog {
    width: 80%;

    /* margin: 0px; */
}

.files-modal-window .modal-content {
    border-radius: 0 !important;
}

.modal .modal-dialog .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #f5f5f5;
    padding: 30px;
}

.c3-grid line {
    stroke: #000;
}

.c3 svg {
    display: block;
}

.about-page a {
    text-decoration: underline;
}

.scroll-list {
    height: 300px;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px #ddd solid;
    border-radius: 5px;
}

.scroll-list li {
    text-align: left;
}

.scroll-list .scroll-list-selected {
    color: blue;
    background-color: #ccc;
}

.panel-silver {
    border-color: #666;
}

.panel-silver > .panel-heading {
    color: #666;
    background-color: silver;
    border-color: #666;
}

.page-header {
    margin-top: 5px;
    border-bottom-width: 2px;
    border-bottom-color: #666;
    padding-bottom: 15px;
}

.explorer-header-title h3,
.page-header h3,
.page-header .h3 {
    margin: 0;
}

.report-grid {
    background-color: #fff;
}

.report-grid > table {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
}

.report-grid > table > thead {
    background-color: #fff;
    position: sticky;
    top: 0;
}

.report-grid > table > tbody {
    border-bottom: 2px solid lightgrey;
}

.report-grid > table > thead > tr > th,
.report-grid > table > tbody > tr > th,
.report-grid > table > tfoot > tr > th,
.report-grid > table > thead > tr > td,
.report-grid > table > tbody > tr > td,
.report-grid > table > tfoot > tr > td {
    padding: 8px;
    border-bottom: 1px solid lightgrey;
}

.report-grid > table > thead > tr > th,
.report-grid > table > tbody > tr > th,
.report-grid > table > tfoot > tr > th {
    background-color: #eee;
}

.report-grid > table > tbody > tr.divider > td {
    padding: 0;
}

.code {
    font-family: monospace;
}

.dragover {
    box-shadow: inset 0 0 5px 0 rgba(150, 150, 255, 0.7);
}

.editable-text {
    cursor: pointer;
    color: #428bca;
    border-bottom: 1px dashed #428bca;
}

.btn-group {
    display: inline-flex;
}

.btn-silver {
    background-color: #c0c0c0;
    border-color: #a6a6a6;
    color: white;
}

.btn-silver:hover {
    background-color: #b3b3b3;
    border-color: #999;
    color: white;
}

.label-lg {
    font-size: 1em;
}

.dashboard-report-list-item {
    margin-bottom: 5px;
    margin-top: 5px;
    display: flex;
    align-items: stretch;
}

.dashboard-report-list-item > * {
    border-color: white;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
}

.dashboard-report-list-item > :first-child {
    border-right-style: none;
    border-radius: 5px 0 0 5px;
    background-color: white;
}

.dashboard-report-list-item > :last-child {
    border-left: none;
    padding-left: 7px;
    border-radius: 0 5px 5px 0;
}

.dashboard-report-list-item:hover > *,
.dashboard-report-list-item.hovered > * {
    border-color: hsl(200 80% 50%);
}

[page-block]:hover:not(:has([page-block]:hover)),
[page-block].hovered {
    outline: dotted 2px hsl(200 80% 50%);
}
[page-block]:hover:not(:has([page-block]:hover)).selected,
[page-block].selected {
    box-shadow: 0 0 1px 2px hsl(200 80% 70%);
}

.notify-messages {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}

app-report-filter-form {
    display: block;
}

app-report-filter-form .form-inline .form-group {
    display: flex;
    align-items: center;
    column-gap: 1em;
    flex-wrap: nowrap;
}

app-report-filter-form .form-inline .form-group label {
    flex-shrink: 0;
    flex-basis: 20%;
}

app-report-filter-form .ts-wrapper.single .ts-control::after {
    display: none;
}

app-report-filter-form .inputs {
    flex-grow: 1;
    display: flex;
    column-gap: 1em;
}

app-report-filter-form .inputs > * {
    flex-basis: 100%;
}

#prompts-form app-report-filter-form {
    margin-bottom: 10px;
}
