
input,select
{
	color: inherit;
	font: inherit;
	margin: 0;
}
select
{
	text-transform: none;
}
html input[type="button"]
{
	cursor: pointer;
	webkit-appearance: button;
}
input::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
input
{
	line-height: normal;
}
input[type="checkbox"],input[type="radio"]
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	padding: 0;
	webkit-box-sizing: border-box;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
td
{
	padding: 0;
}
@media print
{
	*,*:before,*:after
	{
		background: transparent!important;
		box-shadow: none!important;
		color: #000!important;
		text-shadow: none!important;
		webkit-box-shadow: none!important;
	}
	tr
	{
		page-break-inside: avoid;
	}
	p
	{
		orphans: 3;
		widows: 3;
	}
	.table-bordered td
	{
		border: 1px solid #ddd!important;
	}
}
*
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
*:before,*:after
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
body
{
	background-color: #fff;
	color: #333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
}
input,select
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
p
{
	margin: 0 0 10px;
}
.col-md-6
{
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
@media (min-width:992px)
{
	.col-md-6
	{
		float: left;
	}
	.col-md-6
	{
		width: 50%;
	}
}
table
{
	background-color: transparent;
}
.table-bordered
{
	border: 1px solid #ddd;
}
.table-bordered>tbody>tr>td
{
	border: 1px solid #ddd;
}
label
{
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	max-width: 100%;
}
input[type="radio"],input[type="checkbox"]
{
	line-height: normal;
	margin: 4px 0 0;
	margin-top: 1px \9;
}
input[type="radio"]:focus,input[type="checkbox"]:focus
{
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
	outline-offset: -2px;
}
.form-control
{
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857143;
	o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding: 6px 12px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	width: 100%;
}
.form-control:focus
{
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder
{
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder
{
	color: #999;
}
.form-control::-webkit-input-placeholder
{
	color: #999;
}
.form-control::-ms-expand
{
	background-color: transparent;
	border: 0;
}
.form-group
{
	margin-bottom: 15px;
}
.radio,.checkbox
{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
.radio label,.checkbox label
{
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 0;
	min-height: 20px;
	padding-left: 20px;
}


.radio input[type="radio"],.checkbox input[type="checkbox"]
{
	margin-left: -20px;
	margin-top: 4px \9;
	position: absolute;
}
.form-horizontal .radio,.form-horizontal .checkbox
{
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 7px;
}
.form-horizontal .radio,.form-horizontal .checkbox
{
	min-height: 27px;
}
.form-horizontal .form-group
{
	margin-left: 40px;
}
   
@media screen and (max-width: 736px){

	.form-horizontal .form-group {
		
	margin-left: -15px;
	margin-right: -15px;

}

	}
	
.btn
{
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	margin-bottom: 0;
	moz-user-select: none;
	ms-touch-action: manipulation;
	ms-user-select: none;
	padding: 6px 12px;
	text-align: center;
	touch-action: manipulation;
	user-select: none;
	vertical-align: middle;
	webkit-user-select: none;
	white-space: nowrap;
}
.btn:focus,.btn:active:focus
{
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
	outline-offset: -2px;
}
.btn:hover,.btn:focus
{
	color: #333;
	text-decoration: none;
}
.btn:active
{
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	outline: 0;
	webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.form-horizontal .form-group:before,.form-horizontal .form-group:after
{
	content: " ";
	display: table;
}
.form-horizontal .form-group:after
{
	clear: both;
}
body
{
	background-color: #f5f5f5;
	color: #535353;
	font-size: 13px;
	line-height: 1.7;
}
body
{
	font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}
p
{
	margin: 0 0 20px;
}
.form-control:focus
{
	border-color: rgba(0,0,0,.26);
	box-shadow: inherit;
}
@media (max-width:991px)
{
	.btn
	{
		white-space: normal;
	}
}
.btn.btn--square
{
	border-radius: 0!important;
}
.btn.btn-fullcolor
{
	border-width: 0;
}
.btn.btn-fullcolor
{
	border-radius: 3px;
	border-style: solid;
	box-shadow: none;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	padding: 10px 20px;
	text-shadow: none;
	transition: background-color .15s ease-out;
}
.btn.btn-fullcolor,.btn.btn-fullcolor:focus
{
	background-color: #cd2122;
	color: #fff;
}
.btn.btn-fullcolor:hover
{
	color: #fff;
}
.btn.btn-md
{
	font-size: 14px;
	line-height: 1.3333333;
	padding: 16px 25px;
	border-radius: 10px;
}
@media screen and (min-width:1200px)
{
	.btn.btn-halfwidth
	{
		white-space: normal;
		width: 50%;
	}
}
body
{
	margin: 0;
}
input,select
{
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
input
{
	overflow: visible;
}
select
{
	text-transform: none;
}
html [type=button]
{
	webkit-appearance: button;
}
[type=button]::-moz-focus-inner
{
	border-style: none;
	padding: 0;
}
[type=button]:-moz-focusring
{
	outline: 1px dotted ButtonText;
}
[type=checkbox],[type=radio]
{
	box-sizing: border-box;
	padding: 0;
	webkit-box-sizing: border-box;
}
.btn.btn--square
{
	border-radius: 10px !important;
}
.col-md-6
{
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
@media (min-width:992px)
{
	.col-md-6
	{
		float: left;
	}
	.col-md-6
	{
		width: 50%;
	}
}
.form-horizontal .form-group:before,.form-horizontal .form-group:after
{
	content: " ";
	display: table;
}
.form-horizontal .form-group:after
{
	clear: both;
}
body
{
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 26px;
}
.btn.btn-fullcolor,.btn.btn-fullcolor:focus
{
	background-color: #2C9A99;
}
.btn.btn-fullcolor:hover
{
	background-color: #7a0000;
}
#type-ceiling
{
	max-width: 260px;
	min-width: 185px;
}
#row2,#row_2
{
	color: #000;
	font-size: 14px;
}
#row_2
{
	display: none;
}
td,tr,table
{
	line-height: 1.42857143;
	padding: 8px;
	vertical-align: top;
}
table
{
	font-size: medium;
	font-style: normal;
	font-variant: normal normal;
	font-weight: 400;
	line-height: normal;
	text-align: start;
	white-space: normal;
	width: 100%;
}
.calc-title
{
	float: left;
	max-width: 250px;
	min-width: 220px;
	padding-top: 10px;
}
.v-fix
{
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	color: #727171;
	float: left;
	font-size: 16px;
	font-weight: 300;
	height: 40px;
	margin-left: 0;
	padding: 5px 7px;
	position: relative;
	width: 60px;
} 