@import url("hi-cons.css");

* {
	box-sizing: border-box;
}

body {
	font-family: "PT Sans",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #635d58;
}
html, button, input, select, textarea, .g [class *= "u"] {
	font-family: "PT Sans",Helvetica,Arial,sans-serif;
}

section {
	margin-bottom: 30px;
}

.enabled {
	font-weight: bold;
	color: #3c763d;
}

.disabled {
	font-weight: bold;
	color: darkred;
}

.fa-3 {
	font-size: 2em;
	line-height: 60px;
}
.fa-4 {
	font-size: 3em;
	margin-top: 5px;
}
.yellow {
	color:#F9E417;
}
.red {
	color:red;
}
.black {
	color:black;
}
.blue {
	color:blue;
}
.green {
	color:green;
}
.pink {
	color:pink;
}
.grey {
	color:grey;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 2em;
	line-height: 1.25em;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 1.313em;
	line-height: 1.143em;
	margin: 0 0 1.143em 0;
}

h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	font-weight: bold
}

h4 {
	font-size: 0.75em;
	line-height: 1.333em;
	margin: 0 0 2em 0;
}

p {
	font-size: 0.875em;
	sline-height: 1.143em;
	line-height: 1.85em;
	margin: 0 0 1.143em 0;
}

a, a:link, a:active, a:visited {
	text-decoration: none; 
	color: #635d58;
}
	a:hover { color: #61c3a8; }

.wordCloud a, .wordCloud a:link, .wordCloud a:active, .wordCloud a:visited {
	color: inherit;
}

/* footer */
#footer {
	text-transform: uppercase;
	color: #b4b8b7;
	font-size: 0.875em;
	clear: both;
	max-width: 1200px;
	text-align: center;
}

/* error page */
#error {
	text-align: center;
	margin: 100px auto;
}
	#error .title {
		color: inherit;
	}

/* inline navigation */
nav.inline {
	border-bottom: 1px solid #dbdcda;
}
	nav.inline li {
		display: inline-block;
		margin-right: 30px;
		padding-bottom: 15px;
	}
	nav.inline li a {
		color: #B2B7B6;
	}
	nav.inline li a:hover {
		color: #61c3a8;
	}

	nav.inline li.active > a {
		color: inherit;
	}

	/* sub menu */
	nav.inline li.has-sub {
		position: relative;
		padding-right: 35px;
		cursor: pointer;
	}
	nav.inline li.has-sub::after {
		font-family: 'hi-icons';
		font-size: 8px;
		padding: 1em;
		vertical-align: bottom;
		content: "\e609";
	}	
	nav.inline li.has-sub:hover .sub {
		display: block;
	}

	nav.inline .sub {
		display: none;
		background: #fff;
		position: absolute;
		top: 35px;
		left: 0;
		z-index: 1000;
		min-width: 150px;
		border-width: 0 1px 1px 1px;
		border-style: solid;
		border-color: #dbdcda;
		box-shadow: 2px 3px 3px #ddd;
	}
		nav.inline .sub li {
			display: block;
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #eee;
		}
		nav.inline .sub a {
			display: block;
			padding: 8px 10px;
		}
		nav.inline .sub a:hover {
			background: #F5F4F0;
		}

/* avatars */
/*.avatar {*/
	/*background: #e3e3e3;*/
	/*overflow: hidden;*/
	/*border-radius: 3px;*/
	/*display: inline-block;*/
	/*float: left;*/
	/*margin-right: 10px;*/
	/*width: 32px;*/
	/*height: 32px;*/
/*}*/

/* generic */
.table {
	width: 100%;
	font-size: 0.875em;
	border: 0;
}
.table thead {
	color: #fff;
	text-transform: uppercase;
}
.table th {
	background: #9e9da0;
	font-weight: normal;
	padding: 1.2em;
	border-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
	.table th a {
		color: #fff !important;
	}
	.table th:first-child {
		/*border-top-left-radius: 3px;*/
		/*border-bottom-left-radius: 3px;*/
	}

	#table-campaigns .name {
		padding-left: 5px;
	}
#table-campaigns .name:before {
	content: none;
}
/*.table th a.sort:before {*/
	/**/
	/*font-family: FontAwesome;*/
	/*content:"\f0dd";*/
	/*padding-right: 15px;*/
/*}*/
	/*.table th a.sort.DESC:before{*/
	/**/
	/*content: "\f0de";*/
	/*font-family: FontAwesome;*/
	/*}*/
