/*
TO CHANGE THIS LICENSE HEADER, CHOOSE LICENSE HEADERS IN PROJECT PROPERTIES.
TO CHANGE THIS TEMPLATE FILE, CHOOSE TOOLS | TEMPLATES
AND OPEN THE TEMPLATE IN THE EDITOR.
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

/*

RED		C4161C 911014
BLUE	1C2F72 0F1B40
LGRAY	C7C8CA 939596
DGRAY	636466 313233

*/


/* MAIN TAGS, MAKE RESPONSIVE, BY FILLING ENTIRE SCREEN */

html, body 
{
	height: 100%;
	margin: 0;
	padding: 0;
}

/* ZERO OUT THE MARGIN AND PADDING */
/* SET THE BACKGROUND AS A PHOTO, TO BE CENTERED AND ALIGNED WITH THE TOP */
/* SCALE THE IMAGE AS LARGE AS POSSIBLE AND MAINTAIN THE IMAGE ASPECT RATIO (BACKGROUND-SIZE: COVER) */
/* FIX THE BACKGROUND WITH REGARD TO THE VIEWPORT. EVEN IF AN ELEMENT HAS A SCROLLING MECHANISM, 
A ‘FIXED’ BACKGROUND DOESN'T MOVE WITH THE ELEMENT. */

body 
{
	background-color: #f0f0f0;
	background-image: url("../img/background.jpg");
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	font-family: Trebuchet MS !important;
	font-weight: 300;
	letter-spacing: normal;
}

.clearall {clear: both;float: none;}
.italics {font-style: italic;}
.mobile {display: none;	content: '';}

