/* @override
	http://www.virt-nv-local01.newsvine.com:85/jenga/widget/content/poll.css
	http://cdn.lib.newsvine.com/jenga/widget/content/poll.css?v=15183
	 */


.j_content_poll .c-poll {
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	/*margin: 0 0 20px 0;*/
	margin:0;
	padding: 20px 0 20px 0;
	position: relative;
	z-index: 10;
}

.j_content_poll .c-poll-text .c-poll-title {
	display:none;
}
.j_content_poll .c-poll.c-align-right {
	float: right;
	clear: right;
	width: 220px;
	margin-left: 20px;
}
.j_content_poll .c-poll.c-align-left {
	float: left;
	clear: left;
	width: 220px;
	margin-right: 20px;
}
.j_content_poll .c-poll.c-wide-poll {
	max-width: 500px;
	margin: 10px auto;
	clear: both;
}
.j_content_poll .c-poll .c-survey-header {
	text-transform: uppercase;
	margin: 5px 0 10px;
	letter-spacing: .2em;
	text-align: center;
	font-size: 18px;
}
.j_content_poll .c-poll p {
	margin-bottom: 10px;
}
.j_content_poll .c-poll form {
	
} 
.j_content_poll .c-poll fieldset {
	border: 1px solid #ccc;
	padding: 15px 10px;
	margin: 10px 0;
	border-radius: 3px;
}
.j_content_poll .c-poll legend {

}
.j_content_poll .c-poll label {
	display: block;
	margin: 5px 0 5px 20px;
	font-size: 14px;
	line-height: 1.3;
}
.j_content_poll .c-poll input {
	margin:2px 5px 0 -20px; 
	float: left;
}
.j_content_poll .c-poll form input[type='submit'],
.j_content_poll .c-poll form input.c-button.c-wide {
	width: 100%;
	display: block;
	height: 3em;
	margin: 5px 0 10px;
	position:relative;
	z-index:2;
}
	/* for new newsletter checkboxes before poll submit */
	.j_content_poll .c-poll label.c-checkbox,
	.j_content_poll .c-poll label.j-newsletter-sub {
		margin-left: 36px;
		margin-right: 16px;
	}

.j_content_poll .c-poll.c-wide-poll input[type='submit'] {
	width:70px;
}
.j_content_poll .c-poll button {
	width: 100%;
	height: 3em;
}
.j_content_poll .c-poll a {
	
}
.j_content_poll p.c-issue {
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, .9);
}
.j_content_poll .c-poll .c-votes {
	display: block;
	background-color: #eee;
	padding: 5px;
	border-bottom: 1px solid #fff;
	position: relative;
	border-radius: 3px;
}
.j_content_poll .c-poll .c-votes:nth-child(even) {
	background-color: #eaeaea;
}
.j_content_poll .c-poll .c-votes .c-poll-title {
	width: 170px;
	color: #000;
	font-size: 14px;
	line-height: 1.3;
	display: inline-block;
	position: relative;
}
.j_content_poll .c-poll .c-votes .c-poll-title em {
	font-style: italic;
}
.j_content_poll .c-poll .c-votes .c-poll-bar {
	position: absolute;
	background-color:#ceb;
	top: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	border-radius: 3px 0 0 3px;
	border-top: 1px solid #cea;
}
.j_content_poll .c-poll .c-votes.c-user-voted {
	background-color: #ddd;
	color:#8b0000;
}
.j_content_poll .c-poll .c-votes.c-user-voted .c-poll-title,
.j_content_poll .c-poll .c-full-results .c-user-voted.c-answer,
.j_content_poll .c-poll .c-long-answer .c-user-voted.c-ans-label {
	color: #8b0000;
}
.j_content_poll .c-poll .c-votes.c-user-voted .c-poll-bar {
	background-color: #cea;
	color: #8b0000;
}
.j_content_poll .c-poll .c-votes-total {
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
}
.j_content_poll .c-poll .c-votes .c-poll-percent,
.j_content_poll .c-poll .c-votes-total .c-poll-percent {
	position: absolute;
	right: 5px;
	font-weight: bold;
}
.j_content_poll .c-poll .c-total-votes {
	padding: 5px 0;
	margin: 10px 0;
	display: block;
	text-align: center;
	position: relative;
	background-color: #efefef;
	border-radius: 3px 3px 0 0;
}
.j_content_poll .c-poll .c-total-votes .c-num {
	padding: 1px 5px;
	margin: 0 5px;
	border-radius: 3px;
	font-weight: bold;
	display: inline-block;
	background-color: #fff;
}

