.wpz_main, .wpz_main *, .wpz_main *::before, .wpz_main *::after {
    box-sizing: border-box;
}
.wpz_poll_radio{cursor: pointer;margin: 0 0 10px;line-height: 22px;padding: 6px;border-radius: 4px;background: #e5eaf0;min-height: 35px;transition: background-color 0.1s;display: -ms-flexbox;position: relative;}
.wpz_poll_radio:hover{background: #d5dce3;}
.wpz_poll_radio:first-child{
    margin-top: 0;
}
.wpz_poll_radio:before {
    display: block;
    content: '';
    float: left;
    background: url("../img/dev_radio.png") 0 0 no-repeat;
    width: 14px;
    margin: 5px 7px 1px 0;
    height: 14px;
	z-index: 1;
    position: relative;
}

.wpz_poll_radio:hover:before {
    background-position: 0 -28px
}
.wpz_poll_label{overflow: hidden;z-index: 1;position: relative;}
.wpz_show_poll_result .wpz_poll_radio:before{content:none}
.wpz_show_poll_result .wpz_poll_radio{position: relative;cursor: default;background: #e5eaf0;}
.wpz_show_poll_result .wpz_poll_label{height: 23px;line-height: 22px;}
.wpz_show_poll_result .wpz_poll_label:after{content: attr(data-count);position: absolute;right: 12px;top: 6px;height: 25px;font-size: 16px;font-weight: bold;}
.wpz_show_poll_result .wpz_poll_label span, .wpz_show_poll_result.wpz_poll_label span{display:block;padding-left:8px;z-index: 2;position: relative;}
.wpz_show_poll_result .wpz_poll_radio.iVotedAns .wpz_poll_label span:after, .wpz_show_poll_result.wpz_poll_label.iVotedAns span:after{content:" \2714";color:tomato}
.wpz_show_poll_result .wpz_poll_radio.iVotedAns.iCanDel .wpz_poll_label span:hover, .wpz_show_poll_result.wpz_poll_label.iVotedAns.iCanDel:hover span{color: #ab3333;cursor:pointer}
.wpz_show_poll_result .wpz_poll_radio.iVotedAns.iCanDel .wpz_poll_label span:hover:after, .wpz_show_poll_result.wpz_poll_label.iVotedAns.iCanDel:hover span:after{content:" \2716";color:red}
.wpz_show_poll_result .wpz_poll_label span.wpz_poll_progress{
    background: #eee;
    display: block;
    height: 27px;
    margin-top: -25px;
    width: 0;
    padding-left: 3px;
}

.wpz_poll_box a.sw_button_add{-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important}
.wpz_poll_box {position:relative}
.wpz_poll_box .wpz_poll_radio:last-child{margin-bottom:0}
.wpz_poll_spinner{
	display:none;
	background: rgb(255 255 255 / 78%) url(../img/loader24.gif) no-repeat center center;
	position: absolute;
	margin: -10px;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.wpz_poll_title{
	font-size: 20px;
    text-align: center;
    margin: 5px 0 15px;
}
.wpz_poll_total{text-align: center;margin: 13px 0 6px;font-size: 14px;}
.wpz_poll_total span + span{
    border-left: 1px solid #999797;
    padding-left: 3px;
}

.tpd-content .wpz_err_response{text-decoration:none !important}
.tpd-content .wpz_err_response svg{vertical-align: sub;}
.tpd-content .wpz_users_voted{margin-right:4px;display: inline-block;line-height: 0;float: left;}
.tpd-content .wpz_users_voted:last-child{margin-right:0}
.tpd-content .wpz_all_voted_btn{
    border: 1px solid #eee;
    display: inline-block;
    height: 33px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    pointer-events: auto;
}
.tpd-content .wpz_all_voted_btn:hover{background:#fafafa}

.wpz_users_list{
	min-height: 50px;
	width: 290px;
    padding: 10px;
}
.modal-body .wpz_users_list{padding: 0;width: auto;min-height: auto;}
.wpz_users_list.wpz_count_9{min-height: 90px;}
.wpz_users_list .wpz_user_item{
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

.wpz_photopoll{
	overflow: hidden;
    display: block;
    position: relative;
    height: 300px;
    margin-bottom: 15px;
}
.wpz_photopoll .wpzp_select{
	position: absolute;
    top: 0;
    width: calc(50% - 3px);
    height: inherit;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    background-color: #e3e3e3;
    cursor: pointer;
}
.wpz_photopoll .wpzp_select_1{left: 0;}
.wpz_photopoll .wpzp_select_2{right: 0;}
.wpz_photopoll .wpzp_vs{
	width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    color: #4A4A50;
    background: #fff;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 1;
    font-family: "Lato", sans-serif;
    font-weight: 600;
}
.wpzp_btns{
    overflow: hidden;
    display: block;
    height: 40px;
    position: relative;
    margin-bottom: 15px;
}
.wpzp_btns > div{
	position: absolute;
    top: 0;
    width: calc(50% - 3px);
    height: 33px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    background-color: #e3e3e3;
    cursor: pointer;
	text-align: center;
    line-height: 33px;
}
.wpzp_btns .wpzp_btn1{left: 0;}
.wpzp_btns .wpzp_btn1:after{background-color: rgb(76 175 80 / 46%)!important;}
.wpzp_btns .wpzp_btn2{right: 0;}
.wpzp_btns .wpzp_btn2:after{background-color: rgb(233 30 99 / 33%)!important;}
.wpzp_btns > .wpz_poll_label:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 3%;
	z-index: 0;
	background-image: -webkit-linear-gradient(135deg,rgba(255,255,255,0.125) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.125) 50%,rgba(255,255,255,0.125) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.125) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.125) 50%,rgba(255,255,255,0.125) 75%,transparent 75%,transparent);
	background-size: 35px 35px;
}
.wpz_poll_box .wpz_poll_radio:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1%;
	z-index: 0;
	background-color: #c8d1db;
	background-size: 35px 35px;
	border-radius: 4px 0px 0 4px;
}
#ui-datepicker-div {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
}