/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
	-webkit-font-smoothing: antialiased;
}

.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button *{
	margin: 0;
	padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email,
input.password,
textarea.uniform {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 3px;
	color: #777;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	border-color: #999;
}

/* SPRITES */

/* Select */

div.selector {
	line-height: 26px;
	height: 26px;
}

div.selector span {
	height: 26px;
	line-height: 26px;
}

div.selector select {
	/* change these to adjust positioning of select element */
	top: 0px;
	left: 0px;
}

div.selector:active,
div.selector.active {

}

div.selector:active span,
div.selector.active span {

}

div.selector.focus, div.selector.hover, div.selector:hover {

}

div.selector.focus span, div.selector.hover span, div.selector:hover span {

}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {

}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {

}

div.selector.disabled {
	background:transparent url('/calc/images/selectarr.jpg') 100% 0 no-repeat;
}

div.selector.disabled span {

}

/* Checkbox */

div.checker {
	width: 19px;
	height: 19px;
}

div.checker input {
	width: 19px;
	height: 19px;
}

div.checker span {
	background-position: 0px -260px;
	height: 19px;
	width: 19px;
}

div.checker:active span,
div.checker.active span {
	background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
	background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
	background-position: -57px -260px;
}

div.checker span.checked {
	background-position: -76px -260px;
}

div.checker:active span.checked,
div.checker.active span.checked {
	background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
	background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
	background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
	background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
	background-position: -171px -260px;
}

/* Radio */


div.radio input {
	width: 18px;
	height: 18px;
}

div.radio span {
	height: 18px;
	width: 18px;
	background-color:transparent;
	background-image:url('/calc/images/radiobtns.png');
	background-repeat:no-repeat;
	background-position:0 0px;
}
.constructionType {
	float:left;
	margin-left:40px;
}
.calcBlock .constructionType.walls {
	margin-left:0;
}
.constructionType label {
	color:#5e82ab;
	border-bottom:dashed 1px #5e82ab;
	cursor:pointer;
	margin-left:20px;
}
.constructionType label.active {
	border:none;
	color:#666;
	cursor:default;
}
.constructionType div.radio{
	height:100px;
}
.constructionType div.radio input {
	cursor:pointer;
}
.constructionType div.radio span {
	width:100px;
	height:100px;
	background-color:transparent;
	background-image:url('/calc/images/constracion-type.png');
	background-repeat:no-repeat;
}
.constructionType.active{
	border: solid 1px #EAEAEA;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: #eaeaea 0px 0px 10px;
	-moz-box-shadow: #eaeaea 0px 0px 10px;
	box-shadow: #eaeaea 0px 0px 10px;
	padding: 10px 10px 10px 15px;
	margin:-11px -11px -11px 24px;
}
.constructionType.walls.active{
	margin-left:-16px;
}
.constructionType label{
	margin-left:28px;
}
.constructionType.overlap label {
	margin-left:11px;
}
.constructionType.walls div.radio span {
	background-position:-4px -2px;
}
.constructionType.roofs div.radio span {
	background-position:-105px -2px;
}
.constructionType.overlap div.radio span {
	background-position:-206px -5px;
}

.constructionType div.radio input {
	width:100px;
	height:100px;
}

div.radio:active span,
div.radio.active span {
	background-position: 0 0;
}

div.radio.focus span,
div.radio:hover span {

}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {

}

div.radio span.checked {
	background-position: 0 -18px;
}

div.radio:active span.checked,
div.radio.active span.checked {

}

div.radio.focus span.checked, div.radio:hover span.checked {

}

div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {

}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {

}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {

}

/* Uploader */

div.uploader {

	height: 28px;
}

div.uploader span.action {

	height: 24px;
	line-height: 24px;
}

div.uploader span.filename {
	height: 24px;
	/* change this line to adjust positioning of filename area */
	margin: 2px 0px 2px 2px;
	line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {

}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {

}

div.uploader.active span.action,
div.uploader:active span.action {

}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {

}

div.uploader.disabled {

}

div.uploader.disabled span.action {

}

div.button {

}

div.button span {

}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {

}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {

}

div.button.active,
div.button:active {

}

div.button.active span,
div.button:active span {

	color: #555;
}

div.button.disabled,
div.button:disabled {

}

div.button.disabled span,
div.button:disabled span {
	color: #bbb;
	cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
	height: 30px;
}

div.button span {
	margin-left: 13px;
	height: 22px;
	padding-top: 8px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 2px;
	padding-right: 15px;
}

/* Select */
div.selector {
	width: 155px;
	height:26px;
	font-size: 12px;
	background-image:url('/i/select-arr.jpg');
	background-position:95% 5px;
	background-repeat:no-repeat;
	background-color:#fff;
	-webkit-box-shadow: inset 0px 1px 2px rgba(115, 104, 95, 0.7);
	-moz-box-shadow: inset   0px 1px 2px rgba(115, 104, 95, 0.7);
	box-shadow:      inset   0px 1px 2px rgba(115, 104, 95, 0.7);
	position: relative;
	overflow: hidden;
}
.payment_in div.selector, .payment_in div.selector select, .payment_in div.selector span {
	width:70px;
}

div.selector select {
	width: 155px;
	*width:155;
	height:26px;
	font-family: Arial;
	font-size: 12px;
	color:#000;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity:0);
	border: none;
	background: none;
}

div.selector span {
	color: #000;
	width: 148px;
	height:24px;
	padding:2px 0 0 7px;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}




div.selector.disabled span {
	color: #bbb;
}

/* Checker */
div.checker {
	margin-right: 5px;
}

/* Radio */
div.radio {
	margin-right: 4px;
}

/* Uploader */
div.uploader {
	width: 190px;
	cursor: pointer;
}

div.uploader span.action {
	width: 85px;
	text-align: center;
	text-shadow: #fff 0px 1px 0px;
	background-color: #fff;
	font-size: 11px;
	font-weight: bold;
}

div.uploader span.filename {
	color: #777;
	width: 82px;
	border-right: solid 1px #bbb;
	font-size: 11px;
}

div.uploader input {
	width: 190px;
}

div.uploader.disabled span.action {
	color: #aaa;
}

div.uploader.disabled span.filename {
	border-color: #ddd;
	color: #aaa;
}
/*

CORE FUNCTIONALITY

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector,
.checker,
.button,
.radio,
.uploader {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
	outline: 0;
	border:none;
	background:none;
}

/* Button */

div.button a,
div.button button,
div.button input {
	position: absolute;
}

div.button {
	cursor: pointer;
	position: relative;
}

div.button span {
	display: -moz-inline-box;
	display: inline-block;
	line-height: 1;
	text-align: center;
}


/* Checker */

div.checker {
	position: relative;
}

div.checker span {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}

div.checker input {
	opacity: 0;
	filter: alpha(opacity:0);
	display: inline-block;
	background: none;
}

.slider {
	top: 3px;
	height: 0;
	width: 86px;
	background-image: none !important;
	border: 0 !important;
}
.slider a {
	border: 0 !important;
	background: url("/i/slider_arow.jpg") no-repeat scroll 2px 0 transparent !important;
}

.child-date .selector, .child-date .selector select{
	width:87px;
}
.child-date {
	float:left;
	margin-right:10px;
}
.child-date option:first-child {
	color:#999;
}