#fingraphic #page-wrapper{
    padding: 0 25px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
#fingraphic .header,
#fingraphic .marketing,
#fingraphic .footer {
    padding-left: 15px;
    padding-right: 15px;
}

/* Custom page header */
#fingraphic .header {
    border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
#fingraphic .header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}

/* Custom page footer */
#fingraphic .footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
    #fingraphic .container {
        max-width: 730px;
    }
}
#fingraphic .container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
#fingraphic .jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
#fingraphic .jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/* Supporting marketing content */
#fingraphic .marketing {
    margin: 40px 0;
}
#fingraphic .marketing p + h4 {
    margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    #fingraphic .header,
    #fingraphic .marketing,
    #fingraphic .footer {
        padding-left: 0;
        padding-right: 0;
    }
    /* Space out the masthead */
    #fingraphic .header {
        margin-bottom: 30px;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    #fingraphic .jumbotron {
        border-bottom: 0;
    }
}
#fingraphic .chart {
    background: #eee;
    padding: 3px;
}

#fingraphic .chart div {
    width: 0;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

#fingraphic .chart div {
    font: 10px sans-serif;
    background-color: steelblue;
    text-align: right;
    padding: 3px;
    margin: 5px;
    color: white;
    box-shadow: 2px 2px 2px #666;
}


#fingraphic .slider-vertical{
    height: 80px;
}
#fingraphic .input-slider-vertical{
    float: left;
    width: 36px;
    text-align: center;
    font-size: 11px;
    margin-top: 5px;
    height: 20px;
    letter-spacing: -0.05em;

}
#fingraphic .noUi-handle {
    border: 1px solid #4b4b4b !important;
    border-radius: 32px!important;
}
#fingraphic .noUi-handle:after, #fingraphic .noUi-handle:before{
    display: none;
}
#fingraphic .noUi-vertical .noUi-handle {

    height: 5px !important;
    width: 22px !important;
    top: -1px !important;
    outline: none;
}

#fingraphic .noUi-value.noUi-value-vertical.noUi-value-large {
    /*color: #00ABEE;*/
    color:#F2903D;
}
#fingraphic .kpi-title{
    background-color:#E6E5E6;
    padding:4px;
}

#fingraphic .kpi-title.selectedKpi{
    background-color:#365363;
    color:#FFF;
    padding:4px;
}
#fingraphic .kpi-title span{
    margin-left:10px;
}
#fingraphic .kpi-headline{
    font-weight: bold;
}
#fingraphic .kpi-number{
    border-right: 1px solid darkgray;
    padding: 2px;
    text-align: center;
    min-width: 80px;
}
#fingraphic .kpi-chart{
    padding-left: 2px;
    text-align: center;
}
#fingraphic .italic{
    font-family: cursive;
}
#fingraphic .kpi-description{
    padding:5px 0;
    font-size:12px;
    line-height: 12px;
}
#fingraphic .kpi-number-units{
    font-style: italic;
}
#fingraphic .kpi-current{
    color:#00ABEE;
}
#fingraphic .kpi-projected{
    color:#526DBB;
}
#fingraphic .md-card .md-card-content {
    padding: 8px!important;
}
#fingraphic .noUi-connect {
    /*background: #526DBB!important;  */
    background: #5EBFF1!important;
}
#fingraphic .kpi-content{
}
#fingraphic .slider-container{
    display: inline-block;
    min-width: 64px;
}
#fingraphic .slider-label{
    margin-bottom:2px;
    font-size:12px;
    font-weight:bold;
    margin-left: 9px;

}
#fingraphic .noUi-pips-vertical {
    padding: 0 5px!important;
}
#fingraphic .noUi-value-vertical {
    padding-left: 5px!important;
    font-size:10px;
}
#fingraphic .noUi-vertical {
    width: 13px!important;
    margin-left: 12px;

}
#fingraphic .noUi-marker-vertical.noUi-marker {
    width: 3px!important;
    height: 1px!important;
}
#fingraphic .clickable{
    cursor: pointer;
    outline: none;
}
#fingraphic .button-icons{
    cursor: pointer;
    vertical-align: middle;
    float: right;
}
#fingraphic .md-caption{
    font-size:11px!important;
}
#fingraphic .noUi-target, #fingraphic .noUi-connects {
    border-radius: 0px !important;
}
