/* Common Page Styles */
html,
body
{
    height: 100%;
    padding: 0;
    margin: 0;
}

body
{
    background: #32333b;
    font: 12px/16px "Helvetica Neue",Arial,Tahoma,sans-serif;
}

body.modal-open {
    overflow: hidden;
}

a
{
    color: #979aa8;
    text-decoration: none;
}

a:hover
{
    color: #FFF;
    text-decoration: none;
}

.wrapper
{
    overflow:hidden;
    _zoom:1;
    min-height: 100%;
    padding-left: 170px;
}

.left-bar,
.content
{
    padding-bottom:10000px;
    margin-bottom:-10000px;
    float: left;
}

.left-bar
{
    width: 170px;
    margin-left: -170px;
}

.content
{
    background: #e6e7eb url("../img/bg.png");
    width: 100%;
}

.header
{
    background: #32333b;
    max-height: 37px;
    padding-bottom: 1px;
}

.applications-list
{
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
    display: inline-block;
}

.applications-list li
{
    display: inline-block;
    float: left;
}

.applications-list li a
{
    display: block;
    height: 37px;
    line-height: 37px;
    padding-left: 20px;
    padding-right: 35px;
    position: relative;
}

.applications-list li a:hover
{
    background: #3b3c44;
}


.infobar
{
    background: #32333b;
}