.j_content_poll .c-results  {
	text-align: center;
}

.j_content_poll .c-thanks {
	display:none;
}

.j_content_poll .c-poll.c-no-results  .c-thanks {
	display:block;
	margin-left: 20px;
}

.j_content_poll .c-poll .c-results.c-hide,
.j_content_poll .c-poll.c-no-results .c-submit-btn .c-hide,
.j_content_poll.c-show-results .c-poll.c-wide-poll .c-results {
	display:none;
}

.j_content_poll .c-poll.c-no-results .c-my-vote {
	font-weight: bold;
}

.j_content_poll .c-results a {
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #180;
	text-decoration: underline;
	cursor: pointer;
}
.j_content_poll .c-poll .c-poll-results {
	clear: both;
}
.j_content_poll .c-poll.c-poll-closed .c-poll-results a {
	display:none;
}
.j_content_poll .c-poll .c-answerCol span{
	display:block;
}
.j_content_poll .c-poll .c-poll-data {
	text-align:center;
	color:#666;
	padding:0 10px;
	border-left:1px solid #ccc;
}

.j_content_poll .c-poll .c-poll-data:first-child{
	border-left:none;
}
.j_content_poll .c-poll .c-poll-data span {
	display:block;
	padding:5px 0;
}
.j_content_poll .c-poll .c-poll-data .c-percentage {
	font-size:24px;
	margin-top:5px;
}
.j_content_poll .c-poll .c-poll-data .c-answer {
	font-size:12px;
	font-weight:bold;
}
.j_content_poll .c-poll .c-poll-data .c-answer.c-user-voted {
	background-color: #f3e8e9;
}

.j_content_poll .c-poll .c-poll-data .c-vote-count {
	font-size:10px;
}