.table tr { border-top: 1px solid #d7d7d9; }
	.table tr.row-comment { border: none; }	
	.table tr.row-comment > td { padding-top: 0; }
	
.table td { 
	vertical-align: top;
}
.table tbody td.n {
	max-width: 100px !important;
	min-width: 70px;
}
	.table tbody td.n input {
		float: left;
		margin: 5px 5px 0 0;
	}
.table th:last-child {
	/*border-top-right-radius: 3px;*/
	/*border-bottom-right-radius: 3px;*/
}
.table tr .trans {
	visibility: hidden;
}
.table td.status {
	text-transform: capitalize;
}
	.table td.status .disabled {
		color: #F8575E;
	}

	.table .trans a {
		color: #aaa;
		margin-right: 10px;
	}
	.table .trans a:hover {
		color: #61c3a8;
	}
	.table tr:hover .trans {
		visibility: visible;
	}




/* filter */
.form.filter {
}
	.form.filter label { 
		display: inline-block; 
		vertical-align: middle;
		font-weight: bold;
		font-size: .7em;
		text-transform: uppercase;
	}
	.form-horizontal.filter label {
		margin-right: 15px;
	}
	.form.filter .button-primary {
		margin-left: 1em;
	}
	.form.filter .form-controls {
		margin-top: 33px;
		overflow: auto;
	}
	.form .buttons {
		margin-top: 30px;
	}

/* pagination */
.pagination {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
	.pagination li {
		display: inline-block;
		font-size: 0.875em;
		font-weight: 700;
	}
	.pagination li a, .pagination li span {
		background: #DAD9D5;
		color: #9E9EA0;
		padding: 0.286em 0.857em;
		border-radius: 3px;
		display: block;
		text-align: center;
		margin-left: 8px;
	}
	.pagination .active a, .pagination .active span,
	.pagination li a:hover {
		background: #9E9EA0;
		color: #fff;
	}
	/*.pagination li.disabled { display: none; }*/

/* char counter */
form .charlimited-container {
	position: relative;
}

form .charlimited {
	padding-bottom: 25px;
}
form .charlimit-counter {
	background: #fff;
	font-size: .8em;
	text-align: right;
	position: absolute;
	padding: 1px 6px;
	bottom: -17px;
	width: 100%;
	left:0;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 4px 4px;
	color: #999;
}



/* common styles */
.form-horizontal .control-group,
.form-horizontal .controls {
	margin: 0 15px 15px 0;
	display: inline-block;
}
.form-stacked .control-group {
	margin-bottom: 15px;
}


	.form .help-block,
	.form .inline-help {
		font-size: .85em;
		color: #999;
	}
	.form .has-error .help-block {
		color: #ff0000;
	}
	.controls input {
		margin-right: 15px;
	}
	.form-stacked .help-block {
		display: block;
	}
	.form-stacked .control-group input,
	.form-stacked .control-group select,
	.form-stacked .control-group textarea {
		width: 100%;
		max-width: 300px;
	}
	.form-stacked .control-group input[type="checkbox"] {
		width: auto;
		max-width: none;
	}
.button-small {
	font-size: 85%;
}
.row {
	margin-bottom: 15px;
}
/*a.delete {*/
	/*color: #ff0000;*/
/*}*/
	/*a.delete.small {*/
		/*font-size: .8em;*/
	/*}*/
	/*a.delete:hover {*/
		/*color: inherit;*/
	/*}*/

.delete-voter a{
	color: white;
	text-align: center;
	font-size: inherit;

}

.delete-voter {
	/*width: 116px;*/
	/*display: block;*/
	/*margin-top: 5px;*/
	/*position: absolute;*/
	/*border-radius: 4px;*/
}
.flash-message {
	background: #FFF5BA;
	font-size: .9em;
	padding: 10px 20px;
	display: inline-block;
	border-left: 3px solid #7AD03A;
	margin: 0 0 30px 0!important;
}
.clear {
	clear: both;
}
.noul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.error {
	color: #ff0000;
}
.box {
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 2px 2px 0 #f3f3f3;
	padding: 30px;
}

/* expand to textbox */
a.expand-to-textbox {
	color: #61c3a8;
}
	.expand-to-textbox:hover {
		color: #635d58;
	}
	.replaced-text {
		font-size: .70em;
		min-width: 300px;
		font-weight: normal;
	}

/* scores */
.score-box {
	background: #DBD9D6;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	padding-top: 0.563em;
	border-radius: 0.25em;

	height: 64px;
	width: 64px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	position: relative;
	display: block;
}
	.score-box.score1 { background: #F2665E; }
	.score-box.score2 { background: #D47675; }
	.score-box.score3 { background: #948A98; }
	.score-box.score4 { background: #55A2BE; }
	.score-box.score5 { background: #2BD6D2; }
	.score-box.score6 { background: #34C0CC; }
	.score-box.score7 { background: #61C3A8; }
	.score-box.score8 { background: #97CD7D; }
	.score-box.score9 { background: #D5D950; }
	.score-box.score10 { background: #FDDB2F; }
	.score-box .val { background: #fff; }

	.campaign .score-box {display: inline-block; }

	.score-box .val {
		text-align: center;	
		font-weight: bold;
		border-radius: 100%;
		width: 46px;
		padding: .7em 0;
		display: inline-block;
	}

	.score-box .change {
		background: #9E9DA0;
		font-size: .75em;
		line-height: 1.8em;
		color: #fff;

		border: 2px solid #fff;
		display: inline-block;
		width: 28px;
		height: 28px;
		border-radius: 100px;
		
		position: absolute;
		right: -20px;
		bottom: 0;
	}
	.score-box .change.up {
		background: #FFD836;
		color: #635d58;
	}
	.score-box .change.down {
		background: #F2665E;
		color: #fff;
	}

/* net average box */
.net-average-slice {
	float: right;
	width: 250px;
	margin-top: 1em;
}
	.net-average-slice .score-box {
		width: auto;
		padding: 0.563em;
		border-radius: 0;
	}
	.net-average-slice .score-box label {
		margin-right: 1em;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.05em;
		color: #fff;
	}
	.net-average-slice .score-box span { vertical-align: middle; }


/* progressbar */
.tinyProgressbar {
	background: #f9f9f9;
	padding: 5px 0;
	width: 300px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 3px;
}
	.tinyProgressbar * {
		z-index: 100;
		position: relative;
	}
	.tinyProgressbar .value {
		text-align: center;
		display: block;
	}
	.tinyProgressbar .bar {
		background: #9DDB29;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 0;
		transition: width 500ms ease-in-out;

		padding: 0 !important;
		margin: 0 !important;
	}
