﻿.pnlanswer {
    margin-top: -32px;
}

.pnlanswer .row, .pnllisting .row {
    margin-bottom: 15px;
}
.pnlanswer .row:last-child, .pnllisting .row:last-child {
    margin-bottom: 0px;
}
.pnlanswer .col.col-sm-5, .pnllisting .col.col-sm-5 {
    padding-right: 0px;
}


.progress {
    margin-bottom: 0px;
    overflow: hidden;
    background: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
    font-family: 'AvenirNextRegular', sans-serif;
    font-size: 20px;
    color: #17387C;
    line-height: 35px;
    height: auto;
}

.progress-col {
    max-width: 80%;
}

.progress-bar {
    width: 0;
    height: 35px;
    text-align: center;
    background-color: #17387C;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    background: #17387C;
    border-radius: 2px;
}

.pnlanswer .resultlabel, .pnllisting .resultlabel {
    font-family: 'AvenirNextRegular', sans-serif;
    font-size: 20px;
    color: #17387C;
    letter-spacing: 0;
    line-height: 30px;
    box-shadow: none;
    text-shadow: none;
}

.pnlanswer .percent, .pnllisting .percent {
    font-family: 'AvenirNextRegular', sans-serif;
    font-size: 20px;
    color: #17387C;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 8px;
    display: inline-block;
}

#wait {
    display: none !important;
}

#wait img {
    display: none;
}

#errormessage{
    color: rgb(169, 68, 66);
    display: none;
    font-size: 16px;
    margin-top: 10px;
    font-family: 'AvenirNextRegular', sans-serif;
}
.poll-results-title{
    margin-bottom: 30px;
    color: #17387C; 
}
.pnllisting .poll-content h4{
    margin-bottom: 20px;
    max-width: 80%;
}

div.resultListing > div.pnllisting:nth-of-type(odd) {
    clear: left;
}

.pnllisting {
    display: none;
    margin-bottom: 50px;
}

.btnLoadMore {
    margin: 0px auto;
    text-align: center;
}



/*.progress {
    height: 35px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);font-family: AvenirNext-Regular;
font-size: 20px;
color: #17387C;line-height: 35px;
}*/
/*.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    text-align: center;
    background-color: #17387C;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;background: #17387C;
    border-radius: 2px;
}*/

/*.pnlanswer .resultlabel {
    font-family: AvenirNext-Regular;
    font-size: 20px;
    color: #17387C;
    letter-spacing: 0;
    line-height: 30px;
}*/

/*
.pnlanswer .percent{
    font-family: AvenirNext-Regular;
    font-size: 20px;
    color: #17387C;
    letter-spacing: 0;
    line-height: 30px;padding-left: 8px;

}
*/

/*
.resultListing h3 {
    font-family: 'Avenir Next LT W01 Bold', sans-serif;
    font-size: 30px;
    color: #17387C;
    letter-spacing: 0;
    line-height: 40px;
}

.resultListing .resultlabel {
    font-size: 20px;
    color: #17387C;
    letter-spacing: 0;
    line-height: 30px;
}

.resultListing .percent {
    font-size: 20px;
    color: #17387C;
    letter-spacing: 0;
    line-height: 30px;
}
*/


@media screen and (max-width:1280px) {
    .progress-col{
        max-width: 77%;
    }
}

@media screen and (max-width:1199px) {
    .pnlanswer .resultlabel, .pnlanswer .percent, .poll-section .poll-item-block .poll-item{
        font-size: 18px;
        height: 28px;
    }
    .pnllisting .resultlabel, .pnllisting .percent, .poll-section .poll-item-block .poll-item{
        font-size: 18px;
        height: 28px;
    }
    .progress-col{
        max-width: 75%;
    }
    .pnllisting .poll-content h4{
        max-width: 100%;
    }
}
@media screen and (max-width:991px) {
    
}

@media screen and (max-width:767px) {
    .pnlanswer .percent, .pnlanswer .resultlabel, .pnllisting .resultlabel, .pnllisting .percent{
        font-size: 16px;
        line-height: 24px;
    }
    .progress-col{
        max-width: 80%;
    }
    .pnlanswer .resultlabel, .pnllisting .resultlabel{
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .pnlanswer .row, .pnllisting .row {
        margin-bottom: 10px;
    }
}


@media (max-width: 767px) and (orientation: portrait) {
    .progress-col{
        max-width: 70%;
    }
    .pnlanswer .percent, .pnllisting .percent{
        padding-left: 0px;
    }
    .progress-bar{
        margin-right: 7px;
    }
}
