﻿/*Rent/Own inputs*/
.rentOwn > fieldset > span > label {margin-left:5px;} 
.ApplicationForm .rentOwn {
    margin-left: 10px;
}

/*BankHoliday Container*/
.bankHolidayContainer{margin-top:-20px;}
.CustomerSite .bankHolidayContainer > label {font-size:14px !important;}

.bankingWrapper {margin-left:5px}

.twiceMonthlyContainer {margin-bottom:10px;}
.twiceMonthlyContainer > tbody > tr > td:nth-child(2) {width:10% !important; padding:0px 10px;}
.twiceMonthlyContainer > tbody > tr > td:nth-child(1) {width:35%}
.twiceMonthlyContainer > tbody > tr > td:nth-child(3) {width:35%}
.twiceMonthlyContainer > tbody > tr > td:nth-last-child(1) {white-space:nowrap !important;}
.ApplicationForm .twiceMonthlyContainer select {padding-left:5px;padding-right:5px;}
.SectionCheckbox {margin-left:20px;}
.test2 {display:none;}


label[for*='_MailAddressIsSame']{margin-left:5px;}

/*custom widths for four box collection*/
input[id*='EmpInfo_Phone_1'],input[id*='EmpInfo_Phone_2'],input[id*='EmpInfo_Phone_3'], input[id*='EmpInfo_PhoneExt'],
input.FourBox, input.FourBox + input, input.FourBox + input + input
{width:25% !important; float:left;}

/*custom margin (spacing) for three box collection*/

input[name*='phoneext'] {width:22% !important; float:left;margin-left:1%;}

/*custom widths for two box collection*/
select[name*='TimeAtThisAddress_Years'], 
select[name*='DateOfHire_Year'], 
select[name*='dateofhire_year'],
select[name*='BankAccountLength_Years'], 
input[name*='CcExpDate_Month'],
select[name*='accountlength_year']
{width:49% !important; float:left; margin-right:2%}


input[name*='CcExpDate_Year'],
select[name*='TimeAtThisAddress_Months'],
select[name*='DateOfHire_Month'], 
select[name*='dateofhire_month'],
select[name*='BankAccountLength_Months'],
select[name*='accountlength_month']
{width:49% !important; float:left;}

/*custom stuff for the strange slash between cc date inputs*/
.slashForDate {display:none;}

/*custom margin (spacing) for two box collection*/
select[name*='TimeAtThisAddress_Years']{margin-right:1%;}

div.line div.form-group label {text-align:left;}
