﻿/*
	Specific or non-reusable styling for custom page elements etc.
*/

/* CARER */

div#carer-group { height: 107px; }

div#carer-vouchers div#single-voucher,
div#carer-vouchers div#vouchers-left,
div#carer-vouchers div#vouchers-right { float: left; width: 400px; margin: 10px; }
div#carer-vouchers div#buttons { clear: both; margin: 10px; }

div#view-remittance div#static-left,
div#view-remittance div#static-mid,
div#view-remittance div#static-right { width: 30%; float: left; margin: 0 3% 0 0; }
div#view-remittance div#static-right { margin: 0; }

/* PARENT */
div#children-table div#forename { width: 120px; }
div#children-table div#surname { width: 120px; }
div#children-table div#gender { width: 145px; }
div#children-table div#dob { width: 210px; }
div#children-table div#relationship { width: 155px; }
div#children-table div#action { width: 115px; }

div#children-table hr { margin-top: 10px; margin-bottom: 5px; }

div#savings div#savings-period { padding: 10px 0 10px 20px; }
div#savings div#savings-total { padding: 10px 0 0 20px; }
div#savings strong { color: #007F0E; font-size: 1.4em; }
div#savings em { color: #696969; font-weight: bold; }
div#savings div#savings-register { padding: 85px 0 0 0; }

div#green-credentials { margin: 15px auto 10px auto; width: 90%; }
div#green-credentials img { float: left; margin: 0 10px 0 0; }
div#green-credentials strong { color: #007F0E; }

div#evoucher-balance { float: right; font-weight: bold; }


/* EMPLOYER */
/*This is for the Employer signiture panel - Please feel free to change styling as this just an intial setup for signature panel - Raj. */
.part-info { background: #dff6bb url('/App_Themes/Images/info-back.png') repeat-x; border: solid 1px #c7daa8; padding: 8px; margin-bottom: 1em; }

/*EMPLOYER ORDERS */
.detailtable div { width: 49.5%; float: left; } 
.PayrollResetButton
{
	float: left;
	margin: 2px 5px;
	padding: 2px;
	width: 100px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid black;
	border-left: 1px solid #cccccc;
	border-right: 1px solid black;
	background: #cccccc;
	text-align: center;
	text-decoration: none;
	color: black;
}


