.khaosat {
    width: 10%;
    margin: 0 auto;
}
.khaosat .text {
    padding: 0 0 10px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 10px;
}
.khaosat .title {
    color: #9f224e;
    font: 700 14px/30px arial;
    height: 28px;
    display: block;
    float: left;
    background: #eee;
    width: 100%;
}
.form-chon-lua {
    font-size: 12px !important;
    margin-bottom: 10px;
}
.bieu-quyet {
    padding: 5px 7px;
    border: none;
    background: #9f224e;
    color: #fff;
    font: 700 11px arial;
    cursor: pointer;
    border-radius: none;
    margin: 0 auto;
    text-align: center;
    display: table;
}
.bieu-quyet:hover {
    color: #fff;
    text-decoration: none;
}
.xem-ket-qua {
    padding: 5px 7px;
    border: none;
    background: #9f224e;
    color: #fff;
    font: 700 11px arial;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    display: table;
        border-radius: 4px;
}
/**---------------------popup----------------------*/

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    width: 100%;
    position: relative;
    transition: all 5s ease-in-out;
}
.popup .content p {
    font: 600 14px arial;
    color: #000;
    margin: 0 0 3px;
}
#popup-bieuquyet .popup p:first-child {
    background: #fff;
    padding: 10px 20px;
    height: 40px;
}
#popup-bieuquyet .popup {
    background: #f4f4f4;
    margin: 70px auto;
    width: 35%;
    position: relative;
    transition: all 5s ease-in-out;
}
#popup-bieuquyet .content {
    padding: 10px 20px 20px 20px;
}
#popup-nhacnho .popup p:first-child {
    background: #fff;
    padding: 10px 20px;
    height: 40px;
}
#popup-nhacnho .popup {
    background: #f4f4f4;
    margin: 70px auto;
    width: 35%;
    position: relative;
    transition: all 5s ease-in-out;
}
#popup-nhacnho .content {
    padding: 10px 20px 20px 20px;
}
.popup p {
    background: transparent;
    height: 28px;
    display: block;
    overflow: hidden;
    font: 700 16px arial;
    color: #000;
}
.popup .close {
    position: absolute;
    top: -35px;
    right: 18px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #9f224e;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}
@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }
    .popup {
        width: 70%;
    }
    #popup-xemketqua .popup {
        width: 100%;
    }
    #popup-xemketqua .form-ket-qua {
        width: 70%;
    }
    #popup-bieuquyet .popup {
        width: 70%;
    }
    #popup-nhacnho .popup {
        width: 70%;
    }
}
/*-----------------captcha------------------*/

@media(max-width: 1164px) {
    .khaosat {
        width: 50%;
    }
    #UserCaptchaCode {
        width: 100% !important;
        float: none !important;
    }
    .CaptchaWrap {
        position: relative!important;
        margin-left: 0!important;
        margin-top: 10px;
    }
    #CaptchaImageCode {
        margin-left: 0 !important;
    }
}
/*captcha-codepen*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100);
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}
header {
    background-color: #fff;
    padding: 5px 15px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 10px 0;
    /*border-bottom: 1px solid #ccc*/;
}
h4 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
    line-height: 22px;
}
h4 > * {
    display: inline-block;
    vertical-align: top;
}
fieldset {
    max-width: 100%;
    background-color: transparent;
    border-radius: 5px;
}
.CaptchaWrap {
    position: relative;
    margin-left: 45%;
}
.CaptchaTxtField {
    display: block;
    box-sizing: border-box;
}
#UserCaptchaCode {
    float: left;
    padding: 7px 10px;
    outline: none;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    width: 45%;
    border: 1px solid #ddd;
}
#CaptchaImageCode {
    text-align: center;
    padding: 0px 0;
    overflow: hidden;
    margin-left: 10px;
}
.capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-style: italic;
}
.ReloadBtn {
    background: url(https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png) left top no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    border: 0px;
    position: absolute;
    bottom: 30px;
    left: 155px;
    top: 4px;
    outline: none;
    cursor: pointer;
}
.btnSubmit {
    font-family: arial;
    margin-left: auto;
    margin-top: 15px;
    border: 0px;
    padding: 5px 20px;
    font-size: 16px;
    background-color: #9f224e;
    color: #fff;
    cursor: pointer;
    margin-right: auto;
    display: table;
}
.error {
    color: red;
    font-size: 12px;
    display: none;
    float: left;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 10px;
}
.success {
    color: green;
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}
/*---------------popup xem ket qua-----------------*/

#popup-xemketqua .popup .close {
    top: 2px;
}
#popup-xemketqua .title {
    padding: 20px 10px 0px 20px;
    font: 500 14px arial;
    color: #9f224e;
    margin: 0 0 4px;
    height: 100%;
    margin-top: -10px;
    margin-bottom: 5px;
}
.time-vote,
.total-vote {
    padding-right: 10px;
    padding-left: 20px;
    font: 400 11px arial;
    color: #666;
    float: left;
}
.total-vote {
    float: right;
}
.total-vote label {
    font-weight: 700;
    color: #9f224e;
}
.vote {
    width: 100%;
    float: left;
    background: #ededed;
    margin-bottom: 25px;
}
#popup-xemketqua .content {
    background: #eee;
    height: auto;
    overflow: hidden;
    position: relative;
    top: -10px;
    left: 0;
    width: 100%;
}
#popup-xemketqua p.ket-qua {
    background: #fff;
    height: 40px;
    padding: 10px 20px 10px 20px;
}
.true {
    width: 100%;
    float: left;
}
.true .text-true,
.false .text-true {
    float: left;
    width: 25%;
}
.ti-le-true {
    width: 55%;
    float: left;
    margin-top: 6px;
    height: 5px;
    background: #ccc;
}
.bg_center_scroll {
    position: relative;
    background: #9f224e;
    float: left;
    height: 5px;
}
.txt_number_ketqua {
    display: inline-block;
    padding: 3px 0 0;
    position: absolute;
    right: -10px;
    top: 5px;
    bottom: -15px;
    font: 10px arial;
    color: #9f224e;
}
.rsV_right {
    width: 18%;
    float: right;
    font: 12px arial;
    color: #999;
    text-align: right;
}
.rsV_right label {
    color: #000;
    margin-right: 3px;
}
#popup-xemketqua ul {
    padding: 10px 20px 20px 20px;
    width: 100%;
    float: left;
    padding-top: 15px;
}
#popup-xemketqua ul li {
    list-style: none;
    width: 100%;
    float: left;
}
#popup-xemketqua ul li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.form-ket-qua {
    width: 35%;
    margin: 70px auto;
    background: #f4f4f4;
}