


.barfiller {
    width: 100%;
    height: 6px;
    background: #fcfcfc;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
    box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,.5);
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,.5);
    margin-top: 10px;
    border-radius:8px;
}

    .barfiller .fill {
        display: block;
        position: relative;
        width: 0px;
        height: 100%;
        background: #333;
        z-index: 1;
    }

    .barfiller .tipWrap {
        display: none;
    }

    .barfiller .tip {
        margin-top: -30px;
        padding: 2px 6px;
        font-size: 13px;
        color: #fff;
        right: 0px;
        position: absolute;
        z-index: 2;
        background: #2b2b2b8a;
        border-radius: 4px;
    }

        .barfiller .tip:after {
            border: solid;
            border-color: #909090 transparent;
            border-width: 6px 6px 0 6px;
            content: "";
            display: block;
            position: absolute;
            left: 9px;
            top: 100%;
            z-index: 9;
        }

.fill {
    border-radius: 4px;
}

#bar1, #bar2, #bar3, #bar4 {
    border-radius: 4px;
}

#bar1 {
    margin-top: 10px;
}

#bar2, #bar3, #bar4 {
    margin-top: 10px;
}

.container-new {
    background-color: #fff;
    padding: 20px;
}

.text-center {
    text-align: center;
}





.total-count-rate {
    color: #535353;
    font-size: 12px;
}

.show-rate-section .col-sm-4 {
    margin-top: 0 !important;
}

.No-txt {
    font-size: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 2px 8px;
    background: #eee;
    margin-right: 5px;
    display: none;
}

.bar-total {
    display: flex;
}

    .bar-total span {
        margin-left: 15px;
    }

.rate-des {
    font-size: 13px;
    color: #535353;
}

.rate-title {
    font-size: 15px;
    color: #535353;
}

.inner-content {
    margin-bottom: 30px;
}

.rate-circle-gallery {
    position: absolute;
    left: 25px;
    top: 5px;
    z-index: 1;
    display: flex;
}

.rate-gallery-txt {
    font-size: 10px;
    float: right;
    margin-top: 17px;
    margin-left: 5px;
    color: #ffffff;
}

.btn-fab {
    z-index: 1 !important;
}

#osm-map {
    z-index: 1 !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    span.rate-des {
        display: none;
    }
}

.No-txt {
    display: inline-block !important;
    font-size: 11px !important;
    border: 1px solid #cecece !important;
    border-radius: 20px !important;
    padding: 2px 10px !important;
    background: #eee !important;
    margin-right: 5px !important;
}

.show-rate-section .tip {
    display: none;
}

.barfiller .tip {
    display: none;
}
