.nc-pdonut-label-text {
	alignment-baseline: middle;
	font-size: 12px;
	font-family: arial,helvetica,"sans-serif";
	fill: #595959;
}
.nc-pdonut-label-line {
	stroke-width: 1;
	stroke: #393939;
}
.nc-pdonut-label-circle {
	fill: #393939;
}

/* Let xeditable popup width to be determined by the contained select2 width */
.editable-popup.popover {
    max-width: none;
}

.row-stat-badge-medium {
  position: relative;
  top: -3px;
  font-size: 130%;
}

.row-stat-badge-large {
  position: relative;
  top: -3px;
  font-size: 150%;
}

/* x-editable customizations */
a.editable-empty {
	color: #DDDDDD;
}

table.nc_drill_table tr.highlight {
    /*background-color:#99ccff;*/
    /*background-color: rgba(129, 154, 255, 0.2);*/
    background-color: rgba(255, 228, 99, 0.2);
}

table.nc_drill_table td.highlight {
    /*background-color:#99ccff;*/
    background-color: rgba(129, 154, 255, 0.2);
}

.nc-secondary-data {
    color: #AAAAAA;
}

.nc-html-panel-comp * {
    font-family: inherit;
}

#skin-blur-darkgreen {
    background-image: url(../SuperAdmin-1-0-3/Template/1-0-3/img/body/darkgreen.jpg);
}