/*
Theme Name:         msgpwebteam
Theme URI:          http://www.microsoftstudios.com
Description:        MSGP Web Team Wordpress starter theme
Version:            1.0
Author:             msgpwebteam@microsoft.com
Author URI:         http://www.microsoftstudios.com
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.chart div {
    font: 10px sans-serif;
    text-align: right;
    padding: 3px;
    margin: 1px;
    color: white;
}

.arc text {
    font-size: 12px;
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    text-anchor: middle;
}

.arc path {
    stroke: #fff;
}

.arc2 text {
    font-size: 10px;
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    text-anchor: middle;
}

.arc2 path {
    stroke: #fff;
}

.bargraph-chart svg {
    border-top: 1px solid #8d6839;
}

.bargraph-chart rect.bar {
    fill: #f19d17;
}


.bargraph-chart g.tick text {
    font-weight: bold;
    font-size: 100%;
}

.tick:nth-child(even) rect {
    fill: rgba(204, 166, 85, 0.1)
}

.thumb-section img {
    height: 165px !important;
    width: auto !important;
}
.media-object-header {
    height: 24px;
}

.media-object-header .campaign-name {
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.media-object-header .scenarios-complete {
    color: rgba(126,81,53, .8) !important;
    font-size: 14px !important;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.axisHorizontal path {
    stroke: rgba(126,81,53, .0) !important;
}
.tick line {
    stroke: rgba(126,81,53, .5) !important;
}

.bar .rect-bar {
    -webkit-filter: drop-shadow( -5px -5px 5px #000 );
    filter: drop-shadow( -5px -5px 5px #000 );
}
.progress-circle__inset {
    text-align: center;
}

.progress-circle__inset p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: bold;
    color: white;
}

/*.hero-content .relative_container{*/
    /*padding-top: 100px;*/
/*}*/

/*#content {*/
    /*position: relative;*/
    /*border-radius: 50%;*/
    /*height: 100%;*/
    /*width: 100%;*/
/*}*/

/*#content:after {*/
    /*background: url(../images/stats/progress-circle-border_0001cf19.png) 50% no-repeat;*/
    /*background-size: contain;*/
    /*content: "";*/
    /*height: 102%;*/
    /*left: -1%;*/
    /*position: absolute;*/
    /*top: -1%;*/
    /*width: 102%;*/
    /*z-index: 1;*/

/*}*/