
/*

Quick reference:

Extra small grid (<768px)	.col-xs-*
Small grid (≥768px)	        .col-sm-*
Medium grid (≥992px)	    .col-md-*
Large grid (≥1200px)	    .col-lg-*
Responsive utility classes
(≥1200px)	                .visible-lg
                            .hidden-lg

Offsets	                    .col-sm-offset-*
                            .col-md-offset-*
                            .col-lg-offset-*

Push	                    .col-sm-push-*
                            .col-md-push-*
                            .col-lg-push-*

Pull	                    .col-sm-pull-*
                            .col-md-pull-*
                            .col-lg-pull-*

Extra well sizes	        .well-sm, .well-lg

/*------------------------------------------------------------------
*/


.updateNote {font-size:14px; line-height:16px; margin-bottom:15px;}
.updateNote p {font-size:14px; line-height:16px; margin-top:3px;margin-bottom:3px;}

.updateNote p.updateDate {font-size:75%;margin-top:0;}


/* sidebar progress bar */

.campaignSidebarNumbers {
    font-size:22px;
    line-height:24px;
}

.campaignSidebarProgressBarOuter {
    background:#333;
    height:10px;
    padding:0;
    margin:0;
}

.campaignSidebarProgressBarOuter .campaignSidebarProgressBarInner {
    background:#5cb85c;
    height:10px;
    padding:0;
    margin:0;
}

/* performance bar chart */

/*

.performanceBarChartWrapper {
    position:relative;
}

.performanceBarChartWrapper .performanceBarChartBG {position:relative; z-index:1; height:320px;}

.performanceBarChartWrapper .performanceBarChartBars {position:absolute; z-index:2; width:100%; height:320px;}

.performanceBarChartWrapper .performanceBarChartBG .line {height:40px; max-width:100%; width:100%;}

.performanceBarChartWrapper .performanceBarChartBG .line .lineLabel {height:40px; font-size: 14px; line-height:20px; padding-top:20px; width:8%; margin-right:2%; display:inline-block; vertical-align:bottom; text-align:right;}
.performanceBarChartWrapper .performanceBarChartBG .line .lineGraphic {height:40px; width:90%; border-bottom:1px solid #999; display:inline-block; vertical-align:bottom;}

.performanceBarChartWrapper .performanceBarChartBars {padding-left:10px;}

.performanceBarChartWrapper .performanceBarChartBars .bar {background-color:#00659F; width:10%;margin-left:10%;margin-right:10%;}

.performanceBarChartWrapper .performanceBarChartBottomLegend{}

*/