.banner.pivot-report{background-image:url(../img/pivot-report/pivot-report-banner.jpg)}
.banner.pivot-report{background-repeat: no-repeat; background-size: cover;height:500px;}
.thide {display:none;}
.animateHeight{
    animation: drawheight 1s ease-in-out;
}
.animateWidth{
    animation: drawwidth 1s ease-in-out;
}
@keyframes drawheight {
  0% {
    height: 0;
  }
}
@keyframes drawwidth {
  0% {
    width: 0;
  }
}
.scrollchartanimation .bar {
    display: none;
}




.holder {
    display: inline-block;
    padding: 0 10px;
    width: 100%;
    margin: 20px 0;
}


/*horizontal stacked chart start */
.hstackedbar {
    display: table-row;
}
.hstackedbar .lt {
    display: table-cell;
    /*border-right: 2px solid #b9b7b7;*/
    text-align: right;
    vertical-align: middle;
    padding: 0 5px;
}
.hstackedbar .rt {
    display: table-cell;
    width: 100%;
    padding: 8px 0;
    vertical-align: middle;
}
.hstackedbar .text {
    font-size: 0.875rem;
    /*width: 240px; 187px;*/
    display: inline-block;
    line-height: 16px;
}
.hstackedbar .bar {
    /*background: #58bfb9;*/
    width: 0;
    color: #fff;
    /*transition: width 1s, background .1s;
    -webkit-transform: translate3d(0, 0, 0);*/
    height: 25px;
    position: relative;
}
.hstackedbar .barone {
    float: left;
   /* background: #29abe2;*/
    background: #009DDB;
    text-align: center;
    height: 40px;
}
.hstackedbar .bartwo {
    background: #002449;
    float: left;
    text-align: center;
    height: 40px;
}
.hstackedbar .barone[data-opercent="100"] {
    border-right: 2px solid #002449;
}
.hstackedbar .bartwo[data-opercent="100"] {
    /*border-left: 2px solid #29abe2;*/
    border-left: 2px solid #009DDB;
}
.hstackedbar .count {
    /*position: relative;
    top: 0;*/
    padding: 0;
    color: #fff;
    font-size: 1.188rem;
	line-height: 40px;
	font-weight: 600;
	font-weight: bold;
}
.hstackedbar .barone .count {
    left: 0;
}
.hstackedbar .bartwo .count{
    left: -13px;
}
#content .hstackedchart ul li {
    font-size: 0.875rem;
    float: left;
}
.hstackedchart .caption {
    text-align: right;
    margin-top: 20px;
}
#content .hstackedchart ul {
    display: inline-block;
    margin-bottom: 0;
}
#content .hstackedchart ul li:before {
    display: none;
}
.hstackedchart ul li span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #a0ce5a;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
}
.hstackedchart ul li:nth-child(1) span {
    background: #a0ce5a;
}
.hstackedchart ul li:nth-child(2) span {
    background: #00b8af;
}
@media(max-width: 991px) {
	.thide {display:block;}
    .hstackedchart .caption {text-align: left;}
	.hstackedbar .count {font-size: 1rem;}
}
@media(max-width: 760px) {
	.thide {display:none;}
    .hstackedbar .text {/*width: 140px;*/font-size: 1rem;line-height: 20px;}
    .hstackedbar .count {top: 17px;}
    #content .hstackedchart ul li {width: 100%;font-size: 1rem;}
}
/*horizontal stacked chart end */

