@charset "utf-8";
/* CSS Document */

.rtl-vote-panel ul li {
    display: block;
    color: #666666;
    list-style: none;
    max-width: 70%;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 0 6px 2px #eee;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: 0.3s;
    border: 1px solid #EBEBEB;
    position: relative;
}

.rtl-vote-panel ul li span {
    background: #eee;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}

.rtl-vote-panel ul li.active {
    background: #ecf5ff;
    border-color: #4a90e2;
}

.rtl-vote-panel ul li.active span {
    background: #4a90e2;
}

.rtl-vote-panel ul {
    padding: 0 !important;
    margin-bottom: 10px !important;
}

.rtl-vote-panel ul li small.bar {
    float: left;
    margin-left: 5px;
    margin-top: 3px;
}

.rtl-vote-panel ul li .bar-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ecf5ff;
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: 5px;
}

.rtl-vote-panel ul li .bar-content {
    z-index: 2;
    position: relative;
}

.submit-vote {
    height: auto !important;
}

.vote-message {
    display: none;
    margin-top: 10px;
}

.success-msg {
    color: #8CA757;
}

.error-msg {
    color: #DF171A;
}
