html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}



a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}
a:link,
a:visited {
	color: #09C;
}

.ja-toolbar-btn {
	background: #ededed;
	background: linear-gradient(to bottom,  #FFF 5%,#BBB 100%);

	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
	border-radius: 5px;
	border: 1px solid #666;
	padding: 2px 5px;
	
	color: #444;
	font-family: Helvetica;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.7);

	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ja-toolbar-btn:hover {
	
}
.ja-toolbar-btn:active {
	color: #555;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6), 0 1px 3px 0 rgba(0, 0, 0, 0.8) inset;
}

.ja-search-input {
	border: 1px solid #666;
	height: 16px;
	box-shadow: 0 1px 2px 0 rgba(150, 150, 150, 0.5) inset, 0 1px 0 0 rgba(255, 255, 255, 0.6);
	border-radius: 13px;
	padding: 2px 10px;

	font-size: 11px;

	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: auto;
	-ms-user-select: text;
	user-select: all;
}

#igz-manager {
	margin-top: 100px;
	margin-left: calc(50% - 300px);

	width: 600px;
	
	font-family: Helvetica;
	font-size:12px;

	background-color: #FFF;
	border-radius: 5px;
	border: 1px solid #666;

	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
	-o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);

	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	position: relative;
}


	#app-header {
		height: 70px;
		background: linear-gradient(to bottom, #D0D0D0 0%,#A7A7A7 100%);
		border-radius: 5px 5px 0 0;

		border-bottom: 1px solid #515151;
		box-shadow: 0 1px rgba(255, 255, 255, 0.5) inset;
	}
	#app-header .title-bar {
		position: relative;
		height: 23px;
	}
		#app-header .title-bar .bubbles {
			position: absolute;
			top: 0;
			left: 0;
		}
		#app-header .title-bar .title {
			text-align: center;
		}
			#app-header .title-bar .title span {
				font-size: 14px;
				color: #333;
				text-shadow: 0 1px rgba(255, 255, 255, 0.5);

			}
		#app-header .tabbar {
			padding: 0 20px;
			margin-top: 6px;
		}
		#app-header .tabbar .tabs {
			list-style: none;
		}
			#app-header .tabbar .tabs li {
				display: inline-block;
			}
				#app-header .tabbar .tabs li .tab {
					padding: 4px 8px 2px 8px;

					color: #333;
					font-size: 14px;
					font-weight: bold;
					text-shadow: 0 1px rgba(255, 255, 255, 0.5);
				}
				#app-header .tabbar .tabs li .tab:hover {
					border-bottom: 2px solid #CCC;
				}
				#app-header .tabbar .tabs li .tab:active {
					border-bottom: 2px solid #666;
				}
				#app-header .tabbar .tabs li .tab.current {
					border-bottom: 2px solid #008DE6;
				}
	#app-content {
		height:420px;
		background-color: #FFF;
	}
		#app-content .panes,
		#app-content .panes .pane{
			height: inherit;
		}
		#app-content .panes .pane .pane-content {
			height: calc(420px - 31px);
			background-color: #EEE;
		}
		#app-content .pane {
			display: none;
		}
		#app-content .pane.current {
			display: block;
		}
		#app-content .pane .toolbar {
			height: 30px;

			padding: 0 20px;

			background: linear-gradient(to bottom, #D0D0D0 0%,#B9B9B9 100%);

			border-bottom: 1px solid #515151;
			box-shadow: 0 1px rgba(255, 255, 255, 0.5) inset;
		}
			#app-content .pane .toolbar .button-list {
				float: left;
				padding-top: 4px;
			}
			#app-content .pane .toolbar .search-form {
				float: right;
				padding-top: 4px;
			}
				#app-content .pane .toolbar .button-list button {
					display: inline-block;


				}
		#app-content .pane .pane-content {
			overflow-y: auto;
		}
	#app-footer {
		height: 23px;
		background: linear-gradient(to bottom, #CBCBCB 0%,#A7A7A7 100%);
		border-radius: 0 0 5px 5px;
		border-top: 1px solid #515151;
	}

	#add-poll-btn {
		width:120px;
		height:27px;


		font-size:11px;
		font-weight: bold;
		text-align: center;
		color:#FFF;

	}
	.poll {
		border-top:1px solid #FFF;
		border-bottom:1px solid #CCC;
	}
	.poll:nth-child(odd) {
		background-color: #f5f5f5; 
	}
	.poll:nth-child(even) {
		background-color: #EEE;
	}
		.poll .poll-header {
			padding: 5px 10px;
		}
			.poll .poll-header .poll-date {
				color:#999;
			}
		.poll .poll-content .poll-question {
			padding: 0 10px 5px 10px;
			color: #333;
			text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
		}
		.poll .poll-content .poll-question.full {
			display: none;
		}
		.poll .poll-read-more-btn {
			opacity: 0;
			transition:opacity 1s;
			-moz-transition:opacity 1s; /* Firefox 4 */
			-webkit-transition:opacity 1s; /* Safari and Chrome */
			-o-transition:opacity 1s; /* Opera */
		}

	.poll:hover .poll-read-more-btn {
		opacity: 1;
	}

	.poll-votes {
		padding:2px 0;
	}
	.poll-votes .vote-majority {
		font-weight: bold;
	}
	.poll-votes .vote-plus.vote-majority {
		color:rgb(34, 177, 76);
	}
	.poll-votes .vote-minus.vote-majority {
		color:rgb(237, 28, 36);
	}
#popin-create-poll {
	display:none;
	width:400px;
	height:350px;
	position: absolute;
	left:calc(50% - 200px);
	top: calc(50% - 175px);

	background-color: #fff;
}