.j_content_poll .c-poll .c-voted .c-yesVoted {
	border-right:1px solid #fff;
	background-color:#ddd;
	background:url(http://www.cdn.newsvine.com/_vine/images/__/gradient-vbar.png) repeat-y center right;
}

.j_content_poll .c-poll .c-poll-choices .b-poll-vote-mark{
	/* this element is for displaying graphic radio buttons, not neededd by default*/
	display:none;
}

.j_content_poll .c-poll .c-full-results td {border:0px; padding:0;}

.j_content_poll .c-poll .c-bar2 .c-voted.col0 .c-yesVoted {background-color:#CC8A36;}
.j_content_poll .c-poll .c-bar2 .c-voted.col1 .c-yesVoted {background-color:#4AACC5;}
.j_content_poll .c-poll .c-bar2 .c-poll-data .c-col0 {color:#CC8A36;}
.j_content_poll .c-poll .c-bar2 .c-poll-data .c-col1 {color:#4AACC5;}

.j_content_poll .c-poll .c-bar3 .c-voted.col0 .c-yesVoted {background-color:#CC8A36;}
.j_content_poll .c-poll .c-bar3 .c-voted.col1 .c-yesVoted {background-color:#C1C91E;}
.j_content_poll .c-poll .c-bar3 .c-voted.col2 .c-yesVoted {background-color:#4AACC5;}
.j_content_poll .c-poll .c-bar3 .c-poll-data .c-col0 {color:#CC8A36;}
.j_content_poll .c-poll .c-bar3 .c-poll-data .c-col1 {color:#C1C91E;}
.j_content_poll .c-poll .c-bar3 .c-poll-data .c-col2 {color:#4AACC5;}

.j_content_poll .c-poll .c-bar4 .c-voted.col0 .c-yesVoted {background-color:#CC8A36;}
.j_content_poll .c-poll .c-bar4 .c-voted.col1 .c-yesVoted {background-color:#C1C91E;}
.j_content_poll .c-poll .c-bar4 .c-voted.col2 .c-yesVoted {background-color:#96CA1E;}
.j_content_poll .c-poll .c-bar4 .c-voted.col3 .c-yesVoted {background-color:#4AACC5;}
.j_content_poll .c-poll .c-bar4 .c-poll-data .c-col0 {color:#CC8A36;}
.j_content_poll .c-poll .c-bar4 .c-poll-data .c-col1 {color:#C1C91E;}
.j_content_poll .c-poll .c-bar4 .c-poll-data .c-col2 {color:#96CA1E;}
.j_content_poll .c-poll .c-bar4 .c-poll-data .c-col3 {color:#4AACC5;}

.j_content_poll .c-poll .c-bar5 .c-voted.col0 .c-yesVoted {background-color:#CC8A36;}
.j_content_poll .c-poll .c-bar5 .c-voted.col1 .c-yesVoted {background-color:#CBB224;}
.j_content_poll .c-poll .c-bar5 .c-voted.col2 .c-yesVoted {background-color:#C1C91E;}
.j_content_poll .c-poll .c-bar5 .c-voted.col3 .c-yesVoted {background-color:#96CA1E;}
.j_content_poll .c-poll .c-bar5 .c-voted.col4 .c-yesVoted {background-color:#4AACC5;}
.j_content_poll .c-poll .c-bar5 .c-poll-data .c-col0 {color:#CC8A36;}
.j_content_poll .c-poll .c-bar5 .c-poll-data .c-col1 {color:#CBB224;}
.j_content_poll .c-poll .c-bar5 .c-poll-data .c-col2 {color:#C1C91E;}
.j_content_poll .c-poll .c-bar5 .c-poll-data .c-col3 {color:#96CA1E;}
.j_content_poll .c-poll .c-bar5 .c-poll-data .c-col4 {color:#4AACC5;}

.j_content_poll .c-poll .c-bar6 .c-voted.col0 .c-yesVoted {background-color:#CC8A36;}
.j_content_poll .c-poll .c-bar6 .c-voted.col1 .c-yesVoted {background-color:#CBB224;}
.j_content_poll .c-poll .c-bar6 .c-voted.col2 .c-yesVoted {background-color:#C1C91E;}
.j_content_poll .c-poll .c-bar6 .c-voted.col3 .c-yesVoted {background-color:#96CA1E;}
.j_content_poll .c-poll .c-bar6 .c-voted.col4 .c-yesVoted {background-color:#27B288;}
.j_content_poll .c-poll .c-bar6 .c-voted.col5 .c-yesVoted {background-color:#4AACC5;}
.j_content_poll .c-poll .c-bar6 .c-poll-data .c-col0 {color:#CC8A36;}
.j_content_poll .c-poll .c-bar6 .c-poll-data .c-col1 {color:#CBB224;}
.j_content_poll .c-poll .c-bar6 .c-poll-data .c-col2 {color:#C1C91E;}
.j_content_poll .c-poll .c-bar6 .c-poll-data .c-col3 {color:#96CA1E;}
.j_content_poll .c-poll .c-bar6 .c-poll-data .c-col4 {color:#27B288;}
.j_content_poll .c-poll .c-bar6 .c-poll-data .c-col5 {color:#4AACC5;}

/*long answer poll results*/
.j_content_poll .c-poll .c-long-answer {
	width:100%;
	font-weight:bold;
	font-size:11px;
	color:#8c8c8c;
	margin-bottom:30px;
}

.j_content_poll .c-poll .c-long-answer .c-ans-label {
	width:120px;
	padding-right:10px;
	text-align:right;
}
.j_content_poll .c-poll .c-long-answer .c-ans-label.c-user-voted {
	background-color: #f3e8e9;
}

.j_content_poll .c-poll .c-long-answer .c-ans-bargraph {
	background-color:#96CA1E;
	height:10px;
	margin-top:4px;
	max-width:300px;
}

.j_content_poll .c-poll .c-long-answer .c-ans-pct {
	padding-left:10px;
	padding-right:10px;
}

.j_content_poll .c-poll .c-long-answer .c-ans-results div {
	float:left;
}

.c-poll.c-wide-poll .c-comment-my {
	background-color: #ddd;
	padding: 10px;
	cursor: pointer;
	border-radius: 6px;
}
.c-poll.c-wide-poll .c-comment-my:hover {
	background-color: #07c;
	background-color: #dadada;
	/*color: #fff;*/
}
.c-poll.c-wide-poll .c-comment-my h3 {
	margin: 0;
}
.c-poll.c-wide-poll .c-comment-my time {
	position: static;
	color: #aaa;
	margin: 5px 0 0 0;
	float: none;
}
.c-poll.c-wide-poll .c-comment-my p {
	padding: 0;
	margin: 0;
}
.c-poll.c-wide-poll .c-comment-my .c-author-avatar {
	position: relative;
	left: 3px;
	top: 5px;
}
.c-poll.c-wide-poll .c-comment-my p.c-my-choice-text {
	font-weight: bold;
	background-color: #eee;
	margin: 5px 0 0;
	padding: 6px 5px;
	font-size: 12px;
	border-radius: 3px 3px 0 3px;
}
/* my choice background colors from above */
.j_content_poll.resp2 p.c-my-choice-text.col0 {background-color:#CC8A36;}
.j_content_poll.resp2 p.c-my-choice-text.col1 {background-color:#4AACC5;}

.j_content_poll.resp3 p.c-my-choice-text.col0 {background-color:#CC8A36;}
.j_content_poll.resp3 p.c-my-choice-text.col1 {background-color:#C1C91E;}
.j_content_poll.resp3 p.c-my-choice-text.col2 {background-color:#4AACC5;}

.j_content_poll.resp4 p.c-my-choice-text.col0 {background-color:#CC8A36;}
.j_content_poll.resp4 p.c-my-choice-text.col1 {background-color:#C1C91E;}
.j_content_poll.resp4 p.c-my-choice-text.col2 {background-color:#96CA1E;}
.j_content_poll.resp4 p.c-my-choice-text.col3 {background-color:#4AACC5;}

.j_content_poll.resp5 p.c-my-choice-text.col0 {background-color:#CC8A36;}
.j_content_poll.resp5 p.c-my-choice-text.col1 {background-color:#CBB224;}
.j_content_poll.resp5 p.c-my-choice-text.col2 {background-color:#C1C91E;}
.j_content_poll.resp5 p.c-my-choice-text.col3 {background-color:#96CA1E;}
.j_content_poll.resp5 p.c-my-choice-text.col4 {background-color:#4AACC5;}

.j_content_poll.resp6 p.c-my-choice-text.col0 {background-color:#CC8A36;}
.j_content_poll.resp6 p.c-my-choice-text.col1 {background-color:#CBB224;}
.j_content_poll.resp6 p.c-my-choice-text.col2 {background-color:#C1C91E;}
.j_content_poll.resp6 p.c-my-choice-text.col3 {background-color:#96CA1E;}
.j_content_poll.resp6 p.c-my-choice-text.col4 {background-color:#27B288;}
.j_content_poll.resp6 p.c-my-choice-text.col5 {background-color:#4AACC5;}

.c-poll.c-wide-poll .c-comment-my .c-my-comment-text {
	margin: 0 0 1px 45px;
	background-color: #fff;
	padding: 7px 10px;
	border-radius: 0 0 6px 6px;
	position: relative;
	color: #000;
}
.c-poll.c-wide-poll .c-comment-my .c-my-comment-text:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 10px;
	width: 0;
	height: 0;
	display: block;
	border: 10px solid transparent;
	border-right-color: #fff;
}

.b-spin{
/*	position: absolute;
	left:50%;
	top: 50%;
	z-index: 999;*/
}
.c-filter .b-spin {
/*	position: relative;
	margin: 0 auto;
	text-align: center;
	background-color: rgba(250,250,250,0.5);
	right: 10px;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
*/
}

.msnbc_poll_vote .c-action-button {
	margin-top:15px;
}

.clearfix:after {
	content: "."; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	/* height was messing with clearfix in firefox */
	/* height: 0; */
	clear: both;
}

@media all and (max-width: 1023px) {
	.msnbc_poll_vote .c-poll-title .c-user-data {
		position:relative;
		margin-top:10px;
	}
	.msnbc_poll_vote .c-poll-title .c-user-data .c-follow {
		float:left;
		margin-left:0;
		clear:left;
	}		
}

@media all and (max-width: 767px) {
	.msnbc_poll_vote .c-poll-title .c-user-data .c-follow {
		float:right;
		margin-left:10px;
		clear:none;
	}	
	.msnbc_poll_vote .c-poll-title .c-user-data {
		position:absolute;
		margin-top:0;
	}
}

@media all and (max-width: 580px) {
	.msnbc_poll_vote .c-poll-title .c-user-data .c-follow {
		float:left;
		margin-left:0;
		clear:left;
	}	
	.msnbc_poll_vote .c-poll-title .c-user-data {
		position:relative;
		margin-top:10px;
	}
}