﻿/* Styling for practice ballot papers */

/* Senate */
.responsive-container {
	width: auto;s
    margin: 0 -30px 15px -30px;

}
@media (max-width: 950px){
	.responsive-container {
		overflow-y: hidden;
		overflow-x:scroll;
		border-right:1px solid #666;
	}
}    
.ballot-paper-sen {
	width:900px;
	border-top: 1px solid #b60050;
	border-right: 1px solid #b60050;
	border-bottom: 1px solid #b60050;
	position:relative;
	color:#b60050;
	

}
.ballot-header-title {
	padding:10px 0 0 0px;
	font-size: 1.3em;
	height:65px;
	margin-bottom:20px;
	
}
.ballot-option-a {
	border-bottom: 15px solid #b60050;
	margin-bottom:10px;
}
.option-a-header, .option-b-header {
	float: left;
	width: 164px;
}
.option-a-header h2, .option-b-header h2 {
	letter-spacing:-1px;
	font-size: 1.7em;
    font-weight: bold;
	margin:0;
}
.option-a-header p, .option-b-header p {
    letter-spacing: -.5px;
}
p.senate-option {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing:normal;
	width:160px;
	height:27px;
	padding:3px 0 0 5px;
	margin:5px 0;
}
.ballot-logo-sen {
	margin:10px 10px 10px 0;
	height:40px;
	width:40px;
}
.ballot-logo-sen.blank {
	background:none;
}
.ballot-paper-sen select {	
	height: 40px;
	width: 40px;
	float: left;
	border:2px solid #b60050;
	font-size: 1.4em;	 
  	-moz-text-align-last: center;
		 text-align-last:center;
}
.ballot-position { 
	font-size: 1.1em;
	width: 135px;
	border-left: 1px solid #b60050;
	float: left;
}

.below-ballot-position {
	font-size: 1.1em;
	width: 140px;
	border-left: 1px solid #b60050;
	float: left;
}
.ballot-position {
	margin: 5px 0;
	height: 220px;
	padding-left:5px;
}
.below-ballot-position {
	padding-bottom: 20px;
	min-height:352px;
}
.ballot-number {
	padding: 0;
	margin:0;
}
.ballot-party {
	padding: 20px 0 0;
	font-weight: bold;
	clear: both;
}
p.party-title {
	margin: 10px 0 50px 5px;
	font-weight: 800;
}
.ballot-candidate-group {
	margin: 20px 0;
	padding-left:5px;
}
.ballot-candidate {
	margin-left: 45px;
	font-size: 1em;
	line-height: 16px;
}
.ballot-candidate span {
	font-size: .9em;
	font-weight: normal;
	letter-spacing:-.5px;
}
.ballot-candidate span span {
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
}
.sample-text {
	background: transparent url("sample-banner.png") bottom right no-repeat;
	position:absolute;
	height:117px;
	width:117px;
	bottom:0;
	right:0;
}
/* House of Reps */
.ballot-paper-hor {
	max-width: 420px;
	margin: 0px auto;
	padding: 0px 10px 20px 20px;
	background: #CCF7E7 url("WaterMark1.png") 0px 0px no-repeat;
	
	position:relative;
	color:#231f20;
}
.ballot-paper-hor p {
	margin:0;
}
p.hor-title {
	 *padding-top:20px;
	 font-size:1.1em;
	 margin:0 20 0 0px;
	 font-weight:100;
	 text-align:center;
	 
}
p.hor-state-title {
	font-size:.9em;
}
p.hor-div-title {
	font-size:1.4em;
	font-weight: bold;
	padding-bottom:4px;
	border-bottom:4px solid #231f20;
	margin-top:10px;
}
p.hor-instruction-title {
	font-size:1.85em;
	line-height:1.1em;
	font-weight: bold;
	padding-bottom:5px;

	margin-top:8px;
	letter-spacing:-1px;
}
p.hor-footer {
	margin-top:80px;
	font-size:1.15em;

	padding-top:4px;
	font-weight:bold;
	letter-spacing:-1px;
}
.ballot-position-hor p {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	padding: 0;
	line-height: 1em;	
}

.ballot-paper-hor p span {
	font-size: .66em;
	font-style: normal;
	line-height: .7em;
}
.ballot-border-ref {
	border: 1px solid #231f20;
	padding: 20px;
	margin: 10px 0 20px 0;
}
.ballot-paper-hor select {
	font-size: 2em;
	height: 52px;
	width: 52px;
	border: 2px solid #231f20;
	-moz-text-align-last: center;
		 text-align-last:center;
}
.ballot-logo-hor {
	margin:10px 10px 10px 0;
	height:52px;
	width:52px;
	float:left;
}
.ballot-logo-hor.blank {
	background: none;
}
.ballot-position-hor {
	margin: 5px 0;
	font-size: 1.2em;
	clear: both;
	border-top:2px solid #231f20;
}
.ballot-number-hor {
	float: left;
	padding: 10px 10px 10px 0;
}


.ballot-candidate-hor {
	padding: 17px 0 10px;
	font-weight: normal;
	font-size:1.2em;
	letter-spacing:-1px;
}

.right {
	font-size: .6em;
	text-align:right;
}

.ballot-candidate-hor span {
	font-size: .8em;
	letter-spacing:normal;
}



.hor-logo, .ref-logo {
	position: relative;
	width:180px;
	height: 41px;
	top: 40px;
	left:55px;
}

/* Referendum */
.ballot-paper-ref {
	max-width: 410px;
	margin: 10px auto;
}
.ballot-paper-ref {
	padding: 70px 20px 20px 20px;
}
.ballot-paper-ref hr{
	border-top:1px solid #000;
	height:0;
}	
.ballot-paper-ref h2{
	text-align: center;
	line-height:30px;
	margin-top:0;
	font-size: 1.6em;
	font-weight:bold;
}
.ballot-paper-ref h2 span {
	padding-top:50px;
	font-size:.8em;
}
.ballot-paper-ref h3 {
	text-align:center;
	margin-top:0;
}
.ballot-paper-ref p {
	font-size: 1.2em;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	line-height: 1em;
}
.ballot-paper-ref p span{
	font-size: .9em;
	float: right;
	text-align:right;
	font-weight:bold;
}
input#answer {
	width:100%;
	margin-top:10px;
	height:40px;
	font-size:1.8em;
}
 .ref-logo {
	background-color: #f3e4c4;
 }

/* Generic controls */
.controls {
	margin: 20px auto 0;
	/* text-align: center; */
}

.controls-House {
	margin: 20px auto 0;
	text-align: center;
}


.btn-enrol {
	height: 40px;
	padding: 7px 0;
}
label {
	display: none;
}
.filled select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;   
}
.filled select::-ms-expand { /* for IE 11 */
    display: none;
	-ms-text-align-last: center;
}