.frequency {
    padding-left: 1em;
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
    position: relative;
    clear: both;
    overflow: hidden;
    color: #031723;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.frequency ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.frequency ul li {
    list-style: none;
    padding-left: 0;
}

.frequency-data {
    min-width: 38%;
    max-width: 85%;
    float: left;
    vertical-align: top;
}

.frequency-data > ul {
    border-right: 1px solid #505D6F;
    padding-bottom: 5px;
    margin-left: 0;
}

.frequency-data > ul > li:last-child {
    border-bottom: 1px solid #505D6F;
}

.frequency-graph {
    min-width: 15%;
    overflow: hidden;
}


.half .frequency-data {
    min-width: 60%;
    max-width: 80%;
    float: left;
    vertical-align: top;
}

.half .frequency-graph {
    min-width: 20%;
    overflow: hidden;
}

.frequency-graph > div {
    position: relative;
    margin-right:15px;
}

.frequency ul li:nth-child(2n+1) {
    background-color: #fff;
}

.frequency ul li:nth-child(2n) {
    background-color: #F2F2F2;
}

.frequency-data-item-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 17px;
}

.text-ellipsis {
    overflow: hidden;
    min-width: 0;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.frequency-data-item-choice-pos {
    width: 20px;
    padding-left: 5px;
    white-space: nowrap;
}

.hide-score-label .frequency-data-item-choice-pos {
    width: 5px;
    padding: 0;
}

.multiple-question .frequency-data-item-choice-pos {
    width: 0px;
}

.frequency-data-item-choice-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: left;
}

.frequency-data-item-choice-nb {
    width: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    text-align: right;
    white-space: nowrap;
    padding-right: 10px;
}

.frequency-data-item-choice-per {
    width: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    text-align: right;
    white-space: nowrap;
    padding-right: 10px;
}

.half.display-response-count.display-unit-percentage.response-count-width-0 .frequency-data-item-choice-nb,
.half.display-response-count.display-unit-percentage.response-count-width-1 .frequency-data-item-choice-nb,
.half.display-response-count.display-unit-percentage.response-count-width-2 .frequency-data-item-choice-nb,
.half.display-response-count.display-unit-percentage.response-count-width-3 .frequency-data-item-choice-nb,
.half.display-response-count.display-unit-percentage.response-count-width-4 .frequency-data-item-choice-nb,
.half.display-response-count.display-unit-percentage.response-count-width-5 .frequency-data-item-choice-nb,
.half.display-response-count.display-unit-count.response-count-width-0 .frequency-data-item-choice-per,
.half.display-response-count.display-unit-count.response-count-width-1 .frequency-data-item-choice-per,
.half.display-response-count.display-unit-count.response-count-width-2 .frequency-data-item-choice-per,
.half.display-response-count.display-unit-count.response-count-width-3 .frequency-data-item-choice-per,
.half.display-response-count.display-unit-count.response-count-width-4 .frequency-data-item-choice-per,
.half.display-response-count.display-unit-count.response-count-width-5 .frequency-data-item-choice-per {
    width: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

.half .frequency-data-item-choice-nb {
    padding-right: 14px;
}

.half .frequency-data-item-choice-per {
    padding-right: 5px;
}

.half.display-response-count:not(.display-response-percentage) .frequency-data-item-choice-per,
.half.display-unit-count.display-response-count.display-response-percentage .frequency-data-item-choice-per,
.half:not(.display-response-count):not(.display-response-percentage) .frequency-data-item-choice-per {
    padding-right: 14px;
}

.frequency-data-item-container-total {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-right: 1px solid transparent;
    font-weight: bold;
}

.frequency-data-item-container-total > div:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: left;
}

.frequency-data-item-container-total-data {
    white-space: nowrap;
}

.frequency-data-item-container-total > div:nth-child(2) {
    width: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    text-align: right;
    padding-right: 10px;
}

.frequency-data-item-container-total > div:nth-child(3) {
    width: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    padding-right: 10px;
    text-align: right;
}

