@charset "UTF-8";
/* bulk orders */

input[type="submit"]{
	display:block;	
}

div#main-content{
	font-size:2px;
	float:left;	
}

.backgroundWrap{
	width:100%;
	text-align:center;
	height: auto;
	min-height: 100%;
	display: inline-block;
	position: static;
}
.backgroundWrap > img {
	position:relative;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:100%;
	height:auto;
}
div.formWrap,
.detail-popout{
	display:inline-block;
	background-color:white;
	padding: 0;
	min-height: 460px;
	overflow: visible;
	max-width: 560px;
	width:100%;
	position:relative;
	top: 0;
	text-align: center;
	float: left;
}

div.formWrap,
.detail-popout,
.hide{
	display:none;	
}
table, tr{
	width:100%;
	text-align:center;	
}

td{
	width:100%;	
	padding-top: 5px;
}

.formWrap input[type="text"],
.formWrap textarea{
	width: 100%;
	padding: 6px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #959595;
	min-height: 18px;
	font-size: 14px;
	color: #333333;
	text-indent: 5px;
}

.formWrap label{
	margin-top: auto;
	display:inline-block;
	margin-bottom:2px;	
	font-size:14px;
}

.gray,
.gray:hover{
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#ac9c99),color-stop(1,#7c6d6a));
	background: -moz-linear-gradient(center top,#ac9c99 5%,#7c6d6a 100%);	
}
.info{
	position: relative;
	float: left;
	margin: 0px;
	background-color: white;
	padding: 0;
	width:100%;
	max-width: 320px;
	top: 0;
	z-index: 2;
}

nav.actions{
	width: 90%;
	margin: 10px auto 0;
	text-align:right;	
	border-bottom: 1px dashed #959595;
	padding-bottom: 0;
}

nav.actions li{
	cursor:pointer;
	color:black;
	font-size:16px;
}
nav.actions li:hover{
	color:red;	
}

nav.actions li.learn, nav.actions li.hide{
	text-align:right;	
}

.info ul{
	min-height: 20px;	
}

#crmWebToEntityForm {
	width: 100%;
	margin: 0px auto;
}
h4 {
font-size: 18px;
font-weight: normal;
margin-top:10px;
}

.close {
	position: absolute;
	top: -20px;
	right: -20px;
	height: 40px;
	width: auto;
	z-index: 1;
	padding: 0px;
	cursor:pointer;
}

.info h1,
.info h2,
.info ul li,
div.formWrap div,
.detail-popout h3,
.detail-popout p{
	max-width:90%;
	margin: 16px auto;
	text-align:left;
}

h3{
	font-weight:500;	
}

div.formWrap label,
div.formWrap label td,
.detail-popout p,
h3,
h4 {
	text-align:left;	
}
.info,
div.formWrap,
.detail-popout{
	padding-bottom: 16px;
	min-height:484px;	
}

.details{
	list-style-type:disc;
	margin:0 auto;
	width:85%;	
	min-height:215px;
}

.formWrap span {
	font-size: 11px;
	color: #959595;
}

#cta {
	position: static;
	bottom: 16px;
	left: inherit;
	margin: 16px auto 0;
}

.wrapperOverflow {
	width: 100%;
	position: absolute;
	top: 17%;
	left: 5%;
}

.confirm{
	max-width:480px;	
}

#crmWebToEntityForm,
	#formWrap,
	#formWrap form,
	#formWrap table
	#formWrap tbody,
	#formWrap tr
	 {
		color:black;
			
	}

#formWrap td,
	#formWrap label,
	#formWrap input[type="text"],
	#formWrap textarea{
		text-align:left;
		width:100%;
		display:inline-block;	
	}

@media screen and (max-width:960px) {
	.wrapperOverflow{	
		position:relative;
		left:0;
	}
	.backgroundWrap{
		background-position:top right;
		background-size:100% auto;	
	}
	.info,
	div.formWrap,
	.detail-popout,
	#cta{
		display:block;
		position:static;
		width:90%;
		margin: 0 auto 0;
		float:none;
		padding:16px 0;
		min-height:0;
		max-width:560px;
	}
	nav.actions{
		border:none;	
	}
	a {
		width: 100%;
	}
	
	#cta,
	nav.actions,
	div.formWrap .close,
	.detail-popout .close{
		display:none;	
	}
	.button{
		margin:16px 0 0;
		width:90%;	
	}
	#crmWebToEntityForm,
	#formWrap,
	#formWrap form,
	#formWrap table
	#formWrap tbody,
	#formWrap tr
	 {
		width:100%;
		display:inline-block;
		margin:0 auto;
		padding:0;
		float:none;
		max-width:98%;
		color:black;
			
	}
	#formWrap {
	padding: 0 0 10px 0;
	max-width: 560px;
	margin: 0 auto;
	float: none;
	display: block;
	}
	#formWrap td,
	#formWrap label,
	#formWrap input[type="text"],
	#formWrap textarea{
		text-align:left;
		width:100%;
		display:inline-block;	
	}
	#formWrap span{}
	.info h1, 
	.info h2, 
	.info ul li, 
	div.formWrap div, 
	.detail-popout h3, 
	.detail-popout p{
		max-width:94%;	
	}
	.details{
		
		min-height:0;	
	}
	
}