﻿.progress-result {
    overflow: hidden;
    height: 16px;
    margin-bottom: 0px;
    background-color: #F2F2F2;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 6px;
}

.graph-percent-spacing {
    margin-left: 15px;
    margin-top: 0px;
    float: left;
    position: absolute;
}

.graph-result-font {
    color: #464C58;
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
}

.graph-divisor {
    box-sizing: border-box;
    height: 0.38%;
    border: 1px dashed #F3F3F3;
    margin-left: -30px;
    margin-right: -30px;
}

.option-result-size {
    padding: 14px 0;
}

.option-result-size figure:hover {
    cursor:pointer;
}

.option-result-size-img{
    height: 150px;
}

.graph-percent-img-spacing{
    margin-top: 30px;
}

.graph-nps-bar{
    overflow: hidden;
    height: 20px;
    margin-bottom: 0px;
    background-color: #F2F2F2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rectangle-subtitle {
    box-sizing: border-box;
    height: 30px;
    width: 314px;
    border: 1px solid #F6F6F6;
    background-color: #FFFFFF;
    float:none;
    margin: 0 auto;
}

.graphs-label {
    color: #9C9CA2;
    font-size: 10px;
    border: 1px solid #F6F6F6;
    box-sizing: border-box;
    width: 125px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.11);
    position: absolute;
    background-color: white;
    z-index: 0;
    right: 10px;
    top: 35%;
    padding:15px;
}

.graphs-label.single-option-result {
	top:0px;
}


.graphs-label ul {    
    list-style:  none;
    padding: 0px;
    margin: 0px;
}

.graphs-label li {
    line-height:normal;
    padding:2px 0;
}

.graphs-label li > span {
    display: inline-block;
    height: 12px;
    width: 9px;
    margin-right: 5px;
}