﻿.pie-chart {
    height: 440px;
}

.state-tooltip {
    height: 95px;
    font-size: 12px;
}

.state-tooltip > img {
    width: 60px;
    height: 40px;
    display: block;
    margin: 0 5px 0 0;
    float: left;
}

.state-tooltip > h4 {
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 5px;
}

.state-tooltip sup {
    font-size: 0.8em;
    vertical-align: middle;
    line-height: 0;
}

.chart-legend {
    fill: #ffffff;
    stroke-width: 1px;
    stroke: #767676; 
}

.range-chart {
    height: 200px;
}

.overview-range {
    height: 300px;
}

.gold-line {
    stroke: #ffd700;
    
}

.silver-line {
    stroke: #b7b7b7;
}

.bronze-line {
    stroke: #cd7f32;
}

.gold-bar {
    fill: #ffd700;
}

.silver-bar {
    fill: #b7b7b7;
}

.bronze-bar {
    fill: #cd7f32;
}

.apple-series {
    stroke: #00ff00;
}

.orange-series {
    stroke: #ffa500;
}

.discrete-label {
    fill: #33aaee;
}

.image-range {
	height: 250px;
    width: 70%;
    margin: 0 auto;
}

.minor-tick {
    opacity: 0.25;
}

.cpu-range {
    height: 270px;
	margin: 15px 50px;
}

.cpu-range .dxrs-slidersContainer > path {
    fill: #505050;
	opacity: 0.9;
}

.cpu-range-background {
    fill: #5599ee;
}

.cpu-series {
    stroke: #ffa500;
    stroke-width: 3px;
}

.export-range {
    height: 200px;
	margin-bottom: 30px;
}

.working-days-range {
    height: 140px;
	margin: 20px 0;
}

.working-days-handler {
    margin-bottom: 10px;
}

.btn.more-info {
    padding-top: 0;
    padding-bottom: 0;
}

.grid-custom-header-button th > div {
    display: table;
    width: 100%;
}

.grid-custom-header-button th > div > a {
    display: table-cell;
}

.grid-custom-header-button th > div > div {
    display: table-cell;
    text-align: right;
}

.grid-custom-header-button th > div > div > button {
    opacity: 1 !important;
}

.grid-centered-header .panel-heading {
    text-align: center;
}

.grid-centered-header .btn.btn-link {
    padding: 0 0.4em;
}

.grid-centered-header .btn.btn-link:first-of-type {
    margin-left: 0.5em;
}

.cards-custom-header-button .dxbs-header-panel > .panel > .panel-body > div {
    display: table;
    width: 100%
}

.cards-custom-header-button .dxbs-header-panel > .panel > .panel-body > div > a {
    display: table-cell;
    padding-right: 5px;
}

.cards-custom-header-button .dxbs-header-panel > .panel > .panel-body > div > div {
    display: table-cell;
    text-align: right;
}

.cards-custom-header-button .dxbs-header-panel > .panel > .panel-body > div > div > button {
    opacity: 1 !important;
}

.cards-centered-header .panel-heading {
    text-align: center;
}

.cards-centered-header .btn.btn-link {
    padding: 0 0.5em;
}

.cards-centered-header .btn.btn-link:first-of-type {
    margin-left: 0.5em;
}

.hide-editbuttons .dxbs-editform div.row > div:last-child {
    display: none;
}

.item-pointers .media {
    cursor: pointer;
}

.item-pointers .media:hover,
.item-pointers .media:hover .media-heading,
.item-pointers li.active .media,
.item-pointers li.active .media-heading {
    font-weight: bold;
}

.marked-item-caption em {
    font-weight: normal;
}

.edit-validate-btn {
    margin-top: 10px;
}

.nav-tabs > li.active > a.dropdown-tab
{
    cursor: pointer;
}

.nav-templated ul.nav > li > a > span.image:not(:last-child) {
    margin: 0;
}

.nav-templated .dropdown-menu .media
{
    min-width: 500px;
}

.nav-templated .nav:not(.nav-stacked) .media {
    padding: 1em;
}

.nav-templated .nav-stacked h3,
.nav-templated .nav-stacked .media p {
    margin-top: 0;
    margin-bottom: 0;
}

.nav-templated .badge
{
    background-color: #d9534f;
}

.nav-templated h3
{
    display: inline-block;
}
