body {font-family: 'Ubuntu', sans-serif;}

a img {border: 0;}

h2 {
	font-size: 1.571em;
	color: #00aae8;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}
	h2:nth-child(2) {margin-top: 0;}
	.sub h2 {margin-top: 0;}

h3 {
	color: #333;
	font-size: 1.125rem;
	font-weight: 700;
}
h4 {
	color: #000;
	font-size: 1em;
}

.header-left {padding-left: 0;}
.header-right {padding-right: 0;}

a {
	text-decoration: underline;
	color: #00abe9;
}
a:link {color: #008abc;}
a:visited {color: #008abc;}
a:hover {color: #008abc;}
a.quit {
	position: absolute;
	display: block;
	text-decoration: none;
	top: 1.875rem;
	right: 15px;
}
	a.quit span {text-decoration: underline;}
p {
	font-size: 1.143em;
	color: #333;
}
.btn-primary {
	background: #00abe9;
	border-color: #00abe9;
}
	.btn-primary:hover,
	.btn-primary:active,
	.btn-primary:focus
	 {
		background: #008abc;
		border-color: #008abc;
	}


/** Header **/
header {
	background: #fff;
	border-bottom: 2px solid #00abe9;
}
	header h1 img {
		width: 275px;
		height: auto;
	}
/** End Header **/

	/**** Login ****/
	.ballot {
		display: block;
		max-width: 375px;
		height: auto;
		margin: 0 auto;
	}
	/**** End Login ****/

	.alert {font-size: 0.875rem;}
	.alert p:last-child {margin-bottom: 0;}

	/** Candiates Listing **/

	.confirmation .form-check {opacity: 0.30;}
	.confirmation .form-check input {display: none;}
	.confirmation .form-check.checked {opacity: 1;}
	.confirmation input[type="submit"] {}
	.confirmation .or {
		display: inline-block;
		margin-left: 15px;
		position: absolute;
		margin-top: 16px;
		color: #999;
	}
	.confirmation .change {
		color: #666;
	}


	.download {text-decoration: none;}
	.download:hover {text-decoration: none;}
	.informed {
		white-space: normal;
		padding: 2em;
	}

	.contact h3 {color: #00aae8;}
	.contact i {color: #00aae8;}

	/**** Bios ****/

	/**** End Bios ****/

	/** Charities **/

	/** End Charities **/

	/** Thank you pages **/

	/** End Thank you pages **/


.main-list {margin-left: 30px;}
.main-list li {list-style: disc;}

/**** Results ****/

.ballot-entry label {
	font-weight: bold;
	font-size: 1.25rem;
	color: #00aae8;
}

#scanform {text-indent: -9999px;}

.gonext {display: none;}

.graph-container h3 {margin-top: 65px;}
.graphcont {

}
	.graphcont .col-md-7 {padding-right: 0;}
.graph {
	background-color: #cecece;
	width: 100%;
	padding: 0;
}
.graph .bar {
	display: block;
	position: relative;
	background: url("../i/bargraph.gif") repeat-x right center;
	border-right: #bdbb97 1px solid;
	text-align: center;
	color: #fff;
	height: 20px;
	font-size: 1em;

}
.graph .bar span {
	position: absolute;
	left: 1em;
}

.voting-alert {margin-top: 25px;}

.ballot-form .form-group {width: 100%;}
.ballot-form label {margin-bottom: 0px;}
.ballot-form input[type="text"] {margin: -6px 0 0 5px;}

ul#manualform {list-style: none;}
/**** End Results ****/

/**** Survey ****/
.questionBox {margin-bottom: 25px;}
.questionBox p {
	margin-bottom: 10px;
}
/**** End Survey ****/

/**** Manaul ****/
#multiplesubmit {
	width: 100%;
	margin-top: 35px;
}
	#multiplesubmit th:first-child {text-align: left;}
	#multiplesubmit td:first-child {text-align: left;}
	#multiplesubmit th {text-align: center;}
	#multiplesubmit td {text-align: center;}
.results {margin-bottom: 35px;}
.submitbutton input {margin-bottom: 25px;}
.manual-error {color: #a94442;}
/**** End Manaul ****/

/**** End Results ****/


.candidate-check > [type="checkbox"],
   .candidate-check > label{
	   margin-bottom:0px !important;
	   -webkit-touch-callout: none;
	   -webkit-user-select: none;
	   -khtml-user-select: none;
	   -moz-user-select: none;
	   -ms-user-select: none;
	   user-select: none;
   }
   .candidate-check > [type="checkbox"]:not(:checked),
   .candidate-check > [type="checkbox"]:checked {
	   position: absolute;
	   left: -9999px;
   }
   .candidate-check > [type="checkbox"]:not(:checked) + label,
   .candidate-check > [type="checkbox"]:checked + label {
	   position: relative;
	   padding-left: 34px;
	   cursor: pointer;
   }
   .candidate-check > [type="checkbox"]:not(:checked) + label:before,
   .candidate-check > [type="checkbox"]:checked + label:before {
	   content: '';
	   position: absolute;
	   left:0;
	   top: 50%;
	   margin-top:-9px;
	   width: 17px;
	   height: 17px;
	   border: 1px solid #aaa;
	   background: #ffffff;
	   border-radius: 2px;
   }
   .candidate-check > [type="checkbox"]:not(:checked) + label:after,
   .candidate-check > [type="checkbox"]:checked + label:after {
	   font: normal normal normal 12px/1 'Glyphicons Halflings';
	   content: '\e013';
	   position: absolute;
	   top: 50%;
	   margin-top:-7px;
	   left: 2px;
	   color: #94C947;
	   xtransition: all .2s;
   }

   .candidate-check > [type="checkbox"]:not(:checked) + label:after {
	   opacity: 0;
	   transform: scale(0);
   }
   .candidate-check > [type="checkbox"]:checked + label:after {
	   opacity: 1;
	   transform: scale(1);
   }

   .candidate-check > [type="checkbox"][data-indeterminate] + label:after,
   .candidate-check > [type="checkbox"][data-indeterminate] + label:after {
	   content: '\2212';
	   left: 2px;
	   opacity: 1;
	   transform: scale(1);
   }

   .candidate-check > [type="checkbox"]:disabled:not(:checked) + label:before,
   .candidate-check > [type="checkbox"]:disabled:checked + label:before {
	   box-shadow: none;
	   background-color: #eeeeee;
	   border-color: #eeeeee;
	   cursor: not-allowed;
	   opacity: 1;
	   color: #dadada;
   }
   .candidate-check > [type="checkbox"]:disabled:checked + label:after {
	 color: #dadada; cursor: not-allowed;
   }
   .candidate-check > [type="checkbox"]:disabled + label {
	 color: #aaa; cursor: not-allowed;
   }
   .candidate-check > [type="checkbox"]:checked:focus + label:before,
   .candidate-check > [type="checkbox"]:not(:checked):focus + label:before {
	   border: 1px solid #66afe9;
	   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
   }
   .candidate-check > label:hover:before {
	   border: 1px solid #88D2FF !important;
   }
   .candidate-check > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
   .candidate-check > [type="checkbox"]:disabled:checked + label:hover:before{
	   border: 1px solid #E4E4E4 !important;
   }

.instructions ol {
	margin: 15px 0 0 0;
	padding: 0;
}
.instructions ol li {
	margin: 0 0 15px 15px;
	padding: 0;
}




@media only screen  and (max-width : 991px) {}

@media only screen  and (max-width : 767px) {}

@media only screen  and (max-width : 530px) {
	header h1 img {
		width: 225px;
		height: auto;
	}
}

@media only screen  and (max-width : 460px) {}