.infoline
{
    height: 44px;
    background: #5a5b63 url("../img/infobar_bg.png") repeat-x;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

.box-list .box {
}

.content-title
{
    height: 39px;
    background: #CCC url("../img/title_bg2.png") repeat-x;
}

.box-list .box:first-child .content-title
{
    background: #CCC url("../img/title_bg.png") repeat-x;
    margin-top: -6px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

.logo
{
    display: block;
    width: 110px;
    margin: 0 auto;
    margin-top: 19px;
    margin-bottom: 18px;
}

.logo > img {
    max-width: 100%;
}

.version {
    margin: 3px 0 0 0;
    display: block;
    color: #757782;
    text-align: center;
    font-size: 11px;
}

.block h3.block-title
{
    font-size: 11px;
    text-transform: uppercase;
    color: #757782;
    background: #3b3c44;
    padding: 6px 15px;
    margin: 0;
    font-weight: bold;
    line-height: 16px;

}

.block
{
    margin-bottom: 25px;
    margin-right: 1px;
}

.block ul
{
    list-style: none;
    margin: 1px 0;
    padding: 0;
}

.block ul li
{
    margin-bottom: 1px;
}

.block ul li a
{
    display: block;
    padding: 6px 15px;
    position: relative;
    line-height: 16px;
}

.block ul li a i {
    margin-right: 7px;
}

.block ul li.all a:hover,
.block ul li.all.active a,
.block ul li.all a
{
    padding: 6px 15px;
    background-image: none;
}

.applications-list li.active.green a,
.block ul li.active.green a
{
    background-color: #85bd0a;
    color: #FFF;
}

.applications-list li.active.red a,
.block ul li.active.red a
{
    background-color: #ff3656;
    color: #FFF;
}

.applications-list li.active.none a,
.block ul li.active.none a
{
    background-color: #555;
    color: #FFF;
}

.applications-list li.active.yellow a,
.block ul li.active.yellow a
{
    background-color: #ece243;
    color: #FFF;
}

.applications-list li.active.orange a,
.block ul li.active.orange a
{
    background-color: #ece243;
    color: #FFF;
}

.applications-list li.active.purple a,
.block ul li.active.purple a
{
    background-color: #e153b8;
    color: #FFF;
}

.block ul.widgets-list li.active a
{
    background-color: #5983ed;
    color: #FFF;
}

.block ul.statistics-list li a
{
    display: block;
    padding: 6px 15px 6px 35px;
    background: none;
}

.block ul.statistics-list li:not(.active) a:hover
{
    background: #3b3c44;
}

.box ul.controls
{
    list-style: none;
    margin: 10px 20px 10px 25px;
    padding: 0;
    display: inline-block;
}

.box ul.controls li
{
    float: left;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}

.box ul.controls li span.control-title
{
    display: block;
    width: 180px;
    border: 1px solid #d2d3db;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 15px 5px 27px;
    position: relative;
    color: #444;
    line-height: 16px;
    white-space: nowrap;
}

.box ul.controls li.ui-sortable-helper span.control-title
{
    box-shadow: 0 1px 15px rgba(0,0,0,0.2);
    cursor: move;
}

.box ul.controls li span.control-title .status
{
    position: absolute;
    left: 10px;
    top: 8px;
}

.box ul.controls li.red span.control-title
{
    border: 1px solid #FF3656;
    color: #FF3656;
}

.box h3
{
    position: relative;
    margin: 0;
    height: 38px;
    padding-left: 15px;
    line-height: 38px;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFF;
    font-size: 14px;
    color: #666;
}

.box h3 i {
    margin-right: 7px;
}

.box.green h3
{
    color: #79b200;
}

.box.red h3
{
    color: #FF3656;
}

.smiley {
    text-align: center;
    margin: 10px 0 30px;
}

.status
{
    display: block;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset, 0 1px 0 rgba(255,255,255,0.4);
}

.red.status,
.red .status,
.controls .red .status
{
    background: #fc3e39;
    border: 1px solid #cc231e;
}

.purple.status,
.purple .status,
.controls .purple .status
{
    background: #ff53d6;
    border: 1px solid #c4129a;
}

.green.status,
.green .status,
.controls .green .status
{
    background: #94cc19;
    border: 1px solid #77a50f;
}

.yellow.status,
.yellow .status,
.controls .yellow .status
{
    background: #f4e300;
    border: 1px solid #c19a00;
}

.orange.status,
.orange .status,
.controls .orange .status
{
    background: #ff8400;
    border: 1px solid #cf6d00;
}

.none.status,
.none .status,
.controls .none .status
{
    background: #cccccc;
    border: 1px solid #9b9b9d;
}

.block ul.category-list li a .status
{
    position: absolute;
    right: 15px;
    top: 8px;
}

.block ul.statistics-list li a .status
{
    position: absolute;
    left: 17px;
    top: 8px;
}

.applications-list li a .status
{
    position: absolute;
    right: 17px;
    top: 13px;
}

.applications-list li a .status
{
    position: absolute;
    right: 17px;
    top: 13px;
}

.box h3 .status
{
    display: inline-block;
    margin-right: 7px;
}

.configuration
{
    color: #FFF;
    font-size: 15px;
    padding-left: 15px;
    height: 38px;
    line-height: 38px;
}

.next-refresh,
.last-refresh
{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    color: #cccccc;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}


.next-refresh i,
.last-refresh i {
    margin-right: 7px;
}

.next-refresh
{
    margin-left: 10px;
}

.pull-left
{
    float: left;
}

.pull-right
{
    float: right;
    margin-right: 25px;
}

a.clear-filter-toggle {
    text-transform: lowercase;
    margin-right: 0;
}

a.design-toggle
{
    display: block;
    text-transform: uppercase;
    font-weight: bold;

    line-height: 37px;
    padding-left: 20px;
    padding-right: 20px;

    background-color: #415aa7;
    color: #ffffff;
}

a.design-toggle:hover
{
    background-color: #5868df;
}

.infobar .btn2
{
    float: left;
}

.infobar .btn2
{
    display: inline-block;
    margin-top: 5px;
    color: #FFF;
    background: url("../img/button.png") no-repeat 100% -40px;
    padding-right: 7px;
    font-weight: bold;
}

.infobar .btn2 .inbtn
{
    display: inline-block;
    height: 29px;
    line-height: 28px;
    background: url("../img/button.png") no-repeat 0 0;
    padding-left: 15px;
    padding-right: 8px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.infobar .btn2 .inbtn i {
    margin-right: 7px;
}

.infobar .btn2:hover
{
    background: url("../img/button.png") no-repeat 100% -117px;
}

.infobar .btn2:hover .inbtn
{
    background: url("../img/button.png") no-repeat 0 -77px;
}

.infoline .vline
{
    float: left;
    display: inline-block;
    background: url("../img/vline.png") repeat-y;
    height: 38px;
    width: 2px;
    margin-left: 20px;
    margin-right: 20px;
}

.mute-title
{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding-left: 38px;
    color: #cccccc;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    float: left;
    margin-right: 15px;
}

.chart-list {
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
}

.chart-list .row {
    margin-left: -10px;
    margin-right: -10px;
}

.chart-list .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.chart-item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #D2D3DB;
    margin-bottom: 20px;
    background: #FFF;
    top: auto;
}

.chart-box {
    cursor: pointer;
    background: #FFF;
}

.chart-item .footitle {
    display: block;
    padding: 10px 25px;
    background: #EEE;
}

.chart-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chart-box-name {
    padding-left: 35px;
    padding-top: 15px;
    font-weight: bold;
    font-size: 14px;
    color: #444444;
}

.chart-box-text {
    padding-right: 45px;
    padding-top: 15px;
    font-weight: bold;
    font-size: 12px;
    color: #444444;
}

.one-line-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chart-item .icon-resize-small, .chart-item .icon-resize-full {
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 14px;
    z-index: 100;
    color: #999;
    -webkit-transition: all 0.12s linear;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    transition: all 0.12s linear;
    cursor: pointer;
}

.chart-item .icon-resize-small:hover, .chart-item .icon-resize-full:hover {
    right: 20px;
    top: 12px;
    font-size: 20px;
    color: #444;
}

.chart-item.chart_fullscreen .icon-resize-full, .chart-item .icon-resize-small {
    display: none;
}

.chart-item.chart_fullscreen .icon-resize-small {
    display: inline-block;
    z-index: 102;
}

.history-box
{
    margin-top: 10px;
    margin-bottom: 5px;
}

.history-box .table th, .history-box .table td
{
    padding: 4px 52px;
    border-top: 1px solid #D2D3DB;
    color: #444;
}

.history-box .table th
{
    border: 0;
    color: #666;
}

.arrow-right
{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../img/arrow.png") no-repeat 0 2px;
    margin-left: 10px;
    margin-right: 10px;
}

.table .status
{
    display: inline-block;
}

.table-striped tbody > tr > td, .table-striped tbody > tr > th
{
    background: rgba(255,255,255,0.4);
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th
{
    background: #FFF;
}

.control-tooltip
{
    display: none;
    position: absolute;
    left: 0;
    bottom: 28px;
    z-index: 2000;
    background: #2a2c32;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #FFF;
    padding: 5px 10px;
    width: auto;
    height: auto;
    min-width: 100%;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.control-tooltip .arrow
{
    display: block;
    width: 9px;
    height: 5px;
    background: url("../img/arrow_bottom.png") no-repeat;
    position: absolute;
    left: 102px;
    bottom: -5px;
}

.tooltip-top-line
{
    display: block;
    padding-left: 18px;
    position: relative;
}

.tooltip-top-line .status
{
    position: absolute;
    left: 1px;
    top: 4px;
}

.tooltip-lower-line
{
    display: block;
}

.tooltip-lower-line.time
{
    padding-left: 18px;
    background: url("../img/time_icon.png") no-repeat 0 3px;
}
.chart_fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: calc(100% - 31px) !important;
    z-index: 101;
    left: 0;
    bottom: 0;
}

.chart-box-header{
    position: relative;
}


.chart-item.chart-item-fullscreen .chart-box-header{
    position: fixed !important;
    width: 100% !important;
    background-color: #fff;
    z-index: 101;
    left: 0;
    top: 0;
}

.chart-item.chart-item-fullscreen .icon-resize-small{
    display: block;
}

.chart-item.chart-item-fullscreen .icon-resize-full{
    display: none;
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}

.modal-header h3
{
    margin: 0;
    height: 38px;
    padding-left: 0;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    font-size: 14px;
    color: #CCC;
}

.modal-header h3 .status
{
    display: inline-block;
    margin-right: 7px;
}

.modal-header.custom-modal-header
{
    border-width: 0;
    padding: 9px 0 0 0;
    background: #32333b;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.close.custom-close
{
    padding-right: 15px;
    color: #CCC;
    opacity: 0.4;
    text-shadow: none;
}

.close.custom-close:hover
{
    opacity: 0.8;
}

.modal-header .tabs-pane
{
    margin-bottom: 0;
    padding-left: 15px;
    border-bottom: none;
}

.table-modal tbody > tr > td, .table-modal tbody > tr > th
{
    background: #FFF;
}

.table-modal tbody > tr:nth-child(2n+1) > td, .table-modal tbody > tr:nth-child(2n+1) > th
{
    background: #f9f9f9;
}

.table-modal td
{
    border-top: 1px solid #D2D3DB;
    padding-top: 4px;
    padding-bottom: 4px;
}

.table-modal th
{
    border: 0;
    color: #666;
}

.table-modal input[type="checkbox"] {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

 img.ipix
{
    display: block;  width: 1px; height: 1px; position: absolute; bottom: 0; left: 0;
}

.modal-backdrop, .modal-backdrop.fade.in
{
    background: #000;
    opacity: 0.6;
}

.modal.hide.fade.modal-stretch, .modal.hide.fade.modal-stretch.in
{
    width: 848px;
    height: 80%;
    margin-left: -424px;
    min-height: 470px;
    -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
}

.modal-dialog.components-inspection-modal {

    top: 8%;
    width: 848px;
    bottom: 50%;
    height: 80%;

    -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
}

.modal-dialog.components-inspection-modal .modal-content {
    height: 100%;
}

.modal-body.custom-modal-body {
    padding-top: 15px;
    height: 89%;
    width: 100%;
    overflow-y: auto;
    background-color: #ffffff;
    top: -6px;
    border-top: 3px solid #5a5b63;
    border-bottom: 3px solid #5a5b63;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* modal-body dynamically resizing via JS */
}

.modal-footer-custom {
    height: 28px;
    padding: 0;
    background: #32333b;
    border-top: none;
    position: relative;
    top: -12px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus
{
    color: #CCC !important;
    background: #5a5b63 url("../img/infobar_bg.png") repeat-x;
    border: 1px solid #5a5b63;
}

.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover
{
    color: #CCC;
    border-color: transparent;
    background-color: rgba(90, 91, 99, 0.5);
}

.nav-tabs > li > a
{
    color: #CCC;
    padding-top: 8px;
    padding-bottom: 7px;
}

.nav-tabs > li {
    margin-bottom: 3px;
}

.chart-list.chart-list-modal
{
    display: block;
    margin: 0;
}

.chart-item.chart-item-modal
{
    margin: 5px 0 10px 0;
}

.chart-item.chart-item-modal .chart-box-name
{
    margin-bottom: 10px;
}

.chart-item.chart-item-modal .chart-box
{
    margin-left: 10px;
    margin-bottom: 20px;
}

.accumulators-charts
{
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    left: 50%;
    width: 802px;
    margin-left: -401px;
}

.loading
{
    position: absolute;
    left: 50%;
    top: 50%;
}

.spinner
{
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    background: url("../img/spinner.gif") no-repeat center center;
}

.response-message
{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    font-weight: bold;
    color: #32333b;
}



/* New Content */

/*
Heat map
*/
.heatMap rect.cell-border {
    stroke: #eee;
    stroke-width:0.3px;
}

.heatMap rect {
    opacity: 0.8;
}


.gauge-content {
    display: inline-block;
    margin: 15px 0;
}

.gauge-info {
    margin-top: 10px;
}

.gauge-info .gauge-info-item {
    color: #999;
    cursor: help;
}

.gauge-info .gauge-info-item:hover {
    color: #444;
}

.chart-box {
    min-height: 300px;
    min-width: 450px;
    font: 12px sans-serif;
    width: 100%;
    height: 100%;
}
/* D3 svg */
.chart-box .axis path,
.chart-box .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.chart-box .line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
}

.chart-box .line.hover {
    fill: none;
    stroke: steelblue;
    stroke-width: 3.0px;
}

.chart-box .grid .tick {
    stroke: lightgrey;
    opacity: 0.7;
}

.chart-box .grid path {
    stroke-width: 0;
}

svg .legendButtons{
    cursor: pointer;
}
/* D3 svg end */

.d3-chart-qtip2 {
    max-width: none !important;
    position: absolute;
    padding: 10px;
    background-color: white;
    pointer-events: none;
}

.d3-chart-qtip2 .qtip-titlebar {
    text-align: center;
    padding: 3px 10px 3px 10px;
    font-size: 12px;
    font-family: sans-serif;
}

.d3-chart-qtip2 .qtip-content {
    display: table;
    width: 100%;
}

.d3-chart-qtip2 .tooltip-section {
    display: table-row;
    margin: 0;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
}

.d3-chart-qtip2 .tooltip-section .tooltip-key {
    float: left;
    line-height: 16px;
    margin-right: 10px;
    display: table-cell;
}

.d3-chart-qtip2 .tooltip-section .tooltip-key.highlight {
    font-weight: bold;
}

.d3-chart-qtip2 .tooltip-section .tooltip-value {
    float: right;
    font-weight: bold;
    height: 18px;
    text-align: right;
    display: table-cell;
}

.d3-chart-qtip2 .tooltip-section .tooltip-swatch {
    float: left;
    height: 16px;
    margin-right: 4px;
    width: 16px;
    display: table-cell;
}

.pieChart path.slice {
    stroke-width: 2px;
}

.pieChart polyline {
    opacity: .3;
    stroke: black;
    stroke-width: 2px;
    fill: none;
}

.pieChart text.percent {
    fill: white;
    text-anchor: middle;
    font-size: 14px;
}

.pieChart .legend text {
    font-size: 14px;
}

.chart-item .legend:hover {
    text-decoration: underline;
}

.d3-bar-chart rect {
    fill: steelblue;
}

.d3-bar-chart rect:hover {
    fill: brown;
}

.d3-bar-chart text, .d3-bar-chart-text-measure {
    font-size: 14px;
}

.d3-bar-chart .axis path,
.d3-bar-chart .axis line {
    fill: none;
    stroke: #000;
    stroke-opacity: .5;
    shape-rendering: crispEdges;
}

.d3-bar-chart .valueText {
    font-weight: bold;
}

.d3-bar-chart-navigation {
    text-align: center;
}

.d3-bar-chart-navigation #prevSlide,
.d3-bar-chart-navigation #nextSlide {
    font-size: 20px;
    color: #738de7;
    margin: 0 10px;
    cursor: pointer;
}

.d3-bar-chart-navigation #prevSlide:hover,
.d3-bar-chart-navigation #nextSlide:hover {
    color: #D5DDF8;
}

.d3-bar-chart-navigation #nextSlide{
    top: 0;
}

.widget-data {
    font-size: 34px;
    display: block;
    line-height: 36px;
}

.widget-percent {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 0;
}

.widget-percent.arrow-down {
    color: #fc3e39;
}

.widget-percent.arrow-up {
    color: #85bd0a;
}

.widget-percent i {
    margin-right: 5px;
}

.widget-title {
    display: block;
    font-weight: 600;
    margin-top: 10px;
}

.widget-item {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #D2D3DB;
    margin-bottom: 20px;
    background: #FFF;
    top: auto;
    display: flex;
    height: 134px;
    padding: 15px;
    align-items: center;
    justify-content: center;
}

.metric {
    text-align: center;
    position: relative;
}

.metric .widget-title {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

.metric .widget-data {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 24px;
}

.metric svg {
    max-width: 100%;
    height: 100px;
}

.metric path {
    stroke-width: 75;
    stroke: #ecf0f1;
    fill: none;
}

.metric.blue path.data-arc {
    stroke: #5983ed;
}

.metric.blue text {
    fill: #5983ed;
}

.metric.green path.data-arc {
    stroke: #94cc19;
}

.metric.green text {
    fill: #94cc19;
}

.metric.orange path.data-arc {
    stroke: #ff8400;
}

.metric.orange text {
    fill: #ff8400;
}

.metric.red path.data-arc {
    stroke: #fc3e39;
}

.metric.red text {
    fill: #fc3e39;
}

.metric.yellow path.data-arc {
    stroke: #f4e300;
}

.metric.yellow text {
    fill: #f4e300;
}

.metric.purple path.data-arc {
    stroke: #ff53d6;
}

.metric.purple text {
    fill: #ff53d6;
}


.metric text {
    font-weight: normal;
}

.execute-result-area {
    width: 100%;
    height: 200px;
    background: #f9f9f9;
    padding: 10px;
    overflow: scroll
}
