/*------------------------------------*\
    $CHARTS
\*------------------------------------*/
/* Lightweight jQuery plugin to render and animate nice pie charts with the HTML5 canvas element */
/* http://rendro.github.io/easy-pie-chart/ */
/* muted text for charts */
.text-muted {
    color: #919599
}

.axis {
    margin: 6px 0 0
}

.axis li {
    vertical-align: top;
    font-size: 9px;
    margin-right: 2px;
    padding: 0;
    width: 10px;
    -webkit-text-size-adjust: none;
    text-align: center;
    line-height: 1em;
    white-space: nowrap;
}

.axis li:last-child {
    margin-right: 0 !important;
}

.axis-full {
    display: table;
}

.axis-full li {
    display: table-cell;
    padding: 0;
    width: 1%;
}

.easypiechart {
    position: relative;
    text-align: center;
    /* must remove important */
    color: #555 !important;
}

.easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

/* controls the canvas text */
.easypiechart .easypie-text {
    position: absolute;
    z-index: 1;
    line-height: 1;
    width: 100%;
    top: 54%;
    color: #555;
    font-weight: bold;
}

.easypiechart span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 1;
    line-height: 1;
    margin-top: -10px;
    text-align: center;
}

/* this seems like a duplicate, but is required for canvas not to break */
.axis {
    margin: 6px 0 0
}

.axis li {
    vertical-align: top;
    font-size: 9px;
    margin-right: 2px;
    padding: 0;
    width: 10px;
    -webkit-text-size-adjust: none;
    text-align: center;
    line-height: 1em;
    /* must investigate this 'nowrap' class usage */
    white-space: nowrap;
}

.axis li:last-child {
    margin-right: 0 !important;
}

.axis-full {
    display: table;
}

.axis-full li {
    display: table-cell;
    padding: 0;
    width: 1%;
}

.pos-rlt {
    position: relative;
}

.pos-stc {
    position: static;
}

.pos-abt {
    position: absolute;
}

.content-box, .jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.line {
    *width: 100%;
    height: 2px;
    margin: 10px 0;
    font-size: 0;
    overflow: hidden;
    background-color: #fff;
    border-width: 0;
    border-top: 1px solid #e0e4e8;
}

.line-mini {
    margin: 0
}

.line-dashed {
    border-style: dashed;
    background: transparent;
}

.line-large {
    margin-top: 15px;
    margin-bottom: 15px
}

.headline {
    border-bottom: 5px solid #000;
    margin-top: 0;
    line-height: 45px;
}

.no-line {
    border-width: 0
}

.no-border {
    border-color: transparent !important;
    box-shadow: none !important;
}

.panel-reset {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.no-radius {
    border-radius: 0;
}

.block {
    display: block;
    margin-bottom: 10px
}

.block.hide {
    display: none
}

.inline, .inline-desktop {
    display: inline-block
}

.pull-right-desktop {
    float: right;
}

.pull-none {
    float: none
}

.clear {
    /* must investigate this class usage */
    clear: both
}

.line-v {
    border-left: 1px solid #dddddd;
    padding-left: 20px
}

.line-v-right {
    border-right: 1px solid #dddddd;
    padding-right: 20px;
}

.w-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0
}

.btn-s-mini {
    /* must investigate this class usage */
    min-width: 90px
}

.btn-s-small {
    /* must investigate this class usage */
    min-width: 100px
}

.btn-s-medium {
    /* must investigate this class usage */
    min-width: 120px
}

.btn-s-large {
    /* must investigate this class usage */
    min-width: 150px
}

.btn-s-xlarge {
    /* must investigate this class usage */
    min-width: 200px
}

.btn-s-xxlarge {
    /* must investigate this class usage */
    min-width: 300px
}

.btn-padder {
    /* must investigate this class usage */
    padding-left: 40px;
    padding-right: 40px
}

/* must investigate this class usage */
.l-h-2x {
    line-height: 2em;
}

.text-small {
    font-size: 12px;
}

.text-mini {
    font-size: 10px;
}

.padder {
    padding: 0 15px;
}

.padder-v {
    padding-top: 15px;
    padding-bottom: 15px;
}

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

.pull-in {
    margin-left: -15px;
    margin-right: -15px;
}

.pull-out {
    margin: -15px;
}

.b-t {
    border-top: 1px solid #e0e4e8
}