/* GLOBAL DEFINITIONS: BEGIN */
form, fieldset 
{
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

button, input 
{
	box-sizing: border-box;
	height: 70px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 3px;
	font-family: Trebuchet MS !important;
	font-size: 21px;
	line-height: 24px;
	font-weight: 400;
	transition: background-color 0.5s ease-out, width 0.5s ease-out, height 0.5s ease-out, font 0.5s ease-out;
	-webkit-transition: background-color 0.5s ease-out, width 0.5s ease-out, height 0.5s ease-out, font 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out, width 0.5s ease-out, height 0.5s ease-out, font 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out, width 0.5s ease-out, height 0.5s ease-out, font 0.5s ease-out;
}

/* GLOBAL DEFINITIONS: END */

/* CONTENT WRAPPERS: BEGIN */
#main_container 
{
	position: relative;
	width: 100%;
	height: 100%;
}

.container 
{
	width: 80%;
	margin: 0 10%;
	text-align: center;
}

/* STYLE GO BACK NAVIGATION */
#main_body div.goback 
{
    text-align: right;
    color: white;
    font-size: 21px;
}

/* FONT WHITE FOR GO BACK NAVIGATION */
#main_body a 
{
    color: white;
    font-size: 60%;
    text-decoration: none;
}

/* CONTENT WRAPPERS: END */

/* HEADER: BEGIN */
.nologin {display: none;}

#main_container header.screen 
{
	position: relative;
	height: 100px;
	background-color: #ffffff;
	border-bottom: 3px solid #c4161c;
	transition: height 0.5s ease-out, border 0.5s ease-out;
	-webkit-transition: height 0.5s ease-out, border 0.5s ease-out;
	-moz-transition: height 0.5s ease-out, border 0.5s ease-out;
	-o-transition: height 0.5s ease-out, border 0.5s ease-out;
}

	/* LOGO: BEGIN */
	#main_container header.screen .logo 
	{
		width: auto;
		height: 75px;
		float: left;
		margin-top: 10px;
		transition: height 0.5s ease-out;
		-webkit-transition: height 0.5s ease-out;
		-moz-transition: height 0.5s ease-out;
		-o-transition: height 0.5s ease-out;
	}
	/* LOGO: END */
	
/* STATUS: BEGIN */
.status_wrap 
{
	display: block;
	float: left;
	width: 30%;
	margin-top: 0px;
	margin-left: 80px;
	margin-right: 80px;
	text-align: left;
}

/* STATUS USER: BEGIN */
.status_user 
{
	font-size: 14px;
	line-height: 16px;
	width: 400px;
    position: absolute;
    right: 17%;
    top: 33px;
}

.status_user .status_user_label {float: right;}

.status_user .status_user_name 
{
	font-weight: 600;
	float: right;
	padding: 0 7px;
}

.status_user .status_user_status 
{
	padding: 0px 10px;
	color: #ffffff;
	background-color: #c4161c;
	text-transform: uppercase;
	float: right;
}

/*  MAKE CURSOR TO POINTER; PUT AN UNDERLINE IN THE UNVERIFED BUTTON */
.status_user_status {cursor: pointer;}
.status_user_status:hover {text-decoration: underline;}

/* STATUS USER: END */
		
/* PROGRESSBAR: BEGIN */
.status_wrap .status_progressbar {margin-top: 10px;}

	.status_wrap .status_progressbar .status_progressbar_title 
	{
		float: left;
		font-size: 14px;
		font-weight: 400;
	}

		.status_wrap .status_progressbar .status_progressbar_title .status_progressbar_title_data {}

	.status_wrap .status_progressbar .status_progressbar_complete {float: right;}

		.status_wrap .status_progressbar .status_progressbar_complete .status_progressbar_complete_done, .status_wrap .status_progressbar .status_progressbar_complete .status_progressbar_complete_all {font-weight: 600 !important;}

	.status_wrap .status_progressbar .status_progressbar_graph 
	{
		position: relative;
		width: 100%;
		margin-top: 10px;
	}

		.status_wrap .status_progressbar .status_progressbar_graph .status_progressbar_full 
		{
			position: relative;
			width: 100%;
			height: 20px;
			background-color: #eeeeee;
		}

		.status_wrap .status_progressbar .status_progressbar_graph .status_progressbar_actual 
		{
			position: absolute;
			top: 0;
			background-color: #c4161c;
			height: 20px;
		}

		.status_wrap .status_progressbar .status_progressbar_graph .status_progressbar_help 
		{
			position: absolute;
			top: -5px;
			right: -40px;
		}

			.status_wrap .status_progressbar .status_progressbar_graph .status_progressbar_help a i.fa 
			{
				color: #c4161c;
				font-size: 30px;
			}

		.status_wrap .status_progressbar .status_progressbar_graph .status_progressbar_min, .status_wrap .status_progressbar .status_progressbar_graph .status_progressbar_need 
		{
			position: absolute;
			box-sizing: border-box;
			top: -5px;
			left: 0;
			height: 45px;
			padding-top: 35px;
			padding-left: 3px;
			border-left: 1px solid #aaaaaa;
			font-size: 10px;
			font-weight: 600;
			line-height: 10px;
		}

		.status_wrap .status_progressbar .status_progressbar_graph .status_progressbar_label 
		{
			position: absolute;
			top: 25px;
			right: 0;
			font-size: 14px;
			font-weight: 400;
		}

/* PROGRESSBAR: END */

/* STATUS: END */
	
/* PHONE: BEGIN */	
#main_container header.screen .phone 
{
	/*position: absolute;
	box-sizing: border-box;
	float: right;
	width: auto;
	height: 20px;
	right: 15%;
	margin-top: 128px;
	margin-right: 50px;
	transition: height 0.5s ease-out, margin 0.5s ease-out;
	-webkit-transition: height 0.5s ease-out, margin 0.5s ease-out;
	-moz-transition: height 0.5s ease-out, margin 0.5s ease-out;
	-o-transition: height 0.5s ease-out, margin 0.5s ease-out;*/
}

	#main_container header.screen .phone.nologin 
	{
		display: block;
		right: 10%;
	}

	#main_container header.screen .phone.loggedin 
	{
		width: 200px;
		height: auto;
		right: 25%;
		margin-top: 110px;
		margin-right: 30px;
	}
	
/* PHONE: END */
		
/* LOGIN AND LOGOUT: BEGIN */
#main_container header.screen .login, #main_container header.screen .login_hover, #main_container header.screen .logout, #main_container header.screen .logout_hover 
{
	position: absolute;
	box-sizing: border-box;
	height: 100px;
	top: 0px;
	padding-top: 33px;
	padding-left: 0px;
	padding-right: 7px;
	color: #c4161c;
	font-size: 19px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	transition: height 0.5s ease-out, padding 0.5s ease-out, font 0.5s ease-out, background-color 0.5s ease-out, line-height 0.5s ease-out;
	-webkit-transition: height 0.5s ease-out, padding 0.5s ease-out, font 0.5s ease-out, background-color 0.5s ease-out, line-height 0.5s ease-out;
	-moz-transition: height 0.5s ease-out, padding 0.5s ease-out, font 0.5s ease-out, background-color 0.5s ease-out, line-height 0.5s ease-out;
	-o-transition: height 0.5s ease-out, padding 0.5s ease-out, font 0.5s ease-out, background-color 0.5s ease-out, line-height 0.5s ease-out;
}

#main_container header.screen .login, #main_container header.screen .logout 
{
	z-index: 200;
	width: 150px;
	right: 30%;
	margin-right: -150px;
}

#main_container header.screen .login:hover, #main_container header.screen .logout:hover {cursor: pointer;}

#main_container header.screen .login_hover, #main_container header.screen .logout_hover 
{
	z-index: 0;
	width: 30%;
	right: 0px;
	border-left: 1px solid #c4161c;
}

#main_container header.screen .login_hover.over, #main_container header.screen .logout_hover.over {background-color: #e6e7e8;}

/* LOGGEDIN CONTAINER AND HEADER SECTION*/		
#main_container header.screen .login.loggedin, #main_container header.screen .login_hover.loggedin 
{
	position: absolute;
	box-sizing: border-box;
	height: 200px;
	top: 0px;
	padding-top: 139px;
	padding-left: 30px;
	color: #888888;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	letter-spacing: 0;
	text-align: left;
	text-transform: capitalize;
}

#main_container header.screen .login.loggedin 
{
	z-index: 200;
	width: 150px;
	right: 25%;
	margin-right: -150px;
}

	#main_container header.screen .login.loggedin:before 
	{
		position: absolute;
		margin-top: -25px;
		content: '\f08b';
		margin-right: 5px;
		font-family: FontAwesome;
		font-size: 28px;
	}

	#main_container header.screen .login.loggedin:hover {cursor: pointer;}

#main_container header.screen .login_hover.loggedin 
{
	z-index: 0;
	width: 25%;
	right: 0px;
	border-left: 1px solid #c4161c;
}

	#main_container header.screen .login_hover.loggedin.over {background-color: #e6e7e8;}

/* LOGOUT: BEGIN */
#main_container header.screen .logout, #main_container header.screen .logout_hover 
{
	padding-top: 59px;
	padding-left: 20px;
	color: #888888;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 12px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: left;
	height: 100%;
}

#main_container header.screen .logout 
{
	width: 15%;
	right: 0;
	margin-right: 0;
}

	#main_container header.screen .logout:before 
	{
		content: '\f08b';
		position: absolute;
		margin-top: -20px;
		margin-left: 9px;
		font-family: FontAwesome;
		font-size: 200%;
	}

	#main_container header.screen .logout:hover {cursor: pointer;}

#main_container header.screen .logout_hover 
{
	z-index: 0;
	width: 15%;
	right: 0px;
	border-left: 1px solid #c4161c;
}

	#main_container header.screen .logout_hover.over {background-color: #e6e7e8;}

/* LOGOUT: END */
			
/* LOGIN AND LOGOUT: END */
		
/* FLAG: BEGIN */

/* CHANGED WIDTH FROM 40% TO 25% BECAUSE FLAG OBSCURED TEXT ENTRY FIELD IN FIND_PRECINCT.PHP 
** CHANGED BACK TO 35%: SMALLER FLAG MAKES NO SENCE: SHOULD MANAGE OVERLAPS IN CONTENT AND WITH @MEDIA SETS */
#main_container header.screen #flag 
{
	position: absolute;
	width: 15%;
	height: auto;
	z-index: 100;
	top: 0;
	right: 0;
}

/* FLAG: END */

/* MAIN MENU: BEGIN */
nav.main_menu 
{
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: #0e1739;
}

	nav.main_menu .container {text-align: center;}

	nav.main_menu a 
	{
		display: inline-block;
		box-sizing: border-box;
		padding: 5px 50px;
		color: #f8f8f8;
		font-size: 14px;
		font-weight: 400;
		height: 30px;
		text-decoration: none;
		transition: height 0.25s ease-out, padding 0.25s ease-out, font 0.25s ease-out, background-color 0.25s ease-out, line-height 0.25s ease-out;
		-webkit-transition: height 0.25s ease-out, padding 0.25s ease-out, font 0.25s ease-out, background-color 0.25s ease-out, line-height 0.25s ease-out;
		-moz-transition: height 0.25s ease-out, padding 0.25s ease-out, font 0.25s ease-out, background-color 0.25s ease-out, line-height 0.25s ease-out;
		-o-transition: height 0.25s ease-out, padding 0.25s ease-out, font 0.25s ease-out, background-color 0.25s ease-out, line-height 0.25s ease-out;
	}

		nav.main_menu a:hover 
		{
			color: #f8f8f8;
			background-color: #c4161c;
			height: 30px;
		}

/* MAIN MENU: END */
	
/* HEADER RESPONSIVENESS: END */

/* BODY: BEGIN */

/* BLOCKS FOR THE BODY: BEGIN */
.one_third, .two_third {float: left;text-align: left;}

/*CHANGED MARGIN-LEFT: 10% TO 5%. TO MOVE FORM TO LEFT IN FIND_PRECINCT.PHP*/
.one_third {width: 30%;margin-left: 5%;}
.two_third {width: 60%;}

/* BLOCKS: END */

/*MOVE SEARCH ICON TO RIGHT */
.fa-search {margin-right: 14px;}

/*MOVE PLAY ICON TO RIGHT */
.fa-play {margin-right: 14px;}

/*MOVE DOWNLOAD ICON TO RIGHT */
.fa-download {margin-right: 14px;}

/*MOVE SEARCH ICON TO RIGHT */
.fa-search {margin-right: 14px;}

/*FONT STYLE FOR FIND PRECINCT LABELS*/
.precinct_label
{
	font-family: Trebuchet MS !important;
	font-size: 18px;
	font-weight: 400;
	color: white;
	font-style: italic;
	margin-bottom: 10px;
	position: relative;
    bottom: 12px;
}

/*TEXT STYLE FOR SUCCESS_SINGLE_RECORD_FOUND.PHP PAGE*/
.leftalign 
{
    width: 20%;
    margin: 0 auto;
    text-align: left;
}

#main_container #main_body .leftalign p {text-align: center;}

/*TEXT STYLE FOR SUCCESS_SINGLE_RECORD_FOUND.PHP PAGE ENDS HERE*/
.leftalign div
{
	color: #fff;
    position: relative;
    margin-left: 27px;
    bottom: 53px;
}

/*SET STYLE FOR RADIO BUTTONS DIV SUCCESS_MULTIPLE_RECORDS_FOUND.PHP*/
.radioBtns
{
	height: 30px;
	color: #fff;
    margin-left: 259px;
    padding-left: 100px;
    margin-top: 20px;
    margin-bottom: -32px;
}

/*MAKE TEXT FLOAT LEFT*/
.radioBtns div
{
	float: left;
	text-align: left;
	margin-left: 20px;
}

/*MAKE RADIO BUTTONS FLOAT LEFT*/
.radioBtns input[type="radio"]
{
	float: left;
    position: relative;
    bottom: 24px;
}

.phonetype 
{
    width: 100%;
    font-size: 12px;
    color: white;
    margin-top: -51px;
    position: relative;
    left: -9px;
}

.phonetype input[type="radio"]
{
    width: 14px;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 9px;
    position: relative;
    top: 10px;
}

.usernamephonetype 
{
    width: 100%;
    font-size: 12px;
    color: white;
    margin-top: -35px;
    position: relative;
    left: 1px;
}

.usernamephonetype input[type="radio"]
{
    width: 14px;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 9px;
    position: relative;
    top: 10px;
}

.send_to_label
{
    font-family: Trebuchet MS !important;
    font-size: 14px;
    font-weight: 400;
    color: white;
    font-style: italic;
    margin-bottom: 10px;
    position: relative;
    bottom: -21px;
}

.usernamephonetype div 
{
    position: relative;
    left: -9px;
    bottom: -7px;
}

/*FONT STYLE FOR LIGHTBOX PAGE*/
#main_container #main_body .lb_para {text-align: left;}
#main_container #main_body {}

#main_container #main_body h1 
{
	margin-top: 5%;
	margin-bottom: 5%;
	color: #f8f8f8;
	font-weight: 400;
	font-size: 42px;
	text-align: center;
	transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out;
	-webkit-transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out;
	-moz-transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out;
	-o-transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out;
}

#main_container #main_body .text 
{
	margin-bottom: 5%;
	transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out;
	-webkit-transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out;
	-moz-transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out;
	-o-transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out;
}

#main_container #main_body p 
{
	margin: 0 0 1% 0;
	color: #f8f8f8;
	font-weight: 300;
	font-size: 21px;
	line-height: 28px;
	letter-spacing: 1px;
	text-align: center;
	transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out;
	-webkit-transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out;
	-moz-transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out;
	-o-transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out;
}

#main_container #main_body .left h1, #main_container #main_body .left p {text-align: left;}

/* BODY: END */

/* FORM (BUTTON STYLES): BEGIN */

/* MASTER STYLE FOR ALL BUTTONS, INCLUDING SUBMIT */
button 
{
	width: 40%;
	color: #1c2f72;
	background-color: #c7c8ca;
	border: 1px solid #636466;
}

	button:hover {cursor: pointer;}

/* USED FOR PLAY VIDEO BUTTON, ETC.*/
button.blue 
{
	margin-right: 2.5%;
	color: #ffffff;
	background-color: #1c2f72;
	border: 1px solid #c7c8ca;
}

	/* USED FOR PLAY VIDEO BUTTON, ETC., CHANGES COLOR FOR HOVER*/
	button.blue:hover {background-color: #0f1b40;border: 1px solid #c7c8ca;}

/* USED FOR DOWNLOAD PDF BUTTON, ETC. */
button.gray {margin-left: 2.5%;}

	/* USED FOR DOWNLOAD PDF BUTTON, CHANGES COLOR FOR HOVER*/
	button.gray:hover {background-color: #939596;}

button .fa {margin: 0 15px 0 0 !important;}

/* END BUTTON STYLES*/

/* EMAIL AND START BUTTON STYLES*/
.email {margin-top: 5%;margin-bottom: 5%;}

	.email input 
	{
		width: 30%;
		color: #444444;
		background-color: #ffffff;
		border: 1px solid #C4161C;
		border-right: none;
		border-radius: 3px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		font-family: Trebuchet MS !important;
		font-size: 21px;
		font-weight: 400;
	}

	.email button.red 
	{
		min-width: 30%;
		color: #ffffff;
		background-color: #c4161c;
		border: 1px solid #c4161c;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

		.email button.red:hover {background-color: #911014;}

#confirm {display: none;height: 70px;}

.start {margin-top: 5%;margin-bottom: 5%;}

	.start input 
	{
		width: 20%;
		color: #444444;
		background-color: #ffffff;
		border: 1px solid #C4161C;
		border-right: none;
		border-radius: 3px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		font-family: Trebuchet MS !important;
		font-size: 21px;
		font-weight: 400;
	}

	.start button.red 
	{
		width:33%;
		color: #ffffff;
		background-color: #c4161c;
		border: 1px solid #c4161c;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	    position: relative;
	    top: 0px;
	    right: 6px;
	}

		.start button.red:hover {background-color: #911014;}

.options 
{
	margin-bottom: 10%;
	text-align: center;
}

	.options:after 
	{
		content: '';
		display: block;
		clear: both;
	}

/* CSS FOR FORMS */

.login_form 
{
	display: inline-block;
	margin: 0px auto;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 40px;
}

.find_precinct_form 
{
	text-align: left;
	margin-top: 5%;
	margin-bottom: 5%;
}

.login_form h1 
{
	margin: 0 0 30px 0 !important;
	font-size: 40px !important;
}

/*FORM CSS FOR CHANGE PASSWORD PAGE*/
.changePwd form {}
.changePwd form fieldset {text-align: left;}
.login_form form, .find_precinct_form form {}
.login_form form fieldset {}
.find_precinct_form form fieldset {text-align: left;}
.login_form form fieldset div {}

.login_form form fieldset div input, .login_form form fieldset div button, .find_precinct_form form fieldset div input, .find_precinct_form form fieldset div button 
{
	width: 300px;
	margin-bottom: 10px;
	text-align: left;
	border: 1px solid #c4161c;
}

/*ADDED HOVER COLOR FOR FIND PRECINCT BUTTON*/
.find_precinct_form form fieldset div button.red:hover {background-color: #911014;}

.find_precinct_form form fieldset div input, .find_precinct_form form fieldset div button 
{
	width: 90%;
	margin-bottom: 25px;
	text-align: left;
}

.find_precinct_form form fieldset div button 
{
	margin-bottom: 0px;
	text-align: center;
}

.login_form form fieldset div .help_icon, .find_precinct_form fieldset div .help_icon {margin-left: 10px;}

.login_form form fieldset div .help_icon .fa, .find_precinct_form fieldset div .help_icon .fa 
{
	color: rgb(196, 22, 28);
	font-size: 24px;
	position: relative;
	bottom: 8px;
	transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out, color 0.5s ease-out, text-decoration 0.5s ease-out;
	-webkit-transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out, color 0.5s ease-out, text-decoration 0.5s ease-out;
	-moz-transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out, color 0.5s ease-out, text-decoration 0.5s ease-out;
	-o-transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out, color 0.5s ease-out, text-decoration 0.5s ease-out;
}

.login_form form fieldset div .help_icon .fa:hover, .find_precinct_form fieldset div .help_icon .fa:hover {color: rgba(255,255,255,1);}
.login_form form fieldset div #username {}
.login_form form fieldset div #password {}

.login_form form fieldset div button, .find_precinct_form form fieldset div button 
{
	margin-bottom: 20px;
	color: #ffffff;
	background-color: #c4161c;
	border: 1px solid #c4161c;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	text-align: center;
}

.login_form form fieldset div button:hover {background-color: #911014;}
.find_precinct_form form fieldset div button {padding-left: 5px;padding-right: 5px;}
.login_form p {margin: 0 !important;font-size: 16px !important;}

.login_form p a 
{
	color: #cccccc;
	font-size: 16px !important;
	text-decoration: none;
	transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out, color 0.5s ease-out, text-decoration 0.5s ease-out;
	-webkit-transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out, color 0.5s ease-out, text-decoration 0.5s ease-out;
	-moz-transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out, color 0.5s ease-out, text-decoration 0.5s ease-out;
	-o-transition: margin 0.5s ease-out, font 0.5s ease-out, line-height 0.5s ease-out, color 0.5s ease-out, text-decoration 0.5s ease-out;
}

.login_form p a:hover {color: #ffffff;}

/* FORM: END */

/* VIDEO: BEGIN */
#video_layer 
{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;
	background: rgba(0,0,0,0.8);
	text-align: center;
}

#video_layer .video_container 
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#video_layer .video_container .close 
{
	float: none;
	margin-top: 20px;
	padding-left: 100px;
	padding-right: 100px;
}

.video-js {width: 1280px !important;height: 720px !important;}

/*CSS FOR CHANGE PASSWORD PAGE FIELDS STARTS HERE*/
input#showcharater1, input#showcharater2 	
{
    width: 5%;
    position: relative;
    bottom: 45px;
    left: -2px;
    color: white;
}

.changepwd_div {height: 142px;color: white;}	

.changepwd_div span 
{
	position: relative;
	bottom: 77px;
	font-size: 13px;
}	

button#changepwd {font-size: 18px !important;}

/*CSS FOR CHANGE PASSWORD PAGE FIELDS ENDS HERE*/

/* JQUERY OVERRIDE */
.ui-dialog, .ui-dialog-title {font-size: 12pt;}
.ui-dialog {width: 80%;max-width: 420px;}

#main_container header.screen .phone
{
	margin-top: 10px;
	position: absolute;
	top: 39%;
	right: 17%;
	height:14px;
}

/* HEADER HELP ICON BUTTON */
.dnom-help-round-button
{
	float:left;
	width:28px;
	height:28px;
	border-radius:50%;
	border:solid 1px #970008;
	background-color:#d10913;
	color:#fff;
	font-size:20px;
	text-align:center;
	text-shadow:1px 1px 1px #970008;
	font-weight:bold;
	cursor:pointer;
	font-style: normal;
}

.status_progressbar_help a {float:left;}
#username_info {cursor: pointer;}
#username_info:hover {background-color: #eee;}

.dnom-link-active
{
	outline: none !important;
    background-color: #f0f0f0;
    color: #0e1739 !important;
}

a#link_to_candidates.dnom-link-active:hover, a#link_to_agenda.dnom-link-active:hover, a#link_to_home.dnom-link-active:hover, a#link_to_participation.dnom-link-active:hover {background-color: #f0f0f0;}

a#link_to_home
{
    margin-right: -5px;
    margin-left: -5px;
    padding-top: 5px;
}

a#link_to_participation
{
    margin-right: -5px;
    margin-left: -5px;
    padding-top: 5px;
}

a#link_to_agenda
{
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5px;
}

a#link_to_candidates {margin-left: -4px;}

/*CSS FOR STATUS WRAP FOR SCREENS WITHIN 1440PX WIDTH*/
@media only screen and (max-width: 1440px)
{
	.status_wrap {margin-top: 7px;margin-left: 37px;}
}

/*KENDO MEDIA PLAYER STYLES*/
.k-mediaplayer-titlebar {display: none !important;}
.k-slider-selection {background-color: #1984c8 !important;}
.k-mediaplayer-toolbar.k-toolbar.k-widget {text-align: left;padding-left: 1%;}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color 
{
  color: #ffffff;
  background-color: #1984c8 !important;
  border-color: #1a87cd !important;
}

/*KENDO MEDIA PLAYER ICON STYLES*/
html .k-mediaplayer-toolbar .k-button-bare.k-state-active, html .k-mediaplayer-toolbar .k-button-bare.k-state-active:hover, html .k-mediaplayer-toolbar .k-button-bare:active {color: #1984c8 !important;}

/* HIGHLIGHT YELLOW COLORS */
.highlight-yellow-dno {background-color: #FFFF00 !important; border: solid 1px #b2b200 !important; color: #333 !important;}

/* HIGHLIGHT RED COLORS */
.highlight-red-dno {background-color: #ee0000 !important; border: solid 1px #990000 !important; color: #fff !important;}

/* HIGHLIGHT INFO TEXT MESSAGE WITH #333 COLORS */
.highlight-yellow-dno p  {color: #333333 !important;}
 
/* HIGHLIGHT ERROR TEXT MESSAGE WITH #333 COLORS */
.highlight-red-dno p  {color: #FFFFFF !important;}

/* TO SET RED BACKGROUND HIGHLIGHT COLOR ON THE BUTTONS WHERE EVER NEEDED ON PAGES.  */
.dnom-highlight-button-background.k-button,.dnom-highlight-button-background,.dnom-highlight-button-background:hover , .dnom-highlight-button-background:focus {background-color:red!important; color:#ffffff!important;} 

/* TO SET RED BORDER AROUND THE PHONE AND THE ADDRESS AND THE UNKNOWN/HOME/APARTMENT RADIO BUTTONS ON PROSPECT.PHP PAGE.*/
.dnom-red-border {border-color: red !important}
  