#site-body {
	background-color: #ffffff;
	min-height: 200px;
}

#site-pump-results {
	background-color: #557597;
	position: relative;
	padding: 1em;
	min-height: 100px;
	display: none;
}

#pump-list-wrapper {
	margin: 1em 0;
	width: 100%;
	display: block;
}

#pump-list {
	min-height: 100px;
}

.toggle-controls {
	text-align: left;
	display: none;
}

.input-label {
	text-align: left;
	font-weight: bold;
	color: #1d456e;
	font-size: 10pt;
	line-height: 1.5;
	display: block;
	margin-bottom: 0.5em;
}

.input-wrapper {
	margin-bottom: 1em;
}

.input-wrapper input.text {
	min-width: 5em;
	max-width: 5em;
}

.input-wrapper select {
	min-width: 5.3125em;
	max-width: 18em;
}

.unit {
    color: #444444;
    font-size: 10pt;
    vertical-align: middle;
}

a.category {
	display: inline-block;
	font: normal 1.0em oswald, Arial, sans-serif;
	padding: 0 35px 0 0;
	text-decoration: none;
	text-align: left;
	color: #5781ab;
	position: relative;
}

a.category:before,
a.category:after {
	border-top: 8px solid #1d456e;
	border-bottom: 8px solid transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	content: '';
	top: 50%;
	right: 4px;
	margin-top: -4px;
}

a.category:hover {
	color: #1d456e;
}

a.category-collapsed:before,
a.category-collapsed:after {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid #1d456e;
	position: absolute;
	content: '';
	top: 50%;
	right: 4px;
	margin-top: -8px;
}

a.category-collapsed:hover {
	color: #1d456e;
}

.file-item {
	position: relative;
	display: block;
	color: #000000;
	font-size: 10pt;
	margin-bottom: 1em;
	padding: 1em;
}

.file-item .model_type {
	display: block;
	min-width: 100px;
	text-align: left;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.file-item .model_type span.type {
	display: inline;
	margin-right: 5px;
}

.file-item .flowrate,
.file-item .pressure,
.file-item .impellertrim,
.file-item .npsh,
.file-item .vacuum,
.file-item .air_capacity,
.file-item .hurling_chamber_size,
.file-item .motorpower,
.file-item .motorspeed {
	float: left;
	width: 50%;
	display: block;
	text-align: left;
	padding-bottom: 1em;
	height: 55px;
}

.file-item .curve {
	clear: both;
	display: block;
	text-align: left;
}

.file-item .model_type span.name,
.file-item .flowrate span.name,
.file-item .pressure span.name,
.file-item .impellertrim span.name,
.file-item .npsh span.name,
.file-item .vacuum span.name,
.file-item .air_capacity span.name,
.file-item .hurling_chamber_size span.name,
.file-item .motorpower span.name,
.file-item .motorspeed span.name,
.file-item .curve span.name {
	color: #345c85;
	display: block;
	margin-bottom: 3px;
	font-size: 8pt;
}

#category_select {
	display: block;
}

#category_list {
	display: none;
}

.pump-application {
	margin-bottom: 2em;
}

.step-header {
	margin-bottom: 1em;
}

.step-circle {
	float: left;
	border-radius: 999px;
	width: 18px;
	height: 18px;
	padding: 2px;
	margin: 0 0.5em 0.5em 0;
	background: #1d456e;
	border: 2px solid #1d456e;
	color: #fff;
	text-align: center;
	font: 14px Arial, sans-serif;
}

#pump-models,
#pump-selector-image {
	display: none;
}

#pump-selector-header {
	margin-bottom: 1em;
}
	
#pump_count {
	color: #e7eef6;
}

.pump-group {
	margin-bottom: 1em;
	background: #ffffff;
}

.pump-group-header {
	padding: 1em;
	background-color: #e7eef6;
}

.pump-group-header p {
	margin: 0;
}

.border-bottom {
	border-bottom: 2px solid #5781ab;
}


@media screen and (min-width: 641px) {

	#pump_count {
		float: left;
	}
	
	.toggle-controls {
		text-align: right;
	}

	#pump-list {
		border-radius: 5px;
	}
	
	.file-item {
		margin-bottom: 0;
	}
	
	/*.file-item .model_type,*/
	.file-item .flowrate,
	.file-item .pressure,
	.file-item .impellertrim,
	.file-item .npsh,
	.file-item .vacuum,
	.file-item .air_capacity,
	.file-item .hurling_chamber_size,
	.file-item .motorpower,
	.file-item .motorspeed {
		float: left;
		width: 15%;
		text-align: left;
		padding: 0 5px;
	}

	#category_select {
		display: none;
	}
	
	#category_list {
		display: block;
		max-width: 250px;
	}
	
	#pump-selector-header {
		float: left;
		width: 75%;
	}
	
	#pump-selector-description {
		margin: 0 0 1em 0;
		clear: both;
	}
	
	.pump-group {
		padding: 1em;
		border-radius: 5px;
		border: 2px solid #345c85;
	}
	
	.pump-group-header {
		margin-bottom: 1em;
	}
		
}

@media screen and (min-width: 961px) {

	#pump-selector-image {
		float: right;
		width: 23%;
		padding-top: 5em;
		display: block;
	}
	
	#pump-selector-description {
		float: left;
		width: 75%;
		clear: none;
	}
	
	#pump-selector-footer {
		float: right;
		width: 25%;
		margin: 0 0 1em 0;
		display: block;
	}
	
	#pump-selector-footer div {
		margin-left: 2em;
	}

	a.category {
		display: block;
		font-size: 1.3em;
	}
	
	.file-item {
		font-size: 11pt;
	}
	
		
	.file-item .model_type {
		margin: 0;
		border: 0;
	}
	
	.file-item .model_type span.type {
		display: block;
		margin: 0;
	}
	
	.file-item .model_type,
	.file-item .flowrate,
	.file-item .pressure,
	.file-item .impellertrim,
	.file-item .npsh,
	.file-item .vacuum,
	.file-item .air_capacity,
	.file-item .hurling_chamber_size,
	.file-item .motorpower,
	.file-item .motorspeed {
		float: left;
		width: 10%;
		text-align: left;
		padding: 0 5px;
	}
				
	.file-item .curve {
		clear: none;
		float: left;
		/*width: 10%;*/
		padding: 0 5px;
		text-align: left;
		position: relative;
		top: 0;
		right: 0;
	}
		
	.file-item:hover {
		background-color: #c6d7e9;
		z-index: 1;
	}

	.pump-application {
		min-height: 200px;
	}
	
	.step-circle {
		width: 24px;
		height: 24px;
		font-size: 18px;
	}
		
}