/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}
.clear {
  clear:both;
  height:0px;
  line-height:0;
}
#main-wrap {
  width:95%;
  margin:10px auto;
}
 @font-face {
 font-family: 'BebasNeueRegular';
 src: url('../fontface/BebasNeue-webfont.eot');
 src: url('../fontface/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../fontface/BebasNeue-webfont.woff') format('woff'), url('../fontface/BebasNeue-webfont.ttf') format('truetype'), url('../fontface/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
label {
  display: block;
  float: left;
  font-family: Tahoma, Geneva, sans-serif;
  color: #82a724;
  margin-right: 10px;
}
input#last, input#first {
  display: block;
  clear: both;
}
span#year-prefix {
  c
}
div.field {
 float: left;
}
#field-county {
  overflow: hidden;
}
select {
  width: 100%;
}
input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input#year, input#year2, select {
  border:2px solid #999;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
  /*line-height:20px;*/
  padding:10px 10px;
  font-weight:bolder;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  height:40px;
  line-height:20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family:Verdana, Geneva, sans-serif;
  color:#333;
}
input[type="text"]:focus, input[type="password"]:focus {
/*border-color:#ff8818;*/
}
input[type="text"].error, input[type="password"].error {
  border-color:red;
  background: #feffff; /* Old browsers */
  background: -moz-linear-gradient(top, #feffff 0%, #ffd8d8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #ffd8d8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #feffff 0%, #ffd8d8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #feffff 0%, #ffd8d8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #feffff 0%, #ffd8d8 100%); /* IE10+ */
  background: linear-gradient(top, #feffff 0%, #ffd8d8 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ffd8d8', GradientType=0 ); /* IE6-9 */
}
ul.validation-report {
  background-color:#feeddc;
  border:2px solid #fd7b00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top:15px;
  list-style: none;
  marign-left: 0;
  padding:10px 0 10px 0;
}
ul.validation-report li {
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 5px 15px;
  border: 0;
  font-size: 100%;
  font: inherit;
  margin-bottom:15px;
  color:#cf6705;
  text-shadow:none;
}
ul.display-results {
  margin-top:15px !important;
  list-style: none;
  padding: 0;
  display: block;
  float:left;
  width:50%;
  overflow:hidden;
}
#results-wrapper {
  margin:0;
}
ul.display-results li {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* W3C */
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
  font-size:20px;
  font-weight:bold;
  padding-top:15px;
  padding-bottom:15px;
  margin-right:4px;
  margin-bottom:6px !important;
  border:1px solid #999;
  text-align:center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
  font-family:Verdana, Geneva, sans-serif;
  color:#333;
}
ul.display-results li.disqualified {
  background: #dd0000;
}
ul.ui-autocomplete {
  background-color:#E8E8E8;
  list-style: none;
  padding:0;
  width:70%;
}
ul.ui-autocomplete li {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
  font-family:Tahoma, Geneva, sans-serif;
  font-size:14px;
  border-top:1px solid #999;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:bold !important;
  color:#333;
}
ul.ui-autocomplete li a {
  display:block;
  width:100%;
  padding:10px 30px;
}

.display-none {
  display: none;
}
label {
  height:40px;
  padding:0;
  margin:0 10px 0 0;
  line-height:40px;
}
#field-year {
  clear: both;
}
#year-prefix {
  float:left;
  width:20px;
  line-height:40px;
  font-weight:bold;
  font-family:Verdana, Geneva, sans-serif;
  color:#333;
  font-size:12px;
}
#year {
  padding-left:3px;
  margin-bottom: 20px;
}
div#field-year label,
div#field-last label,
div#field-first label {
  height: 40px;
}

input#first {
  display: block;
  width: 100%;
  margin-right: 0px;
}
input#last, input#year {
  float:left;
  margin-right:10px;
}
input#first {
  width: 100%;
}
button#submit,
.btn {
  border:2px solid #F90;
  background: #ffa84c; /* Old browsers */
  background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa84c), color-stop(100%, #ff7b0d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* IE10+ */
  background: linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d', GradientType=0 ); /* IE6-9 */
  padding:10px 10px;
  margin-bottom:10px;
  font-weight:bolder;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  width:100%;
  height:50px;
  line-height:20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color:#FFF;
  font-family: 'BebasNeueRegular';
  font-size:28px;
}
@media only screen and (max-device-width: 1000px) {
}
#links {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 43px;
  text-align: center;
}
footer {
  width: 100%;
  position: fixed;
  bottom: 0px;
  height: 40px;
  color: #eee;
  background: #000;
  text-align: center;
  line-height: 40px;
  font-family: tahoma;
  font-weight: bold;
}
ul#results-right.display-results li {
  margin-right: 0px;
}
#petition-list { list-style-type: none; margin: 0; padding: 0; width: 100%;}
#petition-list li {
  font-family:Tahoma, Geneva, sans-serif;
  font-size:20px;
  font-weight:bold;
  padding-top:15px;
  padding-bottom:15px;
  margin-right:4px;
  margin-bottom:6px !important;
  border: none;
  border-bottom:1px solid #aaa;
  text-align: left;
  text-indent: 10px;
}
  
#petition-list li img.move-icon { float:right; margin-right: 8px; margin-top: 1px; }
#petition-list li .checkmark { display: inline-block; width: 30px; color: #04b004; font-size: 120%; }

ul.ui-autocomplete li.ui-menu-item {
  font-size: 130%;
  padding: 4px 0 4px 0;
}

.ui-icon {
  margin-top: 0px;
}
/* PAGES */
#announcement {
  font-family: 'tahoma';
  font-weight; bold;
  font-size: 22px;
  text-align: center;
}

#announcement p {
  margin-top: 50px;
}

#coordinator-info table {
  font-family: 'tahoma';
  font-size: 16px;
}

#coordinator-info table tr td {
  padding-bottom: 4px;
  padding-top: 4px;
  border-bottom: 1px solid #ccc;
}

#coordinator-info table tr:last-child td {
  border:none;
}

.text-voter-party{
  margin-top: 4px;
  font-size: 14px;
}