.half.display-response-count.display-unit-percentage.response-count-width-0 .frequency-data-item-container-total > div:nth-child(2),
.half.display-response-count.display-unit-percentage.response-count-width-1 .frequency-data-item-container-total > div:nth-child(2),
.half.display-response-count.display-unit-percentage.response-count-width-2 .frequency-data-item-container-total > div:nth-child(2),
.half.display-response-count.display-unit-percentage.response-count-width-3 .frequency-data-item-container-total > div:nth-child(2),
.half.display-response-count.display-unit-percentage.response-count-width-4 .frequency-data-item-container-total > div:nth-child(2),
.half.display-response-count.display-unit-percentage.response-count-width-5 .frequency-data-item-container-total > div:nth-child(2),
.half.display-response-count.display-unit-count.response-count-width-0 .frequency-data-item-container-total > div:nth-child(3),
.half.display-response-count.display-unit-count.response-count-width-1 .frequency-data-item-container-total > div:nth-child(3),
.half.display-response-count.display-unit-count.response-count-width-2 .frequency-data-item-container-total > div:nth-child(3),
.half.display-response-count.display-unit-count.response-count-width-3 .frequency-data-item-container-total > div:nth-child(3),
.half.display-response-count.display-unit-count.response-count-width-4 .frequency-data-item-container-total > div:nth-child(3),
.half.display-response-count.display-unit-count.response-count-width-5 .frequency-data-item-container-total > div:nth-child(3) {
    width: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

.half .frequency-data-item-container-total > div:nth-child(2) {
    padding-right: 14px;
}

.half .frequency-data-item-container-total > div:nth-child(3) {
    padding-right: 5px;
}

.half.display-response-percentage:not(.display-response-count) .frequency-data-item-container-total > div:nth-child(3),
.half.display-response-count:not(.display-response-percentage) .frequency-data-item-container-total > div:nth-child(3),
.half.display-unit-count.display-response-count.display-response-percentage .frequency-data-item-container-total > div:nth-child(3),
.half:not(.display-response-count):not(.display-response-percentage) .frequency-data-item-container-total > div:nth-child(3) {
    padding-right: 14px;
}

.frequency-graph ul {
    margin: 0;
}

.frequency-graph-background {
    background-color: #0D5AC5;
    height: 100%;
    width: 50%;
    position: absolute;
    opacity: 0.05;
    z-index: 0;
}

.frequency-graph-line {
    position: absolute;
    border-left: 1px solid #EEEFF4;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
}

.frequency-graph-scale {
    position: absolute;
    bottom: -2px;
    width: 34px;
    margin-left: -17px;
    text-align: center;
    z-index: 3;
    height: 16px;
    white-space: nowrap;
}

.frequency-graph-footer-line {
    position: absolute;
    border-left: 1px solid #EEEFF4;
    bottom: -6px;
    height: 5px;
    z-index: 1;
}

.frequency-footer-backgroud {
    position:absolute;
    top:5px;
    width: 100%;
    background-color: white;
    z-index:2;
    height: 16px;
}

.frequency-data-item-container-total-scale {
    position: absolute;
    right: -11px;
    font-weight: normal;
    z-index: 3;
    width: 20px;
    text-align: center;
}

.frequency-graph .frequency-graph-scales .frequency-graph-scale:nth-child(1) {
    left: 8px;
}

.frequency-graph .frequency-graph-lines .frequency-graph-line:nth-child(1),
.frequency-graph .frequency-graph-scales .frequency-graph-scale:nth-child(2),
.frequency-graph .frequency-graph-footer-lines .frequency-graph-footer-line:nth-child(1) {
    left: 12.5%;
}

.frequency-graph .frequency-graph-lines .frequency-graph-line:nth-child(2),
.frequency-graph .frequency-graph-scales .frequency-graph-scale:nth-child(3),
.frequency-graph .frequency-graph-footer-lines .frequency-graph-footer-line:nth-child(2) {
    left: 25%;
}

.frequency-graph .frequency-graph-lines .frequency-graph-line:nth-child(3),
.frequency-graph .frequency-graph-scales .frequency-graph-scale:nth-child(4),
.frequency-graph .frequency-graph-footer-lines .frequency-graph-footer-line:nth-child(3) {
    left: 37.5%;
}

.frequency-graph .frequency-graph-lines .frequency-graph-line:nth-child(4),
.frequency-graph .frequency-graph-scales .frequency-graph-scale:nth-child(5),
.frequency-graph .frequency-graph-footer-lines .frequency-graph-footer-line:nth-child(4) {
    left: 50%;
}

.frequency-graph .frequency-graph-lines .frequency-graph-line:nth-child(5),
.frequency-graph .frequency-graph-scales .frequency-graph-scale:nth-child(6),
.frequency-graph .frequency-graph-footer-lines .frequency-graph-footer-line:nth-child(5) {
    left: 62.5%;
}

.frequency-graph .frequency-graph-lines .frequency-graph-line:nth-child(6),
.frequency-graph .frequency-graph-scales .frequency-graph-scale:nth-child(7),
.frequency-graph .frequency-graph-footer-lines .frequency-graph-footer-line:nth-child(6) {
    left: 75%;
}

.frequency-graph .frequency-graph-lines .frequency-graph-line:nth-child(7),
.frequency-graph .frequency-graph-scales .frequency-graph-scale:nth-child(8),
.frequency-graph .frequency-graph-footer-lines .frequency-graph-footer-line:nth-child(7) {
    left: 87.5%;
}

.frequency-graph .frequency-graph-lines .frequency-graph-line:nth-child(8),
.frequency-graph .frequency-graph-scales .frequency-graph-scale:nth-child(9),
.frequency-graph .frequency-graph-footer-lines .frequency-graph-footer-line:nth-child(8) {
    left: 100%;
}


.frequency-graph-item {
    height: 16px;
    padding: .5px 0;
}

.frequency-graph-item > div {
    height: 15px;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}



.frequency-graph-bottom-line {
    width: 105%;
    border-bottom: 1px solid #505D6F;
    position: absolute;
    z-index: 2;
    top: 0;
}

.frequency-graph-footer {
    position:relative;
    background-color:#fff;
    height:20px;
}

/*patterns*/
.backward_diagonal {
    background-image: url("backward_diagonal.png");
}
.dark_vertical {
    background-image: url("dark_vertical.png");
}

.large_checker_board {
    background-image: url("large_checker_board.png");
}
.dark_horizontal {
    background-image: url("dark_horizontal.png");
}
.wave {
    background-image: url("wave.png");
}

.zigzag {
    background-image: url("zigzag.png");
}

.dotted_grid {
    background-image: url("dotted_grid.png");
}

.dashed_horizontal {
    background-image: url("dashed_horizontal.png");
}.divot {
    background-image: url("divot.png");
}

.dark_upward_diagonal {
    background-image: url("dark_upward_diagonal.png");
}

.dashed_downward_diagonal {
    background-image: url("dashed_downward_diagonal.png");
}

.dashed_upward_diagonal {
    background-image: url("dashed_upward_diagonal.png");
}

.dashed_vertical {
    background-image: url("dashed_vertical.png");
}

.diagonal_brick {
    background-image: url("diagonal_brick.png");
}

.diagonal_cross {
    background-image: url("diagonal_cross.png");
}


.dotted_diamond {
    background-image: url("dotted_diamond.png");
}

.forward_diagonal {
    background-image: url("forward_diagonal.png");
}

.horizontal {
    background-image: url("horizontal.png");
}


.large_grid {
    background-image: url("large_grid.png");
}

.light_downward_diagonal {
    background-image: url("light_downward_diagonal.png");
}

.light_horizontal {
    background-image: url("light_horizontal.png");
}

.light_upward_diagonal {
    background-image: url("light_upward_diagonal.png");
}

.light_vertical {
    background-image: url("light_vertical.png");
}

.narrow_horizontal {
    background-image: url("narrow_horizontal.png");
}

.narrow_vertical {
    background-image: url("narrow_vertical.png");
}

.outlined_diamond {
    background-image: url("outlined_diamond.png");
}

.plaid {
    background-image: url("plaid.png");
}

.shade_25 {
    background-image: url("shade_25.png");
}

.shade_50 {
    background-image: url("shade_50.png");
}

.shade_75 {
    background-image: url("shade_75.png");
}

.shingle {
    background-image: url("shingle.png");
}

.small_checker_board {
    background-image: url("small_checker_board.png");
}

.solid_diamond {
    background-image: url("solid_diamond.png");
}

.sphere {
    background-image: url("sphere.png");
}

.trellis {
    background-image: url("trellis.png");
}

.vertical {
    background-image: url("vertical.png");
}

.wide_downward_diagonal {
    background-image: url("wide_downward_diagonal.png");
}

.wide_upward_diagonal {
    background-image: url("wide_upward_diagonal.png");
}

.horizontal-frequency {
    page-break-inside: avoid;
    margin: 12px 3px 12px 0;
}