/**** Form Controls ******/

form 
{
    margin: 20px 0 25px 4px;   
}

td form 
{
    margin: 0;   
}


.form-lopi 
{
    display:inline-block;
    width:100%;
    background: url('/staticfiles/lop/assets/images/icon_arrow_filter_down.png') no-repeat right; 
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	padding-left:3px;
	border-radius:0;
	font-size:1.0em;
	margin-left:10px;
	overflow:hidden;	
	white-space: normal;
}

select::-ms-expand {
    display: none;
}

#frmFilters form, #frmFilters {
	margin:0em;
	padding:0em;
}

/*----------------------------- Styles for federal riding database forms -----------------------------*/
.inputText
{
    width: 160px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	padding-left:3px;
	border-radius:0;
	font-size:1.0em;
	margin-left:10px;
}

/*----------------------------- Styles for seminar forms -----------------------------*/

.seminarPaddingTop
{
	padding-top:10px;
}

.seminarCheckbox
{
	width:20px;
	height:20px;
	border:1px solid #e0e0e0;
	background-color:#FFF;
	border-radius:0;
}

input[type=checkbox]
{
	background-color:#FFF;
	border-radius:0;
}

.seminarRegister
{
	float:right;
	border:1px solid #993300;
	text-align:center;
	margin-top:8px;
}

.seminarRegistrationLabel
{
	font-weight:400;
}

.registrationMarginBottom
{
	margin-bottom:5px;
}

.seminarRegistrationRemoveButton
{
	float:right;
	border:1px solid #993300;
	width:105px;
	text-align:center;
	margin-top:7px;
	margin-right:5px;
	font-size:90%;
	border-radius:0;
	weight:500;
}

.seminarRegistrationButton
{
	/*float:left;*/
	border:1px solid /*#993300;*/ #BF7D5A;
	width:105px;
	text-align:center;
	/*margin-top:1px;*/
	/*margin-right:0.75em;*/
	font-size:90%;
	border-radius:0;
	weight:500;
}

.seminarRegistrationForm
{
	background-color:#f6f6f6; 
	margin-bottom:10px;
	border-top:1px solid #e0e0e0; 
	border-bottom:1px solid #e0e0e0;
}

.formElementsMarginTop
{
	/*margin-top:10px;*/
}


.form-control
{
	border-radius:0;
	display:inline;
}

#q.form-control, #vgnextkeyword.form-control  {
	margin: auto;
	width: 600px;
}

/*----------------------------- Styles for email alerts and rss feed subscriptions -----------------------------*/

.formSubscription
{
	margin-left:10px; /* original -- -8px*/
}


.formElementsMarginTopSubscription
{
	margin-top:5px;
}

.subscriptionRegistrationLabel
{
	font-weight:400;
	text-align:right;
	margin-top:13px;
}

.subscriptionInput
{
	margin-bottom:5px;
	font-size:90%;
	font-style:italic;
}

.subscriptionRegistrationButton
{
	/*float:left;*/
	border:1px solid /*#993300;*/ #BF7D5A;
	width:105px;
	text-align:center;
	margin-top:7px;
	/*margin-right:0.75em;*/
	font-size:90%;
	border-radius:0;
}

.parlinfo_btn {
	border: solid 1px #ccc;
	color: #24458c;
	background-color: #bbcbdb;
	font-size: 0.9em;
	font-family: 'Open Sans';
	padding: 6px 20px 6px 20px;
}

.parlinfo_btn_notselected {
	border: solid 1px #ccc;
	color: #24458c;
	background-color: #e9e9e9;
	font-size: 0.9em;
	font-family: 'Open Sans';
	padding: 6px 20px 6px 20px;
}

label.parlinfo_refiner_label  {
	font-weight: normal;
}


#parlinfo_refiner_btns {
	display: block;
}