.sub-stage {
	width: 300px;
}

.sub-stage .form-item:first-child {
	border-bottom: solid 1px grey;
}

.inline-form-items-div .form-item {
	border-bottom: none !important;
}

#price-total {
	clear: both;
}

.form-item label {
	display: inline;
}

.clear-both {
	clear: both;
}

#project_table_list table {
	width: 98%;
}

#project_table_list .float-right {
	margin-top: -90px;
	margin-right: 20px;
	width: 250px;
	font-size: 0.8em;
}

#project_table_list table tbody tr th {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid grey;
}


/*
NEW PROJECT PAGE
*/

#project #right_column_inner, #project #left_column_inner {
	display: none;
}

#project #right_column_inner {
	margin-top: -90px;
}

#ADNewHouse-build-form {
	position: relative;
	top: 28px;
}

fieldset {
	border: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 9px !important;
	margin-top: 9px !important;
	padding: 0 !important;
}

.stage_0 fieldset {
	margin-top: 0 !important;
}

.stage_0 fieldset legend {
	visibility: hidden;
	padding: 0;
	height: 0px;
}

fieldset legend a {
	text-decoration: none;
	color: inherit;
}

fieldset legend {
/*	padding-right: 150px;*/
	font-size: 0.875em;
	z-index: 0 !important;
	position: relative;
	margin-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	width: 146px;
	background: url(../images/buttons/yellow_bg.png) repeat-x;
	/*background-color: #F0D163;*/
	
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;	
}

fieldset legend:hover {
	cursor: pointer;
}

#all_stages {
	max-height: 330px;
	min-height: 330px;
	height: 330px;
	margin-bottom: 25px;
}

.stage-items {
	font-size: 0.8em;
	background-color: #CDCDCD;
	padding: 7px;
	position: absolute;
	top: 0px;
	left: 145px;
	z-index: 1 !important;
	width: 305px;
	overflow: auto;
	max-height: 330px;
	height: 330px;
	min-height: 330px;

	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
	
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

.selectedStage {
	background: #CDCDCD url(../images/buttons/grey_bg.png) repeat-x;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

#edit-sum-build-total {
	background: none;
	font-size: 1em;
	margin-right: 10px;
	border-left: 0;
	border-right: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
}

fieldset input {
    padding: 5px;
    border: 1px solid #aaa;
    background: #fbfbfd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    
    transition: border linear .1s, box-shadow linear .4s, background linear .1s;
    -webkit-transition: border linear .1s, -webkit-box-shadow linear .4s, background linear .1s;
    -moz-transition: border linear .1s, -moz-box-shadow linear .4s, background linear .1s;
    -o-transition: border linear .1s, -o-box-shadow linear .4s, background linear .1s;
}

fieldset input:hover {
    background: #fff;
    border: 1px solid #889;
    box-shadow: 0px 0 3px rgba(210, 240, 255, 0.9);
    -webkit-box-shadow: 0px 0 3px rgba(210, 240, 255, 0.9);
    -moz-box-shadow: 0px 0 3px rgba(210, 240, 255, 0.9);
    -o-box-shadow: 0px 0 3px rgba(210, 240, 255, 0.9);
}

fieldset input:focus {
    outline: none;
}

fieldset input:focus {
    border-color: rgba(50, 180, 60, .6) !important;
    box-shadow: 0 0 8px rgba(62, 236, 74, .6);
    -webkit-box-shadow: 0 0 8px rgba(62, 236, 74, .6);
    -moz-box-shadow: 0 0 8px rgba(62, 236, 74, .6);
    -o-box-shadow: 0 0 8px rgba(62, 236, 74, .6);
}

#edit-submit, #edit-save-and-stay, #edit-submit-1 {
    margin: -2px 0 0 1px;
    width: 221px;
    height: 30px;
    min-height: 30px;
    border: 0;
    vertical-align: 2px;
    
    background: url(../images/buttons/yellow_bg_taller.png);
    
    cursor: pointer;
    border: 1px outset #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: background ease-in .2s;
    -webkit-transition: background ease-in .2s;
    -moz-transition: background ease-in .2s;
    -o-transition: background ease-in .2s;
}

#edit-submit:hover, #edit-save-and-stay:hover, #edit-submit-1:hover {
    border-color: rgba(50, 180, 60, .6) !important;
	box-shadow: 0 0 8px rgba(62, 236, 74, .6);
}

#edit-sum-build-total-wrapper label, #completed-total-wrapper {
	font-weight: 600 !important;
}

#edit-sum-build-total-wrapper, #completed-total-wrapper {
/*	background: #CDCDCD url(../images/buttons/grey_bg_taller.png) repeat-x;*/
	padding-left: 10px;
	height: 30px;
	min-height: 30px;
	padding-top: 6px;
	
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

#completed-total-wrapper {
	background: #CDCDCD url(../images/buttons/grey_bg_taller.png) repeat-x;
}

.inner-padding-grey-bg {
	padding-top: 2px;
}

#edit-sum-build-total-wrapper .field-prefix, #edit-sum-build-total {
	background: white;
}

#edit-sum-build-total-wrapper .field-prefix {
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-left: 30px;
	
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
}

#edit-sum-build-total-wrapper label {
	padding-right: 25px;
	display: inline;
}

.inline-form-items-label {
	display: inline !important;
}

.inline-form-items-input {
	float: right;
	margin-top: -4px;
	margin-right: 5px;
}


.inline-form-items-div {
	float: left;
	width: 50%;
}

#edit-stage-2-a-square-metres, #edit-stage-2-a-square-metres:hover, #edit-stage-2-a-square-metres:focus {
	border: none;
	background: none;
	box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
   	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.descriptiveText {
	font-weight: bold !important;
}